/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('//fonts.googleapis.com/css?family=Roboto:500'); */

@import url('//fonts.googleapis.com/css?family=Roboto:500'); 
@import url('//cdn2.hubspot.net/hubfs/5867638/SoaAlliance_May2019/css/infinitum-icons.css');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=PT+Serif%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900100italic%2C200italic%2C300italic%2C400italic%2C500italic%2C600italic%2C700italic%2C800italic%2C900italic&subset=latin&ver=5.2');
@import url('//fonts.googleapis.com/css?family=Montserrat%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900100italic%2C200italic%2C300italic%2C400italic%2C500italic%2C600italic%2C700italic%2C800italic%2C900italic&subset=latin&ver=5.2');
@import url('//fonts.googleapis.com/css?family=Open+Sans%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900100italic%2C200italic%2C300italic%2C400italic%2C500italic%2C600italic%2C700italic%2C800italic%2C900italic&subset=latin&ver=5.2'); 
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */

/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #777;
  line-height: 2;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1180px;
  margin: 0 auto;
  width: 90%;
}


/* =============== Typography =============== */

/* Basic text */
p {
  margin: 0 0 24px;
}
small {}
strong {
  font-weight: bold;
}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin:0;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  color: #292929;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 12px;
  text-rendering: optimizeLegibility;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { color: inherit }

h1, h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-style: italic;
  font-size: 2.5em;
  letter-spacing: -1px;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-style: italic;
  font-size: 2.285em;
  color: #2c4969;
  letter-spacing: -1px;
}
h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 2.2em;
  font-style: italic;
  letter-spacing: -1px;
}
h5 {
  font-size: 1.428em;
}
h6 {
  font-size: 1.285em;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-style: italic;
  letter-spacing: -1px;
}

/* Anchor Links */
a { color: #2c4969; outline: 0; text-decoration: none; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }

a:hover,
a:focus,
a:active { 
  outline: 0;
  color: #292929;
  text-decoration: none;
  border-bottom-color: #132333;
  border-bottom: 1px solid #a6c5e8;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

[class^="inf-icon-"], [class*=" inf-icon-"] {
  font-family: 'infinitum' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.header-top {
  background-color: #2c4969;
  color: #ffffff;
  text-align: right;
  padding: 5px 0;
  font-size: 15px;
  opacity: 1 !important;
  visibility: visible !important;
  min-height: 40px !important;
}

.top-bar-socials .inner {
  display: inline-block;
}

.top-bar-socials .texts {
  padding-right: 7px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
}

.top-bar-socials .icons a {
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #f9f9f9;
  background-color: #2c4969;
  width: 30px;
  height: 30px;
  margin-left: 2px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border: 0;
}

.top-bar-socials .icons {
  font-size: 0;
}

.logo-wrapper {
  background-color: #132333;
  padding: 22px 0;
}

.custom-logo img {
  width: 230px !important;
}

.donate-btn a {
  letter-spacing: 0.5px;
  display: inline-block;
  margin-top: 6px;
  padding: 13px 45px;
  font-size: 1em;
  line-height: normal;
  font-weight: 400;
  color: #fff;
  background-color: #2c4969;
}

.donate-btn a span {
  display: inline-block;
  position: relative;
  padding-left: 22px;
}

.donate-btn a span:before {
  content: "\e90a";
  font-family: "infinitum";
  position: absolute;
  left: 0;
  top: 3px;
  color: #fff;
}

.donate-btn a:hover {
  border-bottom: 0;
  background-color: #2c4969;
  opacity: 0.5;
  -webkit-transition: all ease .238s;
  transition: all ease .238s;
}

.donate-btn {
  background-color: #a6c5e8;
  margin-top: 13px;
}

/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {
  padding-top:25px;
  padding-bottom:25px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.hs-banner {
  padding: 60px 30px;
  text-align: center;
  color: #ffffff;
  background-color: #0a1527;
}

.hs-banner h1 {
  font-style: italic;
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 2.2em;
  color: #fff;
  margin: 0;
}

/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}
.footer-bottom {
  background: #2c4969;
  color: #ffffff;
  padding: 33px 0;
}

.hs-copyright {
  font-size: 12px;
}

.hs-copyright p {
  margin: 0;
}

.hs-copyright a {
  color: #a6c5e8;
  border: 0;
}

.hs-copyright a:hover {
  color: #ffffff;
}

.footer-bottom .top-bar-socials {
  font-size: 16px;
  text-align: right;
  color: white;
  padding-right: 14px;
}

.footer-bottom .top-bar-socials span.texts {
  padding: 0;
  font: inherit;
  margin: 0 -2px 0 0;
}

.footer-bottom .top-bar-socials .icons a span {
  color: #a6c5e8;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: FontAwesome !important;
  font-size: 16px;
}

.footer-follow .inf-icon-facebook:before {
  content: '';
}

span.screen-reader-text {
  display: none !important;
}

.footer-follow .inf-icon-twitter:before {
  content: '';
}

.footer-follow .inf-icon-instagram:before {
  content: '';
}

.footer-follow .top-bar-socials .icons a {
  height: auto;
  width: auto;
  padding-right: 7px;
  margin: 0 0 0 11px !important;
}
.footer-top {
  background-image: url(//cdn2.hubspot.net/hubfs/5867638/SoaAlliance_May2019/images/background-footer.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 0 20px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  background-color: #080808;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.widget-span.footer-logo {
  width: 33.3333% !important;
  padding: 20px 15px 0;
}

.footer-logo img {
  display: block;
  margin: 0 0 26px;  
  width: 150px;
}

.widget-span.footer-subscribe-form {
  float: right;
  width: 33.3333%;
  margin: 0;
  padding: 14px 15px 0;
}

.widget-span.footer-subscribe-form .hs-form-field > label {
  display: none;
}

.widget-span.footer-subscribe-form h3 {
  color: #b1b1b1;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  display: block;
  margin: 0;
  letter-spacing: 0;
  line-height: 2;
}

.footer-top .page-center>div {
  margin: 0 -15px;
}

.widget-span.footer-subscribe-form .hs-button {
  margin: 0;
  border-color: #45484b;
  color: #132333;
}

.custom-footer ::-webkit-input-placeholder {
  color: #999;
}

.custom-footer :-moz-placeholder {
  color: #999;
  opacity: 1;
}

.custom-footer ::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.custom-footer:-ms-input-placeholder {
  color: #999;
}
a#scroll-top {
  position: fixed !important;
  right: 30px;
  bottom: -50px;
  display: block;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  visibility: hidden;
  opacity: 0;
  z-index: 7779;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
}

#scroll-top.show {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}

#scroll-top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1b1d1f;
  z-index: -1;
  -webkit-transition: all ease .238s;
  transition: all ease .238s;
  background-color: #2c4969;
  border-radius: 10px;
}

#scroll-top:after {
  content: "\e910";
  font-family: "infinitum";
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all ease .238s;
  transition: all ease .238s;
}

#scroll-top:hover:before {
  background-color: #76c1cb;
}

@media only screen and (max-width: 1230px) {
  .hs-copyright {
    font-size: 12px;
    text-align: left;
    padding-bottom: 20px;
  }
}


.error-page-content {
  background: rgba(0,0,0,0.2) url(//cdn2.hubspot.net/hubfs/5867638/SoaAlliance_May2019/images/matthew-kosloski-726-unsplash_BW2000px.jpg) !important;
  padding: 70px 0;
  text-align: center;
}

.error-page-content h3 {
  margin: 0 0 70px;
}

.error-page-content p {
  margin:0;
}

.error-page-content a {
  border: 0;
  outline: 0;
  color: #292929;
  text-decoration: none;
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */

@-webkit-keyframes menu_sticky {
  0% {
    margin-top: -120px;
  }

  50% {
    margin-top: -60px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes menu_sticky {
  0% {
    margin-top: -120px;
  }

  50% {
    margin-top: -60px;
  }

  100% {
    margin-top: 0;
  }
}

/* =============== Custom Menu Primary =============== */

/* Parent List */
.menu-wrapper {
  background-color: #2c4969;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  padding: 0 22px;
  border-right: 1px solid rgba(255,255,255, 0.15);
  -webkit-transition: all ease .238s;
  -moz-transition: all ease .238s;
  transition: all ease .238s;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
  border-left: 1px solid rgba(255,255,255, 0.15);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  display: block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  line-height: 1.2;
  position: relative;
  padding: 20px 0;
  border: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>.hs-item-has-children>a:after {
  font-size: 8px;
  font-weight: normal;
  content: "\e90f";
  font-family: "infinitum";
  position: absolute;
  right: 0;
  top: 50%;
  margin: -5px 0 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>.hs-item-has-children>a {
  padding-right: 15px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover {
  background-color: rgba(0,0,0,0.1);
}


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media (min-width:960px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    padding: 16px 0;
    background-color: #2d2e32;
    width: 258px;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul a {
    padding: 3px 25px;
    color: #999;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    border: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul a:hover {
    color: #fff;
  }
  .menu-wrapper.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9989;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.70s;
    animation-duration: 0.70s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 0.8;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul.hs-menu-children-wrapper {
    right: 0 !important;
    left: auto !important;
  }
  .widget-span.menu-wrapper {
    display: block !important;
  }
}
@media (max-width:1120px) and (min-width: 960px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 0 13px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
  }
}

/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 959px) {
  .error-page-content {
    padding: 60px 0;
  }

  .error-page-content h3 {
    margin: 0 0 60px;
  }

  .widget-span.menu-wrapper {
    display: none;
  }
  .custom-logo.widget-span {
    width:100%;
    margin:0;
  }
  .widget-span.donate-btn {
    display: none;
  }

  .logo-wrapper {
    padding: 15px 0;
  }

  .custom-logo img {
    width: 200px !important;
  }

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
  }

  .logo-wrapper .page-center {
    position: relative;
  }

  .mobile-trigger {
    display: block !important;
    width: 26px;
    height: 26px;
    display: none;
    float: right;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    background: transparent;
    cursor: pointer;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
    z-index: 999;
  }

  .mobile-trigger:before, .mobile-trigger:after, .mobile-trigger span {
    background-color: #ffffff;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
  }

  .mobile-trigger:before, .mobile-trigger:after {
    content: '';
    position: absolute;
    top: 0;
    height: 3px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #ffffff;
  }

  .mobile-trigger i {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
    background: #fff;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
  }

  .mobile-trigger:before {
    -webkit-transform: translate3d(0,-7px,0);
    -moz-transform: translate3d(0,-7px,0);
    transform: translate3d(0,-7px,0);
  }

  .mobile-trigger:after {
    -webkit-transform: translate3d(0,7px,0);
    -moz-transform: translate3d(0,7px,0);
    transform: translate3d(0,7px,0);
  }

  .mobile-open .mobile-trigger i {
    opacity: 0;
  }

  .mobile-open .mobile-trigger:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }

  .mobile-open .mobile-trigger:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }


  /* Hide menu on mobile */

  .menu-wrapper {
    position: absolute;
    top: 100%;
    width: 100% !important;
    background-color: #252525;
    z-index:9999;
  }

  .custom-header {
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li {
    margin: 0;
    position: relative;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #292929;
    padding-top: 0;
    padding-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    border-left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>a {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 50px;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>.hs-item-has-children>a {
    padding-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul .hs-item-has-children>a:after {
    display: none;
  }

  .child-trigger {
    cursor: pointer;
    display: inline-block !important;
    font-family: "infinitum";
    font-size: 8px;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    font-weight: 400;
  }

  .child-trigger:after {
    content: "\e90f";
    color: #aaa;
  }
  .child-open.child-trigger:after {
    content: "\e912";
  }
  .widget-span.menu-wrapper .page-center {
    max-width: 100% !important;
    width: 100% !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    background: transparent !important;
  }

  /* Hide menu on mobile */

  .custom-menu-primary .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>a:hover {
    color: #f57223;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    background-color: #292929 !important;
  }

}


@media (max-width: 767px) {
  .widget-span.header-top {
    display: none;
  }
  .footer-bottom .top-bar-socials {
    padding: 0 27px 0 0;
  }

  .widget-span.footer-subscribe-form {
    width: 100%;
    float: none;
    padding: 0 15px;
    margin: 26px 0;
  }

  .widget-span.footer-logo {
    width: 100% !important;
    padding: 31px 15px 30px;
  }

  .footer-top {
    background-color: #132333;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(//cdn2.hubspot.net/hubfs/5867638/SoaAlliance_May2019/images/background_footer_mobile.jpg);
    background-repeat: repeat;
  }

  .widget-span.footer-subscribe-form .hs-input {
    max-width: 100%;
  }

  .widget-span.footer-subscribe-form .hs_error_rollup ul.hs-error-msgs.inputs-list {
    color: #b1b1b1;
  }
}

/* ==========================================================================
5. BLOG                                        
========================================================================== */

.hs-author-avatar>img {
  max-width: 50px;
  margin: 0 0 15px;
}
.custom_listing_comments {
  padding: 10px;
  border: 1px solid #ccc;
}
span.filter-link-count {
  display: none;
}
/* Blog Post and Listing Body Class */
body.blog {}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Blog Content Column
========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a

body.blog .hs-blog-header{
  display: none !important;
}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  padding: 0 0 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
  display:inline-block;
  padding:20px 0;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/** 
* Blog Social Sharing icons
*
* Overrides defaults to better align icons and prevent overlapping 
*/


/** 
* Blog Commments 
*
* Custom styles are listed below, as the COS does not provide default styles.
*/


.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}


/* -------------- Default Code for comment ------------ */



.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  font-family: inherit;

  font-size: inherit;

  line-height: inherit;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left !important;
}

/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}

#comments-listing.no-comments {
  border: none;
}



.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display: inline-block;
  margin-right: 10px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/** 
* Blog Author Page 
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
* Blog All Posts Page
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* Blog Sidebar
========================================================================== */

.blog .blog-sidebar {}
.blog-sidebar h3,
.blog-sidebar h3.form-title{
  font-size: 20px;
  line-height:24px;

}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}



.blog .blog-sidebar .widget-span {
  padding: 0 0 25px;
}
#comments-listing.no-comments {
  border: none;
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */

.screen-reader-text {
  display:none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="search"]{
  -webkit-appearance: none;
}
.subscribe-options label {
  margin: 0 !important;
}
.body-container .hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions a{
  padding: 1px 5px
}

.body-container .hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}
/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
  margin-bottom: 18px;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #f00;
  font-size: 13px;
  font-weight: normal;
  display: block;
}
.hs_error_rollup {
  margin: 2em 0 1em;
  padding: 0.2em 1em;
  border: 2px solid #f7e700;
  color: inherit;
}

.hs_error_rollup ul.hs-error-msgs.inputs-list {
  color: #b1b1b1;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}
/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {
  letter-spacing: 1px;
  color: #777;
  font-size: 14px;
  line-height: inherit;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  display:block;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  max-width: 500px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: inherit;
  width: 100%;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border ease .238s;
  -moz-transition: border ease .238s;
  transition: border ease .238s;
  letter-spacing: 1px;
  color: #777;
  border: none;
  padding: 10px 20px;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  display:block;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline:none;
}


/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */


.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  max-width: 100%;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  line-height: 1;
  cursor: pointer;
  font-size: 0.857em;
  text-transform: uppercase;
  background-color: #a6c5e8;
  color: #fff;
  border-radius: 10px;
  padding: 17px 46px;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-transition: all ease .238s;
  -moz-transition: all ease .238s;
  transition: all ease .238s;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -1px;
  border: 0;
  margin-top:14px;
  white-space: normal;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  outline: 0;
  background-color: #6aa0d6;
}

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {
  outline: 0;
  background-color: #6aa0d6;
}

/*Search Output*/

.hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}

.hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}

.hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}

.hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}

.hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}

/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

.custom-soa-content-wrapper p a:hover {
  border-bottom: 1px solid #a6c5e8;
  color: #292929;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
}
.custom-soa-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-soa-button .btn-hover {
  margin-bottom: 0;
}

.custom-soa-wrapper.about-us .custom-soa-content-wrapper {
  margin-bottom: 10px;
}

.custom-home-gallery .slick-active h2.super-heading {
  -webkit-animation:name-fade-in 2s;
  -moz-animation:name-fade-in 2s; 
  -o-animation:name-fade-in 2s; 
  animation:name-fade-in 2s; 
}

@-webkit-keyframes name-fade-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes name-fade-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes name-fade-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes name-fade-in {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

@media(max-width:767px){
  .custom-soa-wrapper blockquote {
    margin-bottom: 35px !important;
  }
}

.community-supporters a {
  border: none;
}

.widget-span.hs-oc-app-sec {
  max-width: 90%;
  margin: 0 auto !important;
  float: none;
}
/* Start Of Home Page */

.custom-home-gallery .slick-slide-inner-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: inherit;
  z-index: 20;
  height: 31.25vw;
  max-height: 600px;
  min-height: 483px;
}
.custom-home-gallery .hs_cos_gallery_main {
  padding: 0;
}

.custom-home-gallery .slick-arrow {
  display: none !important;
}

.custom-home-gallery .hs_cos_gallery_main .slick-dots {
  position: absolute;
  height: 87px;
  width: 18px;
  top: 50%;
  transform: matrix(1, 0, 0, 1, -48, -43);
  left: 100%;
  margin: 0;
}

.custom-home-gallery .slick-dots li {
  width: 12px;
  height: 12px;
  background: rgba(153, 153, 153, 1);
  border: 3px solid rgba(255,255,255,0.9);
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
  box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);
  top: 0px;
  left: 0px;
  margin: 0;
  display: block;
  margin-bottom:5px;
}

.custom-home-gallery .slick-dots li button {
  display: none;
}



.custom-home-gallery .slick-dots li.slick-active {
  background: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 1);
}

.custom-hm-slider-cap h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-family: "Open Sans";
  margin: 0;
  font-style: inherit;
  margin-bottom: 10px;
}

.custom-home-gallery .hs_cos_gallery_main .caption.superimpose {
  width: 100%;
  background-color: transparent;
  padding:0;
}
.custom-home-gallery .hs_cos_gallery_main .hm-slider1{
  background-color: rgba(0, 0, 0, 0.57);
}
.custom-home-gallery .hs_cos_gallery_main .hm-slider2{
  background-color: rgba(19, 35, 51, 0.7);
}

.custom-home-gallery .hs_cos_gallery_main .hm-slider3{
  background-color: rgba(37, 64, 143, 0.8);
}

.custom-home-gallery .hs_cos_gallery_main .hm-slider4{
  background-color: rgba(0, 0, 0, 0.63);
}

.custom-home-gallery .hs_cos_gallery_main .hm-slider4 .custom-hm-slider-cap-inner {
  min-width: 985px;
  max-width: 985px;
  margin: 0 auto;
}

.custom-home-gallery .hs_cos_gallery_main .custom-hm-slider-cap.hm-slider4 h2 {
  font-size: 35px;
  line-height: 50px;
}

.custom-home-gallery .hs_cos_gallery_main .custom-hm-slider-cap.hm-slider4 p {
  font-size: 18px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
  font-family: Montserrat;
}

.custom-home-gallery .hs_cos_gallery_main .custom-hm-slider-cap.hm-slider4 p a {
  font-size: 14px;
  line-height: 14px;
  color: rgb(19, 35, 51);
  font-family: Roboto;
  background-color: rgba(242, 177, 52, 0.75);
  border-color: rgb(0, 0, 0);
  border-radius: 30px;  
  font-weight: 500;
  cursor: pointer;
}

.custom-home-gallery .hs_cos_gallery_main .custom-hm-slider-cap.hm-slider4 p a:hover{
  background-color:#fff;
}

.custom-home-gallery .hs_cos_gallery_main .custom-hm-slider-cap.hm-slider2 p:last-child {
  font-size: 16px;
  line-height: 28px;
}

.custom-home-gallery .hs_cos_gallery_main .custom-hm-slider-cap.hm-slider2 p a {
  font-size: 18px;
  line-height: 14px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  background-color: rgba(255, 204, 0, 0.75);
  border-color: rgb(0, 0, 0);
  border-radius: 3px;
}

.custom-home-gallery .hs_cos_gallery_main .hm-slider3 .custom-hm-slider-cap-inner {
  min-width: 842px;
  max-width: 842px;
  margin: 0 auto;
}

.custom-home-gallery .hs_cos_gallery_main .custom-hm-slider-cap.hm-slider3 p a {
  white-space: nowrap;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  background-color: rgba(19, 35, 51, 0.75);
  border-color: rgb(0, 0, 0);
  border-radius: 3px;
}
.custom-home-gallery .hs_cos_gallery_main .custom-hm-slider-cap.hm-slider3 p a:hover,
.custom-home-gallery .hs_cos_gallery_main .custom-hm-slider-cap.hm-slider2 p a:hover {
  background-color: rgb(166, 197, 232);
  color: rgb(0, 0, 0);
}

.custom-hm-slider-cap p {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  letter-spacing: 0px;
  font-family: "Open Sans";
  margin-bottom: 10px;
}

.custom-hm-slider-cap-inner {
  padding: 15px 0;
}

.custom-hm-slider-cap p a {
  white-space: nowrap;
  font-size: 16px;
  line-height: 14px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  background-color: rgba(242, 177, 52, 0.9);
  border-color: rgb(0, 0, 0);
  border-radius: 6px;
  padding: 10px 30px;
  display: inline-block;
  border: none;

}

.custom-hm-slider-cap p a:hover {
  background-color: rgb(166, 197, 232);
  border-color: rgb(0, 0, 0);
}
.custom-home-gallery .slick-slider {
  margin-bottom: 0;
}

.custom-home-gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  display: block;
}

.custom-home-gallery .hs_cos_gallery_main .slick-slide:first-child .slick-slide-inner-wrapper{

  background-position: 70% 0%;
}

.custom-home-gallery {
  border-bottom: 10px solid #164f99;
}

.custom-impact-top h2 {
  font-weight: 700;
  color: #ffffff;
  line-height: 1px;
  padding-top: 60px;
  padding-bottom: 30px;
  font-family: Montserrat;
  font-size: 35px;
  margin: 0;
}

.custom-impact-top {
  text-align: center;
  margin-bottom: 20px;
}

.custom-impact-item-wrapper {
  padding-bottom: 50px;
  padding-left: 10px;
}

.custom-impact-item {
  width: 23%;
  min-width: 170px;
  float: left;
  height: 200px;
  padding: 5px;
  margin: 10px;
  align-items: center;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.4;
  font-weight: 200;
  color: #FFF;
}

.custom-impact-content {
  margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-impact-content {
    margin: 0;
    transform:none !important;
    left:0;
  }

  .custom-home-gallery{
    overflow-x:hidden;
  }

}





.custom-impact-item-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.custom-soa-content-wrapper {
  padding-right: 60px;
  padding-left: 60px;
}

.custom-col {
  width: 50%;
  float: left;
}

.custom-soa-wrapper.about-us .custom-soa-heading {
  padding-top: 25px;
  text-align: center;
}

.custom-soa-wrapper.about-us .custom-soa-heading h3 {
  margin: 0;
}

.custom-soa-content-wrapper a {
  color: #2c4969;
  font-weight: 600;
}

.ocean-leadership-program a:hover{
  border:none;
}
.custom-soa-content-wrapper .btn-hover {
  margin: 20px 20px 20px 20px;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1px;
  display: inline-block;
}
.custom-soa-wrapper.blue {
  background-color: #2c4969;
}

.custom-soa-wrapper {
  overflow: hidden;
}

.custom-soa-wrapper.right  .custom-col.one {
  float: right;
}


.custom-soa-wrapper.right .custom-col.two .custom-soa-image {
  margin-top: 20px !important;
  margin-left: 20px !important;
}

.custom-soa-wrapper h3 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.custom-soa-wrapper.right h3 {
  color: #ffffff;
}

.custom-soa-wrapper.right a {
  color: #ffffff !important;
  border: 0 !important;
}

.custom-soa-wrapper.right p {
  color: #ffffff;
}

.custom-soa-wrapper blockquote {
  border: 1px solid transparent;
  font-size: 1em;
  padding: 28px 28px;
  word-wrap: break-word;
  border-color: #f0f0f0;
  background-color: #f7f7f7;
  border-radius: 5px;
  margin: 0;
}

.custom-soa-wrapper blockquote h2 {
  font-size: 24px;
  color: #2c4969;
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
}

.ocean-solutions-accelerator .custom-soa-content p:nth-child(2) {
  margin: 0;
}

.custom-wprt-lines {
  height: 3px;
  position: relative;
}

.line-1 {
  height: 3px;
  width: 400px;
  margin-left: -200px;
  margin-top: -1.5px;
  background-color: #2c4969;
  left: 50%;
}

.line-1, .line-2 {
  position: absolute;
  top: 50%;
  z-index: 9;
}

.line-2 {
  height: 1px;
  width: 100%;
  margin-top: -0.5px;
  left: 0;
  background-color: #f1f1f1;
  z-index: 1;
}

.hs-accelerator-partners.soa-in-the-media {
  padding-top: 40px;
}

.custom-logo-slider .slick-dots li button:before{
  display:none;
}

.custom-logo-slider.hs-accelerator-partners h2 {
  margin: 0;
}

.custom-logo-slider .slick-prev:before, .custom-logo-slider .slick-next:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}

.custom-logo-slider .slick-prev {
  left: -44px;
  margin-top: -27px;
  top: 50%;
}

.custom-logo-slider .slick-prev, .custom-logo-slider .slick-next {
  width: 34px;
  height: 56px;
  display: inline-block;
  text-indent: -9999px;
}

.custom-logo-slider .slick-prev:before {
  background: url(//cdn2.hubspot.net/hubfs/5867638/SoaAlliance_May2019/images/arrow-prev.png) no-repeat center center;
}

.custom-logo-slider .slick-next:before {
  background: url(//cdn2.hubspot.net/hubfs/5867638/SoaAlliance_May2019/images/arrow-next.png) no-repeat center center;

}

.custom-logo-slider .slick-next {
  margin-top: -27px;
  left: auto;
  right: -44px;
}

.custom-logo-slider.hs-accelerator-partners img {
  width: 220px;
}

.custom-logo-slider .slick-dots li {
  margin: 0;
}

.custom-logo-slider.hs-accelerator-partners ul.slick-dots {
  bottom: -70px;
}

.custom-logo-slider .slick-slider {
  margin-bottom: 60px;
}

.custom-logo-slider .slick-slide:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.custom-logo-slider .slick-slide img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all ease .238s;
  -moz-transition: all ease .238s;
  transition: all ease .238s;
}

.custom-hm-press .press-release-body {
  padding-right: 60px ;
  padding-left: 60px;
}

.custom-hm-press .press-release-item:nth-child(3) {
  clear: left;
}
.custom-hm-press .press-release-header h2 {
  margin: 0 0 38px;
}
.custom-hm-date {
  border-bottom-width: thin;
  border-bottom-color: #132333;
  margin-bottom: 5px;
  display: inline;
  font-size: 14px;
}

.custom-hm-press  .press-release-item {
  padding-bottom: 21px;
}

.custom-hm-press {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
  background: rgba(0,0,0,0.2);
}

.custom-hm-press .press-release-group {
  padding: 0;
}

.custom-home-gallery .slick-dots li:hover {
  background: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 1);
}

.press-release-group .mediablock a {
  font-weight: 600;
  border: none;
}

.press-release-group .mediablock a:hover {
  border-bottom-color: #132333;
  border-bottom: 1px solid #a6c5e8;
}

.custom-logo-slider .slick-slide {
  background-color: #fff;
  overflow: hidden;
}

/* End Of Home Page */

/* Start Of careers Page */

.custom-careers-section {
  padding: 60px 0 123px;
}
.custom-dreamteam-section {
  padding: 60px 0 70px;
}

.hs-dreamteam-layout .hs-banner h1 {
  font-family: "Open Sans";
  font-weight: 200;
  font-style: italic;
  font-size: 2.5em;
  letter-spacing: -1px;
}


.custom-dream-content-wrapper h3 {
  font-size: 1.6em;
  font-style: normal;
  line-height: 1;
  margin: 0 0 3px;
  color: #2c4969;
}

.custom-dream-team .row:first-child h3 {
  font-size: 1.5em;
  color: #2c4969;
}

.custom-dream-content-wrapper a{
  font-weight:normal;
}

.vc_separator .vc_sep_holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 10%;
  width: 100%;
  margin: 70px 0;
}

.vc_separator .vc_sep_holder .vc_sep_line {
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
  border-color: #00c1cf;
}

.vc_separator.wpb_content_element {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.custom-dream-content p:last-child {
  margin: 0;
}

.custom-dream-team .row:last-child .vc_separator.wpb_content_element {
  display: none;
}

.custom-accelerator-startups .custom-wprt-lines {
  height: 1px;
  clear: both;
  padding: 70px 0;
  width: 97%;
  margin: 0 auto;
}
.custom-accelerator-startups .line-1{
  height: 1px;
  width: 200px;
  margin-left: -100px;
  margin-top: 0;
}

.custom-startup-section {
  /* padding: 60px 0 70px; */
  padding-top: 60px;
}


.custom-accelerator-startups .row:last-child .custom-wprt-lines {
  display: none;
}
.custom-accelerator-startups {
  padding-bottom: 70px;
}


.hs-startup-layout .hs-banner h1 {
  color: #ffffff;
  margin-top: -6px;
  margin-bottom: 7px;
  font-family: "Open Sans";
  font-weight: 200;
  font-style: italic;
  font-size: 2.5em;
  letter-spacing: -1px;
}


.custom-startups-content p:last-child {
  margin: 0;
}
.custom-startups-content a{
  font-weight: 600;
}

/* End Of careers Page */

/* Start Of About Page */

.custom-vision-wrapper {
  padding-top: 60px;
}

.custom-vision-wrapper a {
  font-weight: 600;
}
.custom-about-section .hs-buttons-group {
  display: flex;
  vertical-align: middle;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.custom-about-section .btn-hover {
  max-width: 100%;
  margin: 20px 20px 20px 20px;
  margin-bottom: 0;
}

.custom-about-section .button-item {
  margin-bottom: 0;

}
.custom-ocean-col{
  width:50%;
  float:left;
}

.custom-ocean-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 530px;
}

.custom-ocean-content {
  margin-top: 30px;
  color: #fff;
  padding-right: 40px;
  padding-left: 40px;
}

.custom-ocean-content h2 {
  font-family: "Open Sans";
  font-weight: 500;
  font-style: italic;
  font-size: 2.5em;
  letter-spacing: -1px;
  color: #fff;
}

.custom-ocean-content p.whitenospace {
  color: #fff;
  margin-bottom: 6px;
}

.custom-ocean-content ul {
  padding: 0;
  margin: 0 0 20px 20px;
}

.custom-ocean-content ul li {
  padding: 0.1em 0;
}

.custom-ocean-bottom-content {
  clear: both;
  text-align: center;
  width: 66.66666667%;
  margin: 0 auto;
  color: #fff;
  padding: 30px 0;
}

.custom-ocean-bottom-content p {
  font-size: 18px;
  color: #fff;
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.7;
  margin: 0 0 16px 0;
}

.custom-ocean-bottom-content p:last-child {
  margin: 0;
}

.custom-ocean-bottom-content a {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 400;
}

.custom-ocean-bottom-content a:hover {
  border-bottom-color: #a6c5e8;
  color: #292929;
}
.custom-vision-heading {
  text-align: center;
  padding-top: 10px;
}
.custom-vision-content button {
  text-transform: uppercase;
  font-family: "Montserrat";
  letter-spacing: 1px;
  margin-bottom: 46px;
}

.custom-about-section-2 .custom-impact-top h2 {
  font-weight: 400;
  color: #fff;
  font-family: "Open Sans";
  font-style: italic;
  font-size: 2.5em;
  letter-spacing: -1px;
  padding-top: 53px;
  padding-bottom: 33px;
}

.custom-about-section-2 .custom-impact-item-wrapper {
  padding-bottom: 70px;
}

.custom-dream-content a {
  color: #2c4969;
  border: none;
}

.custom-dream-content a:hover {
  outline: 0;
  color: #292929;
  text-decoration: none;
}


/* End Of About Page */

/* Start Of Summit Page */

.custom-summit-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}

.custom-leaders-top h2 {
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: 200;
  font-style: italic;
  font-size: 2.285em;
  letter-spacing: -1px;
  margin: 0;
}

.custom-leaders-top {
  text-align: center;
}

.custom-leaders-top p {
  color: #ffffff;
  margin: 0;
}

.custom-leaders-col-wrapper {
  padding-right: 80px;
  padding-left: 80px;
}

.custom-leaders-col {
  padding: 17.5px;
  width: 50%;
  float: left;
}

.custom-leaders-content {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-leaders-content h4 {
  font-weight: 500;
  font-size: 1.785em;
  font-family: "Open Sans";
  font-style: italic;
  letter-spacing: -1px;
  color: #fff;
}

.custom-leaders-content h6 {
  font-size: 1.142em;
  font-family: "Open Sans";
  font-weight: 200;
  font-style: italic;
  letter-spacing: -1px;
  color: #fff;
}

.custom-leaders-content.left {
  padding-left: 0;
  margin-left: -3px;
}

.custom-leaders-content a {
  color: #fff;
  border: none;
}

.custom-leaders-inner {
  padding-bottom: 106px;
}

.custom-summit-section h2.heading {
  text-align: center;
  font-family: "Open Sans";
  font-weight: 200;
  font-style: italic;
  font-size: 2.285em;
  color: #2c4969;
  letter-spacing: -1px;
  position: relative;
}

.custom-summit-section h2.heading:after {
  content: '';
  width: 350px;
  height: 2px;
  text-align: center;
  margin: 0 auto;
  background-color: #2c4969;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}

.custom-summit-section .custom-dream-team {
  padding: 90px 0 70px;
}

.custom-iframe .iframe-wrapper {
  width: 100%;
}

.custom-iframe-top-content h2 {
  font-weight: 500;
  font-size: 2.2em;
  margin-bottom: 30px;
}

.custom-iframe-bootm-content {
  margin-top: 20px;

}

.custom-iframe-bootm-content p {
  margin-bottom: 0;
}

.custom-iframe {
  padding: 70px 0;
}

.hs-careers-layout .hs-banner h1 {
  font-family: "Open Sans";
  font-weight: 200;
  font-style: italic;
  font-size: 2.285em;
}
.custom-careers-section a {
  font-weight: 600;
}


.custom-ooyls-banner {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  visibility: inherit;
  background-repeat: no-repeat;
  min-height: 600px;
  padding: 261px 0 0;
}

.custom-ooyls-banner-content {
  max-width: 392px;
}

.custom-ooyls-banner-content h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
  font-family: "Open Sans";
}
.custom-ooyls-banner-bottom {
  margin-top: 128px;
  padding: 0 0 10px 7px;
}
.custom-ooyls-banner .page-center {
  padding: 0 42.5px;
  position: relative;
}

.custom-ooyls-banner-bottom p {
  font-size: 12px;
  line-height: 22px;
  color: rgb(255, 255, 255);
  margin: 0;
  letter-spacing: 0px;
  font-family: "Open Sans";
  visibility: inherit;
}

.custom-ooyls-section {
  padding-top: 60px;
}

.custom-ooyls-section  th, 
.custom-ooyls-section td {
  border: 0px solid #e0e0e0;
  vertical-align: top;
  border-width: 0px;
  padding: 8px 12px;
}

.dateagenda h1 {
  font-family: "Montserrat", sans-serif;
  padding-top: 20px;
  font-size: 28px;
  color: #2c4969;
  border-bottom: 2px solid #6aa0d6;
  letter-spacing: -1px;
  font-weight: 200;
  font-style: italic;
}

.dateagenda h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #2C4969;
  font-weight: 200;
  font-style: italic;
  letter-spacing: -1px;
}
.dateagenda p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.hs-world-economic-layout .hs-banner h1 {
  font-family: "Open Sans";
  font-weight: 200;
  font-style: italic;
  font-size: 2.285em;
  letter-spacing: -1px;
  color: #ffffff;
}

.custom-wo-eco-section {
  padding-top: 60px;
}

.custom-wo-eco-right-content {
  width: 300px !important;
  height: 1000px;
  overflow-y: scroll;
  /* display: inline; */
  border-top: 8px solid #2c4969;
  border-right: 2px solid #2c4969;
  border-bottom: 8px solid #2c4969;
  padding: 20px;
  border-left: 2px solid #2c4969;
  max-width: 100%;
}

.custom-wo-eco-right-content h2 {
  font-family: "Open Sans";
  font-weight: 200;
  font-style: italic;
  font-size: 2.285em;
  color: #2c4969;
  letter-spacing: -1px;
}

.custom-wo-eco-right-content h3 {
  font-family: montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  padding-left: 0px;
  text-transform: capitalize;
  letter-spacing: 0px;
  margin-bottom: 5px;
}

.custom-wo-eco-right-content p {
  font-family: montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px dotted #6aa0d6;
  margin-bottom: 20px;
  margin-top: 0px;
  padding-bottom: 20px;
  margin-right: 20px;
}

.hs-world-economic-layout::-webkit-scrollbar {
  width: 15px;
}
.hs-world-economic-layout::-webkit-scrollbar-thumb {
  background: #132333;
}

.hs-world-economic-layout::-webkit-scrollbar-track {
  background: #6aa0d6;
}


.hs-world-economic-layout .custom-wo-eco-right-content::-webkit-scrollbar {
  width: 15px;
}
.hs-world-economic-layout .custom-wo-eco-right-content::-webkit-scrollbar-thumb {
  background: #132333;
}

.hs-world-economic-layout .custom-wo-eco-right-content::-webkit-scrollbar-track {
  background: #6aa0d6;
}

.custom-wo-eco-left-content img {
  padding-bottom: 40px;
}

.custom-wo-eco-left-content h4 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 1.785em;
}

.custom-wo-eco-left-content a {
  font-weight: 600;
}

.custom-wo-eco-left-content p:last-child {
  text-align: center;
  margin:0;
}

.custom-wo-eco-left-content button.btn-hover {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-style: normal;
  padding: 17px 46px;
}

.custom-wo-eco-section {
  padding-bottom: 60px;
}

.custom-wprt-divider {
  border-top: 1px solid #f1f1f1;
  width: 601px;
  margin: 0 auto;
  border-width: 1px;
  border-top-color: #132333;
  margin-bottom: 60px;
}

.custom-partners-top {
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
}

.custom-partners-item {
  width: 33.33333333%;
  padding: 7.5px;
  float: left;
}

.custom-partners-row {
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  margin-left: -22.5px;
  margin-right: -22.5px;
}

.custom-partners-image {
  padding-left: 15px;
  padding-right: 15px;
}

.custom-partners-top h3 {
  margin: 0;
}

/* End Of Summit Page */



@media(max-width:1057px){
  .custom-impact-item{
    width:20%;
  }
  .custom-about-section .hs-buttons-group {
    display: block;
  }

  .custom-home-gallery .hs_cos_gallery_main .hm-slider4 .custom-hm-slider-cap-inner ,
  .custom-home-gallery .hs_cos_gallery_main .hm-slider3 .custom-hm-slider-cap-inner{
    max-width: 100%;
    min-width: 100%;
  }

  .custom-hm-press-right {
    display: block;
    float: left;
  }

}


@media(max-width:959px){

  .custom-home-gallery {
    border-bottom: 2px solid #164f99;
  }
  .custom-logo-slider .slick-prev, .custom-logo-slider .slick-next{
    display:none !important;
  }

  .custom-ooyls-banner .page-center {
    padding: 0 20px;
  }

  .custom-ooyls-banner-content h2 {
    font-size: 36px;
    line-height: 40px;
  }

  table.custom-ooyls-table {
    width: 100% !important;
  }



}
@media(max-width:794px){
  .custom-ooyls-banner-content {
    width: 100%;
    text-align: center;
  }
  .custom-ooyls-banner-content h2{
    font-size: 27px;
    line-height: 32px;
  }

  .custom-ooyls-banner-bottom p {
    text-align: center;
  }

}

@media(max-width:767px){

  .custom-impact-item {
    width: 94%;
    height: 180px;
    padding: 3%;
    margin-bottom: 10px;
    align-items: center;
    text-align: center;
    font-size: 1.7em;
    font-weight: 200;
    color: #fff;
  }
  .custom-home-gallery .slick-slide-inner-wrapper{
    height: 62.795vw;
    max-height: 481px;
    min-height: 100%;
  }

  .custom-hm-slider-cap h2 {
    font-size: 21px;
    line-height: 25px;
  }

  .custom-hm-slider-cap p {
    font-size: 15px;
    line-height: 27px;
  }

  .custom-hm-slider-cap p a {
    font-size: 14px;
    line-height: 14px;
    color:#fff;
  }

  .custom-col {
    width: 100%;
  }

  .custom-soa-wrapper.about-us .custom-soa-heading {
    padding-top: 15px;
  }

  .custom-soa-content P:last-child {
    margin-bottom: 0;
  }

  .custom-soa-content-wrapper .btn-hover {
    margin-bottom: 15px;
  }

  .custom-soa-image {
    text-align: center;
  }

  .custom-dream-image {
    text-align: center;
    margin-bottom: 10px;
  }

  .custom-ocean-col {
    width: 100%;
  }

  .custom-ocean-bottom-content {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .custom-summit-banner {
    height: 160px;
  }

  .custom-leaders-col {
    width: 100%;
  }


  .custom-leaders-content a {
    color: #fff;
    border: none;
  }

  .custom-leaders-col {
    width: 100%;
  }

  .custom-leaders-content {
    padding: 0;
  }

  .custom-leaders-content.right {
    padding-top: 6px;
    margin-left: -3px;
  }

  .custom-leaders-inner {
    padding-bottom: 36px;
  }

  .custom-summit-section .custom-dream-team {
    padding: 50px 0 70px;
  }
  .vc_separator .vc_sep_holder {
    margin: 40px 0;
  }

  .custom-startups-image {
    text-align: center;
  }

  .custom-ooyls-banner-content {
    width: 100%;
    text-align: center;
  }

  .custom-wo-eco-left {
    padding-bottom: 60px;
  }

  .custom-wo-eco-section {
    padding-bottom: 31px;
  }

  .custom-partners-item {
    width: 100%;
    text-align: center;
  }

  .custom-wprt-divider {
    width: 100%;
  }


  .custom-ooyls-banner-bottom {
    margin-top: 128px;
    padding: 0 0 10px 7px;
  }

  .custom-ooyls-banner {
    min-height: 482px;
  }

  .custom-ooyls-banner-bottom {
    margin: 50px 0 0;
  }

  .custom-ooyls-banner-content {
    margin: 15px auto 0;
    text-align: left;
    max-width: 400px;
  }

  .custom-ooyls-banner-content h2 {
    font-size: 31px;
    line-height: 37px;
  }
}

@media(max-width:479px){
  .custom-hm-slider-cap h2 {
    font-size: 15px;
  }
  .custom-hm-slider-cap p {
    font-size: 13px;
  }
  .custom-soa-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-hm-press .press-release-body {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-impact-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .custom-impact-item-wrapper {
    padding-left: 0;
  }

  .line-1 {
    width: 100%;
    margin: 0;
    left: auto;
  }

  .custom-about-section .btn-hover {
    margin-right: 0;
    margin-left: 0;
  }

  .custom-ocean-content{
    padding-left:15px;
    padding-right:15px;
  }

  .custom-leaders-col-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-iframe-top-content h2 {
    font-size: 1.5em;
  }
  .custom-summit-section h2.heading:after {
    width: 100%;
  }

  .custom-wo-eco-right-content {
    width: 100% !important;
  }

  .custom-partners-row {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
  }
  .custom-ooyls-banner {
    min-height: 442px;
    padding-top: 210px;
  }

  .custom-ooyls-banner-content h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .custom-ooyls-banner-bottom {
    margin: 40px 0 0;
    text-align: left;
  }

  .custom-ooyls-banner-bottom p {
    text-align: left;
    font-size: 10px;
    line-height: 1.2;
  }
  .custom-home-gallery .slick-slide-inner-wrapper {
    height: 140.93vw;
    max-height: 100%;
    min-height: 100%;
  }
}

.ocean-solutions-accelerator-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
}

.ocean-solutions-accelerator-banner .vc_col-sm-4>.vc_column-inner {
  background-color: rgba(0,0,0,0.5);
  padding: 0 15px 15px 15px;
}

.ocean-solutions-accelerator-banner h2.heading {
  font-weight: 600;
  color: #ffffff;
  line-height: 42px;
  margin-top: 20px;
  font-size: 40px;
  margin-bottom: 0;
}

.ocean-solutions-accelerator-banner p.sub-heading {
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 28px;
  line-height: 36px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.ocean-solutions-accelerator-banner .wpb_text_column {
  color: #fff;
  padding-bottom: 30px;
}

.ocean-solutions-accelerator-banner .wpb_text_column p:last-child {
  margin-bottom: 0;
}

.btn-yellow {
  box-sizing: border-box;
  color: #000000;
  margin-top: 15px;
  border-radius: 10px;
  background-color: #f2b134;
  width: 240px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat";
  letter-spacing: 1px;
  padding: 26px 46px;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-transition: all ease .238s;
  -moz-transition: all ease .238s;
  transition: all ease .238s;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  vertical-align: middle !important;
  text-align: center;
}

a.cta_button {
  box-sizing: border-box !important;
}

a.cta_button span {
  display: block;
}

.btn-yellow:hover {
  color: #ffffff;
  background-color: #03a9f4;
  border: none;
}

.logo-group {
  text-align: center;
}

.logo-group h1 {
  margin-top: 50px;
  margin-bottom: 0;
}

.ocean-solution-row1-bottom-content {
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
}

.ocean-solution-row1-bottom-content a {
  font-weight: 400;
  border-bottom: 1px solid #6aa0d6;
}

.ocean-solution-row1-bottom-content h2:last-of-type {
  margin: 0;
}

.ocean-solution-row2-top-content h2 {
  color: #2c4969;
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 200;
  font-style: italic;
  font-size: 2.285em;
}

.iframe-wrapper {
  width: 90%;
  margin: 0 auto;
}

.iframe-wrapper .fluid-width-video-wrapper {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
}

.ocean-solution-row2-bottom-content {
  padding-top: 60px;
  text-align: center;
}

.ocean-solution-row2-bottom-content p {
  color: #132333;
  text-align: center;
}

.ocean-solution-row2-bottom-content hr {
  height: 2px;
  max-width: 600px;
  background-color: #132333;
  margin: 60px auto;
  width: 100%;
}

.what-we-look-group {
  text-align: center;
}

.what-we-look-group.clearfix h2 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.wpb_text_column h3 {
  font-weight: 500;
  font-size: 2.2em;
  color: #292929;
}

.what-we-look-group .vc_row.vc_column-gap-15 {
  margin-left: -22.5px;
  margin-right: -22.5px;
}

.what-we-look-group .vc_col-sm-4 {
  margin-bottom: 20px;
}

.what-we-look-group .vc_col-sm-4:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.wpb_text_column h3 + p {
  margin: 0;
}

.ocean-solution-row3-flexi .hs_cos_wrapper_type_rich_text {
  text-align: center;
}

.ocean-solution-row3-flexi .hs_cos_wrapper_type_rich_text h2 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.ocean-solution-row3-flexi .hs_cos_wrapper_type_rich_text hr {
  height: 2px;
  max-width: 600px;
  width: 100%;
  background-color: #132333;
  margin: 60px auto 40px;
}

.program-benefits-group {
  overflow: hidden;
}

.program-benefits-group .top-title {
  text-align: center;
}

.program-benefits-group .top-title h2 {
  color: #2c4969;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 2.285em;
}

.program-benefits-group .top-content {
  padding-right: 30px;
  padding-left: 30px;
}

.program-benefits-group .vc_row.vc_column-gap-15 {
  margin-left: -8px;
  margin-right: -8px;
  padding-right: 30px;
  padding-left: 30px;
}

.program-benefits-group .vc_single_image-wrapper {
  text-align: center;
}

.program-benefits-group .wpb_text_column {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}

.program-benefits-group .bottom-content {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.program-benefits-group .bottom-content p {
  color: #132333;
}

.program-benefits-group .bottom-content p:last-child,
.two-col-left-image-group .mediablockaccelerator p:last-child{
  margin-bottom: 0;
}

.ocean-solution-row4 {
  padding-bottom: 40px;
  background-color: #2c4969;
}

.ocean-solution-row4-col.left-image {
  padding-top: 30px;
}

.ocean-solution-row4-col {
  width: 50% !important;
  margin-left: 0 !important;
  padding: 0 15px;
}

.ocean-solution-row4 .page-center>div>.row-fluid {
  margin: 0 -15px;
  width: auto;
}

.ocean-solution-row4-col.right-content h2 {
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 2.285em;
}

.ocean-solution-row4-col .btn-hover.color-8 {
  font-family: "Montserrat";
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 17px 46px;
  display: inline-block;
  line-height: 1;
}

.two-col-left-image-group {
  margin: 0 -15px;
  width: auto;
  padding-bottom: 100px;
}

.two-col-left-image-group .top-title h2 {
  font-size: 2.285em;
  color: #2c4969;
  margin: 70px 0;
  text-align: center;
}

.two-col-left-image-group .mediablockaccelerator {
  display: block;
  padding-bottom: 30px;
  min-height: 80px;
}

.two-col-left-image-group .mediablockaccelerator img {
  float: left;
  padding-right: 30px;
  width: auto !important;
}

.two-col-left-image-group .mediablockaccelerator p {
  font-size: 16px;
  line-height: normal;
  margin: 0 0 5px;
  widows: 2;
}

.two-col-left-image-group .mediablockaccelerator a {
  border-bottom: 1px solid #132333;
  color: #132333;
}

.two-col-left-image-group .mediablockaccelerator a:hover {
  color: #6aa0d6;
  border-bottom: 1px solid #6aa0d6;
}

.two-col-left-image-group .mediablockaccelerator .image {
  float: left;
  width: 173px;
}

.two-col-left-image-group .mediablockaccelerator .content {
  float: left;
  width: calc(100% - 173px);
}

.ocean-solution-row5-bottom-flexi .full-bgimage .page-center {
  max-width: 100% !important;
  width: 100% !important;
}

.ocean-solution-row5-bottom-flexi .full-bgimage .inner-wrapper {
  padding-left: 60px;
  padding-right: 60px;
}

.ocean-solution-row5-bottom-flexi .full-bgimage {
  padding: 40px 60px;
  text-align: left;
}

.ocean-solution-row5-bottom-flexi .full-bgimage h2 {
  font-style: normal;
  color: #ffffff;
  font-size: 39px;
}

.ocean-solution-row5-bottom-flexi .full-bgimage h2:last-child {
  margin-bottom: 0;
}

.community-supporters .wprt-headings {
  text-align: center;
  padding: 70px 0 40px;
}

.community-supporters .wprt-headings h2 {
  margin: 0;
  font-size: 2.285em;
}

.community-supporters {
  padding-bottom: 50px;
}

.ocean-solution-row2-col {
  margin-left: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}

.ocean-solution-row2-col.row2-spacer {
  width: 16.66666667% !important;
}

.ocean-solution-row2-col.row2-content {
  width: 66.66666667% !important;
}

.ocean-solution-row2-inner-wrapper>div>.row-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

.ocean-solution-row2-flexi .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 30px;
}



.ocean-leaders-page .body-container .page-center {
  padding-top: 20px;
}

.ocean-leaders-group h2.heading {
  font-size: 2.285em;
  position: relative;
  margin-bottom: 35px;
  color: #2c4969
}

.ocean-leaders-group h2.heading:after {
  content: "";
  background-color: #2c4969;
  max-width: 300px;
  height: 2px;
  display: block;
  width: 100%;
}

.ocean-leaders-group .vc_row.vc_column-gap-20 {
  margin-left: -25px;
  margin-right: -25px;
}

.ocean-leaders-group .vc_row.vc_column-gap-20>.vc_column_container {
  padding: 10px;
}

.ocean-leaders-group .wprt-headings h5 {
  margin-bottom: 10px;
  font-size: 29px;
  font-family: "Open Sans";
  font-weight: 200;
  font-style: italic;
  letter-spacing: -1px;
}

.ocean-leaders-group .image-wrap {
  padding-bottom: 10px;
}

.ocean-leaders-group .content-wrap a {
  border-bottom: 1px solid #a6c5e8;
  font-weight: 600;
}

.ocean-leaders-group .content-wrap p {
  color: #132333;
}

.ocean-leaders-group .content-wrap .fluid-width-video-wrapper {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.ocean-leaders-group .content-wrap .fluid-width-video-wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
}

.ocean-leaders-group .content-wrap p:last-of-type {
  margin-bottom: 0;
}

.ocean-leaders-group p.learn-more-button {
  text-align: center;
}

.ocean-leaders-group p.learn-more-button button {
  font-family: "Montserrat";
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 17px 46px;
  display: inline-block;
  line-height: 1;
}

.ocean-leaders-group {
  padding-bottom: 100px;
}

.ocean-leaders-group.one-col-leaders-group .vc_row.vc_column-gap-20>.vc_column_container {
  padding: 0;
}

.ocean-leaders-group.one-col-leaders-group .vc_row.vc_column-gap-20 {
  margin-left: -15px;
  margin-right: -15px;
}

.one-col-leaders-group .content-item .raw-content {
  font-size: 20.556px;
  font-family: "Open Sans";
  font-weight: 200;
  font-style: italic;
  letter-spacing: -1px;
  color: #292929;
  line-height: 1.5;
  margin: 0 0 20px;
  text-rendering: optimizeLegibility;
}

.one-col-leaders-group .content-item .raw-content a {
  font-weight: 400;
  border-bottom: 1px solid #a6c5e8;
  color: inherit;
}

.one-col-leaders-group .content-item .raw-content:last-of-type {
  margin-bottom: 0;
}

.ocean-leaders-group.one-col-leaders-group {
  padding-bottom: 70px;
}

@media (max-width: 767px){
  .ocean-solution-row2-col.row2-content, .ocean-solution-row2-col.row2-spacer {
    width: 100% !important;
  }

  .ocean-solution-row2-bottom-content {
    padding-top: 30px;
  }

  .ocean-solution-row2-bottom-content hr {
    margin: 30px auto;
  }

  .program-benefits-group .bottom-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ocean-solution-row4-col {
    width: 100% !important;
  }

  .ocean-solution-row4-col.right-content p:last-child {
    margin-bottom: 0;
  }

  .two-col-left-image-group .top-title h2 {
    margin: 60px 0;
  }

  .two-col-left-image-group {
    padding-bottom: 90px;
  }

  .ocean-solution-row5-bottom-flexi .full-bgimage {
    display: none;
  }

  .community-supporters .wprt-headings {
    padding-top: 60px;
  }

  .community-supporters {
    text-align: center;
  }

  .ocean-leaders-group h2.heading {
    margin-bottom: 40px;
  }

  .ocean-leaders-group .image-wrap {
    text-align: center;
  }

  .ocean-leaders-group .vc_row.vc_column-gap-20>.vc_column_container {
    margin-bottom: 40px;
  }

  .ocean-leaders-group .vc_row.vc_column-gap-20>.vc_column_container:last-of-type {
    margin-bottom: 0;
  }

  .ocean-leaders-group.one-col-leaders-group {
    padding-top: 20px;
  }

  .ocean-leaders-group.one-col-leaders-group .vc_row.vc_column-gap-20>.vc_column_container {
    margin-bottom: 100px;
  }

  .ocean-leaders-group.one-col-leaders-group .vc_row.vc_column-gap-20>.vc_column_container:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 650px){
  .ocean-solution-row2-top-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .program-benefits-group .bottom-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .two-col-left-image-group .mediablockaccelerator .image, .two-col-left-image-group .mediablockaccelerator .content {
    width: 100%;
    float: none;
  }

  .two-col-left-image-group .mediablockaccelerator img {
    float: none;
    padding: 0;
  }

  .two-col-left-image-group .mediablockaccelerator .image {
    display: none;
  }

  .program-benefits-group .vc_row.vc_column-gap-15 {
    margin: 0;
  }

  .what-we-look-group .vc_row.vc_column-gap-15 {
    margin: 0 -15px;
  }

}

@media (max-width: 479px){
  .ocean-leaders-group .vc_row.vc_column-gap-20 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .ocean-leaders-group .vc_row.vc_column-gap-20>.vc_column_container {
    padding: 10px 0;
  }

  .what-we-look-group .vc_col-sm-4 {
    margin-bottom: 0;
  }
}

.vc_column_container {
  width: 100%;
}
.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .vc_col-sm-1,.vc_col-sm-10,.vc_col-sm-11,.vc_col-sm-12,.vc_col-sm-2,.vc_col-sm-3,.vc_col-sm-4,.vc_col-sm-5,.vc_col-sm-6,.vc_col-sm-7,.vc_col-sm-8,.vc_col-sm-9 {
    float:left
  }

  .rtl .vc_rtl-columns-reverse .vc_col-sm-1,.rtl .vc_rtl-columns-reverse .vc_col-sm-10,.rtl .vc_rtl-columns-reverse .vc_col-sm-11,.rtl .vc_rtl-columns-reverse .vc_col-sm-12,.rtl .vc_rtl-columns-reverse .vc_col-sm-2,.rtl .vc_rtl-columns-reverse .vc_col-sm-3,.rtl .vc_rtl-columns-reverse .vc_col-sm-4,.rtl .vc_rtl-columns-reverse .vc_col-sm-5,.rtl .vc_rtl-columns-reverse .vc_col-sm-6,.rtl .vc_rtl-columns-reverse .vc_col-sm-7,.rtl .vc_rtl-columns-reverse .vc_col-sm-8,.rtl .vc_rtl-columns-reverse .vc_col-sm-9 {
    float: right
  }

  .vc_col-sm-12 {
    width: 100%
  }

  .vc_col-sm-11 {
    width: 91.66666667%
  }

  .vc_col-sm-10 {
    width: 83.33333333%
  }

  .vc_col-sm-9 {
    width: 75%
  }

  .vc_col-sm-8 {
    width: 66.66666667%
  }

  .vc_col-sm-7 {
    width: 58.33333333%
  }

  .vc_col-sm-6 {
    width: 50%
  }

  .vc_col-sm-5 {
    width: 41.66666667%
  }

  .vc_col-sm-4 {
    width: 33.33333333%
  }

  .vc_col-sm-3 {
    width: 25%
  }

  .vc_col-sm-2 {
    width: 16.66666667%
  }

  .vc_col-sm-1 {
    width: 8.33333333%
  }

  .vc_col-sm-pull-12 {
    right: 100%
  }

  .vc_col-sm-pull-11 {
    right: 91.66666667%
  }

  .vc_col-sm-pull-10 {
    right: 83.33333333%
  }

  .vc_col-sm-pull-9 {
    right: 75%
  }

  .vc_col-sm-pull-8 {
    right: 66.66666667%
  }

  .vc_col-sm-pull-7 {
    right: 58.33333333%
  }

  .vc_col-sm-pull-6 {
    right: 50%
  }

  .vc_col-sm-pull-5 {
    right: 41.66666667%
  }

  .vc_col-sm-pull-4 {
    right: 33.33333333%
  }

  .vc_col-sm-pull-3 {
    right: 25%
  }

  .vc_col-sm-pull-2 {
    right: 16.66666667%
  }

  .vc_col-sm-pull-1 {
    right: 8.33333333%
  }

  .vc_col-sm-pull-0 {
    right: auto
  }

  .vc_col-sm-push-12 {
    left: 100%
  }

  .vc_col-sm-push-11 {
    left: 91.66666667%
  }

  .vc_col-sm-push-10 {
    left: 83.33333333%
  }

  .vc_col-sm-push-9 {
    left: 75%
  }

  .vc_col-sm-push-8 {
    left: 66.66666667%
  }

  .vc_col-sm-push-7 {
    left: 58.33333333%
  }

  .vc_col-sm-push-6 {
    left: 50%
  }

  .vc_col-sm-push-5 {
    left: 41.66666667%
  }

  .vc_col-sm-push-4 {
    left: 33.33333333%
  }

  .vc_col-sm-push-3 {
    left: 25%
  }

  .vc_col-sm-push-2 {
    left: 16.66666667%
  }

  .vc_col-sm-push-1 {
    left: 8.33333333%
  }

  .vc_col-sm-push-0 {
    left: auto
  }

  .vc_col-sm-offset-12 {
    margin-left: 100%
  }

  .vc_col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .vc_col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .vc_col-sm-offset-9 {
    margin-left: 75%
  }

  .vc_col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .vc_col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .vc_col-sm-offset-6 {
    margin-left: 50%
  }

  .vc_col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .vc_col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .vc_col-sm-offset-3 {
    margin-left: 25%
  }

  .vc_col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .vc_col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .vc_col-sm-offset-0 {
    margin-left: 0
  }
}
@media (min-width: 992px) {
  .vc_col-md-1,.vc_col-md-10,.vc_col-md-11,.vc_col-md-12,.vc_col-md-2,.vc_col-md-3,.vc_col-md-4,.vc_col-md-5,.vc_col-md-6,.vc_col-md-7,.vc_col-md-8,.vc_col-md-9 {
    float:left
  }

  .rtl .vc_rtl-columns-reverse .vc_col-md-1,.rtl .vc_rtl-columns-reverse .vc_col-md-10,.rtl .vc_rtl-columns-reverse .vc_col-md-11,.rtl .vc_rtl-columns-reverse .vc_col-md-12,.rtl .vc_rtl-columns-reverse .vc_col-md-2,.rtl .vc_rtl-columns-reverse .vc_col-md-3,.rtl .vc_rtl-columns-reverse .vc_col-md-4,.rtl .vc_rtl-columns-reverse .vc_col-md-5,.rtl .vc_rtl-columns-reverse .vc_col-md-6,.rtl .vc_rtl-columns-reverse .vc_col-md-7,.rtl .vc_rtl-columns-reverse .vc_col-md-8,.rtl .vc_rtl-columns-reverse .vc_col-md-9 {
    float: right
  }

  .vc_col-md-12 {
    width: 100%
  }

  .vc_col-md-11 {
    width: 91.66666667%
  }

  .vc_col-md-10 {
    width: 83.33333333%
  }

  .vc_col-md-9 {
    width: 75%
  }

  .vc_col-md-8 {
    width: 66.66666667%
  }

  .vc_col-md-7 {
    width: 58.33333333%
  }

  .vc_col-md-6 {
    width: 50%
  }

  .vc_col-md-5 {
    width: 41.66666667%
  }

  .vc_col-md-4 {
    width: 33.33333333%
  }

  .vc_col-md-3 {
    width: 25%
  }

  .vc_col-md-2 {
    width: 16.66666667%
  }

  .vc_col-md-1 {
    width: 8.33333333%
  }

  .vc_col-md-pull-12 {
    right: 100%
  }

  .vc_col-md-pull-11 {
    right: 91.66666667%
  }

  .vc_col-md-pull-10 {
    right: 83.33333333%
  }

  .vc_col-md-pull-9 {
    right: 75%
  }

  .vc_col-md-pull-8 {
    right: 66.66666667%
  }

  .vc_col-md-pull-7 {
    right: 58.33333333%
  }

  .vc_col-md-pull-6 {
    right: 50%
  }

  .vc_col-md-pull-5 {
    right: 41.66666667%
  }

  .vc_col-md-pull-4 {
    right: 33.33333333%
  }

  .vc_col-md-pull-3 {
    right: 25%
  }

  .vc_col-md-pull-2 {
    right: 16.66666667%
  }

  .vc_col-md-pull-1 {
    right: 8.33333333%
  }

  .vc_col-md-pull-0 {
    right: auto
  }

  .vc_col-md-push-12 {
    left: 100%
  }

  .vc_col-md-push-11 {
    left: 91.66666667%
  }

  .vc_col-md-push-10 {
    left: 83.33333333%
  }

  .vc_col-md-push-9 {
    left: 75%
  }

  .vc_col-md-push-8 {
    left: 66.66666667%
  }

  .vc_col-md-push-7 {
    left: 58.33333333%
  }

  .vc_col-md-push-6 {
    left: 50%
  }

  .vc_col-md-push-5 {
    left: 41.66666667%
  }

  .vc_col-md-push-4 {
    left: 33.33333333%
  }

  .vc_col-md-push-3 {
    left: 25%
  }

  .vc_col-md-push-2 {
    left: 16.66666667%
  }

  .vc_col-md-push-1 {
    left: 8.33333333%
  }

  .vc_col-md-push-0 {
    left: auto
  }

  .vc_col-md-offset-12 {
    margin-left: 100%
  }

  .vc_col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .vc_col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .vc_col-md-offset-9 {
    margin-left: 75%
  }

  .vc_col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .vc_col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .vc_col-md-offset-6 {
    margin-left: 50%
  }

  .vc_col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .vc_col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .vc_col-md-offset-3 {
    margin-left: 25%
  }

  .vc_col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .vc_col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .vc_col-md-offset-0 {
    margin-left: 0
  }
}
@media (min-width: 1200px) {
  .vc_col-lg-1,.vc_col-lg-10,.vc_col-lg-11,.vc_col-lg-12,.vc_col-lg-2,.vc_col-lg-3,.vc_col-lg-4,.vc_col-lg-5,.vc_col-lg-6,.vc_col-lg-7,.vc_col-lg-8,.vc_col-lg-9 {
    float:left
  }

  .rtl .vc_rtl-columns-reverse .vc_col-lg-1,.rtl .vc_rtl-columns-reverse .vc_col-lg-10,.rtl .vc_rtl-columns-reverse .vc_col-lg-11,.rtl .vc_rtl-columns-reverse .vc_col-lg-12,.rtl .vc_rtl-columns-reverse .vc_col-lg-2,.rtl .vc_rtl-columns-reverse .vc_col-lg-3,.rtl .vc_rtl-columns-reverse .vc_col-lg-4,.rtl .vc_rtl-columns-reverse .vc_col-lg-5,.rtl .vc_rtl-columns-reverse .vc_col-lg-6,.rtl .vc_rtl-columns-reverse .vc_col-lg-7,.rtl .vc_rtl-columns-reverse .vc_col-lg-8,.rtl .vc_rtl-columns-reverse .vc_col-lg-9 {
    float: right
  }

  .vc_col-lg-12 {
    width: 100%
  }

  .vc_col-lg-11 {
    width: 91.66666667%
  }

  .vc_col-lg-10 {
    width: 83.33333333%
  }

  .vc_col-lg-9 {
    width: 75%
  }

  .vc_col-lg-8 {
    width: 66.66666667%
  }

  .vc_col-lg-7 {
    width: 58.33333333%
  }

  .vc_col-lg-6 {
    width: 50%
  }

  .vc_col-lg-5 {
    width: 41.66666667%
  }

  .vc_col-lg-4 {
    width: 33.33333333%
  }

  .vc_col-lg-3 {
    width: 25%
  }

  .vc_col-lg-2 {
    width: 16.66666667%
  }

  .vc_col-lg-1 {
    width: 8.33333333%
  }

  .vc_col-lg-pull-12 {
    right: 100%
  }

  .vc_col-lg-pull-11 {
    right: 91.66666667%
  }

  .vc_col-lg-pull-10 {
    right: 83.33333333%
  }

  .vc_col-lg-pull-9 {
    right: 75%
  }

  .vc_col-lg-pull-8 {
    right: 66.66666667%
  }

  .vc_col-lg-pull-7 {
    right: 58.33333333%
  }

  .vc_col-lg-pull-6 {
    right: 50%
  }

  .vc_col-lg-pull-5 {
    right: 41.66666667%
  }

  .vc_col-lg-pull-4 {
    right: 33.33333333%
  }

  .vc_col-lg-pull-3 {
    right: 25%
  }

  .vc_col-lg-pull-2 {
    right: 16.66666667%
  }

  .vc_col-lg-pull-1 {
    right: 8.33333333%
  }

  .vc_col-lg-pull-0 {
    right: auto
  }

  .vc_col-lg-push-12 {
    left: 100%
  }

  .vc_col-lg-push-11 {
    left: 91.66666667%
  }

  .vc_col-lg-push-10 {
    left: 83.33333333%
  }

  .vc_col-lg-push-9 {
    left: 75%
  }

  .vc_col-lg-push-8 {
    left: 66.66666667%
  }

  .vc_col-lg-push-7 {
    left: 58.33333333%
  }

  .vc_col-lg-push-6 {
    left: 50%
  }

  .vc_col-lg-push-5 {
    left: 41.66666667%
  }

  .vc_col-lg-push-4 {
    left: 33.33333333%
  }

  .vc_col-lg-push-3 {
    left: 25%
  }

  .vc_col-lg-push-2 {
    left: 16.66666667%
  }

  .vc_col-lg-push-1 {
    left: 8.33333333%
  }

  .vc_col-lg-push-0 {
    left: auto
  }

  .vc_col-lg-offset-12 {
    margin-left: 100%
  }

  .vc_col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .vc_col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .vc_col-lg-offset-9 {
    margin-left: 75%
  }

  .vc_col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .vc_col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .vc_col-lg-offset-6 {
    margin-left: 50%
  }

  .vc_col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .vc_col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .vc_col-lg-offset-3 {
    margin-left: 25%
  }

  .vc_col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .vc_col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .vc_col-lg-offset-0 {
    margin-left: 0
  }
}
.display-none, .hidden { display: none !important; }
.display-block { display: block !important; }
.display-inline { display: inline !important; }

.text-accent-color { color: #f57223; }
.text-white { color: #fff !important; }
.text-dark { color: #292929 !important; }
.text-light { color: #777 !important; }
.text-very-light { color: #a0a0a0 !important; }

.bg-accent { background-color: #f57223; }
.bg-dark { background-color: #292929 !important; }
.bg-light { background-color: #f0f0f0 !important; }
.bg-very-light { background-color: #f5f5f5 !important; }

.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-left { text-align: left !important; }
.text-del { text-decoration: line-through !important; }

.letter-spacing-1px { letter-spacing: 1px !important; }
.letter-spacing-2px { letter-spacing: 2px !important; }
.letter-spacing-3px { letter-spacing: 3px !important; }
.letter-spacing-4px { letter-spacing: 4px !important; }
.letter-spacing-5px { letter-spacing: 5px !important; }
.letter-spacing-6px { letter-spacing: 6px !important; }
.letter-spacing-7px { letter-spacing: 7px !important; }
.letter-spacing-8px { letter-spacing: 8px !important; }
.letter-spacing-9px { letter-spacing: 9px !important; }
.letter-spacing-10px { letter-spacing: 10px !important; }

.font-size-10 { font-size: 10px; }
.font-size-11 { font-size: 11px; }
.font-size-12 { font-size: 12px; }
.font-size-13 { font-size: 13px; }
.font-size-14 { font-size: 14px; }
.font-size-15 { font-size: 15px; }
.font-size-16 { font-size: 16px; }
.font-size-17 { font-size: 17px; }
.font-size-18 { font-size: 18px; }

.font-weight-100 { font-weight: 100; }
.font-weight-200 { font-weight: 200; }
.font-weight-300 { font-weight: 300; }
.font-weight-400 { font-weight: 400; }
.font-weight-500 { font-weight: 500; }
.font-weight-600 { font-weight: 600; }
.font-weight-700 { font-weight: 700; }
.font-weight-800 { font-weight: 800; }
.font-weight-900 { font-weight: 900; }

.margin-bottom-0 { margin-bottom: 0px; }
.margin-bottom-5 { margin-bottom: 5px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-25 { margin-bottom: 25px; }
.margin-bottom-30 { margin-bottom: 30px; }
.margin-bottom-35 { margin-bottom: 35px; }
.margin-bottom-40 { margin-bottom: 40px; }
.margin-bottom-45 { margin-bottom: 45px; }
.margin-bottom-50 { margin-bottom: 50px; }
.margin-bottom-55 { margin-bottom: 55px; }
.margin-bottom-60 { margin-bottom: 60px; }
.margin-bottom-65 { margin-bottom: 65px; }
.margin-bottom-70 { margin-bottom: 70px; }
.margin-bottom-75 { margin-bottom: 75px; }
.margin-bottom-80 { margin-bottom: 80px; }
.margin-bottom-85 { margin-bottom: 85px; }
.margin-bottom-90 { margin-bottom: 90px; }
.margin-bottom-95 { margin-bottom: 95px; }
.margin-bottom-100 { margin-bottom: 100px; }

.margin-top-0 { margin-top: 0px; }
.margin-top-5 { margin-top: 5px; }
.margin-top-10 { margin-top: 10px; }
.margin-top-15 { margin-top: 15px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-25 { margin-top: 25px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-35 { margin-top: 35px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-45 { margin-top: 45px; }
.margin-top-50 { margin-top: 50px; }
.margin-top-55 { margin-top: 55px; }
.margin-top-60 { margin-top: 60px; }
.margin-top-65 { margin-top: 65px; }
.margin-top-70 { margin-top: 70px; }
.margin-top-75 { margin-top: 75px; }
.margin-top-80 { margin-top: 80px; }
.margin-top-85 { margin-top: 85px; }
.margin-top-90 { margin-top: 90px; }
.margin-top-95 { margin-top: 95px; }
.margin-top-100 { margin-top: 100px; }
.vc_column_container {
  padding-left: 0;
  padding-right: 0;
}
.vc_row {
  margin-left: -15px;
  margin-right: -15px;
}
.padding-lr {
  padding-left: 15px;
  padding-right: 15px;
}

.hs-row>.row-fluid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
/* Styles that do not fit into any of the available sections above can go here. */

/* Our Ocean 2018 Website Page */
.ocean-2018-row1 {
  padding: 60px 0 30px;
}
.raw-content a {
  font-weight: 600;
}
.ocean-2018-row1 .hs_cos_wrapper_type_linked_image {
  display: block;
  text-align: center;
  padding: 0 0 40px;
}
.no-border {
  border:0 !IMPORTANT;
}
.button {
  font-family: "Montserrat", sans-serif;
  font-size: 0.857em;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #a6c5e8;
  color: #fff;
  border-radius: 10px;
  padding: 17px 46px;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-transition: all ease .238s;
  -moz-transition: all ease .238s;
  transition: all ease .238s;
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  border:0;
  cursor:pointer;
  line-height: 1;
}

.button:hover {
  background-color: #6aa0d6;
}

.btn-hover {
  width: 270px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 20px 0px 20px 0px;
  height: 65px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 10px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  line-height: 1;
  margin-bottom: 0;
}

.btn-hover.color-8 {
  background-image: linear-gradient(to right, #132333, #556b80, #6aa0d6, #a6c5e8);
  box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}

.btn-hover:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.hs-buttons-group {
  text-align: center;
}

.button-item {
  margin-bottom: 24px;
}

.ocean-2018-row1 .hs-buttons-group {
  padding-bottom: 66px;
}

.hs-two-videos .wpb_wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wpb_video_wrapper {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.vc_column_container>.vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.ocean-2018 .hs-banner h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-style: italic;
  font-size: 2.285em;
  color: #ffffff;
  letter-spacing: -1px;
}
.btn-hover {
  height: auto;
  min-height: 65px;
  max-width: calc(100% - 30px);
}

/* FAQ Website Page */
.row:after {
  content: '';
  display: block;
  clear: both;
}


.row {
  margin-left: -15px;
  margin-right: -15px;
}


.hs-faq-group .row {
  margin: 0 -20px;
  padding: 60px 0 70px;
}

.faq-page .hs-banner h1 {
  font-family: "Open Sans";
  font-weight: 200;
  font-style: italic;
  font-size: 2.5em;
  letter-spacing: -1px;
  line-height: 1.5;
  margin: -6px 0 7px;
}
.hs-faq-group {
  overflow: hidden;
}

.hs-faq-group .faq-wrap {
  padding: 5px;
}

.hs-faq-inner {
  padding: 0 15px;
}

.accordion-item {
  margin: 0 0 10px;
  position: relative;
}

.accordion-item .accordion-heading {
  position: relative;
  color: #545353;
  font-size: 16px;
  padding: 13px 25px;
  margin-bottom: 0;
  background-color: #ebebeb;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  font-size: 18px;
  font-family: Open Sans, sans-serif;
}

.accordion-item .accordion-heading > .inner {
  padding: 0 30px;
  display: block;
  position: relative;
  padding-left: 0;
}

.accordion-item .accordion-content {
  display: none;
  margin: 20px 0px 33px;
  position: relative;
}

.accordion-item .accordion-heading:after {
  text-align: center;
  content: "+";
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  line-height: 1;
  height: 100%;
  border-left: 1px solid rgba(0,0,0,0.1);
  color: #2c4969;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 3px;
}

.accordion-item.active .accordion-heading {
  background-color: #2c4969;
  color: #fff;
}

.accordion-item.active .accordion-heading:after {
  content: "-";
  color: #fff !important;
  border-color: rgba(255,255,255,0.3);
}

.accordion-item:not(.active) .accordion-heading:hover {
  color: #2c4969;
}

.hs-application-open {
  background-color: #132333;
  color: #fff;
  text-align: center;
  padding: 60px 0;
}

.color-inherit *:not(.button) {
  color: inherit;
}

.btn-white {
  text-align: center;
  color: #132333;
  background-color: white;
  width: 270px;
  border-radius: 10px;
  height: 55px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.btn-white:hover {
  background-color: #a6c5e8;
}
.full-bgcolor {
  padding: 60px 0;
}

.full-bgcolor p:last-child {
  margin-bottom: 0;
}


/* Press Releases Website Page */
.press-release-banner {
  background-size: cover;
  min-height: 310px;
  background-repeat: no-repeat;
  background-position: center top;
}

.press-release-banner h1 {
  position: relative;
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
  padding-left: 15px;
  text-transform: uppercase;
  z-index: 1;
  display: inline-block;
  margin: 0;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
  font-weight: 500;
  color: #fff;
}

.press-release-banner .hs-banner-inner {
  padding: 50px 0;
}

.press-release-banner h1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #2c4969;
}

.press-release-row1 .page-center>.row-fluid-wrapper {
  margin: 0 -15px;
  background: rgba(0,0,0,0.2) url(//cdn2.hubspot.net/hubfs/5867638/SoaAlliance_May2019/images/matthew-kosloski-726-unsplash_BW2000px.jpg);
  padding: 0 15px;
}

.press-release-row1 {
  overflow: hidden;
}

.press-release-header {
  text-align: center;
}

.press-release-header h2 {
  font-family: "Open Sans";
  font-weight: 200;
  font-style: italic;
  font-size: 2.285em;
  color: #2c4969;
  letter-spacing: -1px;
  margin: 0 0 70px;
}

.press-release-subheader {
  text-align: left;
  padding:0 5px 91px;
}

.press-release-group a {
  border-bottom: 1px solid #a6c5e8;
}

.press-release-group {
  padding: 70px 0;
}

.mediablock {
  overflow: hidden;
  width: 100%;
  display: block;
  padding-bottom: 30px;
  padding-top: 0;
  margin: 0px;
}
.press-release-item {
  padding: 0 15px;
}

.press-release-row1 .full-bgcolor {
  margin: 0 -15px;
  padding: 105px 0 70px;
}

.press-release-row1 .full-bgcolor h3 {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
}

.press-release-row1 .full-bgcolor h3 .color-8 {
  color: #fff;
  margin: 20px 20px 20px 20px;
  letter-spacing: 2px;
}

.press-release-row1 .full-bgcolor a {
  border: 0;
}

.donation-sec1 {
  text-align: center;
  font-style: normal;
  color: #132333;
  padding: 39px 0 50px;
}

.donation-sec1 h1 {
  color: #132333;
  margin-bottom: 30px;
}


/* Contact Us Website Page */
.contact-sec1 {
  padding: 95px 0 126px;
}

.contact-form .hs-form-field > label {
  display: none;
}

.contact-form .hs-richtext {
  padding-left: 20px;
  position: relative;
  margin-bottom:27px;
}

.contact-form .hs-richtext:before {
  background-color: #2c4969;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 64px;
  content: '';
}

.contact-form .hs-richtext h2 {
  line-height: 34px;
  font-size: 28px;
  margin: 0;
  color: #2c4969;
}

.contact-form .hs-richtext p {
  font-style: italic;
  color: #b1b1b1;
  font-size: 18px;
  font-family: PT Serif, sans-serif;
  margin: 0;
}
.contact-form .hs-input {
  max-width: 100%;
}
.contact-page .body-container .widget-type-form {
  margin: 0;
}


.contact-form ::-webkit-input-placeholder { color: #999; }
.contact-form :-moz-placeholder { color: #999; }
.contact-form ::-moz-placeholder { color: #999; opacity: 1; }
.contact-form :-ms-input-placeholder { color: #999; }

textarea {
  height: 120px;
  font-family: "Montserrat",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 24px;
}

/* Join Community Website Page */

.slick-slide {
  outline: none;
}

.full-bgimage {
  color: #fff;
  text-align: center;
  padding: 60px 0;
}

.joinourcommunity-page .full-bgimage {
  margin-top: -1px;
}

.full-bgimage h1 {
  margin-top: -6px;
  margin-bottom: 7px;
}

.joinourcommunity-page .full-bgimage .inner-wrapper {
  padding: 0 15px;
}

.full-bgimage p:last-child {
  margin-bottom: 0;
}

.vc_row:after {
  content: '';
  display: block;
  clear: both;
}

.hs-four-col-equal {
  padding: 70px 0 35px;
  text-align: center;
  color: #2c4969;
}

.hs-four-col-equal h4 {
  font-weight: 500;
  font-size: 1.785em;
  font-weight: bold;
  color: #2c4969;
}

.joinourcommunity-sec1 p:last-child {
  margin-bottom: 0;
}

.hs-four-col-equal .vc_col-sm-3 {
  padding-bottom: 30px;
}

.joinourcommunity-sec1 .hs_cos_wrapper_type_rich_text {
  display: block;
  margin: 0 0 70px;
}

.hs-accelerator-partners {
  padding: 70px 0;
  text-align: center;
}

.hs-accelerator-partners h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-style: italic;
  font-size: 2.285em;
  color: #2c4969;
  letter-spacing: -1px;
  margin: 0 0 20px;
}

.hs-accelerator-partners ul.slick-dots {
  padding: 45px 0 0;
  margin: 0;
  text-align: center;
  text-align: center;
  line-height: 11px;
}

.hs-accelerator-partners ul.slick-dots li {
  display: inline-block;
}

.hs-accelerator-partners ul.slick-dots li button {
  font-size: 0px;
  background: #d6d6d6;
  border: 2px solid #d3d3d3;
  display: block;
  width: 11px;
  height: 11px;
  margin: 0 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
  border-radius: 50%;
}

.hs-accelerator-partners ul.slick-dots li:hover button {
  background: #869791;
}

.hs-accelerator-partners ul.slick-dots li.slick-active button {
  border-color: #2c4969;
  background-color: #2c4969;
}

.hs-accelerator-partners img {
  width: 252px;
  display: block;
  margin: 0 auto;
}

.joinourcommunity-page .full-bgimage .page-center {
  width:100% !important;
  max-width: 100% !important;
}

/* Mentors Website Page */

.mentors-sec1 .full-bgimage p:last-child {
  margin-bottom: 23px;
}

.hs-mentors-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 0 30px;
  text-align: center;
  margin-left: -22.5px;
  margin-right: -22.5px;
}

.vc_row.vc_column-gap-15>.vc_column_container,
.hs-mentors-wrapper>.vc_col-sm-4 {
  padding: 7.5px;
}
.hs-mentors-wrapper h4 {
  font-weight: 500;
  font-size: 2.2em;
}
.relative {
  position: relative;
}

.hs-mentors-wrapper .wprt-list {
  font-size: 14px;
  padding: 0px 0px 21px 0px;
  margin-bottom: 19px;
  border-color: #b2b2b2;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-style: dotted;
}

.hs-mentors-wrapper>.vc_col-sm-4 {
  margin-top: 60px;
}
a.absolute_link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
  opacity: 0;
}
.hs-tools-menu a {
  border: 0 !important;
}




/* Leadership Website Page */
.leadership-sec1 .custom-soa-wrapper h3 {
  line-height: 1.5;
  margin: 0 0 12px;
  text-rendering: optimizeLegibility;
  color: #292929;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 1.785em;
}

.leadership-sec1 .custom-soa-image img {
  margin-top: -40px;
  display: block;
}

.leadership-sec1 .full-bgimage {
  padding: 70px 0 130px;
  margin-top: -1px;
  text-align: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0,0,0,0.2);
}

.leadership-sec1 .full-bgimage .page-center {
  padding: 0 15px;
  max-width: 100% !important;
  width: 100% !important;
}

.leadership-sec1 .full-bgimage h3 {
  margin: 0 0 10px;
}

.leadership-sec1 .full-bgimage ul {
  padding: 0;
  margin: 0 0 20px 20px;
}

.leadership-sec1 .full-bgimage ul li {
  padding: 0.1em 0;
}
.hs-two-col-image {
  padding: 30px 0 60px;
  font-weight: 400;
  color: #132333;
}

.hs-two-col-image .row:after,
.hs-two-col-image .row:before {
  display: none;
}

.hs-two-col-image .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.hs-two-col-image h3 {
  color: #132333;
  margin-bottom: 30px;
}

.hs-two-col-image ul {
  padding: 0;
  margin: 0 0 20px 20px;
  color: #777;
}

.hs-two-col-image ul li {
  padding: 0.1em 0;
}

.hs-two-col-image ul li span {
  font-weight: 400;
  color: #132333;
}

.leadership-sec1 hr {
  border: 0;
  height: 2px;
  width: 200px;
  background-color: #132333;
  margin: 0 auto 31px;
}
.hs-content-video-group {
  padding: 100px 15px 70px;
  overflow: hidden;
  background-color: #44494f;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hs-content-video-group .row {
  margin: 0;
  padding: 0 60px;
  margin-left: -22.5px;
  margin-right: -22.5px;
}

.hs-content-video-group img {
  display: block;
  margin: 0 auto 20px !important;
}

.hs-content-video-group .row>.vc_col-sm-6 {
  padding: 7.5px;
}

.hs-content-video-group .wpb_video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hs-content-video-group .wpb_video_wrapper+.wpb_video_wrapper {
  margin-top: 30px;
}

.btn-yellow {
  color: #000000;
  margin-top: 15px;
  border-radius: 10px;
  background-color: #f2b134;
  max-width: 240px;
  width:100%;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-yellow:hover {
  color: #ffffff;
  background-color: #03a9f4;
}
.hs-accelerator-partners .slick-slide img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all ease .238s;
  -moz-transition: all ease .238s;
  transition: all ease .238s;
}

.hs-accelerator-partners .slick-slide:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hs-accelerator-partners ul.slick-dots li button {
  cursor: pointer;
}

.footer-subscribe-form .hs-input {
  color: #132333;
}

.hs-ocean-banner {
  padding: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-color: #68c2fe;
}

.hs-ocean-banner-wrapper {
  padding: 15px 0;
}

.hs-ocean-banner h2 {
  font-weight: 400;
  color: #ffffff;
  line-height: 42px;
  margin-top: 20px;
  font-size: 40px;
  margin-bottom: 0;
}

.hs-ocean-banner p {
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  font-size: 30px;
  line-height: 42px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.hs-ocean-banner .button-wrapper {
  padding: 0 0 30px;
  margin:0 0 78px;
}
.hs-ocean-banner .bottom-text {
  padding: 0 0 12px;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
  line-height: 36px;
}
.hs-two-col-logo {
  padding: 30px 0;
  margin: 0 0 20px;
}

.cohosted {
  width: 610px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.hs-two-col-logo .vc_col-sm-6 {
  padding: 2.5px;
}

.ocean-2019-sec1 h2 a {
  font-weight: 400;
  border-bottom: 1px solid #6aa0d6;
}

.ocean-2019-sec1 h2 {
  padding: 0 0 70px;
  margin: 0;
}

.ocean-2019-sec1 .hs-two-videos {
  text-align: center;
  margin-bottom: 60px;
}

.ocean-2019-sec1 .hs-two-videos h3 {
  color: #2c4969;
  margin-top: 40px;
  margin-bottom: 30px;
}

.ocean-2019-sec1 .hs-two-videos .wpb_wrapper {
  width: 90%;
  margin: 0 auto;
}

.ocean-2019-sec1 .hs-two-videos .wpb_wrapper>.wpb_wrapper {
  width: 100%;
}

.ocean-2019-sec2 {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#054088), color-stop(#003672), color-stop(#002c5c), color-stop(#022347), to(#041933));
  background-image: linear-gradient(to right bottom, #054088, #003672, #002c5c, #022347, #041933);
  padding: 0 30px;
}

.ocean-2019-sec2 .full-bgcolor {
  padding: 0;
}

.ocean-2019-sec2 h2 {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 200;
  font-style: italic;
  font-size: 2.285em;
  letter-spacing: -1px;
}

.ocean-2019-sec2 h2:not(:first-of-type) {
  margin-top: 90px;
}

.ocean-2019-sec2 a {
  border-bottom: 1px solid #fff;
  font-weight: 600;
  color: #ffffff;
}

.ocean-2019-sec2 .page-center {
  width: 66.66666667% !important;
  max-width: 66.666667% !important;
  padding: 0 15px;
}

.ocean-2019-sec2 .page-center .btn-yellow {
  margin-top: 21px;
}

.hs-flipbox-wrapper {
  padding: 60px 30px 30px;
}

.hs-flipbox-wrapper .row {
  margin: 0 -10px;
}

.hs-flipbox-wrapper .vc_col-sm-4 {
  padding: 10px;
  margin: 0 0 30px;
}

.ih-item.square {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
  margin-bottom: 5px;
  overflow: hidden;
}

.ih-item a {
  color: #333;
}

.ih-item.square.effect6 .img {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item img {
  display: block;
}

.ih-item.circle .info, .ih-item.square .info {
  right: 0;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
}

.ih-item.square .info {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square.effect6 .info {
  background: #333;
  visibility: hidden;
  opacity: 0.8 !important;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.ih-item.square.effect6 .info,
.ih-item.square.effect6 .info h3 {
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
}

.ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect8 .img {
  opacity: 1;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.ih-item.square.effect8 .img, 
.ih-item.square.effect8 .info {
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
}

.ih-item.square.effect8.scale_up .img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ih-item.square.effect8 .img,
.ih-item.square.effect8 .info {
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
}

.ih-item.square.effect8 .info {
  background: #333;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.ih-item.square.effect8.scale_up .info,
.ih-item.square.effect8.scale_up .info h3,
.ih-item.square.effect8.scale_up .info p {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.ih-item.square.effect8.scale_up a:hover .img {
  -webkit-transform: scale(5);
  transform: scale(5);
}

.ih-item.square.effect8 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect8.scale_down .img,
.ih-item.square.effect8.scale_up a:hover .info, 
.ih-item.square.effect8.scale_up a:hover .info h3, 
.ih-item.square.effect8.scale_up a:hover .info p {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ih-item.square.effect8.scale_down .info,
.ih-item.square.effect8.scale_down .info h3,
.ih-item.square.effect8.scale_down .info p {
  -webkit-transform: scale(5);
  transform: scale(5);
}

.ih-item.square.effect8.scale_down a:hover .img {
  -webkit-transform: scale(.5);
  transform: scale(.5);
}

.ih-item.square.effect8 .img, 
.ih-item.square.effect8 .info {
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
}

.ih-item.square.effect8 a:hover .img {
  opacity: 0;
}

.ih-item.square.effect8 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect8.scale_down a:hover .info,
.ih-item.square.effect8.scale_down a:hover .info h3,
.ih-item.square.effect8.scale_down a:hover .info p {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ocean-2019-sec3 {
  padding: 60px 0;
  overflow: hidden;
}

.ocean-2019-sec3 .page-center>div {
  padding: 0 15px;
  margin: 0 -22.5px;
}

.ocean-2019-sec3 .page-center>div>.row-fluid {
  width: 66.66666667%;
  margin: 0 auto;
  padding: 7.5px;
}

.ocean-2019-sec3 h2 {
  text-align: center;
  margin: -7.5px 0 47.5px;
}

.ocean-2019-sec3 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ocean-2019-sec3 ul li {
  padding: 0.1em 0;
  background: url(//cdn2.hubspot.net/hubfs/5867638/SoaAlliance_May2019/images/Blue_bullet.jpg) no-repeat left 7px;
  padding-left: 30px;
  padding-top: 3px;
}

.hs-tabber-group {
  overflow: hidden;
}

.hs-tabber-group h2.heading {
  text-align: center;
  margin-bottom: 40px;
}

.wprt-tabs .tab-title {
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
  padding: 0;
}

.wprt-tabs .tab-title .item-title {
  font-family: "Montserrat", sans-serif;
  line-height: 30px;
  color: #999;
  padding: 0;
  list-style: none;
  margin: 0 -3px 0 0;
  display: inline-block;
  background-color: #ebebeb;
}

.wprt-tabs .tab-title .item-title > span {
  cursor: pointer;
  padding: 12px 50px 8px;
  -webkit-transition: none;
  transition: none;
  border-bottom: none;
  display: inline-block;
}

.wprt-tabs.style-2 .tab-title .item-title.active {
  color: #fff;
  background-color: #2c4969;
}

.wprt-tabs .tab-content .item-content {
  padding: 40px 0 0;
}

.btn-blue {
  color: #000000;
  margin-top: 15px;
  border-radius: 10px;
  background-color: #6aa0d6;
  width: auto;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 26px 46px;
}

.btn-blue:hover {
  color: #132333;
  background-color: #a6c5e8;
}

.ocean-2019-sec4 hr {
  height: 2px;
  width: 600px;
  background-color: #132333;
  margin-left: -300px;
  margin-top: -1px;
  margin: 0 auto 0;
  margin-top: 60px;
  margin-bottom: 40px;
}
.hs-photo-gallery {
  padding: 40px 0px 30px;
  text-align: center;
  overflow: hidden;
}

.hs-photo-gallery h2 {
  text-align: center;
  color: #2c4969;
  font-weight: 200;
  font-style: italic;
  font-size: 2.285em;
  margin-bottom: 30px;
}

.hs-photo-gallery-body {
  padding: 0 30px;
}

.hs-photo-gallery-body>.vc_col-sm-4 {
  padding-bottom: 30px;
}

.hs-photo-gallery-body>.vc_col-sm-4:nth-child(3n + 1) {
  text-align: right;
}

.hs-photo-gallery-body>.vc_col-sm-4:nth-child(3n + 3) {
  text-align: left;
}


.hs-resources-group {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#054088), color-stop(#003672), color-stop(#002c5c), color-stop(#022347), to(#041933));
  background-image: linear-gradient(to right bottom, #054088, #003672, #002c5c, #022347, #041933);
  color: #fff;
  padding: 30px 0 40px;
  text-align: center;
}

.hs-resources-group * {
  color: #fff;
}

.hs-resources-group h2.heading {
  font-weight: 200;
  font-style: italic;
  font-size: 2.285em;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

.resourceBOX {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.faqbox {
  width: 300px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #132333;
  border: 2px solid #fff;
}

.rawContentWhite {
  color: #ffffff;
}

.faqbox a {
  border: 0;
  font-weight: 400;
}

.faqbox h3 {
  font-weight: 500;
  font-size: 2.2em;
}
.hs-resources-group h3 {
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.hs-resources-footer {
  width: calc(66.66666667% + 20px);
  margin: 0 auto;
  padding: 0 15px;
}

.hs-resources-footer ul {
  text-align: left;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 2;
}

.hs-resources-footer ul li {
  background: url(//cdn2.hubspot.net/hubfs/5867638/SoaAlliance_May2019/images/White_bullet.png) no-repeat left 10px;
  padding-left: 34px;
  padding-top: 3px;
  color: #ffffff;
  padding-bottom: 2px;
}

.hs-resources-footer ul li a {
  color: #ffffff;
  border-bottom: 1px solid #fff;
}

.hs-resources-footer ul li a:hover {
  color: #6aa0d6;
  border-bottom: 3px solid #6aa0d6;
}
.any-question .full-bgcolor {
  padding: 70px 0 50px;
  text-align:center;
}

.any-question .full-bgcolor h2 {
  font-weight: 200;
  font-style: italic;
  font-size: 2.285em;
  color: #2c4969;
  letter-spacing: -1px;
  margin: 0;
}

.any-question .full-bgcolor h2+p {
  margin: 0;
  padding: 0 0 40px;
}

.any-question .full-bgcolor a:not([class]) {
  font-weight: 400;
  border-bottom: 1px solid #6aa0d6;
  color: #2c4969;
}

.any-question .full-bgcolor .btn-yellow:not(:hover) {
  color: #000000;
}
.btn-yellow {
  padding: 26px 46px;
}
.press-release-body .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mediablock .raw-content {
  overflow: hidden;
}
.press-listing .hs-banner {
  padding: 70px 30px;
}

.press-listing .hs-banner h1 {
  font-weight: 200;
  font-style: italic;
  font-size: 2.285em;
  letter-spacing: -1px;
}

.custom-hm-press-release.custom-hm-press .press-release-item {
  padding: 7.5px 15px 18.5px;
}
.press-listing .full-bgcolor {
  padding: 70px 0;
  text-align: center;
}

.press-listing .full-bgcolor h3 {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: Montserrat,sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
}

.custom-hm-press.custom-hm-press-release {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.davos-page .hs-banner h1 {
  font-weight: 200;
  font-style: italic;
  font-size: 2.285em;
  letter-spacing: -1px;
}

.davos-sec1 {
  padding: 60px 0 0;
}

.davos-sec1 h5 {
  font-style: italic;
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 1.785em;
  font-family: "Open Sans", sans-serif;
}

.davos-sec2-left,.davos-sec2-right {
  padding: 17.5px;
}

.davos-sec2-left>*, .davos-sec2-right>* {
  padding-left: 15px;
  padding-right: 15px;
  display:block;
}

.davos-sec2 .page-center>div {
  margin: 0 -32px;
}

.davos-sec1 h5:last-child {
  margin: 0;
}
.davos-sec2-right>* {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: rgba(44,73,105,0.1);
  padding-top: 1px;
  text-align: center;
  padding-bottom: 40px;
}

.davos-sec2-right h4 {
  margin-top: 9px;
  margin-bottom: 30px;
  text-align: left;
}

.davos-sec2-right h4:after {
  width: 166px;
  height: 2px;
  background-color: #132333;
  content: '';
  display: block;
  max-width: 100%;
}

.davos-sec2-right a {
  color: #2c4969;
}

.davos-sec2-right a:hover {
  outline: 0;
  color: #292929;
  text-decoration: none;
  border: 0;
}

.davos-sec2-right img {
  display: block;
  margin: 0px auto 0;
}

.davos-sec2-right h3 {
  text-align: left;
  font-weight: 500;
  font-size: 2.2em;
  margin-top: 60px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  letter-spacing: -1px;
  margin-bottom: 0;
}

.davos-sec2-right h3:after {
  content: '';
  display: block;
  width: 200px;
  height: 2px;
  background-color: #132333;
  max-width: 100%;
}
.widget-span.davos-sec2-left {
  margin-bottom: 160px;
}
.davos-sec2 {
}

.davos-sec2 .page-center {
  position: relative;
}

.davos-sec2 .page-center:after,.davos-sec2 .page-center:before {
  background-color: #f1f1f1;
  position: absolute;
  bottom: 45px;
  height: 1px;
  content: '';
  left: 0;
  width: 100%;
}

.davos-sec2 .page-center:before {
  width: 200px;
  background-color: #132333;
  right: 0;
  z-index: 1;
  margin: 0 auto;
}

.davos-sec3 h3 {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 60px;
}

.davos-sec3 img {
  float: left;
  margin: 7px 40px 15px 0;
}

.davos-sec3 h4 {
  font-weight: 500;
  font-size: 1.785em;
}

.davos-sec3 {
  padding: 0 0 60px;
}

.hs-media-contacts {
  padding: 60px 0;
  background-color: rgba(44,73,105,0.19);
}

.hs-media-contacts-body:after {
  content: '';
  display: block;
  clear: both;
}

.hs-media-contacts-body {
  margin-left: -32.5px;
  margin-right: -32.5px;
  padding: 0 60px;
}

.hs-media-contacts-header {
  text-align: center;
}

.hs-media-contacts-body > .vc_col-sm-6 {
  padding: 17.5px;
}

.hs-media-contacts-body h4 {
  margin: 20px 0 0;
}
.hs-media-contacts-header h3 {
  margin: 0;
}
.davos-sec2-left a {
  font-weight: 600;
}

.davos-sec2 h3 {
  font-weight: 500;
  font-size: 2.2em;
}
.davos-sec2 {
  overflow: hidden;
}
.tab-content a {
  font-weight: 400;
  border-bottom: 1px solid #6aa0d6;
}

.ocean-2019-sec2 a:hover {
  border-bottom: 1px solid #6aa0d6;
  color: #6aa0d6;
}
.custom-hm-press-release a {
  border-bottom: 1px solid #a6c5e8 !important;
  font-weight: 600;
}
.davos-sec2-right p {
  margin: 0 0 30px;
}
.custom-wo-eco-right-content a {
  color: #2c4969;
}

.custom-wo-eco-right-content a:hover {
  outline: 0;
  color: #292929;
  text-decoration: none;
  border: none;
}
.leadership-page .custom-home-gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  background-position: center center !important;
  background-size: cover;
}

.leadership-page  .custom-hm-slider-cap {
  max-width: 1437px;
  margin: 0 auto;
  width: calc(100% - 15px);
  padding: 15px 15px;
}
.leadership-page  .custom-hm-slider-cap.bg {
  background-color: rgba(44, 73, 105, 0.8);
}
.leadership-sec1 .custom-soa-wrapper a {
  border-bottom: 1px solid #a6c5e8;
  font-weight: 600;
}
.leadership-sec1 .custom-soa-wrapper a:hover {
  color: #292929;
  border-bottom: 1px solid #a6c5e8;
}
.leadership-page .custom-home-gallery .hs_cos_gallery_main .slick-slide:nth-child(2)>.slick-slide-inner-wrapper {
  background-position: 35% 0% !important;
}
.hs-home-layout .custom-home-gallery .hs_cos_gallery_main .slick-slide:nth-child(4) > .slick-slide-inner-wrapper:after {
  content: '';
  background: radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);
  mix-blend-mode: overlay;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  filter: contrast(.9) sepia(.2);
}

.hs-home-layout .custom-home-gallery .hs_cos_gallery_main .slick-slide:nth-child(4) > .slick-slide-inner-wrapper .caption {
  z-index: 99;
}
.custom-home-gallery h2.super-heading {
  font-size: 125px;
  line-height: 1;
  font-weight: 700;
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  padding: 0 15px;
  text-align: center;
  margin: 0 0 6vw;
}
.mentors-sec1 .full-bgimage {
  padding: 30px 0 7px;
}
.hs-mentors-group {
  overflow: hidden;
}
.footer-follow .top-bar-socials .icons a:hover span {
  color: #ffffff;
}
.joinourcommunity-page .full-bgimage a {
  border: 0;
}
.davos-sec2-left a.light {
  border: 0;
  font-weight: normal;
  color: #2c4969;
}

.davos-sec2-left a.light:hover {
  outline: 0;
  color: #292929;
  text-decoration: none;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item>* {
  vertical-align: top !important;
}
.custom-impact {
  background-repeat: no-repeat;
  background-size: cover;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
/* Vikas */
@media (min-width: 768px) {
  .davos-sec2-left {
    width: 66.66666667% !important;
    margin-left: 0 !important;
  }

  .davos-sec2-right {
    margin-left: 0 !important;
    width: 33.33333333% !important;
  }
  .hs-two-col-image .row.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .leadership-sec1 .full-bgimage .page-center {
    width: 66.66666667% !important;
  }
  .joinourcommunity-page .full-bgimage .page-center {
    width: 66.66666667% !important;
  }
  .contact-form {
    max-width: 75%;
  }
  .mediablock img {
    float: left;
    padding-right: 10px;
    background-color: transparent;
    box-sizing: content-box;
  }
  .vc_col-offset-2 {
    margin-left: 16.66666667%;
  }
  .widget-span.vc_col-sm-8 {
    width: 66.66666667%;
  }
  .widget-span.vc_col-sm-offset-2, .vc_col-sm-offset-2 {
    margin-left: 16.66666667% !important;
  }
}

@media (min-width: 960px){

  .widget-span.width-auto,.width-auto {
    width: auto;
    margin-left: 0;
  }

  .widget-span.hs-left, .hs-left {
    float: left;
  }

  .widget-span.hs-right, .hs-right {
    float: right;
  }

}

/* =============== Screen sizes smaller than .page-center =============== */



@media (max-width: 1200px) {
  .custom-home-gallery h2.super-heading {
    font-size: 10.5vw;
  }
  .custom-hm-slider-cap h2 {
    font-size: 2.4vw;
    line-height: normal;
  }

  .custom-hm-slider-cap p {
    font-size: 1.6vw;
    line-height: normal;
  }

  .custom-home-gallery .hs_cos_gallery_main .custom-hm-slider-cap.hm-slider4 p {
    line-height: normal;
    font-size: 1.6vw;
  }

  .custom-home-gallery .hs_cos_gallery_main .custom-hm-slider-cap.hm-slider4 h2 {
    font-size: 2.8vw;
    line-height: normal;
  }

  .custom-home-gallery .hs_cos_gallery_main .custom-hm-slider-cap.hm-slider2 p:last-child{
    line-height: normal;
    font-size: 1.6vw;
  }

  .custom-hm-slider-cap p a {
    font-weight: 500;
  }

  .custom-home-gallery .hs_cos_gallery_main .custom-hm-slider-cap.hm-slider2 p a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
  }

  .custom-hm-slider-cap-inner {
    padding-left: 15px;
    padding-right: 15px;
  }


}

@media (max-width: 959px) {
  .davos-sec2-right h4 {
    font-size: 2em;
  }
  .custom-hm-press-release .mediablock img {
    padding: 0;
    float: none;
  }
  .hs-photo-gallery {
    padding-bottom: 30px;
  }
  .wprt-tabs .tab-content .item-content {
    padding: 20px 0 0;
  }
  .wprt-tabs .tab-title {
    border: 0;
  }
  .wprt-tabs .tab-title .item-title,
  .wprt-tabs .tab-title .item-title > span {
    display: block;
    margin: 0px;
  }
  .wprt-tabs .tab-title .item-title > span {
    margin-bottom: 5px;
  }
  .leadership-sec1 .full-bgimage {
    padding: 70px 0 100px;
  }

  .hs-content-video-group {
    padding: 85px 15px 70px;
  }

  .hs-content-video-group .wpb_video_wrapper+.wpb_video_wrapper {
    margin-top: 15px;
  }
  .hs-four-col-equal {
    padding: 60px 0 20px;
  }

  .joinourcommunity-sec1 .hs_cos_wrapper_type_rich_text {
    margin: 0 0 60px;
  }

  .hs-accelerator-partners {
    padding: 60px 0;
  }

  .hs-accelerator-partners ul.slick-dots {
    padding: 60px 0 0;
  }

  .contact-sec1 {
    padding: 59px 0 110px;
  }
  .press-release-row1 .full-bgcolor {
    padding: 95px 0 30px;
  }
  .press-release-banner .hs-banner-inner {
    padding-top: 170px;
  }

  .press-release-group {
    padding: 60px 0;
  }

  .press-release-body .row {
    display: flex;
    flex-wrap: wrap;
  }

  .press-release-body .row:after {
    display: none;
  }
  .ocean-2018-row1 .hs-buttons-group {
    padding-bottom: 56px;
  }
  .ocean-2018-row1 {
    padding-bottom: 20px;
  }
}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .press-release-group img {
    display: block;
    margin: 0 auto;
  }
  .davos-sec2-right h4 {
    font-size: 2.2em;
  }
  .custom-hm-press-release .mediablock img {
    display: block;
    margin: 0 auto;
  }
  .hs-two-videos .vc_col-sm-6:first-child {
    margin-bottom: 15px;
  }
  a#scroll-top {
    right: 15px;
    line-height: 40px;
    width: 40px;
    height: 40px;

  }
  #scroll-top.show{
    bottom:70px;
  }

  .custom-home-gallery h2.super-heading {
    margin: 0 0 10vw;
  }
  .hs-media-contacts-body {
    padding: 00;
    margin: 0;
  }

  .hs-media-contacts-body > .vc_col-sm-6 {
    padding: 17.5px 0 !IMPORTANT;
  }

  .widget-span.davos-sec2-left {
    margin-bottom: 90px;
  }

  .davos-sec2 .page-center:after, .davos-sec2 .page-center:before {
    bottom: 0;
  }

  .davos-sec2 .page-center {
    padding-bottom: 20px;
    margin-bottom: 20px !important;
  }

  .davos-sec3 img {
    margin: 0 0 15px;
    float: none;
    display: block;
  }
  .ocean-2019-sec4 hr {
    width: calc(100% - 30px);
  }
  .hs-photo-gallery {
    padding-bottom: 30px;
  }

  .hs-ocean-banner-wrapper img {
    display: block;
    margin: 0 auto;
  }

  .btn-yellow {
    padding: 26px 46px;
  }

  .hs-ocean-banner .button-wrapper {
    margin: 0 0 33px;
  }

  .cohosted {
    margin: 0 auto;
  }

  .hs-two-col-logo {
    padding: 15px 0;
  }

  .ocean-2019-sec1 .hs-two-videos {
    margin-bottom: 16px;
  }

  .ocean-2019-sec2 .page-center {
    width: 100% !important;
    max-width: 100% !important;
  }

  .ocean-2019-sec2 h2 {
    margin: 40px -30px 31px;
  }

  .ocean-2019-sec3 .page-center>div>.row-fluid {
    width: 100%;
  }

  .ocean-2019-sec3 h2 {
    margin: -7.5px 0 62.5px;
  }

  .hs-photo-gallery-body>.vc_col-sm-4 {
    text-align: center !important;
  }

  .hs-resources-footer {
    width: 100%;
    padding: 0;
  }

  .any-question .full-bgcolor {
    padding: 60px 0 40px;
  }

  .any-question .full-bgcolor .page-center {
    width: 100%;
    padding: 0 15px;
  }

  .leadership-sec1 .custom-col {
    width: 100%;
    float: none;
  }

  .leadership-sec1 .custom-soa-image img {
    margin: 0 auto;
  }

  .hs-four-col-equal .vc_col-sm-3 {
    padding-bottom: 20px;
  }

  .hs-four-col-equal {
    padding-bottom: 30px;
  }
  .faq-page .hs-banner h1 {
    margin: -5px 0 8px;
  }

  .hs-faq-group .row {
    padding: 70px 0;
  }
  .body-container input[type="text"],
  .body-container input[type="password"], 
  .body-container input[type="datetime"], 
  .body-container input[type="datetime-local"], 
  .body-container input[type="date"], 
  .body-container input[type="month"], 
  .body-container input[type="time"], 
  .body-container input[type="week"], 
  .body-container input[type="number"], 
  .body-container input[type="email"], 
  .body-container input[type="url"], 
  .body-container input[type="search"], 
  .body-container input[type="tel"], 
  .body-container input[type="color"],
  .body-container input[type="file"],
  .body-container textarea,
  .body-container select{
    max-width: 100% !important;
  }
  .body-container .widget-type-form,
  .body-container .widget-type-blog_subscribe,
  .body-container .widget-type-google_search,
  .body-container .widget-type-password_prompt.custom_error_message,
  .body-container .widget-type-email_simple_subscription {
    margin-bottom:25px;  
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    max-height: none;
    margin: 20px 0;
  }
  .blog .blog-sidebar {
    padding: 50px 0 0;
  }
  .blog .section.post-body img {
    float:none !important;
    margin: 15px 0;
  }

  .custom-hm-slider-cap h2 {
    font-size: 3.4vw;
  }

  .custom-home-gallery .hs_cos_gallery_main .custom-hm-slider-cap.hm-slider4 h2 {
    font-size: 3.4vw;
  }

  .custom-home-gallery .hs_cos_gallery_main .custom-hm-slider-cap.hm-slider4 p {
    font-size: 2vw;
  }

  .custom-hm-slider-cap p {
    font-size: 2vw;
  }

  .custom-home-gallery .hs_cos_gallery_main .custom-hm-slider-cap.hm-slider2 p:last-child{
    font-size: 2vw;
  }

}  
@media (max-width: 640px) { 
  .custom-home-gallery .hs_cos_gallery_main .slick-dots {
    display: none !important;
  }
}
/* =============== Landscape phones and smaller devices =============== */


@media (max-width: 520px) {

  .custom-home-gallery .hs_cos_gallery_main .custom-hm-slider-cap.hm-slider4 h2 {
    font-size: 16px;
  }

  .custom-home-gallery .hs_cos_gallery_main .custom-hm-slider-cap.hm-slider4 p {
    font-size: 12px;
  }

  .custom-hm-slider-cap h2 {
    font-size: 16px;
  }


  .custom-home-gallery .hs_cos_gallery_main .custom-hm-slider-cap.hm-slider4 p {
    font-size: 12px;
  }

  .custom-hm-slider-cap p {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .hs-flipbox-wrapper {
    padding: 60px 0px 30px;
  }
  .cohosted {
    display: block;
    text-align: center;
    margin: 0 auto 15px;
  }

  .ocean-2019-sec1 h2 {
    font-size: 25px;
  }

  .ocean-2019-sec4 hr {
    width: calc(100% - 30px);
  }

  .faqbox {
    margin: 0 0 15px;
  }

  .resourceBOX {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .leadership-sec1 .custom-soa-content-wrapper {
    padding: 0 15px;
  }
  .hs-content-video-group .row {
    padding: 0;
  }
  .any-question .full-bgcolor p a {
    font-size: 14px;
  }
  .btn-yellow {
    padding: 17px 45px;
  }

  .custom-accelerator-startups .line-1 {
    margin: 0 auto;
    position: relative;
  }
  .custom-startups-content a {
    word-break: break-word;
    font-size: 15px;
  }

  .custom-dream-content a {
    font-size: 15px;
    word-break: break-word;
  }

  .custom-dream-content p{
    word-break: break-word;
  }

}  
