/* @import url('http://example.com/example_style.css'); */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css'); 
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i'); 
@import url('https://fonts.googleapis.com/css?family=Red+Hat+Family');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css');


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

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

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

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

/* Videos */

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

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

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

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

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

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

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

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

/* Blog Author Section */

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

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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


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


@font-face {
    font-family: 'Avenir-Medium';
    src: url('https://441864.fs1.hubspotusercontent-na1.net/hubfs/441864/Font/avenirltstd-medium.eot'); 
    src: url('https://441864.fs1.hubspotusercontent-na1.net/hubfs/441864/Font/avenirltstd-medium.eot') format('embedded-opentype'),
         url('https://441864.fs1.hubspotusercontent-na1.net/hubfs/441864/Font/avenirltstd-medium.woff2') format('woff2'),
         url('https://441864.fs1.hubspotusercontent-na1.net/hubfs/441864/Font/avenirltstd-medium.woff') format('woff'),
         url('https://441864.fs1.hubspotusercontent-na1.net/hubfs/441864/Font/avenirltstd-medium.ttf') format('truetype'),
         url('https://441864.fs1.hubspotusercontent-na1.net/hubfs/441864/Font/avenirltstd-medium.svg#AvenirLTStd65Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ex. -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; */




/* ==========================================================================
   Table of Contents:


   1. BASE STYLES
   2. COS STRUCTURE
   3. MAIN NAVIGATION
   4. BLOG
   5. FORMS
   6. BUTTONS
   7. MISCELLANEOUS
   8. MOBILE MEDIA QUERIES
   ========================================================================== */



/* ================ 1. BASE STYLES =========================== */ 

*{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; outline:0; }
body ,html { overflow-x:hidden; }


h1 { font-family: 'Raleway', sans-serif; font-size:60px; margin:0; line-height:normal; clear:both; letter-spacing:0.42px; color:#000; }
.thumb-bottom h1,
h2 { font-family: 'Raleway', sans-serif; font-size:48px; margin:0; line-height:normal; clear:both; color:#077DB2; }
h3 { font-family: 'Raleway', sans-serif; font-size:36px; margin:0; line-height:normal; clear:both; color:#132638; }
h4 { font-family: 'Raleway', sans-serif; font-size:24px; margin:0; line-height:normal; clear:both; color:#132638; }
h5 { font-family: 'Raleway', sans-serif; font-size:22px; margin:0; line-height:normal; clear:both; color:#132638; }
h6 { font-family: 'Raleway', sans-serif; font-size:20px; margin:0; line-height:normal; clear:both; }

.clear { clear:both }
.row-fluid .left-auto { float:left; width:auto; margin:0;  }
.row-fluid .right-auto { float:right; width:auto; margin:0; }
.row-fluid .right-auto-blog { float:left; width:auto; margin:0; font: normal normal normal 14px/1 FontAwesome; }
.row-fluid .main-css { float:left; width:100%; }
.row-fluid .h-v-50 { position:absolute; top:50%; left:50%; -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); width:auto; }


body { margin:0; padding:0; font-family: 'Raleway', sans-serif; font-size:18px; line-height:26px; color:#132638; letter-spacing:0.42px; background:#fff;/* overflow-x:hidden;*/ }
.row-fluid .wrapper { margin:0 auto !important; width:1360px !important; float:none !important; -webkit-transition: all .7s ease;
-moz-transition: all .7s ease;
-ms-transition: all .7s ease;
-o-transition: all .7s ease;
transition: all .7s ease; }

.blog-form #comments-listing { float:left; width:100%;  background:#ebebeb; }
.blog-form #comments-listing .comment { float:right; width:auto; background:#fff; padding:20px !important; position:relative; }
.blog-form #comments-listing .comment:after { width: 0; height: 0; border-left: 20px solid transparent;border-right: 20px solid transparent; border-top: 20px solid #fff; position:absolute; right:20px; top:100%; content:''; }
.blog-form #comments-listing .comment.depth-1:after { left:20px; right:auto; }
.blog-form #comments-listing .comment.depth-1 { float:left; width:auto; margin-top:20px; }
.blog-form #comment-form .hs-common-confirm-message { font-size:0 !important; }
.blog-form .new-comments { margin:20px 0 40px; }
.blog-form .comment-reply-to { float:right; width:auto }
.comment-from h4  { padding:0; font-size:18px; color:#558f76; line-height:normal;  }
.comment-from h4 a { color:#558f76; }
.comment-from, .comment-date { display: inline-block; line-height: normal; float: none; vertical-align: middle; font-size:18px; color:#558f76; margin-right:10px; position: relative;  top: -6px; }


form fieldset { max-width:100% !important; float:left; margin:5px 0; width:100%; } 
form .form-columns-1 .input , form .form-columns-2 .input  { margin-right:0 !important; } 
form .form-columns-1 .input textarea , form .form-columns-1 .input input , form .form-columns-1 .input select  { width:100% !important; }
form .form-columns-2 { width:100%; }
form .form-columns-2 .input input { width:100% !important; }
form .hs-fieldtype-booleancheckbox .input input  { width:auto !important; height:auto !important;}  
form .form-columns-2 .hs-form-field:first-child { padding-right:10px !important; padding-left:0 !important;  }
form .form-columns-2 .hs-form-field:last-child { padding-left:10px !important; padding-right:0 !important; } 
 form .form-columns-2 .hs-form-field { width: 50% !important; }  
form .form-columns-1 .hs-form-field { padding-right:0 !important; } 
form .hs_recaptcha { float:left; width:100%; } 
form .hs-button  { display:inline-block; text-transform:uppercase; text-align:center; color: #fff; background: #25c9da; font-weight:700; padding: 8px 20px; } 
 
form .hs-form-required , form .hs-error-msgs  { display:none !important; }  

form .hs-input:focus { box-shadow: 0 0 2px rgba(74, 144, 226, 0.7) !important; border: 1px solid #4a90e2 !important; background-color: #ffffff !important; }
form .hs-input.error { box-shadow: 0 0 2px rgba(208, 2, 27, 0.7) !important; border: 1px solid #d0021b !important; background-color: #ffffff !important; }

/* 19-03-2019 */
.row-fluid .contact-form form fieldset > div{padding: 0 !important;margin: 0 !important;}
.row-fluid .careers-team.subpage-team-section .team-left{padding: 35px 30px;}
.row-fluid .contact-form .input {display: inline-block;}
.row-fluid .contact-form form fieldset.form-columns-1 > div > div{width:100%;margin:0}
.row-fluid .contact-form form fieldset.form-columns-1 > div > div .input{width:100%}
.row-fluid .contact-form form fieldset.form-columns-1 > div {width: 100%;}
.row-fluid .contact-form form .input {margin: 0 !important;width:100%;padding: 2px 5px;}   
.row-fluid .contact-form form .hs_submit.hs-submit{margin-top:25px !important}
.row-fluid .team-left {padding:135px 30px !important;}
.row-fluid .contact-form form .form-columns-2 .hs-form-field:first-child{padding-right:0 !important}
.row-fluid .contact-form .input input::placeholder{font-size:13px;color:#000000}
.row-fluid .contact-form .input textarea::placeholder{font-size:13px;color:#000000}
form .form-columns-2 .hs-form-field:last-child{padding-left:0 !important}
.row-fluid .contact-form form .input select{width:100% !important}
.row-fluid .form-wrapper {margin-top: -120px !important;}



/* contact-grey-form */
.row-fluid .contact-grey-form form{max-width: 800px;margin: 0 auto !important;float: none !important;width:100% !important}
.row-fluid .contact-grey-form form .input{padding:6px;float:left;width:100%}
.row-fluid .contact-grey-form form fieldset > div{margin:0 !important;width:100%}
.row-fluid .contact-grey-form form fieldset > div > div{margin:0 !important;width: 100%;}
.row-fluid .contact-grey-form form .form-columns-2 .hs-form-field:first-child{padding-right:0 !important}
.row-fluid .contact-grey-form form fieldset select{width:100% !important}
.row-fluid .contact-grey-form .input input::placeholder{font-size:13px;color:#000000}
.row-fluid .contact-grey-form .input textarea::placeholder{font-size:13px;color:#000000}
.row-fluid .contact-grey-form form .hs_submit{margin-top: 25px !important; }
.header_btn.mobile{display:none;}
.header_btn.desktop{display:block;}
@media(max-width:991px){
  .row-fluid .contact-form {padding: 30px 0px 0px 0px;}
  .row-fluid .careers-team.subpage-team-section .team-left form{float:none !important;max-width:600px;margin:0 auto !important} 
  .row-fluid .form-wrapper{margin:20px !important}
  .row-fluid .team-left{padding: 80px 30px !important;}
  .row-fluid .careers-team.subpage-team-section .team-left form input[type=submit]{padding: 18px 74px 18px 74px !important;}
  .hs-blog-post .body-container-wrapper form .actions:after, .row-fluid .fullpage-form form .actions:after, .row-fluid .careers-team.subpage-team-section .team-left form .actions:after, .row-fluid .careers-team.subpage-team-section .team-left form .actions:after{right:60px !important}

  /* contact-grey-form */
  .row-fluid .contact-grey-form{max-width: 600px;margin: 0 auto !important;float: none !important;}
  .row-fluid .fullpage-form form input[type=submit]{padding: 18px 74px 18px 74px !important;}
  .header_btn.mobile{display:block;}
  .header_btn.desktop{display:none;}
}

@media(max-width:767px){
  .row-fluid .careers-team.subpage-team-section .team-left form{max-width: 400px;}
  .row-fluid .careers-team.subpage-team-section .team-left form input[type=submit]{padding: 15px 64px 15px 64px !important;}
  .hs-blog-post .body-container-wrapper form .actions:after, .row-fluid .fullpage-form form .actions:after, .row-fluid .careers-team.subpage-team-section .team-left form .actions:after, .row-fluid .careers-team.subpage-team-section .team-left form .actions:after{right:50px !important}
  .row-fluid .team-left {padding: 50px 15px !important;}
  /* contact-grey-form */
  .row-fluid .contact-grey-form{max-width: 400px;}
  .row-fluid .fullpage-form.main-css.contact-grey-form form .hs-form-field {margin: 0 !important;}
  .row-fluid .fullpage-form form input[type=submit]{padding: 15px 64px 15px 64px !important;}
  .hs-blog-post .row-fluid .blog-left form label,
  .row-fluid .fullpage-form form label{
    font-size:14px;
  }
}

/* 19-03-2018 */


.row-fluid .btn-effect a {  z-index: 5; overflow: hidden; position: relative; display: inline-block; }
.row-fluid .btn-effect a:after { content: ''; width: 0; transition: all .5s; height: 100%; top: 0; left: 0; background-color: #021222; position:absolute; z-index:-1; }
.row-fluid .btn-effect a:hover:after { width:120%; }

a { text-decoration:none; outline:none; -webkit-transition:all .4s ease-in-out;display:inline-block; 
-moz-transition:all .4s ease-in-out;
-o-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
}
#comment-form { width:93%; }
#comment-form form { padding-top:40px; float:left; width:100%; }
#comment-form form > div { margin:15px 0; } 
#comment-form form input[type="text"], #comment-form form input[type="email"], textarea { border:1px solid #c7c7c7; height:38px; height:40px; }  
textarea { border:1px solid #c7c7c7; }  

.row-fluid a.cta_button {  z-index: 5; font-family: 'Raleway', sans-serif; border-radius: 5px; padding: 20px 60px; line-height:normal; overflow: hidden; position: relative; color:#ffffff; font-size:16px; text-transform:uppercase;  font-weight:500; transition: all .4s ease-in-out; display: inline-block; background-color: #007DB2; /* For browsers that do not support gradients */
}


.row-fluid a.cta_button:hover , .row-fluid .white-cta a.cta_button:hover {background:#41A5CC; }

/* .row-fluid a.cta_button:before { position: absolute; right: 70px; transition: all .4s ease-in-out; top: 50% !important; line-height:normal; font-family: 'fontAwesome'; content: "\f178"; color: #8CC640; font-size: 16px; -moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }  
.row-fluid a.cta_button:hover: { color:#fff; } */


input[type="text"], input[type="email"], input[type="tel"], textarea, select { border:1px solid #dadadb; }
.hs-blog-post input[type="text"], .hs-blog-post input[type="email"], .hs-blog-post textarea, select { border:1px solid #dadadb; }
.hs-blog-post input[type=submit] { background:#86bd3b; color:#fff; padding: 8px 16px; margin:20px 0; }
/* http://ianlunn.github.io/Hover/ */


input, button, textarea { border:none; outline:none; }
input[type=submit], button { cursor:pointer; background:url(//47398.fs1.hubspotusercontent-na1.net/hubfs/47398/paradise/image/blank-img.png) no-repeat left top; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
input[type="submit"]:hover { color:#fff; background:#1996ff; }
ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link, .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; white-space: normal; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; } 
.row-fluid [class*="span"] {
min-height:0;
}
.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; z-index:0; }
.row-fluid .bgimg-main .opacity { opacity:0.5; background-color:#41565F;}
.row-fluid .bg-img { display:none;-webkit-box-shadow: 2px 0px 153px -56px rgba(0,0,0,0.75); -moz-box-shadow: 2px 0px 153px -56px rgba(0,0,0,0.75); }
.hs-error-msgs { list-style:none; margin:0 0 10px; padding:0; font-size:12px; }

.row-fluid .slick-slider1 button { position:absolute; top:50%; height:20px; width:20px; z-index:1; font-size:0; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.row-fluid .slick-slider1 .slick-prev { left:0px; background:url('//2104682.fs1.hubspotusercontent-na1.net/hubfs/2104682/JTurner-2016/Image/slick-left.png') center no-repeat; }
.row-fluid .slick-slider1 .slick-next { right:0px; background:url('//2104682.fs1.hubspotusercontent-na1.net/hubfs/2104682/JTurner-2016/Image/slick-right.png') center no-repeat; }

.row-fluid .classic-effect { width:auto; margin:0; float:none; display:inline-block;  }
.row-fluid .classic-effect a { overflow:hidden; position:relative; margin: 0; padding: 10px 20px; background: #f7b515; font-weight: 600; width:auto; display: inline-block; border-radius: 5px; color: #fff !important; font-size: 14px; line-height: 22px; }
.row-fluid .text-center { text-align:center; }
.row-fluid  .classic-effect a:before { background: rgba(255,255,255,0.4); content: ''; width: 43%; left:-110px; height: 300%; position: absolute; top: -60px; transform: skew(-60deg);  -webkit-transform: skew(-60deg); -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease; }
.row-fluid  .classic-effect a:hover:before { left: 120%; top:0px;} 

blockquote { float:left; width:100%; background:#F7F7F7; color:#003B5C; border-left:4px solid #007DB2; padding: 35px 50px; margin:10px 0 40px; } 
blockquote p  { float:left; width:100%; margin:0; padding:0; }
.row-fluid .row-fluid-flex .row-fluid  { display: flex; align-items: center; }

.row-fluid .post-next-prev {  display: flex; align-items: center; margin:35px 0; float:left; width:100%; border-top:1px solid #55B775; padding-top:35px; } 
.row-fluid .post-next-prev a { font-size:25px; color:#003B5C; display:inline-block; line-height:30px; }
.row-fluid .post-next-prev .fa { color:#55B775; display:inline-block; margin-top:10px; }
.row-fluid .post-next-prev a:hover { color:#55B775; }   

.row-fluid .inner-related-post .related-post-item { float:left; width:50%; }   
.row-fluid .inner-related-post .related-post-item .bgimg-main { height:250px; }
.row-fluid .inner-related-post .related-post-item .related-post-box { margin-right:15px; background:#EFEFEF; float:left; margin-bottom:15px; }  
.row-fluid .inner-related-post .related-post-item:last-child .related-post-box { margin-right:0; } 
.row-fluid .inner-related-post .related-post-item .related-title a { display:inline-block; font-size:25px; color:#003B5C; font-weight:700; padding: 10px 15px; line-height:28px; }
.row-fluid .inner-related-post .related-post-item .related-title a:hover {  color:#55B775; }
.row-fluid .inner-related-post .left { float:left; width:20%; }
.row-fluid .inner-related-post .right { float:left; width:80%; }
.row-fluid .inner-related-post h3 { color:#55B776; margin:5px 0 20px; } 
.row-fluid .blog-comment-form { background:#F0F0F0; margin:40px 0; padding:40px 60px; font-size:19px; color:#272B2E; }
.row-fluid .blog-comment-form form { float:left; width:100%;font-family: 'Source Sans Pro', sans-serif;  }
.row-fluid .blog-comment-form h2 { color:#55B776; margin-bottom:5px; } 
.row-fluid .blog-comment-form form .hs_submit { float:left; width:100%; text-align:center; font-family: 'Source Sans Pro', sans-serif; }
.row-fluid .blog-comment-form form .hs-input { border-radius:7px; height:37px; background:#fff; border:1px solid #D9D9D9; font-family: 'Source Sans Pro', sans-serif; }
.row-fluid .blog-comment-form form .hs-form-field > label { font-size:17px; color:#272B2E;  float:left; width:100%; margin-bottom:3px; }
.row-fluid .blog-comment-form form fieldset > div { margin-bottom:14px !important; } 
.row-fluid .blog-comment-form form ul { padding:0; margin:0; } 
.row-fluid .blog-comment-form form .hs-button { background:#55B775; color:#fff; font-size:19px; font-weight:600; border-radius:7px; font-family: 'Source Sans Pro', sans-serif; width: 270px; height: 47px; line-height: 47px; padding: 0; }
.row-fluid .blog-comment-form form .hs-button:hover { background: #003B5B; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li ul { background:#077DB2; top:48px; padding:0px; width:100%; } 
.row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li a { padding:8px 15px; display:inline-block; color:#fff; }


/*************header*************/

.row-fluid .main-header {  -webkit-transition: all .5s ease-in-out; position:fixed; top:0; left:0; width:100%; background: rgb(65, 87, 96, .98); z-index: 99; 
-moz-transition: all .5s ease-in-out; 
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li a { color:#FFFFFF; font-weight:500; font-size:14px; text-transform:uppercase;  }   
.row-fluid .hero-section .hero-content { padding: 250px 20px 210px; font-size: 18px; color: #000; } 
.row-fluid .hero-section h1 sup  { display:inline-block; top:10px; line-height:0; position:relative; font-size:34px; }

.row-fluid .hero-section2 { text-align:center; color:#fff; filter: drop-shadow(-1px 2px 10px rgba(50, 50, 0, 0.0)); }
.row-fluid .hero-section2 .hero-content , .row-fluid .hero-section2 h1 { color:#fff; }
.row-fluid .hero-section2 .white-cta { margin-top:35px; }
.row-fluid .hero-section2 h1 { padding-bottom:20px; } 

.row-fluid .hero-section2:after  { position:absolute; left:0; top:0; height:100%; width:100%; content:''; background-position: bottom right !important; background-size: cover !important; background-repeat: no-repeat !important; z-index:-1; background: url(https://441864.fs1.hubspotusercontent-na1.net/hubfs/441864/WilsonHCG-oct16/images/banner-gradient.png); }
.row-fluid .hero-section { position:relative; z-index:11; }    
/* .row-fluid .hero-section:after { position:absolute; z-index:-1; opacity: .42; left:0; top:0; width:100%; height:100%; content:''; background: linear-gradient(0deg, rgba(231,231,231,0) 0%, rgba(238,238,238,0) 9.17%, #000000 100%);}  */
.row-fluid .hero-section h1 { margin-bottom:30px; }

.row-fluid .inner-hero { background:#2B2A2A; }
.row-fluid .hero-section.inner-hero h1 { text-transform:capitalize; }
.row-fluid .hero-section.inner-hero .hero-content {  padding-top: 40px; padding-bottom: 100px; }

.row-fluid .top-logo {  -webkit-transition: all .4s ease-in-out; display: inline-block; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.row-fluid .main-header.fixed .mainmenu .hs-menu-wrapper > ul > li > a {  padding: 25px 10px; }
.row-fluid .main-header.fixed .top-logo { margin-top: 12px; }

.subpage .row-fluid .hero-section2:after {  background: url(https://441864.fs1.hubspotusercontent-na1.net/hubfs/441864/images/subpage-banner-gradient.png); }
/* .career .row-fluid .case-play { height: 305px !important; } */


/*************contener***********/

.row-fluid .looking-section { color: #fff; text-transform:uppercase; overflow-x:hidden; }  
.row-fluid .looking-title { text-align:center; }
.row-fluid .looking-title h4 { font-weight:500; font-family: 'Avenir-Medium'; font-size:28px;  letter-spacing: 0; font-style:italic; text-transform:initial; text-align:left; }
.row-fluid .looking-title h3 { font-weight:600; font-size:20px; letter-spacing: 0;  margin-top: 10px; padding: 31px 0; background:#8CC640; position:relative; }
.row-fluid .looking-title h3 a {  color: #132638; }
.row-fluid .looking-title h3 a:hover {  color: #fff; } 
.row-fluid .looking-menu {  background-color: #077DB2; position:relative; margin:0; }
.row-fluid .looking-menu:after { background-color: #077DB2; height:100%; width:1000%; left:100%; top:0; position:absolute; content:''; }
/*.row-fluid .looking-title h3:after { background-color: #8CC640; height:100%; width:1000%; right:100%; top:0; position:absolute; content:''; }*/
.row-fluid .looking-menu ul { float:left; width:100%; margin:0; padding: 25px 20px; display: flex; align-items: center; } 
.row-fluid .looking-menu ul li { float:left; width:auto; } 
.row-fluid .looking-menu ul li a { color:#fff; white-space:normal; word-break: break-all; font-weight:500; font-size:20px ; padding: 10px 17px; }
.row-fluid .looking-section .wrapper > div > .row-fluid { display: flex; }
.row-fluid .looking-menu ul li a:hover { color:#8CC640; }  
.row-fluid .section-padding { padding:75px 0px 60px; font-weight:500; line-height: 26px; color: #4a4a4a; }
.row-fluid .partner-section h2 { margin-bottom:0px; } 
.row-fluid .partner-section strong { color: #077DB2; } 
/* .row-fluid .partner-section a.cta_button { margin-top:50px; }  */
.row-fluid .partner-section { font-family: 'Raleway', sans-serif; }
.row-fluid .team-section { background:#41565F; color:#fff; margin-top:120px; }   
.row-fluid .team-right { padding:100px 0;  }
.row-fluid .team-right h3 , .row-fluid .map-section h3 , .row-fluid .meet-team h3 , .row-fluid .basic-style h3 , .row-fluid .careers-team.subpage-team-section .team-left h3 { color:#fff; padding-bottom:25px;  position:relative; }   
/* .row-fluid .team-right h3:after  , .row-fluid .map-section h3:after , .row-fluid .meet-team h3:after , .row-fluid .basic-style h3:after , .row-fluid .careers-team.subpage-team-section .team-left h3:after { background-color: #a3cf62; height:5px; width:121px; left:0; top:80%; position:absolute; content:''; } */
.row-fluid .team-right .widget-type-rich_text { line-height:24px; } 
.row-fluid .team-icon img { max-width:220px; }
.row-fluid .team-icon { padding:35px 0; } 
.row-fluid .eighth-text { font-size:18px; font-weight:700; color:#8CC640; }
.row-fluid .hro-logo img { max-width:200px; }
.row-fluid .team-left { padding-right:30px; margin-top: -110px; position:relative; }  
.row-fluid .map-links { display:none; }
.row-fluid .news-room > div > .row-fluid  { display:flex; } 
.row-fluid .news-room h4 { color:#fff; letter-spacing: -0.5px; }
.row-fluid .case-study-section { position:relative; }  
.row-fluid .case-study-box { background: #077DB2; position: absolute; left: 0; bottom: 0; width: 100%; padding: 30px 50px 140px 50px; }  

.location-section .row-fluid .team-right { padding-right:50px; }  

.row-fluid .team-section.subpage-team-section { padding-bottom:0px;  } 
.row-fluid .team-section.location-section { margin-top:0; }

.row-fluid .news-room a.cta_button { margin-top:45px; } 
.row-fluid .news-room .news-title , .row-fluid .hero-section2 .news-title { color:#fff; text-transform:uppercase; font-family: 'Raleway', sans-serif; font-size:14px; position:relative; margin-bottom:30px; padding-bottom:3px; }
/*.row-fluid .news-room .news-title:after , .row-fluid .hero-section2 .news-title:after { background-color: #8CC640;  height: 1px; width: 42px; margin-left:-21px; left:50%; bottom:0; position: absolute; content: ''; } */
.row-fluid .white-cta a.cta_button { background-color: #F2F2F2; background-image: linear-gradient(#F2F2F2, #D5D5D5); color:#000; ;}
.row-fluid .hero-section2 .news-title { font-size:17px; margin-bottom:35px; }
.row-fluid .hero-section2 .news-title:after { width:60px; margin-left: -30px; }

.row-fluid .subpage-three-column .about-box a.cta_button { background-color: #F2F2F2; background-image: linear-gradient(#F2F2F2, #D5D5D5); color: #000; }
.row-fluid .subpage-three-column .about-box a.cta_button:hover {color: #fff; background: #8CC640; }
.row-fluid .white-cta a.cta_button:after , , .row-fluid .subpage-three-column .about-box a.cta_button:after { background:#8CC640; } 
.row-fluid .white-cta a.cta_button:hover , , .row-fluid .subpage-three-column .about-box a.cta_button:hover { color:#fff; }

.row-fluid .subpage-three-column  h3 { position:relative; top:auto; left:auto; text-align:center; -moz-transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%); color: #FFF; text-transform:capitalize; padding-top:10px; }

.row-fluid .subpage-five-column  h3 { position:relative; top:auto; left:auto; text-align:center; -moz-transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%); color: #FFF; padding-top:15px; }

.row-fluid .subpage-three-column .column-text { text-align:justify; }
.row-fluid .four-column h2 { text-align:center; }
.row-fluid .four-column .three-column-section { width:25%; float:left; padding: 6px 12px 6px; box-sizing:border-box; vertical-align:top;} 
.row-fluid .four-column .three-column-section .column-text { margin:0; } 
.row-fluid .four-column .about-image h3 { text-transform:capitalize; }  

.row-fluid .success-box { position:relative; }
.row-fluid .success-box:after { position:absolute; z-index:-1; left:0; top:0; width:100%; height:100%; content:''; background:url(https://441864.fs1.hubspotusercontent-na1.net/hubfs/441864/images/success-min-compressed.png);  background-position: top right ; background-size: cover; background-repeat: no-repeat; }
.row-fluid .news-left , .row-fluid .news-right { float:left; width:50%; margin:0; padding:0; }
.row-fluid .news-padding-box { padding:70px 60px; }

.row-fluid .news-right .widget-type-rich_text { color:#fff; padding-top:30px; } 
.row-fluid .news-room .news-right .news-title:after { left:0; margin:0; }

.row-fluid .sign-up-raw form .hs-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #fff; }
.row-fluid .sign-up-raw form .hs-input::-moz-placeholder { /* Firefox 19+ */   color: #fff; }
.row-fluid .sign-up-raw form .hs-input:-ms-input-placeholder { /* IE 10+ */   color: #fff; }
.row-fluid .sign-up-raw form .hs-input:-moz-placeholder { /* Firefox 18- */  color: #fff; }

.career .row-fluid .hero-content .footer-form .hs-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */  color: #4a4a4a; }
.career .row-fluid .hero-content .footer-form .hs-input::-moz-placeholder { /* Firefox 19+ */   color: #4a4a4a; }
.career .row-fluid .hero-content .footer-form .hs-input:-ms-input-placeholder { /* IE 10+ */       
  color: #4a4a4a;
}
.career .row-fluid .hero-content .footer-form .hs-input:-moz-placeholder { /* Firefox 18- */          
  color: #4a4a4a;
}


.career .row-fluid .hero-section {  background-position:bottom center !important; }
.row-fluid .job-open { margin:10px 0 0 0; font-size: 12px; color: #c1c1c1; } 
.row-fluid .job-open a { color:#fff; font-size: 12px;font-weight: 500; text-transform: uppercase; display: inline-block; margin: 0 10px; }
.row-fluid .job-open a:hover { color:#000; }
.row-fluid .careers-team .team-left { margin:0; padding:0;  float:left; width:40%; }   
.row-fluid .careers-team .careers-right { float:left; width:60%; }
.row-fluid .careers-team .careers-right .bgimg-main { width:100%; margin:0; float:left; } 
.row-fluid .careers-team .careers-right .bgimg-main.zing-zag1 { height:202px; }
.row-fluid .careers-team .careers-right .bgimg-main.zing-zag2 { height:319px; }
.row-fluid .careers-team .careers-right .bgimg-main.zing-zag3 { height:218px; width:30%; } 
.row-fluid .careers-team .careers-right .bgimg-main.zing-zag4 { height:218px;  width:70% ; } 
.row-fluid .careers-team .careers-right .box-1 { float:left; width:65%; margin:0; }
.row-fluid .careers-team .careers-right .box-2 { float:left; width:35%; margin:0; }

.row-fluid .career-video iframe { height:305px !important; width:100% !important; } 
.row-fluid .career-video { line-height:0; }

.row-fluid .opportunity-section { background-color: #41565f; color:#fff; } 
.row-fluid .opportunity-section h2 { color:#fff; }

.row-fluid .left-links { padding-right:30px; text-align:left; clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%); filter: drop-shadow(0px 10px 5px 0px rgba(0,0,0,0.3));} 
body .row-fluid .left-links ul { float:left; width:360px;  margin:0; padding: 60px 60px 100px 60px; background-color: rgba(65, 86, 95, 0.99);
   }  
.row-fluid .left-links ul li { float:left; width:100%; margin:11px 0; } 
.row-fluid .left-links ul li a { color: #ffffff; text-transform: uppercase; display:inline-block; font-weight: 380; }
.row-fluid .left-links ul li a:hover { color: #8CC640; }

.row-fluid .white-section { color:#fff; }
.row-fluid .subpage-three-column { }

.row-fluid .cta-section { position:relative;}
.row-fluid .cta-section:after { position: absolute; z-index: -1; left: 0; top: 0; width: 100%; height: 100%; content: ''; background: url(https://441864.fs1.hubspotusercontent-na1.net/hubfs/441864/images/CTA_Overlay_compressed.png); background-position: top left !important; background-size: contain; background-repeat: no-repeat; }
.row-fluid .footer-policy { font-size:12px; color:#8D8C8C; font-family: 'Raleway', sans-serif; }
.row-fluid .footer-policy a { color:#8D8C8C; margin-right:15px; } 

.row-fluid .footer-contact.widget-type-rich_text ul  {  float:left; width:100%; margin:0; padding:0;  font-family: 'Raleway', sans-serif; }    
.row-fluid .footer-contact.widget-type-rich_text ul li { float:left; width:25%; font-size:12px; color:#555555; } 
.row-fluid .footer-contact.widget-type-rich_text ul li strong { float:left; width:100%; font-weight:700; color:#077DB2; text-transform:uppercase; line-height:normal; } 
.row-fluid .footer-contact.widget-type-rich_text ul li a { color:#555555; }
.row-fluid .footer-contact.widget-type-rich_text ul li span { float:left; width:100%; line-height: normal; } 
.row-fluid .footer-contact.widget-type-rich_text ul li a:hover { color:#000; }
.row-fluid .footer-social { margin: 40px 0 30px; }
.row-fluid .footer-social a { background:#fff; margin-right:1px; border:1px solid #077DB2; position:relative; text-align:center; width:27px; height:27px; line-height:25px; border-radius:100%; color:#077DB2; font-size: 16px; }  
.row-fluid .footer-social a:hover { border-color:#077DB2; color:#fff; background:#077DB2; } 
.row-fluid .footer-social a .fa { 
  font-family: 'FontAwesome' !important; 
  position:absolute; left:50%; top:50%; -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%); 
  transform: translateX(-50%) translateY(-50%); }   

.row-fluid .map-section { background:#778e96; color:#fff; padding-top:100px; }   
.row-fluid .map-section .white-cta { margin-top:35px; } 

.row-fluid .map-section.white-section { color: #4a4a4a; background:none; } /* Ky changed this to backgronud: none; so it will inherit the background value 
                                                                             of whatever container it is sitting in*/
.row-fluid .map-section.white-section h3 , .row-fluid .meet-team h3 , .row-fluid .basic-style h3 { color: #077DB2; }
.row-fluid .map-section.white-section .cta_button { margin-top:35px; }
.row-fluid .map-section.white-section .widget-type-rich_text a { color: #077db2; font-weight:700; display:inline-block; margin:10px 0; }

.row-fluid .footer { overflow-x:hidden; }    
.row-fluid .footer-form { position:relative; background:#077DB2; color:#fff; font-size:10px; line-height:16px; }   
.row-fluid .footer-form:after { background-color: #077DB2; height: 100%; width: 1000%; left: 100%; top: 0; position: absolute; content: ''; } 
.row-fluid .footer-form .form-title { float:left; width:100%;font-size:14px; text-transform:uppercase; color:#fff; font-weight:400; }
.row-fluid .footer-form form { float:left; width:100%; border-radius: 6px; overflow:hidden; color:#fff; font-size:14px; font-family: 'Raleway', sans-serif; position:relative; margin:20px 0; }
.row-fluid .footer-form form .primary { position:absolute;  text-indent: -18px; top:0; margin:0; right:-1px; font-weight:400; font-size:12px; width:125px; border-radius:6px; height:100%; background-color: #303030; background-image: linear-gradient(#303030, #080808); color:#fff; }
.row-fluid .footer-form form .hs-input { background:#B4D8E8; height:35px; padding-right:130px; color:#000; border-top-left-radius:5px; border-bottom-left-radius:5px; }
.row-fluid .footer .wrapper > div > .row-fluid  { display:flex; }
.row-fluid .footer-left { padding: 75px 45px 65px 0; }   
/* .row-fluid .footer-form form:after { position: absolute; right: 15px; transition: all .4s ease-in-out; top: 50% !important; line-height: normal; font-family: 'fontAwesome'; content: "\f178"; color: #8CC640; font-size: 10px; -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } */
.row-fluid .map-section  .wrapper > div > .row-fluid { display:flex; align-items: center; } 
.row-fluid .footer-form form .primary:hover { background:#8CC640; }
.row-fluid .footer-form form.hovered:after { color:#fff; }
.row-fluid .footer-form form .hs-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
  color:#000;
}
.row-fluid .footer-form form .hs-input::-moz-placeholder { /* Firefox 19+ */ 
  color:#000;
}
.row-fluid .footer-form form .hs-input:-ms-input-placeholder { /* IE 10+ */
  color:#000;
}
.row-fluid .footer-form form .hs-input:-moz-placeholder { /* Firefox 18- */
 color:#000;
}

.row-fluid .footer-form { padding:75px 0px 75px 45px; }

.row-fluid .meet-team { padding:50px 0 60px; }
.row-fluid .directors-teams { margin-bottom:150px; }   


/*************Blog Css*************/
 
.row-fluid .blog-main {  padding: 60px 0 100px; background-size: contain !important; background-position: bottom center !important; }       
.hs-blog-post .row-fluid .blog-main { padding:60px 0 60px;  background:none !important; }          
.hs-blog-post .row-fluid .hero-section2 { display:none; }
.row-fluid .post-raw {  font-size: 19px; color:#464646; padding:0 10px 20px; float:left; width: 33.33%; margin:0; cursor:pointer; }   
.row-fluid .second-raw { display:block; margin:0 -10px; }
.row-fluid .second-raw .post-body { width:100%; float:left; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }

/* .row-fluid .post-listing .second-raw .post-raw:nth-child(3n) { margin-right:0; float:right; }   */

.row-fluid .post-raw h2 , .row-fluid .post-raw h2 a { color: #077db2; font-weight:700; font-size:18px; }          
.hs-blog-listing .row-fluid .hero-section2:after { background:url('https://441864.fs1.hubspotusercontent-na1.net/hubfs/441864/images/blog-hero-pattern.png'); }  
.row-fluid .post-date { display: flex; align-items: center; color:#555555; margin:20px 0 10px; }    
.row-fluid .post-date a { color:#55B775; display:inline-block; margin-right:10px; }    
.row-fluid .post-date p { margin:0; }  
.row-fluid .post-raw .topic-link { font-size: 14px; font-weight: 500; color: #41565f; text-transform: uppercase; position:relative; display:inline-block; margin:20px 0 20px; }      
/* .row-fluid .post-raw .topic-link:after { background-color: #8CC640; height: 2px; width: 50px; left: 0;  top: 100%; position: absolute; content: ''; } */
.row-fluid .post-raw .topic-link:hover , .row-fluid .post-raw h2 a:hover , .row-fluid .thumb-author>div .author-link:hover , .row-fluid .blog-right .right-pop .bgimg-main .post-title a:hover , .hs-blog-post .row-fluid .blog-right ul li a:hover { color:#8CC640; }
.row-fluid .post-raw .meet-bottom { position: absolute; left: 0; bottom: 0; background: rgba(255,255,255,.7); padding: 0px 23px 10px; text-align: left; }  
.row-fluid .post-raw .post-img-height { overflow:hidden; border-radius: 5px; margin-bottom:35px;  height:400px;  -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;   }
.row-fluid .post-raw .bgimg-main { float:left; width:100%; height:420px; position:relative; overflow:hidden;  float:left; width:100%; }        
.row-fluid .thumb-bottom .topic-link { color:#fff; background:#8CC640; }
.row-fluid .thumb-bottom .topic-link:hover { background:#077DB2; }

.row-fluid .post-raw .bgimg-main:hover:before { transform: scaleX(0); opacity: 1; }      
.row-fluid .post-raw .bgimg-main:hover:after {  opacity: 1; transform: scaleY(0); }   

.row-fluid .post-raw .post-body:hover { -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 6px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 6px 2px rgba(0,0,0,0.2);
    -o-box-shadow: 0 5px 6px 2px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 5px 6px 2px rgba(0,0,0,0.2);
    box-shadow: 0 5px 6px 2px rgba(0,0,0,0.2);
}
 

.row-fluid .first-raw > .post-item-Three { float:left; width:66%; }
.row-fluid .first-raw .post-raw { width:100%; margin:0 0px 0px 0; }    
.row-fluid .first-raw .left-raw { float:right; width: 32%; margin:0 0px 24px 0; }     
.row-fluid .first-raw .left-raw > .post-item-Three { float:left; width:100%; }
.row-fluid .first-raw .left-raw > .post-item-Three:first-child { margin-bottom:24px; }    

.row-fluid .post-inner-banner { } 
.hs-blog-post .row-fluid .blog-left h3 { font-size:24px; float:left; width:100%; color: #077db2; margin:10px 0 15px; }  
.hs-blog-listing .blog-right { display:none; }



.hs-blog-post .row-fluid .blog-left .blog-section .hs_cos_wrapper_type_rich_text a { color: #077db2; font-weight:700; }   

.row-fluid .about-author-sec { float:left; width:100%; border-top: 3px solid #d8d8d8; border-bottom: 3px solid #d8d8d8; padding:30px 20px; display: flex; align-items: center;  width: 100%; margin-top:60px; }  
.row-fluid .about-author-sec .span2 img { width:160px; height:160px; display:inline-block; border-radius:100%; object-fit: cover; }
.row-fluid .about-author-sec h3 ,  .row-fluid .about-author-sec h3 a { font-size:24px; color: #4a4a4a !important; position:relative; padding: 0px 0 7px; } 
.row-fluid .about-author-sec h3 { margin-bottom:35px !important; }
/*.row-fluid .about-author-sec h3:after {  background-color: #8CC640; height: 5px; width: 121px; left: 0; top: 100%; position: absolute; content: '';}*/
.row-fluid .about-author-sec .span2 {  width:20%; } 
.row-fluid .about-author-sec .span10 { padding-left:35px; width:80%; margin:0; }

.hs-blog-post .row-fluid .blog-left form , .row-fluid .fullpage-form form { float:left; width:100%; text-align:left; }
.hs-blog-post .row-fluid .blog-left form > div , , .row-fluid .fullpage-form form > div { float:left; width:100%; margin:0 0 20px 0; } 
.hs-blog-post .row-fluid .blog-left form h3 { font-size:36px; position:relative;  margin: 65px 0 40px; padding:10px 0;  }
/*.hs-blog-post .row-fluid .blog-left form h3:after { background-color: #8CC640; height: 5px; width: 121px; left: 0; top: 100%; position: absolute; content: ''; } */
.hs-blog-post .row-fluid .blog-left form .hs-input , .row-fluid .blog-right form .hs-input , .row-fluid .fullpage-form form .hs-input , .row-fluid .careers-team.subpage-team-section .team-left form .hs-input   { font-family: 'Raleway', sans-serif; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5); border: 1px solid #979797; border-radius: 3px; height: 36px; float:left; width:100%;}
.hs-blog-post .row-fluid .blog-left form label , .row-fluid .blog-right form label { color: #4a4a4a; display:inline-block; margin:0 0 5px 0; } 
.hs-blog-post .row-fluid .blog-left form .hs-richtext { font-size:14px; } 
.hs-blog-post .row-fluid .blog-left form textarea.hs-input, .hs-blog-post .row-fluid .blog-left form textarea.hs-input, .row-fluid .blog-right form textarea.hs-input , .row-fluid .careers-team.subpage-team-section .team-left form textarea.hs-input { height:146px; }    
.row-fluid .fullpage-form form .hs-form-field { margin:25px 0 0px 0; } 

.hs-blog-post .row-fluid .blog-left form .hs-input { margin-bottom:25px; }  

.post-listing .hs-author-avatar img{     max-width: 300px !important;    }

.hs-blog-post .body-container-wrapper form .actions ,  .row-fluid .fullpage-form form .actions ,  .row-fluid .careers-team.subpage-team-section .team-left form .actions { float:left; width:auto; position:relative; } 
/*.hs-blog-post .body-container-wrapper form .actions:after , .row-fluid .fullpage-form form .actions:after ,  .row-fluid .careers-team.subpage-team-section .team-left form .actions:after , .row-fluid .careers-team.subpage-team-section .team-left form .actions:after {  position: absolute; right: 80px; z-index:9999; transition: all .4s ease-in-out; top: 50%; line-height: normal; font-family: 'fontAwesome';content: "\f178"; color: #ffffff; font-size: 16px; -moz-transform: translateY(-50%); */
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%); 
transform: translateY(-50%); } 
.hs-blog-listing .row-fluid .post-inner-related { display:none; }
.row-fluid .post-inner-related { background-color: #41565f; padding: 133px 0; }
.row-fluid .post-inner-related h2 { text-align:center; color:#fff; margin:0 0 35px 0; }   
.row-fluid .post-inner-related .post-header h2 { text-align:left; margin:0; }
.hs-blog-post .body-container-wrapper form input[type=submit] , .row-fluid .fullpage-form form  input[type=submit] , .row-fluid .careers-team.subpage-team-section .team-left form  input[type=submit] {  z-index: 5; font-family: 'Raleway', sans-serif; border-radius: 5px; padding: 22px 12px 22px 12px; line-height: normal; overflow: hidden; position: relative; color: #fff;
    font-size: 14px; text-transform: uppercase; font-weight: 500; transition: all .4s ease-in-out; display: inline-block; background-color: #007DB2; text-align: center;} 

.row-fluid .fullpage-form form .hs_submit ,   .row-fluid .careers-team.subpage-team-section .team-left form .hs_submit  { float:left; width:100%; text-align:center; margin-top:42px; } 
.row-fluid .fullpage-form form .actions ,  .row-fluid .careers-team.subpage-team-section .team-left form .actions { float:none; display:inline-block; }


.hs-blog-post .body-container-wrapper form .actions:hover input[type=submit] , .row-fluid .fullpage-form form .actions:hover input[type=submit] ,  .row-fluid .careers-team.subpage-team-section .team-left form .actions:hover  input[type=submit] { background: #41A5CC; }
.hs-blog-post .body-container-wrapper form .actions:hover:after , .row-fluid .fullpage-form form .actions:hover:after ,  .row-fluid .careers-team.subpage-team-section .team-left form .actions:hover:after  { color:#fff; }

.row-fluid .post-raw .post-img-height:hover .bgimg-main { -moz-transform: scale(1.05);   
-webkit-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05); } 

.row-fluid .careers-team.subpage-team-section .team-left form { margin-top:20px; float:left; width:100%; }
.row-fluid .careers-team.subpage-team-section .team-left form > div { float:left; width:100%; margin-top:40px; }
.row-fluid .careers-team.subpage-team-section .team-left form .hs-input { background:rgba(255,255,255,.7); }

.hs-blog-listing .row-fluid .blog-left { float:left; width:100%; }   
.hs-blog-post .row-fluid .blog-right { padding-left:80px; } 
.hs-blog-post .row-fluid .blog-right h3 { font-size: 36px; position: relative; margin: 60px 0 40px; padding: 10px 0; color: #077db2; }  
.hs-blog-post .row-fluid .blog-right h3.form-title {  margin-top: 5px; }

/*.hs-blog-post .row-fluid .blog-right h3:after { background-color: #8CC640; height: 5px; width: 121px; left: 0; top: 100%;  position: absolute; content: ''; }*/
.hs-blog-post .row-fluid .blog-right ul { float:left; width:100%; padding:0; margin:0; } 
.hs-blog-post .row-fluid .blog-right ul li { float:left; width:100%; padding-left:10px; position:relative; text-align:left; } 
.hs-blog-post .row-fluid .blog-right ul li a { color: #077db2; }
.hs-blog-post .row-fluid .blog-right ul li:after { position:absolute; left:0; top:0; font-family:'fontAwesome'; content: "\f105";  color: #077db2; }

.row-fluid .post-bottom { color: #555555; font-size: 12px; margin-top: 15px; }  
.row-fluid .post-bottom .left-auto { margin-top:6px; } 
.row-fluid .post-bottom .meet-social a { display:inline-flex; align-items: center; justify-content: center; margin-top:7px; font-size: 14px; width:24px; border-radius:100%; height:24px; position:relative; border:1px solid #077DB2;  color: #077DB2; }
.row-fluid .post-bottom .meet-social a .fa { position:absolute; top:50%; left:50%; -moz-transform: translateX(-50%) translateY(-50%);    
-webkit-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); } 
.row-fluid .post-bottom .meet-social a:hover { background-color: #8CC640; border-color:#8CC640; color:#fff; }     

.row-fluid .careers-team.subpage-team-section .careers-right .bgimg-main.zing-zag1 { height:460px; width:100%; }    
.row-fluid .careers-team.subpage-team-section h3 { color:#fff; }
.row-fluid .careers-team.subpage-team-section h3:after { left:60px; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.row-fluid .careers-team.subpage-team-section .careers-right h3 { margin-top:60px; margin-bottom: 15px; }  
.row-fluid .careers-team.subpage-team-section .careers-right .cta_button { margin-top:40px; }
.row-fluid .careers-team.subpage-team-section .careers-right .padding-box { padding:0 20px; } 
.row-fluid .careers-team.subpage-team-section .team-left { margin-top: -110px; padding: 135px 55px;}

.row-fluid .careers-team.subpage-team-section .team-left h3 { color: #000000; }
.row-fluid .careers-team.subpage-team-section .team-left h3:after { -moz-transform: translateX(0%);  -webkit-transform: translateX(0%);  -o-transform: translateX(0%); -ms-transform: translateX(0%);  transform: translateX(0%); background:#fff; }

.row-fluid .post-raw .more-link { display:inline-block; color:#55B775; position:relative; margin-top:20px; font-weight:600; }
.row-fluid .post-raw .more-link:after { position: absolute; left: 0; bottom:0px; display: inline-block; height: 1.5px; width: 100%; border-bottom: 1px solid; content: ''; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; }
.row-fluid .post-raw .more-link:hover:after { bottom: -5px; } 

.row-fluid .post-raw:hover .bgimg-main:after { top:0; }   
.row-fluid .blog-right h3 { font-size:28px;  font-weight:700; margin-bottom:10px;  } 
.row-fluid .blog-social a { display:inline-block; width:50px; font-size: 26px; height:50px; line-height:50px; text-align:center; background:#55B775; border-radius:100%; margin-left:28px; }
.row-fluid .blog-social a:last-child { margin-left:15px; }
.row-fluid .blog-social a:hover { background:#fff; }
.filter-link-count { display:none; }
.row-fluid .blog-right form { float:left; width:100%; margin-top:10px; position:relative; border-radius:6px; overflow:hidden; text-align:left; }
.row-fluid .blog-right form .hs-button {  position:absolute; height:100%; top:0; right:0; width:auto; padding:0 12px; color:#fff; border:0; background:#55B775; font-size:14px; border-left:1px solid #D9DADA;  font-family: 'Source Sans Pro', sans-serif; }
.row-fluid .blog-right form .hs-input { height:38px; float:left; width:100%; max-width:100%; border:0; color:#9F9F9F; font-size:14px;  font-family: 'Source Sans Pro', sans-serif; padding:0 120px 0 15px; } 

.row-fluid .pagination-raw { float:left; width:100%; margin-top:100px; padding:0; text-align:center; }   
.row-fluid .pagination-raw a { float:none; display:inline-block; width: 206px; box-sizing: border-box !important; }     
.row-fluid .pagination-raw li a:hover , .row-fluid .pagination-raw li.active a  { color: #55B775; }  
.row-fluid .pagination-raw div { display:inline-block; } 
.row-fluid .pagination-raw div a { padding-left:0;  padding-right:0; text-align:center; }  
.row-fluid .pagination-raw div a:before { display:none;  }

.row-fluid .pagination-raw a.previous-posts-link { padding: 22px 59px 22px 79px; }
.row-fluid .pagination-raw a.previous-posts-link:before {  content: "\f177"; left: 55px; right: auto; }  

.row-fluid .blog-right .right-pop .bgimg-main { height:250px;  margin:0 0 40px 0; position:relative; }
.row-fluid .blog-right .right-pop .bgimg-main .post-title { padding: 20px 20px 20px 59px; text-align:left; border-bottom: 4px solid #e31d38; background: rgba(255,255,255,.7); float:left; width:90%; position:absolute; top:50%; -moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); } 

.row-fluid .blog-right .right-pop .bgimg-main .post-title:after {  }    
.row-fluid .blog-right .right-pop .bgimg-main .post-title a { color: #077db2; font-weight:700; }

.blog-back-btn a{display:inline-block;font-size:18px;line-height:21px;text-transform:uppercase;font-weight:500;color:#007DAF;border:2px solid;background-color:#fff;border-radius:5px;padding:17px 20px;min-width:300px;text-align:center;}
.blog-back-btn a:hover{color:#fff;background-color:#007DAF;}

.blog-back-btn input[type=submit]{display:inline-block;font-size:18px;line-height:21px;text-transform:uppercase;font-weight:500;color:#007DAF;border:2px solid;background-color:#fff;border-radius:5px;padding:17px 20px;min-width:300px;text-align:center;}
.blog-back-btn input[type=submit]:hover{color:#fff;background-color:#007DAF;}

/* System Pages */

.row-fluid .system-contentsec { padding:80px 0; text-align:center; background:#f9f9f9; float:left; width:100%; }
.row-fluid .system-contentsec h1 { color:#231f20; margin:0 0 10px; }
.row-fluid .system-contentsec h2 { color:#231f20; margin:0 0 10px; }
.row-fluid .system-contentsec h3 { font-size:26px; line-height:30px; color:#231f20; font-weight:700 !important; }
.row-fluid .system-contentsec form { float:none; display:inline-block; vertical-align:top; width:600px; max-width:100%; }
.row-fluid .system-contentsec form input[type="text"], .row-fluid .system-contentsec form input[type="password"], .row-fluid .system-contentsec form input[type="email"] { border:1px solid #ccc; outline:0; height:50px !important; background:#fff; font-size:14px !important; color:#333; width:100% !important; margin:15px 0 !important; font-family: 'Montserrat', sans-serif; padding:0 15px !important; }
.row-fluid .system-contentsec form a.hs-button, .row-fluid .system-contentsec form input[type="submit"] { background:#fff; transition:all .5s; border:1px solid #00205b; color:#00205b; font-size:18px; font-weight:700; display:inline-block; max-width:100%; text-transform:uppercase; padding:15px 40px; cursor:pointer; }
.row-fluid .system-contentsec form a.hs-button:hover, .row-fluid .system-contentsec form input[type="submit"]:hover { color:#fff; background:#00205b; }
html body .system-contentsec .page-header { padding:0; }

.row-fluid .sub-preferencesec form { width:100%; }
.row-fluid .sub-preferencesec br { display:none; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec .item, .row-fluid .widget-type-email_subscriptions.sub-preferencesec .subscribe-options { text-align:left; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec h1, .row-fluid .widget-type-email_subscriptions_confirmation.sub-preferencesec h1, .row-fluid .widget-type-email_simple_subscription h1 { font-size:50px; line-height:54px; color:#231f20; font-weight:700; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec h2, .row-fluid .widget-type-email_subscriptions_confirmation.sub-preferencesec h2, .row-fluid .sub-preferencesec.widget-type-email_simple_subscription h2 { font-size:34px; line-height:38px; color:#231f20; font-weight:700; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec .subscribe-options label { margin:0; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec .subscribe-options input[type="checkbox"] { margin-left:0; top:2px; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec input[type="checkbox"] { position:relative; top:5px; height:auto; }  
.row-fluid .widget-type-email_subscriptions.sub-preferencesec .item p { padding:0; margin:0; } 

.row-fluid .widget-type-rich_text ul { float:left; width:100%; margin:0; padding: 0px 20px 20px; color:#007DB2; }
.row-fluid .widget-type-rich_text ul li { float:left; width:100%; }

.result-page .row-fluid .hs-search-results { width:100%; float:left; padding:60px; }
.result-page .row-fluid .hs-search-results ul { width:100%; float:left;  }
.row-fluid .hs-search-results ul li { width:100%; float:left; padding-top: 15px; margin-bottom:15px; border-bottom:1px solid #CCC; padding-bottom: 15px;}
.row-fluid .hs-search-results ul li a { width:100%; float:left; color:#AF5525; font-size: 18px; line-height: 26px; margin-bottom: 6px; transition:all .6s ease; }
.row-fluid .hs-search-results ul li a:hover { color:#000; transition:all .6s ease; }
.row-fluid .hs-search-results__pagination { background:#AF5525; padding: 10px 15px; float: right; color: #FFF; font-size: 16px; line-height: 24px; margin-bottom: 30px; margin-top: 20px; }
.row-fluid .hs-search-results__pagination:hover {  }

.row-fluid .search_resultpage { padding-top:50px; } 
.row-fluid .header_search .hs-search-field { width:100%; float:left; position: relative; right: -70px;}
.row-fluid .header_search .hs-search-field__bar { width:100%; float:left; }
.row-fluid .header_search form { width:100%; float:left; }
.row-fluid .header_search form .hs-search-field__input { width:100%; float:left; height:34px; border:none; padding:10px 15px;}
.hs-search-results__next-page { color:#fff !important; text-decoration:none; }
.row-fluid .hs-search-results ul li p { float:left; width:100%; }

.result-page .row-fluid .blog-main { display:none; } 
.hs-search-field--open .hs-search-field__suggestions { background:#fff; border:0;  float:left; width:100%; }
.hs-search-field__suggestions li { float:left; width:100%;  font-family: 'MyriadProRegular'; }
.hs-search-field__suggestions li , .hs-search-field__suggestions li a { color:#000; }
.hs-search-field__suggestions li a { padding:5px 15px; }
.hs-search-field__suggestions li:first-child { padding:5px 15px; }
.row-fluid .cta-img img { height: auto; width:auto; }

.row-fluid .market-section h4 { float:left; width:100%; margin-bottom:20px; } 
.row-fluid .contact-email > .row-fluid-wrapper > .row-fluid { display:flex; }
.row-fluid .direct-raw { text-align:center; padding:70px 0 90px; }
.row-fluid .direct-raw h2 { float:left; width:100%; margin-bottom:30px; } 
.row-fluid .generation-txt { font-size:31px; color:#132638; font-weight:300; line-height:normal; }       
.row-fluid .approach-cycle { padding-top:100px; }

.row-fluid .sign-up-raw.contact-social h2 { padding-bottom:0; }
.row-fluid .sign-up-raw.contact-social {  background: #4A4A4A; padding: 50px 0 50px; }
.row-fluid .market-image.Off:after  { display:none; } 


.row-fluid .team-box .team-bottom h5 {  margin-bottom: 6px; }
.row-fluid .talent-section .team-right .cta_button  { margin-top:50px; }
.row-fluid .talent-section .team-box { height:479px; }

.row-fluid .about-section { padding-top:60px; padding-bottom: 100px; background-position: bottom left; }
.career .row-fluid .hero-content .footer-form { padding:0; background:transparent; margin:14px 0 0 0; } 
.career .row-fluid .hero-content .footer-form:after { opacity:0; } 
.career .row-fluid .hero-content .footer-form .hs-input { background:rgba(255,255,255,.5); border: 1px solid #979797; height:41px; font-size: 14px; color: #4a4a4a; }
.career .row-fluid .hero-content h1 { margin:0; }

.row-fluid .three-column-section {text-align:center;width:33.3%;display:inline-grid;margin:0 0 0 -4px;padding:20px 32px 20px}
.row-fluid .five-column-section {text-align:center;width:19.5%;display:inline-grid;}
.row-fluid .culture-title h4{float:left;width:100%;margin:45px 0 30px}
.row-fluid .culture-section .column-text{text-align:justify}
.row-fluid .three-column-section .column-text{margin-bottom:40px}
.row-fluid .five-column-section .column-text{margin-bottom:40px}

.row-fluid .multi-column .about-image { width:225px; height:180px; margin:auto; border-radius:0%; display:inline-block; overflow:hidden; float:none; }
.row-fluid .multi-column-2 .about-image { width:175px; background-size: 175px; margin:auto; border-radius:0%; display:inline-block; overflow:hidden; float:none; }
.row-fluid .subpage-three-column .multi-column .column-text { text-align:center; }
.row-fluid .multi-column .about-image:after { opacity:1; }
.row-fluid .subpage-three-column .multi-column h3  { color:#fff; } 
.row-fluid .multi-column .three-column-section { padding-top:50px;}  
/*.row-fluid .multi-column .five-column-section { padding-top:50px;} */
.row-fluid .multi-column .three-column-section:nth-child(n+3) { padding-bottom:0; }
.row-fluid .multi-column .five-column-section:nth-child(n+5) { padding-bottom:0; }

.row-fluid .family-section > .left-links { position:fixed; left:0; top:120px; margin:0; z-index:99999; width:auto; padding:0; -moz-transform: translateX(-100%); 
-webkit-transform: translateX(-100%);
-o-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%); -webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out; } 

.links-added .row-fluid .family-section > .left-links .link-open { -moz-transform: translateX(100%);  
-webkit-transform: translateX(100%); 
-o-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); } 

.row-fluid .family-section > .left-links .link-open { float:right; cursor:pointer; background-color: #41565f; color:#fff; width:40px; height:40px; line-height:40px; text-align:center; -moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
-o-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); -moz-transform: translateX(-100%);  
-webkit-transform: translateX(-100%);
-o-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%); -webkit-transition: all .5s ease-in-out; 
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;   }

.row-fluid .family-section > .left-links.open   {  -moz-transform: translateX(0%); 
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

.row-fluid .family-section > .left-links.open .link-open {    -moz-transform: translateX(0%);  
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } 

.links-added .row-fluid .family-section > .left-links.open .link-open .fa-bars:before { content: "\f00d"; }
.home br { display:none; }


/*  new Hero Section */
.hero-sec { width: 100%; float: left; background-size: cover; background-position: center; background-repeat: no-repeat; }
.hero-sec .hero-caption { padding: 250px 20px 210px; width: 100%;  }
.hero-sec .hero-caption .hero-text { width: 100%;  }
.hero-sec .hero-title h1 { margin-bottom: 60px; }

.row-fluid .hero-sec .looking-section .wrapper { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.row-fluid .hero-sec .looking-title { width: 24%; float: left; position: relative; z-index: 1; }
.row-fluid .hero-sec .looking-menu { width: 84%; float: left; position: relative; z-index: 2; }
.row-fluid .hero-sec .looking-title h3:after{ width: 1800%;right: -54%; z-index: -1; }
.row-fluid .hero-sec .looking-title h3 { width: 100%; max-width: 200px;  margin: 5px auto 0; }

.row-fluid .hero-sec .looking-menu ul { padding:36px  0 12px 45px ; float: right; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.row-fluid .hero-sec .looking-menu ul li { width: 20%; float: left; }
.row-fluid .hero-sec .looking-menu ul li a {  word-break: normal ; padding: 0; font-size: 19px;}

.row-fluid .hero-sec .looking-menu ul{padding:0px;width: 100%; float: left; height: 100%;    padding-left: 4%;}
.row-fluid .hero-sec .looking-menu ul li{display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;  height: 100%;  align-items: center;  justify-content: center;transition:all 0.5s;padding: 0px 28px;}
.row-fluid .hero-sec .looking-menu ul li:hover{background:#8CC640;}
.row-fluid .hero-sec .looking-menu ul li:hover a{color:#fff;}







.map-right-section svg { width: 800px; }

.row-fluid .case-study-box > div {width: 100%;max-width: 700px;margin: auto;}
.row-fluid .case-study-box { padding-top: 90px; padding-bottom: 100px; }

.categories-sec ul { padding: 0; text-align: left ; margin: 0 0 30px; }
.categories-sec ul li { display: inline-block; padding: 0 6px; margin: 0 -2px 25px; }
.categories-sec ul li a { color: #077db2; font-weight: 500;  font-size: 16px; border: 1px solid #077db2; padding: 6px 11px; }
.categories-sec ul li a:hover { background: #077db2; color: #fff; }


.blog-section ul li { position: relative; padding-left: 22px; margin-bottom: 20px; }
.blog-section ul { float: left; }

.blog-section ol{ float: left; counter-reset: num;}
.blog-section ol li{position: relative; padding-left: 22px; margin-bottom: 20px;}


.row-fluid .site-search-input .hs-search-field__input {  border: 1px solid #077db2;  height: 57px;  border-radius: 5px;  padding: 0 38px 0 15px ; color: #077db2; font-size: 16px; }
.row-fluid .site-search-input .search-icon { position: absolute; right: 10px; top: 0; bottom: 0; height: 26px; margin: auto; color: #077db2; cursor: pointer; }

.row-fluid .categories-left {width: 67%; }
.row-fluid .site-search-input { float: right; margin-bottom: 50px; margin-left: 0; width: 100%; max-width: 335px; }
.row-fluid .results-sec { padding: 58px 0; }
.row-fluid .hs-search-results__pagination { background: transparent; width: 100%; padding: 0; }
.row-fluid .hs-search-results__pagination a { color: #ffffff !important; background: #8cc640; padding: 2px 10px; }
.row-fluid .hs-search-results__pagination a:hover { background: #000; }
.row-fluid .hs-search-results__pagination .hs-search-results__prev-page {  float: left;}
.row-fluid .hs-search-results ul li a { color: #077db2; }

.row-fluid .site-search-input .hs-search-field__input::placeholder {color: #077db2;text-transform: capitalize;}
.row-fluid .site-search-input .hs-search-field__input::-wbkit-placeholder {color: #077db2;text-transform: capitalize;}

.career .row-fluid .case-play-inner a.cta_button { margin-top:44px; }

.row-fluid .updates-links { position: relative; top: -160px; z-index:11; }

.row-fluid .hero-overlay-bg .banner-overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; }
.row-fluid .hero-overlay-bg:after , .row-fluid .hero-section:after { display: none; }


.hs-form-field { width: 100%; float: left; display: inline-block;}
.input-box-wrap { width: 100%; display: inline-block; }
.row-fluid .footer-form form .primary { width: 150px; height: 35px; margin: 0px auto; position: relative;  }
.hs_submit.hs-submit { text-align: center; }

.row-fluid .footer-form form .hs-input { border-radius:2px; padding-right: 10px; -webkit-box-shadow: inset 0px 4px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: inset 0px 4px 5px 0px rgba(0,0,0,0.75); box-shadow: inset 1px 4px 4px -1px rgba(0,0,0,0.45); }
.row-fluid .footer-form form .hs-submit .actions {position:relative;width: auto;display: inline-block; margin-top: 10px; }
.row-fluid .footer-form form .hs-submit .actions:after { position: absolute; right: 15px; transition: all .4s ease-in-out; top: 49% !important; line-height: normal; font-family: 'fontAwesome'; content: "\f178"; color: #8CC640; font-size: 10px; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.row-fluid .footer-form { padding: 55px 0px 38px 45px; }
.span8.widget-span.widget-type-cell.footer-left { padding: 56px 45px 44px 0px; }

/*----*/

.row-fluid .filter_area  { width:100%; float:left; margin-bottom: 50px; }
.row-fluid .filter_options { width:calc(25% - 12px); float:left; position:relative;  margin-right:15px; }
.row-fluid .filter_options:last-child { margin-right:0; }

.row-fluid .filter_options span.select_title { padding:15px 28px 15px 10px; font-size:15px; border-radius:5px; line-height:25px; color:#077db2; border:1px solid #077db2; width:100%; float:left;  text-transform:capitalize; font-weight: 300; cursor: pointer; position:relative; }   
.row-fluid .filter_options span.select_title:after { content: "\f0dd"; position: absolute; top: 50%; right: 10px; font-family: 'fontAwesome'; font-size: 22px; transform: translateY(-50%); margin-top: -6px; }

.row-fluid .filter_options ul.option-set { position:absolute; top:100%; left:0; width:100%; background:#595959; border:1px solid #077db2; z-index:999; display:none; margin:0; padding:0; list-style:none; }
.row-fluid .filter_options ul.option-set li { width:100%; float:left; border-bottom:1px solid #077db2; background-color:#fff; }
.row-fluid .filter_options ul.option-set li a { padding:10px 15px; font-size:15px; line-height:22px; color:#077db2; width:100%; float:left; text-transform:capitalize; font-weight: 300; cursor:pointer; }
.row-fluid .filter_options ul.option-set li a:hover { background: #8CC640; color: #fff; }
.row-fluid .filter_options ul.option-set li:last-child { border-bottom:none; }
.row-fluid .blogfilter_width .filter_area { width: calc(100% - 135px); padding-right: 12px; }
.row-fluid .blogfilter_width .clear-filter { width: 135px; float: left; }
.row-fluid .blogfilter_width .clear-filter a.clear-btn { display: inline-block; padding: 15px 10px; font-size: 15px; border-radius: 5px; line-height: 25px; color: #077db2; border: 1px solid #077db2;width:100% }
span#hs_cos_wrapper_industry, span#hs_cos_wrapper_region, span#hs_cos_wrapper_resourcetype {display: none;}


/* Redesign Style 2019 (16-07-2019) */
.row-fluid .fl100 { width:100%; float:left; }
.row-fluid .grey_btn a {display: inline-block;  background: #D3D3D3; color: #000;}
/* Header (16-07-2019) */
.row-fluid .header_section {  background-color: #FFF; -webkit-box-shadow: 0px 10px 18px 8px rgba(61, 85, 93, 0.11); -moz-box-shadow: 0px 10px 18px 8px rgba(61, 85, 93, 0.11); box-shadow: 0px 10px 18px 8px rgba(61, 85, 93, 0.11);}
.row-fluid .header_section .top-logo img { margin-top: 17px; max-width: 176px; height: auto; }
.row-fluid .header_section .mainmenu{ width: calc(100% - 417px); padding-right: 27px; }
.row-fluid .header_section .mainmenu .hs-menu-wrapper > ul > li a { color: #000; }
.row-fluid .header_section .mainmenu .hs-menu-wrapper > ul > li > a:first-child:before { background-color: #8BC53F; height: 1px; }
.row-fluid .header_section .mainmenu .hs-menu-wrapper > ul > li ul { background-color: #FDFEFE; }
.row-fluid .header_section .mainmenu .hs-menu-wrapper > ul > li ul li a:hover { background: rgb(51, 53, 143); background: linear-gradient(350deg, rgba(255, 255, 255, 1) 0%, rgba(7, 125, 177, 1) 170%, rgba(7, 125, 177, 1) 150%); color: #fff; }
.row-fluid .header_section .mainmenu .hs-menu-wrapper > ul > li ul li { border: 0px; }
.row-fluid .header_section .search-box { width: auto; margin: 0; }
.row-fluid .header_section .header_btn { width: 153px;  float: right; margin: 0; z-index: 1;}
.row-fluid .header_section .header_btn a { background: rgb(51, 53, 143); box-sizing:border-box; background: linear-gradient(90deg, rgba(51, 53, 143, 1) 0%, rgba(51, 53, 143, 1) 48%, rgba(7, 125, 177, 1) 100%); border-radius: 0px; padding: 31px 24px; font-weight: 500; font-size: 14px; text-transform: uppercase; line-height: 26px; }
.row-fluid .header_section .header_btn a:before { display: none; }
.row-fluid .header_section .search-box .search-click-wrap a.search_click { display: inline-block; color: #000; font-size: 21px; line-height: 21px; padding: 33px 0; }
.row-fluid .header_section.fixed .search-box .search-click-wrap a.search_click {padding: 27px 0px; }
.row-fluid .header_section.fixed .header_btn a {padding: 25px 24px; } 
/* Site Search */
.row-fluid .header_section > div { position: relative; }
.row-fluid .header_section .search-box .site-search { opacity:0; visibility:hidden; -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);; position: absolute; top: 100%; padding: 40px 15px 30px; width: 100%; left: 0; right: 0; background-color: #fff; -webkit-box-shadow: 0px 10px 13px 5px rgba(61, 85, 93, 0.11); -moz-box-shadow: 0px 10px 13px 5px rgba(61, 85, 93, 0.11); box-shadow: inset 0px 10px 13px 5px rgba(61, 85, 93, 0.11); z-index: -1; -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;; }
.row-fluid .header_section .search-box .site-search.active { opacity:1; visibility:visible; -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);; }
.row-fluid .header_section .search-box .site-search > div { max-width: 1360px; width: 100%; margin: 0 auto; }
.row-fluid .header_section .search-box .site-search form { position: relative; width: 100%; border-bottom: 4px solid #F5F5F7; }
.row-fluid .header_section .search-box .site-search form input { font-size: 36px; line-height: 43px; font-weight: 700; color: #000; border: 0px; margin: 0px; padding: 0 40px 10px 0; }
.row-fluid .header_section .search-box .site-search form input::placeholder { color: #000; }
.row-fluid .header_section .search-box .site-search form button {  display: none; padding: 0; position: absolute; top: 5px; right: 0; height: 20px; width: 20px; }
.row-fluid .header_section .search-box .site-search form button svg { display: none; }
.row-fluid .header_section .search-box .site-search form button > span { position: relative; height: 20px; width: 20px; display: block; }
.row-fluid .header_section .search-box .site-search form button > span:before, .row-fluid .header_section .search-box .site-search form button > span:after { content: ''; position: absolute; height: 2px; width: 100%; background-color: #000; top: 9px; left: 0; }
.row-fluid .header_section .search-box .site-search form button > span:before { transform: rotate(132deg); }
.row-fluid .header_section .search-box .site-search form button > span:after { transform: rotate(52deg); }
.row-fluid .header_section .search-box .site-search form .cross_icon { padding: 0; cursor:pointer; position: absolute; top: 5px; right: 0; height: 20px; width: 20px;  }
.row-fluid .header_section .search-box .site-search form .cross_icon > span { position: relative; height: 20px; width: 20px; display: block;  }
.row-fluid .header_section .search-box .site-search form .cross_icon > span:before, .row-fluid .header_section .search-box .site-search form .cross_icon > span:after { content: ''; position: absolute; height: 2px; width: 100%; background-color: #000; top: 9px; left: 0; }
.row-fluid .header_section .search-box .site-search form .cross_icon > span:before { transform: rotate(132deg); }
.row-fluid .header_section .search-box .site-search form .cross_icon > span:after { transform: rotate(52deg); }
.row-fluid .header_section .search-box .site-search .search_para { font-size: 14px; line-height: 16px; font-weight: 400; color: #000; padding-top: 18px; }

/* Hero Section */
.row-fluid .hero_section { position: relative; }
.row-fluid .hero_section .hero-logo { position: absolute; bottom: 124PX; right: 87px; }
.row-fluid .hero_section .hero-logo img {max-width: 188px;height: auto;}
.row-fluid .hero_section .wrapper { position: relative; z-index: 1; }
.row-fluid .hero_section .hero_overlay { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 0;  z-index: 0; }
.row-fluid .hero_section .hero-caption {  padding: 210px 20px 123px;  width: 100%; }
.row-fluid .hero_section .hero-caption .landing-page {  padding: 210px 20px 123px;  }
.row-fluid .hero_section .hero-caption .landing-page h1 {  font-size: 100px; line-height: 115px; font-weight: 600; margin-bottom: 44px; }
.row-fluid .hero_section .hero-caption .hero-title h1 { font-size: 85px; line-height: 100px; color: #fff; font-weight: 900; margin-bottom: 44px; }
.row-fluid .hero_section .hero-caption .hero-title h2 { font-size: 90px; line-height: 95px; color: #fff; font-weight: 900; margin-bottom: 44px; }
.row-fluid .hero_section .hero-caption .hero-title sup { font-size: 70px; line-height: 115px; color: #fff; font-weight: 600; margin-bottom: 44px; margin-top: 0px;}
.row-fluid .hero_section .hero-caption .hero-text h3 { font-size: 52px; line-height: 70px; color: #fff; font-weight: 800; }

/* Map Section */
.row-fluid .map_style { padding: 0; position: relative; overflow: hidden; }
.row-fluid .map_style .wrapper > div > .row-fluid { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.row-fluid .map_style .left-side-section { padding: 40px 45px 40px 0;}
.row-fluid .map_style .map-right-section { padding: 65px 0 0; background-color: #778e96; position: relative; z-index:1; }
.row-fluid .map_style .map-right-section .map-module { padding-left:20px; }
.row-fluid .map_style .map-right-section svg { width: auto; height:418px; }
.row-fluid .map_style .map-right-section:before { content: ''; position: absolute; top:-1000px; bottom:-1000px; left: 0; width: 3200px; z-index:-1; background-color: #778e96; }
.row-fluid .map_style .counter_section { padding-top: 25px; }

/* Team Section */
.row-fluid .team_style {margin-top: 0px; padding:140px 0; }
.row-fluid .team_style .team-left { margin-top: 0px; padding: 7px 30px 0 !important; }
.row-fluid .team_style .team-right { padding: 0px 30px 0px 0;}
.row-fluid .team_style .team-right .team-rigth-para p {float: left; }
.row-fluid .team_style .team-right .grey_btn { padding-top: 25px; }
.row-fluid .team_style .team-box a.cta_button { padding: 22px 25px 22px 25px; }
.row-fluid .team_style .team-box a.cta_button:before { right: 25px; }

/* Simple Menu Section */
.row-fluid .simple-menu-section { width: 100%; float: left; background-color: #F5F6F7; padding: 30px 0 29px; }
.row-fluid .simple-menu-section .smp_menu-style ul { padding: 0px; margin: 0px; text-align: center; width: 100%; float: left; }
.row-fluid .simple-menu-section .smp_menu-style ul > li { margin: 0px -1px; padding: 10px 12px; position: relative; display: inline-block; float: none; width:auto; }
.row-fluid .simple-menu-section .smp_menu-style ul > li:before { content: ''; position: absolute; top: calc(50% - 1px); transform: translateY(-50%); right: -2px; width: 2px; height: 17px; background-color: #8CC640; } 
.row-fluid .simple-menu-section .smp_menu-style ul > li:last-child:before { display: none; }
.row-fluid .simple-menu-section .smp_menu-style ul > li > a { color: #2C8DB8; font-size: 20px; line-height: 21px; font-weight: 625; text-transform: none; padding: 0; }
.row-fluid .simple-menu-section .smp_menu-style ul > li > a:hover { color: #8cc640; }


.simplemenu-new ul > li > a { color: #007DB2; font-size: 20px; font-weight: 625; cursor:default;}
.simplemenu-new ul > li:before { content: ''; position: absolute; top: calc(50% - 1px); transform: translateY(-50%); right: -2px; width: 2px; height: 17px; background-color: #8CC640; }
.simplemenu-new ul > li:last-child:before { display: none; }
.simplemenu-new ul > li { margin: 0px -1px; padding: 5px 5px; position: relative; display: inline-block; float: none; width:auto; }

/* Footer Section */
.row-fluid .footer-form form .hs-country .input { position: relative; }
.row-fluid .footer-form form .hs-country .input:before { content: '\f0d7'; font-family: 'FontAwesome'; color: #000; font-size: 12px; line-height: 14px; position: absolute; top: 10px; right: 8px; }
.row-fluid .footer-form form .hs-country .input select { -webkit-appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none;  }
.row-fluid .footer-form form .hs-country .input select::-ms-expand { display: none;}
.row-fluid .footer-form form .hs-country .input select { padding-right: 15px; }
.row-fluid .footer-form .hs_submit { width:100%; float:left; }

/* ================ 9. MOBILE MEDIA QUERIES =========================== */



@media (min-width: 1200px) { 
  
  .row-fluid .team-box .team-bottom h5, .row-fluid .team-box .team-bottom h6 {float: right;  width: 68%; } 
  .row-fluid .looking-menu ul { padding-right:0; }
  .row-fluid .looking-menu { width:81%; }
  .row-fluid .looking-menu ul li { padding-right:17px; }
  .row-fluid .looking-menu ul li:last-child { padding-right:0px; position:relative; left:15px; }
  .row-fluid .team-icon { padding:40px 0; }  
  
  .row-fluid .hero-section2 .wrapper , .career .partner-section .wrapper  { width:1040px !important; }

  .row-fluid .map-left-section { padding-right:40px; } 
  .row-fluid .section-padding.fullpage-form { padding: 70px 0; }
  .row-fluid .section-padding.fullpage-form h2 { margin-bottom: 15px; }
  
  .row-fluid .fullpage-form form { margin-top:0px; width:700px; float: none; display: inline-block; } 
  .row-fluid .subpage-team-section.careers-team .team-left { width: 30%; }
  .row-fluid .subpage-team-section.careers-team .careers-right { width: 70%; } 
  
  
  .home .partner-section .wrapper { padding:0 100px; }
  .home .row-fluid .hero-section .hero-content { padding-right:410px; }

  
}

@media (max-width: 1430px) {

  /* Redesign Style 2019 (16-07-2019) */ 
  /* Header Section */
  .row-fluid .header_section .mainmenu { width: calc(100% - 354px); padding-right: 20px; }
  .row-fluid .header_section .mainmenu .hs-menu-wrapper > ul > li a { padding: 25px 8px; }
  .row-fluid .main-header.fixed .mainmenu .hs-menu-wrapper > ul > li > a { padding: 25px 8px; }
  .row-fluid .header_section .header_btn {width: 123px; }
  .row-fluid .header_section .header_btn a { padding: 25px 14px; }
  .row-fluid .header_section.fixed .header_btn a{ padding: 25px 14px; }
  .row-fluid .header_section .search-box .search-click-wrap a.search_click { padding: 27px 0; }
  .row-fluid .header_section .search-box .site-search > div {max-width: 930px; }

  /* Hero Section */
  .row-fluid .hero_section .hero-caption { padding: 140px 20px 103px; }
  .row-fluid .hero_section .hero-caption .hero-title h1 { font-size: 90px; line-height: 90px; margin-bottom: 35px; }
  .row-fluid .hero_section .hero-caption .hero-text h3 { font-size: 57px; line-height: 59px; }
  
  /* Map Section */
  .row-fluid .map_style .left-side-section { padding: 40px 0px 40px 0; background-image: url(https://www.wilsonhcg.com/hubfs/2019%20Website%20Images/geo-backerEMEA.png);}
  .row-fluid .map_style .map-right-section svg { width:auto; }
  
  /* Team Section */
  .row-fluid .team_style { padding: 100px 0; }

  
}

@media (min-width: 1240px) and (max-width: 1400px) {  
  
  .row-fluid .wrapper {  width: 1200px !important; }
  .row-fluid .meet-three-box { margin-right: 60px; margin-top: 60px; }
 
  .row-fluid .filter_options span.select_title { font-size:14px; }
 
  .row-fluid .site-search-input { max-width:295px; }
 
  
}

@media(max-width:1400px){
  /* 13-08-2019 */
  .row-fluid .hero_section .hero-logo { bottom: 65px;  right: 40px; }
}

@media (max-width: 1240px) {  
  
  .row-fluid .hero-sec .looking-menu ul li a { font-size: 14px; line-height: 24px; }
  .row-fluid .hero-sec .looking-menu ul { padding: 39px 0 12px 24px; }
  .row-fluid .hero-sec .looking-title h3 { font-size: 16px; }
  .hero-sec .hero-caption { padding: 200px 20px 120px; }
  .row-fluid .hero-sec .looking-menu ul li { padding-right: 14px; }
  
  .map-right-section svg { width: auto; }
  
  .categories-sec ul li a { font-size: 14px; padding: 5px 8px; }
  .categories-sec ul { margin-bottom: 16px; }
  
  .row-fluid .categories-left { width: 60%; }
  .row-fluid .hero-sec .looking-menu ul{    padding: 0;    padding-left: 4%;}
   .row-fluid .hero-sec .looking-menu ul li{padding: 0px 13px;}

  /* Redesign Style 2019 (17-07-2019) */ 
  /* Map Section */
  .row-fluid .map_style .map-right-section .map-module{ padding-left:0px; }
  .row-fluid .map_style .counter_section { padding-top:15px; }
  .row-fluid .map_style .map-right-section {padding: 30px 0; }
  
  /* Team Section */
  .row-fluid .team_style { padding: 70px 0; }
}

@media (min-width: 992px) and (max-width: 1240px) {  

  h1 { font-size:50px; }
  .thumb-bottom h1,
  h2 { font-size: 45px;}
  h3 { font-size: 30px; } 
  .row-fluid .wrapper { width:930px !important; }
  .row-fluid .looking-title h4 { font-size: 24px; }
  .row-fluid .looking-title h3 { font-size: 20px; padding: 34px 0; }   
  .row-fluid .looking-menu ul { padding: 15px 10px; }
  .row-fluid .looking-menu ul li a { font-size: 17px; }  
  .row-fluid .looking-menu ul li a br , .row-fluid .section-padding br , .row-fluid .news-room br { display:none; }     
  .row-fluid .looking-menu ul li a { word-break: initial; }
  .row-fluid .section-padding { padding: 110px 0; }
  .row-fluid a.cta_button { padding: 22px 39px 22px 39px; }
  .row-fluid a.cta_button::before { right: 40px; } 
  .row-fluid .footer-form { padding: 75px 0px 75px 35px; }
/*   .row-fluid .footer-form form .primary { width: 136px; } */
  .row-fluid .team-box .team-bottom h5 { margin-bottom: 3px; }
  .row-fluid .footer-form form:after {  right: 10px; top: 12px; } 
  .row-fluid .post-raw { margin:0; }
  
  .row-fluid .thumb-bottom { width: 900px; max-width:100%; } 
  .row-fluid .post-inner-banner { height:600px; }
  .hs-blog-post .row-fluid .blog-right { padding-left: 15px; } 
  .row-fluid .about-image h3 { font-size:21px; } 
  .row-fluid .careers-team .team-left , .row-fluid .careers-team .careers-right { width: 50%; }
  
  body .row-fluid .left-links ul { width: 270px; padding: 50px 60px; font-size: 16px; }   
  .row-fluid .accordion-box.main-css { width:100%; }
  .row-fluid .location-image { width: 127%; }
  .row-fluid .location-section .bottom-title h4 { font-size:18px; }
  
  .career .row-fluid .case-play { height: 318px !important; } 
  .row-fluid .careers-team .careers-right .bgimg-main.zing-zag2 { height: 334px; }
  .career .row-fluid .case-play-inner a.cta_button { padding: 22px 14px 22px 14px; margin-top: 20px;  }  
  .career .row-fluid .case-play-inner a.cta_button:before { right: 17px; }  
  
  .row-fluid .updates-links { top: -160px;  }  
  .row-fluid .about-author-sec .span2 img  { width: 115x; height: 115px; } 

  /*===*/
  .row-fluid .filter_options { margin:0 5px 10px; width: calc(50% - 10px); padding:0; }
  .row-fluid .filter_options span.select_title { font-size:16px; } 
  .row-fluid .site-search-input { max-width:228px; }
  .row-fluid .blogfilter_width .filter_area { padding-right: 5px; }
}  
  
}

@media(max-width:1199px){
  /* Redesign Style 2019 (16-07-2019) */ 
  /* Hero Section */
  .row-fluid .hero_section .hero-caption {  padding: 140px 20px 103px 0; }
  .row-fluid .hero_section .hero-caption .hero-title h1 { font-size: 70px; line-height: 70px; margin-bottom: 30px; }
  .row-fluid .hero_section .hero-caption .hero-text h3 { font-size: 35px; line-height: 42px; }

}


 @media (min-width: 768px) and (max-width: 991px) {

         
  h1 { font-size: 40px; line-height:normal; }
   .thumb-bottom h1,
  h2 { font-size: 35px;}
  h3 { font-size: 22px; } 
  h4 { font-size: 21px;}
  .row-fluid .wrapper { width:100% !important; padding:0 3%; } 
  .row-fluid .looking-title h4 { font-size: 20px; }
  .row-fluid .looking-title h3 { font-size: 18px; padding: 34px 0; } 
  .row-fluid .looking-menu ul { padding: 10px 10px; overflow-x: auto; }
  .row-fluid .looking-menu ul li a { font-size: 15px; }  
  .row-fluid .looking-menu ul li a br , .row-fluid .section-padding br , .row-fluid .news-room br , .row-fluid .hero-section .hero-content br { display:none; }    
  .row-fluid .looking-menu ul li a { word-break: initial; }
  .row-fluid .section-padding { padding: 90px 0; }
  .row-fluid a.cta_button { padding: 20px 25px 20px 25px; font-size: 13px; }
  .row-fluid a.cta_button::before { right: 35px; top: 20px; } 
  .row-fluid .footer-form { padding: 55px 0px 45px 25px; width: 40%; } 
/*   .row-fluid .footer-form form .primary { width: 136px; } */
   
  .row-fluid .top-logo img { max-width:120px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li a { font-size: 13px; }
  body .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a  { padding: 31px 8px; } 
  .row-fluid .top-logo { margin-top: 25px; }
  .row-fluid .main-header.fixed .mainmenu .hs-menu-wrapper > ul > li > a { padding: 19px 8px; }
  body .row-fluid .main-header.fixed .mainmenu .hs-menu-wrapper > ul > li ul { top: 64px; }
  .row-fluid .team-box .team-bottom h5 { margin-bottom: 3px; }
  .row-fluid .hero-section .hero-content { padding: 200px 20px 129px; } 
  .row-fluid .partner-section h2 { margin-bottom: 20px; } 
  .row-fluid .partner-section h3 {margin-bottom: 20px;}
  .row-fluid .hro-logo img { max-width: 170px; } 
  .row-fluid .eighth-text { font-size: 16px; }
  .row-fluid .team-left { margin-top: -70px; }
  .row-fluid .team-section { margin-top: 60px; }
  .row-fluid .team-right { padding: 80px 0; }
  .row-fluid .case-study-box { padding: 30px 30px 60px 30px; }
  .row-fluid .news-padding-box { padding: 50px 40px 60px; }
  .row-fluid .footer-contact.widget-type-rich_text ul li { width:50%; margin:10px 0; }   
  .row-fluid .footer-social { margin: 20px 0 20px; } 
  .row-fluid .footer-left { padding: 50px 5px 50px 0; width:60%; } 
   body .row-fluid .main-header.fixed .mainmenu .hs-menu-wrapper > ul > li > a:first-child::before {  bottom: 20px; }    
  .row-fluid .footer-form form:after {  right: 10px; top: 12px; }   
   
   body .row-fluid .hero-section2 .hero-content { padding: 158px 20px 140px; } 
   .row-fluid .talent-section .team-box { height:330px; }
   .row-fluid .talent-section .team-right .cta_button {  margin-top: 30px; } 
   .row-fluid .talent-section .team-right { padding:50px 0; } 
   
   .row-fluid .post-raw { margin: 0;  } 
   .row-fluid .pagination-raw { margin-top: 70px; }  
   .row-fluid .blog-main { padding: 60px 0 60px; }
   
   .row-fluid .thumb-bottom { width: 700px; max-width:100%; } 
   .row-fluid .post-inner-banner { height:600px; }
   .hs-blog-post .row-fluid .blog-right { padding-left: 15px; }
   .hs-blog-post .row-fluid .blog-right h3 { font-size: 28px; }  
   .hs-blog-post .row-fluid .blog-main { padding:40px 0 20px; } 
   .row-fluid .post-inner-related { padding:40px 0 40px; }
   
   .row-fluid .thumb-bottom h2 { font-size:30px; }  
   .hs-blog-post .body-container-wrapper form input[type="submit"] { padding: 18px 90px 18px 67px; } 
   .hs-blog-post .body-container-wrapper form .actions::after { right: 60px; }
   
   .row-fluid .about-author-sec .span2 { width: 50%; }
   .row-fluid .thumb-author > div { margin: 0 50px; } 
   
   .item-height { height: 335px; }
   
   .row-fluid .about-image h3 { font-size:21px; }  
   .row-fluid .careers-team .team-left , .row-fluid .careers-team .careers-right { width: 100%; } 
   .row-fluid .three-column-section { padding: 8px 8px 8px; }
   .row-fluid .five-column-section { padding: 8px 8px 8px; }
   .row-fluid .about-image { height:220px; }
   .row-fluid .careers-team.talent-section .team-box { padding-right:400px; height:auto; } 
   .row-fluid .careers-team .team-slider button.slick-arrow { height: 57px; } 
   .row-fluid .about-section {  padding: 80px 0; }
   .career .row-fluid .hero-content .footer-form { width: 70%; float: none; display: inline-block; }  
   .row-fluid .culture-section .three-column-section { padding: 7px 15px 7px;  }
   .row-fluid .culture-section .five-column-section { padding: 7px 15px 7px;  }
   
    body .row-fluid .left-links ul { width: 100%; padding: 20px 30px; font-size: 16px; }          
   .row-fluid .accordion-box.main-css { width:100%; }
   .row-fluid .location-image { width: 137%; }
   .row-fluid .location-section .bottom-title h4 { font-size:13px; } 
   .row-fluid .careers-team.subpage-team-section .team-left { margin-top: 10px; padding: 55px 55px; } 
   .row-fluid .team-section.subpage-team-section { margin:0; } 
   .row-fluid .careers-team.subpage-team-section .careers-right .padding-box { padding-right:3%; }
   .row-fluid .careers-team.subpage-team-section .team-left { padding-left:3%; }
   .row-fluid .careers-team.subpage-team-section .team-left form { margin:0; }
   
   .row-fluid .team-section.subpage-team-section { padding-bottom: 0px; }  
   .row-fluid .question { font-size: 20px; }
   .row-fluid .answer { font-size: 16px; }
   .row-fluid .careers-team.subpage-team-section .careers-right .bgimg-main.zing-zag1 { height: 410px; }
   
/*  */
   .row-fluid .hero-sec .looking-title { width: 18%; }
   .row-fluid .hero-sec .looking-menu { width: 83%; }
   .row-fluid .hero-sec .looking-menu ul li { padding-right: 25px; }
   .row-fluid .hero-sec .looking-title h3 { font-size: 14px; }
   .row-fluid .hero-sec .looking-menu ul { padding: 36px 0 12px 18px; }
   .row-fluid .hero-sec .looking-menu ul li a { font-size: 12px; line-height: 19px; }
   .row-fluid .looking-title h4 { font-size: 15px; }
   
   .categories-sec ul li {  margin-bottom: 12px; }
   .row-fluid .hero-sec .looking-menu ul{    padding: 0;    padding-left: 3%;}
   .row-fluid .hero-sec .looking-menu ul li{padding: 0px 24px;}
   
   .row-fluid .updates-links { top: -140px;  }  
   
   body.hs-blog-post .row-fluid .blog-left .post-body iframe { width: 80% !important; height: 290px !important;  margin:30px 0 }
   
   /*======*/
   .row-fluid .filter_options { width: calc(50% - 10px); margin:0 5px 10px; }
   .row-fluid .filter_options span.select_title { font-size:16px; }
   .row-fluid .site-search-input { max-width:356px; }
   .row-fluid .filter_area { margin-bottom:20px; }
   .row-fluid .blogfilter_width { width:100%; }
   .row-fluid .blogfilter_width .filter_area { padding-right: 0px; width: 100%; margin-bottom: 0px; }
   .row-fluid .blogfilter_width .clear-filter { width: calc(100% - 10px); padding: 0 5px; }
   .row-fluid .blogfilter_width .clear-filter a.clear-btn { width: 50%; }
   .row-fluid .site-search-input { margin-top: -57px; max-width: 50%; width:100%; padding: 0 5px; }
   
   
}


 @media (min-width: 30px) and (max-width: 767px) { 
   .no-display {display:none;}
  h1 { font-size: 31px; line-height:normal; } 
   .thumb-bottom h1,
  h2 { font-size: 30px; text-align:center;}
  h3 { font-size: 22px; } 
  h4 { font-size: 21px;} 
   .row-fluid .hero_section .hero-caption .hero-title sup { font-size: 21px;} 
  .row-fluid .wrapper { width:100% !important; padding:0 30px; }  
   .row-fluid .hero-section2 h1 { padding:0; }
   .row-fluid .talent-section .team-box { height:330px; }
   .row-fluid .talent-section .team-right { padding:50px 0; }
   body .row-fluid .hero-section2 .hero-content { padding: 100px 20px 30px; }    
  .row-fluid .map-right-section { margin-top:50px; float:left; width:100%; } 
   .row-fluid .footer-form form:after {  right: 12px; top: 12px; }
   .dl-menuwrapper a:hover .icon-wrap.dfd-bottom-line.last { animation: dfdHamburgerButton .8s ease-out infinite !important; } 
  .dl-menuwrapper a .icon-wrap.dfd-bottom-line.last { margin-top: 14px; }
  .row-fluid .mobile-div { position:relative; padding: 25px 0 30px; }
   .row-fluid .hero-section2 .mobile-div::after { opacity:0; }
   .hs-blog-post .body-container-wrapper form .hs_submit  { float:left; width:100%; text-align:center; }
   .hs-blog-post .body-container-wrapper form .actions { float:none; display:inline-block; display: inline-block; }
   .row-fluid .updates-links { top:0; }
   .hs-blog-post .row-fluid .blog-left .post-body iframe { margin:30px 0; width:100% }
   .item-height { height: 325px; margin:0 0 45px 0; }
   .bottom-align-raw .flex , .bottom-align-raw .flex.reverse { flex-direction: column; align-items:initial; }
   

    
  .row-fluid .partner-section { text-align: center;}
   .row-fluid .hero-section.hero-section2.bgimg-main { background-position:bottom left; }
  .row-fluid .mobile-div:after { position:absolute; left:0; top:0; width:10000%; height:150%; content:''; background:url(https://441864.fs1.hubspotusercontent-na1.net/hubfs/441864/images/Rectangle.png); background-size:cover;  /* Standard syntax (must be last) */ z-index:-1; transform:translateX(-50%); }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li a { padding: 3px 20px; }
  .row-fluid .footer-policy a { margin-right:15px; } 
  .row-fluid .footer-policy a:last-child { width:100%; margin:0; }  
  .row-fluid .map-section { text-align:center; padding: 80px 0 60px; }      
  .row-fluid  .hero-mobile-hide { display:none; }
  .row-fluid .looking-title h4 { font-size: 28px; }
  .row-fluid .looking-menu ul li a { padding: 15px 17px; }  
  .row-fluid .looking-title h3 { font-size: 20px; padding: 28px 0; }      
  .row-fluid .looking-menu ul { padding: 30px 10px; display:block; }    
  .row-fluid .looking-menu ul li a { font-size: 20px; }  
  .row-fluid .looking-menu ul li a br , .row-fluid .section-padding br , .row-fluid .looking-menu ul li br, .row-fluid .news-room br , .row-fluid .hero-section .hero-content br , .row-fluid .looking-title h3 br { display:none; }    
  .row-fluid .looking-menu ul li a { word-break: initial; padding-left:0; padding-right:0; }  
  .row-fluid .section-padding { padding: 50px 0; }
  .row-fluid .thumb-author { margin: 30px 0 20px; } 
   .row-fluid .thumb-bottom { width: 90%; max-width:100%; }  
   .row-fluid .post-inner-banner { height:600px; }
   .hs-blog-post .row-fluid .blog-right { padding-left: 15px; }
   .hs-blog-post .row-fluid .blog-right h3 { font-size: 28px; margin: 10px 0 40px; }    
   .hs-blog-post .row-fluid .blog-main { padding:40px 0 40px; text-align:center; }   
   .row-fluid .post-inner-related { padding:40px 0 40px; }
   .row-fluid .fullpage-form form { margin-top:20px; }
   .row-fluid .location-section .left-wrapper .team-right { padding:50px 30px 70px; }  
   .row-fluid .fullpage-form form .hs-form-field { float: left !important; width: 100% !important; margin: 20px 0 0 0 !important; padding: 0 !important; }
   

   .career .row-fluid .case-play { height: 206px !important; }
   .career .row-fluid .careers-team .careers-right .bgimg-main.zing-zag1 { height: 175px; }
   .career .row-fluid .case-play-inner a.cta_button { padding: 22px 32px 22px 32px; margin-top: 20px; }
   .career .row-fluid .case-play-inner a.cta_button:before { right: 34px; }
   .career .row-fluid .case-play-inner .play-icon::after { content: ""; border-width: 20px 0 20px 40px; }
   
   .row-fluid .careers-team.subpage-team-section .team-left h3::after  { left: 50%; margin-left:-60px; }
   
   .row-fluid .team-section.careers-team { text-align:center; }
   
   .row-fluid .location-box { width:50%; -moz-transform: rotate(0deg); border-top: 2px solid #fff;  
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); height: 321px; }
   
   .row-fluid .location-image , .row-fluid .location-section .bottom-title { -moz-transform: rotate(0deg);   
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg); width:100% !important; left:0; }
   
   .row-fluid .location-section .bottom-title { padding: 20px 20px; }
   .row-fluid .location-box::after { height: 130px; }
   
   .row-fluid .map-section.bottom-align { padding: 50px 0 60px; }
   .row-fluid .bottom-align .wrapper > div > .row-fluid .align-bottom-image { margin-bottom:40px; } 
   
   body .row-fluid .left-links ul { width: 100%; padding: 20px 30px; font-size: 16px; }         
   .row-fluid .accordion-box.main-css { width:100%; } 
   .row-fluid .location-image { width: 137%; }
   .row-fluid .location-section .bottom-title h4 { font-size:18px; }
   .row-fluid .careers-team.subpage-team-section .team-left { margin-top: 25px; padding: 65px 55px; } 
   .row-fluid .team-section.subpage-team-section { margin:0; } 
   .row-fluid .careers-team.subpage-team-section .careers-right .padding-box { padding-right:3%; }
   .row-fluid .careers-team.subpage-team-section .team-left { padding:60px 30px; }
   .row-fluid .careers-team.subpage-team-section .team-left form { margin:0; }
   
   .row-fluid .careers-team.subpage-team-section .team-left form > div { margin-top: 20px; }
   
   .row-fluid .team-section.subpage-team-section { padding-bottom: 0px; }  
   .row-fluid .question { font-size: 18px; }
   .row-fluid .answer { font-size: 16px; padding: 20px 20px; }
   .row-fluid .careers-team.subpage-team-section .careers-right .bgimg-main.zing-zag1 { height: 280px; } 
   .row-fluid .careers-team.subpage-team-section .careers-right .padding-box { padding:0 30px; }
   
   .row-fluid .careers-team.subpage-team-section h3::after { -moz-transform: translateX(0%); -webkit-transform: translateX(0%); -o-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); }
   
   .hs-blog-post .row-fluid .blog-left form h3 { font-size: 26px; margin: 41px 0 40px; text-align:center; }  
   .row-fluid .three-column-section > div { height:auto !important; }
   .row-fluid .five-column-section > div { height:auto !important; }
   
   .row-fluid .about-author-sec h3::after , .hs-blog-post .row-fluid .blog-left form h3::after , .hs-blog-post .row-fluid .blog-right h3::after { left:50%; margin-left:-60px; }   
   .row-fluid .about-author-sec { display:block; text-align:center; margin-top:25px; }
   .row-fluid .about-author-sec .span2 , .row-fluid .about-author-sec .span10 { width:100%; margin:0; padding:0; }
   
   .row-fluid .thumb-bottom .topic-link { padding: 7px 24px; margin-bottom:5px; }
    body .row-fluid .thumb-author > div { padding: 0 20px; margin: 0 10px 10px ; } 
   .row-fluid .thumb-author > div::after { width: 10px; height: 10px; } 
   .row-fluid .thumb-author > div, .row-fluid .thumb-author > div .hs-author-avatar, .row-fluid .thumb-author > div .author-link { margin:0 3px; } 
   .row-fluid .thumb-author > div.hubspot-editable { padding-left:0; margin-left:0; padding-right: 14px; }
   .row-fluid .thumb-author > div:last-child { padding-right:0; margin-right:0; padding-left: 18px; }
   
   .row-fluid .thumb-bottom h2 { font-size:30px; } 
   .hs-blog-post .body-container-wrapper form input[type="submit"] { padding: 18px 90px 18px 67px; }
   .hs-blog-post .body-container-wrapper form .actions::after { right: 60px; }
   
   .row-fluid .post-raw .bgimg-main { height: 370px; }
   .row-fluid .talent-section.careers-team .team-box { height:auto; }
  .row-fluid .meet-team h3::after { left:50%; margin-left: -60px; } 
   .row-fluid .post-raw { width:100% !important; margin:0 0 20px 0 !important; } 
   .row-fluid .first-raw .left-raw , .row-fluid .first-raw > .post-item-Three { width:100% !important; margin:0 0 20px 0 !important;  } 
   .row-fluid .pagination-raw { margin-top: 60px; }
   .row-fluid .blog-main { padding: 60px 0 60px; }
   
   .row-fluid .family-section { text-align:center; }
   
   .row-fluid .left-links { padding:0; float:left; width:100%; margin:0 0 50px 0; }
   .row-fluid .pagination-raw div a {  width: 197px !important; }
   .row-fluid .pagination-raw a {  margin:0 0 10px 0; }
  .row-fluid a.cta_button { padding: 22px 62px 22px 62px; font-size: 13px; text-align:center; }
  .row-fluid a.cta_button::before { right: 74px; top: 22px; }  
  .row-fluid .footer-form { padding: 55px 0px 45px 0px; }   
  .row-fluid .footer-form form .primary { width: 136px; }
  .row-fluid .looking-menu { float:left; width:100%; }
/*  .row-fluid .partner-section a.cta_button { margin-top: 40px; } */
  .row-fluid .team-right h3::after { left:50%; margin-left:-60px; }
  .row-fluid .news-left, .row-fluid .news-right { float:left; width:100%; margin:0; text-align:center; }  
  .row-fluid .team-right { float:left; width:100%; padding:60px 0; text-align:center; } 
  .row-fluid .looking-menu ul li { width:100%; text-align:center; }
  .row-fluid .map-section h3 { margin-bottom: 40px; }
  .row-fluid .map-section h3::after , .row-fluid .basic-style h3::after { left:50%; margin-left:-60px; }
  .row-fluid .hero-section.bgimg-main { background-position: top -120px right -240px; }
  .row-fluid .looking-section .wrapper > div > .row-fluid , .row-fluid .news-room > div > .row-fluid , .row-fluid .map-section .wrapper > div > .row-fluid , .row-fluid .footer .wrapper > div > .row-fluid { display:block; }
  .row-fluid .looking-title h4 { text-align:center; }
  .row-fluid .looking-title h3::after , .row-fluid .footer-form::after { left: 0; width: 3000%; z-index: -1; transform: translateX(-50%); }
  .row-fluid .looking-menu::after { left: 0; width: 3000%; z-index: -1; transform: translateX(-50%); } 
  .row-fluid .map-section .hs-image-widget { margin-top:20px; } 
  .row-fluid .top-logo img { max-width:120px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li a { font-size: 13px; }   
  .row-fluid .main-header.fixed .mainmenu .hs-menu-wrapper > ul > li > a { padding: 3px 40px 3px 20px; }
  .row-fluid .top-logo , .row-fluid .main-header.fixed .top-logo { margin: 25px 0; }
  .row-fluid .map-links { display:block; float:left; width:100%; margin-top:20px; }
   .row-fluid .map-links ul li { float:left; width:100%; font-size:12px; border-bottom:1px solid #807e7e; text-align:left; padding:7px 0; } 
   .row-fluid .map-links ul li:last-child { border:0; }
   .row-fluid .map-links ul li a { color:#fff; text-transform:uppercase; padding-right:25px; cursor:pointer; float:left; width:100%; position:relative; } 
   .row-fluid .map-links ul li a:after { position: absolute; right: 0px;  transition: all .4s ease-in-out;  top:50%; line-height: normal; font-family: 'fontAwesome'; content: "\f178"; color: #8CC640; font-size: 16px; -moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
  body .row-fluid .main-header.fixed .mainmenu .hs-menu-wrapper > ul > li ul { top: 64px; }
  .row-fluid .news-left { min-height: 700px; }
  .row-fluid .news-room .news-right .news-title::after { left:50%;  margin-left:-21px; } 
  .row-fluid .hero-section .hero-content {  padding: 350px 30px 5px;  } 
  .row-fluid .partner-section h2 { margin-bottom: 20px; text-align: center;} 
  .row-fluid .partner-section h3 { margin-bottom: 20px; text-align: center;}
  .row-fluid .partner-section { text-align: center;}
  .row-fluid .hro-logo img { max-width: 190px; margin-top: 40px; } 
  .row-fluid .eighth-text { font-size: 16px; }
  .row-fluid .team-left { margin-top: -90px; float:left; width:100%; padding-right:0; } 
  .row-fluid .team-section { margin-top: 80px; }
  .row-fluid .team-right { padding: 80px 0; }
  .row-fluid .case-study-box { padding: 50px 30px 60px 30px; }
  .row-fluid .news-padding-box { padding: 50px 30px 60px; }
  .row-fluid .footer-contact.widget-type-rich_text ul li { width:50%; margin:10px 0; }
  .row-fluid .footer-social { margin: 20px 0 20px; } 
  .row-fluid .footer-left { padding: 40px 0px 40px 0; width:100%; }
  .row-fluid .footer-form { width:100%; }
   
  .row-fluid .team-section .wrapper { padding:0 10px; }
   body .row-fluid .team-right { padding-left:25px; padding-right:25px }  
   .row-fluid .about-section { padding: 40px 0 30px; }
   
  .row-fluid .four-column .three-column-section { width:100%; }
   body .row-fluid .multi-column .three-column-section  .about-image { height: 140px !important; }
   .row-fluid .multi-column .three-column-section { margin:0; }
   
	/* Mobile Responsive */
  .header-container-wrapper { position:relative; } 
  .row-fluid .system-contentsec h1, .row-fluid .widget-type-email_subscriptions.sub-preferencesec h1, .row-fluid .widget-type-email_subscriptions_confirmation.sub-preferencesec h1, .row-fluid .widget-type-email_simple_subscription h1 { font-size:35px; line-height:40px; }
  .row-fluid .system-contentsec h2 { font-size:30px; line-height:34px; }	
  .row-fluid .widget-type-email_subscriptions.sub-preferencesec h2, .row-fluid .widget-type-email_subscriptions_confirmation.sub-preferencesec h2, .row-fluid .widget-type-email_simple_subscription h2 { font-size:26px; line-height:30px; }    
  .row-fluid .system-contentsec form a.hs-button, .row-fluid .system-contentsec form input[type="submit"] { font-size:15px; padding:12px 30px; white-space:normal; }
  .row-fluid .system-contentsec .email-prefs .item .item-inner { padding:10px 8px; }    
  .row-fluid .system-contentsec .checkbox-row span.fakelabel span { font-size:12px; }    
  
  form .form-columns-2 .hs-form-field { margin:10px 0 0 0 !important; width:100% !important; padding:0 !important;  } 
  .row-fluid .mainmenu .hs-menu-wrapper  ul  li { padding-left:0; padding-right:0; }
  .row-fluid .mainmenu .hs-menu-wrapper  ul  li a { padding:3px 40px 3px 20px; font-size:14px; } 
  .row-fluid .h-v-50 { top:auto; left:auto; position:relative; -moz-transform: translateX(0%) translateY(0%);   
-webkit-transform: translateX(0%) translateY(0%); 
-o-transform: translateX(0%) translateY(0%);
-ms-transform: translateX(0%) translateY(0%);
transform: translateX(0%) translateY(0%); width:100%; }
.result-page .row-fluid .hs-search-results { padding: 20px; }            

   .row-fluid .about-image h3 { font-size:21px; } 
   .row-fluid .careers-team .team-left , .row-fluid .careers-team .careers-right { width: 100%; }  
   .row-fluid .three-column-section { padding: 8px 8px 8px; }
   .row-fluid .three-column-section > div.about-image { height:220px !important; } 
   .row-fluid .five-column-section { padding: 8px 8px 8px; }
   .row-fluid .five-column-section > div.about-image { height:220px !important; } 
   
   .row-fluid .careers-team .team-slider button.slick-arrow { height: 57px; } 

   .career .row-fluid .hero-content .footer-form { width: 271px; float: none; display: inline-block; }
   .row-fluid .three-column-section { padding: 7px 0px 7px !important; width:100%; margin:25px 0;  }
   .row-fluid .five-column-section { padding: 7px 0px 7px !important; width:100%; margin:25px 0;  }
   body.career .row-fluid .hero-section2 .hero-content { padding: 120px 20px 30px; } 
   .row-fluid .team-section.careers-team {  margin-top:30px; }   
   
   .row-fluid .career-video iframe { height: 130px !important; }
   .row-fluid .careers-team .careers-right .bgimg-main.zing-zag1 { height: 102px; } 
   .row-fluid .careers-team .careers-right .bgimg-main.zing-zag2 { height: 169px; }  
   .row-fluid .careers-team .careers-right .bgimg-main.zing-zag3 , .row-fluid .careers-team .careers-right .bgimg-main.zing-zag4 { height: 138px;  }
   
 
 .row-fluid .mainmenu .hs-menu-wrapper ul li a , .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children ul li a { opacity: 0; -ms-transform: translateX(90px); transform: translateX(90px); } 
 .row-fluid .mainmenu .hs-menu-wrapper ul li a.child-triggerm { opacity: 1; -ms-transform: translateX(0px) !important; transform: translateX(0px) !important; }
 .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li a , .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children .child-open + ul li a { transition: all 0.3s cubic-bezier(0.03, 0.46, 0.31, 0.97); transition-delay: 0s;  -ms-transform: translateX(0px); transform: translateX(0px);  }
 .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li:first-child a , .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children .child-open + ul li:first-child a {  transition-delay: .5s; opacity: 1; }  
 .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) a , .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children .child-open + ul li:nth-child(2) a { transition-delay: .7s; opacity: 1; }
 .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(3) a , .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children .child-open + ul li:nth-child(3) a { transition-delay: .9s; opacity: 1; }
 .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(4) a , .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children .child-open + ul li:nth-child(4) a { transition-delay: 1.1s; opacity: 1; }
 .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(5) a , .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children .child-open + ul li:nth-child(5) a { transition-delay: 1.3s; opacity: 1; }
 .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(6) a , .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children .child-open + ul li:nth-child(6) a { transition-delay: 1.5s; opacity: 1; }
 .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(7) a , .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children .child-open + ul li:nth-child(7) a { transition-delay: 1.7s; opacity: 1; }
 .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(8) a , .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children .child-open + ul li:nth-child(8) a { transition-delay: 1.9s; opacity: 1; }
 .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(9) a , .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children .child-open + ul li:nth-child(9) a { transition-delay: 2.1s; opacity: 1; }
 .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(10) a , .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children .child-open + ul li:nth-child(10) a { transition-delay: 2.3s; opacity: 1; } 

   .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul { background: #000; }  
  .row-fluid .mainmenu .hs-menu-wrapper ul li a {  font-weight:700; display: inline-block; width: auto; color:#fff; }  
  .row-fluid .hero-section h1 sup { font-size: 20px; top: 5px; }
   .row-fluid .hero-section h1 { margin-bottom:22px; }
   .row-fluid .partner-section2 a.cta_button { font-size:12px; padding: 22px 16px 22px 16px; }
   
   .row-fluid .partner-section2 a.cta_button::before { right: 14px; }
   
  .hs_cos_wrapper_type_menu > a.mobile-trigger { display:none !important; } 
   .row-fluid .mobile-show { display:block !important; }
   
   .dl-menuwrapper a, .dfd-click-menu-activation-button a, .dfd-side-slide-header-button-wrap a { left:120px !important; }
   .row-fluid .dl-menuwrapper { z-index:0; float:left; width:100%; }
   
   .dl-menuwrapper,
.dfd-click-menu-activation-button,
.dfd-side-slide-header-button-wrap {
    position: relative;
    width: 36px;
    height: inherit;
    margin: 0 auto;
    z-index: 1003;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.dl-menuwrapper a,
.dfd-click-menu-activation-button a,
.dfd-side-slide-header-button-wrap a {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 32px;
    height: 36px;
    margin-top: -18px;
    margin-left: -30px;
    -webkit-transition: background .3s ease, border-color .3s ease;
    -moz-transition: background .3s ease, border-color .3s ease;
    transition: background .3s ease, border-color .3s ease;
  cursor:pointer;
}
.dl-menuwrapper a .icon-wrap,
.dfd-click-menu-activation-button a .icon-wrap,
.dfd-side-slide-header-button-wrap a .icon-wrap {
    position: absolute;
    display: block;
    width: 34px;
    height: 2px;
    top: 50%;
    right: 0;
    margin-left: -12px;
    background: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  cursor:pointer; 
}
.dl-menuwrapper a .icon-wrap.dfd-top-line,
.dfd-click-menu-activation-button a .icon-wrap.dfd-top-line,
.dfd-side-slide-header-button-wrap a .icon-wrap.dfd-top-line {
    margin-top: -7px;
  cursor:pointer; 
}
.dl-menuwrapper a .icon-wrap.dfd-middle-line,
.dfd-click-menu-activation-button a .icon-wrap.dfd-middle-line,
.dfd-side-slide-header-button-wrap a .icon-wrap.dfd-middle-line {
  
    margin-right: 0;
}
.dl-menuwrapper a .icon-wrap.dfd-bottom-line,
.dfd-click-menu-activation-button a .icon-wrap.dfd-bottom-line,
.dfd-side-slide-header-button-wrap a .icon-wrap.dfd-bottom-line {
    margin-top: 7px;
}

 
.dl-menuwrapper a:hover .icon-wrap.dfd-top-line, .dfd-click-menu-activation-button a:hover .icon-wrap.dfd-top-line, .dfd-side-slide-header-button-wrap a:hover .icon-wrap.dfd-top-line , .mobile-open .dl-menuwrapper a .icon-wrap.dfd-top-line, .mobile-open .dfd-click-menu-activation-button a .icon-wrap.dfd-top-line,.mobile-open .dfd-side-slide-header-button-wrap a .icon-wrap.dfd-top-line {
    -webkit-animation: dfdHamburgerButton .8s linear infinite;
    -moz-animation: dfdHamburgerButton .8s linear infinite;
    -o-animation: dfdHamburgerButton .8s linear infinite;
    -ms-animation: dfdHamburgerButton .8s linear infinite;
    animation: dfdHamburgerButton .8s linear infinite;
}

.dl-menuwrapper a:hover .icon-wrap.dfd-middle-line, .dfd-click-menu-activation-button a:hover .icon-wrap.dfd-middle-line, .dfd-side-slide-header-button-wrap a:hover .icon-wrap.dfd-middle-line , .mobile-open .dl-menuwrapper a .icon-wrap.dfd-middle-line,.mobile-open .dfd-click-menu-activation-button a .icon-wrap.dfd-middle-line,.mobile-open .dfd-side-slide-header-button-wrap a .icon-wrap.dfd-middle-line  {
    -webkit-animation: dfdHamburgerButton 1.2s ease-in infinite;
    -moz-animation: dfdHamburgerButton 1.2s ease-in infinite;
    -o-animation: dfdHamburgerButton 1.2s ease-in infinite;
    -ms-animation: dfdHamburgerButton 1.2s ease-in infinite;
    animation: dfdHamburgerButton 1.2s ease-in infinite;
}
.dl-menuwrapper a:hover .icon-wrap.dfd-bottom-line, .dfd-click-menu-activation-button a:hover .icon-wrap.dfd-bottom-line, .dfd-side-slide-header-button-wrap a:hover .icon-wrap.dfd-bottom-line , .mobile-open .dl-menuwrapper a .icon-wrap.dfd-bottom-line, .mobile-open .dfd-click-menu-activation-button a .icon-wrap.dfd-bottom-line,.mobile-open .dfd-side-slide-header-button-wrap a .icon-wrap.dfd-bottom-line {
    -webkit-animation: dfdHamburgerButton .6s ease-out infinite;
    -moz-animation: dfdHamburgerButton .6s ease-out infinite;
    -o-animation: dfdHamburgerButton .6s ease-out infinite;
    -ms-animation: dfdHamburgerButton .6s ease-out infinite;
    animation: dfdHamburgerButton .6s ease-out infinite;
}


@-webkit-keyframes dfdHamburgerButton {
    0% {
        -webkit-transform: scaleX(1);
    }
    25% {
        -webkit-transform: scaleX(.9);
    }
    50% {
        -webkit-transform: scaleX(1);
    }
    75% {
        -webkit-transform: scaleX(1.1);
    }
    100% {
        -webkit-transform: scaleX(1);
    }
}
@-moz-keyframes dfdHamburgerButton {
    0% {
        -moz-transform: scaleX(1);
    }
    25% {
        -moz-transform: scaleX(.9);
    }
    50% {
        -moz-transform: scaleX(1);
    }
    75% {
        -moz-transform: scaleX(1.1);
    }
    100% {
        -moz-transform: scaleX(1);
    }
}
@-o-keyframes dfdHamburgerButton {
    0% {
        -o-transform: scaleX(1);
    }
    25% {
        -o-transform: scaleX(.9);
    }
    50% {
        -o-transform: scaleX(1);
    }
    75% {
        -o-transform: scaleX(1.1);
    }
    100% {
        -o-transform: scaleX(1);
    }
}
@keyframes dfdHamburgerButton {
    0% {
        transform: scaleX(1);
    }
    25% {
        transform: scaleX(.9);
    }
    50% {
        transform: scaleX(1);
    }
    75% {
        transform: scaleX(1.1);
    }
    100% {
        transform: scaleX(1);
    }
}

/*     */
   .hero-sec { background-position: top -120px right -240px; padding: 175px 0 0; overflow: hidden; }
   .hero-sec .hero-caption { padding: 50px  0 30px; position: relative; z-index: 1; }
   .hero-sec .hero-title h1 { margin-bottom: 25px; }
   .hero-sec .hero-caption:after { content: ""; position: absolute; bottom: -100%; left: -30px; right: -30px; background: rgba(255, 255, 255, 0.39); z-index: -1; top: 0; }
   .row-fluid .hero-sec .looking-menu ul { display: block; padding: 0; }
   .row-fluid .hero-sec .looking-menu ul li { width: 100%; padding: 8px 0; }
   .row-fluid .hero-sec .looking-menu { width: 100%; padding: 40px 0; }
   .row-fluid .hero-sec .looking-title { width: 100%; }
   .row-fluid .hero-sec .looking-section .wrapper { display: block; }
   .row-fluid .hero-sec .looking-title h3 { max-width: 100%; font-size: 20px; }
   .row-fluid .hero-sec .looking-title h4 { margin: 18px 0; }
   .row-fluid .hero-sec .looking-menu ul li a { font-size: 18px; }   
   .row-fluid .case-study-box{    position: relative;}
   .case-play-inner { width: 100%; }
   
   .row-fluid .hero-section.hero-section2.bgimg-main{ overflow: hidden; }
   .categories-sec ul li a { padding: 1px 5px; font-size: 12px; }
   .categories-sec ul li { margin-bottom: 12px; }
   .row-fluid .blog-main { padding-top: 35px; }
   
   .row-fluid .categories-left { width: 100%; }
   .row-fluid .site-search-input { width: 100%; margin-bottom: 30px; }
   .row-fluid .site-search-input .hs-search-field__input { height: 38px; }
   .row-fluid .hs-search-results__pagination { background: transparent; width: 100%; padding: 0; }
   .row-fluid .hs-search-results__pagination a {color: #ffffff !important; background: #8cc640; padding: 2px 10px; }
   .row-fluid .hs-search-results__pagination .hs-search-results__prev-page { float: left;} 
   .row-fluid .results-sec ul.hs-search-results__listing { font-size: 16px; line-height: 26px;}
   .row-fluid .results-sec {  padding: 34px  0; }

   /*=====*/
   
   .row-fluid .filter_area { text-align:center; }
   .row-fluid .filter_options { width:100%; max-width:400px; float:none; display:inline-block; text-align:left; margin:0 0 10px; }      
   .row-fluid .filter_options span.select_title { font-size: 14px; line-height: 20px; }
   
   .row-fluid .filter_area { margin-bottom: 0; }
   .row-fluid .site-search-input { max-width:100%; text-align:center; }
   .row-fluid .site-search-input .hs-search-field { float:none; display:inline-block; width:100%; max-width:400px; }
   
   .row-fluid .blogfilter_width .filter_area { width: 100%; padding-right: 0px; }
   .row-fluid .blogfilter_width .clear-filter { width: 100%; text-align: center; margin-bottom: 17px; }
   .row-fluid .blogfilter_width .clear-filter a.clear-btn { font-size: 14px; line-height: 20px;text-align:left; }
   
   
} 


 @media (min-width: 992px) { 
  .row-fluid .footer-form form .hs-submit .actions:hover:after { color:#ffffffff; }
/*    .hs-blog-post .row-fluid .blog-left .post-body iframe { -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); position:relative; left:50%; width:560px !important; height:315px !important; margin:30px 0; }   */
  .row-fluid .hero-section2 .hero-content { padding: 158px 20px 90px; }
  .row-fluid .mobile-display { display:none; } 
  .row-fluid .mobile-show { display:none !important; }
   a.mobile-trigger, a.child-triggerm { display: none !important; /* Hide button on Desktop */ }     
  .row-fluid .mainmenu div.hs-menu-wrapper > ul > li:last-child > ul { right:0; left:auto; }
  .row-fluid .mainmenu div.hs-menu-wrapper > ul > li:last-child > ul > li > ul { right:100%; left:auto !important; } 
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color: rgb(206, 172, 126); font-weight:bold; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active-branch > a:after { backface-visibility: hidden; -ms-transform: scaleX(1); -webkit-transform: scaleX(1); transform: scaleX(1); }

  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul { margin-top: 20px; width:180px; left:0px !important; transition: all 0.4s ease-in-out !important; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; } 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper { margin-top: 0; }

  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li { border-bottom:1px solid #fff; }   
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li:last-child { border-bottom:0; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li a:hover { background:#393939; } 
/*   .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child > a { box-sizing: border-box; color:#fff !important;		background-color: #077DB2; } 
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child > a:hover  { background: #393939; } */
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a {  padding: 31px 10px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul { top:100%; }
  .row-fluid .main-header.fixed .mainmenu .hs-menu-wrapper > ul > li ul { top: 76px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:first-child { position:relative; } 
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:first-child:before { -webkit-transition: all 0.35s ease; opacity:0; position:absolute;  transition: all 0.35s ease; bottom:20px; display: block; height: 3px; width: 100%; content: ""; background-color: #000; width: calc(100% - 20px); }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a:first-child:before { bottom:27px; opacity:1; }
/*   .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child > a:before { display:none; } */
   
  .row-fluid .main-header.fixed .mainmenu .hs-menu-wrapper > ul > li > a:first-child:before {  bottom: 22px; }
  .career .row-fluid .hero-content.wrapper { padding: 218px 20px 134px; } 
  .career .row-fluid .hero-content.wrapper { width:1240px !important; }  
   
  .row-fluid .bottom-align .wrapper > div > .row-fluid { align-items: flex-end; }
  .row-fluid .bottom-align .wrapper > div > .row-fluid .align-bottom-image {  padding-right:35px; }
   
  .row-fluid .location-tab-section { position: relative; left: 20px; }
   
  .bottom-align-raw .flex.reverse .item-height + .span6 { margin:0; padding-right:20px; }
  .bottom-align-raw .flex.defult .item-height + .span6 { margin:0; padding-left:20px; }
   
/*=j= 16-07-2019 =j=*/
   .row-fluid .header_section .mainmenu { text-align: right;}
   .row-fluid .header_section .mainmenu .hs-menu-wrapper > ul > li ul li { text-align: left;}
   
}


 @media (max-width: 991px) { /* Variables
     ========================================================================== */ {
% set menuColorMobile = "#455560" %
}   /* Set Mobile Menu Background Color */ {
% set aColorMobile = "#fff" %
}      /* Set Link Color */ {
% set aColorHoverMobile = "#fff" %
} /* Set Link Hover Color */
.row-fluid .four-column .three-column-section { width:50%; margin-bottom:25px;} 
   .row-fluid .four-column .five-column-section { width:50%; margin-bottom:25px;} 

  /* 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 */
  .mainmenu, .mainmenu * {
 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: { {
aColorMobile
}
};
  
}


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

  a.mobile-trigger {
 display: inline-block !important; /* Hide button on Desktop */
 cursor: pointer; /* Mouse pointer type on hover */
 position: absolute; /*******************************************/
 top:36px;          /* Position Button at top right of screen  */
 right: 0px;        /*******************************************/
 width: 37px; /* Button width */
 height: 38px; /* Button height */
 padding: 6px 4px 8px 8px;
    left:auto !important;
    font-size:0 !important;

 z-index: 99999999999; /* Z-index to keep button on top of other layers */
 -webkit-transition: background-color 0.2s linear; /* Button color transition effect */ 
 font-size: 16px;
 font-weight: normal;
 text-align: left;
 text-transform: uppercase;
 border-radius: 6px;
 -webkit-transition:color .2s ease-in;
 -moz-transition:color .2s ease-in;
 transition:color .2s ease-in;
}
 a.mobile-trigger:hover {
 text-decoration: none; /* Removes link text underline on button */
 color: { {
aColorHoverMobile
}
};
}
 a.mobile-trigger span {
 display: inline;
}
 a.mobile-trigger span:before {
 position: absolute;
 content: 'Menu'; /* Change the text on the closed toggle button */
}
 a.mobile-trigger span:after {
 position: relative;
 right: 2px;
 content: 'Close'; /* Change the text on the open toggle button */
 background-color: { {
menuColorMobile
}
};
 opacity: 0;
 transition: opacity .4s ease-in-out;
 -moz-transition: opacity .4s ease-in-out;
 -webkit-transition: opacity .4s ease-in-out;
}

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger {
 -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
 -moz-transition:background-color 0.2s linear; /* Button color transition effect */
 transition:background-color 0.2s linear; /* Button color transition effect */
 background: transparent; /* Changes button background to be slightly darker than open menu color */
}
 .mobile-open a.mobile-trigger span:after {
 opacity: 1;
}


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
 display: inline;
 position: relative;
 top: -2px;
 margin-left: 0;
 -webkit-transition-duration: 0s;
 -webkit-transition-delay: .2s;
 -moz-transition-duration: 0s;
 -moz-transition-delay: .2s;
 transition-duration: 0s;
 transition-delay: .2s;
}
 a.mobile-trigger i:before, a.mobile-trigger i:after {
 position: absolute;
 content: '';
}
 a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after {
 width: 22px; /* Icon line width */
 height: 3px; /* Icon line height */
 background-color:#fff;-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
 display: inline-block;
}
 a.mobile-trigger i:before {
 margin-top: -6px; /* Position top line */
 -webkit-transition-property: margin, -webkit-transform;
 -webkit-transition-duration: .2s;
 -webkit-transition-delay: .2s, 0;
}
 a.mobile-trigger i:after {
 margin-top: 6px; /* Position bottom line */
 -webkit-transition-property: margin, -webkit-transform;
 -webkit-transition-duration: .2s;
 -webkit-transition-delay: .2s, 0;
}
 .mobile-open a.mobile-trigger i {
 background-color: rgba(0, 0, 0, 0.0);
 -webkit-transition-delay: .2s;
 -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
 box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
}
 .mobile-open a.mobile-trigger i:before {
 margin-top: 0;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 -webkit-transition-delay: 0, .2s;
 -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
 box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
}
 .mobile-open a.mobile-trigger i:after {
 margin-top: 0;
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
 -webkit-transition-delay: 0, .2s;
 -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
 box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
}

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

  a.child-triggerm {
 display: block !important; /* Hide button on Desktop */
 cursor: pointer; /* Mouse pointer type on hover */
 position: absolute;
 top: 0px;
 right: 0px;
 width: 45px !important; /* Button width */
 min-width: 45px !important;
 height: 45px !important; /* Button height */
 padding: 0 !important;
 border-left: 1px solid rgba(255, 255, 255, 1);
}
 a.child-triggerm:hover {
 text-decoration: none;
}


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-triggerm span {
 position: relative;
 top: 50%; /* Centers icon inside button */
 margin: 0 auto !important;
 -webkit-transition-duration: .2s;
 -moz-transition-duration: .2s;
 transition-duration: .2s;
}
 a.child-triggerm span:after {
 position: absolute;
 content: '';
}
 a.child-triggerm span, a.child-triggerm span:after {
 width: 10px; /* Icon line width */
 height: 1px; /* Icon line height */
 background-color:#fff;
 display: block;
}
 .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span:after {
background-color: #fff;
}
 a.child-triggerm span:after {
 -webkit-transform: rotate(-90deg);
 -ms-transform: rotate(-90deg);
 transform: rotate(-90deg);
 -webkit-transition-duration: .2s;
 -moz-transition-duration: .2s;
 transition-duration: .2s;
}
 a.child-triggerm.child-open span:after {
 -webkit-transform: rotate(-180deg);
 -ms-transform: rotate(-180deg);
 transform: rotate(-180deg);
 -webkit-transition-duration: .2s;
 -moz-transition-duration: .2s;
 transition-duration: .2s;
}
 a.child-triggerm.child-open span {
 -webkit-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
 -webkit-transition-duration: .2s;
 -moz-transition-duration: .2s;
 transition-duration: .2s;
}

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  

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

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal {
 position: absolute; /**************************************************************/
 /*top: 81px;*/             /* Positions the menu to drop from the very top of the screen */
    top:100%;
 left:105%;          /**************************************************************/
 width: 100%;
 -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
 -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
 box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65);
 transition:all 700ms ease-in-out;
 
display:block !important;
}

.mobile-open .mainmenu.js-enabled .hs-menu-flow-horizontal { 
    left:0;
    
}
 .mainmenu .hs-menu-flow-horizontal { 
 padding: 0px 0 0 0; /* Padding to add room for close button */
 background-color:#8CC640; /*;*/ /* Menu background color set off global mobile-menuColor variable */
 width: 100%; /* Full screen width */ 
 z-index: 8888;
}

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li {
 position: relative;
}
 .mainmenu .hs-menu-flow-horizontal > ul > li a {
 font-size: 15px; /* Font size of top level list items */
 line-height: 38px;
 overflow: visible;
}

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li {
 border-top: 1px solid rgba(255, 255, 255,1); /* Adds transparent dark highlights to top of top level list items */
}
 .mainmenu .hs-menu-flow-horizontal ul li {
 padding: 0 10px 0 0;
}
 .mainmenu .hs-menu-flow-horizontal ul li a:hover {
 color: { {
aColorHoverMobile
}
}; /* link hover color set by global mobile-aColorHover variable */
}

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li {
 background-color: rgba(255, 255, 255, .08);
}
 .mainmenu .hs-menu-flow-horizontal > 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 */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a {
 text-indent: 30px; /* Indent Child lists */
}
 .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a {
 text-indent: 50px; /* Indent Child lists */
}
/* Mainmenu */
   .dl-menuwrapper a:hover .icon-wrap.dfd-bottom-line.last { animation: dfdHamburgerButton .8s ease-out infinite !important; } 
   .dl-menuwrapper a .icon-wrap.dfd-bottom-line.last { margin-top: 14px; }
.row-fluid .mainmenu .hs-menu-wrapper ul li a, .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children ul li a { opacity: 0; -ms-transform: translateX(90px); transform: translateX(90px); }
.row-fluid .mainmenu .hs-menu-wrapper ul li a.child-triggerm { opacity: 1; -ms-transform: translateX(0px) !important; transform: translateX(0px) !important; }
.mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li a, .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children .child-open + ul li a { transition: all 0.3s cubic-bezier(0.03, 0.46, 0.31, 0.97); transition-delay: 0s; -ms-transform: translateX(0px); transform: translateX(0px); }
.mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li:first-child a, .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children .child-open + ul li:first-child a { transition-delay: .5s; opacity: 1; }
.mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(2) a, .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children .child-open + ul li:nth-child(2) a { transition-delay: .7s; opacity: 1; }
.mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(3) a, .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children .child-open + ul li:nth-child(3) a { transition-delay: .9s; opacity: 1; }
.mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(4) a, .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children .child-open + ul li:nth-child(4) a { transition-delay: 1.1s; opacity: 1; }
.mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(5) a, .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children .child-open + ul li:nth-child(5) a { transition-delay: 1.3s; opacity: 1; }
.mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(6) a, .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children .child-open + ul li:nth-child(6) a { transition-delay: 1.5s; opacity: 1; }
.mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(7) a, .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children .child-open + ul li:nth-child(7) a { transition-delay: 1.7s; opacity: 1; }
.mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(8) a, .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children .child-open + ul li:nth-child(8) a { transition-delay: 1.9s; opacity: 1; }
.mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(9) a, .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children .child-open + ul li:nth-child(9) a { transition-delay: 2.1s; opacity: 1; }
.mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li:nth-child(10) a, .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children .child-open + ul li:nth-child(10) a { transition-delay: 2.3s; opacity: 1; }

.row-fluid .mainmenu .hs-menu-wrapper > ul > li ul { background: #000; }
.row-fluid .mainmenu .hs-menu-wrapper ul li a { font-weight: 700; display: inline-block; width: auto; color: #fff; }
.hs_cos_wrapper_type_menu > a.mobile-trigger { display: none !important; }
.row-fluid .mobile-show { display: block !important; }
.dl-menuwrapper a, .dfd-click-menu-activation-button a, .dfd-side-slide-header-button-wrap a { /*left: 120px !important;*/ right:3%; }
.row-fluid .dl-menuwrapper { z-index: 0; float: left; width: 100%; margin-top: -77px; }
   .row-fluid .header_section.fixed .dl-menuwrapper { margin-top: -79px; }

   .row-fluid .header_section .mainmenu .hs-menu-wrapper > ul > li a { padding: 3px 15px; display: block; }
   .row-fluid .header_section.fixed .mainmenu .hs-menu-wrapper > ul > li > a { 3px 15px }
   .row-fluid .header_section .mainmenu .hs-menu-wrapper > ul  li.hs-item-has-children > a { padding: 3px 35px 3px 15px; }
   .row-fluid .header_section .mainmenu .hs-menu-wrapper > ul > li ul { width: 100%; max-width: 100%; }
   .row-fluid .header_section .mainmenu .hs-menu-wrapper > ul > li ul li { padding: 0px; }
   .row-fluid .header_section .mainmenu ul > li:last-child { padding: 0px; }
   .row-fluid .header_section .mainmenu ul > li .header_btn { display:block; float: left; width: 100%; padding: 8px 10px; border-top: 1px solid rgba(255, 255, 255, 1); }
   .row-fluid .header_section .mainmenu ul > li .header_btn script { display: none; }
   .row-fluid .header_section .mainmenu ul > li .header_btn a { display: inline-block; color: #fff; }
   .row-fluid .header_section .mainmenu {width: auto; padding-right: 0px; float:right; }
   .row-fluid .header_section .search-box {width: 20px; float: right; margin-right: 90px; }
   .row-fluid .header_section .top-logo { margin: 15px 0; }
  .row-fluid .header_section.fixed .top-logo { margin: 18px 0; }
   .row-fluid .header_section.fixed .search-box .search-click-wrap a.search_click { padding: 30px 0; }
   .row-fluid .header_section .dl-menuwrapper { -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; }
   
.dl-menuwrapper, .dfd-click-menu-activation-button, .dfd-side-slide-header-button-wrap { position: relative; width: 36px; height: inherit; margin: 0 auto; z-index: 1003; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.dl-menuwrapper a, .dfd-click-menu-activation-button a, .dfd-side-slide-header-button-wrap a { overflow: hidden; position: absolute; top: 36px; left: 50%; display: block; width: 32px; height: 36px; margin-top: -18px; margin-left: -30px; -webkit-transition: background .3s ease, border-color .3s ease; -moz-transition: background .3s ease, border-color .3s ease; transition: background .3s ease, border-color .3s ease; cursor: pointer; }
.dl-menuwrapper a .icon-wrap, .dfd-click-menu-activation-button a .icon-wrap, .dfd-side-slide-header-button-wrap a .icon-wrap { position: absolute; display: block; width: 34px; height: 2px; top: 50%; right: 0; margin-left: -12px; background: #000; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; -webkit-transform-origin: 100% 50%; -moz-transform-origin: 100% 50%; -o-transform-origin: 100% 50%; transform-origin: 100% 50%; cursor: pointer; }
.dl-menuwrapper a .icon-wrap.dfd-top-line, .dfd-click-menu-activation-button a .icon-wrap.dfd-top-line, .dfd-side-slide-header-button-wrap a .icon-wrap.dfd-top-line { margin-top: -7px; cursor: pointer; }
.dl-menuwrapper a .icon-wrap.dfd-middle-line, .dfd-click-menu-activation-button a .icon-wrap.dfd-middle-line, .dfd-side-slide-header-button-wrap a .icon-wrap.dfd-middle-line { margin-right: 0; }
.dl-menuwrapper a .icon-wrap.dfd-bottom-line, .dfd-click-menu-activation-button a .icon-wrap.dfd-bottom-line, .dfd-side-slide-header-button-wrap a .icon-wrap.dfd-bottom-line { margin-top: 7px; }
.dl-menuwrapper a:hover .icon-wrap.dfd-top-line, .dfd-click-menu-activation-button a:hover .icon-wrap.dfd-top-line, .dfd-side-slide-header-button-wrap a:hover .icon-wrap.dfd-top-line, .mobile-open .dl-menuwrapper a .icon-wrap.dfd-top-line, .mobile-open .dfd-click-menu-activation-button a .icon-wrap.dfd-top-line, .mobile-open .dfd-side-slide-header-button-wrap a .icon-wrap.dfd-top-line { -webkit-animation: dfdHamburgerButton .8s linear infinite; -moz-animation: dfdHamburgerButton .8s linear infinite; -o-animation: dfdHamburgerButton .8s linear infinite; -ms-animation: dfdHamburgerButton .8s linear infinite; animation: dfdHamburgerButton .8s linear infinite; }
.dl-menuwrapper a:hover .icon-wrap.dfd-middle-line, .dfd-click-menu-activation-button a:hover .icon-wrap.dfd-middle-line, .dfd-side-slide-header-button-wrap a:hover .icon-wrap.dfd-middle-line, .mobile-open .dl-menuwrapper a .icon-wrap.dfd-middle-line, .mobile-open .dfd-click-menu-activation-button a .icon-wrap.dfd-middle-line, .mobile-open .dfd-side-slide-header-button-wrap a .icon-wrap.dfd-middle-line { -webkit-animation: dfdHamburgerButton 1.2s ease-in infinite; -moz-animation: dfdHamburgerButton 1.2s ease-in infinite; -o-animation: dfdHamburgerButton 1.2s ease-in infinite; -ms-animation: dfdHamburgerButton 1.2s ease-in infinite; animation: dfdHamburgerButton 1.2s ease-in infinite; }
.dl-menuwrapper a:hover .icon-wrap.dfd-bottom-line, .dfd-click-menu-activation-button a:hover .icon-wrap.dfd-bottom-line, .dfd-side-slide-header-button-wrap a:hover .icon-wrap.dfd-bottom-line, .mobile-open .dl-menuwrapper a .icon-wrap.dfd-bottom-line, .mobile-open .dfd-click-menu-activation-button a .icon-wrap.dfd-bottom-line, .mobile-open .dfd-side-slide-header-button-wrap a .icon-wrap.dfd-bottom-line { -webkit-animation: dfdHamburgerButton .6s ease-out infinite; -moz-animation: dfdHamburgerButton .6s ease-out infinite; -o-animation: dfdHamburgerButton .6s ease-out infinite; -ms-animation: dfdHamburgerButton .6s ease-out infinite; animation: dfdHamburgerButton .6s ease-out infinite; }
@-webkit-keyframes dfdHamburgerButton {
	0% { -webkit-transform: scaleX(1); }
	25% { -webkit-transform: scaleX(.9); }
	50% { -webkit-transform: scaleX(1); }
	75% { -webkit-transform: scaleX(1.1); }
	100% { -webkit-transform: scaleX(1); }
}
@-moz-keyframes dfdHamburgerButton {
	0% { -moz-transform: scaleX(1); }
	25% { -moz-transform: scaleX(.9); }
	50% { -moz-transform: scaleX(1); }
	75% { -moz-transform: scaleX(1.1); }
	100% { -moz-transform: scaleX(1); }
}
@-o-keyframes dfdHamburgerButton {
	0% { -o-transform: scaleX(1); }
	25% { -o-transform: scaleX(.9); }
	50% { -o-transform: scaleX(1); }
	75% { -o-transform: scaleX(1.1); }
	100% { -o-transform: scaleX(1); }
}
@keyframes dfdHamburgerButton {
	0% { transform: scaleX(1); }
	25% { transform: scaleX(.9); }
	50% { transform: scaleX(1); }
	75% { transform: scaleX(1.1); }
	100% { transform: scaleX(1); }
}
   
}



/* Language Page Specific - Overrides
========================================================================== */ 
:lang(ja-jp) .footer-contact-form .widget-type-custom_widget{
  max-width: 700px !important;
}



@media(max-width:991px){
  /* New Redesign Style (17-07-2019) */
  /* Header Section */
  .row-fluid .header_section .search-box .site-search form input {font-size: 20px; line-height: 27px; } 
  
  /* Hero Section */
  .row-fluid .hero_section .hero-logo img { max-width: 150px; }
  
  /* Map Section */
  .row-fluid .map_style .wrapper > div > .row-fluid { display: block; }
  .row-fluid .map_style .left-side-section { width: 100%; text-align: center; padding: 50px 0 50px; }
  .row-fluid .map_style .left-side-section h3:after { left: 50%; transform: translateX(-50%); margin-left:0px; }
  .row-fluid .map_style .left-side-section .brek-down-para {font-size: 16px; }
  .row-fluid .map_style .map-right-section { width: 100%; margin: 0px; text-align: center; padding: 25px 0 0; }
  .row-fluid .map_style .map-right-section:before { top: 0; left: -1000px; right: -1000px; }
  .row-fluid .map_style .map-right-section svg { width: auto; height: 382px; }
  
/* Team Section */
  .row-fluid .team_style { padding: 60px 0; }
  .row-fluid .team_style .team-left {padding: 7px 30px 0 0 !important; }
  .row-fluid .team_style .team-right { padding-right: 0px;}
  .row-fluid .team_style .team-right h3 {margin-bottom: 16px;  }
  .row-fluid .team_style .team-right .team-rigth-para p { margin: 15px 0; font-size: 16px; }
 
  .blog-back-btn input[type=submit]{ min-width: inherit; width: 100%; }
  
  
}

@media(max-width:767px){
  /* New Redesign Style (17-07-2019) */
  /* Header Section */
  .row-fluid .dl-menuwrapper { margin-top: -2px; }
  .row-fluid .header_section.fixed .dl-menuwrapper { margin-top: 1px; }
  
  /* Hero Section */
  .row-fluid .hero_section{ background-position:center; padding:0px; }
  .row-fluid .hero_section .hero_overlay { opacity: 0.75 !important; }
  .row-fluid .hero_section .hero-caption { max-width: 100%; text-align: center; padding: 140px 0 85px; }
  .row-fluid .hero_section .hero-caption:after { display:none; }
/*   .row-fluid .hero_section .hero_overlay { background: rgba(218, 220, 219, 0.6) !important; } */
  .row-fluid .hero_section .hero-caption .hero-title h1 { font-size: 45px; line-height: 45px; margin-bottom: 20px; }
  .row-fluid .hero_section .hero-caption .hero-text h3 { font-size: 25px; line-height: 30px; }
  .row-fluid .hero_section .hero-logo { bottom: 20px; right: 20px; }
.row-fluid .hero_section .hero-logo img { max-width: 110px; }
  
  /* Map Section */
  .row-fluid .map_style { padding: 0; }
  .row-fluid .map_style .left-side-section { padding: 40px 0; }
  .row-fluid .map_style .map-right-section { padding: 20px 0 0; }
  .row-fluid .map_style .map-right-section svg { height:218px; width:auto; }
  
  /* Team Section */
  .mobilespacing { padding: 0 30px;}
  .row-fluid .team_style { padding: 50px 0; margin-top:0px; }
  .row-fluid .team_style .wrapper { padding: 0 30px; }
  .row-fluid .team_style .team-left { padding: 0 !important; }
  .row-fluid .team_style .team-right { padding: 40px 0 0; }
  .row-fluid .team_style .team-right .grey_btn { padding-top: 15px; }
  
  .row-fluid .cta_style a.cta_button { padding: 22px 27px 22px 27px; }
  .row-fluid .cta_style a.cta_button:before {right: 25px;}
  .row-fluid .simple-menu-section .smp_menu-style ul > li > a { font-size: 16px; line-height:21px; white-space: pre-line;}
  
  .blog-back-btn input[type=submit] { min-width: 250px; width: auto; }
  .row-fluid .four-column .three-column-section { width:100%; margin-bottom:25px;} 
  .row-fluid .four-column .five-column-section { width:100%; margin-bottom:25px;} 
}

@media (max-width: 450px) { 
  
  .row-fluid .footer-contact.widget-type-rich_text ul li { width:100%; } 
  .row-fluid .talent-section .team-box { height:260px; }
  .hero-sec .hero-title h1 {  font-size: 26px; }
  .item-height { height: 215px; }

  /* New Redesign Style (17-07-2019) */
  /* Header Section */
  .row-fluid .header_section .wrapper { padding: 0 15px; }
  .row-fluid .header_section .top-logo img { max-width: 140px; }
  .row-fluid .header_section.fixed .top-logo { margin: 20px 0; }
  .row-fluid .header_section .top-logo { margin: 18px 0; }
  .row-fluid .header_section .search-box .site-search { padding: 25px 15px 20px; }
  .row-fluid .header_section .search-box .site-search form input { font-size: 18px; line-height: 20px; padding: 0 30px 10px 0; }
  .row-fluid .header_section .search-box .site-search .search_para { padding-top: 15px; }
  
  /* Map Section */
  .row-fluid .map_style .left-side-section a { padding: 20px 38px 20px 10px;}
  .row-fluid .map_style .left-side-section a:before { right: 14px;}
  .row-fluid .map_style .map-right-section svg { width:100%; height:auto; }
  
  /* Simple Menu Section */
  .row-fluid .simple-menu-section .smp_menu-style ul > li { width: 100%; display: block; }
  .row-fluid .simple-menu-section .smp_menu-style ul > li:before { display: none; }

}

@media (max-width: 400px) {  
  
  body .row-fluid a.cta_button { width:auto; box-sizing: border-box !important; }
  .hs-form-field { width: 100%; margin-bottom: 8px; margin-left: 0px; margin-right: 0px; }
  .row-fluid .footer-form form .hs-submit .actions { margin-top: 2px; }

}

@media (min-width: 400px) and (max-width: 600px) {  
  .row-fluid a.cta_button { padding: 20px 45px 20px 45px; }
  .row-fluid a.cta_button::before { right: 54px; }
}

 @media (min-width: 500px) and (max-width: 767px) {   
   
   .row-fluid .location-box:hover::after { top: -50px; }

}

 @media (min-width: 1240px) and (max-width: 1445px) {  
  
   body .row-fluid .thumb-author > div { margin: 0 40px; }
   
}


  /* Offer Row copied from old CSS for new case study, reports, and infographics page */

.offer-row {
  text-align: center; }
  .offer-row--none h3,
  .offer-row--none a,
  .offer-row--none:hover a,
  .offer-row--none:focus a {
    color: #807f83 !important; }
  .offer-row--blue h3,
  .offer-row--blue a,
  .offer-row--blue:hover a,
  .offer-row--blue:focus a {
    color: #007db1 !important; }
  .offer-row--green h3,
  .offer-row--green a,
  .offer-row--green:hover a,
  .offer-row--green:focus a {
    color: #8dc640 !important; }
  .offer-row--purple h3,
  .offer-row--purple a,
  .offer-row--purple:hover a,
  .offer-row--purple:focus a {
    color: #2e3191 !important; }
  .offer-row--orange h3,
  .offer-row--orange a,
  .offer-row--orang:hover a,
  .offer-row--orange:focus a {
    color: #f0941f !important; }
  .offer-row--red h3,
  .offer-row--red a,
  .offer-row--red:hover a,
  .offer-row--red:focus a {
    color: #d22234 !important; }
  .offer-row--grey h3,
  .offer-row--grey a,
  .offer-row--grey:hover a,
  .offer-row--grey:focus a {
    color: #807f83 !important; }
  .offer-row__image-container {
    margin-bottom: 1em;
    background-image: -webkit-linear-gradient(bottom, currentColor -8%, rgba(255, 255, 255, 0) 20%);
    background-image: linear-gradient(to top, currentColor -8%, rgba(255, 255, 255, 0) 20%);
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
            transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
    max-height:158px!important;        
      
  }
  .offer-row__image {
    position: relative;
    z-index: -1;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
            transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99); }
  .offer-row__offer:hover .offer-row__image-container,
  .offer-row__offer:focus .offer-row__image-container {
    background-position: 0% 1em;
    -webkit-transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
            transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99); }
  .offer-row__offer:hover .offer-row__image,
  .offer-row__offer:focus .offer-row__image {
    -webkit-transform: scale(1.09, 1.10);
        -ms-transform: scale(1.09, 1.10);
            transform: scale(1.09, 1.10);
    -webkit-transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
            transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99); }

/***************************************************
 *               NEW STYLES 12/2019                *
 * ************************************************/
.row-fluid .fullpage-form form input[type="submit"]{width: 150px;margin: 0px auto;position: relative;padding: 22px !important;}
.row-fluid .fullpage-form form .actions::after{font-size: 12px;right: 20px !important;}
.footer-contact ul{list-style:none !important;}
.left-links.updates-links ul{list-style:none !important;}


.featured-title-hidden {display: none;}


.middle {
  display: inline-block !important;
  vertical-align: middle;
  float: none !important;
}

/*NEW MAP SECTION*/
.new-map-right-section svg { width: 800px; }
.row-fluid .map_style .new-map-right-section { padding: 65px 0 0; position: relative; z-index:1; }
.row-fluid .map_style .new-map-right-section .map-module { padding-left:20px; }
.row-fluid .map_style .new-map-right-section svg { width: auto; height:418px; }
.row-fluid .map_style .new-map-right-section:before { content: ''; position: absolute; top:-1000px; bottom:-1000px; left: 0; width: 3200px; z-index:-1; }


@media (min-width: 30px) and (max-width: 800px) { 
  .infographic-center {width:100% !important;}
}


@media (max-width: 1430px) {
  .row-fluid .map_style .new-map-right-section svg { width:auto; }
  }


@media (max-width: 1240px) {  
  .new-map-right-section svg { width: auto; }
  .row-fluid .map_style .new-map-right-section .map-module{ padding-left:0px; }
  .row-fluid .map_style .new-map-right-section {padding: 30px 0; }
}


 @media (min-width: 30px) and (max-width: 799px) { 
  .row-fluid .new-map-right-section { margin-top:50px; float:left; width:100%; } 
   .solutions-header p { font-size: 18px; margin-bottom: 150px;}
}

@media(max-width:991px){
  .row-fluid .map_style .new-map-right-section { width: 100%; margin: 0px; text-align: center; padding: 25px 0 0; }
  .row-fluid .map_style .new-map-right-section:before { top: 0; left: -1000px; right: -1000px; }
  .row-fluid .map_style .new-map-right-section svg { width: auto; height: 382px; }
}

@media(max-width:767px){
  .row-fluid .map_style .new-map-right-section { padding: 20px 0 0; }
  .row-fluid .map_style .new-map-right-section svg { height:218px; width:auto; }
  }

@media (max-width: 450px) { 
  .row-fluid .map_style .new-map-right-section svg { width:100%; height:auto; }
}

@media (min-width:800px) {
.solutions-header p { font-size: 24px;} 

}