body {
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #1b1b1b;
    background: #385b80;
}

.small, small {
    font-size: 95% !important;
    font-weight: 400;
}

.sticky-top {
    top: 150px;
    z-index: 10;
}

body.no-scroll {
    overflow-y: hidden;
    position: relative;
    touch-action: none;
    -ms-touch-action: none;
    height: 100%;
}

.half-dark-bg {
    background: linear-gradient(to top, #FFF 50%, #1b1b1b 0%) !important;
}

.half-dark-bg-alt {
    background: linear-gradient(to top, #1b1b1b 50%, #FFF 0%) !important;
}


.header-img {
    border-radius: 25px;
}

a {
    color: #385b80;
}

nav.active {
    top: 0;
}

nav.dark {
    background: transparent;
}

nav.dark img.logo {
    filter: brightness(0) invert(1);
}

nav {
    position: fixed;
    top: -110px;
    left: 0;
    right: 0;
    background: #FFF;
    z-index: 100;
    padding: 18px 0;
    transition: all 0.5s ease-in-out;
}

a.nav-link {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
    color: #1b1b1b;
    padding: 0.5rem 2rem;
}

nav.dark a.nav-link {
    color: #fff;
}

img.logo {
    max-width: 290px;
}

p {
    font-size: 1.15rem;
    letter-spacing: 0.5px;
}

.hero {
	padding: 225px 0 0;
	background: #FFF;
}

.hero-img-container {
    border-radius: 25px;
    margin-top: 60px;
    object-fit: cover;
    height: 500px;
    width: 100%;
    overflow: hidden;
}

.hero-img-container img {
    border-radius: 25px;
    object-fit: cover;
    object-position: center center;
    height: 120%;
    width: 100%;
    transform: translateY(-10%);
}

.hero h1 {
    font-size: 6vw;
    font-weight: 800;
    line-height: 1;
}

.hero p {
    font-size: 1.35rem;
    letter-spacing: 0.5px;
}


.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 1rem;
    border-radius: 25px;
    padding: 0.75rem 1.5rem;
}

.section-pad {
	padding: 200px 0;
}

.section-pad-sm {
    padding: 100px 0 200px;
}


h2 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.25;
}

h2.sub {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 25px;
}

p.lead {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
}

#bg-change {
    padding-top: 100px;
    padding-bottom: 100px;
}

p.motivation-lead {
    font-size: 6vw;
    line-height: 1.25;
    margin-left: 10%;
    opacity: 0;
    margin-bottom: 24px;
}

.motivation, .dark-bg {
	background: #1b1b1b;
	color: #FFF;
}

#hpServices {
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.heading-section, .service-row {
    margin-left: 5vw;
}

.service-row {
    display: inline-flex;
    width: auto;
}

.service-box {
    width: 35vw;
    margin-right: 3vw;
}

.service-box.dark {
    background: #385b80;
    color: #fff;
    border: none;
    margin-right: 0;
    padding: 50px;
    width: 70vw;
    border-radius: 25px;
    display: flex;
    align-items: center;
}

.service-box.last {
    margin-right: 0;
}

.service-img {
    border-radius: 20px;
}

h3 {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.service-and-cta {
	background: #FFF;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.fade-in {
	opacity: 0;
    transform: translateY(20px);
}

.btn-primary {
    color: #fff;
    background-color: #385b80;
    border-color: #385b80;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2b4662;
    border-color: #2b4662;
}

.btn-secondary {
    color: #fff;
    background-color: #b99b82;
    border-color: #b99b82;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #aa8d75;
    border-color: #aa8d75;
}

.btn-outline-primary {
    color: #385b80;
    border-color: #385b80;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #2b4662;
    border-color: #2b4662;
}

.footer h3 {
    margin-bottom:  12px;
}

.footer a {
    font-size: 0.9rem;
    display: block;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #FFF;
    font-weight: 500;
    text-decoration: underline;
    letter-spacing: 0.5px;
}

.footer p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #FFF;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.footer .credits p {
    font-size: 0.8rem;
}

.footer {
    background: #385b80;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: -1;
    padding-bottom: 20px;
}

.footer-content {
    padding: 100px 0;
}

.cta h2 {
    font-size: 6vw;
    font-weight: 800;
    line-height: 1.25;
}

h2.sub, .footer h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 25px;
}

.hero.header {
    padding: 150px 0 100px;
}

.hero.header p {
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 1.6;
}

.default-bg {
    background: #FFF;
}


.header-callout h3 {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.header-callout p {
    font-size: 1.15rem;
    letter-spacing: 1px;
    line-height: 1.5;
}

.header-callout {
    padding: 20px 0;
}


.header-callout.line {
    border-right: 1px solid;
    padding-right: 40px;
}

.header-callout.no-line {
    padding-left: 40px;
}

.sector-box h3 {
    font-size: 2.25rem;
}

.sector-box {
    margin-bottom: 70px;
    padding-right: 50px;
}

.hero.header.service p {
    font-size: 1.15rem;
    letter-spacing: 1px;
    line-height: 1.6;
}

.service-page-item {
    width: 80%;
    margin-bottom: 50px;
    border-top: 1px solid #fff;
    padding-top: 20px;
    opacity: 0;
}

.service-page-item h3 {
    margin-bottom: 16px;
}

.service-page-item h3 {
    margin-bottom: 0.5em;
    font-weight: 500;
}


.industry-image-container {
    height: 350px;
    overflow: hidden;
}

.industry-image-container img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1112px) {

	a.nav-link {
	    padding: 0.5rem 1.5rem;
        font-size: 0.85rem;
	}

    img.logo {
        max-width: 250px;
    }

}

@media screen and (max-width: 991px) {
	
	.hero h1 {
	    font-size: 3.5rem;
	    margin-bottom: 25px;
	}

    a.nav-link {
        padding: 0.5rem 1.25rem;
    }


	h2 {
	    font-size: 3rem;
	}

    .cta h2 {
        font-size: 2.5rem;
    }

    .cta h2.sub {
        font-size: 1rem;
        line-height: 1.5;
    }

	p.lead {
	    font-size: 1.25rem;
	}

	.service-box, .service-box.dark {
	    width: 50vw;
	}

}

@media screen and (max-width: 767px) {

	.service-box, .service-box.dark {
	    width: 90vw;
	}

	h2 {
	    font-size: 2.5rem;
	}

	img.logo {
	    max-width: 180px;
	}


}

.bottom-corners {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.service-item-container {
    color: #fff;
    background: #1b1b1b;
}

.service-item {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item div {
    width: 800px;
}

.default-bg .service-page-item {
    border-top: 1px solid #333;
}

.dark-bg a.bold-link {
    color: #b99b82;
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: 1px;
}

a.bold-link {
    color: #385b80;
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: 1px;
}

.service-box:last-child {
    margin-right: 0;
}

label {
    width: 100%;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#scroll-indicator {
    position: fixed;
    bottom: 0;
    opacity: 0;
    right: 1rem;
}

#scroll-indicator .mouse {
    width: 30px;
    height: 50px;
    border: 2px solid #385b80;
    border-radius: 60px;
    left: calc(50% - 15px);
    position: relative;
}

#scroll-indicator .mouse::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10px;
    background-color: #333;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    opacity: 1;
    animation: mouse 2s infinite;
}

@keyframes mouse {
    from {
        opacity: 1;
        top: 10px;
    }
    to {
        opacity: 0;
        top: 35px;
    }
}

.dark-bg #scroll-indicator .mouse {
    border: 2px solid #b99b82;
}

.dark-bg #scroll-indicator .mouse::before {
    background-color: #FFF;
}

.scrol-text {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 10px;
    margin-top: 7px;
}

.hamburger .line {
    width: 35px;
    height: 2px;
    background-color: #1F4F51;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

#mobile_menu .mobile-container {
    align-items: flex-end;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

#mobile_menu .mobile-nav {
    align-items: flex-start;
    color: #121212;
    display: flex;
    flex-direction: column;
    height: 100vh;
    min-height: 500px;
    justify-content: flex-start;
    /* pointer-events: none; */
    position: absolute;
    top: 50px;
    left: 28px;
    z-index: 11;
}

div#mobile_menu {
    position: absolute;
    top: 0;
    height: 100vh;
    min-height: 500px;
    z-index: 9;
    width: 100%;
    pointer-events: none;
}

div#mobile_menu.active::after {
    background: #fff;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: all;
    z-index: 10;
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.mobile-nav a {
    font-size: 2.5em;
    margin-bottom: 10px;
    font-weight: 300;
    color: #08314e;
    text-decoration: none !important;
    pointer-events: none;
    opacity: 0;
}

.mobile-nav p {
    font-size: 1em;
    color: #08314e;
    text-decoration: none !important;
    pointer-events: none;
    opacity: 0;
}

.work .mobile-nav a, .work .mobile-nav p  {
    color: #fefefe;
}

div#mobile_menu.active.work::after {
    background: #08314e;
}

.mobile-nav.work a, .mobile-nav.work p  {
    color: #fefefe;
}

.dir-item {
    margin-bottom: 30px;
}

div#mobile_menu.active .mobile-nav a {
    -webkit-animation: fade-in-top 0.6s ease-in-out 0.6s both;
                animation: fade-in-top 0.6s ease-in-out 0.6s both;
    pointer-events: all;
}

div#mobile_menu a.ex-small {
    font-size: 1em;
    margin-top: 2em;
}

div#mobile_menu a.small {
    font-size: 1.5em;
}

div#mobile_menu a.nav-link {
    font-size: 1.5em;
}

.mobile-nav a:last-child {
    margin-bottom: 25px;
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@media only screen and (min-width: 1062px) {

    div#mobile_menu.active::after {
        display: none;
    }

    .mobile-nav a {
        opacity: 0;
    }

    div#mobile_menu.active .mobile-nav a {
        display: none;
        pointer-events: none;
    }
}

.menu-hide {
    display: inline-block;
}

.menu-show {
    display: none;
}

@media only screen and (max-width: 1060px) {

    .menu-hide, .nav.sub {
        display: none;
    }

    .menu-show {
        display: inline-block;
    }

    .primary .nav-link {
        padding-right: 0;
    }

}

#mobile_menu .mobile-container {
    align-items: flex-end;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

#mobile_menu .mobile-nav {
    color: #121212;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 123px);
    min-height: 500px;
    justify-content: flex-start;
    position: absolute;
    top: 124px;
    left: 0;
    z-index: 11;
    right: 0;
    max-height: 100vh;
    padding-left: 28px;
    padding-right: 28px;
}

div#mobile_menu {
    position: fixed;
    top: 40px;
    height: 100vh;
    min-height: 500px;
    z-index: 9;
    width: 100%;
    pointer-events: none;
}

div#mobile_menu.active::after {
    background: #FFF;
    content: '';
    position: fixed;
    top: 40px;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: all;
    z-index: 10;
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.mobile-nav a {
    margin-bottom: 10px;
    font-weight: 300;
    color: #333;
    font-size: 2rem;
    text-decoration: none !important;
    pointer-events: none;
    opacity: 0;
    border-top: 1px solid #333;
    width: 100%;
    padding-bottom: 12px;
}

.mobile-nav a:last-of-type {
    border-bottom: 1px solid #333;
    padding-bottom: 25px;
}

.mobile-nav p {
    font-size: 1em;
    color: #08314e;
    text-decoration: none !important;
    pointer-events: none;
    opacity: 0;
}

.work .mobile-nav a, .work .mobile-nav p  {
    color: #fefefe;
}

div#mobile_menu.active.work::after {
    background: #08314e;
}

.mobile-nav.work a, .mobile-nav.work p  {
    color: #fefefe;
}

div#mobile_menu.active .mobile-nav a, div#mobile_menu.active .mobile-search {
    -webkit-animation: fade-in-top 0.6s ease-in-out 0.6s both;
    animation: fade-in-top 0.6s ease-in-out 0.6s both;
    pointer-events: all;
}

div#mobile_menu a.ex-small {
    font-size: 1em;
    margin-top: 2em;
}

div#mobile_menu a.small {
    font-size: 1.5em;
}

div#mobile_menu a.nav-link {
    font-size: 1.5em;
}

.mobile-nav a:last-child {
    margin-bottom: 25px;
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@media only screen and (min-width: 1061px) {

    div#mobile_menu.active::after {
        display: none;
    }

    .mobile-nav a, .mobile-nav .mobile-search {
        opacity: 0;
    }

    div#mobile_menu.active .mobile-nav a {
        display: none;
        pointer-events: none;
    }

    body.no-scroll {
        overflow-y: scroll;
        touch-action: unset;
        -ms-touch-action: unset;
        height: unset;
    }
}


.mobile-search {
    position: absolute;
    bottom: 20px;
    z-index: 12;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    padding-top: 20px;
    background: white;
}

.mobile-side {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 90px;
    left: 100%;
    z-index: 10;
    pointer-events: unset;
    transition: ease-in-out 0.25s all;
    width: 100%;
    background: transparent;
}

.mobile-side.active {
    opacity: 1;
    pointer-events: all;
    z-index: 12;
    left: 0;
    background: #FFF;
    overflow: scroll;
}

#mobile_menu .mobile-side-nav {
    color: #121212;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    right: 0;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
    padding-left: 28px;
    padding-right: 28px;
}

.mobile-nav a.lead {
    font-weight: 400;
    padding-left: 30px;
}

.mobile-nav a i {
    position: absolute;
    right: 23px;
    top: calc( 50% - 7px);
    font-size: 28px;
    color: #385b80;
}

.mobile-side a i {
    position: absolute;
    left: 0;
    top: calc( 50% - 7px);
    font-size: 23px;
    color: #6A7F96;
}

@media screen and (max-width: 767px) {
    _::-webkit-full-page-media, _:future, :root .safari_only.mobile-search {
        bottom: 105px;
    }

    _::-webkit-full-page-media, _:future, :root .safari_only.mobile-side {
        bottom: 155px;
    }

}

.hero.header.alt {
    padding: 120px 0 100px;
}

.header-image {
    padding: 100px 0;
    border-radius: 20px;
    color: #fff;
}

.header-image::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    opacity: 0.75;
    border-radius: 20px;
}

body.no-scroll nav.dark img.logo {
    filter: brightness(1) invert(0);
    transition: 0.5s ease-in-ease-out all;
}

nav.dark .hamburger .line {
    background-color: #fff;
}

body.no-scroll nav.dark .hamburger .line {
    background-color: #1F4F51;
}

@media screen and (max-width: 991px) {

    .header-callout.line {
        border-right: none;
        border-bottom: 1px solid;
        padding-bottom: 40px;
        padding-right: 0;
    }

    .header-callout.no-line {
        padding-left: 0;
        padding-top: 40px;
    }

    .hero.header p {
        font-size: 1.25rem;
    }

}

@media screen and (max-width: 767px) {

    .service-page-item {
        width: 100%;
    }

}