@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
/* font-family: 'Inter', sans-serif; */

@font-face {
  font-family: 'icomoon';
  src:  url('//482107.fs1.hubspotusercontent-na1.net/hubfs/482107/site/fonts/icomoon.eot?vmi8ae');
  src:  url('//482107.fs1.hubspotusercontent-na1.net/hubfs/482107/site/fonts/icomoon.eot?vmi8ae#iefix') format('embedded-opentype'),
    url('//482107.fs1.hubspotusercontent-na1.net/hubfs/482107/site/fonts/icomoon.ttf?vmi8ae') format('truetype'),
    url('//482107.fs1.hubspotusercontent-na1.net/hubfs/482107/site/fonts/icomoon.woff?vmi8ae') format('woff'),
    url('//482107.fs1.hubspotusercontent-na1.net/hubfs/482107/site/fonts/icomoon.svg?vmi8ae#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-thin-up:before {
  content: "\e904";
}
.icon-arrow-thin-right:before {
  content: "\e905";
}
.icon-arrow-thin-left:before {
  content: "\e906";
}
.icon-arrow-thin-down:before {
  content: "\e907";
}
.icon-search:before {
  content: "\e908";
}
.icon-chevron-down:before {
  content: "\e900";
}
.icon-chevron-left:before {
  content: "\e901";
}
.icon-chevron-right:before {
  content: "\e902";
}
.icon-chevron-up:before {
  content: "\e903";
}
.icon-mail:before {
  content: "\e909";
}
.icon-location:before {
  content: "\e947";
}
.icon-play2:before {
  content: "\ea15";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-vimeo:before {
  content: "\eaa0";
}
.icon-linkedin2:before {
  content: "\eaca";
}
.icon-pinterest2:before {
  content: "\ead2";
}


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

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






/* ==========================================================================

   Index:         

  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography

  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer

  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu

  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages

  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons

  6. MISCELLANEOUS

  7. MOBILE MEDIA QUERIES

   ========================================================================== */








/* ==========================================================================


   1. BASE STYLES                                             


   ========================================================================== */





/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */






















/* Typography */





 /* 16px */
 /* 15px */

 /* 36px */
 /* 30px */
 /* 22px */
 /* 20px */
 /* 18px */
 /* 16px */
 /* 15px */
 /* 14px */
 /* 13px */
 /* 12px */
 /* 11px */

















/* 




 */







/* Containers */












/* transition: all 0.25s ease-in-out; */

/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 







.row-fluid { display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 767px) { .row-fluid { -ms-flex-wrap: wrap; flex-wrap: wrap; } [class*='span'] { min-width: 100%; max-width: 100%; } }


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


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #000000;
		color: #444444;
		font-family: 'Inter', Arial, sans-serif;
		font-weight: 400;
  font-size: 0.9rem;
  line-height: 155%;
		
		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		
		-webkit-font-smoothing: subpixel-antialiased;
/* 		text-shadow: 0 0 1px rgba(0,0,0,0.5); */
		text-shadow: 0 0 1px rgba(0,0,0,0.2);
		
/* 		-webkit-text-stroke: 0.20px; */
/*   text-shadow: #fff 0px 1px 1px; */
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

:focus {
/* 		border:0 !important; */
		outline: none !important;
		opacity:0.7 !important;
}

.container-fluid .row-fluid {
  float: none;
}

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

.search-input-container {
		min-height: unset !important;
}

a { 
  color: #1d8fff; 
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover, a:focus { 
  color: #454648;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

hr {
  color: #5c5c62;
  background-color: #5c5c62;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #000000;
  background: #f7f6f3;
  text-shadow: none;
}
::selection {
  color: #000000;
  background: #f7f6f3;
  text-shadow: none;
}

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



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


/* Basic text */
p {
    margin: 0 0 1em;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

b, strong {
    font-weight: 600;
}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', Arial, sans-serif;
		color: #222222;
  font-weight: 600;
  margin: 0;
  line-height: 125%;
  text-rendering: optimizelegibility;
}

.bg-medium-grey h1,
.bg-medium-grey h2, 
.bg-medium-grey h3,
.bg-medium-grey h4,
.bg-medium-grey h5, 
.bg-medium-grey h6,
.bg-dark-grey h1,
.bg-dark-grey h2, 
.bg-dark-grey h3,
.bg-dark-grey h4,
.bg-dark-grey h5, 
.bg-dark-grey h6,
.bg-red h1,
.bg-red h2,
.bg-red h3,
.bg-red h4,
.bg-red h5,
.bg-red h6,
.video-container-full h1,
.video-container-full h2,
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.footer-container-wrapper h1,
.footer-container-wrapper h2,
.footer-container-wrapper h3,
.footer-container-wrapper h4,
.text-white {
		color: #fff;
}

.bg-grey,
.bg-grey h1,
.bg-grey h2,
.bg-grey h3,
.bg-grey h4,
.bg-grey .custom-bottom-pane-subscription-form .form-title,
.bg-grey .custom-bottom-pane-subscription-form .hs-richtext span,
.bg-grey .custom-subscribe-container ul.hs-error-msgs li label,
.bg-grey .custom-subscribe-container .submitted-message,
.bg-grey .intro-text,
.bg-grey p {
		color: #454648;
}

.text-red {
		color: #CB0A09;
}

.text-grey,
.text-grey h1,
.text-grey h2,
.text-grey h3,
.text-grey h4,
.text-grey h5,
.text-grey h6,
.text-grey p {
		color: #454648;
}

.bg-grey h1,
.bg-grey h2,
.bg-grey h3,
.bg-grey h4,
.text-grey h1,
.text-grey h2,
.text-grey h3,
.text-grey h4,
.text-grey h5,
.text-grey h6,
.bg-grey .custom-bottom-pane-subscription-form .form-title {
		color: #222222;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

/* h1 {
    font-size: 36px;
}
h2 {
    font-size: 34px;

}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
} */

/* Lists */
ul, ol {
    margin: 0 0 1.75em 1.25em;
    padding: 0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

blockquote,
.quote {
    border: 0 none;
		font-weight: 'Inter', Arial, sans-serif;
		font-weight: 400;
    font-style: opaque;
    padding: 20px 0 0;
    margin: 0 0 1.47368em;
    font-size: 1.125em;
    line-height: 155%;
}
blockquote, q {
    quotes: none;
}
blockquote:before {
    background-color: #CB0A09;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin-bottom: 10px;
    position: relative;
    top: 0;
    width: 40px;
}
blockquote > *:last-child {
    margin-bottom: 0;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote > *:last-child {
    margin-bottom: 0;
}
blockquote p {
    color: #CB0A09 !important;
}
blockquote p {
    margin-bottom: 1.47368em;
}




/* ==========================================================================


   2. COS STRUCTURE                                            


   ========================================================================== */





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


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

/* The inner wrappers of your website */
.header-container, 
.footer-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

.header-container-wrapper {
  position:fixed;
  top:0;
  left:0;
  width:100%;
/*   -webkit-box-shadow: 0px 0px 5px 0px rgba(150,150,150,.2);
   -moz-box-shadow: 0px 0px 5px 0px rgba(150,150,150,.2);
   -o-box-shadow: 0px 0px 5px 0px rgba(150,150,150,.2);
   -ms-box-shadow: 0px 0px 5px 0px rgba(150,150,150,.2);
   box-shadow: 0px 0px 5px 0px rgba(150,150,150,.2);; */
  z-index:999;
}

.body-container-wrapper {
  padding-top:44px;
}

.hs-home-page-layout .body-container-wrapper {
  padding-top:0;
}

.header-container {
  padding: 0;
}

.body-container {
  padding:0 !important;
}

.body-container .page-center {
  max-width: 1440px;
  padding: 35px 15px;
  margin: 0 auto !important;
  float: none;
}

.body-container .page-center.post-heading {
  padding: 50px 15px;
/*   margin: 0 auto !important;
  float: none; */
}

.mx-auto {
		margin: 0 auto !important;
}

.footer-container {
  padding: 50px 15px;
}

.header-container-wrapper {
  background-color: #fff;
		background-color:#222222;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.header-container-wrapper.scrolled {
    background-color: rgba(34,34,34,0.95);
}

body.show-mobile-nav .header-container-wrapper.scrolled,
body.show-mobile-nav .header-container-wrapper,
body.show-mobile-nav .header-container-wrapper {
  background-color: #222222 !important;
}

.body-container-wrapper {
  overflow:hidden;
/*   background-color: #f7f6f3; */
}

.footer-container-wrapper {
  background-color: #222222;
  color:#fff;
  overflow:hidden;
}

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

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}
.custom-logo img,
.custom-footer-logo img {
    max-width: 132px;
		  padding: 1px 0;
}

.custom-footer-logo img {
  margin-left: -14px;
}

.custom-menu-primary .hs-menu-wrapper>ul li {
    outline-offset: -8px;
    
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
}

.custom-menu-primary .hs-menu-wrapper>ul li a,
.custom-menu-primary .hs-menu-wrapper>ul li a:hover,
.custom-menu-primary .hs-menu-wrapper>ul li a:visited {
  text-transform: uppercase;
/*   color: #454648; */
		color:#fff;
  font-family: 'Inter', Arial, sans-serif;
				font-weight: 500;
}

/* .custom-menu-primary .hs-menu-wrapper>ul li.active.active-branch > a,
.custom-menu-primary .hs-menu-wrapper>ul li a:hover,
.custom-menu-primary .hs-menu-wrapper>ul li a:focus {
  color: #CB0A09;
} */



.custom-menu-primary .hs-menu-wrapper>ul li.active.active-branch.hs-menu-depth-2 a,
.custom-menu-primary .hs-menu-wrapper>ul li.active-branch.hs-menu-depth-2 a,
.hs-home-page-layout .custom-menu-primary .hs-menu-wrapper>ul li.active.active-branch.hs-menu-depth-2 a {
		background-color:#CB0A09 !important;
		color:#fff !important;
}


.main-site-header {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}





/* ==========================================================================


   3. MAIN NAVIGATION                                            


   ========================================================================== */

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


/* Parent List */
.custom-menu-primary {
    display: none !important;
  }

.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:transparent;
  float: right;
  padding-top: 4px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:visited {
  color:#fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  font-size: 0.688rem;
  padding: .4em 0;
  margin: .55em 0.5em;
  font-family: 'Inter', Arial, sans-serif;
				font-weight: 500;
  outline-offset: -8px;
  display: block !important;
  line-height: 100%;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a[href*="/contact"] {
  border: 1px solid #CB0A09;
  color: #CB0A09;
  display: block;
  margin: 0 0 0 1em;
  padding: 0.92em 1.5em;
  max-width: none;
		
		color: #fff;
		border-color:#fff;
  color:#fff;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a[href*="/contact"]:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a[href*="/contact"] {
  color: #fff;
  background-color: #CB0A09;
  border-color: #CB0A09;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
  display: inline-block;
  font-family: 'icomoon';
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  vertical-align: top;
  content: "\e900";
  line-height: 100%;
  padding-left: 4px;
  padding-top: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
  color:#fff;
  border-color: #CB0A09;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;;
}


.custom-menu-primary .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper {
/*   background-color: #fff; */
/* 		background-color: #222222; */
		background-color: rgba(34,34,34,0.95);
/*   padding-top:9px; */
/*   -webkit-box-shadow: 0px 5px 5px 0px rgba(150,150,150,.1);
   -moz-box-shadow: 0px 5px 5px 0px rgba(150,150,150,.1);
   -o-box-shadow: 0px 5px 5px 0px rgba(150,150,150,.1);
   -ms-box-shadow: 0px 5px 5px 0px rgba(150,150,150,.1);
   box-shadow: 0px 5px 5px 0px rgba(150,150,150,.1);; */
}





.custom-menu-primary .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper li a {
  font-size: 0.688rem;
  margin: 0;
  padding: .60em 1.5em;
  border: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper li {
  border: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper li a:hover {
  background-color: #CB0A09;
  color: #fff;
}


.custom-search-icon {
    position: absolute;
    right: 0;
    max-width: 20px;
    height: 20px;
    background-color: #eee;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.search-btn {
  border: none;
		margin-left: 25px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child.hs-menu-depth-1 {
/*   position:absolute;
  right:0; */
  margin-right:10px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child.hs-menu-depth-1 a:before {
    content: "\e908";
    float: right;
    font-family: 'icomoon';
    font-size: 18px;
    margin-right: -11px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child.hs-menu-depth-1 a {
    border: 0 none;
    display: block;
    font-family: 'Inter', Arial, sans-serif;
				font-weight: 500;
/*     font-size: 0; */
/*     text-indent:-9999px; */
    line-height: 100%;
    margin: 0px;
    outline-offset: -8px;
    padding: 20px 11px;
    text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.search-btn a:hover {
  color:#CB0A09 !important;
}


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

.imagecaption {
  font-size: 0.75rem;
  margin-top: 7px;
  margin-bottom:12px;
  color: #7f8c8e;
}

.datecaption {
  font-size: 0.75rem;
  margin-top: 7px;
  margin-bottom:12px;
  color: #7f8c8e;
}




.footer-container .custom-addresses h3,
.footer-container .custom-addresses h3 a,
.footer-container .custom-addresses h3 a:visited {
  font-weight: 400;
  line-height: 150%;
  margin: 15px 0 12px;
  position: relative;
  font-size:1rem !important;
/*   font-size: .813em; */
  color: #fff;
  font-family: 'Inter', Arial, sans-serif;
		font-weight: 600;
  padding-bottom:0;
}

.footer-container .custom-addresses h3 a:hover {
  color:#CB0A09;
}

.footer-container .custom-addresses p {
  font-size:0.75rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-container .custom-addresses h3:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: -15px;
  width: 40px;
		display:none;
}

.custom-footer-logo p,
.footer-container .custom-addresses a,
.custom-copyright p,
.custom-copyright a,
.custom-copyright a:visited {
  color: rgba(255,255,255,0.4);
  font-size:0.75rem;
}

.footer-container .custom-addresses a:hover {
  color:#CB0A09;
}

div#tweetfeed ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div#tweetfeed p.tweet {
  word-break: break-word;
}

.custom-copyright p {
  text-align:center;
}

.custom-copyright a {
  font-family:'Inter', Arial, sans-serif;
  color:#fff;
		font-weight:600
}

.custom-copyright a:hover {
  color:#CB0A09;
}

.custom-menu-footer ul {
  padding:0;
  margin:0;
}


.socialimagehover {
    display: none;
    width: 35px;
    height: 35px;
}


.custom-menu-footer ul li a {
  color: #fff;
  display: inline-block;
  font-size: 0.813rem;
  position: relative;
  font-family: 'Inter', Arial, sans-serif;
		font-weight:600;
  display:inline;
  overflow:visible !important;
  display:inline-block !important;
  float:left;
  margin-bottom:10px;
}

.custom-menu-footer .hs-menu-wrapper.hs-menu-flow-vertical ul li a {
		padding:5px 10px !important;
		margin:0 !important;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical>ul li a,
.hs-menu-wrapper.hs-menu-flow-vertical>ul li a:visited {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 10px !important;
  padding-left:0 !important;
  text-decoration: none;
  margin-right: 10px !important;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li a:hover {
  color: #CB0A09;
}

.custom-menu-footer ul li a:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
		display:none;
}

/* .custom-menu-footer ul li a[href*="/contact"]:before {
  display: none;
}

.custom-menu-footer ul li a[href*="/contact"]{
  border: 1px solid #fff;
  color: #fff;
  display: block;
  padding-left: 11px !important;
  max-width: none;
}
.custom-menu-footer ul li a[href*="/contact"]:hover {
   color: #fff;
   border: 1px solid #CB0A09;
   background-color: #CB0A09;
} */




.custom-footer-top-group {
  display:none !important;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}


.social-holder {
  margin:0 auto;
  padding:0;
  list-style:none;
  float:right;
  right:0;
  width:100%;
  text-align:center;
}

.post-container .blog-content .blog-post-sharing .social-holder {
  text-align:left;
}

.biog-social.social-holder {
  text-align: left;
  margin-bottom: 20px;
}

.social-holder li,
.post-container .blog-content .blog-post-sharing .social-holder li{
  display:inline-block;
}

.custom-social-sharing-mobile {
  margin-bottom: 25px;
}

.custom-social-sharing-mobile h4 {
  margin-bottom: 25px;
}

.social-holder li a,
.social-holder li a:visited {
  width:55px;
  height:55px;
  position:relative;
  border: 1px solid rgba(255,255,255,0.4);
  background-color: transparent;
  border-radius:35px;
  display:block;
  color: rgba(255,255,255,0.4);
  font-size: 20px;
}

.social-holder li a span {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate3D(-50%, -50%,0);
}

.social-holder li a:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.biog-social.social-holder li a,
.biog-social.social-holder li a:visited,
.post-container .blog-content .blog-post-sharing .social-holder li a,
.post-container .blog-content .blog-post-sharing .social-holder li a:visited {
  width:35px;
  height:35px;
  border: 1px solid #5c5c62;
  color: #5c5c62;
  opacity: 0.5;
}

.biog-social.social-holder li a:hover,
.post-container .blog-content .blog-post-sharing .social-holder li a:hover{
  opacity: 1;
}
  

.d-view {
  display:none !important;
}

.m-view {
  display:block !important;
}



.custom-subscribe-container {
  background-image: url("https://www.peregrinecommunications.com/hubfs/site/img/stay-updated-image-by-peregrine-communications-new.png");
  background-color: #CB0A09;
  padding-top: 0;
  padding-bottom: 0;
  background-position: right calc(50% - 400px) center;
  background-repeat: no-repeat;
  background-size: auto 95%;
  background-image:none;
		padding:45px 0;
}

.bg-blue,
.bg-blue .custom-subscribe-container {
  background-color: #3b94d1;
}

.bg-grey,
.bg-grey .custom-subscribe-container {
		background-color: #f7f6f3;
}

.bg-grey2,
.bg-grey2 .custom-subscribe-container {
		background-color: #e5e5e5;
}

.bg-red {
  background-color: #CB0A09;
}

.text-white,
.text-white .intro-text {
  color: #fff;
}


.custom-bottom-pane-subscription-form .form-title{
  max-width: 1000px;
  margin: 10px auto;
  text-align: center;
  font-family: 'Inter', Arial, sans-serif;
				font-weight:600;
  color: #fff;
}
.custom-bottom-pane-subscription-form form{
  max-width: 550px;
  margin: 10px auto 0;
}
.custom-bottom-pane-subscription-form .hs-form-required{
  display: none !important;
}
.custom-bottom-pane-subscription-form .hs_email.field.hs-form-field {
  float: none;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
.custom-bottom-pane-subscription-form .hs-input{
  background-color: #fff;
  font-size: 1.25rem;
  height: 46px;
  color: #5c5c62;
  padding: 0 14px;
  border: 0;
  margin: 0;
}
.custom-bottom-pane-subscription-form .hs-input.invalid.error{
  border: 1px solid #d8472a;
}
.custom-bottom-pane-subscription-form .hs-error-msgs.inputs-list{
  color: #fff;
  font-size: 0.688em;
  margin: 10px 20px;
  padding: 0.2em 1em;
  text-align: center;
  list-style:none;
}
.custom-bottom-pane-subscription-form .hs-button.primary.large {
  background-color: #222222;
  color: #fff;
  font-family: 'Inter', Arial, sans-serif;
				font-weight: 400;
  letter-spacing: 0.046875em;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 0.813rem;
  height: 46px;
  margin: 0 6px 0 14px;
  padding: 0 40px;
  border: 0 none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor:pointer;
  
  max-width: 320px;
		width:100%;
  margin: 20px auto 0;
  display:block;
  left:0;
  right:0;
}
.custom-bottom-pane-subscription-form .hs-button.primary.large:hover{
  background-color: #1fc5b6;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor:pointer;
}
.custom-bottom-pane-subscription-form .hs-richtext span{
  color: #fff;
  display: block;
  font-size: 0.813rem;
  line-height: 180%;
  margin: 10px 0 20px;
  text-align: center;
}

.custom-bottom-pane-subscription-form .hs_error_rollup {
  display: none!important;
}

.custom-bottom-pane-subscription-form .hs-input {
  background-color: #fff;
  font-family: 'Inter', Arial, sans-serif;
				font-weight: 400;
  font-size: 1rem;
  height: 46px;
  color: #454648;
  padding: 0 14px;
  border: 0;
  margin: 0;
  text-align:center;
}

.custom-bottom-pane-subscription-form .hs-input:focus,
.custom-bottom-pane-subscription-form .hs-button.primary.large:focus {
  outline:none;
}

.custom-logo {
  z-index: 100;
		width: auto !important;
		min-width: unset;
}







h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', Arial, sans-serif;
				font-weight:600;
  padding-bottom: 15px;
}

h1 {
  font-size: 1.875rem;
}

.biography-block h1 {
		padding: 25px 0;
}

h2 {
  font-size: 1.5rem;
  padding: 25px 0;
}

.biography-block h1 span,
h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

h6.bordered:after {
		position:absolute;
		bottom:0;
		content:'';
		height:2px;
		width:100%;
		left:0;
		background-color: #CB0A09;
}

.custom-mobile-icons {
  position:absolute;
  right:0;
  top:0;
/*   height:100%; */
		height:auto;
  max-width: 50%;
  min-width: 50%;
}

.mobile-btn-container {
  margin:0;
  padding:0;
  list-style:none;
  width:auto;
  text-align: right;
  float:right;
  position:relative;
}

ul.mobile-btn-container li {
  display:inline-block;
  float:right;
  position:relative;
}

.mobile-btn-container .menu-toggle,
.mobile-btn-container .search-mobile-btn{
  height:45px;
  width:44px;
  background-color: transparent;
  cursor:pointer;
}

.mobile-btn-container .search-mobile-btn {
  background-color: transparent;
}

.mobile-btn-container .search-mobile-btn span {
  position: absolute;
  top: 32%;
  left: 32%;
  font-size: 20px;
		color:#fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}


.mobile-btn-container .search-mobile-btn:hover span {
  color:#CB0A09;
}

.mobile-btn-container .menu-toggle span {
  display: block;
  position: absolute;
  height:2px;
  width:44%;
  top: calc(50% - 1px);
  left:28%;
  background-color:#fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.mobile-btn-container .menu-toggle span:before,
.mobile-btn-container .menu-toggle span:after {
  content: '';
  position: absolute;
  height:2px;
  width:100%;
  top: -7px;
  left:0;
  background-color:#fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}



.mobile-btn-container .menu-toggle span:after {
  top: 7px;
  width:50%;
}

.mobile-btn-container .menu-toggle:hover span,
.mobile-btn-container .menu-toggle:hover span:before,
.mobile-btn-container .menu-toggle:hover span:after {
  background-color:#CB0A09;
}

.mobile-btn-container .menu-toggle:hover span:after {
  width:100%;
}

body.show-mobile-nav .mobile-btn-container .menu-toggle span,
body.show-mobile-nav .mobile-btn-container .menu-toggle span:before,
body.show-mobile-nav .mobile-btn-container .menu-toggle span:after {
  background-color:#fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;;
  transform-origin:center;
}

body.show-mobile-nav .mobile-btn-container .search-mobile-btn span,
body.show-mobile-nav .mobile-btn-container .search-mobile-btn:hover span {
  color:#fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;;
}

body.show-mobile-nav .mobile-btn-container .menu-toggle span {
  background-color:transparent;
}

body.show-mobile-nav .mobile-btn-container .menu-toggle span:before {
  transform-origin: center;
  animation: oneBefore 0.25s 1 ease-out forwards;
}

body.show-mobile-nav .mobile-btn-container .menu-toggle span:after {
  transform-origin: center;
  animation: oneAfter 0.25s 1 ease-out forwards;
}

body.show-mobile-nav .mobile-btn-container .menu-toggle:hover span:before,
body.show-mobile-nav .mobile-btn-container .menu-toggle:hover span:after {
		background-color:#CB0A09;
}


@keyframes oneBefore {
  0% {
    top: -7px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 0;
    transform:rotate(45deg);
  }
}

@keyframes oneAfter {
  0% {
    top: 7px;
  }
  50% {
    top: 0;
    width:100%;
  }
  100% {
    top: 0;
    width:100%;
    transform:rotate(-45deg);
  }
}


.d-view{
  display:none !important;
}
.t-view {
  display:none !important;
}
.m-view {
  display:block !important;
}


body.noscroll {
  overflow:hidden;
}

.mobile-nav-container {
  position:fixed;
  z-index:99;
  width: 100%;
  height:100%;
		left:0;
  background-color:#222222;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;;
  text-align:center;
}

body.show-mobile-nav .mobile-nav-container {
  opacity:1;
  visibility:visible;
}

body.show-mobile-nav .mobile-nav-container {
    opacity: 1;
    visibility: visible;
    height: calc(100vh - 45px);
    overflow: auto;
    padding: 0 0 20px 0;
}

/* width */
.mobile-nav-container ::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.mobile-nav-container ::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.mobile-nav-container ::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.3);
  border-radius: 5px;
  cursor: pointer;
}

/* Handle on hover */
.mobile-nav-container ::-webkit-scrollbar-thumb:hover {
  background: rgba(255,255,255,0.4);
}


.custom-menu-mobile ul {
  margin: 0 auto !important;
  width: 100%;
  max-width: 84%;
  display: block;
  float: none;
  margin-top: 40px !important;
  text-align:left;
}

.custom-menu-mobile ul li {
  /* display: block; */
  float: left !important;
  width: 100%;
  padding: 0 !important;
}

.custom-menu-mobile ul li a {
  padding: 16px 0 !important;
  border-top: 1px solid rgba(255,255,255,0.2);
  color: white;
		font-family: 'Inter', Arial, sans-serif;
				font-weight:600;
  font-size:0.938rem;
		font-size:1.125rem;
  max-width:none !important;
  width:100%;
  letter-spacing: 0.5px;
  opacity:1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;;
  position:relative;
  float:left;
}

.custom-menu-mobile ul li a:hover,
.custom-menu-mobile ul li.active-branch > a {
  font-family: 'Inter', Arial, sans-serif;
				font-weight:600;
  opacity:1;
}

.custom-menu-mobile ul li.active-branch a::before {
    display: block;
    content: attr(title);
    font-family: 'Inter', Arial, sans-serif;
				font-weight:600;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

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

.custom-menu-mobile ul li:last-child {
  border:none;
}

.custom-menu-mobile ul li.hs-item-has-children>a:after,
.custom-menu-mobile ul li.hs-item-has-children.active-branch > a:after {
  display: inline-block;
  font-family: 'icomoon';
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  vertical-align: top;
  content: "\e900";
  line-height: 100%;
  
  position: absolute;
  right: 0;
  padding: 6px;
  top: 15px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 20px;
  z-index:100;
  display:none;
}

body .mobile-nav-container .custom-menu-mobile .hs-menu-wrapper ul li.hs-item-has-children span.dropdown {
  position: absolute;
  right: 0;
  padding: 6px 0 6px 50px;
		font-size:1.25rem;
  top: 15px;
/*   border: 1px solid rgba(255,255,255,1); */
  background-color: transparent;
  border-radius: 20px;
  z-index:100;
  display:block;
  color:#fff;
  cursor:pointer;
  width: auto;
}

body .mobile-nav-container .custom-menu-mobile .hs-menu-wrapper ul li.hs-item-has-children.opened span.dropdown {
		transform: rotate(180deg);
		padding: 6px 50px 6px 0;
}

.custom-menu-mobile ul li.hs-item-has-children.active-branch > a:after {
  content: "\e903";
}


body .mobile-nav-container .custom-menu-mobile .hs-menu-wrapper ul li ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
  width: 100%;
  display: block;
  position: relative;
  margin: 0 !important;
  padding: 0;
  max-width: none;
  top:-10px;
}

body .mobile-nav-container .custom-menu-mobile .hs-menu-wrapper ul li ul.hs-menu-children-wrapper li {
  max-width:50%;
  display:inline-block;
  float:left;
}

body .mobile-nav-container .custom-menu-mobile .hs-menu-wrapper ul li ul.hs-menu-children-wrapper li a {
  width: 100% !important;
  border: none;
  max-width: none !important;
  border:none;
  font-size:0.813rem;
		font-size:1rem;
  padding:10px 0 !important;
}







.mobile-nav-container .custom-social-sharing {
  margin-top: 40px;
}

.mobile-nav-container .custom-social-sharing h4 {
  display:none;
}

.mobile-nav-container .social-holder li a,
.mobile-nav-container .social-holder li a:visited {
  border:none;
  color:#fff;
  width:40px;
  height:40px;
  margin: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;;
}

.mobile-nav-container .social-holder li a:hover {
  color:rgba(255,255,255,0.4);
}

.bg-light-grey,
.bg-medium-grey,
.bg-dark-grey {
  position:relative;
}

.bg-light-grey:after,
.bg-grey2.bg-light-grey:after,
.bg-medium-grey:after,
.bg-dark-grey:after {
  content:'';
  display:block;
  position:absolute;
  width:200vw;
  height:100%;
  background-color:#f7f6f3;
  top:0;
  z-index:-1;
  left: -50vw;
}

.bg-grey2.bg-light-grey:after {
		background-color: #e5e5e5;
}

.color-white {
		color:#fff !important;
}

.bg-medium-grey:after {
  background-color: #5c5c62;
}

.bg-dark-grey:after {
  background-color: #454648;
}

/* .text-center {
  text-align:center !important;
} */

.float-none {
		float: none !important;
}

.float-left {
		float: left !important;
}

.float-right {
		float: right !important;
}

.inline-block {
		display: inline-block !important;
}

.main-intro-p > div {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 150%;
}

.max-w-55,
.max-w-60,
.max-w-80,
.max-w-70,
.max-w-85 {
  max-width:none;
  margin:0 auto;
}

.video-container-full {
  height: auto;
  min-height: 100vh;
  position: relative;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: norepeat;
  background-color: #eee;
  min-height: 100vh;
  height: 100vh;
  color:#fff;
		box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 2000px inset;
}

.about-video-container.video-container-full {
  min-height: 50vh;
  height: 50vh;
		box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 2000px inset;
}

.video-container-full .video-holder {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display:none;
}

.video-container-full .video-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: transparent;
  max-width: none;
  max-height: none;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-container-full .intro-holder {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 100%;
  left: 0;
  right: 0;
  padding:0 15px;
  transform:translateY(-50%);
  text-shadow: 0 0 5px rgba(34,34,34,.3);
}

.video-container-full .intro-holder h1 {
  font-size:1.875rem;
  font-weight:0;
}

.video-container-full .intro-holder .subtitle {
  font-size:1.25rem;
  line-height: 135%;
		margin-bottom:40px;
}


.featherlight:last-of-type {
    background: rgba(0, 0, 0, .8);
}

.featherlight {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

.featherlight .featherlight-content {
  margin-left: 0;
  margin-right: 0;
  background-color:transparent !important;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 0;
  border-bottom: 0px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background-color: transparent;
  cursor: auto;
  white-space: normal;
}

.playbtn .small-play-icon,
.playbtn .full-play-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    padding: 0;
    margin: 0;
    transform: translateY(-50%);
    width: 13%;
    height: 0;
    padding-bottom: 13%;
    background: transparent;
    background-image: url(https://482107.fs1.hubspotusercontent-na1.net/hubfs/482107/site/img/play-button-thin.svg);
    background-size: auto 155%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

.playbtn .full-play-icon {
		top:0;
		left:0;
		width: 100%;
  padding-bottom: 100%;
		background-size: auto 100%;
		transform:none;
		margin:0;
}

.playbtn .full-play-icon:after {
    content: 'PLAY VIDEO';
    position: absolute;
    width: 150px;
    text-align: center;
    display: block;
    top: 55px;
    font-size: 14px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

a.playbtn {
  font-size: 1.125rem;
  background-color:#CB0A09;
  color:#fff;
  width:auto;
  padding: 8px 15px 8px 40px;
  border-radius: 40px;
  position:relative;
  display:inline-block;
}

a.playbtn span {
  font-size: 34px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

a.playbtn:hover {
  background-color:#3b94d1;
  color:#fff;
}

.about-video-container a.playbtn,
.about-video-container a.playbtn:hover {
  padding:0;
  width:50px;
  height:50px;
  background-color: transparent;
  opacity:0.7;
}

.about-video-container a.playbtn:hover {
  opacity:1;
}

.about-video-container a.playbtn span {
  left:0;
  font-size: 50px;
}


.featherlight-content iframe {
    width: 320px;
    height: 180px;
}

.header-container-wrapper .custom-logo img.logo-red {
  display:none;
}

.header-container-wrapper .custom-logo img.logo-white {
  display:block;
}







.sub-heading {
  font-family: 'Inter', Arial, sans-serif;
				font-weight: 400;
  font-size: 1.25rem;
  font-size: 1.25rem;
}

.intro-text {
  color: #7f8c8e;
  font-size: 1rem;
		font-size: 1.125rem;
  line-height: 150%;
  width: 100%;
  margin-bottom: 25px;
}

a.text-btn,
a.text-btn:visited {
  display: block;
  margin: 0 auto;
  padding-right: 25px;
  width: auto!important;
  color: #3b94d1;
  line-height: 52px;
  float: left;
  position: relative;
  text-transform: uppercase;
  font-size: 0.813rem;
  font-family: 'Inter', Arial, sans-serif;
				font-weight: 400;
}

a.text-btn:hover {
  color:#CB0A09;
}

a.text-btn:after,
.location-subtitle:after {
  content: '\e905';
  display: inline-block;
  right: 0;
  top: 0;
  font-family: 'icomoon';
  font-size: 0.813rem;
  line-height: 52px;
  position: absolute;
}

.location-subtitle:after {
  line-height: 30px;
}

.case-study-container {
  display: block;
}

.case-study-block {
    width: 100%;
    display: block;
    position: relative;
    float: left;
}

.case-study-block .sub-heading,
.case-study-btns .sub-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.case-study-block h2 {
  padding-top: 10px;
}

.bg-red a.text-btn, 
.bg-red a.text-btn:visited {
  color:#fff;
}

.bg-red a.text-btn:hover {
  color: #000000;
}


.bg-red.download-block a.text-btn,
.bg-red.download-block a.text-btn:visited {
  text-transform: none;
  color: #3b94d1;
  background-color: #fff;
}

.bg-red.download-block a.text-btn:hover {
  color: #fff;
  background-color: #3b94d1;
}

.bg-blue a.block-btn {
  text-transform: none;
  color: #3b94d1;
  background-color:#fff;
}

.bg-grey a.block-btn {
		text-transform: none;
  color: #fff;
  background-color:#222222;
}

.bg-blue a.block-btn:hover {
  color: #fff;
  background-color: #CB0A09;
}

.bg-grey a.block-btn:hover {
		color: #fff;
  background-color: #CB0A09;
}

a.block-btn.square-btn {
  line-height: 100%;
  padding: 1rem 4rem 1rem 2rem;
}

a.block-btn.square-btn:after {
  right: 2rem;
}

.content-nav h3 {
  font-size: 1.125rem;
  padding-top:5px;
  padding-bottom:5px;
}

.case-study-btns .span3 {
		padding-right: 20px;
		padding-bottom:20px;
}

.content-nav {
  position:relative;
  float:left;
  display:block;
  width:100%;
}

.content-nav .case-study-btns,
.image-tabs-container .imagelinks {
  cursor:pointer;
  opacity:0.7;
  z-index:1;
  position:relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.content-nav .case-study-btns:hover,
.content-nav .case-study-btns.active,
.image-tabs-container .imagelinks:hover,
.image-tabs-container .imagelinks.active {
  opacity:1;
}

.content-nav:before {
  background: rgb(194,0,0);
  background: linear-gradient(180deg, rgba(194,0,0,1) 0%, rgba(255,255,255,0) 100%);
  width:200vw;
  height:100%;
  position:absolute;
  z-index:0;
  content:'';
  top:0;
  display:block;
  left:-100vw;
}

.case-study-block,
.image-rotator {
/*   display:none; */
}
/* 
.case-study-block-1 {
  display:block;
} */


.tabcontent,
.imagecontent {
  animation: fadeEffect 1.75s ease;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0.2;}
  to {opacity: 1;}
}



.carousel-cell {
    width: 50%;
    height: auto;
    margin: 10px 5px;
}


.location-holder {
  bottom: 0;
  color: #fff;
  padding: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
  text-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.position-relative {
  position:relative !important;
}

.location-container {
  margin-top: 25px;
}

.location-block {
  border:15px solid transparent;
}

.location-block .image-fade {
  background: rgb(2,0,36);
  background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.49343487394957986) 100%);
  background-repeat: repeat-x;
  height: 100%;
  position: absolute;
  width: 100%;
  opacity: 1;
  bottom: 0;
  z-index: 1;
}

.jcgmt-lbl {
  display:none;
}

.image-scale {
  overflow:hidden;
}

.image-scale img {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-transition: all .3s ease 0s;
  -webkit-ransition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  width: 100%;
  height: auto;
}

.image-scale:hover img {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Chrome, Safari, Opera */
  transform: scale(1.1);
  -ms-transition: all 0.3s ease 0s;
  -webkit-ransition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.location-subtitle {
  float: left;
  left: 0;
  right: 0;
  padding: 0 20px;
  transform: translateX(-50%);
  margin-left: 50%;
  line-height: 125%;
}

/* .search-input-container {
  position: absolute;
  bottom: calc(-100% + 10px);
}
.search-input-container:before {
  content:'';
  display:block;
  position:absolute;
  width:300vw;
  height:calc(100% + 20px);
  background-color:#fff;
  top:-10px;
  left: -100vw;
} */



.search-input-container {
		display: none;
  position: absolute;
  max-width: 66%;
  min-width: 66%;
  right: 17%;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(150,150,150,.1);
		z-index:100;
}

.search-input-container-page {
		display: block;
		position: relative !important;
		max-width:80% !important;
		margin: 0 auto;
		right: auto;
}

.search-input-container button,
.search-results-container button {
  position: absolute;
  right: 0;
  top:0;
  height:100%;
  padding:6px 12px;
  border: none;
  background: transparent;
  cursor: pointer;
  background-color:#3b94d1;
  color: #fff;
  font-family: 'Inter', Arial, sans-serif;
				font-weight: 400;
  font-size: 0.813rem;
  max-height: 37px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;;
		opacity:1;
}

.search-input-container button:hover,
.search-results-container button:hover {
  background-color: #3b94d1;
		opacity:0.7;
}

.hs-search-field__input,
.hs-search-field__input:focus,
.hs-search-field--open .hs-search-field__suggestions {
		font-family: 'Inter', Arial, sans-serif;
				font-weight: 400;
  font-size: 1rem;
  padding: 10px !important;
  outline: none;
  border: none;
  background-color: transparent;
}

.text-block {
  color: #5c5c62;
  font-size: 0.938rem;
}

.contact-map iframe {
  max-width: 100%;
  max-height: 300px;
}


.image-gallery,
.contact-map,
.image-slider-lightbox {
  margin-top:20px;
}

.image-gallery img,
.image-slider-lightbox img {
  width: 100%;
  max-width:100%;
  height: auto;
}

.image-tabs-container {
  display: flex;
}

.image-tabs-container .imagelinks {
  max-width: calc(14% - 10px);
  margin-right:10px;
  padding-bottom:5px;
  border-bottom: 2px solid transparent;
}

.image-tabs-container .imagelinks:hover,
.image-tabs-container .imagelinks.active {
  border-bottom: 2px solid red;
}


.service-blocks,
.team-blocks {
  padding-top: 50px;
}

/* .service-blocks {
		display: block;
} */

.team-blocks {
  padding-top: 0;
}

.service-block {
		
  padding: 10px 20px;
}

.service-block img {
  width:100%;
  max-width: 90px !important;
  height:auto;
}

.service-block h4,
.award-block h4,
.team-block h4 {
  font-size: 1.125rem;
  margin-top:20px;
  margin-bottom:0;
  padding-bottom:0;
}

.team-block h4 span {
  font-family: 'Inter', Arial, sans-serif;
				font-weight: 400;
  font-size: 0.813rem;
}

.award-block h4 {
  font-size: 1rem;
  margin-top: 0;
}

.service-block .intro-text,
.award-block .intro-text,
.team-block .intro-text,
.biography-block .intro-text,
.post-pagination .intro-text {
  font-size: 0.875rem;
  color: #5c5c62;
  opacity: 0.85;
  font-family: 'Inter', Arial, sans-serif;
				font-weight: 400;
		opacity:1;
}

.award-block .intro-text {
  color: #fff;
}

.award-block .sub-text {
  font-size: 0.813rem;
  font-weight: 'Inter', Arial, sans-serif;
		font-weight: 600;
  color: rgba(255,255,255,0.4);
}

.awards-blocks,
.team-block {
  flex-wrap: wrap;
  margin-top: 50px;
}

.team-block {
  margin-top: 30px;
}

.award-block {
  margin: 20px 10px;
  float: left;
  display: block;
/*   flex: 0 1 calc(33% - 20px); */
}

.award-block img {
  width:100%;
  max-width: 80px !important;
  height:auto;
}

.award-block > div {
  float:right;
  width: calc(100% - 100px);
}

/* .team-block {
  margin: 20px 10px;
  flex: 0 1 calc(25% - 20px);
} */

a.btn-black,
a.btn-black:visited {
  color: #000000;
}

a.btn-black.hover-blue:hover {
  color: #3b94d1;
}

.uppercase {
  text-transform: uppercase;
}



/* ==========================================================================
   5. FORMS                                          
   ========================================================================== */
.custom-contact-form {
		font-family: 'Inter', Arial, sans-serif;
				font-weight: 400;
  font-size: 0.938rem;
}

.custom-contact-form fieldset,
.custom-contact-form fieldset.form-columns-2 > div{
  max-width: 100% !important;
		width: 100% !important;
  margin-top: 10px !important;
}

.custom-contact-form label {
  font-family: 'Inter', Arial, sans-serif;
				font-weight:600;
		font-size: 0.875rem;
		width:100%;
		line-height:135%;
		margin-bottom:10px;
		position:relative;
		float:left;
}

.custom-contact-form fieldset ul,
ul.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* .custom-contact-form fieldset ul label,
.custom-contact-form fieldset ul label.hs-error-msg */
ul.hs-error-msgs li label,
.submitted-message {
		font-family: 'Inter', Arial, sans-serif !important;
				font-weight: 400;
  font-size: 0.75rem;
  color:#CB0A09;
		text-align:center;
}

ul.hs-error-msgs li label, .submitted-message {
    margin-top: 10px;
    text-align: left;
}

.custom-subscribe-container ul.hs-error-msgs li label,
.custom-subscribe-container .submitted-message{
		color:#fff;
		text-align:center;
}

.custom-contact-form textarea,
.custom-contact-form input[type="text"],
.custom-contact-form input[type="password"],
.custom-contact-form input[type="datetime"],
.custom-contact-form input[type="datetime-local"],
.custom-contact-form input[type="date"],
.custom-contact-form input[type="month"],
.custom-contact-form input[type="time"],
.custom-contact-form input[type="week"],
.custom-contact-form input[type="number"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="url"],
.custom-contact-form input[type="search"],
.custom-contact-form input[type="tel"],
.custom-contact-form input[type="color"],
.custom-contact-form input[type="file"],
.custom-contact-form select {
		font-family: 'Inter', Arial, sans-serif;
				font-weight: 400;
  font-size: 0.875rem;
  border-radius: 0;
  border: 1px solid rgba(92,92,98,.2);
  background-color: #fff;
  color: dbdbdd;
  padding: 14px;
  width: 100% !important;
}

.custom-contact-form textarea {
  min-height: 150px !important;
}

.custom-contact-form fieldset .input {
    margin: 0 !important;
}

.custom-contact-form textarea:focus,
.custom-contact-form input:focus {
  outline:none;
  border:1px solid #3b94d1;
}

.custom-contact-form input[type="submit"] {
		font-family: 'Inter', Arial, sans-serif;
				font-weight: 400;
  font-size: 0.75rem !important;
  float:right;
  border-radius: 0;
  border:1px solid #3b94d1;
  background-color:#fff;
  color:#3b94d1;
  margin-top: 30px;
  padding: 18px 30px;
  text-transform:uppercase;
  cursor:pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;;
}

.custom-contact-form input[type="submit"]:focus,
.custom-contact-form input[type="submit"]:hover {
  background-color:#3b94d1;
  color:#fff;
}

.bg-red input[type="submit"] {
		width:100%;
		color: #fff;
		background-color: transparent;
		border: 1px solid #fff;
}

.bg-red input[type="submit"]:focus,
.bg-red input[type="submit"]:hover {
		background-color:#3b94d1;
  color:#fff;
		border:1px solid #3b94d1;
}

.custom-contact-form .hs-recaptcha,
.custom-contact-form .hs_error_rollup {
    position: absolute;
    visibility: hidden;
}

.custom-contact-form input[type="checkbox"] {
  position: absolute;
/*   opacity: 0; */
  cursor: pointer;
  height: 20px !important;
  width: 20px !important;
		display:inline-block;
/* 		-webkit-appearance: checkbox !important;
     -moz-appearance: checkbox !important;
     -ms-appearance: checkbox !important;
     -o-appearance: checkbox !important;
     appearance: checkbox !important; */
}

.custom-contact-form ul[role="checkbox"] span {
    padding-left: 30px;
}

.custom-contact-form .hs-form ul.inputs-list {
    list-style: none;
		margin: 0;
}

.custom-contact-form .legal-consent-container {
    font-size: 12px;
    line-height: 125%;
    text-align: left;
}

.bg-red .legal-consent-container .hs-error-msgs label,
.bg-red ul.hs-error-msgs li label{
		color: #fff;
		opacity:0.7;
}

.hs-form-field {
    margin-bottom: 20px;
}

/* .signupform label {
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
    display: block;
    width: 100%;
    font-family: "MarkWebPro-Medium W03 Regular";
    font-weight: normal;
    position: relative;
    text-align: left;
} */

[type="checkbox"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    background-color: #fff;
}

[type="checkbox"]:checked + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #1d8fff;
    background-color: #1d8fff;
}

[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    display: none;
}

.reverse-order {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.reverse-order > div {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}


.team-block .team-image,
.biography-block .team-image {
  overflow: hidden;
  display: block;
  padding-bottom: 55%;
  width: 100%;
  position: relative;
}

.biography-block .team-image {
  padding-bottom: 85%;
  background-size: cover;
  background-position: center;
  margin-bottom:20px;
}

.biography-block .team-image.partner-image {
  padding-bottom: 55%;
}

.team-image img {
  position: absolute;
  width: 100%;
  height: auto;
  transform: scale(1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;;
}

.team-block:hover .team-image img {
  width: 100%;
  height: auto;
  transform: scale(1.1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;;
}

.team-blocks .sub-title {
  padding-left:0;
  padding-right:0;
}

.post-container .blog-content,
.job-spec-content {
  font-size: 0.938rem;
  line-height: 165%;
}

.post-container .blog-content .blog-content-main {
  padding-bottom: 40px;
  border-bottom: 1px solid #f1f1f1;
}

.post-container .blog-content .blog-content-extra {
  font-size: 0.813rem;
  line-height: 165%;
  border-bottom: 1px solid #f1f1f1;
  padding-top:30px;
  padding-bottom: 20px;
}

.post-container .blog-content .blog-content-main .rich-content-extra {
  padding-top:30px;
  padding-bottom: 20px;
  border-top: 1px solid #f1f1f1;
}

.post-container .blog-content a,
.post-container .blog-content a:visited {
  color: #000000;
  border-bottom:1px solid #3b94d1;
}

.post-container .blog-content a:hover {
  color: #3b94d1;
}

.post-container .blog-content #hubspot-topic_data,
.post-container .blog-content .blog-post-sharing {
  font-family: 'Inter', Arial, sans-serif;
				font-weight:600;
  font-size: 0.75rem;
  padding: 20px 0;
  display: block;
  width: 100%;
  float: left;
  border-bottom: 1px solid #f7f6f3;
}

.post-container .blog-content .blog-post-sharing {
  height: auto;
}

.post-container .blog-content .blog-post-sharing ul.hs-blog-social-share-list {
  margin: 0;
  padding: 0;
  list-style:none;
}

.post-container .blog-content .hs-blog-social-share ul.blog-post-sharing:before,
.post-container .blog-content .blog-post-sharing .social-holder:before {
  content: 'Share: ';
  float: left;
  margin-right: 15px;
}

.post-container .blog-content #hubspot-topic_data span {
  margin-right: 10px;
}

.post-container .blog-content #hubspot-topic_data a,
.post-container .blog-content #hubspot-topic_data a:visited {
  font-family: 'Inter', Arial, sans-serif;
				font-weight: 400;
  border:none;
  background-color: #f1f1f1;
  color: #454648;
  font-size: 0.75rem;
  padding: 8px 12px;
  margin: 2px;
  text-transform:none;
  opacity:0.7;
  display: inline-block;
  line-height: 105%;
}

.post-container .blog-content #hubspot-topic_data a:hover {
  opacity:1;
}

.post-container .blog-content h2,
.job-spec-content h2 {
  font-size: 1.375rem;
}

.post-container .blog-content h3,
.job-spec-content h3 {
  font-size: 1.25rem;
}

.post-container .blog-content h4,
.job-spec-content h4 {
  font-size: 1.125rem;
}

.post-container .blog-related {
  padding-right:50px;
}

.post-container .blog-related h3 {
  border-bottom: 1px solid #f7f6f3;
  font-size: 0.75rem;
  padding: 14px 0;
  color:#5c5c62;
  text-transform: uppercase;
  font-family: 'Inter', Arial, sans-serif;
				font-weight: 400;
  font-size: 0.813rem;
  line-height: 165%;
  position:relative;
}

.post-container .blog-related h3:before {
    background-color: #f90000;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}

.post-container .blog-related ul {
  margin:0;
  padding:0;
  list-style:none;
}

.post-container .blog-related ul li {
  border-bottom: 1px solid #f7f6f3;
  padding: 14px 0;
}

.post-container .blog-related ul li a,
.post-container .blog-related ul li a:visited{
  color: #222222;
  display: block;
  font-size: 0.938rem;
  line-height: 165%;
  font-family: 'Inter', Arial, sans-serif;
				font-weight:600;
}

.post-container .blog-related ul li a:hover {
  color:#CB0A09;
}

.post-container .blog-content .section.post-body p:first-of-type {
  font-family: 'Inter', Arial, sans-serif;
				font-weight:600;
  font-size: 1.125rem;
}

.post-container .blog-content blockquote,
.text-content blockquote {
/*   font-family: "MarkWebPro-Italic W03 Regular"; */
  border: 0 none;
  padding: 0;
  padding-top: 20px;
  line-height: 165%;
		font-weight:300;
}

.post-container .blog-content .section.post-body blockquote p,
.post-container .blog-content .section.post-body blockquote p:first-of-type,
.text-content blockquote p {
  color: #CB0A09;
  font-size: 1.375rem;
/*   font-family: "MarkWebPro-Italic W03 Regular"; */
		font-style:normal !important;
		font-weight:300;
}

.post-container .blog-content .section.post-body blockquote p em {
/* 		font-family: "MarkWebPro-Italic W03 Regular"; */
/* 		font-style:normal !important; */
}

.post-container .blog-content blockquote:before,
.text-content blockquote:before {
  background-color: #CB0A09;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: relative;
  top: 0;
  width: 40px;
  margin-bottom: 10px;
}

.post-container .blog-content blockquote p span,
.text-content blockquote p span {
  font-size: 0.75rem;
  color:#5c5c62;
  font-family: 'Inter', Arial, sans-serif;
				font-weight: 400;
}

.post-container .blog-content .post-featured-image {
  margin-bottom: 30px;
}




.intro-sub-menu {
  font-size: 0;
/*   transform: translateY(25%); */
}

.intro-sub-menu ul {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  transform: translateY(25%);
}

.intro-sub-menu ul li {
  display: inline-block;
  border: medium none!important;
  display: inline-block;
  margin: 0;
  width: auto;
}

.intro-sub-menu ul li a {
    border-bottom: 1px solid #f7f6f3!important;
    padding: .95em 1.1em .55em !important;
    border-bottom: 1px solid #dbdbdb!important;
    margin-bottom: 1px;
    color: #99999a;
    margin: 0 0 1px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.intro-sub-menu ul li.active.active-branch a,
.intro-sub-menu ul li:hover a {
    margin-bottom: 0px;
    color: rgb(34, 34, 34) !important;
    border-bottom: 2px solid rgb(249, 0, 0) !important;
}


.post-pagination {
  text-align: center;
}

.post-pagination .pagination-btn,
.post-pagination .pagination-btn:visited {
  border-top: 1px solid #f7f6f3;
  border-bottom: 1px solid #f7f6f3;
  padding: 20px;
  display: block;
  position: relative;
}

.post-pagination .pagination-btn span {
  color: #5c5c62;
}

.post-pagination .pagination-btn h4 {
  font-size: 1rem;
  color: #000000;
}

.post-pagination .pagination-btn:hover h4,
.post-pagination .pagination-btn:hover span {
  color: #3b94d1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;;
}

.post-pagination .link-image {
  position: absolute;
  height: calc(100% - 40px);
		height:70px;
  width:25%;
/*   background-size: cover; */
  background-size: auto 120%;
		background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  top:50%;
		transform:translateY(-50%);
  width: 20%;
  border-left: 1px solid #f7f6f3;
  border-right: 1px solid #f7f6f3;
  z-index: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;;
}

.post-pagination .pagination-btn:hover .link-image {
  background-size: auto 140%;
		background-size: 130% auto;
}

.pagination-btn.list-prev-post .link-image {
  left: 80px;
}

.pagination-btn.list-next-post .link-image {
  right: 80px;
}

.pagination-btn span.icons {
    position: absolute;
    top: 50%;
    font-size: 30px;
    transform: translateY(-50%);
}

.pagination-btn.list-prev-post span.icons {
  left: 20px;
}

.pagination-btn.list-next-post span.icons {
  right: 20px;
}

.back-btn-container {
  transform: translateY(-25px);
}

a.back-btn,
a.back-btn:visited {
  color: #5c5c62;
  font-size: 0.75rem;
  text-transform: uppercase;
  opacity: 0.7;
}

a.back-btn span {
  margin-right: 5px;
}

a.back-btn:hover {
  color: #CB0A09;
  opacity: 1;
}

.post-body img {
  width: 100% !important;
  height: auto !important;
}

.image-slider-lightbox {
  position: relative;
}

.nav-arrow-container {
  position: absolute;
  width:100%;
  height:50px;
  left:0;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}

.nav-arrow-container a.nav-arrow {
  width: 50px;
  height: 50px;
  background-color: #5c5c62;
  opacity:0.5;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;;
}

.nav-arrow-container a.nav-arrow:hover {
  color: #fff;
  opacity: 0.7;
}

.nav-arrow-container a.nav-arrow.nav-arrow-prev {
  position:absolute;
  left:0;
}

.nav-arrow-container a.nav-arrow.nav-arrow-next {
  position:absolute;
  right:0;
}

.nav-arrow-container a.nav-arrow span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3D(-50%,-50%,0);
}


.blog-content .section.post-body span > pre {
  background-color: #f4f4f4;
  border: 1px solid #DCDCDC;
  width: 100%;
  padding: 2em;
  border-radius: 4px;
  color: #365257;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
	 overflow: unset;
  white-space: break-spaces;
		font-family: 'Inter', Arial, sans-serif;
				font-weight: 400;
		line-height: 165%;
}

.post-meta {
		font-size: 0.75rem;
		margin-top:-10px;
}

.fontSizeXL {
		font-size: 1.375rem;
}

.fontSizeL {
		font-size: 1.25rem;
}

.fontSizeMD {
		font-size: 1.125rem;
}

.fontSizeSM {
		font-size: 0.875rem;
}

.fontSizeS {
		font-size: 0.813rem;
}

.fontSizeXS {
		font-size: 0.75rem;
}

.fontSizeXXS {
		font-size: 0.688rem;
}

.text-med {
		font-family: 'Inter', Arial, sans-serif !important;
				font-weight:600;
}

.text-bold {
		font-weight: 'Inter', Arial, sans-serif !important;
		font-weight: 600;
}

.text-italic {
	 font-family: 'Inter', Arial, sans-serif !important;
		font-style:italic;
}

.testimonial-image img {
		width: 100%;
		max-width: 50px;
		height: auto;
}

.service-icon img {
    max-width: 255px !important;
    height: auto;
    margin: 0 auto;
    display: block;
}

img.service-image {
		width: 100%;
		max-width: 250px !important;
		height: auto;
		margin: 0 auto;
		display: block;
}

.arrow-down {
		height:35px;
		width:0;
		border-left:2px dashed #CB0A09;
		position:absolute;
		left: calc(50% - 5px);
  bottom: -45px;
}

.solutions-container .row:last-of-type .arrow-down {
		display: none;
}

.arrow-down:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
		  bottom:-10px;
    border-style: solid;
		  position: absolute;
    border-width: 10px 4px 0 4px;
    border-color: #CB0A09 transparent transparent transparent;
		  left: calc(50% - 5px);
}


.content-center {
		position:relative;
		left:50%;
		transform:translateX(-50%);
}

.video-quote-container .playbtn {
		position:absolute;
		top:50%;
		left:50%;
		padding:0;
		margin:0;
		transform: translateY(-50%) translateX(-50%);
  width: 20%;
  height: 0;
  padding-bottom: 20%;
		background:transparent;
		background-image:url('https://482107.fs1.hubspotusercontent-na1.net/hubfs/482107/site/img/play-button-thin.svg');
		background-size: auto 100%;
		background-position:center;
		background-repeat:no-repeat;
		opacity:1;
}

.video-quote-container .playbtn:hover {
		background-color:transparent;
		background-image:url('https://482107.fs1.hubspotusercontent-na1.net/hubfs/482107/site/img/play-button-thin.svg') !important;
		background-size: auto 100%;
		background-position:center;
		background-repeat:no-repeat;
		opacity:0.7;
}

.video-quote-container .quote {
  font-family: 'Inter', Arial, sans-serif;
				font-weight: 400;
  border: 0 none;
  padding: 0;
  font-style: italic;
  padding-top: 20px;
  line-height: 125%;
		color: #454648;
  font-size: 1.25rem;
}

.video-quote-container .quote.reg {
		font-style: normal;
}

.video-quote-container .name {
		color: #CB0A09;
		font-size: 1rem;
		font-family: 'Inter', Arial, sans-serif;
				font-weight:600;
}

.video-quote-container .job {
		color: #454648;
		font-size: 0.875rem;
		font-family: 'Inter', Arial, sans-serif;
				font-weight: 400;
		text-transform: uppercase;
}

.video-quote-container .video-thumb {
		background-position:center;
		background-size:cover;
		background-repeat:no-repeat;
		width:100%;
		padding-bottom: 60%;
		position:relative;
		margin-top:-100px;
}

.services-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li {
		display:block;
		max-width:100%;
		margin-bottom:5px;
		width:100%;
}

.services-menu .acc-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li {
		width:100%;
}

.services-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
		margin:0;
		padding:0 !important;
		color:#7f8c8e;
		font-size:1rem;
		font-family: 'Inter', Arial, sans-serif;
				font-weight:600;
		position:relative;
		word-wrap: break-word !important;
		max-width:100% !important;
		white-space: normal !important;
  line-height: 145%;
}

.services-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover,
.services-menu .acc-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover,
.services-menu .acc-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li.active a {
				color:#CB0A09;
}

.services-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a span.last {
		display:inline-block;
		position:relative;
		padding-right:20px;
		width: auto;
}

.services-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a span.last:after {
		display:block;
		font-family: 'icomoon';
		font-size:1rem;
		content: '\e902';
		position:absolute;
		right:0;
		top:50%;
		transform:translateY(-50%);
		
/* 		display:inline-block;
		position:relative; */
		top:-1px;
		transform:translateY(2px);
}

.services-menu .acc-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:after {
		display:none;
}

.services-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover {
		color: #CB0A09;
}

.services-menu .acc-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
		color: #7f8c8e;
}

.services-menu ul > ul {
		float:left;
}


.parallax-container {
/* 		background-attachment: fixed; */
}

/* ==========================================================================
   7. MEDIA QUERIES                                          
   ========================================================================== */
@media only screen and (min-width: 560px) {
/* 		.service-blocks {
				display: flex;
		} */
		
  .header-container-wrapper {
    position:fixed;
    top:0;
    left:0;
    width:100%;
  }

  .body-container-wrapper {
    padding-top:61px;
  }
  .hs-home-page-layout .body-container-wrapper {
    padding-top:0;
  }
  
  .custom-logo img,
  .custom-footer-logo img {
    max-width: 180px;
  }
  .custom-footer-logo img {
    max-width: 150px;
  }
  
  .header-container {
    padding:0;
  }
  .mobile-btn-container .menu-toggle,
  .mobile-btn-container .search-mobile-btn{
    height:61px;
    width:60px;
   }
  .mobile-btn-container .search-mobile-btn span {
    position: absolute;
    top: 35%;
    left: 35%;
    font-size: 22px;
  }
  
  .team-block {
    margin: 10px 10px;
    flex: 0 1 calc(50% - 20px);
				padding-bottom:20px;
  }
		
		.bg-light-grey .team-block {
				background-color: #fff;
				-webkit-box-shadow: 0px 0px 3px 0px rgba(150,150,150,.1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(150,150,150,.1);
    box-shadow: 0px 0px 3px 0px rgba(150,150,150,.1);
		}
		
		.bg-light-grey .team-block h4,
		.bg-light-grey .main-blog-post .datecaption,
		.bg-light-grey .team-block .intro-text,
		.bg-light-grey .team-block .post-meta {
				padding-left: 20px;
				padding-right: 20px;
		}
		
		.bg-light-grey .team-block .intro-text {
				padding-bottom: 20px;
		}
		
		.bg-light-grey .team-block.main-blog-post .intro-text {
				padding-bottom: 0;
		}
  
  .pagination-btn {
    flex-wrap: wrap;
    flex: 0 1 50%;
  }
  
/*   .biography-block {
    margin: 10px 10px;
    flex: 0 1 calc(50% - 20px);
  } */
  
  .biography-blocks .pic-block {
    margin: 10px 10px 10px 0;
    flex: 0 1 calc(40% - 10px);
  }
  
  .biography-blocks .biography-block.biog-block {
    margin: 10px 10px 10px 40px;
    flex: 0 1 calc(60% - 50px);
  }
		
		.biography-blocks .biography-block.biog-block p {
				margin-bottom: 20px;
		}
  
  .award-block {
    margin: 20px 10px;
    flex: 0 1 calc(50% - 20px);
  }
  
  .team-blocks .sub-title {
    padding-left:10px;
    padding-right:10px;
  }
}

@media only screen and (min-width: 768px) {
		
		.video-quote-container .quote {
				font-family: 'Inter', Arial, sans-serif;
				font-weight: 400;
				border: 0 none;
				padding: 0;
				font-style: italic;
				padding-top: 20px;
				line-height: 125%;
				color: #454648;
				font-size: 1.688rem;
		}

		.video-quote-container .name {
				color: #CB0A09;
				font-size: 1.25rem;
				font-family: 'Inter', Arial, sans-serif;
				font-weight:600;
		}

		.video-quote-container .job {
				color: #454648;
				font-size: 0.875rem;
				font-family: 'Inter', Arial, sans-serif;
				font-weight: 400;
		}

		
		a.text-btn,
		a.text-btn:visited,
		a.text-btn:hover {
			font-size: 0.938rem;
		}
		
		.arrow-down {
				height:35px;
				width:0;
				border-left:2px dashed #CB0A09;
				position:absolute;
				left: 150px;
				bottom: -17px;
		}
		
		img.service-image {
				width: 100%;
				max-width: 425px !important;
				height: auto;
		}
		
		.testimonial-image img {
				width: 100%;
				max-width: 90px;
				height: auto;
		}

		
		.custom-contact-form fieldset.form-columns-2 > div {
				max-width: calc(50% - 10px) !important;
		}

		.custom-contact-form fieldset.form-columns-2 > div:first-of-type {
				margin-right:20px;
		}
  
  .post-container .blog-content,
		.job-spec-content {
    font-size: 1rem;
    line-height: 165%;
  }
  
  body {
    font-size: 1rem;
				font-size: 1.125rem;
  }
  
  .footer-container {
    padding: 50px 25px;
  }
  
  .body-container {
    padding:0 !important;
    margin:0 !important;
  }
  
  .body-container .page-center,
  .body-container .page-center.post-heading {
    padding: 50px 25px;
  }
  
/*   padding: 50px 25px; */
  
  .footer-container {
    padding: 25px 25px;
    text-align:left;
  }
  
  .custom-footer-top-group {
    display:block !important;
  }
  
  .social-holder {
    margin:0;
    padding:0;
    list-style:none;
    float:right;
    right:0;
    text-align:right;
  }
  
  .social-holder li a,
  .social-holder li a:visited {
    width:35px;
    height:35px;
    font-size: 16px;
  }
  
  .mobile-nav-container .social-holder {
    text-align:center;
  }
  
  .mobile-nav-container .social-holder li a {
    font-size:1.25rem;
  }
  
  .custom-copyright p {
    text-align:left;
  }
  
  .custom-subscribe-container {
    background-image: url("https://www.peregrinecommunications.com/hubfs/site/img/stay-updated-image-by-peregrine-communications-new.png");
    background-position: right calc(50% - 400px) center;
  }
  
  .custom-bottom-pane-subscription-form .hs_email.field.hs-form-field {
    float: left;
    max-width: 320px;
    width: 100%;
    margin-left: 37px;
  }
  
  .custom-bottom-pane-subscription-form .hs-button.primary.large {
    background-color: #222222;
    left: auto;
    right: auto;
    margin: 0 6px 0 14px;
    display: inline;
    width: auto;
  }
  
  .custom-bottom-pane-subscription-form .hs-input {
    text-align:left;
  }
  
  h1 {
    font-size: 2.5rem;
  }
		
		h1.smaller {
    font-size: 2.5rem !important;
  }
		
		h1.small {
    font-size: 1.875rem !important;
  }

  h2 {
    font-size: 2.25rem;
  }

		.biography-block h1 span,
  h3 {
    font-size: 1.875rem;
  }
		
		h3.size85 {
				font-size: calc( 1.875rem * 0.85 );
		}

  h4 {
    font-size: 1.375rem;
  }
		
		h5 {
    font-size: 1.25rem;
  }
		
		h6 {
    font-size: 1rem;
  }
  
 .custom-social-sharing h4 {
    display:none;
  }
  
  .main-intro-p > div {
    font-size: 1.375rem;
  }
  
  .video-container-full .video-holder {
    display:block;
  }
  
  .video-container-full .intro-holder h1 {
    font-size:4rem;
  }
  
  .video-container-full .intro-holder .subtitle {
    font-size:1.875rem;
  }
  
  .featherlight-content iframe {
    width: 640px;
    height: 360px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.search-btn a {
      width: 30px;
      height: 30px;
      padding: 20px;
      position:relative;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li.search-btn a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    margin: 0;
    transform: translate3D(-50%,-50%,0);
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
  }
  
   
  
  
  
  
  .d-view{
    display:none !important;
  }
  .m-view {
    display:none !important;
  }
  
  .t-view {
    display:block !important;
  }
  
  
  .carousel-cell {
      width: 33%;
      height: auto;
      margin: 20px 5px;
  }
  
  .location-holder {
    padding:30px;
  }
  
  .award-block {
    margin: 20px 10px;
    flex: 0 1 calc(50% - 20px);
  }
  
  .team-block {
    flex: 0 1 calc(33% - 20px);
  }
		
		.team-block-half {
    flex: 0 1 calc(50% - 20px);
  }
  
  .flexbox-container {
    display:flex !important;
  }
  
  .pagination-btn.list-prev-post {
    text-align: left;
  }
  
  .pagination-btn.list-next-post {
    text-align: right;
  }
  
}


@media only screen and (min-width: 992px) {
		
		.search-input-container {
    position: absolute;
    max-width: 45%;
    min-width: 45%;
				right:0;
  }
  
  .pagination-btn.list-prev-post {
    padding-left: calc(12% + 80px);
  }
  
  .pagination-btn.list-next-post {
    padding-right: calc(12% + 80px);
  }
  
  .award-block {
    margin: 20px 10px;
    flex: 0 1 calc(33% - 20px);
  }
  
  .team-block {
    flex: 0 1 calc(25% - 20px);
  }
		
		.team-block.team-block-third {
    flex: 0 1 calc(33% - 20px);
  }
		
		.team-block-half {
    flex: 0 1 calc(40% - 20px);
  }
  
  .biography-blocks .biography-block.biog-block {
    margin: 10px 10px 10px 40px;
    flex: 0 1 calc(50% - 50px);
  }
  
  .align-items-center {
    align-items:center;
  }
  
  .m-view {
    display:none !important;
  }
  
  .t-view {
    display:none !important;
  }
  
  .d-view{
    display:block !important;
  }
  
  .header-container, 
  .footer-container {
    padding: 0 50px;
  }
  
  .body-container {
    padding:0 !important;
    margin:0 !important;
  }
  
  .body-container .page-center,
  .body-container .page-center.post-heading {
    padding: 50px 50px;
  }
  
  .footer-container {
    padding: 50px 50px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:visited {
    font-size: 0.75rem;
    padding: .4em 0;
    margin: .55em 0.5em;
    font-family: 'Inter', Arial, sans-serif;
				font-weight: 500;
    outline-offset: -8px;
    display: block !important;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper li a {
  font-size: 0.75rem;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-left:5px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 11px;
  }
  
  .custom-menu-primary {
    display: block !important;
  }
  
  .custom-subscribe-container {
    background-position: right calc(50% - 400px) center;
  }
  
  .max-w-55 {
    max-width:55%;
    margin:0 auto;
  }
  
  .max-w-60 {
    max-width:60%;
    margin:0 auto;
  }
  
  .max-w-70 {
    max-width:70%;
    margin:0 auto;
  }
  
  .max-w-80 {
    max-width:80%;
    margin:0 auto;
  }
		
		.max-w-85 {
    max-width:85%;
    margin:0 auto;
  }
		
	
		.max-w-100 {
    max-width:100%;
    margin:0 auto;
  }
		
		.w-100 {
    width:100%;
    margin:0 auto;
  }
  
  .featherlight-content iframe {
      width: 768px;
      height: 432px;
  }
  
  .carousel-cell {
      width: 25%;
      height: auto;
      margin: 20px 5px;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
/*     border-top:9px solid transparent; */
    top: calc(100% + 9px);
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper:before {
    content: '';
    height: 9px;
    width: 100%;
    display: block;
    top: -9px;
    position: absolute;
    background-colour: transparent;
  }
		
		.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    margin-bottom: 0;
  }
  
  .search-input-container button,
		.search-results-container button {
    padding:8px 15px;
    font-family: 'Inter', Arial, sans-serif;
				font-weight: 400;
    font-size: 0.938rem;
    max-height:45px;
  }
  
  .hs-search-field__input,
  .hs-search-field__input:focus,
  .hs-search-field--open .hs-search-field__suggestions {
    padding: 8px !important;
  }
  
  .text-block {
    color: #5c5c62;
    font-size: 1.125rem;
  }
  
  .team-blocks {
    padding-top: 50px;
				padding-top: 15px;
  }
  
}


@media only screen and (min-width: 1280px) {
  
  .header-container, 
  .footer-container {
    padding: 0 80px;
  }
  
  .body-container .page-center,
  .body-container .page-center.post-heading {
    padding: 50px 80px;
  }
  
  .footer-container {
    padding: 50px 80px;
  }
  
  .custom-subscribe-container {
    background-position: right calc(50% - 400px) center;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-left:15px;
  }
  
  .carousel-cell {
      width: 20%;
      height: auto;
      margin: 20px 5px;
  }
  
}

.body-container .page-center-thin {
/*   padding-top: 15px;
  padding-bottom: 15px;
		 */
		padding-top: 0;
  padding-bottom: 0;
		
}

.body-container .page-center-thin .back-container {
		padding-top: 15px;
  padding-bottom: 15px;
		
}


.hidden {
  display: none !important;
}

.opacity0 {
  opacity: 0 !important;
}

.opacity1 {
  opacity: 1 !important;
		-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;;
}



.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.ml-n1 {
  margin-left: 0;
}

.mr-n1 {
  margin-right: 0;
}

.height-0 {
  height: auto !important;
  min-height: auto !important;
  max-height: auto !important;
}

.blog-content iframe {
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
  .team-block:first-of-type {
    margin-top: 0
  }
  
  .footer-container {
    text-align: center;
  }
  
  .span-s-full {
    width:100% !important;
  }
  .span-s-half {
    width:50% !important;
    min-width: 50%;
    max-width: 50%;
  }
  .flex-s-wrap .row-fluid {
    flex-wrap: wrap;
  }
  .mt-s-0 {
    margin-top:0 !important;
  }
  .mb-s-0 {
    margin-bottom:0 !important;
  }
  .ml-s-0 {
    margin-left:0 !important;
  }
  .mr-s-0 {
    margin-right:0 !important;
  }
		.pl-s-0 {
    padding-left:0 !important;
  }
  .pr-s-0 {
    padding-right:0 !important;
  }
  .pl-s-10 {
    padding-left:10px !important;
  }
  .pr-s-10 {
    padding-right:10px !important;
  }
  .pl-s-15 {
    padding-left:15px !important;
  }
  .pr-s-15 {
    padding-right:15px !important;
  }
}

@media only screen and (min-width: 560px) and (max-width: 768px) {
  .span-sm-full {
    width:100% !important;
  }
  .span-sm-half {
    width:50% !important;
    min-width: 50%;
    max-width: 50%;
  }
  .flex-sm-wrap .row-fluid {
    flex-wrap: wrap;
  }
  .ml-sm-0 {
    margin-left:0 !important;
  }
  .mr-sm-0 {
    margin-right:0 !important;
  }
  .pl-sm-10 {
    padding-left:10px !important;
  }
  .pr-sm-10 {
    padding-right:10px !important;
  }
  .pl-sm-15 {
    padding-left:15px !important;
  }
  .pr-sm-15 {
    padding-right:15px !important;
  }
  
  .ml-n1 {
    margin-left: -10px;
  }

  .mr-n1 {
    margin-right: -10px;
  }
  
  .flex-wrap {
    flex-wrap:wrap;
    display:flex;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .span-md-full {
    width:100% !important;
  }
  .span-md-half {
    width:50% !important;
    min-width: 50%;
    max-width: 50%;
  }
  .flex-md-wrap .row-fluid {
    flex-wrap: wrap;
  }
  .ml-md-0 {
    margin-left:0 !important;
  }
  .mr-md-0 {
    margin-right:0 !important;
  }
  .pl-md-10 {
    padding-left:10px !important;
  }
  .pr-md-10 {
    padding-right:10px !important;
  }
  .pl-md-15 {
    padding-left:15px !important;
  }
  .pr-md-15 {
    padding-right:15px !important;
  }
  
  .ml-n1 {
    margin-left: -10px;
  }

  .mr-n1 {
    margin-right: -10px;
  }
  
  .flex-wrap {
    flex-wrap:wrap;
    display:flex;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .span-lg-full {
    width:100% !important;
  }
  .span-lg-half {
    width:50% !important;
    min-width: 50%;
    max-width: 50%;
  }
  .flex-lg-wrap .row-fluid {
    flex-wrap: wrap;
  }
  .ml-lg-0 {
    margin-left:0 !important;
  }
  .mr-lg-0 {
    margin-right:0 !important;
  }
  .pl-lg-10 {
    padding-left:10px !important;
  }
  .pr-lg-10 {
    padding-right:10px !important;
  }
  .pl-lg-15 {
    padding-left:15px !important;
  }
  .pr-lg-15 {
    padding-right:15px !important;
  }
  
  .ml-n1 {
    margin-left: -10px;
  }

  .mr-n1 {
    margin-right: -10px;
  }
  
  .flex-wrap {
    flex-wrap:wrap;
    display:flex;
  }
}

.blog-content-video,
.hs-responsive-embed-inner-wrapper {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.blog-content-video embed,
.blog-content-video iframe,
.blog-content-video object,
.hs-responsive-embed-inner-wrapper embed,
.hs-responsive-embed-inner-wrapper iframe,
.hs-responsive-embed-inner-wrapper object {
  height: 100%;
  left: 0;
  position: absolute!important;
  top: 0!important;
  width: 100%;
}

embed, iframe, object, video {
  margin-bottom: 0;
  max-width: 100%;
  vertical-align: middle;
  min-width: 100%;
}

.hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: none !important;
  max-height: none !important;
  margin-bottom: 30px !important;
}


@media only screen and (min-width: 1280px) {
  .ml-n1 {
    margin-left: -10px;
  }

  .mr-n1 {
    margin-right: -10px;
  }
  
  .pl-xl-10 {
    padding-left:10px !important;
  }
  .pr-xl-10 {
    padding-right:10px !important;
  }
  
  .flex-wrap {
    flex-wrap:wrap;
    display:flex;
  }
}








.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
		width: auto !important;
		max-width: none !important;
}

.hs-home-page-layout .mobile-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
		width: 100% !important;
}

.mobile-nav-container .custom-menu-mobile ul li a {
    width: 100% !important;
}

.mobile-nav-container ul > li.active > a,
.mobile-nav-container ul li.active-branch > a,
.mobile-nav-container ul li:hover > a,
.mobile-nav-container ul li ul.hs-menu-children-wrapper li:hover a {
		color:#CB0A09;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
		width: 175px !important;
		max-width: 175px !important;
		
		width: 205px !important;
		max-width: 205px !important;
		white-space: normal !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
		color: #fff !important;
}

.p-mb-0 p {
		margin-bottom: 0 !important;
}


.featherlight-next, .featherlight-previous {
    top: 50% !important;
    transform: translateY(-50%) !important;
		left:25px !important;
		opacity:0.5 !important;
		-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;;
}

.featherlight-next:hover, .featherlight-previous:hover {
		opacity:0.5 !important;
		-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;;
}

.featherlight-next {
		right:25px !important;
		left:auto !important;
}

.featherlight-previous, .featherlight-next {
    width: 50px !important;
    height: 50px !important;
    background-color: #5c5c62 !important;
    left: 25px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    position: absolute !important;
		right: auto !important;
		display:block !important;
}

.featherlight-next {
    right: 25px !important;
    left: auto !important;
}

.featherlight-next span, .featherlight-previous span {
    display: block !important;
    width: 50px !important;
    height: 50px !important;
    font-size: 30px !important;
    text-shadow: none !important;
    position: relative !important;
    line-height: 50px !important;
    top: auto !important;
    left: auto !important;
		  margin: 0 !important;
    padding: 0 !important;
}

.featherlight-next span {
		right:0 !important;
}







.search-input-container {
		
		border:5px solid #eee;
}

.hs-search-field__input, .hs-search-field__input:focus, .hs-search-field--open .hs-search-field__suggestions {
				background-color: #fff !important;
}

.hs-search-field--open .hs-search-field__suggestions {
    background-color: #eee !important;
}

.custom-menu-primary li.hs-menu-depth-2 ul,
.custom-menu-mobile li.hs-menu-depth-2 ul,
.custom-menu-mobile li.hs-menu-depth-2 span.dropdown{
    display: none !important;
}

.custom-menu-primary {
    margin: 0 !important;
}




#CookieTable tr, #CookieTable td {
    padding: 10px;
    border: 1px solid #f5f5f5;
}

#CookieTable thead th {
    color: #fff;
    background-color: #222;
    padding: 10px;
}


div#hs-eu-cookie-confirmation {
		border:none !important;
}

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    max-width: 500px !important;
		  width: calc(100% - 20px) !important;
    right: 10px !important;
		left: auto !important;
		top:auto !important;
		bottom:10px !important;
		position:fixed !important;
		  background-color: #222222 !important;
		color:#fff !important;
		font-family: 'Inter', Arial, sans-serif !important;
		font-weight: 600 !important;
		box-shadow: none !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
		background-color: #222222 !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
		color:#fff !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  display: block !important;
  margin: 0 0 0 1em !important;
  padding: 0.75em 1.2em; !important;
  max-width: none !important;
		-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;;
		border-radius: 0 !important;
		position: relative;
  display: inline-block !important;
		text-transform:uppercase !important;
		color: #fff !important;
		border: 1px solid #fff !important;
		background-color: transparent !important;
		font-size: 11px !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
  color: #fff !important;
		border: 1px solid #CB0A09 !important;
  background-color: #CB0A09 !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
		color: #CB0A09 !important;
}

.pointer-none {
		pointer-events:none;
}

/* .search-input-container {
    padding: 10px;
    background-color: #222;
    position: fixed;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100% !important;
    max-width: 650px !important;
    margin: 0 auto;
    left: 50%;
    right: unset;
    min-width: unset !important;
    z-index: 101;
}



.search-input-container:before {
    content: '';
    width: 300vw;
    height: 300vh;
    position: fixed;
    display: block;
    left: -100vw;
    top: -100vh;
    background-color: #222;
} */






/* 2023 Refresh Additions (Below) - Should be done properly, but not time and budget for this :-( */

@media only screen and (min-width: 992px) {
		a.site-logo-btn {
						transform: translateX(-20px);
						display: flex;
		}
}