/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css);
@import url(https://use.fontawesome.com/releases/v5.0.1/css/all.css); /*  font-family: 'Font Awesome\ 5 Free'; */

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

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

/* 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;}
/* 
 * this file will house all the css from the individual custom modules...
 * the goal is to centralize all the module styles here so that we can
 * more quickly and easily update the site with the new branding.
 */

/* ************************************************************************** */
/* ***** ***** ***** ***** ***** Global Modules ***** ***** ***** ***** ***** */
/* ************************************************************************** */

/* PMG Footer Module */
.footer-sub-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1360px;
    margin: 0 auto;
}
.footer-company-locations-wrapper {
    padding-bottom: 20px;
}
.footer-main-wrapper{
 background-color: #3D3D3D;
 margin: 0px;
 padding: 50px 0px;
 color: #FBFBFB;
}
.footer-left-wrapper {
    flex: 0 30%;
}
.footer-center-wrapper {
    flex: 0 33%;
}
.footer-right-wrapper {
    flex: 0 26%;
    padding: 0px 40px;
}
.footer-contact-wrapper {
    display: flex;
    padding: 0px 0px 10px 0px;
}
.footer-phone-number {
    flex: 0 31%;
     font: 600 15px/24px "freight-sans-pro",sans-serif;
}
.footer-company-name {
    font: 600 15px/24px "freight-sans-pro",sans-serif;
    -webkit-font-smoothing: antialiased;
}
.footer-get-in-touch {
    flex: 0 45%;
     font: 600 15px/24px "freight-sans-pro",sans-serif;
}
.footer-main-wrapper ul {
    padding: 0px;
}
.footer-main-wrapper ul li {
    display: inline-block;
    line-height: 20px;
}
.footer-main-wrapper ul li a{
 text-decoration: none;
 color: #FBFBFB;
 font: 600 15px/24px "freight-sans-pro",sans-serif;
 -webkit-font-smoothing: antialiased;
}
.footer-copyright-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.footer-get-in-touch a {
    text-decoration: none;
    color: #F88001;
    padding: 0px 5px;
}
.footer-copyright-menu ul li a{
    padding: 0px 3px !important;
    line-height: 1;
    font-size: 12px;
    font-weight: 100;
    color: #ffffff;
    max-width: 100% !important;
}
.footer-copyright-text {
  margin-left: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.footer-copyright-text p {
    font-size: 13px;
    margin:0;
    line-height: 1;
}
.footer-social-icons-wrapper {
    display: flex;
    padding: 20px 0px 10px 0px;
}
.footer-social-icons {
    padding: 0px 5px;
}
.footer-social-icons img {
    height: 20px !important;
}
.footer-logos-sub-wrapper {
    display: flex;
    justify-content: end;
}
.footer-logos-sub img {
    width: 150px;
}
.footer-logos-sub {
    flex: 0 45%;
    margin: 2%;
}
.footer-company-locations-wrapper .hs-menu-wrapper{
  margin-top: 20px;
}
.footer-company-locations-wrapper .hs-menu-wrapper ul li a {
    padding: 0px 5px 0px 0px !important;
}

@media (max-width: 970px){
 .footer-left-wrapper {
    flex: 0 100%;
}
.footer-center-wrapper {
    flex: 0 100%;
}
.footer-right-wrapper {
    flex: 0 100%;
}
 .footer-contact-wrapper {
    display: block;
    padding: 10px 0px;
    font: 600 15px/24px "freight-sans-pro",sans-serif;
    -webkit-font-smoothing: antialiased;
}
.footer-social-icons-wrapper{
  justify-content: center;
}
.footer-copyright-wrapper {
    justify-content: center;
    align-items: center;
}
.footer-company-name {
    padding: 15px 0px;
}
.footer-sub-wrapper{
text-align: center;
}
.footer-logos-sub-wrapper {
    justify-content: center;
    padding: 20px 0px;
}
.footer-logos-sub {
    flex: 0 25%;
}
}
@media (max-width: 1410px){
 .footer-copyright-menu{
   flex: 0 100%;
 }
 .footer-copyright-text{
   flex: 0 100%;
 }
 .footer-copyright-text p {
    margin: 20px 0px;
}
}

/* PMG Footer Section */
.footerSection { background-color: #333333; padding: 40px 0 30px;color:#fff; }
.footerSection .wrapper {  max-width: 1240px; }
.footerLeft { width: 30%;  padding: 0 10px; }
.footerInner { margin: 0 -10px; }
.footerMiddle { width: 44%;    padding: 0 10px; }
.footerRight { width: 26%; }
.footerSocial ul li { display: inline-block; }
.footerSocial ul li ~ li { margin-left: 5px; }
.footerSocial ul li img { max-width: 20px !important;    vertical-align: middle; max-height: 20px !important; }
.footercname { font-size: 15px;    line-height: 24px;    font-weight: 600;    font-family: 'freight-sans-pro';    margin: 0 0 5px; }
.fgTouch { display: inline-block; }
.fNumber { font-size: 15px;    line-height: 24px;    font-weight: 600;    font-family: 'freight-sans-pro';    display: inline-block; }
.fgTouch a { color: #ff8300; font-size: 15px; line-height: 24px;    font-weight: 600;    font-family: 'freight-sans-pro' !important; }
.fgTouch a:hover { color: #fff; }
.row-fluid .footerLocation ul li, .row-fluid .footerLocation ul li a { color: #fbfbfb !important;    font-size: 15px;    line-height: 24px;    font-weight: 400;    font-family: 'freight-sans-pro';    display: inline-block;pointer-events: none; }
/*.row-fluid .footerLocation ul li a:hover, .fcopyText ul li a:hover { color:#ff8300 !important; }*/
.footerSocial, .footerLocation { margin: 20px 0; }
.fcopyText ul li a { color: #ff8300 !important;    font-size: 15px;    line-height: 24px;    font-weight: 600;    font-family: 'freight-sans-pro' !important; }
.fcopyText ul li a:hover {color: #fff !important;}
.fcopyText ul li { color: #fff !important;    font-size: 15px;    line-height: 24px;    font-weight: 400;    font-family: 'freight-sans-pro' !important; }
.fcopyText ul li { display: inline-block; }
.fcopyText, .fcopyText p { color: #fff !important;    font-family: 'freight-sans-pro' !important;    font-size: 15px;    line-height: 24px;    font-weight: 400; }
.fcopyText ul { margin: 0 0 5px; }
.footerRitem { width: 50%;    padding: 0 10px; display: flex;align-items: center;}
.footerRInn { margin: 0 -10px; }
.footerRight .footerRInn .footerRitem img {max-width:100%;}

@media(max-width:1025px){
  .footerRight { width: 100%;    margin: 20px 0 0; }
  .footerRitem {   text-align: center;justify-content: center; }
  .footerLeft { width: 100%; margin:0 0 20px; text-align: center; }
  .footerMiddle { width: 100%; text-align: center; }
  .footerSocial ul, .footerLocation ul, .fcopyText, .fcopyText p, .fcopyText ul { text-align: center; }
 .footerRitem { width: 100%;  padding:0; }
 .footerRInn { margin: 0; }
 .footerRitem ~ .footerRitem { margin: 20px 0 0; }
 .footerRitem img { max-width: 150px !important; } 
}

/* PMG No Nav Footer */
.footerSection { background-color: #333333; padding: 40px 0 30px;color:#fff; }
.footerSection .wrapper {  max-width: 1240px; }
.footerLeft { width: 30%;  padding: 0 10px; }
.footerInner { margin: 0 -10px; }
.footerMiddle { width: 44%;    padding: 0 10px; }
.footerRight { width: 26%; }
.row-fluid .footerLocation ul li, .row-fluid .footerLocation ul li a { color: #fbfbfb !important;    font-size: 15px;    line-height: 24px;    font-weight: 400;    font-family: 'freight-sans-pro';    display: inline-block;pointer-events: none; }
/*.row-fluid .footerLocation ul li a:hover, .fcopyText ul li a:hover { color:#ff8300 !important; }*/
.fcopyText ul li a { color: #fff !important;    font-size: 15px;    line-height: 24px;    font-weight: 400;    font-family: 'freight-sans-pro' !important; }
.fcopyText ul li a:hover {color: #fff !important;}
.fcopyText ul li { color: #fff !important;    font-size: 15px;    line-height: 24px;    font-weight: 400;    font-family: 'freight-sans-pro' !important; }
.fcopyText ul li { display: inline-block; }
.fcopyText, .fcopyText p { color: #fff !important;    font-family: 'freight-sans-pro' !important;    font-size: 15px;    line-height: 24px;    font-weight: 400;padding-top:30px; }
.fcopyText ul { margin: 0 0 5px; }
.footerRitem { width: 50%;    padding: 0 10px; }
.footerRInn { margin: 0 -10px; }
.footerRight .footerRInn .footerRitem img {max-width:100%;}

@media(max-width:1025px){
  .footerRight { width: 100%;    margin: 20px 0 0; }
  .footerRitem {   text-align: center; }
  .footerLeft { width: 100%; margin:0 0 20px; text-align: center; }
  .footerMiddle { width: 100%; text-align: center; }
  .footerSocial ul, .footerLocation ul, .fcopyText, .fcopyText p, .fcopyText ul { text-align: center; }
 .footerRitem { width: 100%;  padding:0; }
 .footerRInn { margin: 0; }
 .footerRitem ~ .footerRitem { margin: 20px 0 0; }
 .footerRitem img { max-width: 150px !important; }
 
}


/* PMG Header Section */
/*
#thePopBanner {
  display:block;
  position: relative;
  top:0;
  left:0;
  width: 100%;
  background: #ffa522;
  padding: 15px;
}
.popBannerContent {
  max-width: 1000px;
  margin: 0 auto;
  float:none;
}
.popBannerContent a {
  color: #fff; 
}
*/
.header-container-wrapper.headerheight { min-height: 74px; }
.headerSearch {z-index:9999;}
.stickyHeader {
    position: fixed;
  top: 0;
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {z-index:999;}
.row-fluid .headermNav { display:none; }
.headerSection .wrapper {  max-width: 1240px; }
.headerLogo img { /*max-width: 200px !important;*/ }
.headerLeft { width: 20%; }
.headerMiddle { width: 62%; }
.row-fluid .headerMenu .hs-menu-wrapper > ul > li.hs-item-has-children>a:before { content: "";    border-right: 2px solid #222;    border-bottom: 2px solid #222;    position: absolute;    height: 5px;    width: 5px;    transform: rotate(-45deg);    position: absolute;    right: 11px;    transition: all ease-in-out .3s;    top: 36px; }
.row-fluid .headerMenu .hs-menu-wrapper > ul > li.hs-item-has-children:hover a:before { transform: rotate(45deg);    border-color: #f37a27 !important; }
.row-fluid .headerMenu .hs-menu-wrapper > ul > li > a { padding: 30px 12px !important; display: flex; align-items: center;    display: -webkit-flex;    -webkit-align-items: center; }
.row-fluid .headerMenu .hs-menu-wrapper ul li a {  position: relative; color: #222;    padding: 10px 12px !important;    font-weight: 600;     font-size: 15px !important; line-height: normal; font-family: 'freight-sans-pro' !important; text-transform: uppercase; }
.headerCTA a { margin: 0 !important;    min-width: 143px;    text-align: center;    font-size: 15px;    line-height: normal;    padding: 10px 10px;    box-sizing: border-box !important;    font-family: 'freight-sans-pro' !important; }
.row-fluid .headerMenu .hs-menu-wrapper > ul { display: flex;    flex-flow: row wrap;    justify-content: center;    display: -webkit-flex;    -webkit-flex-flow: row wrap;    -webkit-justify-content: center;    align-items: center;    -webkit-align-items: center; }
.headerRight { width: 18%;    display: flex;    flex-flow: row wrap;    justify-content: left;    display: -webkit-flex;    -webkit-flex-flow: row wrap;    -webkit-justify-content: left;    align-items: center;    -webkit-align-items: center; }
.headerSection { -webkit-transition: -webkit-transform 250ms ease-out,-webkit-box-shadow 250ms ease-out; transition: -webkit-transform 250ms ease-out,-webkit-box-shadow 250ms ease-out;    transition: transform 250ms ease-out,box-shadow 250ms ease-out;    transition: transform 250ms ease-out,box-shadow 250ms ease-out,-webkit-transform 250ms ease-out,-webkit-box-shadow 250ms ease-out;   /* will-change: transform; */ background-color: #fff;    top: 0;    left: 0;    z-index: 9999;  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);}
 .headerSection.nav-up { -webkit-transform: translateY(0%); transform: translateY(0%);    -webkit-transition-timing-function: ease-in;    transition-timing-function: ease-in; }
.headerMenu ul.hs-menu-children-wrapper { box-shadow: 0 20px 10px -10px rgb(0 0 0 / 40%); padding: 20px 0 20px 20px;    background-color: #fff; min-width: 300px;  min-height: 300px; }
.headerMenu ul.hs-menu-children-wrapper:after { content: "";    height: 4px;    background-color: #f2f2f2;    width: 100%;    position: absolute;    top: 0;    left: 0; }
.row-fluid .headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { padding: 16px 20px 16px 50px !important;    position: relative; width: 100%;  overflow: visible;  font-size: 14px !important; } 
.row-fluid .headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a span.icon  {  position: absolute;    left: 0px; top: 50%; transform: translateY(-50%); }
.row-fluid .headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a span.icon img { width: 35px; display: inline-block; }
.row-fluid .headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li ul.hs-menu-children-wrapper {  top: 0px;  left: 300px; transition: none;  min-height: 300px; }
.row-fluid .headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li ul li a { padding: 6px 0px !important; font-weight: 400; font-family: 'Noto Sans' !important;  font-style: italic; font-size: 14px !important; text-transform:none !important; pointer-events: none !important;}
.row-fluid .headerMenu .hs-menu-wrapper>ul>li>a:hover { color: #f37a27 !important;}
/*.headerMenu ul.hs-menu-children-wrapper li.hs-menu-depth-3:hover, .row-fluid .headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li ul li a:hover { color: #222 !important;}*/
.row-fluid .headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li ul li:first-child a { font-style: normal; }
/*.row-fluid .headerMenu .hs-menu-wrapper ul li:hover > a, .row-fluid .headerMenu .hs-menu-wrapper ul li.active-branch a {  color: #f37a27 !important; }*/
.headerSearch { padding-left: 40px; position: relative; }
.headerSearch svg { width: 15px; }

.SearchContents .hs-search-field form {    position: relative; }
.SearchContents .hs-search-field form input.hs-search-field__input { margin: 0 !important;    padding: 22px 20px;    min-height: auto !important;    color: #222;    font-size: 15px;    line-height: normal;    font-weight: 600; outline: none; border: 0;    box-shadow: none; background-color: #f2f2f2; text-transform: uppercase; }
.SearchContents .hs-search-field form input.hs-search-field__input::placeholder { color:#333333;opacity:0.7; }
.SearchContents .hs-search-field form button svg { width: 15px;    color: #fff;    fill: #fff; }
.SearchContents .hs-search-field form button { background-color: #ff8300;    outline: none;    border: 0;    width: 46px;    height: 46px;    position: absolute;    top: 0;    right: 0; cursor: pointer; }
.searchClose { position: absolute;    top: 40px;    right: 40px;    background-color: #ff8300;    display: inline-block;    height: 30px;    width: 30px;    display: flex;    align-items: center;    justify-content: center;    display: -webkit-flex;   -webkit-align-items: center;    -webkit-justify-content: center;    cursor: pointer; }
.searchClose:before, .searchClose:after  { content: "";    background-color: #fff;    position: absolute;    height: 2px;    width: 15px;    transform: rotate(45deg); }
.searchClose:after { transform: rotate(-45deg); }
.headerMenu .headerCTA { display:none; }
.row-fluid .headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > ul > li { position: static; }
.row-fluid .headerMenu .hs-menu-wrapper > ul > li > a { padding: 30px 12px !important; }
.row-fluid .headerMenu .hs-menu-wrapper > ul > li.hs-item-has-children > a { padding: 29px 25px 30px 12px !important; }
.row-fluid .headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li ul.hs-menu-children-wrapper:before { content: "";    background-color: #f37a27 !important;    width: 1px;    height: calc(100% - 40px);    top: 20px; position: absolute; left: 0; }
.row-fluid .headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:first-child>ul>li > a:before { content: "";    background-color: #f37a27;    height: 1px;    width: 30px;    position: absolute;    top: 50%;    transform: translateY(-50%);    right: 0px;    opacity: 0;    visibility: hidden;    transition: all ease-in-out .3s; }
.row-fluid .headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>ul>li:hover > a:before { opacity: 1; visibility: visible; }  
.SearchContents { position: absolute;    top: 55px;    min-width: 300px;    right: 0; opacity: 0; visibility: hidden; transition: all ease-in-out .3s; }
.headerSection.nav-up .SearchContents { -webkit-transform: translateY(-100%);    transform: translateY(-100%);    -webkit-transition-timing-function: ease-in;    transition-timing-function: ease-in; }

.nav-down .search-pop-open .SearchContents, .nav-up .search-pop-open .SearchContents { opacity: 0;}
.search-pop-open .SearchContents { opacity: 1;    visibility: visible; }
ul.hs-search-field__suggestions { background-color: #f2f2f2;    border-top: 2px solid #799900; opacity: 0; visibility: hidden; }
ul.hs-search-field__suggestions li {    padding: 6px 10px; }
.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions { opacity: 1;    visibility: visible; }   
.headerSection li.hs-menu-item.hs-menu-depth-2 a:hover {
    color: #f37a27 !important;
}

@media(max-width:1200px){
   .row-fluid .headerMenu .hs-menu-wrapper ul li a { padding: 10px 10px !important; }
   .headerLogo img { max-width: 180px !important; }
   .headerRight { width: 22%; }
   .headerMiddle { width: 58%; }
   .row-fluid .headerMenu .hs-menu-wrapper ul li a {  font-size: 13px !important; }
   
}
@media(min-width:992px){ 
.headerMenu, .headerMenu ul.hs-menu-children-wrapper { display: block !important;    overflow: visible !important; }
 ul.hs-menu-children-wrapper.incheight { min-height: 360px; }

}
@media(max-width:991px){
      .headerSection { padding: 15px 0;}
     .row-fluid .headermNav { display: block;    position: absolute;    top: 50%;    transform: translateY(-50%);    right: 0; }
     .headerMenu { background: #002e6d; display: none;    position: fixed; z-index:999;   top: 94px;    left: 0px;    width: 100%;    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 50%);    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);    -o-box-shadow: 0 0 4px rgba(0,0,0,0.5);    -ms-box-shadow: 0 0 4px rgba(0,0,0,0.5);    box-shadow: 0 0 4px rgb(0 0 0 / 50%); }
     .MobileTrigger { background: #fff;    border-style: solid;    border-width: 2px;    -webkit-transition: all .4s ease-in-out;    -moz-transition: all .4s ease-in-out;    -o-transition: all .4s ease-in-out;    -ms-transition: all .4s ease-in-out;    transition: all .4s ease-in-out;    padding: 8px 16px;    display: inline-block;    margin-bottom: 0;    font-weight: 400;    text-align: center;    vertical-align: middle;    cursor: pointer;    background-image: none;    white-space: nowrap;    padding: 6px 12px;    font-size: 14px;    line-height: 1.42857143;    -webkit-border-radius: 4px;    -moz-border-radius: 4px;    -o-border-radius: 4px;    -ms-border-radius: 4px;    border-radius: 4px;    -webkit-user-select: none;    -moz-user-select: none;    -ms-user-select: none;    user-select: none;    text-decoration: none;    color: #06c;    border-color: #06c;    -webkit-appearance: none;    font-family: 'freight-sans-pro';    font-weight: 700; }
     .MobileTrigger:hover { border: 2px solid #FFF;    color: #06c;    border-color: #06c;    background: #06c;    color: #FFF; }
     .headerMenu .headerCTA { display:block;  padding: 20px; }
     .headerRight .headerCTA { display: none; }
     .headerInner { position: relative; }
     .headerSearch { padding-left: 0;    position: absolute;    top: 50%;    transform: translateY(-50%);    right: 90px; }
     .headerLogo img { max-width: 200px !important; }
     .headerMenu ul li { width: 100%;    background-color: transparent;  border-top: 1px dotted rgba(255,255,255,.35); } 
     .headerMenu ul li a { background-color: transparent !important;    color: #fff !important; }
     .headerMenu ul { padding: 0px 0 20px 0px !important; }
     .headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper {  padding: 0 !important; display: none; opacity: 1 !important;    visibility: visible !important;    position: static !important;    background-color: transparent !important; box-shadow: none; }      
     .row-fluid .headerMenu .hs-menu-wrapper ul li a, .row-fluid .headerMenu .hs-menu-wrapper>ul>li.hs-item-has-children>a { padding: 20px 30px !important; }
     .headerSection.nav-up { top: 0; }
     .childTrigger { width: 60px !important;    height: 60px;    position: absolute;    top: 0;    right: 15px;    display: flex !important;    align-items: center;    justify-content: center; }
     .childTrigger:before { content: "";    border-left: 2px solid #fff;    border-bottom: 2px solid #fff;    transform: rotate(-45deg);    height: 10px;    width: 10px;    position: absolute; transition: all ease-in-out .3s; }
     .row-fluid .headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a  {  padding: 20px 20px 20px 90px !important;    position: relative; }
     .row-fluid .headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a span.icon { left: 40px; }
     .childTrigger.child-open:before  { transform: rotate(135deg); }
     .headerMenu ul.hs-menu-children-wrapper .childTrigger { right: 45px; }
     .row-fluid .headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li ul li a { padding: 20px 20px 20px 100px !important;  }
     .row-fluid .headerMenu .hs-menu-wrapper ul li a {  font-size: 15px !important; }
     .row-fluid .headerMenu .hs-menu-wrapper>ul>li.hs-item-has-children>a:before, .headerMenu ul.hs-menu-children-wrapper:before { display:none; }
     .row-fluid .headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>ul>li { position: relative; }
     .headerLeft {  width: 30%;  }
     .SearchContents { top: 50px; }
     .headerMenu ul.hs-menu-children-wrapper:after, .row-fluid .headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:first-child>ul>li>a:before { display:none; }  
     
}
@media(max-width:370px){
.headerLogo img { max-width: 150px !important; }
.headerSearch { right: 80px; }
.header-container-wrapper.headerheight { min-height: 62px; }
}

 .headerSection .headerRight a.cta-primary {
    background-color: #ff8300;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    display: inline-block;
    margin: 10px;
    font-weight: 700;
    transition: all ease-in-out .3s;
    background: linear-gradient(to left,#ff8300 50%,#222 50%) right;
    background-size: 200%;
}
 .headerSection .headerRight a.cta-primary:hover {
    background-position: left;
}

/* PMG No Nav Header */
.header-container-wrapper.headerheight { min-height: 74px; }
.row-fluid .headermNav { display:none; }
.headerSection .wrapper {  max-width: 1240px; }
.headerLogo img { max-width: 200px !important; }
.headerLogo{    padding: 29px 25px 30px 12px;}
/*.headerLeft { width: 20%; }*/
.headerMiddle { width: 62%; }
.row-fluid .headerMenu .hs-menu-wrapper > ul > li.hs-item-has-children>a:before { content: "";    border-right: 2px solid #222;    border-bottom: 2px solid #222;    position: absolute;    height: 5px;    width: 5px;    transform: rotate(-45deg);    position: absolute;    right: 11px;    transition: all ease-in-out .3s;    top: 36.5px; }
.row-fluid .headerMenu .hs-menu-wrapper > ul > li.hs-item-has-children:hover a:before { transform: rotate(45deg);    border-color: #f37a27 !important; }
.row-fluid .headerMenu .hs-menu-wrapper > ul > li > a { padding: 30px 12px !important; display: flex; align-items: center;    display: -webkit-flex;    -webkit-align-items: center; }
.row-fluid .headerMenu .hs-menu-wrapper ul li a {  position: relative; color: #222;    padding: 10px 12px !important;    font-weight: 600;     font-size: 15px !important; line-height: normal; font-family: 'freight-sans-pro' !important; text-transform: uppercase; }
.headerCTA a { margin: 0 !important;    min-width: 143px;    text-align: center;    font-size: 15px;    line-height: normal;    padding: 10px 10px;    box-sizing: border-box !important;    font-family: 'freight-sans-pro' !important; }
.row-fluid .headerMenu .hs-menu-wrapper > ul { display: flex;    flex-flow: row wrap;    justify-content: center;    display: -webkit-flex;    -webkit-flex-flow: row wrap;    -webkit-justify-content: center;    align-items: center;    -webkit-align-items: center; }
.headerRight { width: 18%;    display: flex;    flex-flow: row wrap;    justify-content: left;    display: -webkit-flex;    -webkit-flex-flow: row wrap;    -webkit-justify-content: left;    align-items: center;    -webkit-align-items: center; }
.headerSection { -webkit-transition: -webkit-transform 250ms ease-out,-webkit-box-shadow 250ms ease-out; transition: -webkit-transform 250ms ease-out,-webkit-box-shadow 250ms ease-out;    transition: transform 250ms ease-out,box-shadow 250ms ease-out;    transition: transform 250ms ease-out,box-shadow 250ms ease-out,-webkit-transform 250ms ease-out,-webkit-box-shadow 250ms ease-out;    will-change: transform; background-color: #fff;    position: fixed;    top: 0;    left: 0;    z-index: 9999;  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);}
 .headerSection.nav-up { -webkit-transform: translateY(-100%); transform: translateY(-100%);    -webkit-transition-timing-function: ease-in;    transition-timing-function: ease-in; }
.*.headerMenu ul.hs-menu-children-wrapper li.hs-menu-depth-3:hover, .row-fluid .headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li ul li a:hover { color: #222 !important;}*/
.row-fluid .headerMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li ul li:first-child a { font-style: normal; }
/*.row-fluid .headerMenu .hs-menu-wrapper ul li:hover > a, .row-fluid .headerMenu .hs-menu-wrapper ul li.active-branch a {  color: #f37a27 !important; }*/
.headerSearch { padding-left: 40px; position: relative; }
.headerSearch svg { width: 15px; }

.SearchContents { position: absolute;    top: 55px;    min-width: 300px;    right: 0; opacity: 0; visibility: hidden; transition: all ease-in-out .3s; }
.headerSection.nav-up .SearchContents { -webkit-transform: translateY(-100%);    transform: translateY(-100%);    -webkit-transition-timing-function: ease-in;    transition-timing-function: ease-in; }

.nav-down .search-pop-open .SearchContents, .nav-up .search-pop-open .SearchContents { opacity: 0;}
.search-pop-open .SearchContents { opacity: 1;    visibility: visible; }
ul.hs-search-field__suggestions { background-color: #f2f2f2;    border-top: 2px solid #799900; opacity: 0; visibility: hidden; }
ul.hs-search-field__suggestions li {    padding: 6px 10px; }
.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions { opacity: 1;    visibility: visible; }   

@media(max-width:1200px){
   .row-fluid .headerMenu .hs-menu-wrapper ul li a { padding: 10px 10px !important; }
   .headerLogo img { max-width: 180px !important; }
   .headerRight { width: 22%; }
   .headerMiddle { width: 58%; }
   .row-fluid .headerMenu .hs-menu-wrapper ul li a {  font-size: 13px !important; }
}
@media(min-width:992px){ 
.headerMenu, .headerMenu ul.hs-menu-children-wrapper { display: block !important;    overflow: visible !important; }
 ul.hs-menu-children-wrapper.incheight { min-height: 360px; }

}
@media(max-width:991px){
      .headerSection { padding: 15px 0; position: absolute; }
     .row-fluid .headermNav { display: block;    position: absolute;    top: 50%;    transform: translateY(-50%);    right: 0; }
     .headerMenu { background: #002e6d; display: none;    position: fixed;    top: 74px;    left: 0px;    width: 100%;    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 50%);    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);    -o-box-shadow: 0 0 4px rgba(0,0,0,0.5);    -ms-box-shadow: 0 0 4px rgba(0,0,0,0.5);    box-shadow: 0 0 4px rgb(0 0 0 / 50%); }
     .MobileTrigger { background: #fff;    border-style: solid;    border-width: 2px;    -webkit-transition: all .4s ease-in-out;    -moz-transition: all .4s ease-in-out;    -o-transition: all .4s ease-in-out;    -ms-transition: all .4s ease-in-out;    transition: all .4s ease-in-out;    padding: 8px 16px;    display: inline-block;    margin-bottom: 0;    font-weight: 400;    text-align: center;    vertical-align: middle;    cursor: pointer;    background-image: none;    white-space: nowrap;    padding: 6px 12px;    font-size: 14px;    line-height: 1.42857143;    -webkit-border-radius: 4px;    -moz-border-radius: 4px;    -o-border-radius: 4px;    -ms-border-radius: 4px;    border-radius: 4px;    -webkit-user-select: none;    -moz-user-select: none;    -ms-user-select: none;    user-select: none;    text-decoration: none;    color: #06c;    border-color: #06c;    -webkit-appearance: none;    font-family: 'freight-sans-pro';    font-weight: 700; }
     .MobileTrigger:hover { border: 2px solid #FFF;    color: #06c;    border-color: #06c;    background: #06c;    color: #FFF; }
     .headerMenu .headerCTA { display:block;  padding: 20px; }
     .headerRight .headerCTA { display: none; }
     .headerInner { position: relative; }
     .headerSearch { padding-left: 0;    position: absolute;    top: 50%;    transform: translateY(-50%);    right: 90px; }
     .headerLogo img { max-width: 200px !important; }
     .headerSection.nav-up { top: 0; }
     /*.headerLeft {  width: 30%;  }*/
      .headerLogo {padding:10px;}
     
}
@media(max-width:370px){
.headerLogo img { max-width: 150px !important; }
.headerSearch { right: 80px; }
.header-container-wrapper.headerheight { min-height: 62px; }
}



/* ************************************************************************** */
/* ***** ***** ***** ***** ***** Custom Modules ***** ***** ***** ***** ***** */
/* ************************************************************************** */

/* Bullet Slider Image Section */
.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.active {
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

.carousel .carousel-items {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:2;
}
.carousel .carousel-items .item {
    overflow: hidden;
z-index: 999;
-webkit-transition: transform 1s ease-in-out;
-moz-transition: transform 1s ease-in-out;
-ms-transition: transform 1s ease-in-out;
-o-transition: transform 1s ease-in-out;
transform: translate3d(-100%,0,0);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.carousel .carousel-items .item.active {
/*     z-index: 1000; */
    z-index: 8;
     transform: translate3d(0%,0,0);
}
.carousel .carousel-items .item.active ~ .item {
    transform: translate3d(100%,0,0);
}
.carousel .carousel-items .item img {
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
}
.carouselInner { position: relative; height: 100%; }  

.carousel .carousel-controls {
    position: absolute;
   top: 45%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    margin: 0 auto;
  
}

.bl-heading {
  font-family:"noto-sans-pro",sans-serif;
  margin: 15px 0;
  display: flex;
  align-items: center;
  position: relative;
  transition: all ease-in-out .3s;
}

.bl-icon, .bl-text {
   cursor: pointer;
}

.bl-icon {
    position: absolute;
    top: 3px;
    left: 0;
    transition: all ease-in-out .3s;
    opacity: 0;
    visibility: hidden;
}
.bl-heading.active {
    padding-left: 25px;
}

.bl-heading.active .bl-icon {
    opacity: 1;
    visibility: visible;
}

.bl-icon svg polygon {
    fill: #ff8300;
}

.bl-text, .bl-text a {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-decoration:none;
}
.bl-text, .bl-text a:hover {
  color:#ff8300;
}

body { margin:0; padding:0; font-size:18px; line-height:28px; font-family: 'Noto Sans', sans-serif !important; font-weight:400; color:#333; overflow-X:hidden; transition: all ease-in-out .3s;}

* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
body .row-fluid h1 { margin:0 0 10px; padding:0; font-size:38px; line-height:44px; font-family: "freight-sans-pro",sans-serif !important; font-weight:700; color:#222; }
body .row-fluid h2 { margin:0 0 10px; padding:0; font-size:36px; line-height:42px; font-family: "freight-sans-pro",sans-serif !important; font-weight:700; color:#222; }
body .row-fluid h3 { margin:0 0 10px; padding:0; font-size:30px; line-height:40px; font-family: "freight-sans-pro",sans-serif !important; font-weight:500; color:#222; }
body .row-fluid h4 { margin:0 0 10px; padding:0; font-size:28px; line-height:32px; font-family: "freight-sans-pro",sans-serif !important; font-weight:400; color:#222; }
body .row-fluid h5 { margin:0 0 10px; padding:0; font-size:21px; line-height:25px; font-family: "freight-sans-pro",sans-serif !important; font-weight:700; color:#222; }
body .row-fluid h6 { margin:0 0 10px; padding:0; font-size:16px; line-height:24px; font-family: "freight-sans-pro",sans-serif !important; font-weight:400; color:#222; }


img { max-width:100%; height:auto; border:none; vertical-align:top; }
a { font-family: 'Noto Sans', sans-serif !important; /*font-size:16px; line-height:26px;*/  color: #ff8300; outline: none; text-decoration: none !important; cursor: pointer; /*vertical-align: middle;*/ max-width: 100% !important; white-space: normal !important;display: inline-block;  transition: all ease-in-out .3s; }
a:hover { color:#222 ;  }
p { font-size:18px; line-height:28px; margin:0 0 10px; font-family: 'Noto Sans', sans-serif !important; }

.button{ font-size: 15px; font-weight: 900;  font-family: 'Noto Sans', sans-serif !important; }
ul li{ font-family: "Noto Sans",sans-serif !important; }
/*ul li{ font-family: "freight-sans-pro",sans-serif !important; }*/
a.cta-primary{ background-color:  #ff8300; text-decoration: none; color: #FFFFFF; padding: 10px; display: inline-block; margin: 10px; font-weight: 700;   transition: all ease-in-out .3s;background: linear-gradient(to left, #ff8300 50%, #222 50%) right; background-size: 200%; }
a.cta-primary:hover {background-position: left;}
.wrapper { box-sizing: border-box; width: 100%; float:none !important; display:block; margin:0 auto !important; max-width: 1240px; padding:0px 20px; }
body [class*="span"] { min-height:0px !important; }
body [class*="span"].widget-type-space { min-height:1px !important; }

.fullwidth { width:100%; float:left; }
.flexwrap { display:flex; flex-flow:row wrap; justify-content:left; display:-webkit-flex; -webkit-flex-flow:row wrap; -webkit-justify-content:left; }
.alignCenter { align-items:center; -webkit-align-items:center; }

ul { padding:0px; margin:0; }
li { list-style:none; }

textarea, input[type="text"], input[type="number"], input[type="email"], input[type="tel"], select { border:1px solid #ddd;  outline:none;
    background:#fff; font-size:16px;  line-height:24px;  font-family: "freight-sans-pro",sans-serif;  font-weight:300;  color:#222;
    min-height:46px; margin:8px 0;  padding:10px 20px; -webkit-appearance: none; }
input[type="submit"] { padding:10px 30px; text-align:center; background:#1996ff; outline:none; font-size:16px;  line-height:24px; font-family: "freight-sans-pro",sans-serif;
    font-weight:300; color:#fff; border:2px solid #1996ff; min-height:46px; margin:5px 0; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s;
    transition:all ease 0.3s; -webkit-appearance: none;  }
input[type="submit"]:hover { color:#1996ff; background:#fff; }

strong { font-weight:700; }
body .row-fluid .text-center, body .row-fluid .text-center h1, body .row-fluid .text-center h2, body .row-fluid .text-center h3, body .row-fluid .text-center h4, body .row-fluid .text-center h5,body .row-fluid  .text-center h6 , body .row-fluid  .text-center p { text-align:center !important; }
.text-right { text-align:right; }
.text-left { text-align:left; }
img { max-width:100%; height:auto; border:none; vertical-align:top; }

p { margin:0 0 10px; }
input[type=submit] { cursor:pointer;   }
.inner-padding { padding:0 30px; }
body [class*="span"] { min-height:0px; }
body [class*="span"].widget-type-space { min-height:1px; }

.set-bg { background-size:cover; background-position:center; position:relative; width:100%; float:left; }
/*.set-bg > * { position:relative; z-index:2; }
.set-bg:before { content:''; background:rgba(25,150,255,0.3); top:0; left:0; width:100%; height:100%; z-index:1; position:absolute; } */
.get-bg { display:none !important; }

.font_white , .font_white h1 ,.font_white h2 , .font_white h3 , .font_white h4 , .font_white h5 , .font_white h6 , .font_white a { color:#fff; }
.font_white a:hover { color:#e3511e; }
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {z-index:999;}



@media(max-width:480px){
    body .row-fluid h1 { font-size:36px; line-height:42px;  }
    body .row-fluid h2 { font-size:30px; line-height:40px;  }
    body .row-fluid h3 { font-size:28px; line-height:38px;  }
    body .row-fluid h4 { font-size:24px; line-height:30px;  }
    body .row-fluid h5 { font-size:20px; line-height:23px;  }
    body .row-fluid h6 { font-size:16px; line-height:24px;  }
    body , body p { font-size: 16px; }    
    .wrapper { max-width: 100% !important; padding:0 10px; width: 100% !important; }
}

.privacy-launch { display: none; }