@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css");


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

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











.restricted-width-container {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.restricted-width-container.right {
 margin-right: 0;
}

.restricted-width-container.left {
 margin-left: 0; 
}
@media (min-width: 1200px) {   .container.wide {     max-width: 1440px;   } }
html {
 scroll-behavior: smooth;
  overflow-x: hidden;
}

img {
 max-width: 100%; 
}

a {
  color: #000000;
  transition: 0.2s ease-in;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

body {
 font-size: 12px;
  font-weight: 300;
  color: #5b5b60;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

h1, h2, h3 {
  font-weight: 900;
  color: #000;
}

p {
 margin-bottom: 20px; 
}

.icon {
 font-size: 30px; 
}


@media (min-width: 1200px) {
  .container.wide {
    max-width: 1440px;
  }
  
  
  .row-fluid [class*="span"] {
    min-height: 0; 
  }
}



.header-container,
.body-container,
.footer-container {
 padding-left:0;
  padding-right:0;
}

.body-container-wrapper {
   flex-grow: 1;
}





.site-header-wrapper {
  z-index: 999;
  width: 100%;
}

.site-header-wrapper > div {
 padding: 0;

}

.site-header-spacer {
 height: 150px; 
}

.site-header {
 display: flex;
  flex-direction:row;
  align-items: center;
  padding: 15px 0;
}

.logo-wrapper img {
 width: 200px; 
}




.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display:flex;
  flex-direction:column;
  list-style:none;
  margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {

}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
  padding: 0 23px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  font-weight: 400;
  color: #FFF;
  max-width: none;
  width: auto;
  display: block;
  font-size: 18px;
}




.shader {
  background-color: rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}


.width-restrictor-1 {
 width: 600px;
  max-width: 100%;
}



.subheading {
 display:flex;
  align-items: center;
}

.subheading h4 {
 font-size: 0.9rem;
 text-transform: uppercase;
  margin-bottom: 0;
}


.staff-photo {
  
}

.staff-photo .photo-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.staff-photo .photo-wrapper > img {
 margin-left:auto;
  margin-right:auto;
}

.staff-photo .photo-wrapper .overlay {
 position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
  transform: translateY(-50%);
}

.staff-photo h1 {
 text-shadow: 2px 2px 2px #333;
  font-size: 5rem;
  font-weight: 900;
}


.header-slider {
  
}

.header-slider .carousel-item {
  display:flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.header-photo .scrolldown,
.header-slider .scrolldown {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%); 
  color: #FFF;
}

.header-photo .scrolldown > a,
.header-slider .scrolldown > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
}

.header-photo .scrolldown > a > span,
.header-slider .scrolldown > a > span {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1rem;
  color: #FFF;
}

.header-photo .scrolldown > a > .fas,
.header-slider .scrolldown > a > .fas {
 font-size: 1.5rem; 
}








.header-slider .carousel-item.parallax {
 background-attachment: fixed; 
}

.header-slider .slide-content {
  display: flex;
  flex-direction: column;
}

.header-slider .slide-content.left {
  align-items: flex-start;
}

.header-slider .slide-content.center {
  align-items: center;
}

.header-slider .slide-content.right {
  align-items: flex-end;
}

.header-slider .slide-content h1 {
  font-size: 5rem;
  font-weight: 900; 
}





.header-photo {
  position: relative;
}

.header-photo .photo-wrapper {
  display:flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  align-items: center;
}

.header-photo .photo-wrapper .content.left {
 align-items: flex-start;
}

.header-photo .photo-wrapper .content.center {
 align-items: center; 
}

.header-photo .photo-wrapper .content.right {
 align-items: flex-end; 
}

.header-photo  .content h1 {
 font-size: 5rem;
  font-weight: 900;
}

.header-photo .photo-wrapper > div {
 margin-left: 50px; 
}

@media (max-width: 768px){
 .header-photo .content h1 {
   font-size: 3rem;
  }
  
  .staff-photo h1 {
   font-size: 3rem; 
  }
  
  .header-photo .photo-wrapper>div {
   margin-left: 10px; 
  }
}

.header-photo .subheading-line {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 40px;
  background-color: #ec5a96;
  margin-right: 10px;
}

.header-photo .subheading {
 display:flex;
  align-items: center;
}

.header-photo .subheading h4 {
 font-size: 0.9rem;
 text-transform: uppercase;
  margin-bottom: 0;
}





.three-up {
 margin: 30px 0; 
}

@media (min-width: 991px){
 .three-up {
   margin: 50px 0;
  }
}

.three-up .item-wrapper {
  margin-bottom: 30px;
}

.three-up .item-wrapper h3 {
 font-weight: 900;
  font-size: 2rem;
  position: relative;
  z-index:99;
}

.three-up .heading-wrapper {
 position:relative;
  margin-bottom: 30px;
}

.three-up .item-wrapper .index-label {
 color: rgba(237,237,237,1);
  font-size: 4rem;
  font-weight: 900;
  top: -1.8rem;
  left: 0;
  position:absolute;
}

.three-up .body-text {
 font-size: 0.9rem;
 
}

.three-up .subheading .subheading-text {
  text-transform: uppercase;
  font-weight:600;
  font-size: 0.8rem;
  margin-left: 15px;
  color: #5b5b60;
  
}

.three-up .subheading {
 display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.three-up .subheading .subheading-line {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 40px;
  background-color: #ec5a96; 
}






.left-right {
  padding-top:0;
  padding-bottom: 30px;
}

@media(min-width: 991px) {
 .left-right: {
   padding-top: 30px;
   padding-bottom: 30px;
  }
}



.accordion .btn.btn-link {
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-decoration:none;
  padding-left: 0;
  align-items: center;
}

.accordion .btn.btn-link span {
  margin-right: 10px;
}

.accordion .btn.btn-link.collapsed {
  
}

.accordion .btn.btn-link.collapsed span {
 
}

.accordion .btn.btn-link.collapsed .fa-plus {
 display: inline-block; 
}

.accordion .btn.btn-link.collapsed .fa-minus {
 display: none; 
}

.accordion .btn.btn-link .fa-plus {
 display: none; 
}

.accordion .btn.btn-link .fa-minus {
 display: inline-block; 
}

.accordion .card {
 border: none; 
}

.accordion .card .card-header {
 background-color: transparent;
  padding-left: 0;
}

.accordion .card .card-body {
 padding-left: 0; 
}

.multi-carousel {
 margin: 30px 0; 
}

.multi-carousel .owl-carousel {
  
}

.multi-carousel .owl-carousel .item {
  /*height: 300px; */
}

.multi-carousel .owl-carousel .item img {
 
}

.multi-carousel .owl-carousel .owl-nav button.owl-prev {
  
}

.multi-carousel .owl-carousel .owl-nav button {
  background-color: #ec5a96;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  color: #FFF;
  position: relative;
  margin: 0 10px;
}

.multi-carousel .owl-carousel .owl-nav button i {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
}

.owl-carousel .owl-nav {
 font-size: 1rem;
 position: absolute;
 top: 50%;
 width: 100%;
 left: 0;
 display: none;
 justify-content: space-between;
 transform: translateY(-50%);
 pointer-events: none;
}


@media (min-width: 991px){
  .owl-carousel .owl-nav {
   display: flex; 
  }
}

.owl-carousel .owl-nav button {
 pointer-events: all; 
}

.owl-carousel .owl-dots {
 display: none; 
}




.testimonials {
 margin: 30px 0; 
}

.testimonial-carousel .item {
  
}

.testimonial-carousel .item > .container {
 padding: 30px; 
}

.testimonial-carousel .item .avatar {
 display:flex;
  align-items: center;
  justify-content: center;
}
/*
.testimonial-carousel .item .avatar .img {
  width: 150px;
  height:150px;
  border-radius: 100%;
  background-position:center center;
  background-repeat: no-repeat;
  background-size: cover;
}
*/
.testimonial-carousel .item .avatar .img {
  width: 240px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
  /*border-radius: 100%;*/
}

.testimonial-carousel .item h2  {
 text-align: center;
  margin-top: 15px;
}

.testimonial-carousel .item .description {
 text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 991px){
 max-width: 70%; 
}

.testimonial-carousel .item .info {
 text-align: center;
 margin-top: 30px;
}

.testimonial-carousel .item .info .name {
 font-size: 0.7rem;
 text-transform: uppercase;
 font-weight: bold; 
}

.testimonial-carousel .item .info .role {
 font-weight: 400; 
}

.testimonial-carousel .item .item-number {
 text-align: center;
 margin-top: 30px;
}

.testimonial-carousel .item .item-number .current {
  font-weight: 400;
}

.testimonial-carousel .item .item-number .total {
  font-weight: 400;
}



.brand-showcase-wrapper {
 margin: 50px 0; 
}

.brand-showcase {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.brand-showcase .brand-logo {
 height: 150px;
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center center;
  filter: grayscale(100%);
  transition: 0.2s ease-in;
}

.brand-showcase .brand-logo:hover {
 filter: grayscale(0%); 
}

.brand-showcase .brand-logo-wrapper {
 padding: 15px; 
}

@media (min-width: 991px){
  .brand-showcase {
    grid-template-columns: repeat(7, 1fr);
  }
}

.three-col-icons {
  margin: 50px 0;
}

.three-col-icons .items-wrapper {
 display:flex;
  flex-wrap: wrap;
}

.three-col-icons .items-wrapper .item {
 width: 33%;
  display: flex;
  padding-right: 10%;
}

.three-col-icons .item .icon {
  font-size: 1.3rem;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ec5a96;
  color: #FFF;
  margin: 5px;
}

.three-col-icons .item .item-title {
  margin-bottom: 5px;
}

.three-col-icons .item .item-content {
 margin: 15px 7px; 
}

.three-col-icons .item .item-text {
  font-size: 0.7rem;
}

.hs-blog-listing .subpage-banner {
 height: 350px;
  min-height: 350px;
  margin-bottom: 50px;
}


.blog-style-2 {
  margin: 20px 0;
}

.blog-style-2 .post-listing {
 display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

@media (max-width: 991px){
 .blog-style-2 .post-listing {
   grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px){
 .blog-style-2 .post-listing {
   grid-template-columns: 1fr;
  }
}

.blog-style-2 .post-listing .post-item {
 width: 100%;
}


.blog-style-2 .post-listing .post-item .hs-featured-image {
 float: none;
 height: 200px;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
 margin: 0;
 max-width: 100%;
  position: relative;
}

.blog-style-2 .post-listing .post-item h2 {
  font-size:20px;
  font-weight: 700;
}

.blog-style-2 .post-listing .post-item h2 a {
  color: #000;
}

.blog-style-2 .post-listing .post-item .post-header {
 margin: 10px 0; 
}

.blog-style-2 .post-listing a.topic-link {
 color: #5b5b60; 
}

.blog-style-2 .sidebar-item {
 margin-bottom: 2px; 
  font-size: 1rem;
}

.blog-style-2 .sidebar-item > span {
  font-size: 1rem;
}

.blog-style-2 .sidebar-item.socials {
 margin-top: 20px; 
}

.blog-style-2 .sidebar-item.socials a {
 color: #000;
 margin: 0 4px; 
}

.blog-style-2 h1 {
 margin-bottom: 30px; 
}

.blog-style-2 .blog-listing-wrapper {
 padding-top: 30px; 
}

.blog-style-2 .date-overlay {
  padding: 10px;
  background-color: #333;
  color: #FFF;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  position:absolute;
  left: 0;
  bottom: 0;
}

.blog-style-2 .post-text {
  padding: 20px 0;
}

.blog-style-2 .blog-post-image {
 height: 70vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.blog-style-2 .date-overlay .month {
 font-size: 0.9rem; 
}

.blog-style-2 .date-overlay .day {
 font-size: 1.5rem;
  line-height: 1;
}

.blog-style-2 .read-more-link {
 font-size: 0.8rem;
 font-weight: 800;
}

.blog-style-2 .post-header h1 > span {
 color: #000;
  font-size: 2rem;
}

.blog-style-2 .post-body-wrapper {
 padding: 30px;
    background-color: #fafafa; 
}

.blog-style-2 .pages-navigation {
 display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 90px;
}

.module-heading {
 text-align: center; 
  margin-top: 100px;
  margin-bottom: 80px;
}


footer {
 color: #FFF;
}

footer a {
 color: #FFF; 
}

footer .footer-wrapper {
  padding: 100px 0;
}

footer h5 {
 margin-bottom: 15px;
}


footer .copyright > .container {
  display: flex;
  justify-content: space-between; 
}

footer .copyright {
 padding: 15px 0; 
}

footer .copyright .social a {
 margin: 0 7px; 
}

footer .social a .fab {
 transition: 0.2s ease-in; 
}

.menu-toggle {
 display: none; 
}

@media(max-width: 991px){
 footer .copyright > .container {
   flex-direction: column;
   align-items: center;
  }
  
  footer h5 {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  
  footer .links {
   text-align: center; 
  }
 
  footer .contact-info {
   text-align: center; 
  }
  
  footer .footer-wrapper {
   padding: 30px 0; 
  }
  
}

footer .links {
 display: flex;
  flex-direction: column;
}

footer .links a {
 margin: 5px 0; 
}




.desktop-menu {
  display: none;
}

.menu-toggle {
  position:absolute;
  right: 15px;
  align-items: center;
  justify-content: center;
}

.menu-toggle .fa-bars {
 font-size: 1.8rem;
  cursor: pointer;
}


.site-header-wrapper > .mobile-menu {
 transform:translateY(-100%);
  transition: 0.2s ease-in;
  z-index: 99;
  overflow: hidden;
  opacity: 0;
}

.site-header-wrapper > .mobile-menu ul {
  height: 0;
  transition: 0.2s ease-in;
}

.site-header-wrapper > .mobile-menu.showing {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  padding: 20px;
  transform: translateY(0%);
  transition: 0.2s ease-in;
  opacity: 1;
}

.site-header-wrapper > .mobile-menu.showing ul {
  height: 100%;
  transition: 0.2s ease-in;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
 height: auto; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 > a {
 transition: 0.2s ease-in; 
}

.site-header-wrapper>.mobile-menu.showing ul {
 height: auto; 
}

.mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
 font-size: 1.6rem;
 margin-top: 5px;
 margin-bottom: 5px;
 white-space: normal;
}

.mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
 flex-direction: column; 
}

.mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: none;
    text-align: center;
}

.mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
 left: 50%;
 transform: translateX(-50%);
}

.mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  white-space: normal;
  font-size: 1.3rem;
  padding: 6px 10px;
}

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

.mobile-menu .hs-menu-wrapper.active-branch.hs-menu-flow-horizontal {
 overflow-y: scroll; 
}

.row-fluid [class*="span"] {
 min-height: 0; 
}


.header-carousel .video-container .swiper-slide {
 width: 100%;
}

.social-embed {
text-align: center;
}

.blog-style-2 .read-more {
  background-color: transparent;
}

@media (max-width: 768px){
  
  .blog-style-2 {
   margin-top: 0; 
  }
  
  .blog-style-2 .blog-listing-wrapper {
    padding-top: 0;
  }
}

@media (max-width: 1199px){
  .menu-toggle {
    display: flex; 
  } 
}

@media (min-width: 1200px){
 .header-carousel .video-container .swiper-slide {
    width: 1210px;
   padding: 5px;
   margin-right: 0 !important;
  }
  
  .header-carousel .video-container .swiper-slide .video-poster {
    height: 675px; 
  }
  
  .desktop-menu {
   display: block;
    flex-grow: 1;
  }
  .mobile-menu {
   display: none; 
  }
}

@media (max-width: 768px) {
  .cta-text .cta-wrapper {
    flex-direction: column;
  }
  
  footer .copyright .holder {
   text-align: center; 
  }
}




/*
Grid things
*/

.grid-row-wrapper {
 display: grid; 
}

.grid-row-wrapper.five-cols {
 grid-template-columns: repeat(5, 1fr); 
}

@media (max-width: 991px){
 .grid-row-wrapper.five-cols {
   grid-template-columns: 1fr;
  }
}

.hs-form .hs-button {
  border: none;
  color: #FFF;
  padding: 10px 30px;
}


/* location page css */
.vh-btn-group {
  display: flex;
  align-items: center;
  gap: 16px;
}
.vh-button {
  text-decoration: none !important;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 40px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  border: 1px solid;
  display: inline-block;
}
.vh-button__primary {
  background: #FF8C32;
  color: #fff !important;
  border-color: #FF8C32;
}
.vh-button__primary:hover {
  background: #FC6413;
  color: #fff !important;
  border-color: #FC6413;
}
.vh-button__secondary {
  background: #fff;
  color: #002E5D;
}
.vh-button__secondary:hover {
  background: transparent;
  border-color: #FF8C32;
  color: #FF8C32;
}
.vh-section-subtitle {
  color: #ff8c42;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.vh-section-title {
  color: #0a2647;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.vh-section-text p {
  font-size: 16px;
  margin-bottom: 10px;
}