/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */
@media screen and (max-width: 1150px){
.hs-menu-wrapper{
   display:none;
}
.header-top-bar-tagline {
    display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul {
    background-color: #18325b;
}

.custom-menu-primary .hs-menu-wrapper>ul .hs-menu-depth-2 {
    background-color: #04bcdd;
}


.header-top-bar {
    display:none!important;
    border-bottom: transparent;
}
.cta_border_button{
    margin-top:20px;
}
}
@media screen and (max-width: 787px){
.cta_border_button{
    margin-top:0px;
}
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}


.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

/*
 * 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;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

/* 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; 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}


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.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;
}

/* 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;
}

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Jurassic Park Normal */
@font-face {
 font-family: 'Proxima Nova'; 
 src: url('https://cdn2.hubspot.net/hubfs/2565481/fonts/ProximaNova-Regular.otf?t=1497905179574') format('otf');
}

body{
    font-family: 'Proxima Nova';
}

.tagline{
    color: #12284A;
}

.icon-box{
    text-align: center;
}

.lightBlueBg{
    background-color: #04BCDD;
}

.icon-text{
    font-size: 16px;
    color: #18325B;
    padding-top:50px;
}

.villageHeader{
    padding-left: 5%;
    padding-right: 5%;
}

.greyBg{
    background-color: #808285;
}

.hs-responsive-embed, .hs-responsive-embed.hs-responsive-embed-youtube, .hs-responsive-embed.hs-responsive-embed-wistia, .hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
    height: 500px;
}

.logo {	
    height: 69px;	
    width: 286px;
}

.darkBlueBg{
    background: #18325B;
}

.teal-background-row{
    background:#04bcdd;
}

.no-content-ul > li:before{
    content: none !important;
}


#carousel {
position: relative;
margin:0 auto;
}

#slides {
overflow: hidden;
position: relative;
width: 100%;
height: 250px;
}

#slides ul {
list-style: none;
width:100%;
height:250px;
margin: 0;
padding: 0;
position: relative;
}

 #slides li {
width:100%;
height:250px;
float:left;
text-align: center;
position: relative;
font-family:lato, sans-serif;
}
/* Styling for prev and next buttons */
.btn-bar{
    max-width: 346px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 40px;
    width: 100%;
}

 #buttons {
padding:0 0 5px 0;
float:right;
}

#buttons a {
text-align:center;
display:block;
font-size:50px;
float:left;
outline:0;
margin:0 60px;
color:#b14943;
text-decoration:none;
display:block;
padding:9px;
width:35px;
}

a#prev:hover, a#next:hover {
color:#FFF;
text-shadow:.5px 0px #b14943;  
}

.quote-phrase, .quote-author {
font-family:sans-serif;
font-weight:300;
display: table-cell;
vertical-align: middle;
padding: 5px 20px;
font-family:'Lato', Calibri, Arial, sans-serif;
}

.quote-phrase {
height: 200px;
font-size:24px;
color:#FFF;
font-style:italic;
text-shadow:.5px 0px #b14943;  
}

.quote-marks {
font-size:30px;
padding:0 3px 3px;
position:inherit;
}

.quote-author {
font-style:normal;
font-size:20px;
color:#b14943;
font-weight:400;
height: 30px;
}

.quoteContainer, .authorContainer {
display: table;
width: 100%;
}


/** THE STALK BEGINS !!! **/

/** START FONTS **/
@font-face {
    font-family: "ProximaNova";
    src: url(https://cdn2.hubspot.net/hubfs/2565481/fonts/ProximaNova-Regular.otf?t=1497905179574);
    font-weight: 400;
}

/*@font-face {
    font-family: "ProximaNova";
    src: url(https://cdn2.hubspot.net/hubfs/2565481/fonts/ProximaNova-RegItalic.otf?t=1497905179574);
    font-weight: 400;
    font-style: italic
}*/

@font-face {
    font-family: "ProximaNova";
    src: url(https://cdn2.hubspot.net/hubfs/2565481/fonts/ProximaNova-Bold.otf?t=1497905179574);
    font-weight: 600;
}

/*@font-face {
    font-family: "ProximaNova";
    src: url(https://cdn2.hubspot.net/hubfs/2565481/fonts/ProximaNova-BoldIt.otf?t=1497905179574);
    font-weight: 600;
    font-style: italic
}*/

@font-face {
    font-family: "ProximaNova";
    src: url(https://cdn2.hubspot.net/hubfs/2565481/fonts/ProximaNova-Black.otf?t=1497905179574);
    font-weight: 900;
}


/** END FONTS **/

/** START DEVELOPMENT NON-PRODUECTION **/
.body-container-wrapper {
    padding-top: 172px;
}

@media (max-width: 768px) {
  .body-container-wrapper {
      padding-top: 0px;
  }
}


.mockup-overlay {
  position: absolute;
  z-index: 10000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  opacity: 0.3;
  width: 1440px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  display:none!important;
 
}
/** END DEVELOPMENT NON-PRODUCTION **/

/** GENERAL **/
div, p, h1, h2, h3, h4, h5, h6 {
    color: #18325b;
    font-family: "ProximaNova";
}


h2 {
    font-family: 'ProximaNova';
    font-size: 30px;
    font-weight: 400;
}

h2 strong {
    font-weight: 600;
}

.container-fluid .row-fluid .page-center {
    max-width: 1230px;
}

.background-primary {
  background-color: #18325b;
  color: white;
  position: relative;
}

.background-secondary {
    background-color: #04bcdd;
    color: white;
    position: relative;
    
}

.background-gray {
  background-color: #808285;
}

/*.body-container-wrapper {
/*  max-width: 1920px;*/
/*  margin-left:auto;*/
/*  margin-right:auto;*/
/*}*/
/** GENERAL **/



/** START - FOOTER **/

.footer {
  padding-top: 91px;
  padding-bottom: 97px;
}

.footer div.footer-column {
  display: inline-block;
  vertical-align: top;
  padding-left: 0 !important;
  width: 13.33%;
  padding: 0 .25rem;
  margin: 0 .25rem;
  text-align: center;
}

.footer div.footer-column div {
  padding-bottom: 6px;
  color: #808286;
  font-size: 14px;
  margin-bottom: 2px;
  line-height: 1.4em;
} 

.footer div.footer-column div a {
  color: #808286;
} 

.footer div.footer-column div a:hover {
  color: #18325b;
} 

.footer div.footer-column div.footer-header {
  font-weight: 600;
  color: #18325b;
} 

.footer  div.footer-column.footer-OUR-STORY {
  max-width: 114px;
}

.footer div.footer-column.footer-MARKETS {
  max-width: 102px;
  margin-right:20px;
}

.footer div.footer-column.footer-LEADERSHIP {
  max-width: 94px;
  margin-right:14px;
}

.footer div.footer-column.footer-NEWS-EVENTS {
  max-width: 110px;
  margin-right:21px;
}

.footer-copyright {
	padding-top: 16px!important;
	padding-bottom: 16px!important;
	background-color: #18325b!important;	
}

.footer-copyright .row-fluid .span12 {
	color: #FFF;
	font-size: 14px;
	text-align:center;
}

.social-links .span8 {
  text-align: right;
}

.social-links .span8 div {
  font-size: 18px;
  margin-left:12px;
  margin-top:49px;
}

.footer-container-wrapper {
    padding-top: 25px;
}

/** END - FOOTER **/


/** HOMEPAGE **/
.homepage-video-preview-text {
    max-width: 293px;
    padding-top: 69px;
}

.homepage-video-preview-text h2 {
    margin-bottom:-3px;
}

.homepage-video-preview-text h2 + h2 {
    line-height:1.05em!important;
}

.homepage-video-preview-text p {
    width: 272px;
    font-size:20px;
    line-height:1.25em;
}

@media (max-width: 768px) {
  .homepage-video-preview-text {
    width: initial!important;
  }
  .homepage-video-preview-text p {
    width: initial!important;
  }
}

.left-icon-link-misc {
  position: relative;
  top: -7px; 
  padding-top: initial!important;
/*   padding-bottom: 4px; */
}

.left-icon-link-misc p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.2px;
  position: relative;
  top: 21px;
  padding-left: 74px;
/*   padding-bottom: 39px; */
}

.left-icon-link-misc-1 {
  padding-left: 54px;
}

.left-icon-link-misc-2 {
  padding-left: 40px;
}

.left-icon-link-misc-3 {
  padding-left: 54px;
}

.left-icon-link-misc-4 {
  padding-left: 44px;
}

.left-icon-link-misc-4 img {
  position: relative;
  top: -2px;
}

.misc-links-container {
  padding-top: 40px;
  padding-bottom: 16px;
} 

.left-icon-link-misc {
  position: relative;
  top: -7px; 
  padding-top: initial!important;
/*   padding-bottom: 4px; */
}

.left-icon-link-misc p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.2px;
  position: relative;
  top: 21px;
  padding-left: 74px;
/*   padding-bottom: 39px; */
}

.left-icon-link-misc span {
  color: #04bcdd!important;
}

.left-icon-link-misc-1 {
  padding-left: 54px;
}

.left-icon-link-misc-2 {
  padding-left: 40px;
}

.left-icon-link-misc-3 {
  padding-left: 54px;
}

.left-icon-link-misc-4 {
  padding-left: 44px;
}

.left-icon-link-misc-4 img {
  position: relative;
  top: -2px;
}

.misc-links-container {
  padding-top: 40px;
  padding-bottom: 16px;
}

@media (max-width: 1260px) {
  .left-icon-link-misc {
    padding: initial!important;
    position: initial!important;
    top: initial!important;
  }

  .left-icon-link-misc p {
    position:static!important;
  }

  .left-icon-link-misc img {
    padding-bottom: 0!important;
  }

  .left-icon-link.left-icon-link-misc img {
    padding-bottom: 0!important;
  }
}

.homepage-slider {
  /* max-height: 113px; */
  padding-bottom: 12px;
}

@media (max-width: 768px) {
  .homepage-slider-static {
    text-align: center;
  }
}

.homepage-slider span {
  color:#04bcdd;;
}

.homepage-slider-static {
  padding-top: 34px;
  padding-left: 20px;
  padding-right: 20px;
}

.homepage-slider-static p {
  color:white;
  font-weight:600;
  letter-spacing:1.4px;
}

.homepage-slider h3 {
  color:white;
}

.homepage-slick-slider {
  padding-top:22px;
  padding-left:34px;
  line-height:2em;
  padding-right: 20px;
}

.homepage-bubbles-label {
  padding-top: 55px;
  line-height:1.2em;
  padding-left: 20px;
  padding-right: 20px;
}


.homepage-bubble-row-1 {
/*   padding-left:20% */
  padding-top: 61px;
  padding-left: 7.2%;
  padding-right: 7.8%;
}

.homepage-bubble-row-2 {
  padding-top: 10px;
  padding-left: 19%;
  padding-right: 18.7%;
  padding-bottom:65px;
}

.homepage-bubble-container p {
  text-align:center;  
  line-height: 1.4em;
}

.homepage-bubble-container img {
  display:block;
  margin-left:auto;
  margin-right:auto;  
}




.left-icon-link {
  padding-top: 40px;
}

.left-icon-link p {
  color: #FFF;
  font-size: 18px;
  padding-bottom: 2px;
  line-height:1.2em;
}


.left-icon-link p span {
  color: #18325b;
  font-weight: 900;
  font-size: 21px;
  line-height: 0em;
}

.left-icon-link img {
  float: left;
}

.left-icon-link .link-label {
  color: #FFF;
  position: relative;
  left: 4px;
}

.homepage-left-icon-links {
  padding-top:15px;
  padding-bottom: 50px;
  /* max-height: 197px; */
}

.left-icon-link p {
  margin: 0;
}

.left-icon-link-1 {
  margin-left:auto;
  margin-right:auto;
  /* padding-left:16px; */
  width: 366px;
}

.left-icon-link-1 img {
  position: relative;
  top: 4px;
  padding-right:19px;
}

.left-icon-link-1 p {
  padding-left: 90px;

}

.left-icon-link-1 p span {
  margin-top: 10px;
}

.left-icon-link-2 {
  margin-left:auto;
  margin-right:auto;
  /* padding-left:78px; */
  width: 255px;
}

.left-icon-link-2 img {
  position:relative;
  top:11px;
}

.left-icon-link-2 p {
  padding-left: 106px;
  padding-right: 14px
}

.left-icon-link-3 {
  margin-left: auto;
  margin-right: auto;
  /* padding-left: 46px; */
  /* padding-right: 15px; */
  width: 300px;
}

.left-icon-link-3 p {
  padding-left: 111px;
  padding-right: 14px
}

.left-icon-link-3 img {
  position:relative;
  top:14px;
}

@media (max-width: 1260px) {
  .left-icon-link {
    width: initial!important;
  }

  .left-icon-link img {
    float: none!important;
    display:block;
    margin-left: auto;
    margin-right:auto;
    padding:initial!important;
    position:static!important;
    padding-bottom: 25px!important;
  }

  .left-icon-link p {
    padding: initial!important;
    text-align:center;
  }
}


.quote-background-container {
  background-color: #FFF;
  background-image: url(https://cdn2.hubspot.net/hubfs/2565481/homepage-background-woman-quote.jpg?t=1497905179574);
  background-position: center;
  background-sive: cover;
  background-repeat: no-repeat;
}

.homepage-quote {
  max-width: 610px;
}

.homepage-quote h1 {
  /*padding-top: 141px;*/
  padding-bottom: 36px;
  line-height: 1.26em;
  font-size: 33.84px;
}

.homepage-quote p {
  letter-spacing: .8px;
  margin-bottom: 30px
}

.homepage-quote a {
  font-size: 14px;
  font-weight: 600;
/*   letter-spacing: -0.2px; */
}

.homepage-quote .quote-link-arrow-container  {
  background-color: #18325b;
  color: #04bcdd;
  position:relative;
  top: 6px;
  left: 12px;
  font-size: 21px;
  border-radius: 2000px;
  width: 25px;
  height: 25px;
  text-align:center;
  display:inline-block;
} 

.homepage-quote .quote-link-arrow-container .quote-link-arrow {
  position: relative;
  top: -4px;
}

.quote-background-container {
  padding-top:141px;
  padding-bottom: 286px;
}

.left-icon-link-misc {
  position: relative;
  top: -7px; 
  padding-top: initial!important;
/*   padding-bottom: 4px; */
}

.left-icon-link-misc p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.2px;
  position: relative;
  top: 21px;
  padding-left: 74px;
/*   padding-bottom: 39px; */
}

.left-icon-link-misc-1 {
  padding-left: 54px;
}

.left-icon-link-misc-2 {
  padding-left: 40px;
}

.left-icon-link-misc-3 {
  padding-left: 54px;
}

.left-icon-link-misc-4 {
  padding-left: 44px;
}

.left-icon-link-misc-4 img {
  position: relative;
  top: -2px;
}

.misc-links-container {
  padding-top: 40px;
  padding-bottom: 16px;
}

.homepage-stories {
  padding-top: 61px;
  padding-bottom: 50px;
}

.homepage-stories h2 {
  color: #FFF;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.4px;
}

.homepage-stories p {
  color: #FFF;
  text-align: center;
  margin-top: 6px;
  letter-spacing: 1px
}

.homepage-stories a {
  color: #FFF;
  text-align: center;
  display:block;
  margin-top: 24px;
}

.contact-us-container {
  padding-top: 149px;
  padding-bottom: 122px;
}

.contact-us-container h2 {
  color: #FFF;
  font-weight: 600;
  line-height: 1.2em;
  width: 262px;
  padding-bottom: 35px;
}

.contact-us-container a {
  color: #FFF;
}

@media (max-width: 768px) {
  .contact-us-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-us-container h2 {
    width: initial
  }
}


.custom-menu-primary a {
  font-size: 18px;
}

.custom-menu-primary {
  padding-top: 7px;
}

.header-top-bar {
  /* padding-top: 5px; */
  /* padding-bottom: 17px; */
} 

/*@media (max-width: 1260px) {*/
/*  .header-top-bar {*/
/*    display: none!important;*/
/*  }*/
/*}*/


@media (max-width: 1260px) {
  .header-top-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1160px) {
  .header-top-bar {
    max-height: 200px;
  }
}

@media( max-width: 768px) {
  .header-top-bar {
    display:none!important;
  }
}

.header-top-bar-tagline {
  font-size: 18px;
  font-style:italic;
  
}

.header-container-wrapper .page-center {
	max-width: 1440px;
}

/*
.fullwidth-content {
  padding-top: 25px;
  padding-bottom: 9px;
}
*/


/* START - GENERAL - LAYOUT */
.fullwidth-content {

}

.fullwidth-content .page-center {
  /* max-width: 960px!important; */
}

.fullwidth-content h2 {
  text-align:center;
  font-weight: 600;
}

.fullwidth-content p {
  text-align: center;
  margin-top: 0px;
  position:relative;
  top: -8px;
}

.background-primary.fullwidth-content h2 {
  color: #FFF;
}

.background-primary.fullwidth-content p {
  color: #FFF;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.1px;
}

/* START - DEVELOPMENT - CODE */
.our-story-spacer-1 {
  height: 593px;
}
/* END - DEVELOPMENT - CODE */


/* END - GENERAL - LAYOUT */

/* START - GENERAL - HERO IMAGE */
.hero-image {
  background-position: center;
  background-repeat: no-repeat;
	background-size: cover;
}

.hero-image-container {
	background-size: cover;
	background-position: center;
    height: 596px!important;
    overflow:hidden!important; 
}

.hero-image-container .page-center {
  padding:0!important;
}

@media (max-width: 900px) {
  .hero-image-container .blue-stripe {
    width: 100%;
    padding-right: 20px;
  }

  .hero-image-container .blue-stripe .hero-image-text-header {
    max-width: 95%!important;
    width: 95%!important;
    margin-left:auto;
    margin-right:auto;
  }

  .hero-image-container .blue-stripe .hero-image-text-subheader {
    width: 95%!important;
    max-width: 95%!important;
    margin-left:auto;
    margin-right:auto;
  }
}


.hero-image-text {
	padding-top: 164px;
	padding-bottom: 188px;
}

@media (min-width: 1260px) {
	.hero-image-text {
		width: 266px!important;
	}
}
@media (max-width: 1260px) and (min-width: 768px) {
	.hero-image-text {
		padding-top: 75px;
		padding-bottom: 100px;
		padding-left: 25px;
		width: 300px!important;
	}
}

@media (max-width: 768px) {
	.hero-image-text {
		padding-top: 20px;
		padding-bottom: 40px;
		width: initial!important;
		text-align:center;
		padding-left: 10%;
		padding-right: 10%;
	}
}

.hero-image-text-header {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
} 

.hero-image-text-body {
  color: #FFF;
  font-size: 20px;
  line-height: 1.3em;
}



/* END - GENERAL - HERO IMAGE */

/* START - OUR STORY */

/* START - LEFT ICON BUTTON */
.triple-button-container {
	display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  padding-top: 69px;
  padding-bottom: 63px;
}

.triple-button-container img {
	float: left;
	position: relative;
	top: -21px;
}

.triple-button-container p {
  font-weight: 900;
  font-size: 50px;
  line-height: 0.95em;
  margin: 0;
	padding-left: 111px;
}

.triple-button-container p + p {
	font-size: 21px;
}

.triple-button-container .white-arrow {
	color: #FFF!important;
	padding-left: 8px;
}

/* END - LEFT ICON BUTTON */

/* START - MODULE - HEADSHOT TESTIMONIAL */

.headshot-testimonial-container {
	border-bottom: 1px solid #18325b;
	background-position: center;
  background-size: cover;
	background-repeat: no-repeat;
}

.headshot-testimonial-quote-container {
  padding-top: 250px;
  /*padding-bottom: 160px;*/
  max-width: 500px;
}

.headshot-testimonial-quote {
  font-size: 33.84px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.25em;
	padding-bottom: 43px;
}

.headshot-testimonial-attestor {
  letter-spacing: 0px;
  font-size: 18px;
  padding-bottom: 53px;
}

.headshot-testimonial-link-container {
  font-size: 14px;
  display: inline-block;
  margin-right: 88px;
  font-weight: 600;
}

.headshot-testimonial-link-container img {
  position: relative;
  left: 13px;
  top: 2px;
}

/* END - MODULE - HEADSHOT TESTIMONIAL */

/* START - MODULE - HERO IMAGE */
.hero-image-text-container {
  padding-top: 126px;
  padding-bottom: 170px;
  line-height: 1.8em;
}

.hero-image-text-header {
		max-width: 300px;
		padding-bottom: 6px;
		color: #FFF;
		font-size: 24px;
		font-weight: 600;
}

.hero-image-text-subheader {
  color: #FFF;
  font-size: 20px;
  max-width: 340px;
  line-height: 1.3em;
}
/* END - MODULE - HERO IMAGE */

/* START - MODULE - FULLWIDTH HEADER BODY */
.fullwidth-header-body-container {
	/*padding-top: 46px;
	padding-bottom: 178px;*/
	/* 43 165 */
	background-size: cover;
  background-position: center;
}

.fullwidth-header-body-header {
	text-align: center;
	font-weight: 600;
	padding-bottom: 25px;
}

.fullwidth-header-body-subheader {
	font-size: 24px;
	line-height:24px;
	padding-bottom:4px;
}

.fullwidth-header-body p {
	margin: 0;
	line-height: 1.4em;
	padding-bottom: 24px;
}

/* END - MODULE - FULLWIDTH HEADER BODY */

/* START - MODULE - CONTACT US CALL TO ACTION */
.call-to-action-contact-us-text h2 {
	color: #FFF;
	font-weight: 600;
	line-height: 1.22em;
	padding-bottom: 35px;
}

.call-to-action-contact-us-text a {
	color: #FFF;
	border: 2px solid #FFF;
	font-weight: 600;
	padding: 6px 19px;
}

.call-to-action-contact-us-image {
	height:100%;
	background-position: center;
	background-size:cover;
}

@media (max-width: 768px) {
    .call-to-action-contact-us-text {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* END - MODULE - CONTACT US CALL TO ACTION */

/* START - MODULE - OUR STORY WHO WE ARE BUTTON */
.our-story-who-we-are-button-container {
	padding-top: 125px;
	padding-bottom: 143px;
}

.our-story-who-we-are-button-container img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 138px;
	height: 137px;
	margin-bottom: 27px;
}

.our-story-who-we-are-button-header {
	color: #04bcdd;
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
	text-align:center;
	padding-bottom: 4px;
}

.our-story-who-we-are-button-subheader {
	color: #FFF;
	text-align:center;
	font-size: 20px;
	line-height: 1.33em;
	min-height: 86px;
	margin-bottom: 11px;
}

.our-story-who-we-are-button-container a {
	border: 2px solid #FFF;
	font-size: 15px;
	display: block;
	padding: 4px 15px;
	color: #FFF;
	margin-left:auto;
	margin-right:auto;
	width: 140px;
	text-align:center;
}
/* END - MODULE - OUR STORY WHO WE ARE BUTTON */

/* START - MODULE - IMAGE HEADER TEXT */
.image-header-text {
	padding-top:20px;
	max-width: 528px;
}

.image-header-text h4 {
	font-size:24px;
	font-weight: 400;
	margin-top:0;
	margin-bottom:0;
	position:relative;
	top:-2px;
}

.image-header-text p {
	color: #58595b;
	margin-top:0;
	line-height:1.36em;
}

.row-fluid .span6 + .span6  .image-header-text {
  margin-left:auto;
}

/* END - MODULE - IMAGE HEADER TEXT */

/* START - OUR STORY - WHO WE ARE */
.our-story-who-we-are-hero {
  background-image: url(https://cdn2.hubspot.net/hubfs/2565481/our-story/who-we-are/header-hero-overlay.jpg?t=1497905179574);
}

.our-story-who-we-are-boxed-content {
	padding-top:85px;
	padding-left:6%;
	padding-right:6%;
	padding-bottom: 97px;
}



.our-story-who-we-are-boxed-content fieldset {
	border-color: #18325b;
}

.our-story-who-we-are-boxed-content legend {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	padding-left: 30px;
	padding-right: 30px;
}

.our-story-who-we-are-boxed-content p {
	color: #58595b;
	text-align: center;
  padding-left: 5%;
  padding-right: 5%;
	padding-bottom: 20px;
}

.our-story-who-we-are-boxed-content p + p {
	text-align: center;
  padding-left: 7%;
  padding-right: 7%;
	padding-bottom: 14px;
	line-height: 22px;
}

.our-story-who-we-are-boxed-content .our-story-who-we-are-boxed-content-button-header {
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	padding-bottom: 19px;
}

.our-story-who-we-are-boxed-content-button-row-1 {
  max-width: 965px;
  margin-left: auto;
  margin-right: auto;
}

.our-story-who-we-are-boxed-content-button-row-2 {
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 132px;
}

.our-story-who-we-are-boxed-content-button {
  background-color: #18325b;
  color: #FFF;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 20px;
  margin-left:auto;
  margin-right:auto;
  width: 310px;
  font-size: 14px;
  font-weight: 600;
}


/* END - OUR STORY - WHO WE ARE */

/* START - OUR STORY - WHO WE ARE */

/* END - OUR STORY - WHO WE ARE */

/* START - OUR STORY - WHY CHOOSE */
.our-story-why-choose-boxed-content {
  max-width: 1086px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 71px;
  padding-bottom: 100px;
}

.our-story-why-choose-boxed-content fieldset {
	border: 1px solid #18325b;
}

.our-story-why-choose-boxed-content fieldset legend {
  text-align: center;
  font-size: 30px;
  padding-left: 6%;
  padding-right: 6%;
  line-height: 1.33em;
  padding-bottom: 14px;
}

.our-story-why-choose-boxed-content .our-story-why-choose-box {
	max-width: 646px;
  background-color: #18325b;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 19px;
  height: 103px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 5%;
  padding-right: 5%;
}

.our-story-why-choose-boxed-content .our-story-why-choose-box-header {
	color: #04bcdd;
  text-align: center;
}

.our-story-why-choose-boxed-content .our-story-why-choose-box-content{
	color: #FFF;
  text-align: center;
  line-height: 1.33em;
}

.our-story-why-choose-tabs-header {
	color: #FFF;
	text-align: center;
	line-height: 1.33em;
	padding-bottom:24px;
}

.why-choose-tab-content {
	color: #FFF;
}

.our-story-why-choose-tabs {
	
}

.our-story-why-choose-tabs ul {
	padding-left: 0!important;
	padding-bottom: 126px;
}

.our-story-why-choose-tabs ul li {
	height: 110px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
	line-height: 110px;
  text-align: right;
	font-size: 18px;
  font-weight: 600;
	padding-right:20px;
}

.our-story-why-choose-tabs ul li a {
	width: 100%;
  height: 100%;
  display: block;
}

.our-story-why-choose-tabs ul li.ui-tabs-active {
	background-color: #FFF;
}

.our-story-why-choose-tabs ul li.ui-tabs-active a {
	color: #18325b;
}

.our-story-why-choose-tabs ul li.ui-tabs-active img.inactive {
	display:none;
}

.our-story-why-choose-tabs ul li.ui-tabs-active img.active {
	display:initial;
}

.our-story-why-choose-tabs ul li img.inactive {
	display:initial;
}

.our-story-why-choose-tabs ul li img.active {
	display:nono;
}

.our-story-why-choose-tabs .ui-tabs-panel {
	padding-left: 52px;

}

.our-story-why-choose-tabs .why-choose-tabs-boxed-content {
	border: 1px solid #04bcdd;
  height: 194px;
  /*margin-bottom: 18px;*/
  margin: 18px;
  margin-left: 0;
  color: #FFF;
  text-align: center;
  padding-top: 10%;
  padding-left: 5%;
  padding-right: 5%;
  font-weight: 600;
}

.our-story-why-choose-tabs li {
    /*overflow-y: hidden!important;*/
}

.our-story-why-choose-tabs ul li img {
	vertical-align:middle;
	display:none;
}

.our-story-why-choose-tabs ul li a { 
	color: #04bcdd;
}

.our-story-why-choose-tab-content-header {
	color: #04bcdd;
	font-size:24px;
}

.our-story-why-choose-tab-content-header strong {
	font-weight: 600;
}

.fullwidth-secondary-line {
	border-bottom: 1px solid #04bcdd;
	height:14px;
	margin-bottom: 28px;
}

.our-story-why-choose-tab-content-subheader {
	color: #FFF;
	font-size: 20px;
  line-height: 1.33em;
	padding-right:13%;
	padding-bottom: 21px;
}

.our-story-why-choose-tab-content-body {
	color:#FFF;
	padding-right:12%;
	line-height:1.4em;
	margin-bottom: 30px;
}

/* END - OUR STORY - WHY CHOOSE */

/* START - OUR STORY - VALUE BASED CONTRACTS */

.span6 + .span6 .our-story-value-based-contracts-ul {
  margin-left: auto;
}

.our-story-value-based-contracts-ul {
  max-width:542px;
  display: table!important;
}

.our-story-value-based-contracts-ul p {
  margin-bottom: 0!important;
  color: #58595b!important;
  font-weight: 600;
}

.our-story-value-based-contracts-ul ul {
  margin-top: 0!important;
  padding-left:0!important;
  list-style-type: disc!important;

}

.our-story-value-based-contracts-ul ul li {
/*   list-style: disc!important; */
  color: #58595b!important;
  display:table-row!important;
  line-height: 1.33em
}

.our-story-value-based-contracts-ul ul li:before {
  content:"•"!important;
  color: #04bcdd!important;
  /*   font-size: -2px; */
  display:table-row!important;
  text-align: right;
}
/* END - OUR STORY - VALUE BASED CONTRACTS */

/* START - MODULE - OUR SOLUTION - BUTTON LINK */
.our-solution-button-link-container {
  padding-top: 25px;
  padding-bottom: 5px;
}

.our-solution-button-link-container img {
  display: block;
  margin-left:auto;
  margin-right:auto;
  padding-bottom:9px;
}

.our-solution-button-link-container a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #FFF;
    max-width: 135px;
    font-size: 18px;
    min-height: 50px;
    line-height: 1.3em;
    margin-bottom: 5px;
}

@media(max-width: 768px) {
  .our-solution-button-row .span2 {
    width: 100%!important;
    margin:0!important;
    float:left!important;
  }
}



.solutions-overview-button-rows .our-solution-button-link-container {
  padding-top: 0;

}

.solutions-overview-button-rows .our-solution-button-link-container a {
  color: #18325b;
}

.solutions-overview-row-1 {
  padding-top: 136px;
}

.solutions-overview-row-2 {
  float:none!important;
  max-width:591px;
  margin-left: auto!important;
  margin-right:auto!important;  
}
/* END - MODULE - OUR SOLUTION - BUTTON LINK */


/* Markets - start*/

.state-bubble > div > span > div{
    padding-top:0px !important;
    padding-bottom:0px !important;
}

.state-bubble > div > span > div > a{
    color: #18325b;
}

.markets-blue-contact-button {
    color: #FFF;
    border: 2px solid  #18325b;
    font-weight: 600;
    padding: 6px 19px;
    background-color: #18325b;
}

.markets-clear-contact-button{
    color: #FFF;
    border: 2px solid #FFF;
    font-weight: 600;
    padding: 6px 19px;
}

.markets-clear-contact-button:hover {
    background-color: #FFF;
    color: #808285;
}

.markets-white-text {
    color: #fff;
    padding: 10%;
    padding-left: 28%;
    padding-top: 3%;
}

@media screen and (max-width: 1024px){
.markets-white-text {
    padding-left: 0%;
}
}

.markets-white-text > p {
    color: #fff;
}

.markets-white-text > h2 {
    color: #fff !important;
    font-weight: 600;
}
.markets-map-row{
    padding-top:5%;
}

.markets-grey-row{
   background-color: #808285;
}

.markets-grey-row-text {
    padding-top: 3.25%;
    padding-bottom: 3.25%;
}

.markets-grey-row-text > h2 {
    margin-bottom: 25px;
}

.markets-map-row img {
    margin-top: -7%;
    margin-left: -7%;
}

.markets-blue-background{
    background-color: #18325b;
    min-height: 765px !important;
}

.markets-state-box {
    border: 1px solid #04bcdd;
    max-width: 355px;
    min-height: 368px;
    padding: 5%;
}



.team-member-headshot img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 0px;
    max-width: 100%;
    max-height: 250px;
    border-style: none;
    border-width: 5px;
    display: inline-block;
    width: 100%;
    border-color: none;
    height: auto;
}

.city-overview-textbox{
        margin-left: -25px;
    margin-top: 20px;
}

.team-member-box {
    border: solid 1px #18325b;
    min-height: 415px;
    max-width: 265px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 20px;
    margin-top:20px;
}

.team-member-name {
    margin: 0;
    font-weight: 100;
    margin-left: 15px;
    margin-top: 4px !important;
}

.team-member-title {
    margin: 0;
    font-weight: 100;
    margin-left: 15px;
		margin-right: 15px;
}
.bio-button-container {
    padding-left: 15px !important;
    min-height: 24px!important;
    
    color: white;
    
}

.bio-button {
    background: #18325b;
    color: white;
    text-align: center;
    padding: 10px;
    max-width: 85px;
}

.bio-button:hover{
    background: #04bcdd;
    color: white;
    text-align: center;
}


.bio-button {
    color: white;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
}

.team-member-social img {
    vertical-align: top;
    float: right;
    margin-right: 15px;
    margin-top: -10px !important;
}

.team-member-row{
    margin-bottom: 160px;
}

.team-member-links{
    position: absolute;
    bottom: 20px;
}


.member-info{
    min-height: 105px !important;
}

#linkedin {
   background-image: url('https://cdn2.hubspot.net/hubfs/2565481/Markets/lnked-in.png');
   height: 30px;
    background-repeat: no-repeat;
    background-position: 75%;
    margin-top: -10px;
    margin-bottom: -30px;
}

#linkedin:hover {
   background-image: url('https://cdn2.hubspot.net/hubfs/2565481/Markets/villagemd_UI_KIT.jpg');
}
@media screen and (max-width:769px){
#linkedin {
    background-image: url(https://cdn2.hubspot.net/hubfs/2565481/Markets/lnked-in.png?t=1501596608975);
    height: 30px;
    background-repeat: no-repeat;
    background-position: 90%;
    margin-top: -35px;
    margin-bottom: -10px;
    /* display: inline-block; */
}
}



.markets-team-row{
    margin-bottom: 30px;
}

.meet-team{
    margin-top: 3%;
    margin-bottom: 3%;
}
.team-seperator{
margin-top: 120px;
}
/* Markets - end */

/* START - MODULE - OUR SOLUTION - LEFT IMG TEXT */

.left-img-text {
/*   background-color: red; */
  line-height: 99px;
  width: 429px;
  margin-left: auto;
  margin-right: auto;
}

.left-img-text img {
  display:inline-block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding-right: 18px
} 

.left-img-text .left-img-text-text {
  display:inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 27px;
  color: #FFF;
  width: 70%;
  font-weight: 600;
}

.our-solution-ul > li{
    padding-bottom: 40px;
    margin-top: -20px;
}

.our-solution-ul > li:before{
    content: "." !important;
    color: #04bcdd;
}

.our-solutions-header-text h4 {
    font-size: 24px;
    font-weight: 400 !important;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    /* top: -40px; */
}

.our-solutions-teal-section {
    /*padding: 13%;*/
    /*padding-bottom: 35%;*/
    /*padding-left: 14%;*/
    padding-left:20px;
    padding-right: 20px;
}

.our-solutions-white-column{
    /*margin-left: -50px;*/
    margin-left: 17px;
}

.our-solutions-white-column {
    margin-left: 0!important;
    padding-left: 40px!important;
    padding-right: 40px!important;
}

@media (max-width: 768px) {
    .our-solutions-white-column {
        margin-left: 0!important;
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
}

.room-guidelines-bold-header > h3{
    margin-top: 45px;
    font-weight: 600;
}

.room-guidelines-teal-section {
    padding: 12%;
    padding-bottom: 69%;
    padding-left: 14%;
}

/* END - MODULE - OUR SOLUTION - LEFT IMG TEXT */

.clinical-innovations-secondary-header {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 19px;
  margin-bottom: 31px;
}


.clinical-innovations-secondary-ul {
  display: table!important;
  padding-left: 0!important;
/*   padding-left: 21px!important; */

}

.clinical-innovations-secondary-ul li {
  color: #FFF;
  font-size: 24px!important;
  font-weight: 600;
  display:table-row!important;
  padding-left: 20px;
  margin-bottom:20px!important;
}

.clinical-innovations-secondary-ul li::before {
  content: "\2011"!important;
  color: #FFF!important;
  display:table-cell!important;
  font-weight: 600;
}

.clinical-innovations-list-item {
  color: #FFF;
  font-weight: 600;
  font-size: 24px;
  padding-top: 12px;
  padding-bottom: 20px;
}

/* END - OUR STORY */

/* START - LEADERSHIP */

.leadership-video-tabs .tab-header{
    background:#04bcdd;
}

.leadership-blue-background{
    background: #18325B;
}

.leadership-team-header{
    text-align: center;
    font-weight: 100;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 14px;
    line-height: 38px;
}

.leadership-member-row{
    margin-bottom: 40px !important;
}

.lg-padding{
    margin-bottom: 40px;
}


/* END - LEADERSHIP*/

/* START TEAM MEMBER CARD EFFECT */
.card {
  position: relative;

}

.card__front,
.card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__front,
.card__back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}

.card__front {

}

.card__back {
background: #18325B;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
    font-size: 14px;
    padding: 10px;
}

.card.effect__click.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.card.effect__click.flipped .card__back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

/* END TEAM MEMBER CARD EFFECT */

/* Contact Start */

.hs-form-required{
    display:none;
}

.hs-button{
   color:white !important;
   text-align: center !important;
   padding: 4px 16px !important;
   font-size: 14px !important;
   background-color: #04bcdd !important;
   border:none !important;
   border-radius: 0px !important;
}
.contact-content{
    margin-top: 20px;
    margin-bottom: 20px;
} 

/* Contact End*/

/* Careers Start */



.careers-button{
    color: #FFF;
    border: 2px solid #FFF;
    font-weight: 600;
    padding: 6px 19px;
}

.careers-button:hover {
    background-color: #FFF;
    color: #808285;
}

.careers-call-to-action{
    padding-top:50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.career-button-container{
    padding-top:20px;
    padding-bottom: 20px;
}

.career-member-row {
    margin-bottom: 30px;
}


 

/* Careers End */

/* Day In the Life Module Start */


.life-info{
    padding: 20px;
}

.life-button{
    background: #18325b;
    color: white;
    text-align: center;
    padding: 10px;
    max-width: 85px;
}

/* Day In the Life Module End */


.open-positions-spacer{
    padding: 30px;
}

.jv-careersite > iframe{
    height: 600px;
    max-width: 688px;
}

.jv-wrapper > h2{
    color: #18325b;
}

.jv-wrapper > h3{
    color: #18325b;
}

.jv-wrapper > a {
    color: #636467;
}

.jv-wrapper > a {
    color: #18325b;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  text-overflow: initial!important;
  text-transform: uppercase;
}

/* START - STYLING - FULLWIDTH PSEUDO SPAN */

.fullwidth-pseudo-span .fullwidth-pseudo-span4 {
    width: 33.3%!important;
}
.fullwidth-pseudo-span .fullwidth-pseudo-span8 {
    width: 66.6%!important;
    margin: 0!important;
}

@media (max-width: 768px) {
    
    .fullwidth-pseudo-span .fullwidth-pseudo-span4 {
        width: 100%!important;
    }
    .fullwidth-pseudo-span .fullwidth-pseudo-span8 {
        width: 100%!important;
    }

}



.pseudo-span {
    position:absolute;
    top: 0;
    bottom: 0;
    left:0;
    margin: 0!important;
    width: 27%!important;
    z-index: -200;
}

@media (min-width: 1920px) {
    .pseudo-span   {
        width: 33%!important;
    }
}

@media (min-width: 3200px)  {
    .pseudo-span {
        width: 40%!important;
    }
}

@media (max-width: 768px) {
    .pseudo-span {
        display:none!important;
    }
}

.fullwidth-pseudo-span.page-center {
    padding: 0!important;
} 

.solutions-overview-header {
    padding-left: 20px;
    padding-right: 20px;
}

/* END - STYLING - FULLWIDTH PSEUDO SPAN */

/* redoing bootstrap for zero gutter no margins */

@media (min-width: 769px) {
    .span1 {
        width: 8.3%!important;
        margin: 0!important;
    }
    
    .span2 {
        width: 16.6%!important;
        margin: 0!important;
    }
    
    .span3 {
        width: 25% !important;
        margin: 0!important;
    }
    
    .span4 {
        width: 33.3% !important;
        margin: 0!important;
    }
    
    .span5 {
        width: 41.6%!important;
        margin: 0!important;
    }
    
    .span6 {
        width: 50% !important;
        margin: 0!important;
    }
    
    .span7 {
        width: 58.3% !important;
        margin: 0!important;
    }
    
    .span8 {
        width; 66.6%!important;
        margin: 0!important;
    }
    
    .span9 {    
        width: 75%!important;
        margin:0!important;
    
    }
    
    .span10 {
        width: 83.3%!important;
        margin: 0!important;
    }
    
    .span11 {
        width: 91.6%!important;
        margin: 0!important;
    }
    

}


    /*.body-container-wrapper .span1 {*/
    /*    padding-left: 20px;*/
    /*    padding-right: 20px;*/
    /*}*/
    
    /*.body-container-wrapper .span2 {*/
    /*    padding-left: 20px;*/
    /*    padding-right: 20px;*/
    /*}*/
    
    /*.body-container-wrapper .span3 {*/
    /*    padding-left: 20px;*/
    /*    padding-right: 20px;*/
    /*}*/
    
    /*.body-container-wrapper .span4 {*/
    /*    padding-left: 20px;*/
    /*    padding-right: 20px;*/
    /*}*/
    
    /*.body-container-wrapper .span5 {*/
    /*    padding-left: 20px;*/
    /*    padding-right: 20px;*/
    /*}*/
    
    /*.body-container-wrapper .span6 {*/
    /*    padding-left: 20px;*/
    /*    padding-right: 20px;*/
    /*}*/
    
    /*.body-container-wrapper .span7 {*/
    /*    padding-left: 20px;*/
    /*    padding-right: 20px;*/
    /*}*/
    
    /*.body-container-wrapper .span8 {*/
    /*    padding-left: 20px;*/
    /*    padding-right: 20px;*/
    /*}*/
    
    /*.body-container-wrapper .span9 {*/
    /*    padding-left: 20px;*/
    /*    padding-right: 20px;*/
    
    /*}*/
    
    /*.body-container-wrapper .span10 {*/
    /*    padding-left: 20px;*/
    /*    padding-right: 20px;*/
    /*}*/
    
    /*.body-container-wrapper .span11 {*/
    /*    padding-left: 20px;*/
    /*    padding-right: 20px;*/
    /*}*/
    
    /*.body-container-wrapper .span12 {*/
    /*    padding-left: 20px;*/
    /*    padding-right: 20px;*/
    /*}*/

.comfort-padding {
    padding-left: 20px;
    padding-right: 20px;
}


.container-fluid .row-fluid .page-center {
    padding: 0!important;
}

.hs_cos_wrapper_module_1498518886803272 {
    margin-left: 0!important;
}

@media (max-width: 1024px) {
    .blocked-block-quote-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}


.header-container {
    padding-bottom: 30px!important;
    
}

@media (max-width: 768px) {
    .header-container {
        padding-top: 10px!important;
      padding-bottom: 10px!important;
    }
}



.small-header .header-container {
    padding-bottom: 10px!important;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
}

.event-modal-event {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid;
}

.event-modal-title {
    font-weight: 600;
    margin-bottom: 25px;
}

.open-event-modal {
     cursor: pointer;
         max-width: 300px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 20px;
}

.fair-modal-event {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid;
}

.fair-modal-title {
    font-weight: 600;
    margin-bottom: 25px;
}

.open-fair-modal {
    cursor: pointer;
        max-width: 300px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 20px;
}

.data-platform-animation {
    display:block;
    max-width: 1230px;
    width: 1230px;
    max-height: 514px;
    height: 514px;
    margin-left:auto;
    margin-right:auto;
    /*margin-top: 60px;*/
    /*margin-bottom: 60px;*/
}

.video-js.data-platform-animation {
    display:block;
    max-width: 1230px;
    width: 1230px;
    max-height: 514px;
    height: 513px;
    margin-left:auto;
    margin-right:auto;
    /*margin-top: 60px;*/
    /*margin-bottom: 60px;*/
}

.data-platform-animation {
    background-color: #f9f9f9!important;
}

@media (max-width: 1260px) {
   .video-js.data-platform-animation {
        max-width: 740px;
        width: 740px;
        max-height: 311px;
        height: 308px;
    }
}



@media ( max-width: 768px) {
    .video-js.data-platform-animation {
        max-width: 420px;
        width: 420px;
        max-height: 178px;
        height: 175px;
    }
}


@media ( max-width: 480px) {
    .video-js.data-platform-animation {
        max-width: 280px;
        width: 280px;
        max-height: 119px;
        height: 117px;
    }
}

/* Team Member Media - Start*/
@media screen and (max-width: 1700px){
    .span3.team-member-module{
        /*width: 50% !important;*/
    }
}

@media screen and (max-width: 1260px){
    .span3.team-member-module{
        width: 50% !important;
    }
}

@media screen and (max-width: 1250px){
    .span4.career-member-box{
        width: 100% !important;
    }
}

@media screen and (max-width: 900px){
    .span3.team-member-module{
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) and (min-width: 768px){
    .span3.team-member-module{
        margin-left: 0px !important;
    }
    
}
/* Team Member Media - End*/

/* Markets Media Start */

@media screen and (max-width: 1130px){
.markets-content {
    width: 100% !important;
}
.state-box-container{
    width: 100% !important;
}
.markets-state-box {
    border: 1px solid #04bcdd;
    max-width: 355px;
    min-height: 368px;
    padding: 5%;
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (max-width: 1024px){
    .market-main-section{
 padding: 10px ;
    }
}

/* Markets Media End */

@media screen and (max-width: 1150px){
.footer {
    padding-top: 0px;
    padding-bottom: 0px;
    display: none !important;
}
}

.event-holder {
  max-width: 300px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.jv-careersite iframe {
    height: 1300px;
}

@media (max-width: 786px) {
    .video-tabs-container .span4 {
        width: 100%!important;
    }   
    
    .video-tabs-container .span8 {
        width: 100%!important;
    }
}

@media (max-width: 786px) {
    .video-tabs ul li {
        padding-left: 20px;
        padding-right: 20px;
    }
}


.mobile-open .header-container-wrapper {
    position: initial!important;
}

.mobile-open .body-container-wrapper {
    padding-top: initial!important;
}


.city-overview-textbox {
    width: 33%;
}

@media (max-width: 1260px) {
    .city-overview-textbox {
       padding-bottom: 200px;
    }
}

@media (max-width: 1024px) {
.city-overview-textbox {
    width: 45%;
}
}


@media (max-width: 768px) {
.city-overview-textbox {
    width: 65%;
}
.markets-white-text {
  padding-left: 20px!important;
}
.fullwidth-header-body-header{
    color: #ffffff;
    font-family: "ProximaNova";
    text-shadow: black 2px 2px 10px
}
}
@media screen and (min-width: 1921px) {
.fullwidth-header-body-header{
    color: #ffffff;
    font-family: "ProximaNova";
    text-shadow: black 2px 2px 10px
}
}

.footer-container-wrapper > .footer-container > .row-fluid-wrapper > .row-fluid  > .span12 {
    padding-left: 0!important;
    padding-right: 0!important;
}

.fullwidth-header-body-health-plans .full-width-header-button {
    max-width: 363px;
    word-wrap: wrap;
        width: auto;
}
.physician-testimonial-header,.value-based-header-image, .data-platform-header-image{
    background-size: cover;
    background-position: 71%;
    height: 596px!important;
    overflow: hidden!important;
}

.fullwidth-results-header-image{
    background-position: 100%;
}

#hs_cos_wrapper_module_1498178856090254 > div > div > div.span8 > div{
    background-position: 28%;
}


@media (max-width: 1230px) {
  .homepage-video-label {
    width: 100%!important;
    text-align:center;
    margin-bottom: 50px!important;
  }

  .homepage-video-label .homepage-video-preview-text {
    max-width: initial;
  }

  .homepage-video-label .homepage-video-preview-text p {
    width: initial;
  }

  .homepage-video-video {
    width: 100%!important;
    margin: 0!important;
  }

  .homepage-video-video iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 900px) {
  .homepage-video-video iframe {
    width: 750px!important;
    height: 422px!important;
  }
}

@media (max-width: 768px) {
  .homepage-video-video iframe {
    /*width: 450px!important; Commented out by HubSpot support 17 June - video not centred on mobile*/
    height: 253px!important;
  }
}

@media (max-width: 480px) {
  .homepage-video-video iframe {
    /*width: 280px!important; Commented out by HubSpot support 17 June - video not centred on mobile*/
    height: 158px!important;
  }
}



@media (max-width: 768px) {
	.video-tabs iframe {
		display:block;
		width: 640px!important;
		height: 360px!important;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 656px) {
	.video-tabs iframe {
		width: 420px!important;
		height: 236px!important;
	}
}

@media (max-width: 420px) {
	.video-tabs iframe {
		width: 280px!important;
		height: 158px!important;
	}
}
.fullwidth-header-body-markets-overview {
    background-position: center top;
}

@media (max-width: 1150px) {
  .light-blue-map-collapse .span4 {
    width: 100%!important;
  }

  .light-blue-map-collapse .markets-white-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .light-blue-map-collapse .span8 {
    width: 100%!important;
    margin: 0!important;
  }

  .light-blue-map-collapse img {
    display:block;
    margin-left: auto!important;
    margin-right: auto!important;;
  }
}

@media (max-width: 1260px) {
  .footer {
    display:none;
  }
}

@media (max-width: 767px ) {
  .homepage-slick-slider {
    margin-bottom: 0!important;
  }
}

@media (max-width: 1150px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
      text-overflow: ellipsis!important;

    }
    
    .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: hidden!important;
    }
}

@media (min-width: 1151px) {
    .header-top-bar ul li.hs-menu-depth-1:nth-child(3)>a {
      padding-right: 0!important;
    } 
}

.header-container-wrapper {
    z-index: 100;
}

.Main.Navbar.Container img.hs-image-widget {
  width: 200px !important;
}