/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


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

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


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//4389120.fs1.hubspotusercontent-na1.net/hubfs/4389120/LeaderStat_May2018/CSS/Socicon.css');
@import url('//fonts.googleapis.com/css?family=Lato:400,700,900,400italic,700italic');
@import url('//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css');

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

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

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

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


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

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

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

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

body {
  background: #fff;
  color: #555555;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
font {
  font-family: Lato, sans-serif !important;
   font-size: 15px !important;
  line-height: 1.2 !important;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

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


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  color: #27578c;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 5px;
}
h2 {
  color: #00395d;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 20px;
}
h3 {
  color: #00395d;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 5px;
}
h4 {
  color: #0199d3;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 10px;
  text-transform: uppercase;
}
h5 {
  color: #0199d3;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 10px;
}
h6 {
  color: #0199d3;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 10px;
}

/* Anchor Links */
a {
  color: #008bc0;
  text-decoration: underline;
}
a:hover {
  color: #008bc0;
  text-decoration: none;
}
a:focus {}

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

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


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

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

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


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

.header-container-wrapper {}
.header-container {}

.custom-header-group {
  position: relative;
}

.custom-header-top-group {
  background: #00395d;
  color: #fff;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 2px 2px 3px rgba(36,36,36,.5);
  -moz-box-shadow: 2px 2px 3px rgba(36,36,36,.5);
  box-shadow: 2px 2px 3px rgba(36,36,36,.5);
  min-height: 46px !important;
}

.header-socialshare-module {
  padding: 11px 0 12px;
  font-size: 0;
}
.header-socialshare-module a {
  width: 23px;
  height: 22px;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  margin: 0 5px 0 0;
  color: #fff;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}


.custom-header-top-nav {
  text-transform: uppercase;
  line-height: 26px;
  padding: 10px 30px 10px 0;
}
.custom-header-top-nav .hs-menu-wrapper {}
.custom-header-top-nav .hs-menu-wrapper > ul {
  display: block;
  font-size: 15px;
  line-height: 26px;	
  text-transform: uppercase;
}

.custom-header-top-nav .hs-menu-wrapper > ul > li {
  float: none !important;
  display: inline-block !important;
  width: auto !important;
  position: relative;
}

.custom-header-top-nav .hs-menu-wrapper > ul > li:before {
  content: "|";
  margin: 0 8.5px 0 6px;
}

.custom-header-top-nav .hs-menu-wrapper > ul > li:last-child:before,
.custom-header-top-nav .hs-menu-wrapper > ul > li:first-child:before {
  display: none;
}

.custom-header-top-nav .hs-menu-wrapper > ul > li a {
  color: #fff;
  text-decoration: none;
}

.custom-header-top-nav .hs-menu-wrapper > ul > li:last-child > a {
  font-weight: bold;
  margin-left: 6px;
}

.custom-header-top-nav .hs-menu-wrapper > ul > li a:hover {
  color: #fff;
  text-decoration: underline;
}

.custom-header-top-nav .hs-menu-wrapper > ul li.active > a,
.custom-header-top-nav .hs-menu-wrapper > ul li.active-branch > a {
  color: #008bc0;
}

.custom-header-top-nav .hs-menu-wrapper > ul ul {
  display: none !important;
}

.custom-header-applybtn {
  display: block;
  text-align: center;
  color: #00395d;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  background: #d2df43;
  line-height: 30px;
  padding: 15px 10px;
  -webkit-box-shadow: 2px 2px 5px rgba(36,36,36,.4);
  -moz-box-shadow: 2px 2px 5px rgba(36,36,36,.4);
  box-shadow: 2px 2px 5px rgba(36,36,36,.4);
  position: relative;
  z-index: 5;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.custom-header-applybtn:hover {
  color: #00395d;
  background: #e3f14b;
}


.custom-header-bt-group {
  padding: 25px 0;
  position: relative;
  background: #fff;
  z-index: 9;
}

.custom-header-logo span.hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: 294px;
  padding-bottom: 20px;
}



.custom-header2-group .custom-header-top-nav .hs-menu-wrapper > ul > li.contact-us:before {
  margin-right: 0 !important;
}
.custom-header2-group .custom-header-top-nav .hs-menu-wrapper > ul > li.contact-us > a {
  display: none !important;
}


/**/
.search-trigger {
  display: inline-block !important; /* Show button on mobile */
  width: 45px;
  height: 45px;
  font-size: 0;
  position: absolute;
  top: 0;
  background: url("//4389120.fs1.hubspotusercontent-na1.net/hubfs/4389120/LeaderStat_May2018/Images/sprite-icons.png") no-repeat left top;
  display: none;
  -webkit-box-shadow: 1px 2px 2px rgba(36,36,36,.2);
  -moz-box-shadow: 1px 2px 2px rgba(36,36,36,.2);
  box-shadow: 1px 2px 1px rgba(36,36,36,.2);
  right: 56px;
  background-position: -250px -80px;
  cursor: pointer;
}

.search-trigger:hover,
.search-trigger.open {
  background-position: -250px -130px;
}

.search-trigger.open {
  border-bottom: solid 30px #008ac0;
  height: 73px;
}

.custom-header-searchform {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100% !important;
  z-index: 9;
}

.custom-header-searchform .widget-type-google_search {
  background: #008ac0;
  padding: 15px 50px;
}
.custom-header-searchform .mobile-module {
  background: #008ac0;
  padding: 15px 0;
}
.custom-header-searchform .hs-search-field  {
  position: relative;
  width:70%;
  margin:0 auto;
  padding-top:0;
  padding:20px 0;
  margin-top:-15px;
}
.custom-header-searchform .field > label {
  display: none !important;
}
.custom-header-searchform .hs-search-field > label {
  display: none !important;
}
.custom-header-searchform .input {
  position: relative;
}

.custom-header-searchform .hs-input {
  background: #fff;
  border: none;
  outline: none;
  font-size: 26px;
  font-family: 'Lato', sans-serif;
  color: #6c747d;
  line-height: 33px;
  padding: 8px;
  margin-right: -20px;
  width: 103%;
  height: 49px;
  border-radius: 0 4px 4px 0px;
}
.custom-header-searchform input.hs-search-field__input {
  background: #fff;
  border: none;
  outline: none;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  color: #6c747d;
  line-height: 33px;
  padding: 8px;
/*   margin-right: -20px;
  width: 100%;*/
  height: 50px; 
  border-radius: 0;
}

.custom-header-searchform .hs-button.primary,
.custom-header-searchform input[type="submit"],
.custom-header-searchform input[type="button"] {
  cursor: pointer;
  width: 48px;
  height: 49px;
  position: absolute;
  border: none;
  outline: none;
  background: url("//4389120.fs1.hubspotusercontent-na1.net/hubfs/4389120/LeaderStat_May2018/Images/sprite-icons.png") no-repeat -110px -140px;
  right: 0;
  top: 0;
  font-size: 0;
  cursor: pointer;
  z-index: 5;
  text-indent: -99999px;
  display: block !important;
  background-repeat: no-repeat;
  padding: 0 !important;
  box-shadow: none;
  color: transparent;
  margin: 0 !important;
  border-radius: 0 4px 4px 0px;
}
/*** CUSTOM BUTTON ***/
.green-filled-button {
      -moz-box-shadow: 1px 1px 2px 1px #bebebe;
    -webkit-box-shadow: 1px 1px 2px 1px #bebebe;
    box-shadow: 1px 1px 2px 1px #bebebe;
    background-color: #d2df43;
    display: inline-block;
    cursor: pointer;
      color: #00395d !important;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    padding: 10px 38px;
    text-decoration: none !important;
    border: none;
    text-transform: uppercase;
    -webkit-appearance: none;
    border-radius: 0;
    display: -moz-inline-stack;
    display: inline-block;
    /* font-size: 1em; */
    width: auto;
    margin: 0;
	
}
.green-filled-button:hover {
      color: #00395d;
    background-color: #e4ec8e;
    text-decoration: underline !important;	
}

/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-ft-top-group {
  background: #5d6f85;
  color: #fff;
  font-size: 13px;
  padding: 25px 0;
}

.custom-ft-bt-group {
  position: relative;
  z-index: 5;
  -webkit-box-shadow: 2px -2px 1px rgba(0,57,93,.9);
  -moz-box-shadow: 2px -2px 1px rgba(0,57,93,.9);
  box-shadow: 2px -2px 1px rgba(0,57,93,.9);
  background: #00376a;
  color: #fff;
  padding: 15px 0;
  font-size: 12px;
  line-height: 1.2;
}



.custom-ft-top-col h3,
.custom-ft2-contactfollow-col h3 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  margin: 0 0 7px;
}

.custom-ft-top-col h4,
.custom-ft2-contactfollow-col h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1875;
  margin: 0 0 10px;
  color: #fff;
  text-transform: none;
}

.custom-ft-top-col p {
  margin: 0 0 20px;
}

.custom-ft-top-col p:last-child {
  margin-bottom: 0;
}

.custom-ft-top-col a,
.custom-ft2-contactfollow-col a {
  color: #fff;
  text-decoration: none;
}

.custom-ft-top-col a:hover,
.custom-ft2-contactfollow-col a:hover {
  text-decoration: underline;
}

.custom-ft-mainoffice-col.custom-ft-top-col h3,
.custom-ft-westoffice-col.custom-ft-top-col h3 {
  border-bottom: solid 2px #fff;
  padding: 0 0 5px;
  margin: 0 0 10px;
}

.icon-tel {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
}

.icon-tel:before {
  width: 23px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  content: "";
  font-size: 0;
  background: url("//4389120.fs1.hubspotusercontent-na1.net/hubfs/4389120/LeaderStat_May2018/Images/sprite-icons.png") no-repeat -110px 0;
  margin: 1px 10px 0 0;
}

.custom-ft-top-group .followus-module {
  padding: 30px 0 0;
}

.custom-footer-group .followus-module a {
  width: 33px;
  height: 31px;
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  font-size: 22px;
  margin: 0 2.5px 0 0;
}

.view-map-button {
  border: solid 2px #fff;
  background: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding: 7px 15px;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.view-map-button:before {
  width: 15px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  content: "";
  font-size: 0;
  background: url("//4389120.fs1.hubspotusercontent-na1.net/hubfs/4389120/LeaderStat_May2018/Images/sprite-icons.png") no-repeat -80px 0;
  margin: 0 10px 0 0;
}

.view-map-button:hover {
  background: #008bc0;
  text-decoration: none !important;
  color: #fff;
}

.custom-ft-logo {
  padding-top: 20px;
}

.custom-ft-nav .hs-menu-wrapper {}
.custom-ft-nav .hs-menu-wrapper > ul {
  display: block;
  width: 100%;
  margin: 0 0 5px !important;
  text-align: right;
}

.custom-ft-nav .hs-menu-wrapper > ul > li {
  display: inline-block !important;
  float: none !important;
  width: auto !important;
  margin-left: 12.75px;
}

.custom-ft-nav .hs-menu-wrapper > ul > li a {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
}

.custom-ft-copyright p {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}


.custom-ft-nav-copright.no-nav .custom-ft-copyright {
    padding: 19px 0 0;
}

.custom-ft2-contactfollow-col > .row-fluid-wrapper > .row-fluid {
  text-align: right;
}
.custom-ft2-contactfollow-col {
  float: right !important;
}
.custom-ft2-followus,
.custom-ft2-contactcol {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top !important;
  float: none !important;
  text-align: left;
}
.custom-ft2-followus {
  padding-right: 7.5px;
}


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li {}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  display: block;
  color: #555555;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  padding: 3px 13px 5px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul li:hover > a {
  color: #00a6df;
  text-decoration: none;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
  display: block;
  padding: 3px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  display: block;
  color: #555555;
  font-size: 11px;
  line-height: 12px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 3px 10px 3px 25px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  white-space: normal !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  color: #00a6df;
  text-decoration: none;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}


.custom-menu-primary .hs-menu-wrapper > ul > li.about li.contact-us,
.contactus-layout .custom-breadcrumb-menu ul > li.about,
.custom-sidebar-menu .hs-menu-wrapper > ul li.contact-us,
.custom-menu-primary .hs-menu-wrapper > ul > li.consulting li.download-our-brochures,
.custom-menu-primary .hs-menu-wrapper > ul > li.interim-leadership li.download-our-brochures,
.custom-menu-primary .hs-menu-wrapper > ul > li.education--training li.download-our-brochures,
.custom-menu-primary .hs-menu-wrapper > ul > li.executive-recruiting li.interim-c-suite,
.custom-menu-primary .hs-menu-wrapper > ul > li.executive-recruiting li.contact-us,
.custom-menu-primary .hs-menu-wrapper > ul > li.executive-recruiting li.search-jobs,
.custom-menu-primary .hs-menu-wrapper > ul > li.executive-recruiting li.download-our-brochures {
  display: none !important;
}
.executive-search-page .custom-sidebar-menu .hs-menu-wrapper > ul li.contact-us {
  display: block !important;
}


/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }  

  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    margin: 0 -25px;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: inline-block !important;
    float: none !important;
    width: auto !important;
    margin-right: -3px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
    position: absolute;
    display: block;
    content: "";
    font-size: 0;
    border-left: solid 2px #008bc0;
    left: 0;
    top: 50%;
    margin-top: -7px;
    height: 14px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a:before {
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul li li.active-branch > a {
    color: #00a6df;
    font-weight: 700;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background: #fff;
    margin: 0;
    padding: 0 0 5px;
    border-left: solid 2px #dbdbdb;
    border-right: solid 2px #dbdbdb;
    left: 0;
    right: -2px;
    min-width: 150px;
    margin-top: 3px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul:before {
    position: absolute;
    top: -5px;
    height: 5px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    content: "";
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul:after {
    display: block;
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    top: 100%;
    font-size: 0;
    border-top: solid 6px #27578c;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.consulting > ul {
    min-width: 170px;
  }

}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 767px){

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

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

  .mobile-trigger{
    cursor: pointer;
    display: inline-block !important; /* Show button on mobile */
    width: 45px;
    height: 45px;
    font-size: 0;
    position: absolute;
    top: 0;
    background: url("//4389120.fs1.hubspotusercontent-na1.net/hubfs/4389120/LeaderStat_May2018/Images/sprite-icons.png") no-repeat left top;
    display: none;
    -webkit-box-shadow: 1px 2px 2px rgba(36,36,36,.2);
    -moz-box-shadow: 1px 2px 2px rgba(36,36,36,.2);
    box-shadow: 1px 2px 1px rgba(36,36,36,.2);
    right: 0;
    background-position: 0 -140px;
  }
  .mobile-trigger:hover {
    text-decoration: none; /* Removes link text underline on button */
    background-position: -50px -140px;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger {
    background-position: -50px -140px;
    border-bottom: solid 30px #008ac0;
    height: 73px;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px !important; /* Button width */
    min-width: 24px !important;
    height: 24px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:after {
    display: block;
    content: "";
    font-size: 0;
    position: absolute;
    right: 9px;
    top: 50%;
    width: 24px;
    height: 24px;
    border-style: solid;
    border-width: 12px 0 12px 20.8px;
    border-color: transparent transparent transparent #ffffff;
  }
  .child-trigger.child-open:after {
    border-left-color: transparent;
    border-top-color: #fff;
    border-width: 20.8px 12px 0 12px;
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
    min-height: 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background: #008ac0;
    padding: 15px 50px;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
    border-bottom: 1px solid #fff;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    border-bottom: 0 none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 27px !important;
    line-height: 32px;
    padding: 10px 30px 10px 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #fff;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color: #fff;
    font-size: 15px;
    line-height: 27px !important;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
    text-decoration: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    border-top: solid 3px #fff;
    background-color: transparent;
    margin: 0;
    padding: 0 0 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    display: block;
    padding: 3px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #fff;
    font-size: 21px;
    line-height: 27px;
    padding: 5px 30px 5px 0;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #fff;
    text-decoration: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > ul li > a:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10.5px 0 10.5px 18.2px;
    border-color: transparent transparent transparent #ffffff;
    content: "";
    position: absolute;
    top: 13px;
    right: 12px;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 0; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 0; /* Indent Child lists */
  }
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {
  font-weight: bold;
  color: #555;
  text-decoration: none;
  font-size: 1.35em;
  text-transform: uppercase;
}
#hubspot-author_data a.job-search-state.author-link {
  font-weight: bold;
  color: #555;
  text-decoration: none;
  font-size: 1.35em;
  text-transform: uppercase;
}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.job-search .hidden {
  display: none !important;
}
.job-search-footer-cta {
  margin-top: 30px;
}
.job-search .post-body {
  font-weight: normal !important;
  font-family: Lato, sans-serif !important;
  font-size: 15px !important;;
  line-height: 18px !important;
}
.blog-content-spacing {
  padding-top: 50px;
}
/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}
.job-search .blog-sidebar {
  border-right: 1px solid #555;
  padding-right: 30px;
}
.job-search .blog-sidebar ul {
      list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.job-search .blog-sidebar ul li a {
  line-height: 2em;
  color: #555;
  text-decoration: none;
  font-size: 15px;
}
.job-search .blog-sidebar ul li a.active,
.job-search .blog-sidebar ul li a:hover {
  color: #008bc1;
}
.job-search .blog-sidebar .block {
  margin-bottom: 40px;
}

/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

.body-container h3.form-title {
  color: #00395d;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 20px;
  padding: 0;
}

.body-container form.hs-form {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  line-height: 1.2;
  margin: 16px 0;
  max-width: 100%;
}

/* Form Field 
.hs-form-field {
  margin: 16px 0 0.5em;
}

/* Descriptions */
.hs-field-desc {
  display: block;
  color: #6c747d;
  font-family: 'Lato', sans-serif;
  font-size: .813em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .5pt;
  text-transform: uppercase;
  margin: 1px 0 9px;
}

/* Labels and Legends */
label {
  display: block;
  cursor: pointer;
  color: #555555;
  font-size: 15px;
  line-height: 1.2;
  white-space: normal;
  margin: 2px 0 0 4px;
  padding: 0;
}
.hs-form-field > label,
.hs-form > .field > label,
.hs-richtext > label {
  display: block;
  color: #008bc0;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 0;
  margin: 0.1em 0 0.1em !important;
}
.hs-form-field > label .hs-form-required,
.hs-richtext > label .hs-form-required {
  color: #790000;
  margin-left: 4px;
}

.hs-richtext label {}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  color: initial;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: normal;
  padding: 5px 4px;
  border: 1px solid #818890;
  border-radius: 0;
  display: block;
  width: 100%;
  max-width: 100%;
}

.one-column .body-container input[type="text"],
.one-column .body-container input[type="password"], 
.one-column .body-container input[type="datetime"], 
.one-column .body-container input[type="datetime-local"], 
.one-column .body-container input[type="date"], 
.one-column .body-container input[type="month"], 
.one-column .body-container input[type="time"], 
.one-column .body-container input[type="week"], 
.one-column .body-container input[type="number"], 
.one-column .body-container input[type="email"], 
.one-column .body-container input[type="url"], 
.one-column .body-container input[type="search"], 
.one-column .body-container input[type="tel"], 
.one-column .body-container input[type="color"],
.one-column .body-container input[type="file"],
.one-column .body-container textarea,
.one-column .body-container select {
  width: 100%;
  max-width: 500px;
  margin-bottom: 7px;
}

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

/* Separate Styles for Multiple Line Inputs */
textarea {
  min-height: 120px !important;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
  line-height: 1.5;
  padding: 2px 0 2px 3px;
  box-shadow: none;
}
select:hover {
  border-color: #555;
}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form ul.inputs-list,
form.hs-form ul.inputs-list > li {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
form.hs-form ul.inputs-list li input {
  margin: 0 5px !important;  
  vertical-align: middle;
}
form.hs-form .hs-form-field ul.inputs-list li label {
  font-size: .875em;
  line-height: 1.5;
  text-transform: uppercase;
}
input[type="radio"] {}
input[type="checkbox"] {}

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

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

/* Error */
form.hs-form ul.inputs-list.inputs-list.hs-error-msgs.hs-error-msgs {
  margin: 0.188em 0 0.75em !important;
  padding: 6px !important;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  background-color: rgba(255,223,224,.25);
}
form.hs-form ul.inputs-list.inputs-list.hs-error-msgs.hs-error-msgs > li {
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
form.hs-form ul.inputs-list.inputs-list.hs-error-msgs.hs-error-msgs > li label {
  margin: 0 !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  color: #790000;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

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

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


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}

/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {  
  -moz-box-shadow: 1px 1px 2px 1px #bebebe;
  -webkit-box-shadow: 1px 1px 2px 1px #bebebe;
  box-shadow: 1px 1px 2px 1px #bebebe;
  background-color: #d2df43;
  display: inline-block;
  cursor: pointer;
  color: #6c747d;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 900;
  padding: 10px 38px;
  text-decoration: none !important;
  border: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 0;
  display: -moz-inline-stack;
  display: inline-block;
  font-size: 1em;
  width: auto;
  margin: 10px 0;
}

#submitbutton {
  margin-bottom: 20px !important;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #e4ec8e;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

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


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {
  margin-top: 16px;
}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

.body-container {
  padding-bottom: 30px;  
}
.job-search .body-container {
  padding-bottom: 0;  
}


.two-column-left .body-container,
.team-blog .body-container,
.knowledgebase-blog .body-container,
.contactus-layout .body-container,
.home-layout .body-container,
.full-width-layout .body-container {
  padding-bottom: 0;
}
.two-column-left .page-header-module,
.team-blog .page-header-module,
.knowledgebase-blog .page-header-module,
.contactus-layout .page-header-module,
.home-layout .body-container,
.full-width-layout .page-header-module {
  margin-bottom: 0;
}

.body-container .hs_cos_wrapper_type_rich_text p {
  margin: 0 0 20px;
}

.body-container .hs_cos_wrapper_type_rich_text ul {
  padding: 0;
  /*margin: 0 0 20px 2em;*/
  margin: 0 0 20px;
  list-style: none;
}

.body-container .hs_cos_wrapper_type_rich_text ul li {
  position: relative;
  /*padding: 0 0 1em;*/
  padding: 0 0 1em 2em;
}

.body-container .hs_cos_wrapper_type_rich_text ul li:before {
  display: block;
  color: rgb(1, 153, 211) !important;
  content: "•";
  position: absolute;
  top: 0px;
  /*left: -2em;*/
  left: 0;
  width: 2em;
  text-align: center;
}

.body-container .hs_cos_wrapper_type_rich_text ol {
  padding: 0 0 0 2em;
  margin: 0 0 20px;
}
.body-container .hs_cos_wrapper_type_rich_text ol li {
  position: relative;
  padding: 0 0 1em;
}



/*	PAGE HEADER MODULE	*/
.page-header-module {
  background: #008bc0;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}

.page-header-module:before {
  position: absolute;
  display: block;
  content: "";
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  background: #0195ce;
}

.page-header-module .page-center {
  background: #008bc0 url("//4389120.fs1.hubspotusercontent-na1.net/hubfs/4389120/LeaderStat_May2018/Images/page-title-arrow.png") no-repeat left center;
  background-size: auto 100%;
  position: relative;
}

.page-header-module h1,
h1.page-header {
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 20px 0;
  margin: 0;
}


/*	BREADCRUMB MENU	*/
.custom-breadcrumb-menu {
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 19px 0 55px;
}
.custom-breadcrumb-menu ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-breadcrumb-menu ul > li {
  list-style: none;
  display: inline-block !important;
  float: none !important;
  width: auto !important;
  vertical-align: middle !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #008bc0;
  font-weight: 700;
}

.custom-breadcrumb-menu ul > li:after {
  content: ">";
  color: #687079;
  font-weight: normal;
  margin: 0 0 0 3px;
}

.custom-breadcrumb-menu ul > li:last-child:after {
  display: none;
}

.custom-breadcrumb-menu ul > li > a {
  color: #687079;
  font-weight: normal;
  text-decoration: none;
}

.custom-breadcrumb-menu ul > li > a:hover {
  text-decoration: underline;
}

.custom-breadcrumb-menu ul > li .hs-breadcrumb-menu-divider {
  display: none !important;
}

.with-breadcrumb .page-header-module {
  margin-bottom: 0 !important;
}




/*	TWO COLUMN EQUAL FLEXI WRAPPER	*/
.twocoleq-flexi-wrapper {}
.twocoleq-flexi-wrapper .hs_cos_wrapper_type_widget_container {
  display: block;
}
.twocoleq-flexi-wrapper .hs_cos_wrapper_type_widget_container:after {
  content: "";
  display: table;
  clear: both;
}
.twocoleq-flexi-wrapper .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module {
  width: 50%;
  float: left;
  padding: 10px 10px 0;
}


/*	LOGO LIST FLEXI WRAPPER	*/
.logolist-flexi-wrapper {}
.logolist-flexi-wrapper .hs_cos_wrapper_type_widget_container {
  display: block;
}
.logolist-flexi-wrapper .hs_cos_wrapper_type_widget_container:after {
  content: "";
  display: table;
  clear: both;
}
.logolist-flexi-wrapper .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module {
  vertical-align: top;
  float: left;
  margin: 0 1em 1em 0;
}
/*.logolist-flexi-wrapper .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module:nth-child(-n+3) {
margin-top: 20px;
}*/



/*	MOBILE SEARCH BUTTON	*/
.custom-mobile-servicelinks {
  margin: 0 -52px !important;
}

.custom-mobile-servicelinks .hs-menu-wrapper > ul {
  display: block !important;
  width: 100% !important;
}

.custom-mobile-servicelinks .hs-menu-wrapper > ul li {
  width: 33.333% !important;
  float: left !important;
  padding: 0 2px 4px;
}

.custom-mobile-servicelinks .hs-menu-wrapper > ul li .li-inner {
  position: relative;
  background: #008bc0;
  color: #fff;
  height: 120px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.custom-mobile-servicelinks .hs-menu-wrapper > ul li a {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-top: 25px;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.custom-mobile-servicelinks .hs-menu-wrapper > ul li a:before {
  display: block;
  content: "";
  font-size: 0;
  position: absolute;
  right: 40px;
  bottom: 45px;
  height: 30px;
  width: 30px;
  background: url("//4389120.fs1.hubspotusercontent-na1.net/hubfs/4389120/LeaderStat_May2018/Images/sprite-icons.png") no-repeat -150px 0;
  left: 50%;
  right: auto;
  margin-left: -15px;
  bottom: 20px;
}

.custom-mobile-servicelinks .hs-menu-wrapper > ul li .li-inner:before {
  background: url("//4389120.fs1.hubspotusercontent-na1.net/hubfs/4389120/LeaderStat_May2018/Images/blue-button-gradient.png") no-repeat right top;
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.custom-mobile-servicelinks .hs-menu-wrapper > ul li .li-inner:hover {
  background: #285e9b;
}



/*	SOLUTION MODULE	*/
.solution-img {
  overflow: hidden;
}

h4.solution-title {
  color: #fff;
  background: #0089c7;
  padding: 5px 20px;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}



/*	OUR PARTNERS GROUP MODULE	*/
.ourpartners-items-group {
  margin: 20px 0 20px -10px;
  max-width: 540px;
}

.ourpartners-item {
  width: 33.333%;
  float: left;
  padding: 10px;
  text-align: center;
  line-height: 100px;
}

.ourpartners-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/*	Brochures MODULE	*/
.brochures-items-group {
  margin: 0 0 20px -15px;
  max-width: 540px;
}

.brochures-item {
  width: 50%;
  float: left;
  padding: 15px;
}

.brochures-item-inner {
  display: block;
  -webkit-box-shadow: 3px 4px 5px rgba(36,36,36,.3);
  -moz-box-shadow: 3px 4px 5px rgba(36,36,36,.3);
  box-shadow: 3px 4px 5px rgba(36,36,36,.3);
  position: relative;
  padding-bottom: 30px;
  border-top: solid 1px #b3b3b3;
  border-left: solid 1px #b3b3b3;
  text-decoration: none;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.brochures-item-inner:hover {
  -webkit-box-shadow: 3px 4px 5px rgba(36,36,36,.3);
  -moz-box-shadow: 3px 4px 5px rgba(36,36,36,.3);
  box-shadow: 3px 4px 5px rgba(0,139,192,.3);
  border-top: solid 1px #008bc0;
  border-left: solid 1px #008bc0;
}

.brochures-item img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.brochures-item-title {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #008bc0;
  color: #fff;
  padding: 5px 15px;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}



/* ==========================================================================
TWO COLUMN LEFT LAYOUT
========================================================================== */

.two-column-left .body-container {
  overflow: hidden;
}

.two-column-left .sidebar {
  position: relative;
}

.two-column-left .sidebar-maincontent-group {
  position: relative;
  margin: 0 0 50px;
}

.two-column-left .sidebar-maincontent-group:before {
  display: block;
  content: "";
  font-size: 0;
  top: 0;
  left: 25.5%;
  height: 100%;
  border-left: solid 2px #b3b3b3;
  position: absolute;
}

.two-column-left .main-content blockquote.exec-recruiting-stats {
  background: #def4fb;
}
.custom-sidebar-menu .hs-menu-wrapper > ul {
  display: block;
  width: 100%;
}

.custom-sidebar-menu .hs-menu-wrapper > ul > li {
  float: none !important;
  width: 100% !important;
  display: block !important;
}

.custom-sidebar-menu .hs-menu-wrapper > ul > li:first-child {
  padding-top: 0;
}

.custom-sidebar-menu .hs-menu-wrapper > ul li {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.333;
  padding: 12px 0;
}

.custom-sidebar-menu .hs-menu-wrapper > ul li a {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  display: block;
  color: #555555;
  text-decoration: none;
}

.custom-sidebar-menu .hs-menu-wrapper > ul li a:hover,
.custom-sidebar-menu .hs-menu-wrapper > ul li.active > a,
.custom-sidebar-menu .hs-menu-wrapper > ul li.active-branch > a {
  color: #008bc0;
  text-decoration: none;
}

.custom-sidebar-menu .hs-menu-wrapper > ul li.active > a,
.custom-sidebar-menu .hs-menu-wrapper > ul li.active-branch > a {
  font-weight: bold;
}

.two-column-left .main-content {}

/*.two-column-left .main-content span ul:last-child,
.two-column-left .main-content span ol:last-child,*/
.two-column-left .main-content span p:last-child {
  margin-bottom: 0;
}

.two-column-left .main-content blockquote {
  background: #f2f2f2;
  padding: 25px 45px;
  margin: 0 -45px 30px;
  font-size: 20px;
  color: #00395d;
  line-height: 1.2;
  clear: both;
}

.two-column-left .main-content blockquote p {
  margin: 0 0 10px;
}

.two-column-left .main-content blockquote > *:last-child {
  margin-bottom: 0;
}

.two-column-left .maincontent-flexi span.hs_cos_wrapper.hs_cos_wrapper_widget {
  display: block;
}

.two-column-left .maincontent-flexi span.hs_cos_wrapper.hs_cos_wrapper_widget:after {
  content: "";
  display: table;
  clear: both;
}


/*	MAIN CONTENT SLIDER	*/
.maincontent-slider .hs_cos_gallery_main.slick-slider {
  padding: 0 10px;
  margin: 0 0 30px;
}
.maincontent-slider .slick-track {
  /*margin-bottom: 28px;*/
  margin-bottom: 12px;
}
.maincontent-slider .hs_cos_gallery_slide.slick-slide {
  margin: 0;
}
.maincontent-slider .slick-slide-inner-wrapper > img[src*="/LeaderStat_May2018/Images/transparent.png"] {
  display: none !important;
}
.maincontent-slider .caption {
  text-align: center !important;
  font-size: 18px;
  line-height: 1.2;
  padding-top: 26px;
}
.maincontent-slider .caption > span {
  display: block;
}
.maincontent-slider .caption h3 {
  color: #008bc1;
  margin: 0 0 5px;
}
.maincontent-slider .caption h6 {
  color: #008bc1;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
}
.maincontent-slider .caption p {
  margin: 0 0 20px;
}
.maincontent-slider .slick-arrow {
  display: block;
  width: 32px;
  height: 32px;
  background: url("//4389120.fs1.hubspotusercontent-na1.net/hubfs/4389120/LeaderStat_May2018/Images/sprite-icons.png") no-repeat -190px 0;
  font-size: 0;
  text-decoration: none;
  text-indent: -9999px;
  margin-top: -10px;
  top: 40%;
}
.maincontent-slider .slick-prev.slick-arrow {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: -25px !important;
}
.maincontent-slider .slick-next.slick-arrow {
  right: -25px !important;
}
.maincontent-slider .slick-dots {
  margin: 0;
}
.maincontent-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  width: auto;
  height: auto;
  min-height: 0;
  line-height: 1;
}
.maincontent-slider .slick-dots li button {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  text-decoration: none;
  font-size: 0;
  background: #b9b9b9;
  border-radius: 6px;
  padding: 0;
}
.maincontent-slider .slick-dots li button:before {
  display: none;
}
.maincontent-slider .slick-dots li.slick-active button,
.maincontent-slider .slick-dots li:hover button {
  background: #008ac0;
}
.consultingmarketing-and-census-development-page .maincontent-slider .slick-track {
  margin-bottom: 30px;
}
.executive-search-page .maincontent-slider .hs_cos_gallery_main.slick-slider {
  margin-bottom: 44px;
}
.executive-search-page .maincontent-slider .slick-track {
  margin-bottom: 30px;
}
.executive-search-page .maincontent-slider .hs_cos_gallery_main.slick-slider {
  padding: 0 20px;
}
.interim-leadership-page .maincontent-slider .hs_cos_gallery_main.slick-slider {
  margin: 0 0 24px;
}
.interim-leadership-page .maincontent-slider .slick-track {
  margin-bottom: 28px;
}



/* ==========================================================================
TWO COLUMN LEFT WITH SLIDER AND FORM LAYOUT
========================================================================== */

.two-column-left.with-contentslider.with-contentform {}

.two-column-left.with-contentform .contact-form {
  margin-top: 15px;
}

.two-column-left.with-contentform .hs_countries.hs-countries select {
  padding: 0;
}

ul.custom-2col-list {
  display: block;
}

.executive-search-page .contact-form {
  margin-top: 0 !important;
}

.executive-search-page .contact-form h3.form-title {
  text-align: center;
}


/*	CONSULTANT MODULE	*/
.consultant-item {
  width: 33%;
  float: left;
  text-align: center;
  padding: 0 10px 0 0;
  margin: 0 0 38px;
}
.consultant-img {
  margin: 0 0 20px;
}
.consultant-img img {
  display: block;
  margin: 0 auto;
}
.consultant-item.without-img:last-child {
  min-height: 0 !important;
  height: auto !important;
}



/*	ONE COLUMN WITH LEFT IMAGE MODULE	*/
.onecol-with-leftimg-module {}

.onecol-with-leftimg-module h2.content {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 20px 0 0;
}

.onecol-with-leftimg-module h2.content .left-img {
  float: left;
  margin: 1em 1em 1em 0;
  vertical-align: top;
  min-width: 150px;
}

.onecol-with-leftimg-module h2.content .label {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 180px);
}



/* ==========================================================================
FULL WIDTH LAYOUT
========================================================================== */
.full-width-layout .body-container {
  overflow: hidden;
}

.fullwidth-maincontent {
  font-size: 15px;
  margin-bottom: 50px;
}

.fullwidth-maincontent-flexi {
  padding: 16px 0;
}

.fullwidth-maincontent-flexi p:last-child {
  margin-bottom: 0;
}

.custom-lightgreen-btn {
  -moz-box-shadow: 1px 1px 2px 1px #bebebe;
  -webkit-box-shadow: 1px 1px 2px 1px #bebebe;
  box-shadow: 1px 1px 2px 1px #bebebe;
  background-color: #d2df43;
  display: inline-block;
  cursor: pointer;
  color: #6c747d;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 900;
  padding: 10px 38px;
  text-decoration: none !important;
  border: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 0;
  display: -moz-inline-stack;
  display: inline-block;
  /*font-size: 1em;*/
  width: auto;
  margin: 0;
}

.custom-lightgreen-btn:hover {
  color: #6c747d;
  background-color: #e4ec8e;
  text-decoration: none !important;
}



/* ==========================================================================
FULL WIDTH WITH FORM LAYOUT
========================================================================== */

.full-width-layout.with-contentform {}

.full-width-layout.with-contentform .fullwidth-maincontent-flexi {
  padding: 0;
}

/* .full-width-layout.with-contentform .fullwidth-maincontent-flexi p {
  margin: 0 0 20px;
} */
.maincontent-form {
  margin-top: 10px;
}
.maincontent-form h3.form-title {
  margin: 0 0 13px;
}

.maincontent-form form.hs-form {
  margin: 0 auto;
  max-width: 775px;
}

/* .maincontent-form .hs-form-field > .input {
  padding: 8px 0 0;
}

.maincontent-form .hs-richtext {
  padding-top: 9px;
} */

.maincontent-form .hs-richtext > h2 {
  padding-top: 20px;
}

.maincontent-form .input > .hs-input {
  width: 100% !important;
  max-width: 100% !important;
}

.maincontent-form form.hs-form .hs-form-field ul.inputs-list {
  margin: 6px 0 !important;
  padding: 0 !important;
}
.maincontent-form form.hs-form .hs-form-field ul.inputs-list > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 10px 0 !important;
}

.maincontent-form .hs_enter_password.hs-enter_password,
.maincontent-form .hs_confirm_password.hs-confirm_password {
  margin: 0;
}
.main-content .hs_enter_password.hs-enter_password > label,
.main-content .hs_confirm_password.hs-confirm_password > label,
/* .main-content .hs_firstname.hs-firstname > label,
.main-content .hs_lastname.hs-lastname > label, */
.main-content .hs_phone.hs-phone > label,
.main-content .hs_address.hs-address > label,
.main-content .hs_city.hs-city > label,
.main-content .hs_states.hs-states > label,
.main-content .hs_zip.hs-zip > label,
.main-content .hs_office_phone.hs-office_phone > label,
.main-content .hs_alternate_phone.hs-alternate_phone > label,
.main-content .hs_company.hs-company > label,
.main-content .hs_address_line.hs-address_line > label,
.main-content .hs_state.hs-state > label,
.main-content .hs_countries.hs-countries > label,
.fullwidth-maincontent .hs_enter_password.hs-enter_password > label,
.fullwidth-maincontent .hs_confirm_password.hs-confirm_password > label,
.fullwidth-maincontent .hs_firstname.hs-firstname > label,
.fullwidth-maincontent .hs_lastname.hs-lastname > label,
.fullwidth-maincontent .hs_phone.hs-phone > label,
.fullwidth-maincontent .hs_email.hs-email > label,
.fullwidth-maincontent .hs_jobtitle.hs-jobtitle > label,
.fullwidth-maincontent .hs_address.hs-address > label,
.fullwidth-maincontent .hs_city.hs-city > label,
.fullwidth-maincontent .hs_states.hs-states > label,
.fullwidth-maincontent .hs_zip.hs-zip > label,
.fullwidth-maincontent .hs_office_phone.hs-office_phone > label,
.fullwidth-maincontent .hs_alternate_phone.hs-alternate_phone > label,
.fullwidth-maincontent .hs_company.hs-company > label,
.fullwidth-maincontent .hs_address_line.hs-address_line > label,
.fullwidth-maincontent .hs_state.hs-state > label,
.fullwidth-maincontent .hs_countries.hs-countries > label,
.maincontent-form .hs_mobilephone.hs-mobilephone > label {
  
}

.fullwidth-maincontent .hs_email.hs-email > label{
  display: block !important:
}

.maincontent-form .hs_firstname.hs-firstname, 
.maincontent-form .hs_lastname.hs-lastname,
.maincontent-form .hs_phone.hs-phone,
.apply-now-page .maincontent-form .hs_jobtitle.hs-jobtitle {
  margin: 3px 0 13px;
}
/*.maincontent-form .hs_jobtitle.hs-jobtitle {
margin: 3px 0 13px;
}*/

.maincontent-form .hs_address.hs-address {
  margin-top: 8px;
}

.maincontent-form .hs_licenses_and_certification.hs-licenses_and_certification,
.maincontent-form .hs_aanac_rac_ct_certification.hs-aanac_rac_ct_certification {
  margin-top: 8px;
  margin-bottom: 0;
}

.maincontent-form .hs_city.hs-city,
.maincontent-form .hs_states.hs-states,
.maincontent-form .hs_zip.hs-zip {
  margin-top: 0;
}
.maincontent-form .hs_city.hs-city > .input,
.maincontent-form .hs_states.hs-states > .input,
.maincontent-form .hs_zip.hs-zip > .input {
  padding-top: 0;
}

.maincontent-form .hs_office_phone.hs-office_phone,
.maincontent-form .hs_alternate_phone.hs-alternate_phone,
.maincontent-form .hs_mobilephone.hs-mobilephone {
  margin-top: -1px;
  margin-bottom: 18px;
}
/* .maincontent-form .hs_office_phone.hs-office_phone legend,
.maincontent-form .hs_alternate_phone.hs-alternate_phone legend,
.maincontent-form .hs_mobilephone.hs-mobilephone legend {
  text-transform: uppercase;
  font-size: 13px;
  color: #6c747d;
  font-weight: 700;
  letter-spacing: 0;
  padding: 16px 0 0;
  margin: 0.188em 0 0.75em;  
} */

.maincontent-form .hs_upload.hs-upload.hs-form-field,
.maincontent-form .hs_job_preference.hs-job_preference.hs-form-field {
  padding-top: 14px;
  padding-bottom: 2px;
}
.maincontent-form .hs_job_preference.hs-job_preference.hs-form-field > .input,
.maincontent-form .hs_upload.hs-upload.hs-form-field > .input {
  padding-top: 7px;
}

.maincontent-form .hs_upload.hs-upload legend {
  font-size: 13px;
  color: #6c747d;
  font-weight: 700;
  padding: 16px 0 0;
  margin: 0.188em 0 0.75em;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
}
.maincontent-form .input > .hs-input[type="file"] {
  padding: 0;
  border: 0 none;
  font: 400 13.3333px Arial;
  color: #555;
}

.maincontent-form .hs_how_did_you_hear_about_us_.hs-how_did_you_hear_about_us_.hs-form-field {
  margin-top: 21px;
}
.maincontent-form .hs_how_did_you_hear_about_us_.hs-how_did_you_hear_about_us_ legend {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  line-height: 1.2;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
  color: #555555;
  font-style: italic;
  margin: 10px 0 0.5em;
  padding: 0 0 2px;
}




/*==========================================================================
CONTACT FORM
========================================================================== */

.contact-form .hs_firstname.hs-firstname,
.contact-form .hs_lastname.hs-lastname {
  margin: 0;
}


.contact-form .hs_phone.hs-phone > label {
  display: inherit !important;
}


/*.contact-form .hs_address.hs-address,*/
.contact-form .hs_city.hs-city,
.contact-form .hs_states.hs-states,
.contact-form .hs_zip.hs-zip,
.contact-form .hs_address_line.hs-address_line,
.contact-form .hs_state.hs-state,
.contact-form .hs_countries.hs-countries {
  margin: 0;
}

.contact-form .hs_phone.hs-phone > label, 
.contact-form .hs_email.hs-email > label,
.contact-form .hs_hs_persona.hs-hs_persona > label {
  padding-top: 7px !important;
  padding-bottom: 8px !important;
}

.contact-form .hs_message.hs-message > label {
  padding-top: 9px;
  padding-bottom: 8px;
}

.contact-form .hs-button.primary, 
.contact-form input[type="submit"], 
.contact-form input[type="button"] {
  margin-top: 5px;
}



/* ==========================================================================
HOME LAYOUT
========================================================================== */

.home-bannerarea-module {
  position: relative;
  overflow: hidden;
  min-height: 565px;
  background-size: cover;
  background-position: center top;
}
.home-bannerarea-container {
  position: absolute;
  width: 100%;
  bottom: 150px;
  left: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.home-bannerarea-content-group {
  position: relative;
  width: 340px;
  padding: 40px 10px 30px 0;
  background: rgba(0, 126, 171, .86);
}
.home-bannerarea-content-group:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  display: block;
  content: "";
  width: 100vw;
  background: rgba(0, 126, 171, .86);
}
h1.home-bannerarea-title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 5px;
}
p.home-bannerarea-content {
  margin: 0 0 20px;
}
.home-bannerarea-content-group hr {
  border: none;
  border-bottom: solid 6px #d2e130;
  margin: 20px 40px 10px -15px;
}
.home-bannerarea-more a{
  color: #fff;
  text-decoration: none;
}
.home-bannerarea-more a:hover {
  color: #fff;
  text-decoration: underline;
}

.banner-triangle {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  border-top: 288px solid rgba(0, 139, 192, 0.8);
  border-right: 88px solid transparent;
}

.home-row {
  overflow: hidden;
}
.home-row.home-row1 {
  overflow: visible;
}
.home-row1 .threecoleq-flexi-wrapper {
  margin-top: -60px;
}
.threecoleq-flexi-wrapper .hs_cos_wrapper_type_widget_container {
  display: block;
  margin: 0 -3px;
}
.threecoleq-flexi-wrapper .hs_cos_wrapper_type_widget_container:after {
  content: "";
  display: table;
  clear: both;
}
.threecoleq-flexi-wrapper .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module {
  width: 33.3333%;
  float: left;
}
.threecoleq-flexi-wrapper .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module:nth-child(3n+3) .service-content {
  margin-right: -10px;
}

.home-row2 {
  padding: 70px 0 100px;
}

.home-row3 {
  padding: 0 0 100px;
  position: relative;
}
.home-row3:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 145px;
  height: 20px;
  background: #d2e130;
  display: block;
  content: "";
  z-index: 0;
}
.home-row3-slider.maincontent-slider .hs_cos_gallery_main.slick-slider {
  padding: 0 50px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.home-row3-slider.maincontent-slider .slick-track {
  margin-bottom: 30px;
}
.home-row3-slider.maincontent-slider .caption {
  padding: 1px 0 0;
}
.home-row3-slider.maincontent-slider .slick-dots {
  margin: 0 0 -5px;
}
.home-row3-slider.maincontent-slider .slick-arrow {
  margin-top: -18px;
}
.home-row3-slider.maincontent-slider .slick-prev.slick-arrow {
  left: 0 !important;
}
.home-row3-slider.maincontent-slider .slick-next.slick-arrow {
  right: 0 !important;
}

.home-row4 {
  background: #def4fb;
  font-size: 16px;
  line-height: 1.5;
}
.home-row4 * {
  line-height: 1.5;
}
.home-row4 h2 {
  font-weight: 900;
  font-size: 28px;
}
.home-row4 p:last-child {
  margin-bottom: 0;
}
.home-row4 .page-center {
  padding-top: 60px !important;
  padding-bottom: 20px !important;
  background: url("//4389120.fs1.hubspotusercontent-na1.net/hubfs/4389120/LeaderStat_May2018/Images/services-bg.png") no-repeat left top;
}

.home-row5 {
  padding: 60px 0;
}

.home-row6 {
  position: relative;
  background: #efefef;
  border-right: solid 30px #efefef;
  border-left: solid 30px #008ac0;
  margin-top: 0;
  padding: 50px 0;
  font-size: 18px;
}
.home-row6 p:last-child {
  margin-bottom: 0;
}
.home-row6-content blockquote {
  margin: 0;
  padding: 0;
}
.home-row6-content blockquote pre {
  margin: 0;
  color: #008bc1;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0;
  white-space: normal !important;
}

.home-row7 {
  background: #c3c9d0;
  padding: 55px 0 35px;
}

.fourcoleq-flexi-wrapper .hs_cos_wrapper_type_widget_container {
  display: block;
  margin: 0 -8px;
}
.fourcoleq-flexi-wrapper .hs_cos_wrapper_type_widget_container:after {
  content: "";
  display: table;
  clear: both;
}
.fourcoleq-flexi-wrapper .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module {
  width: 25%;
  float: left;
}

.home-layout .featured-article-item-group {
  height: 500px;
}

.home-layout .featured-article-container {
  top: 100px;
}


/*	SERVICE MODULE	*/
.service-module {
  padding: 0 3px;
}
.service-module .service-inner {
  position: relative;
  padding: 25px 35px 20px;
  font-size: 14px;
  line-height: 1.28571;
  background: #fff;
  border-bottom: 13px solid #008bc2;
  top: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.service-module .service-inner:hover {
  background: #def4fb;
  top: -10px;
}
.service-module .service-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  -webkit-box-shadow: 0 0 17px 1px rgba(45,45,45,.15);
  -moz-box-shadow: 0 0 17px 1px rgba(45,45,45,.15);
  box-shadow: 0 0 17px 1px rgba(45,45,45,.15);
}
.service-module .service-link:hover {
  -webkit-box-shadow: 0 0 17px 1px rgba(45,45,45,.5);
  -moz-box-shadow: 0 0 17px 1px rgba(45,45,45,.5);
  box-shadow: 0 0 17px 1px rgba(45,45,45,.5);
}
h3.service-title {
  color: #008bc1;
}
.service-content {
  min-height: 68px;
}
.service-btn {
  background-color: #d2df43;
  display: inline-block;
  cursor: pointer;
  color: #6c747d;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 900;
  padding: 10px 38px;
  margin: 12px 0 0;
  text-decoration: none;
  border: none;
  text-transform: uppercase;
  border-radius: 8px;
}
.service-btn:hover {
  background-color: #e4ec8e;
}


/*	TWO Column With Video Module	*/
.twocol-with-video-module h2 {
  font-size: 28px;
}
.twocol-with-video-module p {
  margin: 0 0 20px;
}
.twocol-with-video-module p:last-child {
  margin-bottom: 0;
}
.twocol-with-video-module .video-image {
  position: relative;
  width: 54%;
  float: left;
}
.twocol-with-video-module .video-image:after {
  position: absolute;
  bottom: -27px;
  left: -70px;
  width: 160px;
  height: 140px;
  background: #d2e130;
  display: block;
  content: "";
  z-index: 0;
}
.twocol-with-video-module .video-image .col-inner {
  position: relative;
  z-index: 5;
}
.twocol-with-video-module a.popup-video {
  display: block;
  position: relative;
  text-decoration: none;
  color: #00395d;
  outline: none;
}
.twocol-with-video-module a.popup-video:before {
  display: block;
  content: "";
  width: 59px;
  height: 59px;
  background: url("//4389120.fs1.hubspotusercontent-na1.net/hubfs/4389120/LeaderStat_May2018/Images/sprite-icons.png") no-repeat -40px -240px;
  position: absolute;
  right: 15px;
  bottom: 13px;
  z-index: 5;
  transform: scale(1);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.twocol-with-video-module a.popup-video:hover:before {  
  transform: scale(0.9, 0.9);
}
.twocol-with-video-module img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.twocol-with-video-module .video-content {
  width: 46%;
  padding: 40px 0 30px 40px;
  float: left;
}
.twocol-with-video-module .custom-lightgreen-btn {
  text-decoration: none !important;
  color: #00395d;
}
.twocol-with-video-module .custom-lightgreen-btn:hover,
a#cta_button_4389120_59c92bf3-68b2-40dd-a259-f133656229bb:hover {
  text-decoration: underline !important;
  color: #00395d;
}


/*	SERVICE WITH LEFT ICON MODULE	*/
.service-with-lefticon-module {
  position: relative;
  padding: 0 0 30px 95px;
}
.service-with-lefticon-module .icon-col {
  position: absolute;
  left: 0;
  top: -15px;
  width: 75px;
}
.service-with-lefticon-module .icon-col a {
  display: block;
}
.service-with-lefticon-module h3.title {
  font-weight: 900;
}
.service-with-lefticon-module a {
  text-decoration: none;
}
.service-with-lefticon-module p {
  margin: 0;
}
.service-with-lefticon-module a.service-link {
  text-decoration: none;
  color: #33373c;
}
.service-with-lefticon-module a.service-link:hover {
  text-decoration: none;
  color: #008bc1;
}



/*	TWO COLUMN WITH IMAGE MODULE	*/
.twocol-with-img-module {
  margin: 0 -15px;
}
.twocol-with-img-module p {
  margin: 0 0 20px;
}
.twocol-with-img-module p:last-child {
  margin-bottom: 0;
}
.twocol-with-img-module ul {
  margin: 0 0 20px;
  padding: 0 0 0 1em;
}
.twocol-with-img-module .content-col {
  width: 58%;
  float: left;
  padding: 0 15px;
  font-size: 16px;
}
.twocol-with-img-module .image-col {
  width: 42%;
  padding: 0 15px;
  position: relative;
  float: left;
}
.twocol-with-img-module .image-col:after {
  position: absolute;
  z-index: 0;
  top: 24px;
  left: 100%;
  margin-left: -15px;
  width: 70px;
  height: 142px;
  background: #d2e130;
  display: block;
  content: "";
}
.twocol-with-img-module.with-rightimg .content-col {
  float: left;
}
.twocol-with-img-module.with-rightimg .image-col {
  float: right;
}



/**/
.onecol-with-topimg-module {
  padding: 0 8px;
}
.onecol-with-topimg-inner {
  position: relative;
  background: #fff;
  border-bottom: solid 9px #008bc0;
}
.onecol-with-topimg-module .top-img {
  overflow: hidden;
  position: relative;
}
.onecol-with-topimg-module img {
  width: 100%;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  transition-duration: 250ms;
  height: auto;
  max-width: 100%;
}
.onecol-with-topimg-module .content-group {
  padding: 20px 10px 10px 15px;
  min-height: 150px;
}
.onecol-with-topimg-module p.content {
  font-size: 15px;
  color: #6c747d;
  padding-right: 20px;
  margin: 0;
}
.onecol-with-topimg-module .link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 0;
  z-index: 3;
}
.onecol-with-topimg-module .link a:before {
  display: block;
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  font-size: 0;
  background: url(//4389120.fs1.hubspotusercontent-na1.net/hubfs/4389120/LeaderStat_May2018/Images/sprite-icons.png) no-repeat -240px 0;
  right: 15px;
  bottom: 20px;
}





/*==========================================================================
Deafult Blog - Styling
========================================================================== */

.jobs-filter {
      background: #efefef;
    padding: 30px 0;
    margin-bottom: 30px;
}
.filters select {
    line-height: 28px;
      display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blog .blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.job-search .blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #555;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.blog .post-header h2{
  margin: 10px 0 0;
}
.blog .post-header h2 a{
  text-decoration: none;
}
.blog.job-search .post-header h2 a {
  color: #00395d;
}
.blog #hubspot-topic_data{
  color: #888888;
  font-weight:700;
  margin: 4px 0;
}
.blog #hubspot-author_data{
  margin: 0 0 10px;
}
.blog .hs-form .input ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog .hs-form .input ul li{
  padding: 0 !important;
}
.blog .custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 10px 0;
}
.job-search .custom_listing_comments {
  border: none;
}

.blog .more-link{
  display: inline-block;
  padding-top: 20px;
}
.blog .hs-blog-social-share{
  height: auto;
}
.blog .blog-pagination a {
  display: inline-block;
  margin: 5px 0;
}
.blog .blog-sidebar .cell-wrapper{
  margin-bottom: 25px;
}
.blog #comment-form{
  padding:30px;
  margin:15px 0;
  border: 1px solid #CCC;
}
.blog #hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
.blog #hubspot-author_data .hs-author-avatar img {
  width: 70px;
  min-height: 70px !important;
  height: auto !important;
  max-width: 100%;
}
.blog .hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}
.blog.job-search .hs-blog-social-share {
  border-bottom: none;
  border-top: none;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}
.blog.job-search .more-link {
  padding-top: 0 !important;
}
.filter-link-count {
  display: none;
}
#hs_cos_wrapper_module_15342880213121313_ > div > div > ul > li:nth-child(12) > a[href="http://leaderstat-4389120.hs-sites.com/search-jobs/tag/permanent"] {
display:none;
}
/* -------------- Default Code for comment ------------ */
.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 10px 0 5px;
}
#comment-form {
  border: 1px solid #000;
  padding: 40px 25px 20px;
  margin: 15px 0 10px;
}
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing.no-comments,
#comments-listing.new-comments {
  border: 0 none;
  margin-bottom: 0;
  margin-top: 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  color: #555555;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1.2;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date {
  color: #555555 !important;
  display: block !important;
  text-align: left;
}
#captcha_wrapper {
  overflow-x: auto;
}



/* ==========================================================================
MEET OUR TEAM BLOG LAYOUT
========================================================================== */
.team-post-listing {
  margin: 0 -10px;
}

.team-postitem {
  float: left;
  width: 33.333%;
  padding: 0 10px 15px;
}
@media (min-width: 1600px) {
  .team-postitem {
  padding: 0 5px 15px;
  }
}

.team-postitem * {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

a.team-postitem-link {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.team-postitem-inner {
  position: relative;
  padding-bottom: 26px;
  text-decoration: none;
  display: block;
}

h2.team-post-title {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 6px 10px;
  color: #fff;
  background: #008bc0;
}

.team-postitem:hover h2.team-post-title {
  background: #d2df43;
  color: #6c747d;
}

.post-listing-simple.team-post-listing .team-postitem-inner {
  padding: 0;
}	
 
.post-listing-simple.team-post-listing .team-postitem {
  width: 100%;
  float: none;
  padding-bottom: 0;
  margin-bottom: 15px;
} 

h2.team-posttitle-simple {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 6px 10px;
  color: #fff;
  background: #008bc0;
  font-size: .5em !important;
}
h2.team-posttitle-simple > a {
  color: #fff;
  text-decoration: none;
}

.post-listing-simple.team-post-listing .team-postitem:hover h2.team-posttitle-simple {
  background: #d2df43;
  color: #6c747d;
}
.post-listing-simple.team-post-listing .team-postitem:hover h2.team-posttitle-simple > a {
  color: #6c747d;
  text-decoration: none;
}
.team-blog .blog-pagination {
  padding: 5px 0 0;
  margin: 0;
}
.team-blog .blog-pagination > a {
  display: inline-block;
  text-decoration: none;
  margin: 5px 0;
}

/*	POST PAGE	*/
.team-post-header {
  padding: 0 0 30px;
  margin: 0;
}
.team-post-header > div {
  display: inline-block;
  vertical-align: bottom;
}
.team-featuredimg-col {
  width: 51.3%;
}
.team-author-socialshare-col {
  width: 48.1%;
  padding-left: 17px;
}
a.team-author-social-link {
  text-decoration: none;
  color: #27578c;
}
a.team-author-social-link:hover {
  text-decoration: underline;
}
.team-author-social-links div {
  font-size: 16px;
  line-height: 1.2;
  padding: 0 0 15px;
}
.team-author-social-links div:last-child {
  padding-bottom: 0;
}
.team-author-social-links div > a {
  color: #00395d;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.team-author-social-links div > a:hover {
  color: #00395d;
  text-decoration: underline;
}
.team-social-linkedin:before {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  font-size: 0;
  content: "";
  background: url("//4389120.fs1.hubspotusercontent-na1.net/hubfs/4389120/LeaderStat_May2018/Images/sprite-icons.png") no-repeat -230px -40px;
  margin: 0 11.5px 0 3px;
}
.team-social-email:before {
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 20px;
  font-size: 0;
  content: "";
  background: url("//4389120.fs1.hubspotusercontent-na1.net/hubfs/4389120/LeaderStat_May2018/Images/sprite-icons.png") no-repeat -190px -40px;
  margin: 0 10.5px 0 0;
}

.team-post-body h1 {
  color: #0199d3;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 0.8em;
}





/* ==========================================================================
Knowledge Base BLOG LAYOUT
========================================================================== */
.blog-breadcrumb-menu.custom-breadcrumb-menu ul > li > a.active {
  font-weight: bold;
}

.knowledgebase-breadcrumb-featurearticle {
  position: relative;
  overflow: hidden;
}
.knowledgebase-breadcrumb-group {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  padding: 15px 0 0;
}

.knowledgebase-blog .featured-article-item-group {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
  padding: 630px 0 0;
}
.featured-article-item-group {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  margin: 0 0 30px;
  padding: 15px 0 0;
}
.featured-article-img-wrapper {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
img.featured-article-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-article-container {
  position: absolute;
  top: 206px;
  left: 50%;
  display: block;
  width: 8880px;
  min-height: 288px;
  margin-left: -8920px;
  padding: 15px 5px 15px 15px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: rgba(0, 139, 192, 0.8);
  color: #fff;
}
.featured-article-container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  border-top: 288px solid rgba(0, 139, 192, 0.8);
  border-right: 88px solid transparent;
}
.featured-article-content-group {
  float: right;
  width: 360px;
  margin-right: 25px;
  padding: 15px;
}
h1.featured-article-title {
  font-size: 35px;
  margin: 5px 0 15px -15px;
  padding: 0 0 12px 15px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  border-bottom: #d2df43 8px solid;
}
.featured-article-more a,
.featured-article-more a:hover {
  color: #fff;
  text-decoration: none;
}
a.featured-article-grouplink {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.knowledgebase-blog .widget-type-post_filter {
  padding-left: 1em;
}

.knowledgebase-blog .sidebar h3 {
  color: #008bc1;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.knowledgebase-blog .sidebar .widget-module > ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}
.knowledgebase-blog .sidebar .widget-module > ul li {
  list-style: none;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.333;
  padding: 12px 0;
}
.knowledgebase-blog .sidebar .widget-module > ul li:first-child {
  padding-top: 0;
}
.knowledgebase-blog .sidebar .widget-module > ul li a {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  display: block;
  color: #555555;
  text-decoration: none;
}
.knowledgebase-blog .sidebar .widget-module > ul li a:hover,
.knowledgebase-blog .sidebar .widget-module > ul li a.active {
  color: #008bc0;
}
.knowledgebase-blog .sidebar .widget-module > ul li a .filter-link-count {
  display: none !important;
}

.knowledgebase-post-item {
  display: block;
  float: left;
  width: 48%;
  /*min-height: 275px;*/
  margin: 15px 1%;
  font-size: 0.9em;
  color: #747474;
  text-decoration: none;
  position: relative;
  height: 250px;
}
.knowledgebase-post-item > .knowledgebase-postitem-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.knowledgebase-featuredimg-wrapper {
  height: 190px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
img.knowledgebase-featured-img {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.knowledgebase-postheader h2 {
  color: #008bc1;
  font-size: 1.2em;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.knowledgebase-post-item:hover .knowledgebase-postheader h2 {
  color: #0aa3dc;
}
.knowledgebase-postheader p {
  font-size: 0.9em;
  color: #747474;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.knowledgebase-pagination {
  text-align: center;
  margin: 10px auto;
  padding: 0;
  display: block;
  position: relative;
  list-style: none;
}
.knowledgebase-pagination > div {
  margin: 2px 0.5px;
  display: inline-block;
}
.knowledgebase-pagination > div > div a,
.knowledgebase-pagination > div > div span {
  color: #68707a;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  text-decoration: none;
}
.knowledgebase-pagination > div > div.next a,
.knowledgebase-pagination > div > div.prev a {
  color: #68707a;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}
.knowledgebase-pagination > div > div a:hover {
  border-color: #000;
  color: #008bc0;
  text-decoration: underline;
}
.knowledgebase-pagination > div > div.active span {
  border-color: #000;
  color: #008bc0;
  text-decoration: none;
}

.knowledgebase-pagination > div > div {
  display: inline-block;
}
.knowledgebase-pagination > div > div span,
.knowledgebase-pagination > div > div a {
  display: block;
}

/*POST PAGE*/
.blog-post-banner-module {
  min-height: 500px;
  margin: 0 0 30px;
  padding: 15px 0 0;
  position: relative;
  overflow: hidden;
}
.blog-post-bannerimg-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.blog-post-bannerimg-wrapper img {
    object-fit: cover;
}

img.blog-post-banner-img {
  width: 100%;
  height: 100%;
}
.knowledgebase-blog-post .knowledgebase-breadcrumb-group {
  padding: 18px 0 0;
}
.knowledgebase-blog-post .main-content {
  padding-right: 0;
  font-size: 18px;
  line-height: 1.54;
  color: #747474;
}
.knowledgebase-blog-post .blog-post-wrapper {
  margin-top: -210px;
  position: relative;
}
.knowledgebase-blog-post .knowledgebase-postheader {
  margin: 0 0 30px;
  padding: 25px 20px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: #008bc1 8px solid;
  min-height: 180px;
  position: relative;
  overflow: hidden;
}
.knowledgebase-blog-post h1.knowledgebase-post-heading {
  color: #008bc1;
  font-size: 1.8em;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.0;
  margin: 0;
}
.knowledgebase-blog-post h2.knowledgebase-post-subheading {
  font-size: 1.4em;
  font-weight: 200;
  color: #008bc1;
  margin: 0 0 20px;
}
.knowledgebase-blog-post .hs-form-required {
  display:none;
}
.knowledgebase-post-share {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
}
.knowledgebase-post-share .hs-blog-social-share {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.knowledgebase-post-share .hs-blog-social-share li.hs-blog-social-share-item {
  display: inline-block !important;
  vertical-align: top !important;
  float: none !important;
  margin: 0;
}
.Share-buttons > a {
  font-size: 32px;
  line-height: 1;
  border: 0;
  box-shadow: none;
  display: inline-block;
  padding: 0 4px;
  vertical-align: middle;
  position: relative;
}

.Share-buttons>a:hover {
  opacity: .7;
}
.Share-buttons > a > span {
  height: 32px;
  line-height: 32px;
  width: 32px;
  background-repeat: repeat;
  border-radius: 4px;
  display: inline-block;
  opacity: 1;
  float: none;
}
.Share-buttons .a2a_label {
  position: absolute!important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  clip-path: polygon(0 0,0 0,0 0);
  -webkit-clip-path: polygon(0 0,0 0,0 0);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.knowledgebase-blog-post .main-content {
  margin-bottom: 50px;
}
.knowledgebase-post-cta {
  padding: 30px 0 0;
  margin: 0;
  color: #00395d;
  font-weight: 700;
  line-height: 1.3;
}
.knowledgebase-post-cta .hs-cta-wrapper {
  float: right;
  margin-left: 20px;
}
.knowledgebase-post-cta a#cta_button_4389120_63aebfba-925e-4db5-947a-aaccb469c717:hover {
  background-color: #e3f14b !important;
}
.knowledgebase-post-cta p {
  margin: 0;
  padding: 0;
}



/* Styles that do not fit into any of the available sections above can go here. */



/*	404 Page	*/
.error-404page {}

.error-404page .page-header-module {
  margin-bottom: 0;
}

.error-404page .body-container {
  padding-bottom: 0;
}





/*	TWITTER FEED MODULE	*/
#twitter-row {
  background: #0089c7;
  -webkit-box-shadow: 2px -2px 1px rgba(0, 139, 192, 0.9);
  -moz-box-shadow: 2px -2px 1px rgba(0, 139, 192, 0.9);
  box-shadow: 2px -2px 1px rgba(0, 139, 192, 0.9);
  color: #fff;
}
#twitter-row .page-center:after {
  content: "";
  display: table;
  clear: both;
}
#twitter-feed-container {
  position: relative;
  min-height: 80px;
  float: left;
  width: 100%;
}
#twitter-icon {
  position: absolute;
  left: 55px;
  top: 0;
  height: 100%;
  width: 106px;
}
#twitter-icon:before {
  display: block;
  content: "";
  font-size: 0;
  background: #d2df43 url("//4389120.fs1.hubspotusercontent-na1.net/hubfs/4389120/LeaderStat_May2018/Images/twitter-logo.png") no-repeat center;
  z-index: 3;
  position: absolute;
  left: 0;
  top: -2px;
  bottom: 0;
  width: 100%;
}
#twitter-icon:after {
  display: block;
  content: "";
  font-size: 0;
  background: url("//4389120.fs1.hubspotusercontent-na1.net/hubfs/4389120/LeaderStat_May2018/Images/twitter-gradient.png") no-repeat center bottom;
  background-size: auto 100%;
  z-index: 0;
  position: absolute;
  top: -2px;
  bottom: 0;
  width: 337px;
  left: 50%;
  margin-left: -168px;
}
#twitter-feed {
  /*min-height: 80px;*/
  min-height: 114px;
  padding: 20px 160px 20px 190px;
  position: relative;
  z-index: 5;
}
.twitter-feed-title {
  font-weight: 700;
  font-size: 17px;
}
#twitter-feed ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
#twitter-feed a {
  color: #fff;
}
#twitter-navigation {
  position: absolute;
  right: 47px;
  top: 50%;
  margin-top: -14px;
  width: 85px;
  z-index: 6;
}
#twitter-navigation a {
  width: 30px;
  height: 30px;
  background: url("//4389120.fs1.hubspotusercontent-na1.net/hubfs/4389120/LeaderStat_May2018/Images/sprite-icons.png") no-repeat left top;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  text-decoration: none;
}
#twitter-navigation a.prev {
  background-position: -150px -40px;
  float: left;
}
#twitter-navigation a.next {
  background-position: -150px 0;
  float: right;
}


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

@media (min-width: 391px) {

  .ourpartners-item:nth-child(3n+1) {
    clear: left;
  }

}


@media (min-width: 641px) {

  .show-below640 {
    display: none !important;
  }

  textarea {
    min-height: 160px !important;
  }

}


@media (min-width: 768px) {

  .container-fluid .row-fluid .page-center {
    max-width: 750px;
    padding: 0 10px;
  }

  .custom-header-top-socialsharing {
    float: left !important;
    width: auto !important;
  }

  .custom-header-applybtn-group {
    float: right !important;
    height: 46px;
    width: 231px !important;
    position: relative;
    margin-left: 0 !important;
  }

  .custom-header-top-nav {
    padding-right: 15px;
    float: right !important;
    margin-left: 0 !important;
    width: auto !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.search-jobs,
  .custom-menu-primary .hs-menu-wrapper > ul > li.apply-now,
  .custom-menu-primary .hs-menu-wrapper > ul > li.request-an-interim,
  .custom-menu-primary .hs-menu-wrapper > ul > li.contact-us,
  .custom-ft-nav .hs-menu-wrapper > ul > li.search-jobs,
  .custom-ft-nav .hs-menu-wrapper > ul > li.apply-now,
  .custom-ft-nav .hs-menu-wrapper > ul > li.request-an-interim,
  .custom-ft-nav .hs-menu-wrapper > ul > li.contact-us {
    display: none !important;
  }

  .custom-ft-logo {
    float: left !important;
    width: 111px !important;
  }

  .custom-ft-nav-copright {
    width: calc(100% - 120px) !important;
    float: right !important;
    margin-left: 0 !important;
    text-align: right;
  }

  .custom-ft-top-col {
    width: 30% !important;
    margin-left: 0 !important;
  }
  .custom-ft-top-col.custom-ft-contactfollow-col {
    padding: 20px 20px 20px 0;
  }
  .custom-ft-mainoffice-col.custom-ft-top-col,
  .custom-ft-westoffice-col.custom-ft-top-col {
    width: 22% !important;
    padding: 20px 0;
  }

  .custom-ft-mainoffice-col.custom-ft-top-col {
    padding-right: 25px;
  }

  .custom-ft-westoffice-col.custom-ft-top-col {
    padding-left: 25px;
  }

  .search-trigger,
  .custom-header-searchform {
    display: none !important;
  }

  .two-column-left .sidebar {
    width: 25.5% !important;
    float: left !important;
    padding: 0 30px 0 0;
  }

  .two-column-left .main-content {
    width: 74.5% !important;
    float: left !important;
    margin-left: 0 !important;
    padding: 0 45px;
  }

  .two-column-left .main-content .twocoleq-flexi-wrapper .hs_cos_wrapper_type_widget_container {
    margin: 0 0 0 -10px;
    max-width: 540px;
  }

  .custom-sidebar-menu .hs-menu-wrapper > ul {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .custom-sidebar-menu .hs-menu-wrapper > ul > li.download-our-brochures {
    margin: 20px 0 0;
    padding: 27px 0 22px;
    text-align: center;
    border-top: solid 1px #b3b3b3;
    border-bottom: solid 1px #b3b3b3;
  }

  .custom-sidebar-menu .hs-menu-wrapper > ul > li.download-our-brochures a {
    color: #27578c;
    text-decoration: none;
  }

  .custom-sidebar-menu .hs-menu-wrapper > ul > li.download-our-brochures a:before {
    width: 52px;
    height: 61px;
    display: block;
    content: "";
    font-size: 0;
    margin: 0 auto 5px;
    background: url("//4389120.fs1.hubspotusercontent-na1.net/hubfs/4389120/LeaderStat_May2018/Images/sprite-icons.png") no-repeat 0 -70px;
  }

  .custom-sidebar-menu .hs-menu-wrapper > ul > li.download-our-brochures a:hover,
  .custom-sidebar-menu .hs-menu-wrapper > ul > li.download-our-brochures.active a,
  .custom-sidebar-menu .hs-menu-wrapper > ul > li.download-our-brochures.active-branch a {
    color: #008bc0;
  }
  .custom-sidebar-menu .hs-menu-wrapper > ul > li.download-our-brochures a:hover:before,
  .custom-sidebar-menu .hs-menu-wrapper > ul > li.download-our-brochures.active a:before,
  .custom-sidebar-menu .hs-menu-wrapper > ul > li.download-our-brochures.active-branch a:before {
    background-position: -60px -70px;
  }

  .custom-sidebar-menu-title,
  .custom-mobile-servicelinks {
    display: none !important;
  }

  .fullwidth-maincontent-flexi {
     max-width: 775px;
    margin: 0 auto;
  }

  .knowledgebase-blog .main-content {
    padding-right: 0;
  }  
  .knowledgebase-blog-pagination {
    padding-right: 230px;
  }
  .knowledgebase-blog-post .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 2px 0 3px;
  }
  .knowledgebase-postbody-cta {
    max-width: 88%;
  }

  ul.custom-2col-list {
    columns: 2;
    display: block;
    margin-bottom: 0 !important;
    column-gap: 57px;
  }
  ul.custom-2col-list li {
    vertical-align: top;
  }
  ul.custom-2col-list.custom-2coleq-list {
    column-gap: 35px;
  }

  .home-row4-leftcol {
    width: 50% !important;
    padding: 0 5% 40px 0 !important;
    float: left !important;
  }

  .home-row4-rightcol {
    width: 50% !important;
    float: left !important;
    margin-left: 0 !important;
  }

  .home-layout .custom-ft-nav .hs-menu-wrapper > ul > li {
    margin-left: 15px;
  }

  .custom-menu-spacer {
    min-height: 24px !important;
  }

}



@media (min-width: 992px) {

  .container-fluid .row-fluid .page-center {
    max-width: 980px;
    padding: 0 30px;
  }

  .blog-post-banner-module {
    min-height: 540px;
  }

  .knowledgebase-postheader {
    font-size: 1em;
  }

}


@media (min-width: 1120px) {

  .container-fluid .row-fluid .page-center {
    max-width: 1020px;
    padding: 0 70px;
  }

  .blog-post-banner-module {
    min-height: 640px;
  }

  .knowledgebase-blog-post .knowledgebase-postheader {
    margin: 0 -20px 30px;
  }    

  .home-row3-slider.maincontent-slider .hs_cos_gallery_main.slick-slider {
    overflow: hidden;
  }

}
@media (min-width: 1600px) {

  .custom-header-logo span.hs_cos_wrapper_type_rich_text {
  max-width: 375px;
}
  .container-fluid .row-fluid .page-center {
    max-width: 1500px;
    padding: 0 70px;
  }
  .brochures-items-group {
    margin: 0 0 20px -15px;
    max-width: 800px;
  }
  .two-column-left .main-content .twocoleq-flexi-wrapper .hs_cos_wrapper_type_widget_container {
    margin: 0 0 0 -10px;
    max-width: 800px;
    margin: 0 auto;
  }
  .solution-module img {
    width: 400px !important;
  }
  .twocol-with-video-module a.popup-video:before {
    right: 150px;
  }
    .fullwidth-maincontent-flexi {
     max-width: 100%;
    margin: 0 auto;
  }
  .video-image img {
    width: 600px;
  }
  .ourpartners-items-group {
    margin: 20px 0 20px -10px;
    max-width: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 3px 23px 5px;
    font-size: 18px;
  }
  .logolist-flexi-wrapper .hs_cos_wrapper_type_widget_container {
    max-width: 650px;
  }
}

/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1120px) {

  .team-featuredimg-col {
    width: 53.8%;
  }

  .team-author-socialshare-col {
    width: 40.5%;
  }

  .service-content {
    min-height: 0;
  }

}


@media (max-width: 1024px) {}


@media (max-width: 991px) {

  .knowledgebase-blog-listing .page-center.content-wrapper {
    max-width: 100% !important;
  }

}


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

  .custom-header-applybtn-group {
    width: 180px !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0 -10px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 3px 8px 5px;
    font-size: 12px;
  }

  .header-socialshare-module a {
    margin-right: 2px;
  }

  .team-featuredimg-col {
    width: 39.4%;
  }
  .team-author-socialshare-col {
    width: 59.5%;
  }

  .featured-article-container {
    margin-left: -8850px;
  }

  .blog-post-banner-module {
    min-height: 340px;
  }

}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {

  .container-fluid .row-fluid .page-center {
    padding-left: 50px;
    padding-right: 50px;
  }

  .one-column .body-container input[type="text"],
  .one-column .body-container input[type="password"], 
  .one-column .body-container input[type="datetime"], 
  .one-column .body-container input[type="datetime-local"], 
  .one-column .body-container input[type="date"], 
  .one-column .body-container input[type="month"], 
  .one-column .body-container input[type="time"], 
  .one-column .body-container input[type="week"], 
  .one-column .body-container input[type="number"], 
  .one-column .body-container input[type="email"], 
  .one-column .body-container input[type="url"], 
  .one-column .body-container input[type="search"], 
  .one-column .body-container input[type="tel"], 
  .one-column .body-container input[type="color"],
  .one-column .body-container input[type="file"],
  .one-column .body-container textarea,
  .one-column .body-container select {
    width: 100%;
    max-width: 100%;
  }  

  .custom-header-top-group {
    display: none !important;
  }

  .custom-header-bt-group {
    padding: 35px 0 0;
  }

  .custom-header-logo span.hs_cos_wrapper_type_rich_text {
    max-width: 255px;
    padding: 10px 0 25px;
  }

  .custom-header-logo .hs_cos_wrapper_type_module {
    position: relative;
  }

  .custom-header-bt-group .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .custom-header-logo {
    padding-left: 50px;
    padding-right: 50px;
  }

  .custom-ft-top-contactcol h3,
  .custom-ft2-contactcol h3,
  .custom-ft-mobile-followus h3 {
    font-size: 22px;
    text-align: center;
    border-bottom: solid 1px #fff;
    padding: 0 0 10px;
    margin: 0 0 15px;
  }

  .custom-ft-mainoffice-col, 
  .custom-ft-westoffice-col {
    float: left !important;
    width: 50% !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .custom-ft-mainoffice-col {
    padding-right: 25px;
  }

  .custom-ft-westoffice-col {
    padding-left: 25px;
  }

  .custom-ft-mainoffice-col.custom-ft-top-col h3, 
  .custom-ft-westoffice-col.custom-ft-top-col h3 {
    border: none;
  }

  .view-map-button {
    display: block;
    text-align: center;
    max-width: 100%;
    width: 100%;
  }

  .custom-ft-bt-group .page-center > .row-fluid-wrapper {
    position: relative;
  }

  .custom-ft-nav .hs-menu-wrapper > ul > li:first-child {
    margin-left: 0 !important;
  }

  .custom-ft-mobile-followus {
    padding: 20px 0;
  }

  .custom-ft-top-group .followus-module {
    padding: 10px 0 0;
    text-align: center;
  }

  .custom-ft-nav .hs-menu-wrapper > ul > li.search-jobs,
  .custom-ft-nav .hs-menu-wrapper > ul > li.apply-now,
  .custom-ft-nav .hs-menu-wrapper > ul > li.request-an-interim,
  .custom-ft-nav .hs-menu-wrapper > ul > li.contact-us {
    display: block !important;
  }

  .two-column-left .page-header-module,
  .two-column-left .sidebar-maincontent-group:before,
  .custom-breadcrumb-menu,
  .full-width-layout.with-contentform .page-header-module,
  .full-width-layout .page-header-module,
  .error-404page .page-header-module {
    display: none !important;
  }

  .custom-sidebar-menu {
    margin: 0 -50px !important;
    padding: 0;
    position: relative;
  }

  .custom-sidebar-menu-title {
    display: block;
    cursor: pointer;
    background: #00395d;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    padding: 20px;
    text-align: center;
  }

  .custom-sidebar-menu-title:after {
    display: inline-block;
    width: 23px;
    height: 15px;
    content: "";
    font-size: 0;
    background: url("//4389120.fs1.hubspotusercontent-na1.net/hubfs/4389120/LeaderStat_May2018/Images/sprite-icons.png") no-repeat 0 -240px;
    margin-left: 15px;
  }

  .custom-sidebar-menu .hs-menu-wrapper > ul {
    background: #00395d;
    color: #fff;
    padding: 0 30px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 5;
  }

  .custom-sidebar-menu .hs-menu-wrapper > ul li {
    border-top: solid 1px #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.333;
    padding: 0;
  }

  .custom-sidebar-menu .hs-menu-wrapper > ul li a {
    text-align: center;
    color: #fff !important;
    padding: 10px !important;
  }

  .custom-sidebar-menu .hs-menu-wrapper > ul li a:hover {
    background: #008bc0;
    color: #fff;
  }

  .custom-sidebar-menu .hs-menu-wrapper > ul > li.download-our-brochures {
    border: none;
    background: #008bc0;
    margin: 0 -30px !important;
    padding: 0;
    width: calc(100% + 60px) !important;
    text-align: center;
  }

  .two-column-left .maincontent-flexi {
    padding-top: 15px;
  }

  .twocoleq-flexi-wrapper .hs_cos_wrapper_type_widget_container {
    margin: 0 -50px;
    max-width: calc(100% + 100px);
  }


  .solution-img img {
    width: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    transition-duration: 250ms;
  }

  #twitter-navigation a {
    width: 42px;
    height: 44px;
    top: 50%;
    margin-top: -21px;
    position: absolute;
  }

  #twitter-navigation a.prev {
    background-position: -170px -180px;
    left: -50px;
  }

  #twitter-navigation a.next {
    background-position: -220px -180px;
    right: -50px;
  }

  .brochures-items-group.clearfix {
    margin: 0;
    max-width: 100%;
  }

  .brochures-item {
    width: 300px;
    float: none;
    margin: auto;
    max-width: 90%;
  }

  .blog-post-wrapper {
    padding: 15px 0 0;
  }
  .team-featuredimg-col {
    width: 45%;
  }
  .team-author-socialshare-col {
    width: 54%;
    padding-left: 29px;
  }
  .team-author-social-links div:last-child {
    padding-bottom: 5px;
  }
  .two-column-left.team-blog .sidebar-maincontent-group {
    margin: 0 0 30px;
  }

  .featured-article-item-group {
    min-height: 302px;
  }
  .featured-article-container:after {
    display: none !important;
  }
  .featured-article-container {
    position: relative;
    width: auto;
    height: auto;
    margin-top: 40px;
    margin-left: 0;
    left: 0;
    right: 0;
    top: 0;
    min-height: 0;
  }
  .featured-article-content-group {
    float: none;
    width: auto;
  }
  h1.featured-article-title {
    font-size: 1.8em;
  }


  .knowledgebase-blog .sidebar.left {
    display: none !important;
  }
  .knowledgebase-blog-listing .page-center.content-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .blog-post-banner-module {
    min-height: 248px;
  }
  .knowledgebase-blog-post .knowledgebase-postheader {
    min-height: 165px;
    font-size: 0.7em;
    margin-left: -50px;
    margin-right: -50px;
  }
  .knowledgebase-post-cta .hs-cta-wrapper {
    float: none;
    margin: 20px 0;
    display: block;
  }

  .full-width-layout.with-contentform .body-container {
    overflow-x: hidden;
  }

  .consultant-item {
    min-height: 35vw !important;
  }

  h1 {
    font-size: 30px;
  }

  ul.custom-2col-list {
    margin-bottom: 38px !important;
  }

  .executive-search-page .contact-form {
    padding-bottom: 15px;
  }
  .executive-search-page .contact-form .hs_firstname.hs-firstname {
    margin: 20px 0 0;
  }

  .home-bannerarea-module {
    min-height: 450px;
  }
  .home-bannerarea-container {
    bottom: 0;
  }
  .home-bannerarea-content-group {
    width: 100%;
    padding-right: 0;
  }
  .banner-triangle {
    border-top: 225px solid rgba(0, 126, 171, 0.86);
  }
  .home-row1 .threecoleq-flexi-wrapper {
    margin-top: 20px;
  }
  .threecoleq-flexi-wrapper .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module {
    width: 100%;
    float: none;
  }
  .threecoleq-flexi-wrapper .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module + .hs_cos_wrapper_type_module {
    margin-top: 6px;
  }
  .service-content {
    min-height: 34px !important;
  }
  .home-row2 {
    padding-bottom: 20px;
  }
  .twocol-with-video-module .video-image {
    width: auto;
    float: none;
    max-width: 475px;
    margin: auto;
  }
  .twocol-with-video-module .video-content {
    width: auto;
    float: none;
    padding-left: 0;
  }
  .home-row4-leftcol {
    padding-bottom: 40px;
  }
  .twocol-with-img-module .content-col {
    width: auto !important;
    float: none !important;
  }
  .twocol-with-img-module .image-col {
    width: auto !important;
    float: none !important;
    max-width: 380px;
    margin: 40px auto 0;
  }
  .home-row7 .fourcoleq-flexi-wrapper .hs_cos_wrapper_type_widget_container {
    margin: 0 -48px;
  }
  .onecol-with-topimg-module .content-group {
    min-height: 200px;
  }
  .home-layout .featured-article-item-group {
    padding: 0;
  }

  #twitter-icon {
    left: 30px;
  }
  #twitter-feed {
    padding-right: 60px;
  }
  #twitter-navigation {
    position: static;
    left: auto;
    top: auto;
    width: auto;
  }

  .hidden-phone.custom-ft2-contactcol {
    display: none !important;
  }

  .custom-header-withoutnav .search-trigger {
    right: 0;
  }  

  .knowledgebase-blog-post .knowledgebase-postheader {
    margin-left: -30px;
    margin-right: -30px;
  }
  .knowledgebase-pagination > div {
    display: block;
    margin: 5px 0;
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    margin: 10px auto;
    display: block !important;
    float: none;
    max-width: 100%;
  }

}  



@media (max-width: 767px) and (min-width: 641px)  {

  .custom-ft-logo {
    width: 111px !important;
    float: left !important;
    position: absolute;
    bottom: 0;
  }

  .custom-ft-nav-copright {
    width: calc(100% - 120px) !important;
    float: right !important;
    text-align: right;
  }

  .custom-ft-nav .hs-menu-wrapper > ul > li {
    margin-left: 12.75px;
    margin-right: 0;
  }

  #twitter-feed {
    padding-bottom: 35px;
  }

}



@media (max-width: 640px) {

  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"],
  input[type="file"],
  textarea,
  select {
    width: 100% !important;
    max-width: 100% !important;
    line-height: 2;
    min-height: 2rem;
  }

  select {
    line-height: 1.5 !important;
    min-height: 0 !important;
  }

  .hs-button.primary, 
  input[type="submit"], 
  input[type="button"] {
    /*width: 100%;*/
    line-height: 2;
    min-height: 2rem;
  }

  form.hs-form fieldset .hs-form-field {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  form.hs-form fieldset .hs-form-field > .input > .hs-input {v
    width: 100% !important;
    max-width: 100% !important;
  }

  .custom-sidebar-menu-title {
    font-size: 15px;
  }

  .custom-sidebar-menu .hs-menu-wrapper > ul li {
    font-size: 16px;
  }

  .custom-mobile-servicelinks .hs-menu-wrapper > ul li a {
    font-size: 18px;
  }

  .custom-ft-logo {
    display: none !important;
  }

  .custom-ft-nav .hs-menu-wrapper > ul,
  .custom-ft-copyright {
    text-align: center;
  }

  .blog-post-wrapper {
    padding: 0;
  }

  .show-above640 {
    display: none !important;
  }

  .team-featuredimg-col {
    width: 125%;
    float: none;
    margin: 0 0 0 -50px;
  }
  .team-author-socialshare-col {
    width: 100% !important;
    float: none !important;
    padding: 25px 0 0 !important;
    margin: 0 !important;
  }
  .team-author-social-links div {
    border-bottom: 1px solid #008bc0;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .team-author-social-links div:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
  }

  .knowledgebase-featuredimg-wrapper {
    height: 27vw;
  }
  .knowledgebase-blog-post .blog-post-wrapper {
    margin-top: -195px;
  }
  .knowledgebase-post-share {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }  

  .consultant-item {
    width: 50%;
    min-height: 40vw !important;
  }
  .onecol-with-leftimg-module h2.content {
    text-align: center;
  }
  .onecol-with-leftimg-module h2.content .left-img {
    min-width: 95px;
    width: 95px;
    margin: 0 10px 0 0;
    display: block;
  }
  .onecol-with-leftimg-module h2.content .label {
    display: block;
    width: auto;
  }


  .home-bannerarea-content-group {
    padding: 10px;
  }
  .banner-triangle {
    width: 500px;
  }
  .service-content {
    min-height: 51px !important;
  }  
  .fourcoleq-flexi-wrapper .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module {
    width: 50%;
    margin-bottom: 15px;
  }
  h1.home-bannerarea-title {
    font-size: 26px;
  }
  .home-row7 .page-center {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .maincontent-slider .caption,
  .maincontent-slider .caption h6 {
    font-size: 14px;
  }

  #twitter-feed {
    min-height: 110px;
  }

  .custom-ft2-followus {
    padding-right: 3px;
  }

}


@media (max-width: 600px) {

  .custom-mobile-servicelinks .hs-menu-wrapper > ul li a {
    padding-left: 8px;
    padding-right: 8px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    font-size: 17px !important;
    line-height: 22px !important;
  }

  .child-trigger:after {
    right: 9px;
    top: 39%;
    width: 16px;
    height: 16px;
    border-style: solid;
    border-width: 8px 0 8px 13.9px;
    border-color: transparent transparent transparent #ffffff;
  }

  .child-trigger.child-open:after {
    border-left-color: transparent;
    border-top-color: #fff;
    border-width: 13.9px 8px 0 8px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 13px !important;
    line-height: 17px !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > ul li > a:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11.3px;
    border-color: transparent transparent transparent #ffffff;
    content: "";
    position: absolute;
    top: 13px;
    right: 12px;
  }

  .team-blog .page-center.content-wrapper {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .team-blog .custom-mobile-servicelinks {
    margin: 0 -5px !important;
  }
  .team-post-listing {
    padding: 15px 0 0;
    margin: 0 -3px;
  }
  .team-postitem {
    padding: 0 3px 6px;
  }
  .team-post-body {
    padding-left: 47px;
    padding-right: 47px;
  }
  .team-featuredimg-col {
    width: auto;
    height: auto;
    max-width: 100%;
    min-width: calc(100% + 22px);
    margin: 0 0 0 -3px;
  }

  .consultant-item {
    min-height: 42vw !important;
  }
  .consultant-item:nth-child(2n+1) {
    clear: left;
  }

  .onecol-with-leftimg-module h2.content .left-img {
    margin: 0 auto;
    display: block;
    float: none;
  }

}



/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 480px) {

  .container-fluid .row-fluid .page-center,
  .custom-header-logo,
  .custom-header-searchform .widget-type-google_search,
  .custom-menu-primary .hs-menu-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .custom-header-logo span.hs_cos_wrapper_type_rich_text {
    max-width: 200px;
  }

  .twocoleq-flexi-wrapper .hs_cos_wrapper_type_widget_container {
    margin: 0 -30px;
    max-width: calc(100% + 60px);
  }

  .team-post-listing {
    padding: 15px 10px 0;
  }
  .team-postitem {
    width: 50%;
  }
  .team-blog .blog-pagination {
    padding: 0 10px;
  }
  .team-post-body {
    padding-left: 27px;
    padding-right: 27px;
  }

  .twocoleq-flexi-wrapper .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module {
    width: 100%;
    float: none;
  }
  .solution-module {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  /*.two-column-left.with-contentslider .custom-mobile-servicelinks*/
  .custom-mobile-servicelinks {
    margin: 0 -32px !important;
  }

  .twitter-feed-title {
    font-size: 14px;
  }
  #twitter-icon:before {
    width: 50px;
    height: 50px;
    background-size: 50% auto;
  }
  #twitter-feed {
    padding: 10px 20px 35px 90px;
  }
  #twitter-navigation a.prev {
    left: -30px;
  }  
  #twitter-navigation a.next {
    right: -30px;
  }

  .icon-tel {
    font-size: 19px;
  }

}


@media (max-width: 450px) {

  .custom-ft-mainoffice-col, 
  .custom-ft-westoffice-col {
    float: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

}


@media (max-width: 390px) {

  body,
  h4.solution-title {
    font-size: 12px;
  }

  .container-fluid .row-fluid .page-center,
  .custom-header-logo,
  .custom-header-searchform .widget-type-google_search,
  .custom-menu-primary .hs-menu-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom-header-bt-group {
    padding: 15px 0 0;
  }

  .custom-header-logo span.hs_cos_wrapper_type_rich_text {
    max-width: 150px;
    padding: 5px 0 15px;
  }

  .search-trigger,
  .mobile-trigger {
    width: 30px;
    height: 30px;
  }

  .search-trigger {
    right: 40px;
    background-position: -170px -140px;
  }
  .search-trigger:hover,
  .search-trigger.open {
    background-position: -210px -140px;
  }

  .mobile-trigger {
    right: 0;
    background-position: 0 -200px;
  }
  .mobile-trigger:hover,
  .mobile-open .mobile-trigger {
    background-position: -40px -200px;
  }

  .mobile-open .mobile-trigger,
  .search-trigger.open {
    height: 41px;
    border-bottom-width: 11px;
  }

  /* .custom-mobile-servicelinks .hs-menu-wrapper > ul li {
  width: 100% !important;
  float: none !important;
  display: block !important;
}
  */
  .custom-mobile-servicelinks .hs-menu-wrapper > ul li a {
    font-size: 15px;
  }

  .twocoleq-flexi-wrapper .hs_cos_wrapper_type_widget_container {
    margin: 0 -20px;
    max-width: calc(100% + 40px);
  }

  .ourpartners-item {
    width: 50%;
  }

  .team-postitem {
    float: none;
    width: 100%;
  }
  .team-post-body {
    padding-left: 17px;
    padding-right: 17px;
  }

  .knowledgebase-blog-listing .blog-listing-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .knowledgebase-post-item {
    width: 100%;
    float: none;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .knowledgebase-featuredimg-wrapper {
    height: 42vw;
  }

  .consultant-item {
    width: 100% !important;
    float: none !important;
  }
  .consultant-item.without-img {
    min-height: 0 !important;
    height: auto !important;
  }  

  .body-container form.hs-form {
    font-size: 12px;
  }
  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"],
  input[type="file"],
  textarea,
  select,
  .hs-button.primary, 
  input[type="submit"], 
  input[type="button"] {
    font-size: inherit;
    font-family: inherit;
  }
  .hs-field-desc {
    font-size: .813em;
    letter-spacing: .5pt;
  }

  .maincontent-slider .hs_cos_gallery_main.slick-slider {
    padding: 0 20px;
  }
  .maincontent-slider .slick-prev.slick-arrow {
    left: -15px !important;
  }
  .maincontent-slider .slick-next.slick-arrow {
    right: -15px !important;
  }

  h1 {
    font-size: 20px;
  }

  .knowledgebase-blog-listing .blog-listing-wrapper {
    font-size: 15px;
    line-height: 1.2;
  }

  .custom-header-searchform .hs-input {
    min-height: 30px;
    height: 30px;
    padding: 5px 10px;
    line-height: 20px;
    font-size: 14px;
  }
  .custom-header-searchform .hs-button.primary, 
  .custom-header-searchform input[type="submit"],
  .custom-header-searchform input[type="button"] {
    width: 30px;
    height: 30px;
    min-height: 30px;
    background-position: -170px -140px;
  }

  .service-content {
    min-height: 85px !important;
  }

  #twitter-feed ul {
    font-size: 12px;
  }
  #twitter-navigation a.prev {
    left: -20px;
  }  
  #twitter-navigation a.next {
    right: -20px;
  }

  .knowledgebase-blog-post .knowledgebase-postheader {
    margin-left: -20px;
    margin-right: -20px;
  }

  .fullwidth-maincontent {
    font-size: 12px;
  }

}


@media (max-width: 374px) {

  h1.home-bannerarea-title {
    font-size: 22px;
  }

  .service-content {
    min-height: 51px !important;
  }

}


@media (max-width: 350px) {

  .ourpartners-item {
    width: 100%;
    float: none;
    line-height: 80px;
  }

  .fourcoleq-flexi-wrapper .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module {
    width: 100%;
    float: none;
  }

  .onecol-with-topimg-module .content-group {
    min-height: 150px;
  }

}


@media (min-width: 768px){

  .custom-menu-primary .hs-menu-wrapper > ul > li.interim-leadership > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.executive-recruiting > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.consulting > a{
    color: #0082AE !important;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li.travel-nursing > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.interim-acute-leaders > a{
    color: #BACB63 !important;
  }

}