@import url(https://fonts.googleapis.com/css?family=Gentium+Book+Basic:400,400italic,700italic,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700italic,700,600italic,600,400italic,300italic,300);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,700,600,500,300);

@import 'https://fonts.googleapis.com/css?family=Courgette';

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

/* ==========================================================================
   Developed by GiantFocal. Contact Us at support@giantfocal.com and visit our site at giantfocal.com
   ========================================================================== */

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

   -------------------------------------------------- */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  display: inline-block;
  position: relative;
  width: auto;
  margin: 20px auto!important;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden; 
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }
@media (max-width:767px) {
    .flip-clock-wrapper ul li a div div.inn {
      font-size: 30px; }
   
}
/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

/* ==========================================================================
   Variables
   ========================================================================== */
   
/**
 * Evolution's CSS variables are made as descriptive as possible. 
 * You can edit any variable as needed. 
 */

/* Colors */


 /* Originally #0eb9a5 */


/* Typography */



 /* Gentium Book Basic */










.career-heading h3 {
  font-size: 40px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
}

.career-heading-2 {
  font-weight: 500;
  color: #616161;
}

/* Header */




/* Header - Menu Navigation */
 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */
 /* Set link Hover Background */  /* Originally #0eb9a5 */

/* Header - Dropdown Menu */






/* Mobile Menu */

 



/* Background Image Overlay */

 /* orginally was 0.4 */

/* Site Footer */


/* Footer */




/* Containers */



/* Background Colors */


 /* Optional */
 /* Optional */
 /* Optional */

/* Social Links */

 /* Originally #0eb9a5 */

/* Virtual Renderings Page */

li.virtual-rendering-desc {
  list-style-type: none;
  position: relative;
}

li.virtual-rendering-desc::before {
  content:  url(https://www.acebuildingservice.com/hubfs/Path%201.svg);
  position: absolute;
  left: -25px;
  top: -1px;
}

#hs_cos_wrapper_module_1708099092984251 input[type="submit"] {
    background-color: #11487e !important;
    background-image: none !important;
    border-style: none !important;
    color: #FFFFFF !important;
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 700!important;
    text-align: center !important;
    text-transform: capitalize;
    padding: 15px 40px;
}

.contact-project .row-fluid {
  display: flex;
  justify-content: center;
}

.contact-project-button {
    text-align: center;
}

.contact-project-form {
  max-width: 522px;
  text-align:center;
}

@media screen and (max-width: 767px) {
  .contact-project-button {
      margin-bottom: 40px;
  }
  .contact-project-form {
    max-width: 722px;
    text-align:center;
  }
  .contact-project .row-fluid {
    display: unset;
  }
}

/* End Virtual Renderings Page */


/* -----------
   Buttons
  ----------*/

/* Primary Button ( Solid ) */
 /* Originally #0eb9a5 */
 /* Originall7 #10a896 */



/* Secondary Button ( No background with Border) */




/* Tertiary Button ( Solid ) */






/* -----------
   Modules
  ----------*/

/* Recent posts */

     /* fontawesome unicode, find yours at http://fontawesome.io/icons/ */



/* FAQ */




/* --------------------------------------------------

   Index:

  1. BASE STYLES
    - Base
    - Typography
    - Alignments
    - Margins & Paddings
    - Backgrounds
    - Display
    - Vertical Alignment
    - Image & iFrame
    - Text Colors
    - Custom Classes

  2. COS Main Global Groups
    - Header
    - SiteFooter
    - Footer

  3. CUSTOM MODULES

  4. HUBSPOT BUILT-IN MODULES

  5. GiantFocal
    - Main Pages
    - Site Pages
    - Landing Pages
    - Blog Pages
    - System Pages


   -------------------------------------------------- */

/* --------------------------------------------------
  Macros
  -------------------------------------------------- */


/**
 * Create jinja macros for CSS3 properties that need browser prefixes.
 *
 * Apply the style as shown below.  Ignore the jinja comment tags.
 *
 * 
 */


/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/





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


   1. BASE STYLES


   ==================================================================================================================================== */
   
   
/* --------------------------------------------------
   Base
   -------------------------------------------------- */
   
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #fff;
  color: #5c5c5c;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.clearfix {
  clear: both;
}

/**
 * Page Center
 * Apply .page-center to fullwidth modules.
 */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.container-fluid .row-fluid .page-center-small {
  max-width: 600px;
}
@media (max-width: 1200px) {
  .container-fluid .row-fluid .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-fluid .footer-copyright .row-fluid .page-center {
    padding: 0 10px;
  }
}

/* Links */
a {
  text-decoration: none;
  /* color: #074881; */
  color: #1a77f2;
  -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
p a {
  text-decoration: none;
  color: #1a77f2;
 /*  color: #074881; */
  -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: #00164f;
}
a:focus {
    outline: none!important;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #5c5c5c;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #5c5c5c;
  text-shadow: none;
}



/* --------------------------------------------------
   Typography
   -------------------------------------------------- */

/* Basic text */
p { margin: 10px 0; }

small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headers */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5,.h5, h6,.h6 {
  font-family: 'Poppins', sans-serif;
  margin: 10px 0 20px;
  text-rendering: optimizelegibility;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #616161;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, .h1 { font-size: 60px; }
h2,.h2 { font-size: 40px; }
h3,.h3 { font-size: 30px; }
h4, .h4 { 
  font-size: 20px; 
  line-height: 1.3;
}
h5,.h5 { 
  font-size: 16px; 
  color: #004C8C;
  border-left:8px solid #004C8C;
  padding: 0px 0px 0px 15px;
  margin: 20px 0px;
}
h6,.h6 { font-size: 12px; }

.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #074881;
}

.header-margin-none h1,
.header-margin-none h2,
.header-margin-none h3,
.header-margin-none h4 {
    margin: 0;
}

@media (min-width: 768px) {
    .header-large h1 { font-size: 100px };
}
@media (max-width: 767px) {
    h1 {
        font-size: 45px;
    }
}

/* Header Options */
.header-underline {
    padding-bottom: 30px;
    position: relative;
}
    .header-underline:after {
        content: "";
        width: 30px;
        height: 3px;
        background: #074881;
        position: absolute;
        bottom: 0;
        left: 0;
    }

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

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

/* Quotes */
blockquote {
    margin: 40px 0 40px;
    position: relative;
    padding: 30px;
    font-size: 20px;
    line-height: 1.6;
    color: #8a8a8a;
    font-style: italic;
    border-left: 3px solid #e6e6e6;
    background: rgb(247, 247, 247);
    font-weight: 300;
}
    blockquote:before {
        font-family: fontawesome;
        position: absolute;
        left: 3px;
        top: 19px;
        font-size: 26px;
        opacity: 0.2;
    }
blockquote p {}
blockquote span {
    display: block;
    font-size: 15px;
    margin-top: 10px;
    font-weight: bold;
    font-style: normal;
}
blockquote small {
}
blockquote small:before {}

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

@media (max-width:480px) {
    blockquote {
        margin: 20px 0;
        padding: 15px;
        font-size: 17px;
        line-height: 1.4;
    }
}

/* iFrames */

iframe {
    display: block;
}


/* Colors */
.colorPrimary   { color: #074881; }
.colorSecondary { color: #ffc222; }


/* Backgrounds */
.bgPrimary    { background: #074881; }
.bgSecondary  { background: #ffc222; }
.bgColor3     { background: #f4f4f4; }
.bgColor4     { background: #333333; }
.bgColor5     { background: #505b67; }

.bgWhite      { background: #fff; }



/* Font Options */

.font-secondary * {
    font-family: 'Courgette', cursive;
}

/* --------------------------------------------------
    Alignments
   -------------------------------------------------- */
.text-aligncenter   {text-align: center;  }
.text-alignright    {text-align: right;   }
.text-alignleft     {text-align: left;    }
.text-alignjustify  {text-align: justify; }

@media (max-width: 767px) {
    .mb-text-aligncenter    {text-align: center;  }
    .mb-text-alignright     {text-align: right;   }
    .mb-text-alignleft      {text-align: left;    }
    .mb-text-alignjustify   {text-align: justify; }
}


/* --------------------------------------------------
    Margins & Paddings
   -------------------------------------------------- */

.margin-10  {margin: 10px 0;}
.margin-20 {margin: 20px 0;}
.margin-30 {margin: 30px 0;}
.margin-40 {margin: 40px 0;}
.margin-50 {margin: 50px 0;}
.margin-60 {margin: 60px 0;}
.margin-70 {margin: 70px 0;}
.margin-80 {margin: 80px 0;}
.margin-90 {margin: 90px 0;}
.margin-100 {margin: 100px 0;}
.margin-110 {margin: 110px 0;}
.margin-120 {margin: 120px 0;}
.margin-130 {margin: 130px 0;}
.margin-140 {margin: 140px 0;}
.margin-150 {margin: 150px 0;}
.margin-160 {margin: 160px 0;}
.margin-170 {margin: 170px 0;}
.margin-180 {margin: 180px 0;}
.margin-190 {margin: 190px 0;}
.margin-200 {margin: 2000px 0;}

.margin-top-10  {margin-top: 10px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-30 {margin-top: 30px;}
.margin-top-40 {margin-top: 40px;}
.margin-top-50 {margin-top: 50px;}
.margin-top-60 {margin-top: 60px;}
.margin-top-70 {margin-top: 70px;}
.margin-top-80 {margin-top: 80px;}
.margin-top-90 {margin-top: 90px;}
.margin-top-100 {margin-top: 100px;}
.margin-top-110 {margin-top: 110px;}
.margin-top-120 {margin-top: 120px;}
.margin-top-130 {margin-top: 130px;}
.margin-top-140 {margin-top: 140px;}
.margin-top-150 {margin-top: 150px;}
.margin-top-160 {margin-top: 160px;}
.margin-top-170 {margin-top: 170px;}
.margin-top-180 {margin-top: 180px;}
.margin-top-190 {margin-top: 190px;}
.margin-top-200 {margin-top: 200px;}

.margin-bottom-10  {margin-bottom: 10px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-30 {margin-bottom: 30px;}
.margin-bottom-40 {margin-bottom: 40px;}
.margin-bottom-50 {margin-bottom: 50px;}
.margin-bottom-60 {margin-bottom: 60px;}
.margin-bottom-70 {margin-bottom: 70px;}
.margin-bottom-80 {margin-bottom: 80px;}
.margin-bottom-90 {margin-bottom: 90px;}
.margin-bottom-100 {margin-bottom: 100px;}
.margin-bottom-110 {margin-bottom: 110px;}
.margin-bottom-120 {margin-bottom: 120px;}
.margin-bottom-130 {margin-bottom: 130px;}
.margin-bottom-140 {margin-bottom: 140px;}
.margin-bottom-150 {margin-bottom: 150px;}
.margin-bottom-160 {margin-bottom: 160px;}
.margin-bottom-170 {margin-bottom: 170px;}
.margin-bottom-180 {margin-bottom: 180px;}
.margin-bottom-190 {margin-bottom: 190px;}
.margin-bottom-200 {margin-bottom: 200px;}


@media (max-width: 767px) {
  .mb-margin-10  {margin: 10px 0;}
  .mb-margin-20 {margin: 20px 0;}
  .mb-margin-30 {margin: 30px 0;}
  .mb-margin-40 {margin: 40px 0;}
  .mb-margin-50 {margin: 50px 0;}
  .mb-margin-60 {margin: 60px 0;}
  .mb-margin-70 {margin: 70px 0;}
  .mb-margin-80 {margin: 80px 0;}
  .mb-margin-90 {margin: 90px 0;}
  .mb-margin-100 {margin: 100px 0;}
  .mb-margin-110 {margin: 110px 0;}
  .mb-margin-120 {margin: 120px 0;}
  .mb-margin-130 {margin: 130px 0;}
  .mb-margin-140 {margin: 140px 0;}
  .mb-margin-150 {margin: 150px 0;}
  .mb-margin-160 {margin: 160px 0;}
  .mb-margin-170 {margin: 170px 0;}
  .mb-margin-180 {margin: 180px 0;}
  .mb-margin-190 {margin: 190px 0;}
  .mb-margin-200 {margin: 200px 0;}

  .mb-margin-top-10  {margin-top: 10px;}
  .mb-margin-top-20 {margin-top: 20px;}
  .mb-margin-top-30 {margin-top: 30px;}
  .mb-margin-top-40 {margin-top: 40px;}
  .mb-margin-top-50 {margin-top: 50px;}
  .mb-margin-top-60 {margin-top: 60px;}
  .mb-margin-top-70 {margin-top: 70px;}
  .mb-margin-top-80 {margin-top: 80px;}
  .mb-margin-top-90 {margin-top: 90px;}
  .mb-margin-top-100 {margin-top: 100px;}
  .mb-margin-top-110 {margin-top: 110px;}
  .mb-margin-top-120 {margin-top: 120px;}
  .mb-margin-top-130 {margin-top: 130px;}
  .mb-margin-top-140 {margin-top: 140px;}
  .mb-margin-top-150 {margin-top: 150px;}
  .mb-margin-top-160 {margin-top: 160px;}
  .mb-margin-top-170 {margin-top: 170px;}
  .mb-margin-top-180 {margin-top: 180px;}
  .mb-margin-top-190 {margin-top: 190px;}
  .mb-margin-top-200 {margin-top: 200px;}

  .mb-margin-bottom-10  {margin-bottom: 10px;}
  .mb-margin-bottom-20 {margin-bottom: 20px;}
  .mb-margin-bottom-30 {margin-bottom: 30px;}
  .mb-margin-bottom-40 {margin-bottom: 40px;}
  .mb-margin-bottom-50 {margin-bottom: 50px;}
  .mb-margin-bottom-60 {margin-bottom: 60px;}
  .mb-margin-bottom-70 {margin-bottom: 70px;}
  .mb-margin-bottom-80 {margin-bottom: 80px;}
  .mb-margin-bottom-90 {margin-bottom: 90px;}
  .mb-margin-bottom-100 {margin-bottom: 100px;}
  .mb-margin-bottom-110 {margin-bottom: 110px;}
  .mb-margin-bottom-120 {margin-bottom: 120px;}
  .mb-margin-bottom-130 {margin-bottom: 130px;}
  .mb-margin-bottom-140 {margin-bottom: 140px;}
  .mb-margin-bottom-150 {margin-bottom: 150px;}
  .mb-margin-bottom-160 {margin-bottom: 160px;}
  .mb-margin-bottom-170 {margin-bottom: 170px;}
  .mb-margin-bottom-180 {margin-bottom: 180px;}
  .mb-margin-bottom-190 {margin-bottom: 190px;}
  .mb-margin-bottom-200 {margin-bottom: 200px;}
}
.padding-10  {padding: 10px 0;}
.padding-20 {padding: 20px 0;}
.padding-30 {padding: 30px 0;}
.padding-40 {padding: 40px 0;}
.padding-50 {padding: 50px 0;}
.padding-60 {padding: 60px 0;}
.padding-70 {padding: 70px 0;}
.padding-80 {padding: 80px 0;}
.padding-90 {padding: 90px 0;}
.padding-100 {padding: 100px 0;}
.padding-110 {padding: 110px 0;}
.padding-120 {padding: 120px 0;}
.padding-130 {padding: 130px 0;}
.padding-140 {padding: 140px 0;}
.padding-150 {padding: 150px 0;}
.padding-160 {padding: 160px 0;}
.padding-170 {padding: 170px 0;}
.padding-180 {padding: 180px 0;}
.padding-190 {padding: 190px 0;}
.padding-200 {padding: 200px 0;}

.padding-top-10  {padding-top: 10px;}
.padding-top-20 {padding-top: 20px;}
.padding-top-30 {padding-top: 30px;}
.padding-top-40 {padding-top: 40px;}
.padding-top-50 {padding-top: 50px;}
.padding-top-60 {padding-top: 60px;}
.padding-top-70 {padding-top: 70px;}
.padding-top-80 {padding-top: 80px;}
.padding-top-90 {padding-top: 90px;}
.padding-top-100 {padding-top: 100px;}
.padding-top-110 {padding-top: 110px;}
.padding-top-120 {padding-top: 120px;}
.padding-top-130 {padding-top: 130px;}
.padding-top-140 {padding-top: 140px;}
.padding-top-150 {padding-top: 150px;}
.padding-top-160 {padding-top: 160px;}
.padding-top-170 {padding-top: 170px;}
.padding-top-180 {padding-top: 180px;}
.padding-top-190 {padding-top: 190px;}
.padding-top-200 {padding-top: 200px;}

.padding-bottom-10  {padding-bottom: 10px;}
.padding-bottom-20  {padding-bottom: 20px;}
.padding-bottom-30  {padding-bottom: 30px;}
.padding-bottom-40  {padding-bottom: 40px;}
.padding-bottom-50  {padding-bottom: 50px;}
.padding-bottom-60  {padding-bottom: 60px;}
.padding-bottom-70  {padding-bottom: 70px;}
.padding-bottom-80  {padding-bottom: 80px;}
.padding-bottom-90  {padding-bottom: 90px;}
.padding-bottom-100 {padding-bottom: 100px;}
.padding-bottom-110 {padding-bottom: 110px;}
.padding-bottom-120 {padding-bottom: 120px;}
.padding-bottom-130 {padding-bottom: 130px;}
.padding-bottom-140 {padding-bottom: 140px;}
.padding-bottom-150 {padding-bottom: 150px;}
.padding-bottom-160 {padding-bottom: 160px;}
.padding-bottom-170 {padding-bottom: 170px;}
.padding-bottom-180 {padding-bottom: 180px;}
.padding-bottom-190 {padding-bottom: 190px;}
.padding-bottom-200 {padding-bottom: 200px;}


@media (max-width: 767px) {
  .mb-padding-10  {padding: 10px 0;}
  .mb-padding-20 {padding: 20px 0;}
  .mb-padding-30 {padding: 30px 0;}
  .mb-padding-40 {padding: 40px 0;}
  .mb-padding-50 {padding: 50px 0;}
  .mb-padding-60 {padding: 60px 0;}
  .mb-padding-70 {padding: 70px 0;}
  .mb-padding-80 {padding: 80px 0;}
  .mb-padding-90 {padding: 90px 0;}
  .mb-padding-100 {padding: 100px 0;}
  .mb-padding-110 {padding: 110px 0;}
  .mb-padding-120 {padding: 120px 0;}
  .mb-padding-130 {padding: 130px 0;}
  .mb-padding-140 {padding: 140px 0;}
  .mb-padding-150 {padding: 150px 0;}
  .mb-padding-160 {padding: 160px 0;}
  .mb-padding-170 {padding: 170px 0;}
  .mb-padding-180 {padding: 180px 0;}
  .mb-padding-190 {padding: 190px 0;}
  .mb-padding-200 {padding: 200px 0;}

  .mb-padding-top-10  {padding-top: 10px;}
  .mb-padding-top-20 {padding-top: 20px;}
  .mb-padding-top-30 {padding-top: 30px;}
  .mb-padding-top-40 {padding-top: 40px;}
  .mb-padding-top-50 {padding-top: 50px;}
  .mb-padding-top-60 {padding-top: 60px;}
  .mb-padding-top-70 {padding-top: 70px;}
  .mb-padding-top-80 {padding-top: 80px;}
  .mb-padding-top-90 {padding-top: 90px;}
  .mb-padding-top-100 {padding-top: 100px;}
  .mb-padding-top-110 {padding-top: 110px;}
  .mb-padding-top-120 {padding-top: 120px;}
  .mb-padding-top-130 {padding-top: 130px;}
  .mb-padding-top-140 {padding-top: 140px;}
  .mb-padding-top-150 {padding-top: 150px;}
  .mb-padding-top-160 {padding-top: 160px;}
  .mb-padding-top-170 {padding-top: 170px;}
  .mb-padding-top-180 {padding-top: 180px;}
  .mb-padding-top-190 {padding-top: 190px;}
  .mb-padding-top-200 {padding-top: 200px;}

  .mb-padding-bottom-10  {padding-bottom: 10px;}
  .mb-padding-bottom-20 {padding-bottom: 20px;}
  .mb-padding-bottom-30 {padding-bottom: 30px;}
  .mb-padding-bottom-40 {padding-bottom: 40px;}
  .mb-padding-bottom-50 {padding-bottom: 50px;}
  .mb-padding-bottom-60 {padding-bottom: 60px;}
  .mb-padding-bottom-70 {padding-bottom: 70px;}
  .mb-padding-bottom-80 {padding-bottom: 80px;}
  .mb-padding-bottom-90 {padding-bottom: 90px;}
  .mb-padding-bottom-100 {padding-bottom: 100px;}
  .mb-padding-bottom-110 {padding-bottom: 110px;}
  .mb-padding-bottom-120 {padding-bottom: 120px;}
  .mb-padding-bottom-130 {padding-bottom: 130px;}
  .mb-padding-bottom-140 {padding-bottom: 140px;}
  .mb-padding-bottom-150 {padding-bottom: 150px;}
  .mb-padding-bottom-160 {padding-bottom: 160px;}
  .mb-padding-bottom-170 {padding-bottom: 170px;}
  .mb-padding-bottom-180 {padding-bottom: 180px;}
  .mb-padding-bottom-190 {padding-bottom: 190px;}
  .mb-padding-bottom-200 {padding-bottom: 200px;}
}



/* --------------------------------------------------
    Box
   -------------------------------------------------- */

.box-10 {
    padding: 10px;
}
.box-15 {
    padding: 15px;
}
.box-20 {
    padding: 20px;
}
.box-25 {
    padding: 25px;
}
.box-30 {
    padding: 30px;
}




/* --------------------------------------------------
    Display
   -------------------------------------------------- */
.display-none {
    display: none!important;
}
.display-block {
    display: block;
}
@media (min-width: 768px) {
    .desktop-display-none {
        display: none!important;
    }
    .desktop-display-block {
        display: block!important;
    }
}
@media (max-width:767px) {
    .mb-display-none {
        display: none!important;
    }
    .mb-display-block {
        display: block!important;
    }
}



/* --------------------------------------------------
    Vertical Alignment
   -------------------------------------------------- */
@media (min-width:768px) {
    .vertical-align-center > .row-fluid-wrapper > .row-fluid {
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .vertical-align-center-2col-reverse > .row-fluid-wrapper > .row-fluid {
        -ms-flex-direction:row-reverse;
        -webkit-flex-direction:row-reverse;
        flex-direction:row-reverse
    }
    .vertical-align-center-2col-reverse > .row-fluid-wrapper > .row-fluid > .widget-span:first-child {
        margin-left: 2.564102564%;
    }
    .vertical-align-center-2col-reverse > .row-fluid-wrapper > .row-fluid > .widget-span:nth-child(2) {
        margin-left: 0;
    }
}


/* --------------------------------------------------
    Images & Iframe
   -------------------------------------------------- */
.image-round-border img {
  border-radius: 100%;
  border: 5px solid #fff!important;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
img {
    height: auto;
}
iframe {
    max-width: 100%!important;
}

/* --------------------------------------------------
    Colors
   -------------------------------------------------- */
.color-white,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white p,
.color-white li {
    color: #fff;
}

/* --------------------------------------------------
    Borders
   -------------------------------------------------- */

.box-all {
    border: 1px solid #efefef;
}
.border-top {
    border-top: 1px solid #efefef;
}
.border-bottom {
    border-bottom: 1px solid #efefef;
}
.border-left {
    border-left: 1px solid #efefef;
}
.border-right {
    border-right: 1px solid #efefef;
}

@media (max-width: 767px) {
    .mb-box-all {
        border: 1px solid #efefef;
    }
    .mb-border-top {
        border-top: 1px solid #efefef;
    }
    .mb-border-bottom {
        border-bottom: 1px solid #efefef;
    }
    .mb-border-left {
        border-left: 1px solid #efefef;
    }
    .mb-border-right {
        border-right: 1px solid #efefef;
    }
}


/* --------------------------------------------------
    Custom Classes
   -------------------------------------------------- */

/* Icon with Border */
.icon-border {
    margin-bottom: 20px;
}
.icon-border > div {
    display: inline-block;
    float: none;
    width: 80px;
    height: 80px;
    text-align: center;
    border: 1px solid #074881;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
    .icon-border > div:hover {
        background: #074881;
    }
.icon-border i {
    font-size: 40px;
    line-height: 80px;
    color: #074881;
    -webkit-transition: all 0.15s ease-in-out;
   -moz-transition: all 0.15s ease-in-out;
   -o-transition: all 0.15s ease-in-out;
   -ms-transition: all 0.15s ease-in-out;
   transition: all 0.15s ease-in-out;
}
    .icon-border > div:hover i {
        color: #fff;
    }
    
/* Icon with Background Color White */
.icon-background-white {
    margin-bottom: 20px;
}
.icon-background-white > div {
    display: inline-block;
    float: none;
    width: 80px;
    height: 80px;
    text-align: center;
    background: #fff;
    border: 1px solid #fff;
    -webkit-transition: all 0.15s ease-in-out;
   -moz-transition: all 0.15s ease-in-out;
   -o-transition: all 0.15s ease-in-out;
   -ms-transition: all 0.15s ease-in-out;
   transition: all 0.15s ease-in-out;
    border-radius: 100%;
}
    .icon-background-white > div:hover {
        background: #074881;
        border: 1px solid #074881;
    }
.icon-background-white i {
    font-size: 40px;
    line-height: 80px;
    color: #074881;
    -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
    .icon-background-white > div:hover i {
        color: #fff;
    }
    
/* Icon No Background */

.icon-no-background > div {
  background: #ffffff00;
  border: none;
}
.icon-no-background i {
    font-size: 40px;
    margin-bottom: 15px;
}

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


   2. COS Global Groups ( Header, SiteFooter and Footer )
      !!! ALERT: DO NOT EDIT THIS SECTION !!!

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

/* --------------------------------------------------
   Header
   -------------------------------------------------- */

.header-container-wrapper {
    position: relative;
    width: 100%;
}
.header-container-wrapper .row-fluid [class*="span"] {
    min-height: 0px;
}
.header-container {
    z-index: 9999;
}

#header-sticky-wrapper {
    position: relative;
}

#header {
    background: #fff;
    z-index: 9999!important;
    -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
    position: relative!important;
}
.is-sticky #header {
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
@media (min-width:768px) {
    #header .logo,
    #header .logo img {
        -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
    }
}

@media (max-width: 767px) {
    .premium-header .page-center,
    #header .page-center {
        padding: 0!important;
    }
}

/* Top Header
   ------------------ */
   
   
/* Top Header Links */

.top-header-links {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 13px;
}
.top-header-links li {
    display: inline-block;
    margin-left: 10px;
}
.top-header-links li i {
    margin-right: 5px;
}

.top-header-links .btn-top-header {
    background: #074881;
    padding: 15px 20px;
    color: #fff;
    display: block;
}
    .top-header-links .btn-top-header:hover {
        background: #ffc222;
    }
    
@media (max-width: 767px) {
    .top-header-links li {
        margin: 0;
        padding: 5px;
    }
    .top-header-links .btn-top-header {
        padding: 4px 10px;
    }
}



/* Main Header
   ------------------ */
   
.main-header {
    position: relative;
}

/* Logo
   ------------------ */
   
.header-container .hs_cos_wrapper_type_logo a img {
  max-height: 74px;
  width: auto;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .logo {
    text-align: center;
  }
}
@media (max-width:480px) {
    .logo img {
        max-width: 300px;
    }   
}

/* Menu
   ------------------ */
  
.main-nav {
    min-height: 0!important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  z-index: 15;
}

@media (min-width: 768px) {

    .main-nav li.hs-item-has-children > ul {
        opacity: 1;
        visibility: visible;
    }
    
    /* Parent List (Level 1) */
    .main-nav .hs-menu-wrapper > ul {
        display: inline-block!important;
        width: auto;
    }
    .main-nav .hs-menu-wrapper > ul > li {
        
    }
    .main-nav .hs-menu-wrapper > ul > li > a {
        color: #5c5c5c; 
        font-weight: 600;
        max-width: none!important;
        padding: 0 20px;
    }
    .main-nav .hs-menu-wrapper > ul > li > a:hover,
    .main-nav .hs-menu-wrapper > ul > li.active-branch > a {
        color: #074881;
        background: #074881;
    }
    .main-nav .hs-menu-wrapper > ul > li.active-branch > ul.active-branch > li.active-branch > a,
    .main-nav .hs-menu-wrapper > ul > li.active-branch > ul.active-branch > li.active-branch > ul.active-branch > li.active-branch > a {
        background: #074881;
        color: #fff;
    }
    
    
    /* Dropdown (Level 2) */
    
    .main-nav .hs-menu-wrapper > ul > li > ul  {
        background: #fff;
        border-top: 3px solid #074881;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    }
    .main-nav .hs-menu-wrapper > ul > li > ul > li {
        
    }
    .main-nav .hs-menu-wrapper > ul > li > ul > li a {
        padding: 8px 15px!important;
        padding-right: 30px!important;
        background: #fff;
        color: #333;
        font-size: 15px;
        min-width: 180px;
        border-bottom: 1px solid #ebebeb;
        position: relative;
    }
        .main-nav .hs-menu-wrapper > ul > li > ul > li:last-child a {
            border-bottom: none;
        }
    .main-nav .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:after {
        content: "\f067"!important;
        font-family: fontawesome!important;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        height: 18px;
        margin: auto;
        display: inline-block;
        color: #636363;
        font-size: 14px;
    }
        .main-nav .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:hover:after {
            color: #fff;
        }
    /* Child Dropdown (Level 3) */
    .main-nav .hs-menu-wrapper > ul > li > ul > li > ul {
        left: 100%!important;
    }
}
@media (min-width:1101px) and (max-width:1700px) {
    .main-nav .hs-menu-wrapper > ul > li > ul li a {
        min-width: 180px!important;
    }
    /* Child Dropdown (Level 2) */
/*     .main-nav .hs-menu-wrapper > ul > li:nth-child(n+6) > ul {
        left: auto!important;
        right: 0!important;
    } */
    
    /* Child Dropdown (Level 3) */
    .main-nav .hs-menu-wrapper > ul > li:nth-child(n+4) > ul > li > ul {
        left: auto!important;
        right: 100%!important;
    }
}
@media (min-width:768px) and (max-width:1100px) {
    .main-nav .hs-menu-wrapper > ul > li > a {
        padding: 0 8px;
    }
    .main-nav .hs-menu-wrapper > ul > li > ul li a {
        padding: 5px 15px!important;
        white-space: normal!important;
        min-width: 180px!important;
    }
    /* Child Dropdown (Level 2) */
/*     .main-nav .hs-menu-wrapper > ul > li:nth-child(n+6) > ul {
        left: auto!important;
        right: 0!important;
    } */
    
    /* Child Dropdown (Level 3) */
    .main-nav .hs-menu-wrapper > ul > li:nth-child(n+4) > ul > li > ul {
        left: auto!important;
        right: 100%!important;
    }
}


/* CTA
   ------------------ */

.header-cta .btn {
    padding: 10px;
}

/* Slick CSS 
   ------------------ */
.slick-slide:focus {
    outline: none!important;
}


/* --------------------------------------------------
   Premium Header
   -------------------------------------------------- */
.premium-header .top-bar-link .hs-menu-wrapper ul {
    float: right;
}
.premium-header .top-bar-link .hs-menu-wrapper ul li {
    display: inline-block;
}
.premium-header .top-bar-link .hs-menu-wrapper ul li a {
    display: inline-block;
    float: left;
    padding: 10px;
    line-height: 1;
    font-size: 14px;
    color: #a5a5a5;
    border-right: 1px solid #4e4e4e;
}
    .premium-header .top-bar-link .hs-menu-wrapper ul li a:hover {
        color: #fff;
    }
.premium-header .top-bar-link .hs-menu-wrapper ul li:first-child a {
    border-left: 1px solid #4e4e4e;
}
.premium-header h4 {
    font-weight: 500;
}

/* Main Header
   ------------------ */
.main-header {
    
}


/* Menu
   ------------------ */
@media (min-width:768px) {
    .premium-header .main-nav .hs-menu-wrapper > ul {
        width: 100%;
    }
    .premium-header .main-nav .hs-menu-wrapper > ul > li {
        width: calc(100%/9); /* controls the number of nav links in header */
    }
    .premium-header .main-nav ul:not(.hs-menu-children-wrapper) {
        display: inline-block!important;
        float: right;
    }
    .premium-header .main-nav .hs-menu-wrapper ul li a {
        display: flex;
        width: 100% !important;
        line-height: 1.4 !important;
        justify-content: center;
        align-items: center;
    }
    .premium-header .main-nav .hs-menu-wrapper > ul > li > a {
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .premium-header .main-nav .hs-menu-wrapper > ul > li.active-branch > a {
        color: #fff;
    }
    .premium-header .main-nav .hs-menu-wrapper > ul > li {
        border-right: 1px solid #e8e8e8;
    }
    .premium-header .main-nav .hs-menu-wrapper > ul > li:first-child {
        border-left: 1px solid #e8e8e8;
    }
}
@media (max-width: 767px) {
    .premium-header .mobile-trigger {
        top: 63px;
    }
}

@media (max-width: 1000px)  {
  .premium-header .main-nav .hs-menu-wrapper ul li a {
    text-wrap: inherit;
  }
}


/* Google Search
   ------------------- */
   
.google-search-wrapper {
    position: relative;
}
.search-toggle {
    
}
.google-search {
    display: inline-block;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding-left: 15px;
}
    .google-search label {
        display: none!important;
    }
.google-search input:focus {
    box-shadow: none!important;
}

@media (max-width: 767px) {
    .google-search-wrapper {
        position: absolute;
        top: 35px;
        left: 10px;
        display: block;
        height: 10px;
        border-left: none;
    }
    .search-toggle {
        padding-left: 10px;
    }
    .google-search  {
        right: auto;
        left: 0;
        width: 100%;
        margin-top: 22px;
    }
}
@media (max-width: 480px) {
    .google-search-wrapper {
        top: 20px;
    }
    .google-search {
        width: 220px!important;
        margin-top: 13px;
    }
}

/* --------------------------------------------------
   Header Premium
   -------------------------------------------------- */
.header-premium .main-nav .hs-menu-wrapper > ul > li.active-branch > a {
    color: #fff;
}

@media (min-width:768px) {
    .header-premium .is-sticky .sticky-header {
        background: #f4f4f4;
        -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
        box-shadow: 0 2px 5px rgba(0,0,0,0.15);
        z-index: 99!important;
    }
}

/* --------------------------------------------------
   Header Float
   -------------------------------------------------- */
.header-float #header {
    background: none;
    -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
    .header-float #header.active {
        background: rgba(47,47,47,0.9);
        -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
        box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    }
@media (min-width:768px) {
    .header-float {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 999;
    }
    .header-float .main-nav .hs-menu-wrapper > ul {
        float: right;
    }
    .header-float .main-nav .hs-menu-wrapper > ul > li,
    .header-float .main-nav .hs-menu-wrapper > ul > li:first-child {
        border: 0px;
    }
    .header-float .main-nav .hs-menu-wrapper > ul > li > a {
        line-height: 2;
        height: auto;
        color: #fff;
        padding: 5px 15px;
    }    
}
@media (max-width: 767px) {
    .header-float {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 999;
    }
}

/* --------------------------------------------------
   Header  Simple
   -------------------------------------------------- */
@media (min-width:768px) {
    .header-simple .main-nav .hs-menu-wrapper > ul {
        text-align: left;
    }
    .header-simple .main-nav .hs-menu-wrapper > ul > li > a {
        margin: 0px 3px;
        line-height: 2;
        height: auto;
        padding: 5px 15px;
    }
    .header-simple .main-nav .hs-menu-wrapper > ul > li.active-branch > a {
        line-height: 2;
        height: auto;
        color: #fff;
        padding: 5px 15px;
    }   
}
@media (max-width:767px) {
    .header-simple .mobile-trigger {
        top: 38px;
        
    }
}


/* --------------------------------------------------
   Header Float Contact
   -------------------------------------------------- */
.header-float-contact #header {
    background: none;
    -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
    .header-float-contact #header.active {
        background: rgba(47,47,47,0.9);
        -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
        box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    }
@media (min-width:768px) {
    .header-float-contact {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 999;
    }
    .header-float-contact .main-nav .hs-menu-wrapper > ul {
        float: right;
        text-align: left;
    }
    .header-float-contact .main-nav .hs-menu-wrapper > ul > li,
    .header-float-contact .main-nav .hs-menu-wrapper > ul > li:first-child {
        border: 0px;
    }
    .header-float-contact .main-nav .hs-menu-wrapper > ul > li > a {
        line-height: 2;
        height: auto;
        color: #fff;
        padding: 5px 15px;
    }    
}
@media (max-width: 767px) {
    .header-float-contact {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 999;
    }
}

/* --------------------------------------------------
   Header Float Left
   -------------------------------------------------- */

.header-float-left #header { 
    background: rgba(41, 42, 49, 1);
}

@media (min-width:1330px ) {
    .header-float-left #header {
        position: fixed!important;
        left: 0;
        top: 0;
        width: 15%;
        height: 100%;
        padding: 3% 1%;
    }  
    .header-float-left #header .hs-menu-wrapper ul li {
        display: inline-block;
        width: 100%;
    }
    .header-float-left #header .hs-menu-wrapper ul li a {
        display: inline-block;
        width: 100%!important;
        font-size: 18px;
        color: #fff;
        line-height: 2.6;
        border-bottom: 1px dotted #525151;
        text-transform: uppercase;
    } 
}
   
/* --------------------------------------------------
   Header Social
   -------------------------------------------------- */
.header-social .social-links a {
    color: #5c5c5c!important;
    width: 12px;
    height: 12px;
}
    .header-social .social-links a:hover {
        color: #074881;
    }

/* --------------------------------------------------
   Site Footer
   -------------------------------------------------- */
   
#site-footer {
    background: #191919;
}  
#site-footer .span3 {
    padding-right: 10px;
}
#site-footer .span3:last-child {
    border: 0px;
}
#site-footer h4 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#site-footer p,
#site-footer a {
    color: #999;
    font-size: 14px;
    font-weight: 600;
}
#site-footer a:hover {
    color: #fff;
}

/* Listing */
#site-footer .hs-rss-item {
    margin-bottom: 5px;
}

/* Google search */
#site-footer form input {
    display: inline-block;
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
    color: #fff;
}
    #site-footer form input:hover,
    #site-footer form input:focus {
        border-color: #074881
    }
#site-footer form a {
    display: inline-block;
    margin-top: 15px;
    padding: 5px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
    #site-footer form a:hover {
        background: #074881;
        border: 1px solid #074881;
    }  
    
/* --------------------------------------------------
   Footer
   -------------------------------------------------- */
   
#footer {
  position: relative;
  background: #101010;
}
.footer-container {}

.footer-background,
.footer-background a,
.footer-copyright a,
.footer-container-wrapper .more-links a,
.footer-container-wrapper .contact-us a,
.footer-container-wrapper .about-us a {
    color: #00164f;
}
.footer-background,
.footer-background a {
    background: #074881;
}
.footer-container-wrapper .more-links a:hover,
.footer-container-wrapper .contact-us a:hover,
.footer-container-wrapper .about-us a:hover {
    color: #FFF;
}
.footer-container-wrapper .more-links a {
    margin: 10px 0px;
}
.footer-container-wrapper .footer-copyright{
    background: #5c5c5c;
    color: #ffc222;
    padding: 10px 0px;
    font-size: 12px;
}
.footer-container-wrapper .social-icons .fa {
    font-size: 20px;
    padding-right: 5px;
}


@media (max-width: 767px) {
    #footer {
        text-align: center;
    }
}



/* Footer Subscription
   ------------------ */
.footer-subscription.widget-type-blog_subscribe h3.form-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Social Links
   ------------------ */
.social-links {
    list-style: none;
    margin: 0;
    padding: 6px 0 4px 0;
}
.social-links li {
    display: inline-block;
}
    .social-links li:nth-child(n+2) {
        margin-left: 5px;
    }
.social-links li a {
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 22px;
    margin-right: 3px;
    border-radius: 100%;
    color: #7bbcf5!important;
    display: inline-block;
    background: transparent!important;
    text-align: center;
}
    .social-links li a:hover {
        color: #fff!important;
    }


/* Back to Top
   ------------------ */
.scroll-to-top span {
    position: fixed;
    bottom: 20px;
    right: 20px;
    margin: auto;
    background: #074881;
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 25px;
    padding: 0;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    opacity: 0.4;
    -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
    .scroll-to-top span:hover {
        opacity: 1;
    }




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


   3. CUSTOM MODULES


   ==================================================================================================================================== */
   
/* Hero Banner Simple
   ------------------ */
.hero-banner-simple {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
   
/* Hero Banner Small Image Banner
   ------------------ */
.hero-banner-small-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Hero Banner Large Image Banner
   ------------------ */
.hero-banner-large.hero-banner-bg-image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-banner-large.hero-banner-bg-image.with-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4); /* originally .6 */
}
.virtual-renderings-banner .hero-banner-large.hero-banner-bg-image.with-overlay:after {
    background: #333;
}

.hero-banner-large.hero-banner-bg-image.with-overlay .page-center {
    position: relative;
    z-index: 3;
}
@media (min-width:770px) {
    .hero-banner-large.hero-banner-bg-image.simple-parallax {
        background-attachment: fixed;
    }
}

/* Hero Banner Slider
   ------------------ */
.slick-prev, .slick-next {
    z-index: 10;
}
.hero-slider.slick-slider {
    position: relative;
    margin-bottom: 0;
}
.hero-slider .hero-slider-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-slider .hero-slider-bg.with-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0e0e0e;
    opacity: 0.0;
}
.hero-slider .hero-slider-bg.with-overlay > * {
    position: relative;
    z-index: 2;
}
.hero-slider button.slick-next {
    right: 20px;
}
.hero-slider button.slick-prev {
    left: 20px;
}
.hero-slider .slick-dots {
    bottom: 20px;
}
.hero-slider .slick-dots li {
    width: 10px;
    height: 10px;
    padding: 0px;
}
.hero-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0px 2px;
    padding: 0px;
}
.hero-slider .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;  
}
@media (min-width:767px) and (max-width:1250px) {
    .container-fluid .row-fluid .hero-slider .page-center {
        padding-left: 45px;
        padding-right: 45px;
    }
}
@media (max-width:767px) {
    .slick-prev, .slick-next {
        display: none!important;
    }
}
@media (max-width:480px) {
    .hero-slider h1 {
        font-size: 40px;
    }
}


/* Hero Banner Video Background
   ------------------ */
.hero-banner-video.with-overlay {
    position: relative;
}
.hero-banner-video.with-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0e0e0e;
    opacity: 0.0;
}
.hero-banner-video.with-overlay > * {
    position: relative;
    z-index: 3;
}
.hero-banner-video video {
    max-width: none!important;
}

/* Testimonial Slider with Background
   ------------------ */
.testimonial-slider-wrapper {
    position: relative;
    text-align: left;
}
.testimonial-slider-wrapper .testimonial-slider-header {
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}
.testimonial-slider-wrapper img {
    margin: auto;
    width: 120px;
    max-width: 100%;
    border-radius: 100%;
    float: right;
}
.testimonial-slider-wrapper p.testimonial-text {
    font-size: 20px;
    line-height: 1.2;
}
.testimonial-slider-wrapper p.testimonial-detail {
    color: #074881;
}
.testimonial-slider-wrapper .slick-dots {
    z-index: 9;
    width: auto;
    float: none;
    display: inline-block;
    bottom: 25px;
}
@media (max-width:767px) {
    .testimonial-slider-wrapper img {
        float: none;
    }
}

/* Our Core Values & Wisconsin Chapter */

.our-core-values .row-fluid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.safety-award-top .row-fluid {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .safety-award-top .row-fluid {
    flex-direction: column;
  }
  .award-date-block p {
    text-align: center !important;
  }
  .\32 013-award-text p {
    text-align: center!important;
  }
  .wisconsin-chapter-box p {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

/* 2 Columns with Image
   ------------------ */
.two-column-image-wrapper {
    position: relative;
}

.two-column-image-wrapper .span6.two-column-image img {
    display: block;
    height: 100%;
    object-fit: cover;
}

.two-column-image-wrapper .two-column-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width:768px) {
    .two-column-image-wrapper .swapped-column > .span6:first-child {
        float: right;
        right: 0px;
        left: auto;
    }
    .two-column-image-wrapper .swapped-column > .span6:nth-child(2) {
        float: left;
    }
    .two-column-image-wrapper .two-column-image {
        position: absolute;
        width: 50%;
        height: 100%;
        left: 0px;
        top: 0px;
    }
    .two-column-image-wrapper .two-column-image img {
        display: none;
    }
    .two-column-image-wrapper .two-column-text {
        display: inline-block;
        float: right;
        padding: 0px 20px;
        min-height: 605px !important;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .career-column .two-column-image-wrapper .two-column-text {
        display: inline-block;
        float: right;
        padding: unset;
        min-height: 605px !important;
        justify-content: center;
        display: block;
        align-items: center;
    }
    .two-column-image-wrapper .two-column-text-inner {
        width: 550px;
        max-width: 100%;
        margin: auto;
    }
}

.career-column.careers .span6.two-column-image img {
    object-fit: contain;
}

@media (max-width:767px) {
    .two-column-image-wrapper {
        
    }
    .two-column-image-wrapper .two-column-image {
        background-image: none;
    }
    .two-column-image-wrapper .two-column-text-inner {
        padding: 30px 20px;
    }
}

.career-column .span6.two-column-image {
  background-size: contain!important;
}

.career-column .span6.two-column-image img {
    margin: 0 auto;
    display: flex;
}

/* CAREERS TESTIMONIAL 2024 */

.quotation-content-career {
  text-align: center;
  line-height: 1.75;
  font-size: 22px;
  font-weight: 300;
}

.ace-career .testimonial-box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.ace-career .testimonial-box-details {
    display: flex;
    justify-content: center;
    margin-bottom: unset!important;
}


.ace-career .testimonial-box-details img {
    max-width: 230px !important;
    width: 230px !important;
}

.ace-career .testimonial-content {
    padding-right: 20px;
}

.testimonial-box-wrapper.ace-career {
    min-height: 400px;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    display: flex;
    padding: 25px 45px!important;
}


@media screen and (max-width: 1000px) {
  .team-testimonial-box-container {
    gap: 25px!important;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .ace-career .testimonial-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ace-career .testimonial-box-details {
    margin-bottom: 25px!important;
  }
  .testimonial-box-wrapper.ace-career {
    padding: 45px 25px!important;
  }
  .our-core-values .row-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .our-core-values-box {
    margin-bottom: 25px;
  }
  .rich-text-three {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
  }
  .student-opportunities-video {
    margin: 0 auto;
    justify-content: center;
    display: flex!important;
  }
  .ace-career .testimonial-content {
    padding-right: 0px;
  }
  .quotation-content-career {
    font-size: 18px;
  }
  .career-heading h3,
  .career-heading-2{
    font-size: 30px;
  }
}

.team-testimonial-icon {
    margin-top: 35px;
}

.team-testimonial-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  max-width: 375px;
  margin: 0 auto;
  border-bottom: 15px #D6D6D6 solid;
}

.team-testimonial-content {
  text-align: center;
  padding: 35px;
}

.team-testimonial-box-container {
  display: flex;
  gap: 10px;
}

.team-testimonial-description {
    font-size: 16px;
}

.team-tesimonial-name {
    font-size: 20px;
    color: #054981;
    font-weight: bold;
    margin-top: 20px;
}

/* Logos Slider/carousel
----------------------- */
.logos-carousel .slick-slide {
    padding: 0px 10px;
}


/* Gallery Box
----------------------- */
.gallery-box {
    position: relative;
    overflow: hidden;
}
.gallery-box a.gallery-caption {
    display: inline-block;
    width: 100%;
    padding: 15px;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
    .gallery-box:hover a.gallery-caption {
        opacity: 1;
    }
.gallery-box a.gallery-caption h4 {
    margin: 0px;
    color: #fff;
}
.gallery-box a.gallery-caption p {
    margin: 0px;
    color: #fff;
}
.gallery-box .gallery-image {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
@media (min-width:768px) {
    .gallery-box a.gallery-caption {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 15px;
        text-align: left;
        opacity: 0;
        transition: 0.2s;
    }
    .gallery-box a.gallery-caption .gallery-caption-inner {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 15px;
    }
    .gallery-box .gallery-image img {
        display: none;
    }
}
@media (max-width:767px) {
    .gallery-box .gallery-image {
        background-image: none;
    }
    .gallery-box a.gallery-caption {
        background: none!important;
        padding: 15px 0px;
    }
    .gallery-box a.gallery-caption h4 {
        color: #5c5c5c;
    }
    .gallery-box a.gallery-caption p {
        color: #5c5c5c;
    }
}


/* Employee Poretal Card V3
----------------------- */
.employee-card {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.employee-card .employee-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 15px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 2;
    transition: .3s ease;
}
.employee-card:hover .employee-caption {
    background: #000;
}
.employee-card h4 {
    margin: 0;
    color: #fff;
}
.employee-card p {
    margin: 0;
    color: #fff;
}

/* Latest/Recent News Slider
----------------------- */
.recent-posts-slider-wrapper {
    margin-top: 30px;
    position: relative;
}
.recent-posts-slider-wrapper .recent-item > .recent-item-inner {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 0px 15px;
}
.recent-posts-slider-wrapper .recent-item a {
    position: relative;
    display: block;
}
.recent-posts-slider-wrapper .recent-item a:first-child:before {
    content: "\f002";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 1;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.recent-posts-slider-wrapper .recent-item a:first-child:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0e0e0e;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
   -moz-transition: all 0.4s linear;
   -o-transition: all 0.4s linear;
   -ms-transition: all 0.4s linear;
   transition: all 0.4s linear;
}
    .recent-posts-slider-wrapper .recent-item:hover a:first-child:before {
        opacity: 1;
    }
    .recent-posts-slider-wrapper .recent-item:hover a:first-child:after {
        opacity: 0.75;
    }
.recent-posts-slider-wrapper .recent-item img {
    width: 100%;
    margin-bottom: 15px;
    display: block;
}
.recent-posts-slider-wrapper .recent-item .post-title {
    font-size: 18px;
    color: #5c5c5c;
}
.recent-posts-slider-wrapper .recent-item .post-title:hover {
    color: #074881;
}
.recent-posts-slider-wrapper .recent-item .post-summary {
    font-size: 14px;
}


/* Latest News Section (Image with Text Overlay)
----------------------- */
.recent-posts-style-01 .recent-item {
    position: relative;
    display: inline-block;
    float: left;
}
.recent-posts-style-01 .recent-item .recent-item-inner > div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
}
.recent-posts-style-01 .recent-item .recent-item-inner > div img {
    display: none;
}
.recent-posts-style-01 .recent-item .recent-item-inner > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0,0,0,0.7);
    transition: 0.4s;
}
    .recent-posts-style-01 .recent-item:hover .recent-item-inner > a {
        background: rgba(0,0,0,0.3);
    }
.recent-posts-style-01 .recent-item .recent-item-inner > a h4 {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -o-transform: translateY(50%);
    -moz-transform: translateY(50%);
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    padding: 20px;
    margin: 0px;
    font-size: 20px;
    -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
    .recent-posts-style-01 .recent-item:hover a h4 {
        bottom: 10%;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -o-transform: translateY(0%);
        -moz-transform: translateY(0%);
    }
@media (min-width:768px) {
    .recent-posts-style-01 .recent-item {
        width: 25%;
    }
}
@media (max-width:850px) {
    .recent-posts-style-01 .recent-item {
        width: 50%;
    }
}
@media (max-width:480px) {
    .recent-posts-style-01 .recent-item {
        width: 100%;
    }
}

/* Testimonial Box
----------------------- */
.testimonial-box-wrapper {
    display: inline-block;
    width: 100%;
    background: #f4f4f4;
    padding: 25px;
    
}
.testimonial-box-wrapper .testimonial-box .testimonial-box-details {
    margin-bottom: 20px;
}
.testimonial-box-wrapper .testimonial-box .testimonial-box-details img {
    width: 70px;
    max-width: 100%;
    border-radius: 100%;
}
.testimonial-box-wrapper .testimonial-box .testimonial-box-details .span3 {
    width: auto;
}
.testimonial-box-wrapper .testimonial-box .testimonial-box-details p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
}
.testimonial-box-wrapper .testimonial-box .testimonial-box-details p span {
    display: block;
    color: #074881;
    font-weight: 400;
    font-size: 15px;
}


/* FAQ Box
----------------------- */
.faq-box-wrapper {
    margin-bottom: 25px;
}
.faq-box-wrapper .faq-box-content {
    display: none;
}
.faq-box-wrapper .faq-box-trigger {
    position: relative;
    margin: 0px;
    padding: 15px 50px 15px 20px;
    background: #f6f7f8;
    border: 1px solid #e5e7e8;
    line-height: 1.4;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
    .faq-box-wrapper .faq-box-trigger:hover {
        background: #ffffff;
    }
    .faq-box-wrapper .faq-box-trigger:after {
        content: "\f067";
        font-family: fontawesome;
        position: absolute;
        top: 0px;
        right: 20px;
        bottom: 0px;
        margin: auto;
        font-size: 20px;
        width: 20px;
        height: 20px;
        line-height: 1;
        color: #b9b9b9;
    }
    .faq-box-wrapper .faq-box-trigger.active:after {
        content: "\f068";
    }
.faq-box-wrapper .faq-box-content {
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e7e8;
    border-top: 0;
}
@media (max-width:650px) {
    .faq-box-wrapper .faq-box-trigger {
        padding: 15px 30px 15px 20px;
        line-height: 1.4;
        font-size: 18px;
    }
    .faq-box-wrapper .faq-box-trigger:after {
        right: 8px;
    }
}

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


   4. COS BUILT-IN MODULES


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

/* --------------------------------------------------
   Image Sliders
   -------------------------------------------------- */

.hs_cos_flex-slider {
    margin: 0;
}
.widget-type-image_slider .caption {
    padding: 8px 0;
    background: #333;
    opacity: .8;
}

.gallery-three-column .hs_cos_flex-direction-nav {
    display: none;
}

/* ========== Added by HubSpot Support on 07/26/2018 ========== */
.hs_cos_gallery_main {
    padding: 0;
}

.hs_cos_gallery_main .caption.superimpose {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
}
/* ============================================================ */

/* --------------------------------------------------
   Forms
   -------------------------------------------------- */


/* All Global Forms
   ------------------ */

/* Form Field */
body .hs-form-field { margin-bottom: 15px; }

/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {
    margin-bottom: 5px;
    font-weight: 400;
}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px
    display: block;
    padding: 10px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fafafa;
    background-image: none;
    border: 1px solid #ccc;
    margin-top: 5px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    outline: 0;
    border-color: #074881;
}
body input.invalid {
    border-color: red;
}
body input[type="submit"] {
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
    font-size: 15px;
    cursor: pointer;
}
body input[type="submit"]:focus {
    outline: none;
    border: none;
}

@media (max-width: 767px) {
    body input[type="submit"] {
        display: block;
        width: 100%;
    }
}


/* Separate Styles for Multiple Line Inputs */
body textarea {
    min-height: 200px;
}
body textarea:focus {}

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


/* Form Module
   ------------------------- */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"],
.hs_cos_wrapper_type_form input[type="datetime"],
.hs_cos_wrapper_type_form input[type="datetime-local"],
.hs_cos_wrapper_type_form input[type="date"],
.hs_cos_wrapper_type_form input[type="month"],
.hs_cos_wrapper_type_form input[type="time"],
.hs_cos_wrapper_type_form input[type="week"],
.hs_cos_wrapper_type_form input[type="number"],
.hs_cos_wrapper_type_form input[type="email"],
.hs_cos_wrapper_type_form input[type="url"],
.hs_cos_wrapper_type_form input[type="search"],
.hs_cos_wrapper_type_form input[type="tel"],
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

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

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

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li.hs-form-radio input[type="radio"] { width: auto; }
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}

/* Custom styling Form Default
   --------------------------- */

.form-default {
    padding: 30px;
    background: #ccc; /* originally #f4f4f4 */
}
.form-default h3 {
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 1px;
}
.form-default .hs_cos_wrapper_type_form input {
    box-shadow: none;
    color: #5c5c5c;
}
.form-default input[type="text"],
.form-default input[type="password"],
.form-default input[type="datetime"],
.form-default input[type="datetime-local"],
.form-default input[type="date"],
.form-default input[type="month"],
.form-default input[type="time"],
.form-default input[type="week"],
.form-default input[type="number"],
.form-default input[type="email"],
.form-default input[type="url"],
.form-default input[type="search"],
.form-default input[type="tel"],
.form-default input[type="color"],
.form-default input[type="file"],
.form-default textarea,
.form-default select {
    background: #fff;
    border: none;
    border-radius: 0;
    border: 1px solid #ddd;
    margin-top: 10px;
    padding: 20px 10px!important;
    width: 100%!important;
}
.form-default  input[type="submit"],
.form-default  .hs-button {
    background: #074881;
    color: #fff;
    padding: 20px;
    display: block;
    border: none;
    width: 100%;
    text-align: center;
}
    .form-default .hs_cos_wrapper_type_form input[type="submit"]:hover {
        background: #ffc222;
        color: #333;
    }
.form-default .hs_cos_wrapper_type_form input:focus {
    box-shadow: none;
    border-color: #074881;
}

.form-default .hs-error-msgs li {
    color: #ffc222;
    font-size: 12px;
}

@media (max-width:650px) {
    .form-default {
        padding: 10px;
    }
}
    
    
/* Custom styling Form 01
   --------------------------- */
.form-01 {
    background: rgba(0,0,0,0.15);
    padding: 25px;
    -webkit-box-shadow: 0px 22px 45px -15px rgba(0,0,0,0.5) !important;
    -moz-box-shadow: 0px 22px 45px -15px rgba(0,0,0,0.5) !important;
    box-shadow: 0px 22px 45px -15px rgba(0,0,0,0.5) !important;
}
.form-01 h3 {
    font-weight: 700;
    color: #fff;
}
.form-01 label {
    font-weight: 400;
    color: #fff;
}
.form-01 input {
    border-radius: 0px!important;
}
.form-01 input[type="submit"] {
    padding: 20px;
    background: #074881;
    color: #ffffff;
    border: 1px solid #074881;
    cursor: pointer;
    display: block;
    width: 100%;
}
.form-01 input[type="submit"]:hover {
    background: #0c7cde;
    border-color: #0c7cde
}


/* Multi Column Form
   -------------------------------------------------- */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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

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


/* Google Search Form
   -------------------------------------------------- */

/* Label */
.widget-type-google_search label {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    display: block;
    text-rendering: optimizelegibility;
    margin: 0px 0px 20px;
}

/* Input */
.widget-type-google_search input[type="text"] {
    width: 100%;
    float: left;
    margin-top: 0px;
    height: 36px;
    border-radius: 0px;
    box-shadow: none;
}
.widget-type-google_search input[type="focus"] {}

.widget-type-google_search .hs-button.primary {
    float: left;
    margin-left: 2px;
}

/* Form Error Selectors
   -------------------------------------------------- */
.hsformerror{
    font-size: 12px!important;
    border: 0 !important;
    color: #FFF!important;
    background-image: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    z-index: 99999 !important;
    border-color: #074881 !important;
    background: #074881 !important;
}
.hsformerror .close-form-error {
    color: #074881;
}
.hsformerror em {
    border-color: #074881 transparent transparent !important;
}


/* ebook form pillar page */

.pre-engineered-ebook {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 80px;
}

@media screen and (max-width: 767px) {
    .pre-engineered-ebook {
      flex-direction: column-reverse;
  }
}

/* --------------------------------------------------
   Buttons
   -------------------------------------------------- */

.btn {
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    font-weight: 600;
    -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
    margin: 5px 0;
    cursor: pointer;
    line-height: 1;
}
.btn-primary {
    background: #074881;
    color: #ffffff;
    border: 1px solid #074881;
}
.btn-primary.yellow-ver {
    background: #F6C127;
    color: #054981;
    border: 1px solid #F6C127;
}
.btn-primary:hover {
    background: #0c7cde;
    border-color: #0c7cde;
    color: #ffffff;
}
.btn-primary:focus {
    color: #fff;
}
.btn-secondary {
    background: transparent;
    color: #074881;
    border: 2px solid #074881;
}
.btn-secondary:hover {
    background: #074881;
    border-color: #074881;
    color: #ffffff;
}

.btn-tertiary {
    background: #ffc222;
    color: #333333
}
.btn-tertiary:hover {
    background: #D12764;
    color: #ffffff;
}

@media (min-width: 767px) {
    .btn + .btn {
        margin-left: 10px;
    }
}


/* Form Module Button
   -------------------------------------------------- */

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


/* Google Search Button
   -------------------------------------------------- */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
   -------------------------------------------------- */

/**
 * Override global CTA styles by wrapping the CTA module in a module group
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags.
*/

/* CTA button with border */
.cta_border_button {
  background: #fff;
  border-style: solid;
  border-width: 2px;
  -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
  font-family: 'Open Sans', sans-serif;
  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: #074881;
  border-color: #074881;
  -webkit-appearance: none;
}
.cta_border_button:hover {
  border: 2px solid #FFF;
  color: #074881;
  border-color: #074881;
  background: #074881;
  color: #FFF;
}

/* CTA button with Solid Background */
.cta_solid_button {
  border-style: solid;
  border-width: 2px;
  color: #FFF;
  -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
  font-family: 'Open Sans', sans-serif;
  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;
  text-transform: uppercase;
  border-color: #074881;
  -webkit-appearance: none;
}
.cta_solid_button:hover {
  background: #FFF;
  border-style: solid;
  border-width: 2px;
  border-color: #074881;
  background: #074881;
  text-transform: uppercase;
}


/* --------------------------------------------------
   Post Listing 
   -------------------------------------------------- */
.widget-type-post_listing {
    margin: 0px 0px 40px;
}
.widget-type-post_listing h3 {
    font-size: 18px;
    text-transform: uppercase;
}
.widget-type-post_listing ul {
    padding: 0px 0px 0px 10px;
    margin: 0px;
}
.widget-type-post_listing ul li {
    list-style: none;
    line-height: 1.5;
    margin: 10px 0px;
}
.widget-type-post_listing ul li a {
    color: #999;
    font-style: italic;
}
    .widget-type-post_listing ul li a:hover {
        color: #074881;    
    }
    
/* --------------------------------------------------
   Subscribe 
   -------------------------------------------------- */
   
.widget-type-blog_subscribe {
    margin: 0px 0px 40px;
}
.widget-type-blog_subscribe h3.form-title {
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
}
.widget-type-blog_subscribe form {
    margin-top: 20px;
}
.widget-type-blog_subscribe form input {
    box-shadow: none;
    background: #fff;
    border-radius: 0px;
    border: 0px;
}
.widget-type-blog_subscribe form .hs_submit input {
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
    margin: 5px 0;
    cursor: pointer;
    border-radius: 50px;
    line-height: 1;
    color: #ffffff;
    border: 1px solid #074881;
    background: #074881;
}
    .widget-type-blog_subscribe form .hs_submit input:hover {
        background: #0c7cde;
        border-color: #0c7cde;
        color: #ffffff;
    }




/* --------------------------------------------------
   Post Filter
   -------------------------------------------------- */
.widget-type-post_filter {
    margin: 0px 0px 40px;
}
.widget-type-post_filter h3 {
    font-size: 18px;
    text-transform: uppercase;
}
.widget-type-post_filter ul {
    padding: 0px 0px 0px 10px;
    margin: 0px;
}
.widget-type-post_filter ul li {
    list-style: none;
    line-height: 1.5;
    margin: 10px 0px;
}
.widget-type-post_filter ul li a {
    color: #999;
    font-style: italic;
}
    .widget-type-post_filter ul li a:hover {
        color: #074881;    
    }  



/* --------------------------------------------------
   Post Comment
   -------------------------------------------------- */
.widget-type-blog_comments {
    padding: 30px;
    background: #fff;
}
.widget-type-blog_comments form .hs_submit > .actions > input {
    display: inline-block;
    padding: 15px 30px;
    margin-top: 15px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
    margin: 5px 0;
    cursor: pointer;
    border-radius: 50px;
    line-height: 1;
    background: #074881;
    color: #ffffff;
    border: 1px solid #074881;
}
    .widget-type-blog_comments form .hs_submit input:hover {
        background: #0c7cde;
        border-color: #0c7cde;
        color: #ffffff;
    }
#comments-listing {
    padding-bottom: 20px;    
}
.comment.depth-0:first-child {
    margin: 0px!important;
    border: 0!important;
    padding-top: 0px!important;
}
.comment.depth-0 {
    padding-top: 0;
    border: 0!important;
    padding: 10px;
    margin: 0;
}
.comment.depth-1 {
    border: 0;
    padding: 10px;
    margin: 0;
    padding-left: 40px;
}
.hs-common-confirm-message {
    background-color: #074881 !important;
    border: 0px !important;
    color: #fff!important;
}





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


   5. MAIN STYLING


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

/* Hero Video */
.hero-banner-video video {
    max-width: none!important;
}



/* ------------------------------------------------------------
 * Homepage
 * ------------------------------------------------------------ */






/* Sidebar Menu
----------------------- */
.sidebar-menu .hs-menu-wrapper > ul {
    display: inline-block;
    width: 100%;
    margin: 0px 0px 20px;
}
.sidebar-menu .hs-menu-wrapper > ul > li {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
}
.sidebar-menu .hs-menu-wrapper > ul > li:after {
    content: "\f107";
    font-family: fontawesome;
    color: red;
    position: absolute;
    right: 15px;
    top: 10px;
}
.sidebar-menu .hs-menu-wrapper > ul > li > a {
    display: inline-block;
    width: 100%!important;
    background: #333333;
    color: #fff;
}
.sidebar-menu .simple-sidebar-menu .hs-menu-wrapper > ul > li > a {
  background-color:#a2a2a3;
}
.sidebar-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
    opacity: 1!important;
    visibility: visible!important;
    position: relative!important;
    top: auto;
    left: 0!important;
}
    .sidebar-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > a {
        border-bottom: 1px dotted #ddd;
        display: block;
        width: 100%;
        color: #333;
        position: relative;
    }
        .sidebar-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > a:hover {
            color: #074881;
            border-bottom: 1px solid #074881;
        }
.sidebar-menu .hs-menu-wrapper ul li a {
    display: inline-block;
    width: 100%!important;
    float: left!important;
}








































/* Hero Banner
----------------------- */
.hero-banner {
  height: auto;
  font-size: 20px;
  background-size: cover;
  background-position: bottom;
  position: relative; 
}
  .hero-banner:before {
    content: "";
    background: #0e0e0e;
/*     height: 1200px; */
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.0;
  }
.hero-banner .hero-image {
  display: none;
 
}
.hero-banner .page-center {
 position: relative;
}
.hero-content {
  color: #fff;
  font-weight: 600;
}
.hero-content h1 {
    color: #fff;
    text-transform: none;
    font-size: 50px;
    letter-spacing: -1px;
    font-weight: bold;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
     hyphens: auto;

}

.hero-content a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}
@media (min-width:768px) and (max-width:950px) {
    .hero-content h1 {
        font-size: 50px;
    }   
}    
@media (max-width:769px) {
    .hero-banner {
        background-attachment: initial;
    }
    .hero-content h1 {
        font-size: 20px;
        margin: 0px 0px 5px;
    }
}

/* Latest/Recent News
----------------------- */
.recent-posts-wrapper {
    margin-top: 30px;
}
.recent-posts-wrapper .recent-item {
    display: inline-block;
    /* width: 100%;
    float: left;
    margin: 0px 0px 20px; */
    text-align: left;
}
.recent-posts-wrapper .recent-item a {
    position: relative;
    display: block;
}
.recent-posts-wrapper .recent-item a:first-child:before {
    content: "\f002";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 1;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.recent-posts-wrapper .recent-item a:first-child:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0e0e0e;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
   -moz-transition: all 0.4s linear;
   -o-transition: all 0.4s linear;
   -ms-transition: all 0.4s linear;
   transition: all 0.4s linear;
}
    .recent-posts-wrapper .recent-item:hover a:first-child:before {
        opacity: 1;
    }
    .recent-posts-wrapper .recent-item:hover a:first-child:after {
        opacity: 0.75;
    }
.recent-posts-wrapper .recent-item img {
    width: 100%;
    margin-bottom: 15px;
    display: block;
}
.recent-posts-wrapper .recent-item .post-title {
    font-size: 20px;
    color: #5c5c5c;
}
.recent-posts-wrapper .recent-item .post-title:hover {
    color: #074881;
}
.recent-posts-wrapper .recent-item .post-summary {
    font-size: 15px;
}

/* Feature Boxes
----------------------- */

.feature-boxes {
    
}
.feature-box {
    padding: 70px;
    text-align: center;
    display: inline-block!important;
    margin-left: 0!important;
}
    .feature-box-01 {
        background: #f4f4f4;
    }
    .feature-box-02 {
        background: #D12764;
        color: #fff;
    }
    .feature-box-03 {
        background: #3d3d3d;
        color: #fff;
    }
    .feature-box-04 {
        background: #333333;
        color: #fff;
    }
.feature-box h3 {
    margin: 30px 0;
}
@media (min-width: 1300px) {
    .feature-box {
        width: 25%!important;
    }
}
@media (max-width: 1299px) {
    .feature-box {
        width: 50%!important;
    }
}
@media (max-width: 767px) {
    .feature-box {
        width: 100%!important;
        padding: 30px;
    }
}


/* Numbers Section
----------------------- */
.numbers-section .span3:first-child {
    border-left: 1px solid #999;
}
.numbers-section .span3 {
    padding-right: 10px;
    border-right: 1px solid #999;
}
.numbers-section h3 {
    margin: 0px;
    font-size: 39px;
}
.numbers-section span {
    font-size: 14px;
}
@media (max-width:767px) {
    .numbers-section .span3:first-child {
        border-left: none;
        border-top: 1px solid #999;
    }
    .numbers-section .span3 {
        border: 0px;
        padding: 15px 0px;
        border-bottom: 1px solid #999;
    }
}




/* Pricing Table
----------------------- */
.pricing-table h3 {
    font-size: 42px;
}
.pricing-table h3 span {
    font-size: 20px;
}
.pricing-table h4 {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    color: #074881;
}
.pricing-table ul {
    padding: 0px;
    margin: 0px;
}
.pricing-table ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 6px 0px;
    border-bottom: 1px solid #f5f5f5;
}
.pricing-table .pricing-button {
    display: inline-block;
    margin: 25px auto 0px;
}

/* Version One */
.pricing-table.pricing-style-one {
    text-align: center;
    background: #f4f4f4;
    padding: 70px 20px;
}
.pricing-table.pricing-style-one.pricing-table-active {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}

/* Version Two */
.pricing-table.pricing-style-two {
    padding: 50px 20px;
    text-align: center;
    background: #fff;
    border: 10px solid #f4f4f4;
}
.pricing-table.pricing-style-two.pricing-table-active {
    border: 10px solid #074881;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

/* Version Three */
.pricing-table.pricing-style-three {
    padding: 0px 0px 50px;
    text-align: center;
    background: #fff;
}
.pricing-table.pricing-style-three.pricing-table-active {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.pricing-table.pricing-style-thre h3 {
    padding: 20px 0px;
}
.pricing-table.pricing-style-three h4 {
    background: #f4f4f4;
    padding: 20px 0px;
    font-size: 18px;
}
.pricing-table.pricing-style-three.pricing-table-active h4 {
    background: #074881;
    color: #fff;
    padding: 20px 0px;
}

.pricing-table > div:first-child,
.pricing-table > div:last-child {
    border-bottom: 0px;
}

@media (min-width:768px) {
    .pricing-table.pricing-table-active {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -moz-transform: scale(1.05);
    }
}
@media (min-width:768px) and (max-width:1150px) {
    .pricing-table h3 {
        font-size: 30px;
    }
    .pricing-table h3 span {
        font-size: 18px;
    }
}
@media (min-width:768px) and (max-width:850px) {
    .pricing-table h3 {
        font-size: 24px;
    }
    .pricing-table h3 span {
        font-size: 16px;
    }
    .pricing-table h4 {
        font-size: 18px;
    }
}
@media (max-width:767px) {  
    .pricing-table {
        margin-bottom: 20px;
    }
}



/* Sidebar Menu
----------------------- */
.sidebar-menu .hs-menu-wrapper > ul > li {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
}
    .sidebar-menu .hs-menu-wrapper > ul > li:after {
        content: "\f107";
        font-family: fontawesome;
        color: #fff;
        position: absolute;
        right: 15px;
        top: 10px;
    }
.sidebar-menu .hs-menu-wrapper > ul > li > a {
    background: #505b67;
    color: #ffffff;
}
    .sidebar-menu .hs-menu-wrapper > ul > li > a:hover {
        color: #074881;
    }
.sidebar-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
    position: relative!important;
    top: auto;
    left: 0!important;
}
    .sidebar-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > a {
        border-bottom: 1px dotted #ddd;
        display: block;
        width: 100%;
        color: #333;
        position: relative;
    }
        .sidebar-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > a:hover {
            color: #074881;
            border-bottom: 1px solid #074881;
        }
    
    
/* Maps
----------------------- */

.map iframe{
    pointer-events: none;
    display: block;
}
@media (max-width:767px) {
    .map iframe {
        height: 400px!important;
    }
}


/* Gallery 2 Column Fullwidth
----------------------- */
.gallery-two-column > span > div {
    display: inline-block;
    float: left;
    margin: 0px 0px 2%;
}
@media (min-width:768px) {
    .gallery-two-column > span > div {
        display: inline-block;
        float: left;
        width: 48%;
        margin: 0px 1% 2%;
    }
    .gallery-two-column .gallery-box {
        height: 400px;
    }
}

/* Gallery 3 Column Fullwidth
----------------------- */
.gallery-three-column > span > div {
    display: inline-block;
    float: left;
    margin: 0px 0px 2%;
}
@media (min-width:768px) {
    .gallery-three-column > span > div {
        display: inline-block;
        float: left;
        width: 31%;
        margin: 0px 1% 2%;
    }
    .gallery-three-column .gallery-box {
        height: 300px;
    }
}
@media (min-width:768px) and (max-width:950px) {
    .gallery-three-column > span > div {
        display: inline-block;
        float: left;
        width: 48%;
        margin: 0px 1% 2%;
    }
}
@media (max-width:767px) {
    .gallery-three-column > span {
        display: inline-block;
        width: 100%;
    }
    .gallery-three-column > span > div {
        width: 100%;
        margin: 0px 0px 20px;
    }
}

/* Gallery 4 Column Fullwidth
----------------------- */
/* .gallery-four-column > span > div {
    display: inline-block;
    float: left;
    margin: 0px 0px 2%;
}
@media (min-width:768px) {
    .gallery-four-column > span > div {
        display: inline-block;
        float: left;
        width: 31%;
        margin: 0px 1% 2%;
    }
    .gallery-four-column .gallery-box {
        height: 300px;
    }
}
@media (min-width:768px) and (max-width:950px) {
    .gallery-four-column > span > div {
        display: inline-block;
        float: left;
        width: 48%;
        margin: 0px 1% 2%;
    }
}
@media (max-width:767px) {
    .gallery-four-column > span {
        display: inline-block;
        width: 100%;
    }
    .gallery-four-column > span > div {
        width: 100%;
        margin: 0px 0px 20px;
    }
} */

/* Team Boxes
----------------------- */
.team-box {
    display: inline-block;
    width: 100%;
}
.team-box img {
    margin-bottom: 20px;
}
.team-box h4 {
    margin: 0px;
}
.team-box .social-link {
    display: inline-block;
    padding: 0px;
    margin-top: 10px;
}
.team-box .social-link li {
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.team-box .social-link li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #074881;
    -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
    text-align: center;
}   
    .team-box .social-link li a:hover {
        background: #5c5c5c;
    }
.team-box .social-link li a i {
    font-size: 15px;
    line-height: 35px;
    color: #fff;
    transition: 0.2s;
}

/* Services with Background
----------------------- */

.service-with-bg {
    background: #fff;
    background: rgba(255,255,255,.1);
}


/* Product Listing
----------------------- */
.product-listing-wrapper > span > div {
    display: inline-block;
    width: 23%;
    float: left;
    margin: 0px 1% 25px;
}
@media (max-width:900px) {
    .product-listing-wrapper > span > div {
        width: 31%;
        margin: 0px 1% 25px;
    }
}
@media (max-width:767px) {
    .product-listing-wrapper > span > div {
        width: 48%;
        margin: 0px 1% 25px;
    }
}
@media (max-width:480px) {
    .product-listing-wrapper > span > div {
        width: 100%;
        margin: 0px 0px 25px;
    }
}

/* Product Single
----------------------- */
.product-single-price {
    margin-bottom: 15px;
}
.product-single-price span {
    color: #074881; 
    font-size: 23px;
    margin: 0px;
    font-weight: bold;
}
.product-single-price span span {
    color: #333;
    font-size: 16px;
    margin-right: 5px;
    opacity: 0.6;
    text-decoration: line-through;
}


/* Bottom CTA
----------------------- */

#bottom-cta .btn {
    min-width: 200px;
}
@media (max-width:400px) {
    #bottom-cta .btn {
        min-width: 0px;
    }
}

/* Logos
----------------------- */
.logos {
    
}
.logos img {
    opacity: 1.0; /* originally set at .5 */
    -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
}
    .logos img:hover {
        opacity: 1;
    }



/* Testimonial Page
----------------------- */
.testimonial-page-wrapper > span > div {
    display: inline-block;
    float: left;
    width: 48%;
    margin: 0px 1% 2%;
}
@media (max-width:767px) {
    .testimonial-page-wrapper > span > div {
        float: left;
        width: 100%;
        margin: 0px 0px 2%;
    }
}


/* Travel Deals
----------------------- */

.travel-deals .travel-deal {
    margin: 0 auto 20px;
    background: #fff;
    max-width: 350px;
}
    .travel-deals .travel-deal:hover {
        background: #074881;
        color: #fff;
    }
.travel-deals .travel-deal .travel-deal-content {
    padding: 25px;
}
.travel-deals .travel-deal a {
    color: #5c5c5c;
}
    .travel-deals .travel-deal:hover a,
    .travel-deals .travel-deal:hover h4 {
        color: #fff;
    }
.travel-deals .travel-deal .deal-price {
    color: #074881;
    font-size: 20px;
}
    .travel-deals .travel-deal:hover .deal-price {
        color: #fff;
    }
@media (min-width: 768px) {
    .travel-deals > span > div {
        width: 31%;
        margin: 0 1% 20px;
        display: inline-block;
        float: left;
        box-sizing: content-box;
    }
    .travel-deals .travel-deal {
        
    }
}

/* ------------------------------------------------------------
 * Our Team Pages
 * ------------------------------------------------------------ */
@media (min-width:768px) {
    .team-member-flex-wrapper > span > div {
        display: inline-block;
        float: left;
        width: 31%;
        margin: 0px 1% 2%;
    }
    .team-member-02-flex-wrapper > span > div  {
        display: inline-block;
        float: left;
        width: 18%;
        margin: 0px 1% 2%;
    }
}




/* ------------------------------------------------------------
 * Blog Pages
 * ------------------------------------------------------------ */

/* General Listing
----------------------- */
body.evolution-blog {
    
}
body.evolution-blog .post-listing .post-item {
    margin-bottom: 40px;
    background: #fff;
}
body.evolution-blog .post-header h2 {
    margin: 0px;
}
body.evolution-blog .post-header h2 a {
    color: #5c5c5c;
    text-transform: uppercase;
}
#hubspot-author_data,
#hubspot-author_data a,
.post-metas,
.post-metas a{
    display: inline-block;
    font-size: 12px;
    margin: 0px 0px 5px;
    color: #999;
}
#hubspot-author_data a:hover,
.post-metas a:hover {
    color: #074881;
}
.post-metas .post-meta {
    display: inline-block;
    margin-right: 10px;
}
body.evolution-blog .post-listing .hs-featured-image-wrapper {
    display: inline-block;
    width: 100%;
}
body.evolution-blog .post-listing .hs-featured-image-wrapper img {
    max-width: 100%;
    float: none;
    width: 100%;
    margin: 0px;
}
body.evolution-blog .post-listing .post-item-inner {
    padding: 30px;
}
body.evolution-blog .post-listing .post-body {
    margin-bottom: 15px;
}
body.evolution-blog.hs-blog-listing .widget-type-blog_comments {
    display: none;
}

/* Pagination */
body.evolution-blog .blog-pagination {
    text-align: center;
    margin-top: 20px;
}
body.evolution-blog .blog-pagination a {
    display: inline-block;
    float: none;
    margin: 5px 5px;
    padding: 8px 20px;
    text-transform: uppercase;
    border: 2px solid #074881;
    -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
    body.evolution-blog .blog-pagination a:hover {
        background: #074881;
        color: #fff;
    }

/* General Post
----------------------- */

body.evolution-blog .blog-section .blog-post-wrapper {
    background: #fff;
    padding: 30px;
}
body.evolution-blog .blog-section .blog-post-wrapper .post-header h1 {
    line-height: 1.2;
    margin: 0px;
}
body.evolution-blog .blog-section .blog-post-wrapper .hs-featured-image-wrapper {
    display: inline-block;
    width: 100%;
    margin: 20px 0px -5px 0px;
}
body.evolution-blog .blog-section .blog-post-wrapper .hs-featured-image-wrapper img {
    max-width: 100%;
    width: 100%;
    margin: 0px;
}
.fb_iframe_widget span {
    vertical-align: top!important;
}

body.evolution-blog .posts-navigation {
    padding: 40px 0 0;
    margin-top: 40px;
    border-top: 1px solid #ddd;
    text-align: center;
}
body.evolution-blog .posts-navigation .span6 {
    margin: 0;
    width: 50%;
}

@media (min-width: 768px) {
    body.evolution-blog .posts-navigation .span6:first-child {
        border-right: 1px solid #ddd;
    }
}

/* DELETE LATER */
/* body.evolution-blog .blog-section .blog-post-wrapper #hubspot-topic_data {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f5f5f5;
} */
body.evolution-blog .about-author-sec {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    padding: 30px;
    background: #fff;
}
body.evolution-blog .about-author-sec .span4 {
    text-align: center;
}
body.evolution-blog .writer-avatar {
    display: inline-block;
    width: 150px;
    max-width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}


/* Comments
----------------------- */
.comment-from h4 {
    margin: 0;
}

.comment {
    padding: 0!important;
}
.comment.depth-1 {
    border: 0;
    padding: 10px;
    margin: 20px;
    padding-left: 10px!important;
    border-left: 5px solid #ddd;
}
.comment.depth-2 {
    margin: 20px 20px 20px 40px;
    padding-left: 10px!important;
    border-left: 5px solid #ddd;
}
.comment.depth-3 {
    margin: 20px 20px 20px 60px;
    padding-left: 10px!important;
    border-left: 5px solid #ddd;
}
.comment.depth-4 {
    margin: 20px 20px 20px 80px;
    padding-left: 10px!important;
    border-left: 5px solid #ddd;
}
.comment.depth-5 {
    margin: 20px 20px 20px 100px;
    padding-left: 10px!important;
    border-left: 5px solid #ddd;
}

/* General Author
----------------------- */
body.evolution-blog .hs-author-profile {
    background: #fff;
    padding: 30px;
    margin-bottom: 60px;
}
body.evolution-blog .hs-author-profile .hs-author-avatar {
    display: inline-block;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 100%;   
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat 
}
body.evolution-blog .hs-author-profile .hs-author-social-link {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
body.evolution-blog .hs-author-profile .hs-author-social-links a {
    width: auto;
    height: auto;
    margin-right: 10px;
    background: none;
    text-indent: initial;
}
body.evolution-blog .hs-author-profile .hs-author-social-links a i {
    font-size: 20px;
}


/* Blog V-01
----------------------- */
body.evolution-blog-01 {

}


/* Blog V-02
----------------------- */
body.evolution-blog-02.hs-blog-listing .post-item {
    position: relative;
}

@media (min-width:768px) {
    body.evolution-blog-02 .post-listing .post-item-inner {
        padding: 30px 30px 30px 0;
    }
    body.evolution-blog-02.hs-blog-listing .post-item .span5 a.hs-featured-image-link {
        position: absolute;
        left: 0;
        top: 0;
        width: 40%;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    body.evolution-blog-02.hs-blog-listing .post-item .span5 a.hs-featured-image-link img {
        display: none;
    }
}

/* Blog V-03
----------------------- */

body.evolution-blog-03.hs-blog-listing .post-item {
    position: relative;
    background: none;
}
body.evolution-blog-03.hs-blog-listing .post-item:nth-child(n+2) {
    padding-top: 40px;
    border-top: 1px solid #ddd;
}
body.evolution-blog-03 .post-listing .hs-featured-image-wrapper .hs-featured-image-link {
    border-radius: 15px;
    overflow: hidden;
    display: block;
}
body.evolution-blog-03 .post-listing .hs-featured-image-wrapper .hs-featured-image-link img {
    
}
body.evolution-blog-03 .post-listing .post-item-inner {
    padding: 0;
    margin-top: 30px;
}

body.evolution-blog-03 .blog-section .blog-post-wrapper {
    background: none;
    padding: 0;
}
body.evolution-blog-03 .about-author-sec {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    background: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width:768px) {
    body.evolution-blog-03.hs-blog-listing .post-item.swapped .span5 {
        float: right;
    }
    body.evolution-blog-03.hs-blog-listing .post-item .span5 {
        width: 40%;
    }
    body.evolution-blog-03.hs-blog-listing .post-item .span7 {
        width: 60%;
        margin: 0px;
    }
    body.evolution-blog-03.hs-blog-listing .post-item.swapped .span7 {
        float: left;
        margin: 0px;
    }
    body.evolution-blog-03.hs-blog-listing .post-item .span5 a.hs-featured-image-link {
        position: absolute;
        left: 0;
        top: 0;
        width: 40%;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    body.evolution-blog-03.hs-blog-listing .post-item.swapped .span5 a.hs-featured-image-link {
        position: absolute;
        right: 0;
        top: 0;
        left: auto;
        width: 40%;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    body.evolution-blog-03.hs-blog-listing .post-item .span5 a.hs-featured-image-link img {
        display: none;
    }
}


/* ------------------------------------------------------------
 * System Pages
 * ------------------------------------------------------------ */

/* 404 Error Page & 500 Error Page
----------------------- */
.error-content-01 {
    float: none!important;
    margin: auto!important;
    max-width: 600px;
    padding: 0px 40px;
}

.error-content-01 h1 {
    font-size: 120px;
    line-height: 1;
}
.error-content-01 h2 {
    font-size: 50px;
    line-height: 1;
}
.error-content-01 p {
    font-size: 21px;
}
@media (max-width:767px) {
    .error-content-01 {
        padding: 0px;
    }
    .error-content-01 h1 {
        font-size: 60px;
    }
    .error-content-01 h2 {
        font-size: 30px;
    }
}

/* Form */
.error-content-01 {
    text-align: center;
}
.error-content-01 form input[type="text"] {
    display: block;
    width: 100%;
    padding: 25px;
    background: none;
    color: #5c5c5c;
    border: 2px solid #5c5c5c;
    border-radius: 0px;
    margin: 20px auto;
}
.error-content-01 form a.hs-button.primary {
    display: inline-block;
    float: none;
    padding: 15px 30px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
    margin: 5px 0;
    cursor: pointer;
    line-height: 1;
    background: #074881;
    color: #ffffff;
    border: 1px solid #074881;
}
    .error-form-01 form a.hs-button.primary:hover {
        background: #0c7cde;
        border-color: #0c7cde;
        color: #ffffff;
    }


/* Subscribe & Unsubscribe Page
----------------------- */

.email-prefs input {
    margin-top: 3px;
}

/* Password Page
----------------------- */
.password-page form input {
    display: block;
    width: 100%;
    max-width: 700px;
    padding: 25px;
    background: none;
    color: #5c5c5c;
    border: 2px solid #5c5c5c;
    border-radius: 0px;
    margin: 20px 0px;
}
.password-page form input[type="submit"] {
    display: block;
    width: auto;
    float: none;
    padding: 15px 30px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
    margin: 5px 0;
    cursor: pointer;
    line-height: 1;
    background: #074881; 
    color: #ffffff;
    border: 1px solid #074881;
}
    .password-page form input[type="submit"]:hover {
        background: #0c7cde;
        border-color: #0c7cde;
        color: #ffffff;
    }
    
    
/* 500 Error Page
----------------------- */



/* ------------------------------------------------------------
 * Landing Pages
 * ------------------------------------------------------------ */
 .dark-bg .submitted-message {
   background-color: rgba(0,0,0,.6);
  padding: 20px;
}
.lp-form-01 {
    background: rgba(0,0,0,0.15);
    padding: 30px;
    width: 500px;
    max-width: 100%;
}
.lp-form-01 .hs_cos_wrapper_type_form input {
    box-shadow: none;
    color: #fff;
}
.lp-form-01 .hs_cos_wrapper_type_form input[type="text"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="password"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="datetime"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="datetime-local"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="date"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="month"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="time"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="week"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="number"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="email"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="url"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="search"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="tel"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="color"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="file"],
.lp-form-01 .hs_cos_wrapper_type_form textarea,
.lp-form-01 .hs_cos_wrapper_type_form select {
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(255,255,255,.35);
    margin-top: 10px;
}
.lp-form-01 .hs_cos_wrapper_type_form input[type="submit"] {
    background: #074881;
    color: #fff;
    padding: 20px;
    display: block;
    border: none;
    width: 100%;
}
    .lp-form-01 .hs_cos_wrapper_type_form input[type="submit"]:hover {
        background: #ffc222;
        color: #333;
    }
.lp-form-01 .hs_cos_wrapper_type_form input:focus {
    box-shadow: none;
    border-color: #074881;
}

.lp-form-01 .hs-error-msgs li {
    color: #ffc222;
    font-size: 12px;
}
 
 
 
 
/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#333;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#fff;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#fff;
  background: #074881;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover:after {
    color: #fff;
}
/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper { 
        display:block !important;
    }
}




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 767px){

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 30px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #074881; 
    z-index: 9999;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: none; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: none; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #074881; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #074881; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       z-index: 9999;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
    z-index: 9999;
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#074881; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 14px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }
    .custom-menu-primary .hs-menu-wrapper > ul li.active-branch > a {
        background: #074881;
    }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}
@media (max-width:480px) {
    .mobile-trigger {
        top: 16px;
    }   
}

.project-title h1 {
    font-size: 30px;
    text-align: center;
}

.team-member-photo {
    font-size: 16px; 
    line-height: 1.2em;
    color: #2f2f2f;
    margin-bottom: 25px;
}

.follow-me-background {
    background: #d9d9d9; /* originally rgba(0, 0, 0, 0.1) */
}

.simple-sidebar-menu {
    font-size: 12px;
    
    
}

.cta-copy-line {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    color: #102d7b;
    margin-bottom: 25px;
}

/*
.test-member-group {
    margin-bottom: 30px;
    
}
.div .test-member-photo {
    position: relative;
    z-index: -1;
}
.div .test-member-name {
    position: absolute;
    left: 0px;
    bottom: 0px;
}    
.test-member-name {
    background: rgba (0, 0, 0, .5);
    font-size: 16px;
    color: #fff;
    padding-left: 15px;
    text-decoration: none;
    
} */

.affiliate-group {
    margin-top:15px;
}

@media (max-width:1100px) {
   .page-center form { 
       padding: 10px;
/*        background: #666666; */
}
  }
@media (max-width:1100px) {
   .form-no-bkgd-color form { 
       padding: 10px;
       background: none;
}
}

/* Gallery Box V2
----------------------- */
.gallery-box-02 {
  position: relative;
  /*     display: inline-block; */
  display: block;
  width: 100%;
  /*     height: 187px; */
  height: 100%;
  padding-top: 56.5%;
  margin-bottom: -6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.gallery-box-02 .gallery-caption-02 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 5px 0 7px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 2;
    transition: .3s ease;
}
.gallery-box-02:hover .gallery-caption-02 {
    background: rgba(0, 0, 0, 0.5);
}
.gallery-box-02 h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin: 0;
    color: #fff;
}
.gallery-box-02 p {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.subject-link {
    background: gray; 
    text-align: center; 
    color: #ffffff;
    padding-top: 1px;
}


/* Site Search */
.hs-search-results li{
    margin-top: 20px;
}
.hs-search-results a{
    font-size: 20px;
}
.hs-search-results li p{
    margin-top: 0px;
}
.hs-search-field{
    margin-left: 15px;
    max-width: 250px;
}

/* Site Search Slide Out and Button */
.header-with-button{
    padding-left: 18px;
}

.header-with-button-row{
    display: flex;
    justify-content: space-around
}

.header-with-button-text h4{
    margin-bottom: 0px;
    line-height: 25.2px;
    margin-top: 4px;
}

.header-with-button-button{
    
}

.hs-search-field.slide-out-search{
    margin-left: 0px;
}

.search-box-row{
    display: flex;
    justify-content: flex-end;
}

.header-with-button-button a{
    background-color: #FFCC00;
    padding: 10px 10px;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
}

.header-with-button-button a:hover{
    color: #fff;    
}

.slide-out-search button{
    background: none;
    border: 0px;
    cursor: pointer;
    font-size: 20px;
}

.hs-search-field.slide-out-search input {
    width: 0px;
    padding: 10px 00px;
    border: 0px;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms
}

.hs-search-field.slide-out-search:hover input, .hs-search-field.slide-out-search input:focus {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 4px
}

.hs-search-field.slide-out-search form {
    padding: 0px;
    background: #fff;
}

.slide-out-search .hs-search-field__suggestions{
    position: absolute;
    background-color: #fff;
}

@media(max-width: 1049px){
    .header-with-button-row{
        min-height: 80px;
    }
    .header-with-button-row{
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}

@media(max-width: 767px){
    .header-with-button-row{
        display: none !important;
    }
}

@media(max-width: 767px){
    .hero-content #hs_cos_wrapper_module_146713527536877267 h1{
/*         font-size: 40px !important; */
    }
}

@media (max-width: 767px){
    .hero-content #hs_cos_wrapper_module_146713527536877267 h1 {
      font-size: 34px !important;
      -webkit-hyphens: none;
      -ms-hyphens: none;
      hyphens: none;
  }
}