html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /*box-sizing: inherit;*/
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

embed,
iframe,
object {
  max-width: 100%;
}

input, select, option, textarea {
  font-family: inherit;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

p {
  margin: 0 0 1.5em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

input[type=search],
input[type=submit],
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* RESET
---------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* UNIVERSAL
---------------------------------------------- */
body,html {
  scroll-behavior: smooth;
}
body{
	overflow-x: hidden;
}
html{
	overflow-x: hidden;
	box-sizing: border-box;
}
h1{
	font-family: 'gravesend-sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 82px;
	line-height: 92px;
	color: #202020;
	margin-bottom: 10px;
	letter-spacing: .001em;
}
h2, .h2_like{
    font-family: 'gravesend-sans', sans-serif;
    color: #202020;
    font-weight: 700;
    font-style: normal;
    font-size: 72px;
    line-height: 68px;
    margin-bottom: 16px;
}
h3{
    font-family: 'gravesend-sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 30px;
    color: #122742;
    margin-bottom: 10px;
}
h4{
    font-family: 'neuzeit-grotesk', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    color: #202020;
    margin-bottom: 5px;
}
h5{
	font-family: 'neuzeit-grotesk', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 0.2px;
	color: #202020;
	margin-bottom:14px;
}
h6{
	font-family: 'neuzeit-grotesk', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.2px;
	color: #202020;
	margin-bottom:10px;
}
p, .p_like{
	font-family: 'neuzeit-grotesk', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: .01em;
	color: #202020;
	margin-bottom:24px;
}
ol, ul{
    margin-bottom: 45px;
    margin-left: 33px;
    padding-left: 0;
}
ol{
    list-style: none;
    counter-reset: item;
    margin-left: 0px;
    position: relative;
    left: 17px;
}
ol li{
	font-family: 'neuzeit-grotesk', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.0625rem;
	line-height: 1.75rem;
	color: #000000;
	margin:10px 0px 0px 0px;
	padding-left:2px;
	counter-increment: item;
}
ol li:before {
	font-family: 'neuzeit-grotesk', sans-serif;
    content: counter(item) ".";
    border-radius: 100%;
    color: #1c1c1c;
    font-weight: 500;
    position: absolute;
    left: -19px;
}
ol ol{
	margin: 0 0 0 30px;
}
ol>li>*{
	margin-left: 0px;
	padding-left: 0px;
}
ul li{
	font-family: 'neuzeit-grotesk', sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 14px;
    line-height: 20px;
	color: #000000;
	margin-bottom:44px;
	list-style-type:none;
	margin:10px 0px 0px 0px;
}
ul ul{
	margin: 0 0 0 30px;
}
ul ul li:before{
    width: 20px;
    height: 4px;
    content: '';
    display: block;
    float: left;
    margin: 12px 0 0 -31px;
    background: #cd8518;
}
ul ul ul{
	margin: 0 0 0 30px;
}
ul ul ul li{
    list-style-type: lower-latin;
}
ul ul ul li:before{
	display: none;
}
em{
	font-weight: 400;
}
hr{
	width: 225px;
	height: 1px;
	border: none;
	background:#EDE1D1;
	margin: 10px 0px 10px 0px;
}
blockquote{
    font-family: 'gravesend-sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height:40px;
    color: #CD8518;
    margin-bottom: 45px;
    max-width: 690px;
    margin-left: 22px;
    position: relative;
}
a.btn{
    font-family: 'gravesend-sans', sans-serif;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 15px;
    color: white;
    background: #009cd8;
    padding: 14.5px 37.5px;
    transition: 0.3s ease all;
    margin: 10px 30px 10px 0px;
    border: 2px solid #009cd8;
    border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
}
a.btn:hover{
	background:#122742;
	border-color: #122742;
	color: white;
}
a.btn.secondary{
	background:transparent;
	color:white;
	border: 2px solid white;
}
a.btn.secondary:hover{
	background:#79E2DD;
	color:#122742;
	border: 2px solid #79E2DD;
}
.clearfix{
	clear: both
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
	font-size:0rem;
}
a{
	font-family: 'neuzeit-grotesk', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: .01em;
    color: #202020;
}
a:hover{
	text-decoration: none;
}
li a{
	color: #122742;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color:#122742;
	transition:0.3s ease all;
}
li a:hover{
	cursor: pointer;
	color: #79E2DD;
}
.container{
	max-width: 1125px;
	width: 90%;
	display: block;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
}
.container.margin-bottom {
  margin-bottom:120px;
}
/* LIGHTBOX
---------------------------------------------- */
#html5-elem-box{
	background: black!important;
}
#html5-elem-wrap{
	background:black!important;
}
#html5-watermark{
	display: none!important;
}
div.pp_default .pp_nav .currentTextHolder{
	display: none;
}
.plus a{
	display:block !important;
}
.top a.pp_previous{
	display: none;
}
.top a.pp_next{
	display: none;
}

/* 404 */
.error-404, .error-403 {
  padding-top:100px;
  width:80%;
  margin:auto;
}
/* INPUTS
---------------------------------------------- */
input[type=text], input[type=tel], input[type=email], input[type=number], input[type=date], input[type=password] {
	font-family: 'neuzeit-grotesk', sans-serif;
    padding: 6px 1%;
    border: 2px solid #D9DEEA;
    background: white;
    display: inline-block;
    float: left;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    color: #304659;
    height: 40px;
	box-sizing: border-box;
    width: 48%;
    margin: 1%;
	-webkit-appearance: none;
	border-radius: 0px;
}
textarea {
	font-family: 'neuzeit-grotesk', sans-serif;
	width: 98%;
	height: 150px;
	padding: 6px 1%;
	border: 2px solid #D9DEEA;
	background:white;
	resize: none;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    color: #304659;
	box-sizing: border-box;
    margin: 1%;
    border-radius: 0px;
}
select {
	font-family: 'neuzeit-grotesk', sans-serif;
    padding: 6px 8px;
    border: 2px solid #D9DEEA;
    background: white;
    display: inline-block;
    float: left;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 14px;
    color: #304659;
    height: 40px;
    background-image: url(/wp-content/themes/mission-base/assets/images/input-select-arrow.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: 95% 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
	box-sizing: border-box;
    width: 48%;
    margin: 1%;
}
input[type=button], input[type=submit], input[type=reset] {
    font-family: 'gravesend-sans', sans-serif;
    display: table;
    position: relative;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 15px;
    color: white;
    background: #009cd8;
    padding: 14.5px 37.5px;
    transition: 0.3s ease all;
    margin: 30px auto;
    border: 2px solid #009cd8;
    border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	background:white;
	border-color: white;
	color: #122742;
	cursor: pointer;
}
label{
    font-size: 0.9375rem;
    color: white;
    font-weight: 400;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=submit],
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
legend{
	font-weight: 700;
    font-size: 0.875rem;
    font-style: normal;
    text-transform: uppercase;
    color: white;
    top: -10px;
    position: relative;
}
.hidden{
	position: absolute;
	left:-10000px;
	opacity: 0;
}
.hidden:focus{
	left: 0;
    top: 0;
    opacity: 1;
    background: black;
    color: white;
    padding: 10px;
    z-index: 9;
}

/* NAVIGATION
---------------------------------------------- */
.navigation{
	position: fixed;
	background:white;
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.7);
	width:100%;
	z-index: 10;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
}
.navigation .container{
	transition:0.3s ease all;
}
.navigation.large .container{
	max-width: 1310px;
}
.navigation .logo{
	position: relative;
}
.navigation .logo img{
	padding: 17px 0px;
	height:52px;
	transition:0.3s ease all;
  box-sizing: content-box;
}
.navigation .logo .chevron{
	position: absolute;
    left: 20px;
    top: 35px;
}
.navigation.large .logo .chevron{
	width: 13px;
    height: 13px;
    top: 29px;
    left: 18px;
}
.navigation.large .logo img{
	height:45px;
	padding: 13px 0px;
}
.navigation ul{
	position: absolute;
    top: 33px;
    right: 0px;
    margin: 0 auto;
    left: auto;
    transition: 0.3s ease all;
    z-index: 2;
    padding-right: 0px;
    display: table;
}
.navigation.large ul{
	margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0px;
    top: 28px;
    width: -webkit-fit-content;
}
.navigation ul li{
	display: inline-block;
	float: left;
	margin-top: 0px;
	font-family: "gravesend-sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1px;
}
.navigation ul li a{
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: transparent;
}
.navigation ul li a:hover{
	border-bottom: 1px solid #122742;
	color: #122742;
}
.navigation.large ul li a.hide{
	display: none;
}
.navigation ul li{
	padding-left:44px;
}
.navigation ul li:first-of-type{
	padding-left: 0px;
}
.navigation .utility{
	position: absolute;
	right:0px;
	top:23px;
}
.navigation .utility .btn{
	opacity: 0;
	pointer-events: none;
	transition: 0.15s ease all;
    padding: 13px 33px;
    margin: 0 14px 0px 0px;
    top: -8px;
    position: relative;

}
.navigation.large .utility .btn{
	opacity: 1;
	pointer-events: all;
}
.navigation .utility .login{
	width: 45px;
    height: 45px;
    background: #79E2DD;
    border-radius: 100%;
    display: block;
    margin: 0px;
    position: relative;
    top: 13.5px;
    display: inline-block;
    transition:0.3s ease all;
    z-index: 3;
}
.navigation.large .utility .login{
	top: 8.5px;
}
.navigation .utility .login:before{
	content: "";
    width: 1px;
    height: 1px;
    border: 2px solid white;
    background:white;
    left: 20px;
    top: 20px;
    position: absolute;
    border-radius: 100%;
    transition:0.3s ease all;
    pointer-events: none;
    opacity: 0;
}
.navigation .utility .login:hover:before{
    transform: scale(8);
    opacity: 1;
}
.navigation .utility .login img{
	position: absolute;
    top: 12px;
    left: 12px;
    transition:0.3s ease all;
}
.navigation .utility .login:hover img{
	transform:scale(1.2);
}
.navigation .mobile-util{
	display: none;
}
.mobile-util a{
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'gravesend-sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 15px;
    color: #122742;
    background: #79E2DD;
    padding: 15px 0px;
    transition: 0.3s ease all;
    text-decoration: none;
    text-transform: uppercase;
}
.mobile-util a:hover{
	color:#79E2DD;
	background: #122742;
}
.mobile-util a:last-of-type{
	color:#79E2DD;
	background: #122742;
}
.mobile-util a:last-of-type:hover{
	background:#79E2DD;
	color: #122742;
}
.burger{
	display: none;
	position: absolute;
    top: 23px;
    right: 0px;
}
.burger span{
	width: 18px;
	height:2px;
	position: relative;
	background:#122742;
	margin-bottom: 5px;
	display: block;
	transition:0.3s ease all;
	left:0px;
	right:0px;
	opacity: 1;
}
.burger span:last-of-type{
	margin-bottom: 0px;
}
.burger:hover{
	cursor: pointer;
}
.burger:hover span{
	opacity: 0.6;
}
.navigation.active .burger span:nth-child(2){
	opacity: 0;
}
.navigation.active .burger span:last-of-type{
	transform: rotate(-45deg);
    top: -7px;
}
.navigation.active .burger span:first-of-type{
	transform: rotate(45deg);
    top: 7px;
}
.navigation.active .burger span{
	left:0px !important;
}
.mobile-links{
	opacity: 0;
    background-color: #122742;
    background: linear-gradient(2deg, rgba(18,39,66,1) 0%, rgba(18,39,66,1) 49%, rgb(58 80 109) 100%);
    transition: 0.3s ease all;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    top: 106px;
    pointer-events: none;
}
.mobile-links:after{
    content: "";
    width: 1px;
    height: 291px;
    background: #EDE1D1;
    left: 0;
    right: 0;
    position: absolute;
    bottom: -300px;
    transition:0.3s ease all;
    transition-delay: 0.3s;
    margin: 0 auto;
}
.navigation.active .mobile-links:after{
	 bottom: 106px;
}
.navigation.active .mobile-links{
	opacity: 1;
	pointer-events: all;
}
.navigation .mobile-links ul{
	position: relative;
    top: 0px;
    right: auto;
    margin: 30px auto 0px;
    left: auto;
    padding: 0px;
    display: block;
    top: 100px;
    transition: 0.3s ease all;
    transition-delay: 0.15s;
    opacity: 0;
}
.navigation.active .mobile-links ul{
	top:0px;
	opacity: 1;
}
.navigation .mobile-links ul li{
	display: block;
    float: none;
    margin: 0 auto 50px;
    text-align: center;
    padding: 0px;
}
.navigation .mobile-links ul li a{
	color: white;
    font-family: 'gravesend-sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}
.navigation .mobile-links ul li a:hover{
	color: #79E2DD;
}

/* FOOTER
---------------------------------------------- */
footer{
	background-color: #122742;
	padding: 50px 0px;
	position: relative;
	display: block;
}
footer .info{
	display: inline-block;
	float: left;
	width: 24%;
    padding-right: 10%;
}
footer .address{
	display: inline-block;
	float: left;
	width: 21%;
    padding-right: 11%;
}
footer .contact{
	display: inline-block;
	float: left;
	width: 14%;
    padding-right: 12%;
}
footer .social{
	display: inline-block;
	float: left;
	width: 8%;
}
footer h4{
	color: white;
}
footer p{
	color: white;
}
footer a{
	color: white;
}
footer p{
	margin-bottom: 0px;
}
footer .info h4{
	font-size: 18px;
}
footer .info a{
	text-decoration: none;
	transition:0.3s ease all;
}
footer .info a img{
	margin-left: 7px;
	transition:0.3s ease all;
  filter: brightness(4);
}
footer .info a:hover{
	color: #009cd8;
}
footer .info a:hover img{
	margin-left: 3px;
}
footer .social h4{
	font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
footer .social .icons a:nth-child(2){
	margin: 0 10px;
}
footer .social .icons a{
	opacity: 1;
	transition: 0.3s ease all;
}
footer .social .icons a:hover{
	opacity: 0.6;
}
footer .social .icons a img{
	margin-bottom: 5px;
	width: 20px;
}

/* HEADER
---------------------------------------------- */
.header{
	display: block;
	position: relative;
	background:#122742;
	padding: 290px 0px 120px 0px;
	overflow: hidden;
}
.header .container{
	z-index: 3;
}
.header .background{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.header .mark{
	z-index: 2;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.header h1, .header .h2_like{
    color: white;
    text-align: center;
    max-width: 700px;
    width: 95%;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 56px;
    line-height: 68px;
}
.home .header h1, .home .header .h2_like {
  font-size:45px;
  line-height:50px;
  font-weight: 700;
}
#header .p_like p {
  margin-top:0px;
}
.header h2, .header .p_like, .header .p_like p{
    color: white;
    text-align: center;
    max-width: 730px;
    width: 95%;
    margin: 0 auto;
    font-size: 21px;
    letter-spacing: 0.21px;
    line-height: 27px;
    font-weight: 100;
    margin-top: 10px;
}
.home .header h2, .home .header .p_like, .home .header .p_like p{
  margin-top:28px;
  font-family: 'neuzeit-grotesk', sans-serif;
}
.header .buttons {
	width: 445px;
  margin: 50px auto;
  display:flex;
  justify-content: space-between;
}
.header .buttons .btn:last-of-type{
	margin-right: 0px;
}
.header .buttons a.btn:hover{
	background:white;
	border-color: white;
	color: black;
}
.header .down-arrow{
	border:2px solid #009cd8;
	width:59px;
	height:59px;
	border-radius: 100%;
	margin: 0 auto;
  display: block;
  position: relative;
}
.header .down-arrow img{
/* 	-webkit-animation: pulse 1.5s ease-in-out infinite; */
/* 	animation: pulse 1.5s ease-in-out infinite; */
}
@keyframes pulse {
   0% { transform: scale(1); }
   50% { transform: scale(0.9); }
   100% { transform: scale(1); }
}
.header .down-arrow:hover{
	cursor: pointer;
}
.header .down-arrow:before{
	content: "";
    width: 1px;
    height: 1px;
    border: 2px solid #009cd8;
    background:#009cd8;
    left: 27px;
    top: 27px;
    position: absolute;
    border-radius: 100%;
    transition:0.3s ease all;
    pointer-events: none;
    opacity: 0;
}
.header .down-arrow:hover:before{
    transform: scale(8);
    opacity: 1;
}
.header .down-arrow img{
    display: block;
    margin: 6px;
    transition:0.3s ease all;
}
.header .down-arrow:hover img{
	transform: scale(0.9);
}
.lines.adjusted_lines {
  position:relative;
  top:4px;
}
.lines .line{
	width: 100%;
	height:4px;
	position: absolute;
	bottom: 0px;
	background:white;
	z-index: 3;
	pointer-events: none;
	opacity: 0;
	transition:all 0.3s ease-out;
}
.lines .line.two{
	height:3px;
	transition-delay: 0.1s;
}
.lines .line.three{
	height:2.5px;
	transition-delay: 0.2s;
}
.lines .line.four{
	height:2px;
	transition-delay: 0.3s;
}
.lines .line.active{
	opacity: 1;
}
.lines .line.one.active{
	bottom: 4px;
}
.lines .line.two.active{
	bottom: 11px;
}
.lines .line.three.active{
	bottom: 17px;
}
.lines .line.four.active{
	bottom: 21px;
}
/* video */
video {
	position: absolute;
	z-index: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.video.desktop{
	display: block;
}
.video.mobile{
	display: none;
}
.video-controls{
    z-index: 3;
    position: absolute;
    right: 20px;
    bottom: 40px;
}
.video-controls img{
	pointer-events: none;
	opacity: 1;
	transition:0.3s ease all;
	position: absolute;
    right: 0px;
    top: -20px;
    opacity: 0;
}
.video-controls img:hover{
	cursor: pointer;
	opacity: 0.6;
}
.video-controls img.active{
	pointer-events: all;
	opacity: 1;
}

/* GRID
---------------------------------------------- */
.intro .container .grid{
	width: 100%;
    padding-left: 7.1%;
    margin-bottom: 50px;
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.intro .container .reason:nth-of-type(odd){
	padding-right:4.9%;
}
.intro .container .reason{
	width: 44%;
    padding-top: 54px;
    display: inline-block;
    float: left;
}

/* INTRO
---------------------------------------------- */
.intro{
	display: block;
	position: relative;
	padding-top:60px;
}
.intro .columns{
	width: 100%;
	position: relative;
}
.intro .columns .split{
	background: #f3f3f3;
	padding:50px 0px;
	position: relative;
}
.intro .columns .split::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 1000%;
    background: linear-gradient(#122742, #1E3654);
    left: -100%;
    top: 0;
}
.intro .columns .split .col{
	display: inline-block;
	float: left;
	z-index: 2;
	position: relative;
}
#engine .col *, #intro .benefits .item *   {
	color:white;
}
#intro .benefits .item img {
	background:white;
	border-radius:100%;
}
.intro .columns .split .col .btn{
	margin-top: 0px;
}
.intro .columns .split .col:first-of-type{
	width: 44%;
	padding-left:7.1%;
	padding-top:54px;
}
.border{
	width: 1px;
    height: 123%;
    background: #EDE1D1;
    left:31px;
    position: absolute;
    bottom: 0px;
    z-index: 3;
}
.intro .columns .split .col:nth-of-type(2){
	width: 40.5%;
	padding-left: 8.4%;
}
.intro .columns .split .col .image{
	background-color:#122742;
	width: 100%;
	height:375px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 15%);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.intro .columns .split .col .image a{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 109px;
    top: 130px;
    z-index: 2;
}
.intro .columns .split .col .image a .play-icon{
	left: 48px;
    position: absolute;
    top: 46px;
    z-index: 2;
}
.intro .columns .split .col .image a span{
	background: #79E2DD;
    width: 62px;
    height: 62px;
    position: absolute;
    border-radius: 100%;
    top: 23px;
    left: 24px;
    transition:0.3s ease all;
}
.intro .columns .split .col .image a:hover span{
	transform: scale(1.3);
}
.intro .columns .split .col .cut{
	width: 1px;
    height: 130%;
    bottom: -15%;
    background: #122742;
    left: 49.5%;
    position: absolute;
    transform: rotate(20deg);
    transition:0.3s ease all;
}
.intro .columns .split .col .image a:hover + .cut{
	transform: rotate(-20deg);
}

/* BENEFITS
---------------------------------------------- */
.benefits{
	display: flex;
    position: relative;
    padding-top: 65px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
	background: #f3f3f3;
	padding-bottom:120px;
}
.benefits::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 1000%;
    background: linear-gradient(#1E3654, #2A4567);
    left: -100%;
    top: 0;
}
.benefits .item{
	display: inline-block;
	float: left;
	width: 33%;
	margin-bottom: 60px;
	z-index: 2;
}
.benefits .item img{
	display: inline-block;
	float: left;
	width: 17.3%
}
.benefits .item .content{
	display: inline-block;
	float: left;
	width: 90%;
	padding-left: 4%;
}
.benefits .item h4{
	font-size: 18px;
}
.benefits .item p {
	padding-right: 0%;
}

/* CALLOUT
---------------------------------------------- */
.callout{
	display: block;
	position: relative;
	background-color: #122742;
	padding: 80px 0px;
	margin-top: 120px;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background: #FBFBFB;
}
#callout.callout {
	margin-top:0px;
	z-index: 4;
}
.callout .info{
	background:white;
	max-width: 563px;
	width: 80%;
	padding: 72px 63px 60px 60px;
	-webkit-box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
    float: left;
}
.callout .info:last-of-type{
	margin-bottom: 0px;
}
.callout .info h3{
	font-size: 22px;
}
.callout .info.right{
	margin-left: 439px;
	float: right;
}
.callout img.boat {
	position: absolute;
    top: -180px;
    max-width: 867px;
    right: 0px;
}
.callout .border{
	height: 234px;
    top: -260px;
    bottom: auto;
}
.callout .title h3{
	color: white;
	font-size: 34px;
}
.callout .title{
	text-align: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 50px;
}
.callout .title hr{
	margin: 15px 0px;
}

/* MODAL
---------------------------------------------- */
.modal{
	position: fixed;
    z-index: 5;
    top: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
    pointer-events: none;
    opacity: 0;
    transition:0.3s ease all;
}
.active .modal{
	top:20%;
	opacity: 1;
	pointer-events: all;
}
.modal .container{
	max-width: 930px;
}
.modal .container .option{
	display: inline-block;
	float: left;
	width: 48%;
	margin: 1%;
	background: white;
	padding: 40px 45px 35px 40px;
	box-sizing: border-box;
}
.modal .container .option hr{
	width: 42px;
	margin: 20px 0px;
}
.modal .container .option ul{
	margin-bottom: 20px;
	margin-left: 20px;
}
.modal .container .option ul li{
	position: relative;
	font-size: 16px;
}
.modal .container .option ul li:before{
    content: "\2022";
    color: transparent;
    display: block;
    border: 2px solid #009CD7;
    border-radius: 100%;
    width: 4px;
    height: 4px;
    position: absolute;
    left: -20px;
    top: 6px;
}
.modal .container .option h3{
	font-size: 20px;
    line-height: 22px;
    font-family: 'neuzeit-grotesk', sans-serif;
}
.overlay{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    pointer-events: none;
    backdrop-filter: blur(0px);
    background-color: rgba(18, 39, 66, 0);
    transition:0.3s ease all;
}
.active .overlay{
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	background-color: rgba(18, 39, 66, 0.9);
	pointer-events: all;
}
.modal img.close{
	position: absolute;
    bottom: -67px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition:0.3s ease all;
}
.modal img.close:hover{
	cursor: pointer;
	transform: rotate(90deg);
}

/* PARALLAX
---------------------------------------------- */
.parallax{
	position: relative;
	display: block;
/* 	height:500px; */
	height:35.7vw;
	width: 100%;
	background:#122742;
	overflow: hidden;
}
.parallax img{
    width: 120%;
    top: -10%;
    left: -30%;
    position: absolute;
}

/* FLEET
---------------------------------------------- */
.fleet{
	display: block;
	position: relative;
	padding: 115px 0px;
}
.fleet:before{
    content: "";
    width: 1px;
    height: 100px;
    background: #EDE1D1;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    z-index: 3;
}
.title{
	text-align: center;
	max-width: 640px;
	width: 95%;
	margin: 0 auto;
}
.title h3{
	font-size: 34px;
}
.title hr{
	width: 365px;
	margin: 15px auto;
}
.fleet .boat{
/* 	width: 30%; */
	padding: 20px;
	display: inline-block;
	float: left;
	position: relative;
}
.fleet .boat .image{
	width: 100%;
	height:280px;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 8px 15px 5px rgb(0 0 0 / 15%);
    box-shadow: 0px 8px 15px 5px rgb(0 0 0 / 15%);
    position: relative;
    transition:0.3s ease all;
}
.fleet .boat .image:hover{
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 0%);
    box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 0%);
}
.fleet .boat .image:hover img{
	transform: scale(1.2);
	bottom: 9px;
}
.fleet .boat .image img{
	padding: 9px;
    background: #79E2DD;
    border-radius: 100%;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    pointer-events: none;
    -webkit-box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 15%);
    transition:0.3s ease all;
}
.fleet .boat h4{
	padding-left: 19px;
    padding-top: 25px;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
}
.fleet .boat h4:before{
	content: "";
    width: 1px;
    height: 86.4px;
    background: #EDE1D1;
    left: 1px;
    top: 10px;
    position: absolute;
}
.fleet .boat p{
	padding-left: 19px;
}
.fleet .slick-dots{
	margin: 0 auto;
	display: none;
}
.fleet .slick-dots li{
	display: inline-block;
	float: left;
	margin: 0 3px;
	padding: 0px;
	background:#122742;
	border:2px solid #122742;
	border-radius: 100%;
	transition:0.3s ease all;
	width:14px;
	height:14px;
}
.fleet .slick-dots li:hover{
	cursor: pointer;
	opacity: 0.8;
}
.fleet .slick-dots li.slick-active{
	background:white;
}
.fleet .slick-dots li button{
	display: none;
}
.fleet .controls{
	display: none;
}
.fleet .controls .next{
	display: inline;
    position: absolute;
    right: -50px;
    top: 320px;
    transform: rotate(-90deg);
    border: 2px solid #009CD7;
    border-radius: 100%;
    padding: 5px;
    line-height: 0px;
}
.fleet .controls .prev{
	display: inline;
    position: absolute;
    left: -50px;
    top: 320px;
    transform: rotate(-90deg);
    border: 2px solid #009CD7;
    border-radius: 100%;
    padding: 5px;
    line-height: 0px;
}
.fleet .controls div{
	background:transparent;
	transition:0.3s ease all;
}
.fleet .controls div:hover{
	cursor: pointer;
	background:#122742;
	border: 2px solid #122742;
}

/* LOCATION
---------------------------------------------- */
.location{
	display: block;
	position: relative;
	background-color:#122742;
	background-size: cover;
	background-position: center center;
	padding: 115px 0px 110px 0px;
}
.location:before{
    content: "";
    width: 1px;
    height: 100px;
    background: #EDE1D1;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    z-index: 3;
}
.location .team{
	display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.location h3{
	color: white;
}
.location hr{
	margin-bottom: 40px;
}
.location .place{
    width: 100%;
    margin: 1% auto;
    background: white;
    display: inline-block;
    float: left;
    padding: 16px;
    box-sizing: border-box;
    position: relative;
    min-height: 196px;
}
.location .image{
    width: 40%;
    height: 364px;
    background-size: cover;
    background-position: center -47px;
    position: relative;
    display: inline-block;
    float: left;
    background-repeat: no-repeat;
}
.location .image p{
    font-family: 'gravesend-sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    background: white;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    padding: 7px 6px 3px 6px;
    line-height: 12px;
    display: table;
    text-align: center;
}
.location .content{
	display: inline-block;
    float: left;
    width: 55%;
    padding-left: 5%;
}
.location .content h4{
	margin-top:10px;
}
.location .content p:first-of-type{
	margin-bottom: 10px;
}
.location .content p{
	/*margin-bottom: 0px;*/
}
.location .content a:last-of-type{
	display: block;
    margin: 7px 0px 0px 0px;
}
/* full */
.location .full{
	margin-bottom: 100px;
}
.location .full .copy{
	display: inline-block;
	float: left;
	width: 43.2%;
	padding-top: 105px;
}
.location .full .copy p{
	color: white;
}
.location .full hr{
	width: 365px;
    margin: 15px 0px;
}
.location .full .btn:hover{
	background:white;
	color: #122742;
	border: 2px solid white;
}
.location .full .images{
    width: 49.6%;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 7%;
}
.location .full .images .image-one{
    background-size: cover;
    height: 353px;
    width: 78.5%;
    margin-left: 21.5%;
    position: absolute;
    margin-top: 150px;
}
.location .full .images .image-two{
    background-size: cover;
    height: 432px;
    width: 81.3%;
}

/* Testimonial Slider
---------------------------------------------- */
.testimonial_slider {
	max-width:761px;
	margin:auto;
}
.testimonial_content, .testimonial_content p {
	font-size:24px;
	font-weight: 600;
	width:100%;
	text-align:center;
}

.testimonial_name {
	font-family:'gravesend-sans', sans-serif;
	font-size:14px;
	font-weight:600;
	color:#009CD7;
	width:100%;
	text-align:center;
}
.testimonial_icon {
	width:134px;
	height:134px;
	border-radius:50%;
	border: 2px solid #489CD9;
	display:flex;
	justify-content: center;
	align-items: center;
	margin:auto;
	margin-bottom:30px;
}
.testimonial_icon svg {
	width:60px;
}
#faq .slick-dots{
	display: none;
}
#faq .slick-dots li button::before {
	width:12px;
	height:12px;
	color:white;
	border-radius:100%;
	color:#122742;
	background:#122742;
	opacity: 1;
	border: 2px solid #122742;
}
#faq .slick-dots li.slick-active button::before {
	border: 2px solid #122742;
	color:transparent;
	background:transparent;
	opacity: 1;
}
.controls .prev {
	display: inline;
	position: absolute;
	left: -40px;
	top: 200px;
	transform: rotate(-90deg);
	border: 2px solid #009cd8;
	border-radius: 100%;
	padding: 5px;
	line-height: 0px;
	transition: all 500ms ease;
}
.controls .next {
	display: inline;
	position: absolute;
	right: -40px;
	top: 200px;
	transform: rotate(-90deg);
	border: 2px solid #009cd8;
	border-radius: 100%;
	padding: 5px;
	line-height: 0px;
	transition: all 500ms ease;
}
.controls .prev:hover, .controls .next:hover {
	cursor: pointer;
	background: #122742;
	border: 2px solid #122742;
}

/* CASE
---------------------------------------------- */
.case{
    display: block;
    position: relative;
    padding: 110px 0px 130px 0px;
}
.case .col{
    display: inline-block;
    float: left;
}
.case .col:first-of-type{
    width: 51.5%;
}
.case .col:last-of-type.caseStudySlider {
	height:300px;
	max-width:100%;
	width:35%;
	margin-left:5%;
	margin-right:5%;
}
.caseStudySlider .slick-active::before {
	background-color:#009cd8;
}
.caseStudySlider .slick-dots li button {
	opacity:0;
}
.case .columns {
  display:flex;
  justify-content: space-between;
  margin-bottom:65px;
}
.case .columns.reverse {
  flex-direction: row-reverse;
}
.case .columns:last-of-type {
  margin-bottom:0;
}
.case .col:last-of-type{
    width: 35%;
    margin-left:5%;
    margin-right:5%;
}
.case .columns .col:last-of-type {
  margin-right:0px;
  margin-left:5%;
}
.case .columns.reverse .col:last-of-type {
  margin-left:0px;
  margin-right:5%;
}
.case .image{
    background-color:#122742;
    width: 436px;
    height:468px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 15%);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 25px;
    top: 44px;
    z-index: 2;
}
.case .image.two{
    height:677px;
    width: 400px;
    z-index: 1;
    right:0px;
    top:0px;
}
.case p span{
    display: block;
    font-size: 14px;
}
.case p b{
    font-weight: 800;
}
.case p.nomargin{
    margin-bottom: 0px;
}
.case ul{
    margin-left: 18px;
    margin-bottom: 20px;
}
.case ul li{
    position: relative;
}
.case ul li::before {
    content: "";
    color: red;
    display: inline-block;
    width: 5px;
    height: 5px;
    border: 2px solid #009cd8;
    border-radius: 100%;
    position: absolute;
    left: -16px;
    top: 5px;
}
.case ul li button {
  display:none;
}
.caseStudySlider .slick-active::before, .caseStudyImageSlider .slick-active::before{
  background-color:#009cd8;
}
.caseStudyImageSlider .slick-dots {
  bottom:-50px;
}
.caseStudyImageSlider {
  transition: opacity 200ms ease;
}
.case .title{
	margin-bottom: 100px;
}

/* FAQ
---------------------------------------------- */
.faq{
	padding: 73px 0px 60px 0px;
	position: relative;
}
.faq:before{
    content: "";
    width: 1px;
    height: 50px;
    background: white;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: -40px;
    z-index: 3;
    max-width: 934px;
    width: 100%;
}
#accordion{
	margin-top: 40px;
}
.accordion-toggle{
/*     cursor: pointer; */
    padding: 22px 0px 10px 20px;
    max-width: 628px;
    width: 90%;
    margin-bottom: 0px;
}
.accordion-content{
	display: block;
    padding: 0px 0px 0px 20px;
}
.accordion-content p{
	margin-bottom: 10px;
}
.accordion-content.default{
	display: block;
}
.question{
	max-width: 934px;
    width: 100%;
    border: 2px solid #2D4461;
    margin: 15px auto;
    display: block;
    padding-bottom: 12px;
    transition:0.3s ease all;
    position: relative;
}
.question.active{
	-webkit-box-shadow: 0px 15px 15px 5px rgb(0 0 0 / 15%);
    box-shadow: 0px 15px 15px 5px rgb(0 0 0 / 15%);
}
.question.active:after{
	transform: rotate(90deg);
}

/* FORM
---------------------------------------------- */
.form{
	display: block;
	position: relative;
	background-color: #122742;
	background: #122742;
	background: linear-gradient(164deg, rgba(18,39,66,1) 0%, rgba(18,39,66,1) 49%, rgba(76,104,140,1) 100%);
	padding:130px 0px 120px 0px;
}
.form hr{
	opacity: 0.24;
}
.form .title h3{
	color: white;
}
.form .title p{
	color: white;
}
.form form{
	max-width: 745px;
	width: 100%;
	margin: 0 auto;
}
.form iframe{
	border: 0;
    max-width: 745px;
    height:850px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

/* MEDIA QUERY
---------------------------------------------- */
/* height rules */
@media (max-height: 820px) {
	.navigation.active .mobile-links:after{
		bottom:-10px;
	}
}
@media (max-height: 720px) {
	.navigation.active .mobile-links:after{
		bottom:-50px;
	}
}
@media (max-height: 650px) {
	.navigation.active .mobile-links:after{
		bottom:-100px;
	}
}
@media (max-height: 600px) {
	.navigation.active .mobile-links:after{
		bottom:-150px;
	}
}
@media (max-height: 540px) {
	.navigation .mobile-links ul li{
		margin-bottom: 30px;
	}
	.navigation .mobile-links ul li a{
		font-size: 20px;
	}
}

/* width rules */
@media (max-width: 1120px) {
    .case .image{
        width: 40%;
    }
    .case .image.two{
        width: 38%;
    }
}
@media (max-width: 1100px) {
	.navigation.large ul li{
		padding-left:24px;
	}
	.navigation.large ul li a{
		font-size: 14px;
	}
}
@media(max-width:1080px) {
  .navigation ul li {
    padding-left:24px;
  }
}
@media (max-width: 1060px) {
	.fleet .controls .next{
		right:-40px;
	}
	.fleet .controls .prev{
		left:-40px;
	}
}
@media (max-width: 1024px) {
	.navigation ul li a{
		font-size: 14px;
	}
	.navigation ul li{
		padding-left: 24px;
	}
	.navigation.large ul li{
		padding-left:20px;
	}
	.navigation.large ul li a{
		font-size: 13px;
	}
	.navigation .utility .btn{
		margin-right: 5px;
	}
	.navigation.large .utility .btn{
		padding: 13px 20px;
		font-size: 11px;
	}
	.callout img.boat{
		right:-150px;
	}
    .location .place{
        width: 80%;
    }
}
@media (max-width: 1023px) {
	.fleet .controls{
		display: block;
	}
	.fleet .slick-dots{
		display: flex;
		justify-content: center;
	}
}
@media (max-width: 980px) {
    .case .col:first-of-type {
        width: 100%;
    }

    .case .col {
        display: block;
        float: none;
    }
    .case .col:last-of-type{
        display: none;
    }
}
@media (max-width: 940px) {
    .faq:before{
	    display: none;
    }
}
@media (max-width: 920px) {
	.navigation.large ul{
		top:29px;
	}
	.navigation ul li a{
		font-size: 13px;
	}
	.navigation .mobile-util{
		display: block;
	}
	.burger{
		display: block;
	}
	.header{
		padding: 380px 0px 130px 0px;
	}
	.intro .container .grid{
		padding-left: 0px;
	}
	.intro .container .reason{
		width: 95%;
	    padding-left: 5%;
	    padding-top: 0px;
	    margin-bottom: 0px;
	}
	.intro .container .reason:first-of-type{
		margin-top: 30px;
	}
	.intro .columns .split .col:nth-of-type(2){
		width: 95%;
		padding-left: 5%;
	}
	.intro .columns .split .col:first-of-type {
	    width: 95%;
	    padding-left: 5%;
	    padding-top:0px;
	    margin-bottom: 35px;
    }
    .border {
	    height: 120%;
	    left: 0px;
	    bottom: -26px;
	}
    .callout img.boat{
	    display: none;
    }
	.callout .info {
	    background: white;
	    max-width: 90%;
	    width: 100%;
	    padding: 5%;
    }
    .benefits .item{
	    width: 100%;
	    height:auto !important;
	    display: block;
	    margin-bottom: 40px;
    }
    .benefits .item p{
	    margin-bottom: 0px;
	    padding-right: 0px;
    }
    .benefits .item img{
	    width: 54px;
    }
    .benefits .item .content{
	    padding-left: 14px;
	    padding-top: 5px;
    }
    .callout{
	    margin-top: 60px;
    }
    .callout .border {
	    height: 60px;
	    top: -111px;
	}
	footer .info{
	    width: 100%;
	    padding-right: 0px;
	    margin-bottom: 25px;
    }
    footer .address{
	    width: 100%;
	    padding-right: 0px;
	    margin-bottom: 25px;
    }
    footer .contact{
	    width: 100%;
	    padding-right: 0px;
	    margin-bottom: 25px;
    }
    footer .social{
	    width: 100%;
    }
    .location .full .images{
	    display: none;
    }
    .location .full .copy{
	    width: 100%;
	    padding-top: 0px;
    }
    .location .full{
	    margin-bottom: 0px;
    }
    	.navigation{
		background-color: rgba(255, 255, 255, 1);
	}
	.navigation nav{
		display: none;
	}
	.navigation .utility{
		display: none;
	}
	.navigation .logo img{
		height:40px;
		padding: 10px 0px 7px 0px;
	}
	.navigation.large .logo img {
	    height: 40px;
	    padding: 10px 0px 7px 0px;
    }
	.testimonial_content {
		font-size:18px;
	}
	.testimonial_name {
		font-size:12px;
	}
    .case{
        padding: 45px 0px 40px 0px;
    }
}
@media (max-width: 890px) {
    .parallax img{
	    left:-40%
    }
}
@media (max-width: 840px) {
	.fleet .controls .next{
		right:-35px;
	}
	.fleet .controls .prev{
		left:-35px;
	}
	#faq .controls .next {
		top:auto;
		z-index: 1;
		bottom:-40px;
		right:30vw;
	}
	#faq .controls .prev {
		top:auto;
		z-index: 1;
		bottom:-40px;
		left:30vw;
	}
	.case .title{
		margin-bottom: 50px;
	}
}
@media (max-width: 800px) {
	.header h2{
		font-size: 21px;
		line-height: 45px;
	}
	.header p{
		margin-top: 10px;
	}
	.header .buttons{
		display: none;
	}
	.header .down-arrow{
		margin-top: 100px;
	}
}
@media (max-width: 740px) {
	.fleet .slick-dots{
		display: none !important;
	}
	.fleet .boat h4{
		padding-left: 6px;
	}
	.fleet .boat p{
		padding-left: 6px;
	}
	.fleet .boat h4:before{
		display: none;
	}
	.fleet .controls .next, #faq .controls .next {
	    right: 34vw;
	    bottom: -30px;
	    top: auto;
	}
	.fleet .controls .prev, #faq .controls .prev {
	    left: 34vw;
	    bottom: -30px;
	    top: auto;
	}
	.fleet .controls .prev::after, #faq .controls .prev::after {
	    content: "";
	    position: absolute;
	    right: -26px;
	    bottom: 106px;
	    height: 1px;
	    background: #EDE1D1;
	    width: 96px;
	    transform: rotate(-90deg);
	}
	.fleet .controls .next::after, #faq .controls .next::after {
	    content: "";
	    position: absolute;
	    right: -26px;
	    top: 106px;
	    height: 1px;
	    background: #EDE1D1;
	    width: 96px;
	    transform: rotate(-90deg);
	}
	.active .modal{
		top:105px;
	}
	.modal .container{
		max-width: 100%;
		width: 100%;
	}
	.modal .container .option {
	    display: block;
	    float: none;
	    width: 100%;
	    margin: 0px;
    }
    .modal img.close {
	    position: absolute;
	    bottom: 0;
	    top: 10px;
	    left: auto;
	    right: 10px;
    }
    .active .overlay{
	    backgorund:white;
	    opacity: 1;
    }
    .location .image p{
	    display: block;
	    width: 100px;
    }
}
@media (max-width: 720px) {
	.location .place {
	    width: 100%;
	    margin: 10px 0px;
	    min-height: auto;
	}
	.accordion-toggle{
		width: 80%;
	}
	.accordion-content{
		padding: 0 20px;
	}
}
@media (max-width: 700px) {
	.parallax img {
	    left: -50%;
	}
}
@media (max-width: 640px) {
	.callout .title h3{
		font-size: 22px;
	}
	.title h3{
		font-size: 22px;
	}
	h3{
		font-size: 22px;
		line-height: 28px;
	}
	select{
		margin: 10px 0px;
		width: 100%;
	}
	textarea{
		margin: 10px 0px;
		width: 100%;
	}
	input[type=text], input[type=tel], input[type=email], input[type=number], input[type=date], input[type=password]{
		margin: 10px 0px;
		width: 100%;
	}
	.form{
		padding: 60px 0px 30px 0px;
	}
	.faq{
		padding: 30px 0px 60px 0px;
	}
	.location{
		padding: 80px 0px 60px 0px;
	}
	.location .lines{
		display: none;
	}
	.fleet{
		padding: 80px 0px 110px 0px;
	}
	.parallax{
		height:200px;
	}
	.parallax img{
		left:-50%;
		top:-15%;
		width:740px;
	}
	.callout{
		padding: 60px 0px;
		margin-top: 30px;
	}
	.callout .info h3{
		margin-bottom: 0px;
	}
	.callout .info .btn{
		margin-right: 0px;
	}
	.callout .border{
		top:-91px;
	}
	.title hr{
		width: 100%;
	}
	.callout .title h3{
		text-align: center;
	}
	.callout .title{
		margin-bottom: 30px;
	}
}
@media (max-width: 600px) {
	.parallax img{
		left:-65%;
	}
	.header{
		padding-top: 200px;
	}
}
@media (max-width: 540px) {
	.intro .columns .col .image{
		height:259px;
	}
	.intro .columns .col .image a{
		top:80px;
	}
    .location .image{
        float: none;
        display: block;
        width: 100%;
    }
    .location .content {
        display: block;
        float: none;
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 500px) {
	.parallax img{
		left:-65%;
	}
	.video.desktop{
		display: none;
	}
	.video.mobile{
		display: block;
	}
}
@media (max-width: 470px) {
	.fleet .controls .prev, #faq .controls .prev {
		left:30vw;
	}
	.fleet .controls .next, #faq .controls .next {
		right:30vw;
	}
	.parallax img {
	    left: -100%;
	}
}
@media (max-width: 350px) {
	.parallax img {
	    left: -200%;
	}
}
#our_services .place_holder {
  width:31%;
  display:flex;
  flex-direction: column;
  justify-content: center;
  margin-left:1%;
  margin-right:1%;
}
#our_services .place_image {
  max-width:90%;
  height:auto;
  margin:auto;
  position:relative;
  bottom:-12px;
  z-index:1;
  filter: drop-shadow(20px 20px 35px rgba(0,0,0,0.2));
}
#our_services .place {
  width:100%;
  min-height:255px;
  display:flex;
  justify-content: center;
  align-items: center;
}
#our_services .place .content p {
  font-size:16px;
  line-height:22px;
}
#our_services .place .content hr {
  width:42px;
  margin-top:10px;
  margin-bottom:10px;
}
#our_services .content {
  width:95%;
  margin-top:10px;
  margin-bottom:10px;
}
#our_services h4 {
  font-size:20px;
  line-height:23px;
  text-transform:capitalize;
}
#our_services .team {
  justify-content: space-between;
  max-width: 1125px;
  width: 90%;
  margin:auto;
}
#locations.location .place {
  width:100%;
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /*text-align: center;*/
  padding: 30px 40px;
  margin:auto;
}
#locations.location .place .team {
  display:flex;
  flex-direction: column;
}
#locations.location .image {
  width:40%;
  /*width:220px;*/
  height:364px;
  /*background-position-y:10%;*/
  background-position: center -47px;
}
#locations.location .content {
  padding-left:5%;
  box-sizing:border-box;
  width:55%;
}
#locations.location .content h4 {
  font-size:18px;
  letter-spacing: 0.05em;
  line-height: 18px;
}
#locations.location .content p {
  font-size:16px;
  letter-spacing: 0.01em;
  line-height: 22px;
}
#locations.location .place .content p {
  /*max-width: 170px;
  margin: auto;*/
}
.intro.blog_listings{
  padding-top:130px;
  padding-bottom:100px;
}
.filter_section {
  position:relative;
  display:flex;
  justify-content: center;
}
.filters {
  position:absolute;
  display:flex;
  justify-content: space-evenly;
  align-items: center;
  margin:auto;
  transform:translateY(-50%);
  width:80%;
  max-width:715px;
  background:white;
  filter:drop-shadow(0px 10px 40px rgba(0,0,0,0.2));
  height:93px;
  z-index: 5;
  color:#2D4461;
}
.filters legend {
  opacity:0;
}
.filter {
  position:relative;
  display:flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter, .filter * {
  cursor:pointer;
}
.filters input, .filters label {
  color:#2D4461;
  font-family:'neuzeit-grotesk', sans-serif;
  font-size:16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing:0.05em;
  text-transform:capitalize;
  padding-left:10px;
}
.filters input {
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  margin:1px;
}
.filters .radio {
  border: 2px solid #2D4461;
  border-radius:100%;
  width:16px;
  height:16px;
  box-sizing: border-box;
}
.filters input:checked ~ .radio {
  background:radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(0,156,215,1) 35%, rgba(0,156,215,1) 100%);
}
.blog {
  background:white;
  width:100%;
  min-height:312px;
  display:flex;
  justify-content: space-between;
  box-sizing:border-box;
  filter:drop-shadow(0px 5px 20px rgba(0,0,0,0.1));
  cursor:pointer;
  transition:all 500ms ease;
  transform-style: preserve-3d;
  margin-bottom:65px;
  text-decoration: none;
  overflow:hidden;
}

.blog:hover {
  transform: scale3D(102%, 102%, 1);
}
.blog_img {
  height:312px;
  min-width:312px;
  background-position:center;
  background-size:cover;
  transition: all 300ms ease;
}
.blog_img:hover {
  transform:scale(1.05);
}
.blog_content {
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left:65px;
  padding-top:65px;
  padding-bottom:65px;
  padding-right:80px;
  text-align:left;
  max-height: 312px;
  box-sizing: border-box;
  position: relative;
}
.tag {
  background:#489CD9;
  color:white;
  font-family:'neuzeit-grotesk', sans-serif;
  font-size:13px;
  letter-spacing:0.05em;
  line-height:18px;
  font-weight: 500;
  padding:7px 10px;
  margin-bottom:30px;
  transition:all 300ms ease;
  text-transform: capitalize;
}
.tag:hover {
  transform:scale(1.15);
}
h3.blog_title {
  font-family:'neuzeit-grotesk', sans-serif;
  font-size:26px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom:10px;
}
.blog_body p {
  margin-bottom:20px;
}
.blog_body * {
  font-family:'neuzeit-grotesk', sans-serif;
  font-size:16px;
  letter-spacing: 0.01em;
  line-height: 22px;
}
.view_blog {
  font-family:'neuzeit-grotesk', sans-serif;
  font-size:14px;
  font-weight: 800;
  padding-right:25px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#2D4461;
  text-transform: uppercase;
  cursor:pointer;
  transition:all 500ms ease;
  letter-spacing: 1.12px;
}
.view_blog::after {
  content:"";
  position: absolute;
  right:0px;
  width:12px;
  height:8px;
  background:url('/wp-content/themes/mission-base/assets/images/arrow.svg');
  background-size:contain;
  background-position: center;
  background-repeat:no-repeat;
  transition:all 500ms ease;
}
.view_blog:hover {
  opacity:0.8;
  padding-right:30px;
}
.pager {
  display:flex;
  justify-content: space-evenly;
  width:400px;
  height:32px;
  margin:auto;
  align-items: center;
  max-width: 100%;
}
.pager_arrow {
  width:18px;
  height:12px;
  background:url('/wp-content/themes/mission-base/assets/images/arrow.svg');
  background-size:contain;
  background-repeat:no-repeat;
  background-position: center;
  transition: all 175ms ease;
  cursor:pointer;
}
.pager_arrow:hover {
  transform:scale(1.1);
}
.pager_arrow.arrow_prev:hover {
  transform:rotateZ(180deg) scale(1.07);
}
.pager_arrow.arrow_prev {
  transform:rotateZ(180deg);
}
.pager_arrow.inactive {
  filter:grayscale(1);
  cursor:default;
  opacity:0.7;
}
.page_num {
  border-radius:6px;
  background:#009CD7;
  width:32px;
  height:32px;
  display:flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color:white;
  font-size:15px;
  transition: all 500ms ease;
}
.page_num:hover {
  background:#122742;
}
.elipse_group {
  width:16px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.elipse {
  width:4px;
  height:4px;
  border-radius:100%;
  background:#2D4461;
}
.blog_header {
  height:650px;
  padding-top:unset;
  padding-bottom:unset;
}
.blog_header .container {
  display:flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}
.blog_body .container, .blog_listings .container {
  max-width: 964px;
}
.blog_body .container {
  overflow-y:auto;
  overflow-x:hidden;
  margin-bottom:50px;
}
.blog_body h1 {
  font-family:'gravesend-sans', sans-serif;
  font-size:34px;
  letter-spacing:0.028em;
  font-weight: 800;
  margin-bottom:22px;
  line-height: 38px;
}
.blog_body h2 {
  font-size:28px;
  line-height: 38px;
  letter-spacing:0.028em;
  font-family:'neuzeit-grotesk', sans-serif;
  margin-bottom:0px;
  margin-top:30px;
}
.blog_body h3 {
  font-size:24px;
  line-height: 38px;
  letter-spacing:0.028em;
  font-weight: 800;
}
.blog_body h4 {
  font-size:20px;
  line-height: 22px;
  letter-spacing:0.05em;
  font-weight: 800;
}
.blog_home_item h4 {
  font-size:14px;
  font-family:'gravesend-sans', sans-serif;
}
.blog_body h5 {
  font-family:'gravesend-sans', sans-serif;
  font-size:20px;
  line-height: 22px;
  letter-spacing:0.05em;
  font-weight: 800;
}
.blog_body h6 {
  font-size:14px;
  line-height: 18px;
  letter-spacing:0.05em;
  font-weight: 800;
  text-transform: uppercase;
}

.blog_body ol li {
  margin-top:0px;
}
.blog_body ol {
  left:20px;
}
.blog_body ul li {
  position: relative;
  padding-left:20px;
  font-size: 16px;
  line-height: 22px;
  margin-top:0px;
}
.blog_body ul {
  margin-left:0px;
}
.blog_body ul li::before {
  content:"";
  width:8px;
  height:8px;
  border:2px solid #2D4461;
  border-radius:100%;
  position: absolute;
  left:0px;
  top:50%;
  transform:translateY(-50%);
  box-sizing: border-box;
}
.blog_body ul, .blog_body ol {
  margin-bottom:20px;
}
.blog_body iframe {
  width:100% !important;
  margin-bottom:35px;
  margin-top:40px;
}
.blog_body em {
  font-style:italic;
}
.blog_body strong em {
  font-weight: 800;
}
.blog_body a:not(.blog_nav_item) {
  text-decoration: underline;
  color:#009CD7;
  font-weight: 800;
}
.blog_body strong, .blog_body b {
  font-weight: 800;
}
.blog_body blockquote {
  border-left:12px solid #2D4461;
  margin-left:0px;
  padding:25px;
  padding-right:0px;
  font-size:26px;
  line-height: 32px;
  letter-spacing: 0.05em;
  color:#202020;
  font-weight: 500;
  max-width: 835px;
  width:90%;
}
.blog_body blockquote p {
  font-size:26px;
  line-height: 32px;
  letter-spacing: 0.05em;
  color:#202020;
  font-weight: 500;
  margin:0;
}
.blog_body .figure {
  max-width: 90%;
  width:750px;
}
.blog_body figure.center {
  max-width:80%;
  width:750px;
  margin:auto;
  margin-top:80px;
  margin-bottom:80px;
}
.blog_body figure * {
  max-width:100%;
}
.blog_body figcaption {
  font-size:15px;
  letter-spacing: 0;
  line-height: 21px;
  text-align:left;
  color:#000000;
}
.float_left {
  float:left;
  max-width: 40%;
  margin-right:40px;
}
.float_right {
  float:right;
  max-width: 40%;
  margin-left:40px;
}
.float_left img {

}
.dots div {
  background:white;
  border-radius:100%;
  width:10px;
  height:10px;
  margin:1.5px;
}
.blogs, .blogs * {
  transition:all 300ms ease;
}
.blogs_nav {
  display:flex;
  justify-content: space-between;
}
.blog_nav_item {
  width:50%;
  background:#F5F6F7;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.blogs_nav a:hover {
  opacity:0.8;
}
.blogs_nav a h4 {
  border-bottom: 0px solid #202020;
  transition: all 100ms ease;
}
.blogs_nav .blog_home_item h4 {
  border-bottom: 2px solid #2D4461;
}
.blogs_nav .blog_home_item:hover h4 {
  border-bottom: 2px solid #fff;
}
.blogs_nav a h4 {
  border-bottom: 2px solid #F5F6F7;
}
.blogs_nav a:hover h4 {
  border-bottom: 2px solid #202020;
}
.blog_nav_item * {
  text-decoration: none;
}
.blog_nav_item p {
  font-family:'gravesend-sans', sans-serif;
  font-weight: 800;
}
.blog_home_item {
  background: #2D4461;
  width: 230px;
  padding: 50px;
  box-sizing: border-box;
  margin-left:15px;
  margin-right:15px;
}
.blog_home_item * {
  color:white;
}
.dots {
  display: flex;
  width: 40px;
  flex-wrap: wrap;
}
.navigation.large .contact_hide {
  opacity:0;
  pointer-events:none;
  position: absolute;
}
@media(max-width:1000px) {
  .blog_content {
    padding-left:45px;
    padding-right:45px;
  }
}
@media(max-width:920px) {
  .navigation.large ul li a {
    font-size:30px;
  }
  .blog_tags {
    left: 0;
    /*position: absolute;*/
    top:10px;
    /*transform: translateX(-50%);*/
  }
  .blog_tags .tag {
    width:fit-content;
  }
  .blog_content {
    display:block;
    padding-top:45px;
    padding-bottom:45px;
  }
  .view_blog {
    width: fit-content;
  }
}
@media(max-width:850px) {
  #our_services .team {
    flex-wrap: wrap;
  }
  #our_services .place_holder {
    width:95%;
    flex-direction: row;
  }
  #our_services .place_holder:nth-child(even) {
    flex-direction: row-reverse;
  }
  #our_services .place_image {
    max-width: 40%;
    bottom:0px;
    left:12px;
  }
  #our_services .place_holder:nth-child(even) .place_image {
    right:12px;
    left:unset;
  }
}
@media(max-width:775px) {
  .blogs_nav {
    flex-direction: column;
  }
  .blog_nav_item {
    width:100%;
    padding-top:25px;
    padding-bottom:25px;
    margin:0px;
  }
}
@media(max-width:720px) {
  .blog {
    flex-wrap:wrap;
    padding-top:15px;
  }
  .blog_content {
    max-height: unset;
    padding-bottom:0px;
  }
  .blog_img {
    margin:auto;
  }
  .blog_tags {
    left:50%;
    top:-20px;
  }
  #locations.location .image {
    width:100%;
    margin-bottom:15px;
  }
  #locations.location .place {
    flex-direction: column;
  }
  #locations.location .content {
    width:100%;
    padding-left:0px;
  }
}
@media(max-width:600px) {
  #our_services .place_holder, #our_services .place_holder:nth-child(2n) {
    flex-direction: column;
  }
  #our_services .place_image {
    max-width: 80%;
    bottom:-30px;
    left:0px;
  }
  .location .team {
    justify-content: center;
  }
  .filters {
    flex-wrap: wrap;
  }
  .filter {
    width:40%;
    text-align: left;
    justify-content: flex-start;
    padding-left:4%;
    padding-right:4%;
  }
  .header {
    padding-top:150px;
  }
  .home .header h1, .home .header .h2_like {
    font-size:35px;
    line-height:40px;
  }
  .home .header h2, .home .header .p_like, .home .header .p_like p {
    font-size: 22px;
    line-height: 25px;
  }
  .header .down-arrow {
    margin-top:50px;
  }
}
