/*
	Theme Name: WP Marine Sanctuary 
	Theme URI: https://pbjmarketing.com
	Description: A custom theme for National Marine Sanctuary Foundation.
	Version: 1.0.0
	Author: PBJ Marketing
	Author URI: https://pbjmarketing.com
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	/*font-smoothing:antialiased;*/
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	font-size: 16px;
	font-size: 0.8333vw;
}
body {
	font:400 18px/1.5 'Nunito', Helvetica, Arial, sans-serif;
	font:400 1.125rem/1.5 'Nunito', Helvetica, Arial, sans-serif;
	color:#363636;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#003466;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
	overflow: hidden;
}
.container {
	width: 90%;
    margin: 0 auto;
    max-width:1700px;
    max-width: 106.25rem;
    padding-left:46px;
    padding-left: 2.875rem;
}
/* header */
.header {
	position: relative;
	border-bottom:1px solid #fff;
	border-bottom: 0.0625rem solid #fff;
    border-bottom: 1px solid #f0f2f7;
    background: #041d46;
	/*background: url(img/mobile-headerbg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.page-header-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.header-inner {
    position: relative;
    width: 90%;
    margin: 0 auto;
    max-width:1700px;
    max-width: 106.25rem;
    padding-top:32px;
    padding-top: 2rem;
    padding-bottom:8px;
    padding-bottom: 0.5rem;
    padding-left:46px;
    padding-left: 2.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.header-inner .logo {
    max-width:214px;
    max-width: 13.375rem;
    width: 12.8%;
}
.header-right-wrap {
    width: 87%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-right {
    width: 28%;
    padding-bottom:32px;
    padding-bottom: 2rem;
}
.header-right-upper {
    margin-bottom:8px;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.header-right-upper .footer-logo-menu ul {
    padding-top: 0;
    padding-right:24px;
    padding-right: 1.5rem;
}
.header-right-lower {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
            left: .5rem;
            position: relative;
}
.header-right-lower > div:last-child {
	margin-left:4.8px;
	margin-left: 0.3rem;
}
.header-right-upper .header-right-social a {
    font-size:40px;
    font-size: 2.5rem;
    padding-left:4px;
    padding-left: 0.25rem;
}
.header-inner .nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right:80px;
    padding-right: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
/* Menu Edits */
@media screen and (min-width: 768px) {
.header-inner .nav > ul > li {

    min-height: 99px;
    margin-bottom: -70px;
    padding-right: 2.375rem;
}
.header-inner .nav > ul > li > .sub-menu {
	display: none;
    background: #01acec;
    position: absolute;
    z-index: 99999;
    border-radius: 1%;
    top: 100%;
}
.header-inner .nav > ul > li > .sub-menu li {
	height: 40px;
    width: 250px;
    text-align: center;
    list-style: none;
    background: #249b48;
    border-top: 1px solid white;
    font-size: 15px;
	}
ul.sub-menu ul.sub-menu {
    position: relative;
    left: 100%;
    top: -40px;
    width: 100%;
    display: none;
}
	ul.sub-menu ul.sub-menu ul.sub-menu {display: none!important;}
	.header-inner .nav > ul > li > .sub-menu li a {
    color: #FFF;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
	.header-inner .nav > ul > li > .sub-menu li:hover {
    background: #75ae1d;
    transition: ease .5s;
}
	}
@media screen and (max-width: 768px) {
	.sub-menu {display: none!important;}
}

.header-inner .nav > ul > li > a {
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-size:24px;
    font-size: 1.5rem;
    font-weight: 500;
    padding-top:12px;
    padding-top: 0.75rem;
    padding-bottom:12px;
    padding-bottom: 0.75rem;
    display: block;
    position: relative;
}
.header-inner .nav > ul > li > a:after {
	content: '';
	display: block;
	width: 100%;
	height:7px;
	height: 0.4375rem;
	background: #fecd2f;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition:opacity 0.3s;
	transition: opacity 0.3s;
}
.header-inner .nav > ul > li.current-menu-item > a:after,
.header-inner .nav > ul > li > a:hover:after {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sub-pages-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.sub-pages-links a {
    font-size:15.07px;
    font-size: 0.941875rem;
    font-weight: 500;
    font-family: 'Poppins',sans-serif;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    margin-right:65px;
    margin-right: 4.0625rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition:color 0.2s;
    transition: color 0.2s;
}
.sub-pages-links a:after {
    content: '';
    display: block;
    width: 100%;
    height:7px;
    height: 0.4375rem;
    background: #75ae1d;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition:opacity 0.2s;
    transition: opacity 0.2s;
}
.sub-pages-links a.current-menu-item,
.sub-pages-links a:hover {
    color: #343e5c;
}
.sub-pages-links a.current-menu-item:after,
.sub-pages-links a:hover:after {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.header-inner .nav > ul > li > a {
    /*padding-bottom: 0;*/
    position: relative;
    top:8px;
    top: 0.5rem;
    top:12px;
    top: .75rem;
}
.sub-pages-links a.active:after{
	background: #75ae1d;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.header-right-lower a {
    position: relative;
    top:16px;
    top: 1rem;
}

.header-right-upper {
    margin-bottom: 0;
}
/* sidebar */
.sidebar {
}
/* Buttons */
.button {
	background: #003466;
	color: #fff;
	font-size:24px;
	font-size: 1.5rem;
	font-family: 'Poppins',sans-serif;
	font-weight: 300;
	min-height:50px;
	min-height: 3.125rem;
	padding-left:24px;
	padding-left: 1.5rem;
	padding-right:24px;
	padding-right: 1.5rem;
	border-radius: 1.5rem;
	margin-bottom:16px;
	margin-bottom: 1rem;
	min-width:175px;
	min-width: 10.9375rem;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition:background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
	height: auto;
	min-height: auto;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.button:hover {
	background: #75ae1d;
}
.button.yellow {
	background: #75ae1d;
	color: #000;
}
.button.yellow:hover {
	background: #249b48;
	color: #fff;
}
.arrow-btn {
    height:110px;
    height: 6.875rem;
    padding-left:90px;
    padding-left: 5.625rem;
    padding-right:90px;
    padding-right: 5.625rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.2em;
    background: #003466;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size:14px;
    font-size: 0.875rem;
    line-height: 1;
}
.arrow-btn i {
	display: inline-block;
	width:18px;
	width: 1.125rem;
	height:15px;
	height: 0.9375rem;
	margin-left:12px;
	margin-left: 0.75rem;
	background-image: url('img/contact-form-arrow.png');
    background-position: 80% center;
    background-size: contain;
}
.arrow-btn:hover {
    color: #fff;
    background: #75ae1d;
}
/* Sub Nav */
.page-sub-nav {
	background: #003466;
	border-bottom:1px solid #fff;
	border-bottom: 0.0625rem solid #fff;
}
.page-sub-nav .container {
	height:80px;
	height: 5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;	
}
.page-sub-nav input {
	height:80px;
	height: 5rem;
	display: block;
	border:1px solid #fff;
	border: 0.0625rem solid #fff;
	border-top: none;
	border-bottom: none;
	width:275px;
	width: 17.1875rem;
	background: transparent;
	font-size:20px;
	font-size: 1.25rem;
	color: #fff;
	padding-left:65px;
	padding-left: 4.0625rem;
	background:url('img/search-icon.svg') no-repeat 26px center;
	background: url('img/search-icon.svg') no-repeat 1.625rem center;
	background-size: auto 1.25rem;
}
.page-sub-nav ::-webkit-input-placeholder {
  color: #fff;
}
.page-sub-nav ::-moz-placeholder {
  color: #fff;
}
.page-sub-nav :-ms-input-placeholder {
  color: #fff;
}
.page-sub-nav :-moz-placeholder {
  color: #fff;
}
/* footer */
.footer {
}
.footer-upper {
	background: url('img/footer-banner.jpg') no-repeat center center;
	border-top:6px solid #1faaf1;
	border-top: 0.375rem solid #1faaf1;
	background-size: cover;
}
.footer-upper-container {
	width: 94%;
	max-width:1720px;
	max-width: 107.5rem;
	margin-left: auto;
	margin-right: auto;
	padding-top:114px;
	padding-top: 7.125rem;
	padding-bottom:125px;
	padding-bottom: 7.8125rem;
	font-family: 'Poppins',sans-serif;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.footer-logo-col {
	width: 22.55%;
	padding-right:60px;
	padding-right: 3.75rem
}
.footer-about-col {
	width: 15.4%;
	padding-right:45px;
	padding-right: 2.8125rem
}
.footer-deeper-col {
	width: 12.5%;
	padding-right:45px;
	padding-right: 2.8125rem
}
.footer-subscribe-col {
	width: 37.5%;
	padding-right:50px;
	padding-right: 3.125rem
}
.footer-subscribe-col .gform_wrapper {
	margin-bottom:24px;
	margin-bottom: 1.5rem;
	position: relative;
}
.footer-subscribe-col .gform_wrapper .validation_error {
	display: none;
}
.footer-subscribe-col .gform_wrapper .gform_ajax_spinner {
	position: absolute;
	top: 90%;
	right: 0;
}
.footer-subscribe-col .gform_wrapper .validation_message {
	color: #fff;
}
.footer-subscribe-col .gform_wrapper form {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.footer-subscribe-col .gform_wrapper .gform_anchor {
	display: none;
}
.footer-subscribe-col .gform_wrapper .gform_body {
	width: 68%;
}
.footer-subscribe-col .gform_wrapper .gform_body label {
	display: none;
}
.footer-subscribe-col .gform_wrapper .gform_body input {
	width: 100%;
	height:50px;
	height: 3.125rem;
	outline: none;
	padding-left:24px;
	padding-left: 1.5rem;
}
.footer-subscribe-col .gform_wrapper .gform_footer {
	width: 30%;
}
.footer-subscribe-col .gform_wrapper .gform_footer input[type="submit"] {
	width: 100%;
	border: none;
	border-radius: 0px;
	background: #003466;
	height:50px;
	height: 3.125rem;
	color: #fff;
	-webkit-transition:background 0.3s;
	transition: background 0.3s;
	height: auto;
	min-height: auto;
	font-size: 1.2rem;
	padding: 1rem 0;
	line-height: 1;
}
.footer-subscribe-col .gform_wrapper .gform_footer input[type="submit"]:hover {
	background: #efc12c;
}
.footer-last-col {
	width: 12.05%;
}
.footer-deeper-col,
.footer-logo-col {
	letter-spacing: 0.03em;
}
.footer-widget > h3 {
	font-weight: 300;
	text-transform: uppercase;
	color: #003466;
	margin:0 0 16px;
	margin: 0 0 1rem;
} 
.footer-widget ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-widget ul.menu a {
	color: #fff;
	line-height: 1.7;
	-webkit-transition:color 0.2s;
	transition: color 0.2s;
}
.footer-widget ul.menu a:hover {
	color: #f3c42d;
}
.footer-subscribe-col p {
	margin-top: 0;
	margin-bottom:32px;
	margin-bottom: 2rem;
}
.footer-subscribe-col .footer-widget:first-child {
	font-size:24px;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 300;
	color: #fff;
}
.long-social-links {
	font-family: 'Nunito',sans-serif;
	font-size:20px;
	font-size: 1.25rem;
	font-weight: 400;
}
.long-social-links a {
	color: #fff;
	width: 47.5%;
	float: left;
	margin-bottom:3.2px;
	margin-bottom: 0.2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition:color 0.2s;
	transition: color 0.2s;
}
.long-social-links a:hover {
	color: #eec02c;
}
.long-social-links a span {
	font-family: 'Social Circles';
	font-size:34px;
	font-size: 2.125rem;
	display: inline-block;
	margin-right:12px;
	margin-right: 0.75rem;
	margin-right:8px;
	margin-right: 0.5rem;
	text-transform: uppercase;
}
.long-social-links a:nth-child(2n) {
	float: right;
}
.footer-brands {
    margin-top:40px;
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.footer-brands img {
    max-width:64px;
    max-width: 4rem;
}
.footer-logo-menu ul {
    list-style: none;
    margin: 0;
    padding:50px 0 0;
    padding: 3.125rem 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.footer-logo-menu ul a {
    color: #fff;
    font-weight: 300;
    -webkit-transition:color 0.2s;
    transition: color 0.2s;
}
.footer-logo-menu ul a:hover {
    color: #75ae1d;
}
.footer-logo-menu ul li:before {
    content: ' | ';
    color: #fff;
    padding-left:12px;
    padding-left: 0.75rem;
    padding-right:12px;
    padding-right: 0.75rem;
}
.footer-logo-menu ul li:first-child:before {
    display: none;
}
.footer-strip {
	padding-top:24px;
	padding-top: 1.5rem;
	padding-bottom:24px;
	padding-bottom: 1.5rem;
	background: #1faaf1;
	color: #fff;
}
.footer-strip-inner {
	width: 94%;
	max-width:1300px;
	max-width: 81.25rem;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer-social {
	margin-right:40px;
	margin-right: 2.5rem
}
.header-right-social ul,
.footer-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header-right-social a,
.footer-social a {
	font-family: 'Social Circles';
	color: #fff;
	font-size:48px;
	font-size: 3rem;
	line-height: 1;
	-webkit-transition:color 0.25s;
	transition: color 0.25s;
}
.header-right-social a:hover,
.footer-social a:hover {
	color: #f3c42d;
}
.footer-strip-right {
	font-size:18px;
	font-size: 1.125rem;
	font-weight: 300;
	font-family: 'Poppins',sans-serif;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer-strip-right a {
	color: #fff;
}
.footer-strip-right a:hover {
	color: #f3c42d;
}
.footer-address {
	margin-left:20px;
	margin-left: 1.25rem;
	margin-right:20px;
	margin-right: 1.25rem;
	padding-left:20px;
	padding-left: 1.25rem;
	padding-right:20px;
	padding-right: 1.25rem;
	position: relative;
}
.footer-address:before {
	content: ' | ';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.footer-address:after {
	content: ' | ';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
/*------------------------------------*\
    Contact Page
\*------------------------------------*/
.marine-contact-page {
	background: url('img/contact-transparent-background.png') no-repeat center top;
	background-size: 100% auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.contact-page-left {
    width: 40%;
    padding-top:220px;
    padding-top: 13.75rem;
}
.contact-page-right {
    width: 60%;
    padding-top:80px;
    padding-top: 5rem;
    padding-left:145px;
    padding-left: 9.0625rem;
    padding-right:122px;
    padding-right: 7.625rem;
}
.contact-logo {
    width:210px;
    width: 13.125rem;
    margin-bottom:40px;
    margin-bottom: 2.5rem;
}
.contact-description {
    margin-bottom:60px;
    margin-bottom: 3.75rem;
    color: #1a1a1d;
    font-size:24px;
    font-size: 1.5rem;
    font-family: 'Poppins',sans-serif;
    max-width:624px;
    max-width: 39rem;
}
.contact-page-left h1 {
    margin:0 0 0 160px;
    margin: 0 0 0 10rem;
    font-weight: normal;
    font-size:101px;
    font-size: 6.3125rem;
    color: #fff;
    max-width:480px;
    max-width: 30rem;
    line-height: 1.03;
    letter-spacing: 0.02em;
    font-family: 'Poppins',sans-serif;
}
.contact-page-left h1:before {
	content: '';
	display: block;
	width:75px;
	width: 4.6875rem;
	height:7px;
	height: 0.4375rem;
	margin-bottom:24px;
	margin-bottom: 1.5rem;
	background-color: #fecd2f;
}
.contact-form {
    position: relative;
    width: 100%;
    max-width:800px;
    max-width: 50rem;
}
.contact-form label {
    display: none;
}
.contact-form .gform_body {
    border:1px solid #464646;
    border: 0.0625rem solid #464646;
    border:1px solid rgba(70, 70, 70, 0.4);
    border: 0.0625rem solid rgba(70, 70, 70, 0.4);
    background: rgba(255, 255, 255, 0.4);
    padding:32px 40px;
    padding: 2rem 2.5rem;
    margin-bottom:72px;
    margin-bottom: 4.5rem;
}
.contact-form .gform_body input {
    width: 100%;
    height:50px;
    height: 3.125rem;
    border: none;
    background: #ebebeb;
    padding-left:24px;
    padding-left: 1.5rem;
    padding-right:24px;
    padding-right: 1.5rem;
    font-size:18px;
    font-size: 1.125rem;
    outline: none;
}
.contact-form .gform_body .gfield {
    margin-bottom:16px;
    margin-bottom: 1rem;
    position: relative;
}
.contact-form .gform_body textarea {
    height:240px;
    height: 15rem;
    width: 100%;
    background: #ebebeb;
    border: none;
    resize: none;
    padding:24px;
    padding: 1.5rem;
    outline: none;
}
.contact-form .gform_footer .gform_ajax_spinner {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top:32px;
    margin-top: 2rem;
}
.contact-form .gform_footer input[type="submit"] {
    position: absolute;
    top: 100%;
    right: 0;
    border-radius: 0;
    border: none;
    font-family: 'Nunito',sans-serif;
    font-weight: 800;
    font-size:14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    height:72px;
    height: 4.5rem;
    padding-left:50px;
    padding-left: 3.125rem;
    padding-right:90px;
    padding-right: 5.625rem;
    background-image: url('img/contact-form-arrow.png');
    background-position: 80% 48%;
    background-repeat: no-repeat;
    background-size: 1.15rem;
}
.contact-form .validation_error {
    display: none;
}
.contact-form .validation_message {
    color: #cb0009;
    font-size:14px;
    font-size: 0.875rem;
    position: absolute;
    width: 100%;
    bottom:-8px;
    bottom: -0.5rem;
    background: #cb0009;
    line-height: 1.3;
    color: #fff;
    padding-left:24px;
    padding-left: 1.5rem;
}
.contact-form .gform_body .gfield.gfield_error input,
.contact-form .gform_body .gfield.gfield_error textarea {
    background: #ffe0e2;
}
.contact-directory {
	padding-top:75px;
	padding-top: 4.6875rem;
	margin-bottom:80px;
	margin-bottom: 5rem;
}
.directory-header {
	margin-bottom:80px;
	margin-bottom: 5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.directory-header h2 {
	font-size:60.08px;
	font-size: 3.755rem;
	color: #1a1a1d;
	font-family: 'Poppins',sans-serif;
	font-weight: normal;
	margin: 0;
	line-height: 1.33
}
.directory-header h2:before {
	content: '';
	display: block;
	width:75px;
	width: 4.6875rem;
	height:7px;
	height: 0.4375rem;
	background: #fecd2f;
	margin-bottom:24px;
	margin-bottom: 1.5rem;
}
.directory-alpha-list a {
	color: #363636;
	font-size:18px;
	font-size: 1.125rem;
	letter-spacing: 0.1em;
}
.directory-alpha-list a.no-items {
    opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    cursor: default;
}
.directory-alpha-list a:after {
	content: ' | ';
}
.directory-alpha-list a:last-child:after {
	display: none;
}
.marine-directory-item {
	color: #000;
	font-size:16px;
	font-size: 1rem;
	line-height: 2.25;
	margin-bottom:100px;
	margin-bottom: 6.25rem;
}
.marine-directory-item a {
	color: #000;
}
.marine-directory-item a:hover {
	color: #fecd2f;
}
.marine-directory-item h3 {
	margin: 0;
	font-weight: normal;
	line-height: 1.2;
	font-size:30px;
	font-size: 1.875rem;
}
.marine-directory-category {
	display: none;
}
.marine-directory-category.active:not(.slick-slider) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.marine-directory-category.active:not(.slick-slider) .marine-directory-item {
    width: 25%;
}
.marine-directory-category.active:not(.slick-slider) .marine-directory-item:nth-child(n + 9) {
    display: none;
}
/*------------------------------------*\
    Blog Entry
\*------------------------------------*/
.blog-entry-main {
	background: url('img/blog-page-bg.png') #fff no-repeat center top;
	background-size: 100% auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.blog-main-left {
    width: 40%;
}
.blog-main-right {
    width: 12.5%;
}
.blog-main-middle {
    width: 47.5%;
    padding-top:100px;
    padding-top: 6.25rem;
    padding-right:104px;
    padding-right: 6.5rem;
    padding-left:104px;
    padding-left: 6.5rem;
    padding-bottom:120px;
    padding-bottom: 7.5rem;
}
.blog-main-right img {
    display: block;
    width: 100%;
}
h1.blog-entry-title {
    font-size:72px;
    font-size: 4.5rem;
    margin:0 0 60px;
    margin: 0 0 3.75rem;
    font-family: 'Poppins',sans-serif;
    font-weight: normal;
    line-height: 1.39;
    color: #1a1a1d;
}
h1.blog-entry-title:before {
    content: '';
    width:75px;
    width: 4.6875rem;
    height:7px;
    height: 0.4375rem;
    display: block;
    background: #75ae1d;
    margin-bottom:16px;
    margin-bottom: 1rem;
}
.blog-entry-subtitle {
    font-family: 'Poppins',sans-serif;
    font-size:24px;
    font-size: 1.5rem;
    font-weight: normal;
    max-width:515px;
    max-width: 32.1875rem;
    color: #1a1a1d;
    margin-bottom:24px;
    margin-bottom: 1.5rem;
}
.blog-entry-content {
	font-size:16px;
	font-size: 1rem;
	line-height: 2.25;
}
.blog-entry-content p {
	margin-top: 0;
	margin-bottom:36px;
	margin-bottom: 2.25rem;
}
.blog-entry-secondary {
	padding-top:100px;
	padding-top: 6.25rem;
	padding-bottom:120px;
	padding-bottom: 7.5rem;
}
.blog-entry-secondary h3 {
	margin:0 0 32px;
	margin: 0 0 2rem;
	font-family: 'Poppins',sans-serif;
	font-weight: 500;
	font-size:28px;
	font-size: 1.75rem;
}
/* Related Posts */
.marine-related-posts-wrap {
    padding-top:50px;
    padding-top: 3.125rem;
}
.marine-related-posts-wrap h1 {
    text-align: center;
    font-size:60.08px;
    font-size: 3.755rem;
    font-family: 'Poppins',sans-serif;
    font-weight: normal;
    line-height: 1.33;
    color: #1a1a1d;
    margin: 0;
}
.marine-related-posts-wrap h1:after {
    content: '';
    display: block;
    width:150px;
    width: 9.375rem;
    height:1px;
    height: 0.0625rem;
    background: #1a1a1a;
    margin:32px auto 60px;
    margin: 2rem auto 3.75rem;
}
.marine-related-posts {
	margin-left: -21%;
}
.marine-related-posts a.slick-slide {
	width:640px;
	width: 40rem;
	padding-right:100px;
	padding-right: 6.25rem;
	margin-bottom:55px;
	margin-bottom: 3.4375rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.marine-related-posts a img {
	width: 31.875%;
	margin-right:40px;
	margin-right: 2.5rem;
}
.marine-related-posts a h2 {
	margin: 0;
	color: #1a1a1d;
	font-family: 'Poppins',sans-serif;
	font-weight: 500;
	font-size: 1.5rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.marine-related-posts a:hover h2 {
	color: #1faaf1;
}
.marine-related-posts-wrap .marine-slick-nav {
	margin-bottom:32px;
	margin-bottom: 2rem;
}
/*------------------------------------*\
    Case Study Page
\*------------------------------------*/
.case-study-main {
	background: url('img/blog-page-bg.png') #fff no-repeat center top;
	background-size: 100% auto;
}
.case-study-upper {
	padding-top:100px;
	padding-top: 6.25rem;
	padding-bottom:100px;
	padding-bottom: 6.25rem;
	font-size:16px;
	font-size: 1rem;
	line-height: 2.25;
}
.case-study-main .case-study-title {
	margin:0 0 60px;
	margin: 0 0 3.75rem;
	font-size:72px;
	font-size: 4.5rem;
	font-weight: normal;
	color: #1a1a1d;
	line-height: 1.39;
	max-width:935px;
	max-width: 58.4375rem;
	font-family: 'Poppins',sans-serif
}
.case-study-main .case-study-title:before {
	content: '';
	display: block;
	width:75px;
	width: 4.6875rem;
	height:7px;
	height: 0.4375rem;
	background: #fecd2f;
	margin-bottom:24px;
	margin-bottom: 1.5rem;
}
.case-study-upper-cols {
	max-width:1608px;
	max-width: 100.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.case-study-upper-cols > div {
	width: 47.3%;
}
.case-study-full-image img  {
	display: block;
	width: 100%;
}
.case-study-image-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.cs-image-grid-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.cs-image-grid-inner img {
    display: block;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.cs-imagegrid-item {
    margin-right:30px;
    margin-right: 1.875rem;
    margin-bottom:90px;
    margin-bottom: 5.625rem;
}
.cs-quoted-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.cs-quoted-left {
    width: 28%;
    padding-bottom:100px;
    padding-bottom: 6.25rem;
    font-size:24px;
    font-size: 1.5rem;
    font-family: 'Playfair Display',serif;
    font-weight: normal;
    line-height: 1.667;
   /* list-style-type: -0.04em; */
}
.cs-quoted-left:before {
	content: '';
	display: block;
	width:75px;
	width: 4.6875rem;
	height:7px;
	height: 0.4375rem;
	background: #fecd2f;
	margin-bottom:16px;
	margin-bottom: 1rem;
}
.cs-quoted-right {
    width: 66.67%;
    font-size:16px;
    font-size: 1rem;
    line-height: 2.25;
    padding-bottom:100px;
    padding-bottom: 6.25rem;
}
.cs-quoted-right h3 {
    font-size:28px;
    font-size: 1.75rem;
    font-weight: 500;
    font-family: 'Poppins',sans-serif;
    color: #1a1a1d;
    margin: 0;
    line-height: 1;
}
.cs-quoted-right p {
    margin:0 0 40px;
    margin: 0 0 2.5rem;
}
.donate-cta-row {
	background: url('img/donate-cta-bg.jpg') no-repeat center center;
	background-size: cover;
}
.donate-cta-row-inner {
	padding-top:42px;
	padding-top: 2.625rem;
	padding-bottom:42px;
	padding-bottom: 2.625rem;
	/*border-bottom: 0.375rem solid rgba(255, 255, 255, 0.5);*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.donate-cta-row-inner div {
	font-size:48px;
	font-size: 3rem;
	font-size: 2.5rem;
	font-weight: 300;
	margin-right:50px;
	margin-right: 3.125rem;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.01em;
	font-family: 'Poppins';
    letter-spacing: 0;
    letter-spacing: -.03rem;
}
.donate-cta-row-inner .button {
	margin-bottom: 0;
	font-size:28px;
	font-size: 1.75rem;
}
/*------------------------------------*\
    Get Involved
\*------------------------------------*/
.featured-campaign-wrap {
    position: relative;
    padding-top:110px;
    padding-top: 6.875rem;
    padding-bottom:110px;
    padding-bottom: 6.875rem;
    background: url('img/blog-page-bg.png') #fff no-repeat center top;
	background-size: 100% auto;
}
.featured-campaign-cols {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.featured-campaign-left {
    width: 58.33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.featured-campaign-right {
    width: 41.67%;
}
.featured-campaign-intro {
    max-width: 81.43%;
    background: #fff;
    padding:100px 145px 110px 105px;
    padding: 6.25rem 9.0625rem 6.875rem 6.5625rem;
}
.featured-campaign-wrap .arrow-btn {
    position: absolute;
    top: 100%;
    left: 58.33%;
}
.featured-campaign-right img {
    display: block;
    width: 100%;
}
.featured-campaign-intro h1 {
    font-size:101px;
    font-size: 6.3125rem;
    font-weight: normal;
    color: #1a1a1d;
    line-height: 1;
    letter-spacing: 0.02em;
    margin:0 0 50px;
    margin: 0 0 3.125rem;
}
.featured-campaign-indicate {
    font-size:17px;
    font-size: 1.0625rem;
    letter-spacing: 0.2em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom:20px;
    margin-bottom: 1.25rem;
}
.featured-campaign-excerpt {
    font-size:18px;
    font-size: 1.125rem;
    letter-spacing: 0.03em;
    line-height: 2.12;
    max-width:650px;
    max-width: 40.625rem;
}
.featured-campaign-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 58.33%;
    height: 100%;
}
.marine-cta-bg,
.donate-cta-with-bg {
    padding-top:130px;
    padding-top: 8.125rem;
    padding-bottom:100px;
    padding-bottom: 6.25rem;
}
.marine-cta-bg h2,
.donate-cta-with-bg h2 {
    margin:0 0 50px;
    margin: 0 0 3.125rem;
    color: #fff;
    font-size:72px;
    font-size: 4.5rem;
    line-height: 1.03;
    font-family: 'Poppins',sans-serif;
    font-weight: normal;
    max-width:710px;
    max-width: 44.375rem;
}
.marine-cta-bg h2:before,
.donate-cta-with-bg h2:before {
    content: '';
    display: block;
    width:140px;
    width: 8.75rem;
    height:2px;
    height: 0.125rem;
    background: #fecd2f;
    margin-bottom:40px;
    margin-bottom: 2.5rem;
}
.donate-cta-vid-cols {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.donate-cta-vid-cols .donate-cta-vid-left {
	width: 56%;
}
.donate-cta-vid-cols .donate-cta-vid-left h2 {
	max-width:880px;
	max-width: 55rem;
}
.donate-cta-vid-cols .donate-cta-vid-right {
	width: 44%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.donate-cta-vid-right a {
	display: block;
	position: relative;
	max-width:350px;
	max-width: 21.875rem;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 1.125rem 1rem 0 rgba(0, 0, 0, 0.2);
}
.video-play-icon {
	width:34px;
	width: 2.125rem;
	height:41px;
	height: 2.5625rem;
	background: url('img/play-triangle.png') no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.event-slider-outer-wrap,
.campaign-slider-outer-wrap {
    padding-top:85px;
    padding-top: 5.3125rem;
}
.event-slider-header,
.campaign-slider-header {
    margin-bottom:60px;
    margin-bottom: 3.75rem;
}
.event-slider-header .container,
.campaign-slider-header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.programs-slider-header h1,
.event-slider-header h1,
.campaign-slider-header h1 {
    margin: 0;
    padding:35px 0 0;
    padding: 2.1875rem 0 0;
    font-size:60.04px;
    font-size: 3.7525rem;
    font-weight: normal;
    line-height: 1.32;
    font-family: 'Poppins',sans-serif;
    color: #1a1a1d;
}
.event-slider-header h1:after,
.campaign-slider-header h1:after {
    content: '';
    display: block;
    width:150px;
    width: 9.375rem;
    height:3px;
    height: 0.1875rem;
    background: #fecd2f;
    margin-top:35px;
    margin-top: 2.1875rem;
}
.event-slider-filters,
.campaign-slider-filters {
	margin-right:-32px;
	margin-right: -2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.event-slider-filters a,
.campaign-slider-filters a {
    font-size:12px;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 800;
    color: #696970;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding:12px 32px;
    padding: 0.75rem 2rem;
    -webkit-transition:color 0.3s;
    transition: color 0.3s;
}
.event-slider-filters a:after,
.campaign-slider-filters a:after {
    content: '';
    display: block;
    width: 100%;
    height:2px;
    height: 0.125rem;
    height:2.8px;
    height: 0.175rem;
    background: #1a1a1d;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition:opacity 0.3s;
    transition: opacity 0.3s;
}
.event-slider-filters a.active,
.event-slider-filters a:hover,
.campaign-slider-filters a.active,
.campaign-slider-filters a:hover {
    color: #1a1a1a;
}
.event-slider-filters a.active:after,
.event-slider-filters a:hover:after,
.campaign-slider-filters a.active:after,
.campaign-slider-filters a:hover:after {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.campaign-slider .campaign-slide {
    width: 25vw;
    display: block;
    position: relative;
}
.campaign-slider .campaign-slide img {
    display: block;
    width: 100%;
}
.campaign-slider h3 {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    min-height:150px;
    min-height: 9.375rem;
    color: #fff;
    font-size:34.44px;
    font-size: 2.1525rem;
    line-height: 1.01;
    letter-spacing: 0.02em;
    font-family: 'Poppins',sans-serif;
    font-weight: normal;
    padding:0 80px 40px 40px;
    padding: 0 5rem 2.5rem 2.5rem;
}
.campaign-slider:not(.slick-slider) {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
}
.campaign-slider {
	margin-bottom:16px;
	margin-bottom: 1rem;
}
.campaign-slider .slick-arrow {
	position: absolute;
	top: 50%;
	width:56px;
	width: 3.5rem;
	height:56px;
	height: 3.5rem;
	background-color: #fff;
	overflow: hidden;
	z-index: 1;
	border: none;
	text-indent: -999px;
	border-radius: 50%;
	outline: none;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition:background 0.2s;
	transition: background 0.2s;
	background-size: 1.1rem;
}
.campaign-slider .slick-arrow.slick-next {
	right:30px;
	right: 1.875rem;
	background: url('img/colored-arrow-right.png') #fff no-repeat center center;
	background-size: 1.5rem;
}
.campaign-slider .slick-arrow.slick-prev {
	left:30px;
	left: 1.875rem;
	background: url('img/colored-arrow-left.png') #fff no-repeat center center;
	background-size: 1.5rem;
}
.campaign-slider .slick-arrow:hover {
	background-color: #fecd2f;
	background-blend-mode: multiply;
}
.campaign-link-arrow {
	position: absolute;
	top:30px;
	top: 1.875rem;
	right:24px;
	right: 1.5rem;
	width:56px;
	width: 3.5rem;
	height:56px;
	height: 3.5rem;
	overflow: hidden;
	z-index: 1;
	border: none;
	text-indent: -999px;
	border-radius: 50%;
	outline: none;
	background: url('img/colored-arrow-right.png') #fff no-repeat center center;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition:opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.campaign-slide:hover .campaign-link-arrow {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.event-slider-outer-wrap {
	background: url('img/event-slider-background.png') #fff no-repeat center top;
	background-size: 100% auto;
}
.events-grid-slider .event-grid-item-cols {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
.event-grid-item-cols .event-grid-item-left {
    width: 35.17%;
}
.event-grid-item-cols .event-grid-item-right {
    width: 58.28%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.event-grid-item-right h3 {
    margin: 0;
    font-size:23.98px;
    font-size: 1.49875rem;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    color: #1a1a1d;
    line-height: 1.5;
    -webkit-transition:color 0.3s;
    transition: color 0.3s;
}
.events-grid-slider a {
    margin-bottom:50px;
    margin-bottom: 3.125rem;
}
.events-grid-slider a:hover h3 {
    color: #1faaf1;
}
.events-grid-slider:not(.slick-slider) a:nth-child(n + 7) {
    display: none;
}
.events-grid-slider:not(.slick-slider) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.events-grid-slider:not(.slick-slider) a {
    display: block;
    width: 33.33%;
}
.event-slider-outer-wrap .marine-slick-nav {
    margin-top:40px;
    margin-top: 2.5rem;
    padding-bottom:60px;
    padding-bottom: 3.75rem;
}
.slick-initialized .sanctuaries-slider-row.slick-slide,
.sanctuaries-slider-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.event-speaker-photo img {
    width: 100%;
}
.upcoming-event-timing b {
    padding:0 24px;
    padding: 0 1.5rem;
    font-weight: 400;
}
.sanctuary-link-out {
	position: absolute;
	top:20px;
	top: 1.25rem;
	right:20px;
	right: 1.25rem;
	width:56px;
	width: 3.5rem;
	height:56px;
	height: 3.5rem;
	overflow: hidden;
	z-index: 1;
	border: none;
	text-indent: -999px;
	border-radius: 50%;
	outline: none;
	background: url('img/arrow-dark-angled.png') #fff no-repeat center center;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition:opacity 0.3s, -webkit-transform 0.3s;
	transition:opacity 0.3s, -webkit-transform 0.3s;
	transition:opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.sanctuaries-slider-row .sanctuary-slide-item {
    position: relative;
    overflow: hidden;
    width: 25%;
}
.sanctuaries-slider-row .sanctuary-slide-item:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(31,170,241,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(31,170,241,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1faaf1',GradientType=0 );
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition:opacity 0.3s, -webkit-transform 0.3s;
	transition:opacity 0.3s, -webkit-transform 0.3s;
	transition:opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.sanctuary-slide-item:hover:before {
	opacity: 0.62;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=62)";
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.sanctuary-slide-item:hover .sanctuary-link-out {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.sanctuary-slide-thumb img {
    display: block;
    width: 100%;
}
.sanctuary-label {
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    width:128px;
    width: 8rem;
    height:32px;
    height: 2rem;
    font-size:14px;
    font-size: 0.875rem;
    letter-spacing: 0.2em;
    font-weight: 800;
    top:11px;
    top: 0.6875rem;
    right:13px;
    right: 0.8125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.sanctuary-label:before {
	content: '';
	display: block; 
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
    background: rgba(41, 72, 137, 0.6);
    mix-blend-mode: multiply;
}
.sanctuary-label span {
	position: relative;
}
.sanctuary-slide-info {
    width: 100%;
    min-height:90px;
    min-height: 5.625rem;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding:0 16px 8px 32px;
    padding: 0 1rem 0.5rem 2rem;
}
.sanctuary-slide-info h3 {
    font-size:30px;
    font-size: 1.875rem;
    font-family: 'Poppins',sans-serif;
    font-weight: normal;
    margin: 0;
    letter-spacing: 0.02em;
}
.sanctuary-slide-location {
    font-size:12px;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 800;
}
.sanctuaries-slider-outer .marine-slick-nav {
	margin-top:40px;
	margin-top: 2.5rem;
	margin-bottom:40px;
	margin-bottom: 2.5rem;
}
/* Map */
.sanctuaries-map-wrap {
	background: url('img/blog-page-bg.png') no-repeat center top;
	background-size: 100% auto;
	width: 100%;
	height: 83vh;
	min-height:300px;
	min-height: 18.75rem;
	max-height:1200px;
	max-height: 75rem;
	margin-bottom:26px;
	margin-bottom: 1.625rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.sanctuaries-map {
	background: #ccc;
	width: 53.125%;
	height: 100%;
}
.sanctuaries-map-info-wrap {
	width: 46.875%;
	padding:16px 60px 16px 85px;
	padding: 1rem 3.75rem 1rem 5.3125rem;
}
.home .sanctuaries-map-wrap {
	margin-bottom: 0;
}
.home .sanctuaries-map {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
}
.home .sanctuaries-map-info-wrap {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
}
.sanctuaries-map-info-wrap h1 {
	font-size:60px;
	font-size: 3.75rem;
	font-weight: normal;
	line-height: 1.3167;
	color: #1a1a1d;
	margin:0 0 50px;
	margin: 0 0 3.125rem;
}
.sanctuaries-map-info-wrap h1:before {
	content: '';
	display: block;
	width:95px;
	width: 5.9375rem;
	width:79px;
	width: 4.9375rem;
	height:7px;
	height: 0.4375rem;
	background: #f7c82e;
	margin-bottom:20px;
	margin-bottom: 1.25rem;
}
.sanctuaries-map-info {
	line-height: 2.2;
	max-width:642px;
	max-width: 40.125rem;
	margin-bottom:100px;
	margin-bottom: 6.25rem;
}
.sanctuaries-map-info {
    max-width: 100%;
    font-size:20.64px;
    font-size: 1.29rem;
    line-height: 2;
    margin-bottom:88px;
    margin-bottom: 5.5rem;
}
.sanctuaries-search-submit .arrow-btn {
    min-width:320px;
    min-width: 20rem;
}
.sanctuaries-search-filters {
	padding:40px;
	padding: 2.5rem;
	background-color: #fff;
	box-shadow: 0 0.5rem 1.875rem 0 rgba(143, 147, 174, 0.3);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.sanctuaries-search-type {
	width: 36.6%;
}
.sanctuaries-search-category,
.sanctuaries-search-state {
	width: 28%;
}
.sanctuaries-search-dropdown select {
	width: 100%;
	border: none;
	outline: none;
	background: url('img/select-arrow.svg') #e8eff1 no-repeat 92% center;
	background-size: 0.875rem auto;
	height:55px;
	height: 3.4375rem;
	padding-left:16px;
	padding-left: 1rem;
	color: #294889;
	font-family: 'Poppins',sans-serif;
	font-weight: 300;
	letter-spacing: 0.01em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.sanctuaries-search-submit {
	text-align: right;
}
/* Snazzy-InfoWindow */
.si-float-wrapper {
  position: absolute;
  width: 100%; }
  .si-float-wrapper,
  .si-float-wrapper * {
    box-sizing: border-box; }
[class*='si-wrapper'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  font-size: 14px;
  cursor: default; }
.si-wrapper-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-width:208px;
  min-width: 13rem;
  margin-top: -40px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  }
.si-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  -webkit-transform: translate(-100%, -50%);
          -ms-transform: translate(-100%, -50%);
      transform: translate(-100%, -50%); }
.si-wrapper-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
[class*='si-shadow-wrapper'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.29804;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=29)";
  z-index: 1; }
.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column; }
.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          -webkit-order: -1;
          order: -1; }
.si-shadow-frame {
  box-shadow: 0 1px 3px 0 #000; }
[class*='si-shadow-pointer'] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto; }
[class*='si-shadow-inner-pointer'] {
  position: absolute;
  width: 141%;
  height: 141%;
  box-shadow: -0.70711px 0.70711px 3px 0 #000; }
.si-shadow-inner-pointer-top {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          -ms-transform: translate(-50%, 50%) rotate(-45deg);
      transform: translate(-50%, 50%) rotate(-45deg); }
.si-shadow-inner-pointer-left {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
          -ms-transform: translate(50%, -50%) rotate(-45deg);
      transform: translate(50%, -50%) rotate(-45deg); }
.si-frame {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  z-index: 2; }
.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  background-color: #fff;
  border-top:4px solid #003466;
  border-top: 0.25rem solid #003466;
  /*text-transform: uppercase;*/
  font-size:16px;
  font-size: 1rem;
  font-family: 'Nunito',sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  }
  .si-has-border .si-content-wrapper {
    color: #363636;
    }
.si-content {
  	overflow: auto;
  	width:208px;
  	width: 13rem;
  	text-align: left;
  	font-size:16px;
  	font-size: 1rem;
}
.si-content strong {
	font-size:12px;
	font-size: 0.75rem;
	font-weight: bold;
	display: block;
	margin-bottom:6px;
	margin-bottom: 0.375rem;
	color: #dbfe01;
}
.si-close-button {
  position: absolute;
  top:-16px;
  top: -1rem;
  right:-16px;
  right: -1rem;
  border: 0;
  width:24px;
  width: 1.5rem;
  height:24px;
  height: 1.5rem;
  outline: none;
  color: #000;
  background-color: transparent;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size:12.8px;
  font-size: .8rem;
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  }
.si-content a {
    letter-spacing: .5px;
    color: #888;
}
  .si-close-button:hover, .si-close-button:focus {
    opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
[class*='si-pointer-border'] {
  position: absolute;
  border: 9px solid transparent;
  z-index: 3; }
[class*='si-pointer-bg'] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4; }
  .si-has-border [class*='si-pointer-bg'] {
    border-width: 15px; }
.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
.si-pointer-top {
  border-bottom: 0; }
.si-pointer-border-top {
  bottom: -7px;
  border-top-color: #fff;
  }
.si-pointer-bg-top {
  border-top-color: #fff; }
  .si-has-border .si-pointer-bg-top {
    top: -1px;
    margin-bottom: 0px;
    display: none;
    }
.si-pointer-bottom {
  border-top: 0; }
.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #bbb; }
.si-pointer-bg-bottom {
  border-bottom-color: #fff; }
  .si-has-border .si-pointer-bg-bottom {
    bottom: -1px;
    margin-top: 0px; }
.si-pointer-left {
  border-right: 0; }
.si-pointer-border-left {
  right: 0;
  border-left-color: #bbb; }
.si-pointer-bg-left {
  border-left-color: #fff; }
  .si-has-border .si-pointer-bg-left {
    left: -1px;
    margin-right: 0px; }
.si-pointer-right {
  border-left: 0; }
.si-pointer-border-right {
  left: 0;
  border-right-color: #bbb; }
.si-pointer-bg-right {
  border-right-color: #fff; }
  .si-has-border .si-pointer-bg-right {
    right: -1px;
    margin-left: 0px; }
.si-shadow-wrapper-top {
    box-shadow: -1rem 1.5625rem 4.0625rem 0 rgba(11, 12, 17, 0.2);
}
.sanctuary-iwindow-thumb img {
    display: block;
    width: 100%;
}
.sanctuary-iwindow-info {
	padding:10px 12px 8px 24px;
	padding: 0.625rem 0.75rem 0.5rem 1.5rem;
}
.sanctuary-iwindow-info h2 {
    font-size:16px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.03em;
    margin: 0;
}
.sanctuary-iwindow-info a {
	color: #1faaf1;
	font-size:12px;
	font-size: 0.75rem;	
}
.sanctuary-iwindow-info a:hover {
	color: #f8c82e;
}
/*------------------------------------*\
    Breadcrumbs
\*------------------------------------*/
.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.sub-pages-links .breadcrumbs a {
    margin: 0;
    font-size:15px;
    font-size: 0.9375rem;
}
.sub-pages-links .breadcrumbs a:after {
    display: none;
}
.sub-pages-links .breadcrumbs .sep {
    color: #fff;
    font-size:15px;
    font-size: 0.9375rem;
    padding-left:16px;
    padding-left: 1rem;
    padding-right:16px;
    padding-right: 1rem;
    color: #fff;
    font-size:15px;
    font-size: 0.9375rem;
    padding-left:16px;
    padding-left: 1rem;
    padding-right:16px;
    padding-right: 1rem;
    font-size:32px;
    font-size: 2rem;
    position: relative;
    top:-1.6px;
    top: -.1rem;
}
.sub-pages-links .breadcrumbs .current {
    color: #fff;
}
.related-posts-background {
	margin-top: -7%;
}
.related-posts-background img {
	width: 100%;
	display: block;
}
/*------------------------------------*\
	Video Player Modal
\*------------------------------------*/
.video-player-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition:opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}
.show-video-modal .video-player-modal {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}
.video-player-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.85;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.video-player-modal-inner {
	width: 50%;
	min-width:720px;
	min-width: 45rem;
	min-height:400px;
	min-height: 25rem;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #000;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	max-width:900px;
	max-width: 56.25rem;
}
.video-modal-close {
	width:56px;
	width: 3.5rem;
	height:56px;
	height: 3.5rem;
	background: #fff;
	border-radius: 50%;
	right:16px;
	right: 1rem;
	position: absolute;
	top:16px;
	top: 1rem;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	cursor: pointer;
	-webkit-transition:background 0.2s;
	transition: background 0.2s;
}
.video-player-modal-inner iframe {
	width: 100%;
	height:480px;
	height: 30rem;
}
.video-modal-close:hover {
	background: #fecd2f;
}
.video-modal-close:before {
	content: '';
	display: block;
	width: 100%;
	height:4px;
	height: 0.25rem;
	background: #000;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0.75);
	    -ms-transform: translateY(-50%) scale(0.75);
	        transform: translateY(-50%) scale(0.75);
	-webkit-transition:background 0.2s;
	transition: background 0.2s;
}
.video-modal-close:after {
	content: '';
	display: block;
	height: 100%;
	width:4px;
	width: 0.25rem;
	background: #000;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(0.75);
	    -ms-transform: translateX(-50%) scale(0.75);
	        transform: translateX(-50%) scale(0.75);
	-webkit-transition:background 0.2s;
	transition: background 0.2s;
}
.video-modal-close:hover:before,
.video-modal-close:hover:after {
	background: #fff;
}
/*------------------------------------*\
	Financial Report
\*------------------------------------*/
.marine-financial-rpt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.marine-financial-rpt .arrow-btn{
	position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 3.625rem;
    padding-right: 3.625rem;
    height: 4.765rem;
}
.financial-right{
	position: relative;
}
.marine-financial-rpt .our-work-left h1{
	font-size: 4.3125rem;
}

.financial-rpt-header h1{
	font-size: 2.7525rem;
}
/*------------------------------------*\
	Our Work
\*------------------------------------*/
.marine-our-work {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.our-work-left {
    width: 60.7%;
    padding-top:75px;
    padding-top: 4.6875rem;
    padding-bottom:75px;
    padding-bottom: 4.6875rem;
}
.our-network-partner{
	width: 100%;
    
}
.our-work-right {
    width: 39.3%;
    padding:170px 140px;
    padding: 10.625rem 8.75rem;
    color: #fff;
    font-size:16px;
    font-size: 1rem;
    line-height:30px;
    line-height: 1.875rem;
}
.our-work-right h2 {
    font-family: 'Poppins',sans-serif;
    font-weight: normal;
    font-size:24px;
    font-size: 1.5rem;
    color: #fff;
    margin:0 0 48px;
    margin: 0 0 3rem;
}
.our-work-right p {
    margin:0 0 24px;
    margin: 0 0 1.5rem;
}
.our-work-white-box {
    max-width:924px;
    max-width: 57.75rem;
    margin-left: auto;
    margin-right: 0;
    background: #fff;
    min-height:540px;
    min-height: 33.75rem;
    font-size:22px;
    font-size: 1.375rem;
    line-height: 1.5;
    color: #000;
    padding:80px 135px;
    padding: 5rem 8.4375rem;
}
.our-work-left h1 {
    color: #1a1a1d;
    margin:0 0 38px;
    margin: 0 0 2.375rem;
    font-size:101px;
    font-size: 6.3125rem;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: normal;
    font-family: 'Poppins',sans-serif;
}
.our-work-left h1:before {
    content: '';
    display: block;
    width:95px;
    width: 5.9375rem;
    height:7px;
    height: 0.4375rem;
    background: #f5c72e;
    margin-bottom:32px;
    margin-bottom: 2rem;
}
/*------------------------------------*\
	Text with Image
\*------------------------------------*/
.marine-pattern-bg {
	background: url('img/blog-page-bg.png') #fff no-repeat center top;
	background-size: 100% auto;
}
.marine-text-image-cols {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.marine-text-image-left {
	width: 60.7%;
}
.marine-text-image-right {
	width: 39.3%;
}
.marine-text-image-cols.text-col-right .marine-text-image-left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
}
.marine-text-image-info {
	max-width:830px;
	max-width: 51.875rem;
	margin-right:165px;
	margin-right: 10.3125rem;
	margin-left: auto;
	padding:100px 0;
	padding: 6.25rem 0;
	font-size:22px;
	font-size: 1.375rem;
	line-height: 1.5;
	color: #000;
}
.marine-text-image-cols.text-col-right .marine-text-image-info {
	/*line-height: 1.875;
	font-size:16px;
	font-size: 1rem;*/
}
.marine-text-image-info h1 {
	font-family: 'Poppins',sans-serif;
	color: #1a1a1d;
	font-size:72px;
	font-size: 4.5rem;
	line-height: 1.39;
	font-weight: normal;
	margin:0 0 38px;
	margin: 0 0 2.375rem;
}
/*------------------------------------*\
	Text With Parallax
\*------------------------------------*/
.marine-text-parallax {
    position: relative;
}
.text-parallax-content {
    padding:145px 0 125px;
    padding: 9.0625rem 0 7.8125rem;
    text-align: center;
    color: #fff;
    position: relative;
    max-width:856px;
    max-width: 53.5rem;
    margin-left: auto;
    margin-right: auto;
}
.text-parallax-content h1 {
    font-size:72px;
    font-size: 4.5rem;
    font-family: 'Poppins',sans-serif;
    font-weight: normal;
    line-height: 1.39;
    margin:0 0 45px;
    margin: 0 0 2.8125rem;
}
.text-parallax-bg {
    background: #003466;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.text-parallax-text-body {
    line-height: 1.875;
    font-size:16px;
    font-size: 1rem;
}
.text-parallax-text-body p {
    margin-top: 0;
    margin-bottom:24px;
    margin-bottom: 1.5rem;
}
/*------------------------------------*\
	Program Habitat
\*------------------------------------*/
.marine-program-habitats {
	margin-bottom:125px;
	margin-bottom: 7.8125rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.program-habitat-left {
    width: 41.875%;
    font-size:16px;
    font-size: 1rem;
    line-height: 1.875;
}
.program-habitat-left h1 {
	margin:0 0 32px;
	margin: 0 0 2rem;
	font-weight: normal;
	font-size:72px;
	font-size: 4.5rem;
	line-height: 1.39;
	font-family: 'Poppins',sans-serif;
	color: #1a1a1d;
}
.program-habitat-right {
    width: 58.125%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.program-habitat-right .program-habitat-image:first-child {
    width: 62.38%;
}
.program-habitat-right .program-habitat-image:last-child {
	width: 37.28%;
}
.program-habitat-left .program-habitat-content {
    max-width:445px;
    max-width: 27.8125rem;
    margin: 0 auto;
    padding-top:155px;
    padding-top: 9.6875rem;
    padding-bottom:122px;
    padding-bottom: 7.625rem;
}
/*------------------------------------*\
	Get Involved Tabs
\*------------------------------------*/
.get-involved-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.get-involved-tabs-left {
    width: 33.85%;
}
.get-involved-tabs-right {
    width: 17.1875%;
}
.get-involved-tabs-middle {
    width: 48.9625%;
    padding-top:100px;
    padding-top: 6.25rem;
    padding-bottom:70px;
    padding-bottom: 4.375rem;
    color: #fff;
}
.git-tab-hds,.git-contents {
    max-width:612px;
    max-width: 38.25rem;
    margin: 0 auto;
}
.git-tab-hds {
    margin-bottom:75px;
    margin-bottom: 4.6875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.git-tab-hds a {
    display: inline-block;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    padding:14px 0;
    padding: 0.875rem 0;
    font-size:12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-bottom:2px solid transparent;
    border-bottom: 0.125rem solid transparent;
    -webkit-transition:border 0.2s;
    transition: border 0.2s;
}
.git-tab-hds a.active,
.git-tab-hds a:hover {
    border-bottom-color: #75ae1d;
}
.git-tab-content {
	display: none;
}
.git-tab-content.active {
	display: block;
}
.git-tab-content h1 {
    margin:0 0 12px;
    margin: 0 0 0.75rem;
    font-family: 'Poppins',sans-serif;
    font-weight: normal;
    line-height: 1.33;
    font-size:60px;
    font-size: 3.75rem;
}
.git-tab-content h2 {
    font-size:24px;
    font-size: 1.5rem;
    font-family: 'Poppins',sans-serif;
    font-weight: normal;
    margin:0 0 32px;
    margin: 0 0 2rem;
    max-width:475px;
    max-width: 29.6875rem;
}
.git-tab-content .git-tab-text {
    max-width:475px;
    max-width: 29.6875rem;
    line-height: 1.875;
    font-size:16px;
    font-size: 1rem;
}
.git-tab-text p {
    margin-top: 0;
    margin-bottom:30px;
    margin-bottom: 1.875rem;
}
.git-tab-text a {
    font-size:14px;
    font-size: 0.875rem;
    font-weight: 800;
    color: #1faaf1;
    padding:0 40px;
    padding: 0 2.5rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border-radius: 1.75rem;
    height:60px;
    height: 3.75rem;
    background: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition:background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.git-tab-text a:hover {
    color: #fff;
    background: #fecd2f;
}
/*------------------------------------*\
	Approach Tabs
\*------------------------------------*/
.marine-approach-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.marine-approach-tabs .approach-tabs-left {
    width: 60.7%;
}
.marine-approach-tabs .approach-tabs-right {
    width: 39.3%;
    padding:60px 78px 24px;
    padding: 3.75rem 4.875rem 1.5rem;
}
.approach-tabs-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.approach-tabs-image {
    height: 100%;
    height: calc(100% - 6.875rem);
    width: 100%;
}
.approach-tabs-cta {
    text-align: right;
}
.approach-tab-content {
    display: none;
}
.approach-tab-content.active {
    display: block;
}
.approach-tabs-contents,approach-tab-hds {
    max-width:506px;
    max-width: 31.625rem;
}
.approach-tabs-contents {
    padding-left:24px;
    padding-left: 1.5rem;
    font-size:16px;
    font-size: 1rem;
    line-height: 1.875;
}
.approach-tabs-contents h1 {
    font-size:60px;
    font-size: 3.75rem;
    font-weight: normal;
    color: #1a1a1d;
    font-family: 'Poppins',sans-serif;
    line-height: 1.3;
    margin:0 0 16px;
    margin: 0 0 1rem;
}
.approach-tab-hds a {
    font-weight: 800;
    text-transform: uppercase;
    font-size:12px;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    color: #1a1a1d;
    display: inline-block;
    padding:10px 12px;
    padding: 0.625rem 0.75rem;
    border-bottom:3px solid transparent;
    border-bottom: 0.1875rem solid transparent;
    -webkit-transition:border 0.2s;
    transition: border 0.2s;
}
.approach-tab-hds a:hover,.approach-tab-hds a.active {
    border-bottom-color: #1faaf1;
}
.approach-tab-hds {
    margin-bottom:85px;
    margin-bottom: 5.3125rem;
}
.approach-tabs-contents h2 {
    font-size:24px;
    font-size: 1.5rem;
    color: #1a1a1d;
    font-family: 'Poppins',sans-serif;
    font-weight: normal;
    margin:0 0 48px;
    margin: 0 0 3rem;
}
/*------------------------------------*\
	Programs Slider
\*------------------------------------*/
.programs-slider-header h1:before {
	content: '';
	display: block;
	width:95px;
	width: 5.9375rem;
	height:7px;
	height: 0.4375rem;
	background: #f7c82e;
	margin-bottom:32px;
	margin-bottom: 2rem;
}
.programs-slider-header {
	margin-bottom:55px;
	margin-bottom: 3.4375rem;
}
.programs-slider-cols {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.programs-slider-left {
	width: 27.6%;
	padding:32px 32px 32px 134px;
	padding: 2rem 2rem 2rem 8.375rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.programs-slider-left a {
	margin-bottom:45px;
	margin-bottom: 2.8125rem;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size:15px;
	font-size: 0.9375rem;
	font-weight: 800;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.programs-slider-left a img {
	width:58px;
	width: 3.625rem;
	margin-right:24px;
	margin-right: 1.5rem;
}
.programs-slider-left a.active span {
	text-decoration: underline;
}
.programs-slider-right {
	width: 72.4%;
}
.programs-slider-left a:last-child {
    margin-bottom: 0;
}
.program-slide {
	background-color: #000;
	padding:125px 0 100px 144px;
	padding: 7.8125rem 0 6.25rem 9rem;
	position: relative;
}
.program-slide-icon img {
	width:58px;
	width: 3.625rem;
}
.program-slide-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.program-slide-info-area {
	position: relative;
	max-width:400px;
	max-width: 25rem;
	color: #fff;
	line-height: 1.875;
	font-size:16px;
	font-size: 1rem;
	color: #fff;
}
.program-slide h1 {
	font-size:60px;
	font-size: 3.75rem;
	line-height: 1.3;
	font-family: 'Poppins',sans-serif;
	font-weight: normal;
	color: #fff;
	margin:0 0 48px;
	margin: 0 0 3rem;
}
.program-slide h1:before {
	content: '';
	display: block;
	width:75px;
	width: 4.6875rem;
	height:7px;
	height: 0.4375rem;
	background: #f0c22c;
	margin-top:24px;
	margin-top: 1.5rem;
	margin-bottom:40px;
	margin-bottom: 2.5rem;
}
.program-slide-arrows {
	margin-top:45px;
	margin-top: 2.8125rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.cs-featured-link-arrow,
.program-slide-arrows .program-slide-arrow {
	width:56px;
	width: 3.5rem;
	height:56px;
	height: 3.5rem;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition:background 0.2s;
	transition: background 0.2s;
}
.cs-featured-link-arrow,
.program-slide-arrows .program-slide-arrow.program-slide-next {
	background: url('img/colored-arrow-right.png') #fff no-repeat center center;
	background-size: 1.5rem;
}
.program-slide-arrows .program-slide-arrow.program-slide-prev {
	margin-right:16px;
	margin-right: 1rem;
	background: url('img/colored-arrow-left.png') #fff no-repeat center center;
	background-size: 1.5rem;
}
.program-slide-arrows .program-slide-arrow:hover {
	background-color: #fecd2f;
	background-blend-mode: multiply;
}
.program-slide-cta {
	position: absolute;
	right: 0;
	bottom: 0;
}
.programs-slider:not(.slick-slider) .program-slide:not(:first-child) {
	display: none;
}
/*------------------------------------*\
	Case Studies Grid
\*------------------------------------*/
.case-studies-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.case-studies-grid-left {
    width: 50%;
    padding:170px 150px 170px 48px;
    padding: 10.625rem 9.375rem 10.625rem 3rem;
}
.case-studies-grid-right {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #000;
    position: relative;
}
.case-studies-non-featured {
    max-width:575px;
    max-width: 35.9375rem;
    margin-left: auto;
    margin-right: 0;
}
.case-studies-non-featured h1 {
    font-size:60px;
    font-size: 3.75rem;
    line-height: 1.3;
    color: #fff;
    font-family: 'Poppins',sans-serif;
    margin: 0;
    font-weight: normal;
}
.case-studies-non-featured h1:after {
    content: '';
    display: block;
    width:140px;
    width: 8.75rem;
    height:1px;
    height: 0.0625rem;
    background: #fff;
    margin:48px 0 65px;
    margin: 3rem 0 4.0625rem;
}
a.cs-non-featured-item {
    margin-bottom:50px;
    margin-bottom: 3.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
a.cs-non-featured-item:last-child {
    margin-bottom: 0;
}
a.cs-non-featured-item .cs-non-featured-thumb {
    width: 35%;
}
.cs-non-featured-info {
    width: 57.4%;
    color: #fff;
}
.cs-non-featured-info .cs-non-featured-cat {
    text-transform: uppercase;
    font-size:12px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    margin-bottom:12px;
    margin-bottom: 0.75rem;
}
.cs-non-featured-info h2 {
    margin: 0;
    font-weight: 500;
    font-family: 'Poppins',sans-serif;
    font-size:24px;
    font-size: 1.5rem;
}
.cs-non-featured-item:hover h2 {
	text-decoration: underline;
}
.case-studies-grid-right .arrow-btn {
    position: absolute;
    bottom: 0;
    left: 0;
}
.cs-featured-info h1 {
    color: #fff;
    font-size:72px;
    font-size: 4.5rem;
    margin:0 0 24px;
    margin: 0 0 1.5rem;
    font-weight: normal;
    line-height: 1;
}
.case-studies-grid-right a:hover h1 {
	text-decoration: underline;
}
.cs-featured-info {
    max-width:400px;
    max-width: 25rem;
    margin-left:115px;
    margin-left: 7.1875rem;
    margin-top:80px;
    margin-top: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
/*------------------------------------*\
	Impact Block
\*------------------------------------*/
.impact-block {
	padding-top:90px;
	padding-top: 5.625rem;
}
.impact-block + div {
	padding-top:270px;
	padding-top: 16.875rem;
}
.impact-header {
	max-width:400px;
	max-width: 25rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:-120px;
	margin-bottom: -7.5rem;
	text-align: center;
}
.impact-header h3 {
	font-size:14px;
	font-size: 0.875rem;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 800;
	margin:0 0 24px;
	margin: 0 0 1.5rem;
	color: #fff;
}
.impact-header h1 {
	font-size:60px;
	font-size: 3.75rem;
	line-height: 1.3;
	margin: 0;
	font-family: 'Poppins',sans-serif;
	font-weight: normal;
	color: #fff;
}
.impact-header h1:after {
	content: '';
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:40px;
	margin-top: 2.5rem;
	margin-bottom:48px;
	margin-bottom: 3rem;
	width:70px;
	width: 4.375rem;
	height:2px;
	height: 0.125rem;
	background: #fecd2f;
}
.impact-cols {
	position: relative;
	top:120px;
	top: 7.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.impact-cols .impact-col {
	text-align: center;
	width: 23.9%;
	padding:60px 35px 50px;
	padding: 3.75rem 2.1875rem 3.125rem;
	background: #fff;
	-webkit-transition:box-shadow 0.3s;
	transition: box-shadow 0.3s;
}
.impact-cols .impact-col:hover {
	box-shadow: -1rem 1.5625rem 4.0625rem 0 rgba(11, 12, 17, 0.2);
}
.impact-col-header h2 {
	margin:0 0 42px;
	margin: 0 0 2.625rem;
	color: #1faaf1;
	font-size:72px;
	font-size: 4.5rem;
	font-weight: normal;
	font-family: 'Poppins',sans-serif;
	line-height: 1;
	text-align: center;
} 
.impact-col-header h2 sup {
	font-size: 50%;
	line-height: 1;
	position: relative;
	left:-16px;
	left: -1rem;
}
.impact-col h3 {
	font-family: 'Poppins',sans-serif;
	color: #12161b;
	font-size:40px;
	font-size: 2.5rem;
	font-weight: normal;
	margin:0 0 16px;
	margin: 0 0 1rem;
	letter-spacing: -0.02em;
	line-height: 1.175;
	max-width:290px;
	max-width: 18.125rem;
}
.impact-col-description {
	color: #767679;
	max-width:290px;
	max-width: 18.125rem;
	margin-left: auto;
	margin-right: auto;
	font-size:16px;
	font-size: 1rem;
	line-height: 1.875;
}
.impact-col-description-wrap {
	min-height:220px;
	min-height: 13.75rem;
}
.impact-col .impact-btn {
	width:190px;
	width: 11.875rem;
	margin-left: auto;
	margin-right: auto;
	min-height:58px;
	min-height: 3.625rem;
	background-color: #1faaf1;
	font-size:14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition:background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}
.impact-col:hover .impact-btn {
	background: #006a9f;
	box-shadow: 0 1.125rem 1rem 0 rgba(0, 0, 0, 0.1);
}
/*------------------------------------*\
	Funding Opportunities
\*------------------------------------*/
.funding-opportunities {
	padding-bottom:130px;
	padding-bottom: 8.125rem;
}
.impact-block + .funding-opportunities {
	background: url('img/blog-page-bg.png') #fff no-repeat center center;
	background-size: 100% auto;
}
.funding-opportunities-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.funding-opportunities-left {
    width: 27%;
    padding:156px 55px 80px;
    padding: 9.75rem 3.4375rem 5rem;
    font-size:16px;
    font-size: 1rem;
    color: #fff;
    line-height: 1.875;
    background: #1faaf1;
    box-shadow: -1rem 1.5625rem 4.0625rem 0 rgba(11, 12, 17, 0.2);
}
.funding-opportunities-right {
    width: 73%;
    position: relative;
}
.funding-opportunities-cta {
    position: absolute;
    bottom: 0;
    right: 0;
}
.funding-opportunities-left h1 {
    margin:0 0 48px;
    margin: 0 0 3rem;
    font-family: 'Poppins',sans-serif;
    font-size:40px;
    font-size: 2.5rem;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.175;
    font-weight: normal;
}
.funding-opportunities-left h1:before {
    content: '';
    display: block;
    width:95px;
    width: 5.9375rem;
    height:7px;
    height: 0.4375rem;
    background: #f7c82e;
    margin-bottom:28px;
    margin-bottom: 1.75rem;
}
/*------------------------------------*\
	Program Hero
\*------------------------------------*/
.program-hero-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.program-hero-cols .program-hero-left {
    width: 60.7%;
    padding:230px 48px 380px 165px;
    padding: 14.375rem 3rem 23.75rem 10.3125rem;
}
.program-hero-cols .program-hero-right {
    width: 39.3%;
    color: #fff;
    padding:32px 120px;
    padding: 2rem 7.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}
.program-hero-cols .program-hero-right h2,.program-hero-cols .program-hero-right p {
    position: relative;
}
.program-hero-cols .program-hero-right:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #006a9f;
    mix-blend-mode: multiply;
}
.program-hero-info {
    max-width:475px;
    max-width: 29.6875rem;
    line-height: 1.875;
    font-size:16px;
    font-size: 1rem;
}
.program-hero-info h2 {
    font-size:24px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin:0 0 32px;
    margin: 0 0 2rem;
    font-family: 'Poppins',sans-serif;
    font-weight: normal;
}
.program-hero-left h1 {
    font-family: 'Poppins',sans-serif;
    font-weight: normal;
    margin: 0;
    color: #fff;
    font-size:101px;
    font-size: 6.3125rem;
    line-height: 1;
    letter-spacing: 0.02em;
    max-width:875px;
    max-width: 54.6875rem;
}
/*------------------------------------*\
	Page Hero - with CTA
\*------------------------------------*/
.page-hero-with-cta {
    padding-top:180px;
    padding-top: 11.25rem;
}
.page-hero-with-cta .container {
    position: relative;
    padding-bottom:176px;
    padding-bottom: 11rem;
}
.page-hero-with-cta .arrow-btn {
    position: absolute;
    right:204.8px;
    right: 12.8rem;
    bottom: 0;
}

.single-campaign .page-hero-with-cta .arrow-btn{
	right: 19.9rem;
}

.sanctuary-hero .arrow-btn{
	right: 27.4rem;
}

.page-hero-generic h1,
.page-hero-with-cta h1 {
    margin: 0;
    font-size:101px;
    font-size: 6.3125rem;
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-weight: normal;
    line-height: 0.02em;
    line-height: 1;
    max-width:600px;
    max-width: 37.5rem;
    max-width: 45.5rem;
}
.page-hero-generic h1:before,
.page-hero-with-cta h1:before {
    content: '';
    display: block;
    width:56px;
    width: 3.5rem;
    height:7px;
    height: 0.4375rem;
    background: #f7c82e;
    margin-bottom:20px;
    margin-bottom: 1.25rem;
}
.page-hero-with-cta h3 {
    font-size:15.05px;
    font-size: 0.940625rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin:0 0 20px;
    margin: 0 0 1.25rem;
}
/* Generic */
.page-hero-generic {
	padding-top:115px;
	padding-top: 7.1875rem;
	padding-bottom:130px;
	padding-bottom: 8.125rem;
}
.page-hero-generic h1 {
	max-width: 100%;
}
/*------------------------------------*\
	Tabs with Slider
\*------------------------------------*/
.tab-slider-hds,
.marine-slider-tabs-contents {
    max-width:1062px;
    max-width: 66.375rem;
}
.marine-slider-tabs-left .container {
    padding-top:130px;
    padding-top: 8.125rem;
}
.marine-slider-tabs {
    position: relative;
    overflow: hidden;
}
.slider-tabs-images-wrap {
    position: absolute;
    width: 35%;
    height: 100%;
    background: #000;
    top: 0;
    right: 0;
}
.tab-slider-hds a {
    color: #1a1a1d;
    font-size:12px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: inline-block;
    padding:8px 35px;
    padding: 0.5rem 2.1875rem;
    border-bottom:3px solid transparent;
    border-bottom: 0.1875rem solid transparent;
    -webkit-transition:border 0.3s;
    transition: border 0.3s;
}
.tab-slider-hds a.active,
.tab-slider-hds a:hover {
    border-bottom-color: #1faaf1;
}
.tab-slider-hds {
    margin-bottom:80px;
    margin-bottom: 5rem;
}
.marine-slider-tabs-contents {
    max-width:870px;
    max-width: 54.375rem;
    min-height:550px;
    min-height: 34.375rem;
}
.marine-slider-tab {
    display: none;
}
.marine-slider-tab.active {
    display: block;
    line-height: 1.875;
    font-size:16px;
    font-size: 1rem;
}
.marine-slider-tab h1 {
    font-family: 'Poppins',sans-serif;
    font-weight: normal;
    font-size:60px;
    font-size: 3.75rem;
    line-height: 1.3;
    color: #1a1a1d;
    margin:0 0 24px;
    margin: 0 0 1.5rem;
}
.marine-slider-tab h2 {
    margin:0 0 42px;
    margin: 0 0 2.625rem;
    font-weight: normal;
    color: #1a1a1d;
    font-size:24px;
    font-size: 1.5rem;
    line-height: 1.5;
    font-family: 'Poppins',sans-serif;
}
.marine-slider-tab p {
    margin:0 0 32px;
    margin: 0 0 2rem;
}
.slider-tabs-images-wrap .marine-slide-tab-image {
    height: 100%;
}
.slider-tabs-images-wrap .slick-slider,
.slider-tabs-images-wrap .slick-list,
.slider-tabs-images-wrap .slick-track {
    height: 100%;
}
.slider-tabs-images .slick-arrow {
	position: absolute;
	bottom:55px;
	bottom: 3.4375rem;
	width:56px;
	width: 3.5rem;
	height:56px;
	height: 3.5rem;
	background-color: #fff;
	overflow: hidden;
	z-index: 1;
	border: none;
	text-indent: -999px;
	border-radius: 50%;
	outline: none;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition:background 0.2s, opacity 0.2s;
	transition: background 0.2s, opacity 0.2s;
}
.slider-tabs-images-wrap:hover .slick-arrow {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slider-tabs-images .slick-arrow.slick-next {
	right: 36%;
	background: url('img/colored-arrow-right.png') #fff no-repeat center center;
}
.slider-tabs-images .slick-arrow.slick-prev {
	left: 44.2%;
	background: url('img/colored-arrow-left.png') #fff no-repeat center center;
}
.slider-tabs-images .slick-arrow:hover {
	background-color: #fecd2f;
	background-blend-mode: multiply;
}
/*------------------------------------*\
	.Marine Text
\*------------------------------------*/
.marine-text {
	font-size:16px;
	font-size: 1rem;
	line-height: 1.875;
	padding-top:110px;
	padding-top: 6.875rem;
}
.marine-text h1 {
	font-size:60px;
	font-size: 3.75rem;
	font-family: 'Poppins',sans-serif;
	color: #1a1a1d;
	line-height: 1.33;
	font-weight: normal;
	margin:0 0 65px;
	margin: 0 0 4.0625rem;
}
.marine-text h2 {
	font-family: 'Poppins',sans-serif;
	font-weight: 500;
	font-size:28px;
	font-size: 1.75rem;
	color: #1a1a1d;
	line-height: 1.33;
	margin:0 0 24px;
	margin: 0 0 1.5rem;
}
.marine-text p {
	margin-top: 0;
	margin-bottom:32px;
	margin-bottom: 2rem;
}
.marine-text {
	padding-bottom:108px;
	padding-bottom: 6.75rem;
}
/*------------------------------------*\
	Images Scroll
\*------------------------------------*/
.iamges-scroll-inner {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.image-scroll-item {
    border-left:4px solid #fff;
    border-left: 0.25rem solid #fff;
}
.image-scroll-item.slick-slide,
.image-scroll-item {
    overflow: hidden;
    height:331.2px;
    height: 20.7rem;
}
.image-scroll-item img {
    overflow: hidden;
    height: 100%;
    width: auto;
}
.marine-images-scroll {
    margin-top:4px;
    margin-top: 0.25rem;
}
/*------------------------------------*\
	Marine Slider
\*------------------------------------*/
.marine-slider-wrap {
	padding-top:90px;
	padding-top: 5.625rem;
	position: relative;
}
.marine-slider-bg {
	width: 100%;
	height: 79%;
	position: absolute;
	left: 0;
	top: 0;
	border-bottom:14px solid #3680e4;
	border-bottom: 0.875rem solid #3680e4;
}
.marine-slider-inner {
	max-width: 85%;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
}
.marine-slider-slide {
	padding:80px 80px 160px 60px;
	padding: 5rem 5rem 10rem 3.75rem;
	position: relative; 
	font-size:16px; 
	font-size: 1rem;
	line-height: 1.875;
}
.marine-slider-slide h2 {
	font-size:48px;
	font-size: 3rem;
	font-family: 'Poppins',sans-serif;
	color: #000;
	font-weight: normal;
	margin:0 0 32px;
	margin: 0 0 2rem;
	line-height: 1.2;
	letter-spacing: -0.03em;
}
.marine-slide-cta {
	position: absolute;
	left: 0;
	bottom: 0;
}
.marine-slider-texts.slick-slider,
.marine-slider-texts {
	width:637px;
	width: 39.8125rem;
	-webkit-transform: translateX(-9.4%);
	    -ms-transform: translateX(-9.4%);
	        transform: translateX(-9.4%);
	position: absolute;
	left: 0;
	bottom:111px;
	bottom: 6.9375rem;
	background: #fff;
	box-shadow: -1rem 1.5625rem 4.0625rem 0 rgba(11, 12, 17, 0.2);
}
.marine-slider-texts:not(.slick-slider) .marine-slider-slide:not(:first-child) {
	display: none;
}
.marine-slider-images:not(.slick-slider) .marine-slider-image:not(:first-child) {
	display: none;
}
.marine-slider-image {
	height:830px;
	height: 51.875rem;
}
.marine-slider-images {
	background: #003466;
	height:830px;
	height: 51.875rem;
	border-bottom:10px solid #003466;
	border-bottom: 0.625rem solid #003466;
	box-shadow: -1rem 1.5625rem 4.0625rem 0 rgba(11, 12, 17, 0.2);
}
.marine-slider-images .slick-slider,
.marine-slider-images .slick-list,
.marine-slider-images .slick-track {
    height: 100%;
}
.marine-slider-texts .slick-arrow {
	width:44px;
	width: 2.75rem;
	height:44px;
	height: 2.75rem;
	cursor: pointer;
	overflow: hidden;
	text-indent: -999px;
	background: #003466;
	position: absolute;
	bottom: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	z-index: 1;
	outline: none;
	-webkit-transition:background 0.3s;
	transition: background 0.3s;
}
.marine-slider-texts .slick-arrow.slick-next {
	right: 0;
	background: url('img/white-arrow-right.svg') #003466 no-repeat center center;
	background-size: 1rem auto;
}
.marine-slider-texts .slick-arrow.slick-prev {
	background: url('img/white-arrow-left.svg') #003466 no-repeat center center;
	background-size: 1rem auto;
	right:48px;
	right: 3rem;
}
.marine-slider-texts .slick-arrow:hover {
	background-color: #02a1cc;
}
.marine-slider-wrap + .marine-columns-wrap {
	margin-top:-190px;
	margin-top: -11.875rem;
	padding-top:305px;
	padding-top: 19.0625rem;
	background: url('img/blog-page-bg.png') #fff no-repeat center top;
	background-size: 100% auto;
}
/*------------------------------------*\
	Marine Columns
\*------------------------------------*/
.marine-columns-wrap {
	padding-top:120px;
	padding-top: 7.5rem;
	padding-bottom:120px;
	padding-bottom: 7.5rem;
}
.marine-columns-header h1 {
	font-size:60px;
	font-size: 3.75rem;
	line-height: 1.3;
	font-weight: normal;
	font-family: 'Poppins',sans-serif;
	margin:0 0 12px;
	margin: 0 0 0.75rem;
	color: #1a1a1d;
}
.marine-columns-header h3 {
	font-weight: normal;
	font-size:24px;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #1a1a1d;
	margin:0 0 48px;
	margin: 0 0 3rem;
}
.marine-columns {
	font-size:16px;
	font-size: 1rem;
	line-height: 2.25;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.marine-columns .marine-column {
	width: 47.5%;
}
/*------------------------------------*\
	Marine Image CTAs
\*------------------------------------*/
.marine-image-ctas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.marine-image-ctas .marine-image-cta {
    width: 50%;
    background: #000;
    padding:160px 100px;
    padding: 10rem 6.25rem;
    position: relative;
}
.marine-image-cta-bg {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	width: 100%;
	height: 100%;
}
.marine-image-cta h1 {
    font-size:48px;
    font-size: 3rem;
    font-family: 'Poppins',sans-serif;
    font-weight: normal;
    line-height: 1;
    max-width:300px;
    max-width: 18.75rem;
    color: #fff;
    position: relative;
    margin: 0;
    letter-spacing: -0.03em;
}
.marine-image-cta h1:before {
    content: '';
    display: block;
    width:75px;
    width: 4.6875rem;
    height:7px;
    height: 0.4375rem;
    background: #edbf2b;
    margin:0 0 12px;
    margin: 0 0 0.75rem;
}
.marine-image-cta-btn {
	position: absolute;
	left: 0;
	bottom: 0;
	letter-spacing: 0.03em;
	font-size:24px;
	font-size: 1.5rem;
	/*letter-spacing: 1.5;*/
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	color: #fff;
	font-family: 'Poppins',sans-serif;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition:opacity 0.3s;
	transition: opacity 0.3s;
}
.marine-image-cta:hover .marine-image-cta-btn {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.marine-image-cta-btn span {
	width:88px;
	width: 5.5rem;
	height:88px;
	height: 5.5rem;
	margin-right:16px;
	margin-right: 1rem;
	display: block;
	background: url('img/white-arrow-right.svg') #1faaf1 no-repeat center center;
	background-size: 1rem auto;
	background-size: 2rem auto;
}
/*------------------------------------*\
	Text Image Columns
\*------------------------------------*/
.marine-text-image-cols-wrap {
	padding-top:150px;
	padding-top: 9.375rem;
	padding-bottom:120px;
	padding-bottom: 7.5rem;
	background: url('img/blog-page-bg.png') #fff no-repeat center top;
	background-size: 100% auto;
}
.marine-text-image-cols-wrap .marine-text-image-cols {
	max-width:1430px;
	max-width: 89.375rem;
	margin-left: auto;
	margin-right: auto;
	padding-left:40px;
	padding-left: 2.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.marine-text-image-cols .marine-text-image-col {
	width: 31.8%;
	font-size:16px;
	font-size: 1rem;
	line-height: 1.875;
}
.mtic-thumb img {
	display: block;
	width: 100%;
	margin-bottom:60px;
	margin-bottom: 3.75rem;
	box-shadow: -1rem 1.5625rem 4.0625rem 0 rgba(11, 12, 17, 0.2);
}
.marine-text-image-col h3 {
	color: #1a1a1d;
	font-size:28px;
	font-size: 1.75rem;
	line-height: 1.3;
	margin:0 0 24px;
	margin: 0 0 1.5rem;
}
/*------------------------------------*\
	Marine CTA with BG
\*------------------------------------*/
.marine-cta-bg h2 {
	font-size:60px;
	font-size: 3.75rem;
	margin-bottom:46px;
	margin-bottom: 2.875rem;
}
.marine-cta-bg h2:before {
	width:75px;
	width: 4.6875rem;
	height:7px;
	height: 0.4375rem;
	background: #f0c22c;
	margin-bottom:35px;
	margin-bottom: 2.1875rem;
}
.marine-cta-desc {
	margin:0 0 60px;
	margin: 0 0 3.75rem;
	line-height: 1.875;
	font-size:16px;
	font-size: 1rem;
	color: #fff;
	max-width:585px;
	max-width: 36.5625rem;
}
/*------------------------------------*\
	Marekting Message
\*------------------------------------*/
.marketing-message-block {
	text-align: center;
	padding-top:68px;
	padding-top: 4.25rem;
	padding-bottom:340px;
	padding-bottom: 21.25rem;
}
.marketing-message-block h3 {
	color: #1faaf1;
	font-size:14px;
	font-size: 0.875rem;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 800;
	margin:0 0 35px;
	margin: 0 0 2.1875rem;
	letter-spacing: 0.2em;
}
.marketing-message-block h1 {
	font-family: 'Poppins',sans-serif;
	font-weight: normal;
	letter-spacing: 0.02em;
	font-size:101px;
	font-size: 6.3125rem;
	color: #000;
}
/*------------------------------------*\
	Blog Posts with Trending
\*------------------------------------*/
.blog-posts-trending {
	padding-top:24px;
	padding-top: 1.5rem;
	padding-bottom:160px;
	padding-bottom: 10rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.blog-posts-trending .blog-post-trending {
	display: block;
	position: relative;
	width: 49.2%;
	padding:265px 112px 145px 130px;
	padding: 16.5625rem 7rem 9.0625rem 8.125rem;
}
.blog-posts-trending .blog-post-trending h3 {
	font-weight: 800;
	font-size:13px;
	font-size: 0.8125rem;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	margin:0 0 30px;
	margin: 0 0 1.875rem;
	letter-spacing: 0.2em;
}
.blog-posts-trending .blog-post-trending h3:before {
	content: '';
	display: block;
	width:105px;
	width: 6.5625rem;
	height:7px;
	height: 0.4375rem;
	background: #f0c22c;
	margin-bottom:60px;
	margin-bottom: 3.75rem;
}
.blog-posts-trending .blog-post-trending h1 {
	max-width:490px;
	max-width: 30.625rem;
	font-size:40px;
	font-size: 2.5rem;
	font-family: 'Poppins',sans-serif;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.02em;
	color: #fff;
}
.blog-posts-trending .blog-post-trending span {
	width:260px;
	width: 16.25rem;
	height:110px;
	height: 6.875rem;
	color: #fff;
	font-size:14px;
	font-size: 0.875rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1;
	position: absolute;
	bottom: 0;
	right:110px;
	right: 6.875rem;
	background: #1faaf1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition:background 0.2s;
	transition: background 0.2s;
}
.blog-posts-trending .blog-post-trending:hover span {
	background-color: #f0c22c;
}
.blog-posts-trending .blog-post-trending:hover h1 {
	text-decoration: underline;
}
.blog-posts-trending .blog-trending-right {
	width: 50.8%;
	padding-top:70px;
	padding-top: 4.375rem;
}
.blog-trending-grid {
	max-width:630px;
	max-width: 39.375rem;
	margin-left:130px;
	margin-left: 8.125rem;
}
.blog-trending-grid a {
	margin-bottom:50px;
	margin-bottom: 3.125rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.blog-trending-grid .btg-thumb {
	width: 31.7%;
}
.blog-trending-grid h2 {
	width: 63.4%;
	margin: 0;
	font-size:24px;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #1a1a1d;
	font-family: 'Poppins',sans-serif;
	font-weight: 500;
}
.blog-trending-grid a:hover h2 {
	text-decoration: underline;
}
/*------------------------------------*\
	Blog filters
\*------------------------------------*/
.blog-filters {
    padding:50px 0 60px;
    padding: 3.125rem 0 3.75rem;
    text-transform: uppercase;
    color: #696970;
    font-size: 13px;
    font-size:12.15px;
    font-size: 0.759375rem;
    font-family: 'Nunito',sans-serif;
    letter-spacing: .2em;
    font-weight: 700;
}
.blog-filters .filters > * {
    margin-right:64px;
    margin-right: 4rem;
    font-weight: 800;
    letter-spacing: .1em;
}
select.cat-filter {
    background: transparent;
    border: 0;
    text-transform: uppercase;
    color: #696970;
    letter-spacing: .1em;
    font-weight: 600;
    max-width:128px;
    max-width: 8rem;
}
.blog-filters a.active,.blog-filters a:hover{
	letter-spacing: 0;
	color: #000;
	text-decoration: underline;
	font-weight: 800;
	letter-spacing: .15em;
}

/*------------------------------------*\
	Event Hero
\*------------------------------------*/
.event-hero {
	padding-top:200px;
	padding-top: 12.5rem;
}
.page-hero-with-cta.event-hero .container {
	padding-bottom:160px;
	padding-bottom: 10rem;
}
.event-hero-right {
	position: absolute;
	height: 100%;
	width: 35.9375%;
	right: 0;
	top: 0;
	padding-left:100px;
	padding-left: 6.25rem;
	padding-top:120px;
	padding-top: 7.5rem;
	background: rgba(0, 41, 54, 0.5);
}
.event-hero-info-row {
	margin-bottom:38px;
	margin-bottom: 2.375rem;
	color: #fff;
	font-size:16px;
	font-size: 1rem;
	line-height: 1.5;
}
.event-map-info h3,
.event-hero-info-row h3 {
	font-family: 'Poppins',sans-serif;
	font-weight: 500;
	color: #fff;
	font-size:28px;
	font-size: 1.75rem;
	line-height: 1;
	margin:0 0 28px;
	margin: 0 0 1.75rem;
	letter-spacing: normal;
	text-transform: none;
}
.event-hero-info .arrow-btn {
	left: 0;
	bottom: 0;
	right: inherit;
	right: initial;
}
.single-event .slider-tabs-images-wrap {
	width: 35.625%;
}
/*------------------------------------*\
	Event LiveStream
\*------------------------------------*/
.event-livestream {
	padding:80px;
	padding: 5rem;
	text-align: center;
}
.event-livestream h1 {
	font-weight: normal;
	color: #fff;
	font-size:60px;
	font-size: 3.75rem;
	font-family: 'Poppins',sans-serif;
	line-height: 1.33;
	margin:0 0 30px;
	margin: 0 0 1.875rem;
}
.event-livestream h1:before {
	content: '';
	display: block;
	width:75px;
	width: 4.6875rem;
	height:7px;
	height: 0.4375rem;
	background-color: #f0c22c;
	margin-bottom:24px;
	margin-bottom: 1.5rem;
	margin-left: auto;
	margin-right: auto;
}
.livestream-player-poster {
	display: block;
	max-width:900px;
	max-width: 56.25rem;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	box-shadow: -1rem 1.5625rem 4.0625rem 0 rgba(11, 12, 17, 0.2);
}
.livestream-player-poster:before {
	content: '';
	width:97px;
	width: 6.0625rem;
	height:97px;
	height: 6.0625rem;
	background: url('img/play-circle.png') no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition:-webkit-filter 0.3s;
	transition:-webkit-filter 0.3s;
	transition:filter 0.3s;
	transition: filter 0.3s, -webkit-filter 0.3s;
}
.livestream-player-poster:hover:before {
	/*filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');*/
	-webkit-filter: invert(100%);
	        filter: invert(100%);
}
/*------------------------------------*\
	Event Schedule
\*------------------------------------*/
.schedule-tabs-wrap {
	padding:95px 16px 100px 16px;
	padding: 5.9375rem 1rem 6.25rem 1rem;
}
.schedule-tabs-wrap .schedule-tabs-inner {
	background-color: #fff;
	box-shadow: -1rem 1.5625rem 4.0625rem 0 rgba(11, 12, 17, 0.2);
}
.programs-grid-header h1,
.event-speakers h1,
.schedule-tab-header h1 {
	margin:0 0 90px;
	margin: 0 0 5.625rem;
	font-size:60px;
	font-size: 3.75rem;
	text-align: center;
	line-height: 1.3;
	font-weight: normal;
	font-family: 'Poppins',sans-serif;
	color: #000;
}
.programs-grid-header h1:before,
.event-speakers h1:before,
.schedule-tab-header h1:before {
	content: '';
	display: block;
	width:78px;
	width: 4.875rem;
	height:7px;
	height: 0.4375rem;
	background: #f0c22c;
	margin:0 auto 32px;
	margin: 0 auto 2rem;
}
.schedule-tabs-hds {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.schedule-tabs-hds a {
    width: 100%;
    padding:24px 8px;
    padding: 1.5rem 0.5rem;
    border-left:2px solid #d4d5de;
    border-left: 0.125rem solid #d4d5de;
    font-size:24px;
    font-size: 1.5rem;
    color: #000;
    font-family: 'Poppins',sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(247,247,249,0.2) 61%,rgba(242,242,245,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(247,247,249,0.2) 61%,rgba(242,242,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2f2f5',GradientType=0 );
	background-color: #fff;
	-webkit-transition:background 0.3s;
	transition: background 0.3s;
}
.schedule-tabs-hds a:hover,
.schedule-tabs-hds a.active {
	background: #1fa8ef;
	color: #fff;
}
.schedule-tabs-hds a:first-child {
    border-left: none;
}
.schedule-tabs-contents .schedule-tab-content {
    display: none;
}
.schedule-tabs-contents .schedule-tab-content.active {
    display: block;
}
.schedule-tab-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #1a1a1d;
    font-size:20px;
    font-size: 1.25rem;
    font-family: 'Poppins',sans-serif;
}
.schedule-tab-content li {
    border-top:3px solid #d6d7e1;
    border-top: 0.1875rem solid #d6d7e1;
    padding:20px 16px 20px 130px;
    padding: 1.25rem 1rem 1.25rem 8.125rem;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(247,247,249,0.2) 61%,rgba(242,242,245,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(247,247,249,0.2) 61%,rgba(242,242,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2f2f5',GradientType=0 );
}
/*------------------------------------*\
	Event Speakers
\*------------------------------------*/
.event-speakers {
    padding:38px 0 115px;
    padding: 2.375rem 0 7.1875rem;
}
.event-speakers h1 {
	margin-bottom:70px;
	margin-bottom: 4.375rem;
}
.speakers-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.speakers-grid .event-speaker {
    width: 33.33%;
    box-shadow: 0px 13px 75.69px 11.31px rgba(0, 0, 0, 0.1);
}
.speaker-info {
    padding:60px;
    padding: 3.75rem;
    color: #1a1a1d;
    font-family: 'Poppin',sans-serif;
    font-size:20px;
    font-size: 1.25rem;
    line-height: 1.5;
    background: #fff;
}
.speaker-info h3 {
    margin: 0;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size:28px;
    font-size: 1.75rem;
}
.speaker-info p {
	margin: 0;
}
.event-speaker-photo img {
    box-shadow: 0px 0.5rem 2rem rgba(0, 0, 0, 0.2);
}
/*------------------------------------*\
	Discover Slider
\*------------------------------------*/
.discover-slider-wrap {
    position: relative;
}
.discover-slider-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.discover-slider-inner {
    position: relative;
    padding-left:205px;
    padding-left: 12.8125rem;
    padding-top:105px;
    padding-top: 6.5625rem;
    padding-bottom:135px;
    padding-bottom: 8.4375rem;
}
.discover-slider-inner h1 {
    font-size:60px;
    font-size: 3.75rem;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3;
    font-weight: normal;
    margin:0 0 30px;
    margin: 0 0 1.875rem;
}
.discover-slider .discover-slide.slick-slide,
.discover-slider .discover-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.discover-slider:not(.slick-slider) .discover-slide:not(:first-child) {
	display: none;
}
.discover-slide-image {
    width: 34%;
    box-shadow: -1rem 1.5625rem 4.0625rem 0 rgba(11, 12, 17, 0.2);
}
.discover-slide-image img {
	display: block;
	width: 100%;
}
.discover-slide-content {
    color: #fff;
    padding-left:65px;
    padding-left: 4.0625rem;
    width: 32.2%;
}
.discover-slide-video {
    width: 33.8%;
    position: relative;
    left:120px;
    left: 7.5rem;
}
.discover-slide-video a {
    display: block;
    position: relative;
    box-shadow: -1rem 1.5625rem 4.0625rem 0 rgba(11, 12, 17, 0.2);
}
.discover-slide-content h3 {
    font-weight: normal;
    margin:0 0 36px;
    margin: 0 0 2.25rem;
    font-size:24px;
    font-size: 1.5rem;
    font-family: 'Poppins',sans-serif;
}
.discover-slide-content h3:before {
    content: '';
    display: block;
    width: 54%;
    height:7px;
    height: 0.4375rem;
    background: #f7c82e;
    margin-bottom:50px;
    margin-bottom: 3.125rem;
}
.discover-slide-description {
    font-size:16px;
    font-size: 1rem;
    line-height: 1.5;
}
.discover-slider ul.slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.discover-slider ul.slick-dots li {
	margin-left:10px;
	margin-left: 0.625rem;
	margin-right:10px;
	margin-right: 0.625rem;
}
.discover-slider .slick-dots li button {
	width:22px;
	width: 1.375rem;
	height:22px;
	height: 1.375rem;
	padding: 0;
	border-radius: 50%;
	text-indent: -999px;
	border: none;
	outline: none;
	box-shadow: none;
	overflow: hidden;
	background-color: #fff;
}
.discover-slider .slick-dots li.slick-active button {
	background-color: #f7c82e;
}
.discover-slider .slick-arrow {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width:44px;
    width: 2.75rem;
    height:44px;
    height: 2.75rem;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    border: none;
    padding: 0;
    outline: none;
}
.discover-slider .slick-arrow.slick-next {
    -webkit-transform: translate(0.5rem, -1.875rem);
        -ms-transform: translate(0.5rem, -1.875rem);
            transform: translate(0.5rem, -1.875rem);
    background: url('img/white-arrow-right.svg') #003466 no-repeat center center;
    background-size: 1rem auto;
}
.discover-slider .slick-arrow.slick-prev {
    -webkit-transform: translate(-100%, -1.875rem);
        -ms-transform: translate(-100%, -1.875rem);
            transform: translate(-100%, -1.875rem);
    background: url('img/white-arrow-left.svg') #003466 no-repeat center center;
    background-size: 1rem auto;
}
.discover-slider .slick-arrow:hover {
	background-color: #02a1cc;
}
.discover-slide-video .video-play-icon {
	width:97px;
	width: 6.0625rem;
	height:97px;
	height: 6.0625rem;
    background: url('img/play-circle.png') no-repeat center center;
    background-size: cover;
}
.event-map-wrap {
	position: relative;
}
#simple-map,
div#event-map {
    width: 100%;
    height:715px;
    height: 44.6875rem;
}
.event-map-info {
	position: absolute;
	top: 50%;
	width:435px;
	width: 27.1875rem;
	background: #fff;
	left:208px;
	left: 13rem;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	padding:90px 89px 115px;
	padding: 5.625rem 5.5625rem 7.1875rem;
	box-shadow: -1rem 1.5625rem 4.0625rem 0 rgba(11, 12, 17, 0.2);
}
.event-map-info-row {
	font-size:16px;
	font-size: 1rem;
	color: #000;
	margin-bottom:32px;
	margin-bottom: 2rem;
}
.event-map-info h3 {
	color: #000;
}
/*------------------------------------*\
	Home Slider
\*------------------------------------*/
.home .header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
.marine-home-sider-wrap {
	padding-bottom:96px;
	padding-bottom: 6rem;
	padding-top:205px;
	padding-top: 12.8125rem;
	position: relative;
	z-index: 2;
}
.marine-home-slider-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	height: calc(100% - 2.25rem);
}
.marine-home-slider-curve {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('img/home-slider-curve.png') no-repeat center center;
	background-size: 100% 100%;
}
.marine-home-slider {
	width: 86.5625%;
	width: calc(86.5625% - 12.5rem);
	margin-right:200px;
	margin-right: 12.5rem;
	margin-left: auto;
	position: relative;
} 
.marine-home-slide.slick-slide {
	height: 75vh;
	height:768px;
	height: 48rem;
	position: relative;
}
.marine-home-slide a.arrow-btn {
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    min-width:374px;
    min-width: 23.375rem;
}

.marine-home-slide.slick-current a.arrow-btn {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.marine-home-slider:not(.slick-slider) .marine-home-slide:not(:first-child) {
    display: none;
}
.home-slide-info {
    width:525px;
    width: 32.8125rem;
    width: 40rem;
    position: absolute;
    top: 50%;
    left:114px;
    left: 7.125rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-slide-info h1 {
    font-size:101px;
    font-size: 6.3125rem;
    font-size: 5rem;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    letter-spacing: 0.02em;
    color: #fff;
    margin:0 0 24px;
    margin: 0 0 1.5rem;
}
.home-slide-info h1:before {
    content: '';
    display: block;
    width:150px;
    width: 9.375rem;
    height:7px;
    height: 0.4375rem;
    background: #fdcc2f;
    margin-bottom:40px;
    margin-bottom: 2.5rem;
}
.home-slide-text {
    color: #fff;
    font-size:24px;
    font-size: 1.5rem;
    font-family: 'Poppins',sans-serif;
    line-height: 1.5;
}
.home-slide-cta {
	position: absolute;
	left: 0;
	bottom: 0;
}
.marine-home-slide .home-slide-bg {
    height: 100%;
}
.home-slide-bg img {
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.home-slider-inner {
    position: relative;
}
.home-slide-dots {
    width:200px;
    width: 12.5rem;
    position: absolute;
    right: 0;
    top: 0;
    padding:95px 16px;
    padding: 5.9375rem 1rem;
    background: #003466;
    color: #fff;
}
.home-slide-dots .home-slider-dot:first-child {
    border-top:2px solid #f1c232;
    border-top: 0.125rem solid #f1c232;
}
.home-slide-dots .home-slider-dot {
    max-width:60px;
    max-width: 3.75rem;
    text-align: center;
    margin: 0 auto;
    font-size:12px;
    font-size: 0.75rem;
    line-height: 4;
    font-weight: 800;
    letter-spacing: 0.2em;
    cursor: pointer;
    -webkit-transition:color 0.3s;
    transition: color 0.3s;
}
.home-slide-dots .home-slider-dot:hover,
.home-slide-dots .home-slider-dot.active {
    color: #f1c232;
}
/*------------------------------------*\
	Who We Are Tabs
\*------------------------------------*/
.who-we-are-tabs {
    padding-top:350px;
    padding-top: 21.875rem;
    margin-top:-350px;
    margin-top: -21.875rem;
}
.wwa-tabs {
    position: relative;
    width: 50%;
    margin-right: 0;
    margin-top:-208px;
    margin-top: -13rem;
    padding-top:208px;
    padding-top: 13rem;
    margin-left: auto;
    background: rgba(0, 0, 0, 0.4);
    padding-left:132px;
    padding-left: 8.25rem;
    padding-bottom:100px;
    padding-bottom: 6.25rem;
    color: #fff;
}
.wwa-tab-content {
    display: none;
    font-size:16px;
        font-size: 1.29rem;
    line-height: 1.875;
    min-height:387.2px;
    min-height: 24.2rem;
}
.wwa-tab-content.active {
    display: block;
}
.wwa-tab-hds,.wwa-tabs-contents {
    max-width:690px;
    max-width: 43.125rem;
}
.wwa-tab-hds {
    margin-bottom:48px;
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.wwa-tabs-title {
    font-size:60px;
    font-size: 3.75rem;
    font-family: 'Poppins',sans-serif;
    line-height: 1.3;
    margin:0 0 50px;
    margin: 0 0 3.125rem;
    font-weight: normal;
}
.wwa-tabs-title:before {
    content: '';
    display: block;
    width:75px;
    width: 4.6875rem;
    height:8px;
    height: 0.5rem;
    background: #f7c82e;
    margin-top:48px;
    margin-top: 3rem;
    margin-bottom:32px;
    margin-bottom: 2rem;
}
.wwa-tab-hds a {
    color: #fff;
    font-weight: 800;
    font-size:12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: inline-block;
    padding:18px 24px;
    padding: 1.125rem 1.5rem;
    border-top:2px solid transparent;
    border-top: 0.125rem solid transparent;
}
.wwa-tab-hds a:hover,.wwa-tab-hds a.active {
    border-top-color: #fecd2f;
}
.wwa-tab-content h1 {
    font-size:24px;
    font-size: 1.5rem;
    font-family: 'Poppins',sans-serif;
    font-weight: normal;
    max-width:520px;
    max-width: 32.5rem;
    margin:0 0 48px;
    margin: 0 0 3rem;
    line-height: 1.5;
}
.wwa-tab-cta {
    margin-top:50px;
    margin-top: 3.125rem;
}
.wwa-tabs-contents a.arrow-btn {
    height:94px;
    height: 5.875rem;
}
/*------------------------------------*\
	Our Programs Slider
\*------------------------------------*/
.programs-grid-slider-wrap {
	padding-top:117px;
	padding-top: 7.3125rem;
	padding-bottom:22px;
	padding-bottom: 1.375rem;
	position: relative;
}
.programs-grid-slider .program-grid-slide {
	width: 25vw;
	display: block;
	padding-left:8px;
	padding-left: 0.5rem;
	padding-right:8px;
	padding-right: 0.5rem;
	position: relative;
}
.programs-grid-slider-wrap {
    padding-left:24px;
    padding-left: 1.5rem;
    padding-right:24px;
    padding-right: 1.5rem;
}
.programs-grid-slider:not(.slick-slider) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.program-grid-info {
    position: absolute;
    bottom:70px;
    bottom: 4.375rem;
    left:45px;
    left: 2.8125rem;
    color: #fff;
}
.program-grid-info h2 {
    margin: 0;
    font-family: 'Poppins',sans-serif;
    font-size:48px;
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 1.2;
}
.program-grid-info h2:before {
    content: '';
    display: block;
    width:75px;
    width: 4.6875rem;
    height:7px;
    height: 0.4375rem;
    background: #75ae1d;
    margin-bottom:24px;
    margin-bottom: 1.5rem;
    margin-top:24px;
    margin-top: 1.5rem;
}
.program-grid-slide:hover .program-grid-info h2 {
	text-decoration: underline;
}
.programs-grid-slider-nav {
	position: absolute;
	right:85px;
	right: 5.3125rem;
	top:170px;
	top: 10.625rem;
	top:186px;
	top: 11.625rem;
}
.programs-grid-slider-nav div {
	display: inline-block;
	cursor: pointer;
	width:56px;
	width: 3.5rem;
	height:56px;
	height: 3.5rem;
	border-radius: 50%;
	box-shadow: 0 1.125rem 1rem 0 rgba(0, 0, 0, 0.1);
	-webkit-transition:background 0.3s;
	transition: background 0.3s;
}
.programs-grid-slider-nav .programs-grid-nav-prev {
	background: url('img/org-colored-arrow-left.png') #fff no-repeat center center;
}
.programs-grid-slider-nav .programs-grid-nav-next {
	margin-left:16px;
	margin-left: 1rem;
	background: url('img/org-colored-arrow-right.png') #fff no-repeat center center;
}
.programs-grid-slider-nav div:hover {
	background-color: #fecd2f;
	background-blend-mode: multiply;
}
a.program-grid-slide > img {
    width: 100%;
}
a.marine-cta-fw .marine-image-cta-btn {
    font-size:16px;
    font-size: 1rem;
}
/*------------------------------------*\
	CTA Fullwidth
\*------------------------------------*/
.marine-cta-fw {
	display: block;
	position: relative;
	background: #000;
	padding:235px 98px 235px;
	padding: 14.6875rem 6.125rem 14.6875rem;
}
.marine-cta-fw-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.marine-cta-fw h2 {
	margin: 0;
	font-size:60px;
	font-size: 3.75rem;
	color: #fff;
	font-weight: normal;
	font-family: 'Poppins',sans-serif;
	line-height: 1.3;
	position: relative;
}
.marine-cta-fw h2:before {
	content: '';
	display: block;
	width:78px;
	width: 4.875rem;
	height:7px;
	height: 0.4375rem;
	background-color: #f0c22c;
	margin:0 0 24px;
	margin: 0 0 1.5rem;
}
.marine-cta-fw .marine-image-cta-btn {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}
.marine-cta-fw:hover .marine-image-cta-btn span {
	background-color: #02a1cc;
}
.marine-cta-fw:hover h2 {
	text-decoration: underline;
}
/*------------------------------------*\
	Blog Posts Grid
\*------------------------------------*/
.blog-posts-grid-header {
	padding-top:140px;
	padding-top: 8.75rem;
	padding-bottom:105px;
	padding-bottom: 6.5625rem;
}
.blog-posts-grid-header h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-size:60px;
	font-size: 3.75rem;
	color: #1a1a1d;
	line-height: 1.3;
	margin: 0;
	text-align: center;
}
.blog-posts-grid-header h1:after {
	content: '';
	display: block;
	width:150px;
	width: 9.375rem;
	height:3px;
	height: 0.1875rem;
	background: #fecd2f;
	margin-left: auto;
	margin-right: auto;
	margin-top:32px;
	margin-top: 2rem;
}
.blog-posts-grid-cols {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.blog-posts-grid-left {
	width: 40%;
}
.blog-posts-grid-right {
	width: 60%;
	padding-left:100px;
	padding-left: 6.25rem;
	padding-right:100px;
	padding-right: 6.25rem;
}
.blog-posts-featured-slide.slick-slide,
.blog-posts-featured-slide {
	height:1120px;
	height: 70rem;
	min-height:1120px;
	min-height: 70rem;
	overflow: hidden;
	display: block;
	position: relative;
}
.blog-posts-featured-slider .slick-arrow {
    width:45px;
    width: 2.8125rem;
    height:45px;
    height: 2.8125rem;
    position: absolute;
    z-index: 1;
    text-indent: -888px;
    overflow: hidden;
    background: #fff;
    border: none;
    outline: none;
    bottom:64px;
    bottom: 4rem;
}
.blog-posts-featured-slider .slick-arrow.slick-prev {
    left:160px;
    left: 10rem;
    background: url('img/white-arrow-left.svg') transparent no-repeat center center;
	background-size: 1rem auto;
}
.blog-posts-featured-slider .slick-arrow.slick-prev:hover {
	background: url('img/yellow-arrow-left.svg') transparent no-repeat center center;
	background-size: 1rem auto;
}
.blog-posts-featured-slider .slick-arrow.slick-next {
    left:224px;
    left: 14rem;
    background: url('img/white-arrow-right.svg') transparent no-repeat center center;
	background-size: 1rem auto;
}
.blog-posts-featured-slider .slick-arrow.slick-next:hover {
    background: url('img/yellow-arrow-right.svg') transparent no-repeat center center;
	background-size: 1rem auto;
}
.bpf-slide-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.bpf-slide-info {
	color: #fff;
	position: absolute;
	bottom:215px;
	bottom: 13.4375rem;
	left:154px;
	left: 9.625rem;
}
.bpf-slide-info h3 {
	font-weight: 800;
	font-size:13px;
	font-size: 0.8125rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin:0 0 20px;
	margin: 0 0 1.25rem;
}
.bpf-slide-info h2 {
	font-family: 'Poppins',sans-serif;
	font-size:40px;
	font-size: 2.5rem;
	line-height: 1.25;
	letter-spacing: 0.02em;
	margin: 0;
	color: #fff;
	font-weight: normal;
	max-width:512px;
	max-width: 32rem;
	position: relative;
}
.bpf-slide-info h2:before {
	content: '';
	width:96px;
	width: 6rem;
	height:6px;
	height: 0.375rem;
	position: absolute;
	left: 100%;
	top:20px;
	top: 1.25rem;
	background: #fff;
}
.bpf-slide-more {
	position: absolute;
	right: 0;
	bottom:35px;
	bottom: 2.1875rem;
	height:110px;
	height: 6.875rem;
	background: #003466;
	padding-left:75px;
	padding-left: 4.6875rem;
	color: #fff;
	font-size:14px;
	font-size: 0.875rem;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.2em;
	box-shadow: -1rem 1.5625rem 4.0625rem 0 rgba(11, 12, 17, 0.2);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.bpf-slide-more i {
	width:90px;
	width: 5.625rem;
	height: 100%;
	margin-left:75px;
	margin-left: 4.6875rem;
	background: url('img/colored-arrow-right.png') #fff no-repeat center center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	        align-self: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.blog-posts-featured-slider {
	position: relative;
}
.bpf-slide-bg:before {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(31,170,241,0.7) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(31,170,241,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b31faaf1',GradientType=0 );
}
.blog-posts-featured-slider:not(.slick-slider) .blog-posts-featured-slide:not(:first-child) {
    display: none;
}
.bp-right-upper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.bp-right-upper-left {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.bp-right-upper-right {
    width: 48%;
}
.bp-right-upper-right a {
    margin-bottom:50px;
    margin-bottom: 3.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.bp-ur-thumb {
    width: 42.5%;
}
.bp-ur-thumb.bp-ur-has-vid {
    position: relative;
}
.bp-ur-thumb.bp-ur-has-vid:before {
    content: '';
    width:34px;
    width: 2.125rem;
	height:41px;
	height: 2.5625rem;
	background: url('img/play-triangle.png') no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.bp-ur-info {
    width: 51%;
}
.blog-posts-grid-right h2, h2.post-title {
    margin:0 0 16px;
    margin: 0 0 1rem;
    color: #1a1a1d;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    line-height: 1.4;
    font-size:24px;
    font-size: 1.5rem;
    -webkit-transition:color 0.2s;
    transition: color 0.2s;
}
.blog-posts-grid-right a:hover h2 , h2.post-title:hover{
    color: #1faaf1;
}
.post-date {
    font-size:16px;
    font-size: 1rem;
    color: #77777e;
    line-height: 1;
}
.bp-right-upper-left a {
    height: 100%;
    overflow: hidden;
}
.bp-right-upper-left .post-thumbs-gallery {
    height: 80%;
    height: calc(100% - 10.5rem);
    margin-bottom:16px;
    margin-bottom: 1rem;
}
.bp-right-upper-left .slick-list,
.bp-right-upper-left .slick-track {
    height: 100%;
}
.bp-right-upper-left .post-thumbs-gallery .post-thumb-slide {
    width: 100%;
    height: 100%;
}
.post-thumbs-gallery:not(.slick-slider) .post-thumb-slide:not(:first-child) {
    display: none;
}
.bp-right-lower {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.bp-right-lower > a {
	display: block;
	width: 48%;
	margin-bottom:80px;
	margin-bottom: 5rem;
}
body:not(.home) .bp-right-lower > a:first-of-type {
    width: 100%;
}
.bp-right-lower > a img {
	display: block;
	width: 100%;
	margin-bottom:24px;
	margin-bottom: 1.5rem;
}
.full.bp-ur-thumb {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    height: calc(100% - 3.125rem);
    position: relative;
}
.full.bp-ur-thumb > div {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 10px 0 0;
	background: rgba(0, 174, 239, .6);
	padding:24px 16px;
	padding: 1.5rem 1rem;
}
.full.bp-ur-thumb > div *{
	color: #fff!important;
}
.full.bp-ur-thumb > img {
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.marine-pagination ul li {
    cursor: pointer;
    margin:0 16px;
    margin: 0 1rem;
    font-size:20px;
    font-size: 1.25rem;
    font-family: 'Poppins';
    font-weight: 600;
}

.marine-pagination ul {
    list-style: none;
    display: block;
    padding: 0;
    text-align: center;
    width: 100%;
    position: relative;
}

.marine-pagination ul span.prev{
	position: absolute;
    left: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 -24px;
    margin: 0 -1.5rem;
    font-size: 20px;
    font-size: 1.1rem;
    font-family: 'Poppins';
    font-weight: 600;
    border-radius: 100%;
    width: 100px;
    height: 50px;
    line-height: 50px;
    box-shadow: none!important;
    color: #1faaf1;
}
.marine-pagination ul span.next{
position: absolute;
    right: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 -24px;
    margin: 0 -1.5rem;
    font-size: 20px;
    font-size: 1.1rem;
    font-family: 'Poppins';
    font-weight: 600;
    border-radius: 100%;
    width: 100px;
    height: 50px;
    line-height: 50px;
    box-shadow: none!important;
    color: #03aeef;
}

/*.marine-pagination ul span.next:hover,
.marine-pagination ul span.prev:hover {
    box-shadow: 0px 2px 10px 0px #e6e6e6;
    color: #1faaf1;
}*/

@media screen and (max-width: 767px) {
	.news-pagination.marine-pagination span {
    display: none!important;
}
}

.marine-pagination ul li{
	    display: inline-block;
    border-radius: 0%;
    width: 80px;
    height: 50px;
    line-height: 50px;
    box-shadow: 0px 2px 10px 0px transparent;
}

.marine-pagination ul li.active {
    background: #fff;
}

.marine-pagination ul li.active,.marine-pagination ul li:hover {
    background: #fff;
    box-shadow: 0px 2px 10px 0px #e6e6e6;
    color: #1faaf1;
}

.marine-pagination ul li.active a,.marine-pagination ul li:hover a{
    color: #1faaf1;
}

.bp-container.loading {
    opacity: .5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.blog-cta {
    padding-top:640px;
    padding-top: 40rem;
    background-size: 100% 100%;
    margin-top:-80px;
    margin-top: -5rem;
}
.bp-right-lower > a > .category {
    background: #003466;
    color: #fff;
    padding:16px 40px;
    padding: 1rem 2.5rem;
    position: absolute;
    top: 10px;
    right: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1;
    font-size:16px;
    font-size: 1rem;
    /*display: none;*/
}

body:not(.home) .bp-right-lower > a:first-of-type > .category{
	display: block;
}

.bp-right-lower > a {
    position: relative;
}
.news-posts-grid-wrap {
    max-width: 90%;
    margin: auto;
}
.news-top-upper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}

.news-top-upper a {
    width: 32%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.news-top-upper h2.post-title {
    line-height: 1.75;
    font-size: 1.2rem;
    line-height: 1.5;
}

.news-inner-masonary >a {
    margin: 3.25% 0 0;
    display: block;
    overflow: hidden;
    position: relative;
}

.news-inner-masonary a.wide-2 {
    width: 66%;
    height:520px;
    height: 32.5rem;
    float: left;
    background: #eee;
}

.news-inner-masonary a.standard {
    width: 32%;
    float: left;
    margin-right: 2%;
    height:404px;
    height: 25.25rem;
}

.news-inner-masonary a.long-2 {
    width: 32%;
    height:1012px;
    height: 63.25rem;
    float: right;
}

.news-inner-masonary a.wide-2 .bp-ur-thumb > img {
    width: 100%;
    /* object-fit: cover; */
    /* height: 100%; */
    /* object-position: center center; */
}

.news-inner-masonary:before,.news-inner-masonary:after {
    content: '';
    display: table;
    clear: both;
}

.news-inner-masonary .bp-ur-thumb {
    width: 100%;
}

a.wide-2 .bp-ur-info {
    position: absolute;
    width: 30%;
    background: rgba(0, 174, 239, 0.6);
    top: 0;
    height: 100%;
}

a.wide-2 .bp-ur-info {
    position: absolute;
    width:420px;
    width: 26.25rem;
    top: 0;
    left: 0;
    background: rgba(0, 174, 239, 0.60);
    height: 100%;
}

a.wide-2 .bp-ur-info .bp-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding:40px 72px;
    padding: 2.5rem 4.5rem;
    color: #fff;
}

a.wide-2 .bp-ur-info .bp-wrap h2.post-title {
    color: #fff;
    font-size:32px;
    font-size: 2rem;
    letter-spacing: .02em;
    line-height: 1.6;
    margin-bottom:32px;
    margin-bottom: 2rem;
}

a.wide-2 .bp-ur-info .bp-wrap .post-date {
    color: #fff;
    padding-bottom:16px;
    padding-bottom: 1rem;
}

a.wide-2 .bp-ur-info {
    position: absolute;
    width:420px;
    width: 26.25rem;
    top: 0;
    left: 0;
    background: rgba(0, 174, 239, 0.60);
    height: 100%;
}

a.wide-2 .bp-ur-info .bp-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding:40px 72px;
    padding: 2.5rem 4.5rem;
    color: #fff;
}

a.wide-2 .bp-ur-info .bp-wrap h2.post-title {
    color: #fff;
    font-size:32px;
    font-size: 2rem;
    letter-spacing: .02em;
    line-height: 1.6;
    margin-bottom:32px;
    margin-bottom: 2rem;
}

a.wide-2 .bp-ur-info .bp-wrap .post-date {
    color: #fff;
    padding-bottom:16px;
    padding-bottom: 1rem;
}

.news-inner-masonary .bp-ur-info {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding:24px 0;
    padding: 1.5rem 0;
}

a.wide-2 .bp-ur-info {
    position: absolute;
    width:420px;
    width: 26.25rem;
    top: 0;
    left: 0;
    background: rgba(0, 174, 239, 0.60);
    height: 100%;
}

a.wide-2 .bp-ur-info .bp-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding:40px 72px;
    padding: 2.5rem 4.5rem;
    color: #fff;
}

a.wide-2 .bp-ur-info .bp-wrap h2.post-title {
    color: #fff;
    font-size:32px;
    font-size: 1.5rem;
    letter-spacing: .02em;
    line-height: 1.6;
    margin-bottom:32px;
    margin-bottom: 2rem;
}

a.wide-2 .bp-ur-info .bp-wrap .post-date {
    color: #fff;
    padding-bottom:16px;
    padding-bottom: 1rem;
}

.news-inner-masonary .bp-ur-info {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding:24px 0;
    padding: 1.5rem 0;
}

a.long-2 .bp-ur-thumb {
    height: 100%;
}

a.long-2 .bp-ur-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    background: #fff;
    height:880px;
    height: 55rem;
}

a.wide-2.news-vid .play-vid span {
    display: none;
}

a.wide-2.news-vid .play-vid{
    margin-bottom:24px;
    margin-bottom: 1.5rem;
}

.posts-gallery-slider > div > img {
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.gallery-item {
    background-size: cover;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-position: center;
    height:1000px;
    height: 62.5rem;
}

.posts-gallery-slider {
    position: relative;
    height: 100%;
}

.posts-gallery-slider ul.slick-dots {
    bottom: initial;
    top:832px;
    top: 52rem;
}

.posts-gallery-slider ul.slick-dots li {
    display: inline-block;
}

.news-pagination.marine-pagination{
	text-align: center;
	padding:128px 0 80px;
	padding: 8rem 0 5rem;
}

.news-pagination.marine-pagination span.next {
    /*right: -3rem;*/
}

.news-pagination.marine-pagination ul {
    display: block;
    max-width:1000px;
    max-width: 62.5rem;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.news-pagination.marine-pagination span.prev {
    /*left: -3rem;*/
}
a.standard.news-vid .bp-ur-info {
    background: transparent;
    padding:64px 48px;
    padding: 4rem 3rem;
}

a.standard.news-vid .bp-ur-info h2, a.standard.news-vid .bp-ur-info div.post-date {
    display: none;
}
.play-vid span {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 700;
    padding-left:32px;
    padding-left: 2rem;
    font-size:16px;
    font-size: 1rem;
}

a.standard.news-vid .play-vid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

a.standard.news-vid .play-vid img {
    width:32px;
    width: 2rem;
}
a.standard.news-vid .play-vid b {
    border:3.2px solid #fff;
    border: .2rem solid #fff;
    width:96px;
    width: 6rem;
    height:96px;
    height: 6rem;
    border-radius: 50%;
    line-height:96px;
    line-height: 6rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
ul {
    padding: 0;
}

.news-filter ul {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

.news-filter {
    padding:32px 0 80px;
    padding: 2rem 0 5rem;
}

.news-filter ul li {
    display: inline-block;
    padding:0 32px;
    padding: 0 2rem;
    text-transform: uppercase;
}

.news-filter ul li a{
    letter-spacing: .1em;
    font-weight: 700;
    color: #696970;
    border-bottom: 1px solid transparent;
}

.news-filter ul li.active a,.news-filter ul li:hover a {
    color: #000;
    border-color: #000;
    font-weight: 800;
}

article#post-18 .vc_column-inner {
    padding-top: 0;
}
.bp-ur-thumb img {
    width: 100%;
}
.bp-right-upper-left a{
    width: 100%;
    display: block;
}
.bp-right-upper-right a {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
}
ul.gform_fields{
	list-style: none;
}
body.page.page-id-18 div.sub-pages-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: right;
    position: relative;
}
body.page.page-id-18 button.slick-prev.slick-arrow,
body.page.page-id-18 button.slick-next.slick-arrow {
    bottom:32px;
    bottom: 2rem;
}
body.page.page-id-18 .bpf-slide-more {
    bottom: 0;
}
.blog-archive{
    display: none;
}

body.page.page-id-18 .blog-archive {
    display: block;
}

.blog-archive {
    position: absolute;
    right:32px;
    right: 2rem;
    color: #fff;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}


/*------------------------------------*\
	Connect & Upcoming Events
\*------------------------------------*/
.connect-upcoming-events {
}
.connect-upcoming-events .container {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.connect-upcoming-events .connect-col {
	width: 32%;
}
.connect-col .connect-box {
	border:1px solid #cecece;
	border: 0.0625rem solid #cecece;
	padding-top:40px;
	padding-top: 2.5rem;
}
.connect-box h2 {
	text-align: center;
	font-size:24px;
	font-size: 1.5rem;
	color: #1f2a44;
	line-height: 1.3;
	margin:0 0 8px;
	margin: 0 0 0.5rem;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.03em
}
.connect-box h3 {
	text-align: center;
	margin: 0;
	font-size:24px;
	font-size: 1.5rem;
	color: #1f2a44;
	letter-spacing: 0.03em;
	font-weight: 600;
}
.connect-upcoming-events .upcoming-events-col {
	width: 62.5%;
}
.connect-box label {
	display: none;
}
.connect-box .gform_wrapper {
	max-width: 78%;
	margin-left: auto;
	margin-right: auto;
	margin-top:28px;
	margin-top: 1.75rem;
	margin-bottom: 0;
} 
.connect-box .gform_body input {
	width: 100%;
	height:50px;
	height: 3.125rem;
	padding-left:24px;
	padding-left: 1.5rem;
	padding-right:24px;
	padding-right: 1.5rem;
	outline: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: #ebebeb;
}
.connect-box .gform_footer input[type="submit"] {
	width: 100%;
	height:65px;
	height: 4.0625rem;
	border-radius: 0;
	margin-top:14px;
	margin-top: 0.875rem;
	border: none;
	font-size:24px;
	font-size: 1.5rem;
	letter-spacing: 0.03em
}
.connect-upcoming-events h1 {
	font-size:60px;
	font-size: 3.75rem;
	line-height: 1.3;
	font-family: 'Poppins',sans-serif;
	color: #1a1a1d;
	font-weight: normal;
	margin: 0;
}
.connect-upcoming-events h1:after {
	content: '';
	display: block;
	width:150px;
	width: 9.375rem;
	height:4px;
	height: 0.25rem;
	background: #fecd2f;
	margin-top:32px;
	margin-top: 2rem;
	margin-bottom:24px;
	margin-bottom: 1.5rem;
}
.upcoming-events-items {
	padding-top:40px;
	padding-top: 2.5rem;
}
.upcoming-events-items .connect-upcoming-event {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom:24px;
    margin-bottom: 1.5rem;
    border:1px solid #d1d1d1;
    border: 0.0625rem solid #d1d1d1;
    -webkit-transition:box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.upcoming-events-items .upcoming-event-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    background: url('img/event-date-bg.jpg') #003466 no-repeat center center;
    background-size: cover;
    font-weight: 600;
    font-size:30px;
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    width:135px;
    width: 8.4375rem;
    min-height:135px;
    min-height: 8.4375rem;
}
.upcoming-event-arrow {
    width:42px;
    width: 2.625rem;
    background: url('img/white-arrow-right.svg') #1faaf1 no-repeat center center;
	background-size: 1rem auto;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition:opacity 0.3s;
    transition: opacity 0.3s;
}
.upcoming-event-info {
    width: 100%;
    padding:4px 40px;
    padding: 0.25rem 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.upcoming-event-info h2 {
    margin: 0;
    font-family: 'Poppins',sans-serif;
    font-weight: 300;
    font-weight: 400;
    color: #1f2a44;
    letter-spacing: 0.03em;
    line-height: 2;
    line-height: 1.75;
}
.upcoming-event-info .upcoming-event-timing {
    color: #898989;
    font-size:18px;
    font-size: 1.125rem;
    font-family: 'Poppins',sans-serif;
    font-weight: 300;
    line-height: 1.5;
}
.upcoming-events-items .connect-upcoming-event:hover {
    box-shadow: -1rem 1.5625rem 4.0625rem 0 rgba(11, 12, 17, 0.2);
}
.upcoming-events-items .connect-upcoming-event:hover h2 {
    text-decoration: underline;
}
.upcoming-events-items .connect-upcoming-event:hover .upcoming-event-arrow {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.upcoming-events-cta {
    padding-top:24px;
    padding-top: 1.5rem;
}
.connect-box .validation_error {
    display: none;
}
.connect-box .validation_message {
    color: #cb0009;
    font-size:16px;
    font-size: 1rem;
}
.upcoming-events-cta a {
	color: #000;
	font-size:14px;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 800;
	padding-right:24px;
	padding-right: 1.5rem;
}
.upcoming-events-cta a:hover {
	text-decoration: underline;
}
.upcoming-events-cta a i {
	display: inline-block;
	width:16px;
	width: 1rem;
	height:16px;
	height: 1rem;
	position: relative;
	top:2px;
	top: 0.125rem;
	background: url('img/black-arrow-right.svg') no-repeat center center;
	background-size: 1rem auto;
}
.upcoming-events-cta a i {
    margin-left:20.8px;
    margin-left: 1.3rem;
}
.connect-box .long-social-links a {
    width: 100%;
    float: none;
    color: #1f2a44;
    font-size:18px;
    font-size: 1.125rem;
    font-weight: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left:45px;
    padding-left: 2.8125rem;
    border-top:1px solid #cecece;
    border-top: 0.0625rem solid #cecece;
    background: url('img/black-arrow-right.svg') no-repeat 94% center;
    background-size: 1rem auto;
    -webkit-transition:background 0.2s;
    transition: background 0.2s;
    margin-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    padding-top:16px;
    padding-top: 1rem;
    padding-bottom:16px;
    padding-bottom: 1rem;
}
.connect-box .long-social-links a:hover {
	background-color: #eee;
}
.connect-events-bg img {
	display: block;
	width: 100%;
	margin-top: -10%;
}
.posts-gallery-slider .slick-dots ,
.post-thumbs-gallery .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom:14px;
    bottom: 0.875rem;
    left: 0;
    width: 100%;
}
.posts-gallery-slider.slick-dots li ,
.post-thumbs-gallery .slick-dots li {
    display: inline-block;
}
.post-thumbs-gallery .slick-dots li button ,
.posts-gallery-slider .slick-dots li button {
    border: none;
    padding: 0;
    background: #b2b2b2;
    width:12px;
    width: 0.75rem;
    height:12px;
    height: 0.75rem;
    outline: none;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transition:background 0.2s,-webkit-transform 0.2s;
    transition:background 0.2s,-webkit-transform 0.2s;
    transition:transform 0.2s,background 0.2s;
    transition: transform 0.2s,background 0.2s,-webkit-transform 0.2s;
    border-radius: 50%;
    margin:0 4px;
    margin: 0 0.25rem;
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
}
.posts-gallery-slider ul li.slick-active button ,
.post-thumbs-gallery ul li.slick-active button {
    background: #fff;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
	font-family: 'Social Circles';
	src: url('webfonts/social-circles.otf');
	src: url('webfonts/social-circles.otf') format('truetype');
} 
/*------------------------------------*\
    Slick
\*------------------------------------*/
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;/*cursor:hand*/}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide{outline:none;}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
.txt-white{
	color: #fff;
}
.txt-black{
	color: #000;
}
/*------------------------------------*\
    Slick Nav
\*------------------------------------*/
.marine-slick-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.marine-slick-nav-inner {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left:32px;
    padding-left: 2rem;
    padding-right:32px;
    padding-right: 2rem;
    position: relative;
}
.marine-slick-nav-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.marine-slick-nav-inner ul li {
    display: inline-block;
}
.marine-slick-arrows .slick-arrow {
    position: absolute;
    width:24px;
    width: 1.5rem;
    height:24px;
    height: 1.5rem;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    border: none;
    background: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.marine-slick-arrows .slick-prev {
    left: 0;
}
.marine-slick-arrows .slick-next {
    right: 0;
}
.marine-slick-nav-inner ul li button {
    border: none;
    padding: 0;
    background: #b2b2b2;
    width:12px;
    width: 0.75rem;
    height:12px;
    height: 0.75rem;
    outline: none;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transition:background 0.2s,-webkit-transform 0.2s;
    transition:background 0.2s,-webkit-transform 0.2s;
    transition:transform 0.2s,background 0.2s;
    transition: transform 0.2s,background 0.2s,-webkit-transform 0.2s;
    border-radius: 50%;
    margin:0 8px;
    margin: 0 0.5rem;
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
}
.marine-slick-nav-inner ul li.slick-active button {
    background: #b4d3d3;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.marine-slick-dots {
	position: relative;
	top:8px;
	top: 0.5rem;
}
.marine-slick-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.marine-slick-nav-inner {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left:32px;
    padding-left: 2rem;
    padding-right:32px;
    padding-right: 2rem;
    position: relative;
}
.marine-slick-nav-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.marine-slick-nav-inner ul li {
    display: inline-block;
}
.marine-slick-arrows .slick-arrow {
    position: absolute;
    width:24px;
    width: 1.5rem;
    height:24px;
    height: 1.5rem;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    border: none;
    background: transparent;
    top: 50%;
    outline: none;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.marine-slick-arrows .slick-prev {
    left: 0;
}
.marine-slick-arrows .slick-prev:before {
	content: '<';
	display: block;
	width: 100%;
	height: 100%;
	font-family: 'Poppins',sans-serif;
	font-size:30px;
	font-size: 1.875rem;
	line-height: 1;
	color: #003466;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
}
.marine-slick-arrows .slick-next:before {
	content: '>';
	display: block;
	width: 100%;
	height: 100%;
	font-family: 'Poppins',sans-serif;
	font-size:30px;
	font-size: 1.875rem;
	line-height: 1;
	color: #003466;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
	-webkit-transition:color 0.2s;
	transition: color 0.2s;
}
.marine-slick-arrows .slick-arrow:hover:before {
	color: #f5c62d;
}
.marine-slick-arrows .slick-next {
    right: 0;
}
.marine-slick-nav-inner ul li button {
    border: none;
    padding: 0;
    background: #b2b2b2;
    width:12px;
    width: 0.75rem;
    height:12px;
    height: 0.75rem;
    outline: none;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transition:background 0.2s,-webkit-transform 0.2s;
    transition:background 0.2s,-webkit-transform 0.2s;
    transition:transform 0.2s,background 0.2s;
    transition: transform 0.2s,background 0.2s,-webkit-transform 0.2s;
    border-radius: 50%;
    margin:0 8px;
    margin: 0 0.5rem;
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
}
.marine-slick-nav-inner ul li.slick-active button {
    background: #b4d3d3;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
/*------------------------------------*\
    Gravity Form
\*------------------------------------*/
.gform_wrapper .gform_body > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
}
.bypostauthor {
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

@media all and (min-width: 2550px){
	html {
	    font-size: 16px;
	    background: #fafafa;
	}

	.wrapper {
	    max-width: 1920px;
	    margin: 0 auto;
	    overflow: hidden;
	    position: relative;
	}

	.header-inner {
	    width: 90%;
	    margin-left: 0;
	}

}

body.page-template-default.page.page-id-12 .donate-cta-with-bg {
    border-bottom:4px solid #fff;
    border-bottom: .25rem solid #fff;
}

body.archive main> section {
    max-width: 90%;
    margin: 0 auto;
}

.sub-pages-links .breadcrumbs a.cat {
    pointer-events: none;
}

body.archive.post-type-archive section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 50px;
}

body.archive.post-type-archive {
}

body.archive.post-type-archive section h1 {
    width: 100%;
}

body.archive.post-type-archive section > article {
    width: 48%;
    overflow: hidden;
    margin: 1%;
}

.half-full.bp-ur-thumb {
    width: 100%;
}

.pagination {
    width: 100%;
    display: block;
    text-align: center;
    padding: 50px 0;
	font-weight: bold!important;
}

.pagination > a,.pagination > span {
    display: inline-block;
    
    width: 7%;
    height: 50px;
    line-height: 50px;
    box-shadow: 0px 2px 10px 0px transparent;
}

.pagination > a:hover, .pagination > span:hover,.pagination > span.current {
    background: #fff;
    box-shadow: 0px 2px 10px 0px #e6e6e6;
    color: #1faaf1;
}
body.archive.post-type-archive .blog-archive{
	display: block;
}body.archive.post-type-archive div.sub-pages-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: right;
    position: relative;
}

.home-slider-dot:nth-child(1) span:before {
    content: '0';
}.home-slider-dot:nth-child(2) span:before {
    content: '0';
}.home-slider-dot:nth-child(3) span:before {
    content: '0';
}.home-slider-dot:nth-child(4) span:before {
    content: '0';
}.home-slider-dot:nth-child(5) span:before {
    content: '0';
}.home-slider-dot:nth-child(6) span:before {
    content: '0';
}.home-slider-dot:nth-child(7) span:before {
    content: '0';
}.home-slider-dot:nth-child(8) span:before {
    content: '0';
}.home-slider-dot:nth-child(9) span:before {
    content: '0';
}

.bp-right-upper-right a.no-thumb .bp-ur-info {
    width: 100%;
}

.bp-right-upper-right a.no-thumb .bp-ur-thumb {
    display: none;
}

body.single .featured-img img {
    display: none;
}

body.single  .featured-img {
    padding: 3% 0 30%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.single  .single-post-header {
    position: relative;
}

body.single .featured-img h1 {
    font-size: 2rem;
    background: #000;
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 1rem 0;
    text-transform: uppercase;
}

.inner-meta h3 {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: .75rem;
}

body.single-post article.type-post > .container {
    max-width: 85.25rem;
}

body.single-post article.type-post > .container .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.inner-meta {
    padding: 2.5rem 0;
}

body.single-post article.type-post {
    font-size: 1.3rem;
    line-height: 1.6;
}

body.single-post article.type-post h2.wpb_heading.wpb_singleimage_heading {
    order: 2;
    font-size: 1.25rem;
    font-style: italic;
    text-align: center;
    width: 100%;
    margin: .75rem 0 1rem;
}

body.single-post article.type-post .wpb_single_image.wpb_content_element {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-posts-grid-right h2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.search .sub-pages-links {
    display: none;
}

.bp-right-upper-left {
    min-height: 350px;
}

body.page-template-page-template-staff .page-header-bg {
    display: none;
    background: transparent;
}

body.page-template-page-template-staff header.header.clear {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

div#staff-header {
    height: 40rem;
    background-size: cover;
    background-position: center bottom;
    min-height: 450px;
    position: relative;
}

div#staff-header:before {
    content: '';
    height: 20%;
    background: linear-gradient( #1b1464 , rgba(0, 0, 0, 0));
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

div#staff-header h2 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.75rem;
    text-align: center;
    line-height: 1.3;
    font-weight: normal;
    font-family: 'Poppins',sans-serif;
}

div#staff-header .wpb_column {
    position: static;
}

body.page-template-page-template-staff  .page-sub-nav{
	display: none;
}

h2.vc_custom_heading:before {
    content: '';
    display: block;
    width: 78px;
    width: 4.875rem;
    height: 7px;
    height: 0.4375rem;
    background: #f0c22c;
    margin: 0 auto 32px;
    margin: 0 auto 2rem;
}

.partner-thumbs-wrapper, .staff-thumbs-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.staff-thumb-item {
    width: 19%;
    margin: 2% .5%;
    cursor: pointer;
    overflow: hidden;
    transition: .3s all;
}

.full_width_partner .container{
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.partner-thumb-item {
    width: 33.3%;
    margin: 2% 0;
    cursor: pointer;
    overflow: hidden;
    transition: .3s all;
}

.partner-thumbs-wrapper, .staff-thumbs-wrapper {
    margin: 0 -1%;
}

.staff-thumb-item img {
    width: 100%;
}

h2.partner-member-heading, h3.staff-member-heading{
    font-family: 'Poppins';
    font-size: 1.5rem;
    font-weight: 400;
    transition: .3s all;
}

h2.partner-member-heading{
	padding-top: 185px;
    padding-left: 50px;
    max-width: 340px;
    color: #fff;
    font-size: 2em;
}

.staff-thumb-item:hover h3.staff-member-heading{
	color: #3bb5ec;
}

h3.staff-member-heading:before{
    content : '';
    display: block;
    width: 95px;
    width: 5.9375rem;
    width: 79px;
    width: 4.9375rem;
    height: 7px;
    height: 0.4375rem;
    background: #f7c82e;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.partner-thumb-item .partner-headshot, .staff-thumb-item .staff-headshot {
    min-height: 211px;
    height: 220px;
    background-size: cover;
    background-size: cover;
    background-position: center center;
    transition: .3s all;
}

.partner-thumb-item .partner-headshot{
	height: 400px;
	min-height: 380px;
}

.staff-thumb-item .staff-headshot img {
    opacity: 0;
    visibility: hidden;
}

.staff-thumb-item:hover {
    transform: translateY(-1.5rem);
}

.staff-single-item {
    box-shadow: 0rem .5rem 1rem #e1e4e7;
    box-shadow: 0rem .5rem 1rem #000;
    padding: 1.5rem 3.5rem 5rem;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    max-width: 75%;
    z-index: 999;
    transform: translate(-50%,-50%);
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s all;
    max-height: 90vh;
    overflow: auto;
}

.popop-single-wrapper span.close {
    text-align: right;
    display: block;
}

.popop-single-wrapper {
    display: flex;
    justify-content: space-between;
}

.staff-desc {
    width: 75%;
    font-size: 1.125rem;
    line-height: 2.3;
}

.popop-single-wrapper .staff-headshot {
    width: 20%;
    margin-top: 3.5rem;
}

.popop-single-wrapper .staff-headshot img {
    width: 100%;
    max-width: 100%;
}

.staff-single-item span.close{
	position: absolute;
	right: 3.5rem;
	top: 1.5rem;
	transition: .3s all;
}
.staff-single-item span.close:hover a{
	color: #75ae1d;
}

body .staff-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 998;
    background: rgba(0, 0, 0, 0.62);
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
}

body.staff-active .staff-overlay {
    opacity: 1;
    visibility: visible;
}

.staff-single-item.active {
    visibility: visible;
    opacity: 1;
    max-height: 90vh;
    overflow: auto;
}

@media all and (max-width: 1024px){
	.staff-thumb-item {
	    width: 24%;
	}

	.staff-thumbs .container {
	    width: 100%;
	    padding: 0;
	}

	.staff-single-item{
		max-width: 90%;
	}
}
@media all and (max-width: 767px){
	div#staff-header {
	    height: 30rem;
	    background-size: cover;
	    background-position: center bottom;
	    min-height: 350px;
	    position: relative;
	}
	.staff-thumb-item {
	    width: 32%;
	}
	div.popop-single-wrapper {
		display: block;
	}

	div.popop-single-wrapper > div {
		width: 100%!important;
	}

	div.popop-single-wrapper > div img{
		max-width: 200px!important;
		display: block;
	}

}
@media all and (max-width: 550px){
	.staff-thumb-item {
	    width: 49%;
	}
	div#staff-header h2 {
	    font-size: 25px;
	    width: 90%;
	}
}

h4.designation {
    font-size: 1.2rem;
    font-style: italic;
    font-family: 'Poppins';
    margin-top: -1rem;
}

.staff-thumbs .container {
    width: 100%;
    padding: 0;
}

body.archive.category {
    /*padding-top: 11.4rem;*/
}

body.archive.category header.header.clear {
    /*background: #1b1464;*/
}

.archive-grid {
    display: flex;
    flex-wrap: wrap;
}

.archive-grid > article {
    width: 31%;
    margin: 2% 1%;
}

h1.archive-title {
    text-align: center;
}

.news-top-upper a.no-thumb .bp-ur-thumb {
    display: none;
}

.news-top-upper a.no-thumb .bp-ur-thumb + div {
    width: 100%;
}

.full.no-img.bp-ur-thumb {
    background-image: url('http://dev.siteninestudios.com/marine/wp-content/uploads/2018/09/NMSF_color_RGB_notext.jpg');
}

.sanctuaries-slider-outer.hidden-desktop {
    display: none;
}

.marine-slick-dots > ul:nth-child(2) {
    display: none!important;
}

@media all and (max-width: 767px){
	.sanctuaries-slider-outer.hidden-desktop {
	    display: block;
	}
}

/*Aout us page*/
.marketing_message .marine-cta-bg {
    padding-top: 0rem;
    padding-bottom: 19.25rem;
}
.marketing_message .marine-cta-bg .container{
    width: 28rem;
}
.marketing_message .marine-cta-bg h2{
    display: none;
}

.marketing_message .wpb_column .vc_column-inner {
    padding-top: 0 !important;
}
.about_grid.vc_row.wpb_row.vc_row-fluid {
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
/*Sanctuary Single Page*/
.type-sanctuary p {
    font-size: 1.375rem;
    color: #000;
}

/*Education alliance partnership page*/
.logos_row .wpb_single_image {
    padding: 10px 30px;
    margin: 0;
}
.logos_row .wpb_column > .vc_column-inner {
    background-color: #f8f7f7;
    padding: 0 !important;
    box-shadow: 0px 13px 72.21px 14.79px rgba(184, 185, 201, 0.38);
}



.partner-logo-link-out {
	position: absolute;
	top:20px;
	top: 1.25rem;
	right:20px;
	right: 1.25rem;
	width:56px;
	width: 3.5rem;
	height:56px;
	height: 3.5rem;
	overflow: hidden;
	z-index: 1;
	border: none;
	text-indent: -999px;
	border-radius: 50%;
	outline: none;
	background: url('img/arrow-dark-angled.png') #fff no-repeat center center;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition:opacity 0.3s, -webkit-transform 0.3s;
	transition:opacity 0.3s, -webkit-transform 0.3s;
	transition:opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.partner-logo-row .partner-logo-item {
    position: relative;
    overflow: hidden;
    /*width: 25%;*/
}
.partner-logo-row .partner-logo-item:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(31,170,241,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(31,170,241,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1faaf1',GradientType=0 );
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition:opacity 0.3s, -webkit-transform 0.3s;
	transition:opacity 0.3s, -webkit-transform 0.3s;
	transition:opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.partner-logo-item:hover:before {
	opacity: 0.62;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=62)";
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.partner-logo-item:hover .partner-logo-link-out {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.partner-logo-thumb{
	padding: 10px 15px;
}
.partner-logo-thumb img {
    display: block;
    width: 100%;
}
/*Late fixes*/
.program-slide-excerpt {
    min-height: 15rem;
}

.program-slide-info-area{
	max-width: 40rem;
}
.projects-content ul{
	padding-left: 40px;
}
.impact_col_border a.impact-col{
    border: 1px solid #ddd;
    border-top: none;
    border-left: none;
}
.impact_col_border .wpb_column .vc_column-inner{
	padding-top: 0 !important;
}

.custom-arrow-btn {
height: 110px;
    height: 6.875rem;
    padding-left: 90px;
    padding-left: inherit;
    padding-right: 90px;
    padding-right: inherit;
    color: #fff;
    text-transform: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    background: #003466;
    display: inherit;
    display: inherit;
    display: -ms-inline-flexbox;
    display: inherit;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: center;
    align-items: inherit;
    -webkit-box-pack: inherit;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: inherit;
    font-size: inherit;
    line-height: inherit;}
.custom-arrow-btn i {
    display: inline-block;
    width: 18px;
    width: 1.125rem;
    height: 15px;
    height: 0.9375rem;
    margin-left: 12px;
    margin-left: 0.75rem;
    background-image: url(img/chevron_right.svg.png);
    background-position: 80% center;
    background-size: contain;
}
.menu-arrow a {
	font-size: inherit!important;
    font-weight: inherit!important;
    letter-spacing: inherit!important;
    text-transform: none!important;
}

@media screen and (max-width: 768px) {
	body.archive.post-type-archive section > article {width: 100%!important;}
	.bp-ur-thumb img { height: auto!important; }
}
.wpb_wrapper p { font-size: 1.375rem; }

a[href$='#display-none'] { display: none!important; }


.page-header-bg {
    background: none!important;
}
.pagination {
    max-width: 1222px!important;
}

.directory-alpha-list a:focus {
    color: #003466;
    font-weight: bold!important;
    font-size: 13px!important;
}
.directory-alpha-list a:focus:after {
    color: #000!important;
    font-weight: 300!important;
}
/* Pre Launch Edits */
.footer-deeper-col * {display: none!important;}
.footer-about-col {
    padding-right: 1.8125rem;
}
.bpf-slide-info h2:before {
    background: transparent!important;
}

#dafdirectdiv {
    width: 247px!important;
	margin: auto!important;

}

#amountNextContain > div.dafdirectButtonContain > a > img {
    min-width: 55px!important;
}
#amountNextContain > div.dafdirectButtonContain > a {
    position: relative!important;
    left: -30px!important;
}
#amountNextContain > div.dafdirectButtonContain > a:hover {
    background: none!important;
}

.feature {background: #041d46!important;}