@charset "UTF-8";

/*-- Reset --*/

* {
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* > :last-child { 
	margin-bottom: 0;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, 
em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav,
object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt, u, ul, var, a img {
    background: transparent;
	border: 0 none;
	outline: none;
	vertical-align: baseline;
	padding: 0;
	margin: 0;    
}


/*-- Fonts --*/

@font-face {
    font-family: 'FFF Acid Grotesk';
    src: url('../fonts/FFFAcidGrotesk-Medium.woff2') format('woff2'),
        url('../fonts/FFFAcidGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Host Grotesk';
    src: url('../fonts/HostGrotesk-Bold.woff2') format('woff2'),
        url('../fonts/HostGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Host Grotesk';
    src: url('../fonts/HostGrotesk-Regular.woff2') format('woff2'),
        url('../fonts/HostGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*-- General --*/

html {
	background: #fff;
	max-width: 100%;
	max-height: 100%;
	overflow-x: hidden;
}

body {
	background: #fff;
	max-width: 100%;
	max-height: 100%;
	overflow-x: hidden;
	position: relative;
	text-rendering: optimizeLegibility;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1 {
	font: 500 78px/88px "FFF Acid Grotesk", sans-serif;
	color: #002c61;
	margin: 0 0 30px;
}

h2 {
	font: 500 52px/62px "FFF Acid Grotesk", sans-serif;
	color: #002c61;
	margin: 0 0 30px;
}

h3 {
	font: 500 38px/48px "FFF Acid Grotesk", sans-serif;
	color: #002c61;
	margin: 0 0 30px;
}

h4 {
	font: 500 24px/34px "FFF Acid Grotesk", sans-serif;
	color: #002c61;
	margin: 0 0 30px;
}

h5 {
	font: bold 18px/18px "Host Grotesk", sans-serif;
	letter-spacing: 0.06em;
	color: #47bae0;
	text-transform: uppercase;
	margin: 0 0 30px;
}

p {
	font: normal 19px/27px "Host Grotesk", sans-serif;
	color: #002c61;
	margin: 0 0 30px;
}

a {
	color: #002c61;
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0 0 30px;
}

ul li {
	font: normal 19px/23px "Host Grotesk", sans-serif;
	color: #002c61;
	margin: 0 0 15px;
	padding: 0 0 0 20px;
	position: relative;
}

ul li:before {
	content: "•";
	font-size: 23px;
	color: #002c61;
	position: absolute;
	top: 0;
	left: 0;
}

a.btn {
	font: bold 17px/17px "Host Grotesk", sans-serif;
	letter-spacing: 0.06em;
	text-decoration: none;
	color: #fff;
	background: #c3d652;
	border-bottom: 0;
	padding: 13px 14px 16px 24px;
	margin:0 15px 0 0;
	display: inline-block;
	transition: all 0.1s ease;
}

a.btn:after {
	content: "";
	background: url("../images/arrow-white.svg");
	width: 18px;
	height: 18px;
	margin: 0 0 0 6px;
	position: relative;
	top: 3px;
	display: inline-block;
	transition: all 0.1s ease;
}

a.btn:hover {
	background: #df6438;
}

a.btn:hover:after {
	margin: 0 0 0 10px;
}

a.btn.outlined {
	font: bold 17px/17px "Host Grotesk", sans-serif;
	letter-spacing: 0.06em;
	text-decoration: none;
	color:#c3d652;
	background:transparent;
	border:2px solid #c3d652;
	padding: 11px 14px 14px 24px;
	margin:0 15px 0 0;
	display: inline-block;
	transition: all 0.1s ease;
}

a.btn.outlined:after {
	background: url("../images/arrow-green.svg");
}

a.btn.outlined:hover {
	border-color:#df6438;
	color:#df6438;
}

a.btn.outlined:hover:after {
	background: url("../images/arrow-orange.svg");
}

a.more {
	font: normal 19px/19px "Host Grotesk", sans-serif;
	border-bottom: 1px solid #002c61;
	color: #002c61;
	margin: 0 0 30px;
	display: inline-block;
}

a.more:after {
	content: "";
	background: url("../images/arrow-blue.svg");
	width: 18px;
	height: 18px;
	margin: 0 0 0 4px;
	position: relative;
	top: 3px;
	display: inline-block;
	transition: all 0.1s ease;
}

a.more:hover:after {
	margin: 0 0 0 8px;
}

span.white {
	color: #fff;
}

span.hyperspace {
	color: #47bae0;
}

span.hyperspace-highlight {
	color: #fff;
	background-image: linear-gradient(rgba(255, 255, 255, 0) 12%, #47bae0 12% 88%, rgba(255, 255, 255, 0) 88%);
	padding: 0 5px;
}

span.hyperspace-highlight div {
	display:inline-block !important;
}

span.misty-mountains-highlight {
	background-image: linear-gradient(rgba(255, 255, 255, 0) 12%, #e3edf8 12% 88%, rgba(255, 255, 255, 0) 88%);
	padding: 0 5px;
}

span.blaster-bolt-highlight {
	color: #fff;
	background-image: linear-gradient(rgba(255, 255, 255, 0) 12%, #c3d652 12% 88%, rgba(255, 255, 255, 0) 88%);
	padding: 0 5px;
}


/*-- Navigation --*/

nav {
	width: 100%;
	padding: 25px 30px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
}

nav article {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 0 6px rgba(0, 44, 97, 0.1);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	padding: 15px 30px;
	display: flex;
	justify-content: space-between;
}

nav .logo {
	width: 150px;
}

nav ul {
	list-style: none;
	margin: 0;
	display: flex;
	align-self: center;
}

nav ul li {
	margin: 0 0 0 50px;
	padding: 0;
}

nav ul li:before {
	content: "";
}

nav ul li a {
	font: bold 14px/14px "Host Grotesk", sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	color: #002c61;
	position: relative;
}

nav ul li:last-child a {
	color: #fff;
	background: #c3d652;
	padding: 9px 9px 9px 14px;
	transition: all 0.1s ease;
	cursor:pointer;
}

nav ul li:last-child a:hover {
	background: #df6438;
}

nav ul li:last-child a:after {
	content: "";
	background: url("../images/arrow-white.svg");
	width: 14px;
	height: 14px;
	margin: 0 0 0 3px;
	position: relative;
	top: 2px;
	display: inline-block;
}


/*-- Layout --*/

.spacer {
	width: 100%;
	height: 30px;
}

.container {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 120px 60px;
	position: relative;
}

.container-center {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	height: auto;
	padding: 120px 60px;
	margin: 0 auto;
	position: relative;
}

.col-2 {
	display: flex;
	flex-wrap: wrap;
}

.col-2 .col {
	width: 50%;
}

.col-2 .col:nth-child(odd) {
	padding-right: 60px;
}

.col-2 .col:nth-child(even) {
	padding-left: 60px;
}

.col-3 {
	display: flex;
	flex-wrap: wrap;
}

.col-3 .col {
	width: 33.333%;
}

.col-3 .col:nth-child(3n + 1) {
	padding-right: 60px;
}

.col-3 .col:nth-child(3n + 2) {
	padding-left: 30px;
	padding-right: 30px;
}

.col-3 .col:nth-child(3n + 3) {
	padding-left: 60px;
}

.photo {
	background: #e3edf8;
	width: 100%;
	height: 450px;
	overflow:hidden;
	position:relative;
}

.photo img,
.photo-graph .photo img {
	position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%) !important;
  object-fit:cover;
  object-position:center center;
  width:101%;
  height:101%;
}

.photo-graph {
	position: relative;
	height: 505px;
}

.photo-graph .photo {
	width: calc(100% - 130px);
	height: 350px;
	position: absolute;
	bottom:-150px;
	left: 0;
	z-index: 2;
}

.photo-graph .graph {
	width: 300px;
	height: auto;
	margin: 0 0 0 auto;
	box-shadow: 2px 2px 12px rgba(0, 44, 97, 0.1);
}

.davy-jones-locker {
	background: #002c61;
}

.davy-jones-locker h2,
.davy-jones-locker h3,
.davy-jones-locker p,
.davy-jones-locker a {
	color: #fff;
}

.davy-jones-locker .btn {
	cursor:pointer;
}

.misty-mountains {
	background: #e3edf8;	
}

.misty-mountains-fade {
	background-image: linear-gradient(#e3edf8 50%, #fff);
}

.misty-mountains-lighter {
	background: #f6fbff;
}

.light-blue {
	background: #f6fbff;
}

#heading {
	opacity:0;
}

#sub-heading,
#sub-heading2 {
	opacity:0;
}

/*-- Home --*/

#home header {
	background: #47bae0;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

#home header h1 {
	font-size: 68px;
	line-height: 78px;
}

#home header .container {
	width: 100%;
	height: auto;
	padding: 138px 60px 40px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

#home header .container article:first-child {
	width: 600px;
	padding: 0 0 50px 0;
	align-self: center;
}

#home header .container article:last-child {
	background: #e3edf8;
	width: calc(100% - 600px);
	max-width: 600px;
	height: 600px;
}

#home header .video {
	width: 1450px;
	height: 1450px;
	position:absolute;
	bottom: -570px;
	left: 50%;
	margin-left: -1000px;
	opacity: 0.6;
}

#home header .video .fade-edge {
	background: radial-gradient(rgba(71, 186, 224, 0) 40%, rgba(71, 186, 224, 1) 80%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#home header .video video {
	width: 1450px;
	height: 1450px;
	position: relative;
}

#our-nerds .col:first-child {
	width: 450px;
}

#our-nerds .col:last-child {
	width: calc(100% - 450px);
	display: flex;
}

#our-nerds .col:last-child article {
	width: 50%;
	padding: 50px;
	position: relative;
}

/*
#our-nerds .col:last-child article:first-child:before {
	content: "";
	background: url("../images/checkmark.svg");
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	top: -21px;
	left: 50px;
}

#our-nerds .col:last-child article:last-child:before {
	content: "";
	background: url("../images/cross.svg");
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	top: -21px;
	left: 50px;
}*/

#checkmark {
	background: url("../images/checkmark.svg");
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	top: -21px;
	left: 50px;
}

#cross {
	background: url("../images/cross.svg");
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	top: -21px;
	left: 50px;
}

#featured {
	position: relative;
	min-height: 800px;
	display: flex;
}

#featured .container {
	padding-right: 500px;
	align-self: center;
	top: -30px;
	position:relative;
	z-index: 2;
}

#featured .featured-photo {
	width: 700px;
	height: 550px;
	position: absolute;
	top: 100px;
	right: 0;
}

#featured .featured-photo .photo {
	width: 100%;
	height: 100%;
	background:url("../images/avia.jpg") no-repeat center center / cover;
	margin: 0 0 15px;
}

#featured .featured-photo p {
	position: relative;
	padding: 3px 0 0 56px;
}

#featured .featured-photo p:before {
	content: "";
	background: url("../images/drop.svg");
	width: 42px;
	height: 42px;
	margin: 0 6px 0 0;
	position: absolute;
	top: -5px;
	left: 0;
}

#featured .container .content {
	position:relative;
	z-index:1;
}

#partners ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

#partners ul li {
	width: 25%;
	margin: 0 0 15px;
}

#partners ul li:before {
	content: "";
}


/* BX SLIDER */

.bx-wrapper {
	border:0 !important;
	box-shadow:none !important;
}


/*-- Subpage Header --*/

.subpage header {
	/*background-image: linear-gradient(#002c61 20%, #47bae0 70%);*/
	background-image: linear-gradient(#002c61 40%, #47bae0 100%);
	width: 100%;
	height: auto;
	position: relative;
}

.subpage header h1 {
	color: #47bae0;
}

.subpage header h3 {
	color:#fff;
}

.subpage header h4 {
	color: #fff;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.subpage header p,
.subpage header a {
	color:#fff;
}

.subpage header .container-center {
	max-width: 1500px;
	padding-top: 220px;
	padding-bottom: 120px;
	z-index: 2;
}

.subpage header .photo-overlap {
	width: 100%;
	max-width: 1200px;
	margin: 100px auto 80px auto;
	position: relative;
}

.subpage header .photo-overlap article img {
	position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  object-fit:cover;
  object-position:top left;
  width:101%;
  height:101%;
}

.subpage header .photo-overlap article:first-child {
	background: #e3edf8;
	width: 55%;
	height: 450px;
	overflow:hidden;
	position: relative;
	top: 100px;
	left: 0;
	z-index: 2;
}

.subpage header .photo-overlap article:last-child {
	background: #fff;
	width: 55%;
	height: 450px;
	overflow:hidden;
	position: absolute;
	top: 0;
	right: 0;
}


/*-- Subpage About --*/

.better-for-everyone {
	position: relative;
}

.better-for-everyone h2 {
	margin-bottom: 0;
}

.better-for-everyone h2:nth-child(2) {
	padding-left: 135px;
}

.better-for-everyone h2:nth-child(3) {
	padding-left: 135px;
}

.better-for-everyone span.blaster-bolt-highlight {
	color: #c3d652;
	position: relative;
	overflow: hidden;
}

.better-for-everyone span.blaster-bolt-highlight:after {
	content: "";
	background: url("../images/billing.gif") center center no-repeat;
	background-size: 112px 55px;
	width: 112px;
	height: 55px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.better-for-everyone span.misty-mountains-highlight {
	color: #e3edf8;
	position: relative;
}

.better-for-everyone span.misty-mountains-highlight:after {
	content: "";
	background: url("../images/glasses.gif") center center no-repeat;
	background-size: 125px 46px;
	width: 125px;
	height: 46px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.better-for-everyone .meter {
	width: 105px;
	height: auto;
	position: absolute;
	top: 70px;
	left: 0;
}

#leadership .container {
	padding-bottom:90px;
}

#leadership .col-3 .col {
	margin-bottom:50px;
}

#leadership .col-3 h4 {
	margin-bottom: 15px;
}

#leadership .col-3 .portrait {
	background: #e3edf8;
	width: 100%;
	height: 400px;
	position:relative;
	overflow:hidden;
	margin: 0 0 30px;
}

#leadership .col-3 .portrait img {
	width:101%;
  height:101%;
	position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%) !important;
  object-fit:cover;
  object-position:top center;
}


/*-- Subpage Services --*/

#services header {
	background-image: linear-gradient(#002c61 40%, #47bae0 100%);
}

#services h5 {
	text-align:center;
	margin-bottom:40px;
}

#services h3 {
	font-size:32px;
	line-height:38px;
}

/*
#services header .container-center {
	padding-bottom: 180px;
}*/




/* ACCORDION */

#accordion .container {
	padding-bottom:20px;
}

.accordion {
  text-align:left;
  margin:0 0 40px 0;
}

.accordion-button {
	background:#e3edf8;
	border:4px solid #e3edf8;
	margin-bottom:10px;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.accordion-button.active {
	background:none;
}

.accordion h4 {
  margin:0;
}

.accordion-header {
  height:auto;
  display:flex;
  align-items:center;
  cursor:pointer;
  position:relative;
  padding:25px 120px 25px 40px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/*
.accordion-button:hover {
  background:#fff;
}

.accordion-button.active {
  background:#002c61;
}*/


.accordion-header span {
  width:60px;
  height:60px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:2px solid #c3d652;
  border-radius:50%;
  position:absolute;
  top:50%;
  right:40px;
  margin:-30px 0 0 0;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

.accordion-header span:hover {
	border:2px solid #df6438;
}

.accordion-header span svg {
	width:30px;
	height:30px;
	position:relative;
	top:2px;
}

.accordion-header span:hover .accordion-arrow {
	fill:#df6438;
}

.active.accordion-header span {
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  background:#c3d652;
  border:2px solid #c3d652;
}

.active.accordion-header span svg {
	position:relative;
	top:1px;
}

.accordion-arrow {
	fill:#c3d652;
}

.active .accordion-arrow {
	fill:#fff !important;
}

/*
.accordion-header span svg {
  width:13px;
  height:8px;
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  margin:-3px 0 0 -6px;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

.accordion-header span .accordion-arrow {
  fill:#fff;
}

.active.accordion-header span .accordion-arrow {
  fill:#c2d500;
}
*/

.accordion-content {
  display:none;
}

.accordion-content.active {
  display:block;
}

.accordion-content .content {
  padding:0 120px 50px 40px;
}


/* CONTACT US */

#contact-us .container-center {
	text-align:left;
}

#contact-us .container-center .photo {
	height:530px;
}

#contact-us .container {
	padding-bottom:0;
}

#contact-info .container {
	padding-top:80px;
}

#contact-info h2 {
	font:400 120px/110px "Druk Heavy", sans-serif;
	text-transform:uppercase;
	letter-spacing:0.02em;
	color:#fff;
	margin:0 0 30px;
}

.two-columns {
	display:flex;
	margin-bottom:40px;
}

.two-columns .col {
	width:50%;
	padding:0;
}


/*-- Footer CTA --*/

#footer-cta {
	padding: 180px 60px;
	position: relative;
	overflow: hidden;
}

#footer-cta .container-center {
	text-align: left;
	padding-top: 60px;
	padding-bottom: 60px;
	z-index: 3;
}

#footer-cta h3 {
	margin: 0;
	padding-right: 180px;
}

#footer-cta a.btn {
	position: absolute;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
	cursor:pointer;
}

#footer-cta .video {
	width: 4482px;
	height: 1706px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

#footer-cta .fade {
	content: "";
	background-image: linear-gradient(#fff 10%, rgba(255, 255, 255, 0));
	width: 100%;
	height: 50%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}


/*-- Footer --*/

footer {
	width: 100%;
	padding: 25px 30px;
	z-index: 998;
}

footer article {
	padding: 60px 30px;
	display: flex;
}

footer .logo {
	width: 250px;
	margin: 0 120px 0 0;
}

footer ul {
	width: 100%;
	margin: 0;
	list-style: none;
	display: flex;
}

footer ul li {
	padding: 5px 0 0;
	margin: 0 60px 0 0;
}

footer ul li:before {
	content: "";
}

footer ul li:last-child {
	padding: 0;
	margin: -13px 0 0 auto;
}

footer ul li p {
	margin: 0;
}

footer ul li a {
	text-decoration: none;
	border-bottom: 1px solid #fff;
	margin: 0 0 15px;
	display: inline-block;
}

footer ul li:last-child p {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 15px;
}

footer p.copyright {
	font-size: 14px;
	line-height: 18px;
	padding: 0 30px 15px;
}


/*-- Fancybox --*/

.fancybox__slide {
	/*background: linear-gradient(to bottom, rgba(0, 44, 97, 0.7) 0%, rgba(71, 186, 224, 0.7) 100%);*/
	background: linear-gradient(to bottom, rgba(0, 44, 97, 0.2) 0%, rgba(0, 44, 97, 0.2) 100%);
}

.popup {
	width:1200px;
	padding:60px;
	display: none;
	background:#fff;
	box-shadow:0 0 24px rgba(0, 44, 97, 0.2);
}

.f-button svg {
	fill:#c3d652 !important;
	stroke: #c3d652;
}

.fancybox__slide .f-button[data-fancybox-close] {
	width:50px;
	height:50px;
	top: calc(45px * -1);
	right:-15px;
}

.popup .two-columns {
	margin-bottom:0;
}

.popup .two-columns .col:nth-child(1) {
	border-right:2px solid #e3edf8;
	padding:0 50px 0 0;
}

.popup .two-columns .col:nth-child(2) {
	padding:0 0 0 50px;
}


