/* @import url('http://example.com/example_style.css'); */


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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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


@font-face {
    font-family: 'modern_pictograms_proregular';
    src: url('//cdn2.hubspot.net/hubfs/314353/Fonts/modernpictogramspro_2.34-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/314353/Fonts/modernpictogramspro_2.34-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/314353/Fonts/modernpictogramspro_2.34-webfont.woff2') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/314353/Fonts/modernpictogramspro_2.34-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/314353/Fonts/modernpictogramspro_2.34-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/314353/Fonts/modernpictogramspro_2.34-webfont.svg#modern_pictograms_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.hs-blog-name-featured-jobs .leftSide ul li:before{ content:''; padding-right:0; }
.modern-pics{font-family: 'modern_pictograms_proregular';  }

.span6.widget-span.widget-type-raw_html.privacy-legal {
    display: none;
}
.aboutGroup .widget-type-cta {
    padding-top: 20px;
}
.fullWrap.aboutWrap {
    margin-top: -80px;
}
.aboutGroup {
    padding-top: 40px;
}
.hs-content-name-new-about-us .social-links {
    max-width: 100%;
}
.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul{ max-height:56px; }
.header-container-wrapper.header-scroll .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-2 a {
    color: #2a2b4f !important;
}
.header-container-wrapper.header-scroll .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-2 a:hover {
    color: #6BAF14 !important;
}
.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-2 a{ color:#2a2b4f; }
.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-2 a:hover{ color:#6BAF14; }
ul.active-branch .hs-menu-item.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    display: block;
}
ul.hs-menu-item.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    display: block;
}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover > ul.hs-menu-children-wrapper{
    display: block;
}
ul.hs-menu-children-wrapper{
    display: none;
}
ul.hs-menu-children-wrapper {
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.10);
}

/* FEATURED RESOURCE */
.featured-resource {
    padding: 100px 0;
    background-position: center center !important;
}
.featured-resource-inner {
    width: 50% !important;
}
.featured-resource-small {
    color: #6B6C71;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.featured-resource-title {
    color: #2A2B4F;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 50px;
    line-height: 1.2;
}
.interior-banner h3.short {
    max-width: 805px;
    margin: 0 auto;
}
.service-icon.nb {
    width: 88px !important;
}

.featured-resource-section.two {
    background: url(//cdn2.hubspot.net/hubfs/314353/ebook-cta-bg.jpg?t=1470090444673) no-repeat;
    background-size: cover;
    background-position: center 20% !important;
    padding: 0;
}
.featured-resource-section.two .overlay {
    float: none !important;
    background: rgba(255, 255, 255, 0.75);
    padding: 80px 0 104px;
}
.featured-resource-section.two .img {
    text-align: center;
}

@media screen and (max-width: 768px){
    .featured-resource { background-position: 60% !important; }
    .featured-resource-small { font-size: 2.5vw; }
    /*.interior-banner.nb { padding-bottom: 500px; }
    .interior-banner.nb .white-overlay {  height: 600px; }*/
    .featured-resource-title { font-size: 3vw !important; }
    .featured-resource-section.two .img { text-align: center; margin-top: 50px; }
}
@media screen and (max-width: 610px){
    .featured-resource { background-position: left !important; }
    .featured-resource-inner { width: 100% !important; text-align: center; }
    .featured-resource-title { font-size: 30px !important; }
    .featured-resource-small { font-size: 15px !important; }
}

/* Consultant Page */
.consult-left-column .share{ padding-top:30px; }
.consult-left-column .share h5{ display:inline-block; vertical-align:top; margin:0.3em; color:#2A2B4F; font-size:15px; text-transform:uppercase; font-weight:400; zoom:1; *display:inline; }
.consult-left-column .addthis_toolbox{ display:inline-block; vertical-align:top; zoom:1; *display:inline; }
.avail-consult-wrap  .hs_submit .hs-button {
    max-width: none;
}


/* Fonts
-------------------------*/
@font-face {
    font-family: 'icomoon';
    src:    url('//cdn2.hubspot.net/hubfs/314353/2016_Healthcare_IS/Fonts/icomoon.eot?7lbea3');
    src:    url('//cdn2.hubspot.net/hubfs/314353/2016_Healthcare_IS/Fonts/icomoon.eot?7lbea3#iefix') format('embedded-opentype'),
            url('//cdn2.hubspot.net/hubfs/314353/2016_Healthcare_IS/Fonts/icomoon.ttf?7lbea3') format('truetype'),
            url('//cdn2.hubspot.net/hubfs/314353/2016_Healthcare_IS/Fonts/icomoon.woff?7lbea3') format('woff'),
            url('//cdn2.hubspot.net/hubfs/314353/2016_Healthcare_IS/Fonts/icomoon.svg?7lbea3#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

.icon-twitter:before {
    content: "\e040";
    font-size:30px;
    color:#9A9CA4;
}
.icon-twitter:hover:before{
    color:#6BAF14;
}
.icon-facebook:before {
    content: "\e041";
    font-size:30px;
    color:#9A9CA4;
}
.icon-facebook:hover:before{
    color:#6BAF14;
}
.icon-googleplus:before {
    content: "\e042";
    font-size:30px;
    color:#9A9CA4;
}
.icon-googleplus:hover:before{
    color:#6BAF14;
}
.icon-linkedin:before {
    content: "\e049";
    font-size:30px;
    color:#9A9CA4;
}
.icon-linkedin:hover:before{
    color:#6BAF14;
}
.icon-youtube:before {
    content: "\e800";
    font-size:30px;
    color:#9A9CA4;
}
.icon-youtube:hover:before{
    color:#6BAF14;
}
.icon-menu:before {
    content: "\e801";
}



html, body, p{
    font-family: "open-sans",sans-serif;
    font-weight:300;
    color:#6B6C71;
    position:relative;
    margin:0;
}

h1, h2, h3, h4, h5, h6{
    /*font-family: "open-sans",sans-serif !important;*/
    font-family: 'open-sans',sans-serif;
    font-weight: 300 !important;
}

.row-fluid [class*="span"]{
    min-height:0;
}
a, input{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "open-sans",sans-serif;
    font-weight:400;
}

a.purple-btn{
    border:2px solid #07A6D0 !important;
    border-radius:0 !important;
    background:#07A6D0;
    color:#FFFFFF !important;
    font-family: "open-sans",sans-serif !important;
    font-weight:400;
    text-transform:uppercase;
    width:160px;
    margin-bottom:12px;
    padding:13px 0 !important;
    text-align:center;
    font-size:15px;
    vertical-align:top;
}

a.purple-btn:hover{
    border:2px solid #FFFFFF !important;
    background:#FFFFFF !important;
    color:#07A6D0 !important;
}
.home-banner a.cta_button.purple-btn:hover{
    border:2px solid #2439A0 !important;
    background:#2439A0 !important;
    color:#ffffff !important;
    
}

a.purple-clear-btn{
    border:2px solid #07A6D0 !important;
    border-radius:0 !important;
    background:transparent !important;
    color:#07A6D0 !important;
    font-family: "open-sans",sans-serif !important;
    font-weight:400;
    text-transform:uppercase;
    width:160px;
    padding:13px 0 !important;
    text-align:center;
    font-size:15px;
    vertical-align:top;
}

a.purple-clear-btn:hover{
    background:#07A6D0 !important;
    color:#FFFFFF !important;
}

a.green-clear-btn{
    border:2px solid #6BAF14;
    border-radius:0;
    background:transparent;
    color:#6BAF14;
    font-family: "open-sans",sans-serif;
    font-weight:400;
    text-transform:uppercase;
    text-align:center;
    width:160px;
    padding:13px 0;
    font-size:15px;
    vertical-align:top;
}

a.cta_button.green-clear-btn:hover, a.green-clear-btn:hover{
    background:#6BAF14 !important;
    color:#FFFFFF !important;
}
a.cta_button.green-clear-btn{
    border:2px solid #6BAF14!important;
    border-radius:0!important;
    background:transparent!important;
    color:#6BAF14!important;
    font-family: "open-sans",sans-serif!important;
    font-weight:400;
    text-transform:uppercase;
    text-align:center;
    width:160px;
    padding:13px 0!important;
    font-size:15px!important;
    vertical-align:top;

}

.purple{
    color:#002D40;
}

.lt-purple{
    color:#07A6D0;
}

.grey{
    color:#605F5F;
}

.bg-purple{
    background:#2A2B4F;
    color:#FFFFFF;
}

.bg-lt-purple{
    background:#D2D5E9;
    color:#2A2B4F;
}

.page-center{
    position:relative;
    max-width:1146px;
    padding:0 15px;
    margin:0 auto !important;
    float:none !important;
    box-sizing:border-box;
}

.search-results-page .body-container-wrapper .body-container{ max-width:100%;}
#___gcse_0{ max-width:100%;}
#___gcse_0 table.gsc-search-box td.gsc-input{ padding:0;}
#___gcse_0 input.gsc-input{ width:100%; height:50px!important; background:url(//cdn2.hubspot.net/hubfs/314353/2016_Healthcare_IS/icon-search.png) 10px 12px no-repeat!important; padding:0 12px 0 38px!important; font-family: "open-sans",sans-serif; font-weight:400; font-size:15px; color: #666666; 
border: 2px solid #DDE3E3;}
input.gsc-search-button, 
input.gsc-search-button:hover, 
input.gsc-search-button:focus{ display:none; width:41px; height:41px!important; font-size:0; background-color:transparent; border:none; background-image:none; cursor:pointer; 
padding:20px; margin:0!important; vertical-align:top; box-sizing:border-box; position:relative; z-index:2; }
#___gcse_0 td.gsc-search-button, #___gcse_0 td.gsc-clear-button{ display:none;}
.gsc-input-box { height: 50px !important; }

/* Home Page
---------------------------*/

/* header */
.header-logo img{
    max-width:250px;
    height:auto;
}
.icon-menu{
    font-size: 30px;
    color: #2A2B4F;
    position: absolute;
    top: 13px;
    right: 15px;
    cursor:pointer;
}
.header-container-wrapper{
    position:relative;
    padding-top:15px;
    z-index:1;
}
.header-container-wrapper .header-nav{
    display:none !important;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    width: 100%;
    z-index:2;
}
.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
    background:#D2D5E9;
    border-top: 1px solid #DDE3E3;
    text-align: center;
}
.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover{
    background:#2A2B4F;
}
.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover > a{
    color:#FFFFFF;
}
.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:first-child{
    border-top:none;
}
.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{
    color:#2A2B4F;
    font-size:18px;
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    transition:none;
}
/*.header-container .page-center{
    padding:0;
}*/
.header-container .logo-scroll{
    display:none;
    position:absolute;
    max-width:200px;
    top:16px;
    left:15px;
}
.menu-toggle{
    display: block;
    width: 32px;
    height: 28px;
    position: relative;
    font-size: 0;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 13px;
    right: 15px;
    z-index: 100 !important;
}
.menu-toggle span{
    display: block;
    width: 32px;
    height: 4px;
    background-color: #2A2B4F;
    border-radius: 3px;
}


.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    text-align: left !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {

    white-space: nowrap;
    min-width: 243px!important;
    padding-left: 30px;
    overflow: visible;
    margin-left: 0;
    margin-right:0;
    background-color: white;
}
.menu-toggle span:before{
    top: 0;
}
.menu-toggle span:after{
    bottom:0;
}
.menu-toggle span:before, .menu-toggle span:after{
    content: "";
    display: block;
    width: 32px;
    height: 4px;
    background-color: #35495e;
    border-radius: 3px;
    position: absolute;
    left: 0;
}

.subtitle, .subtitle h3{
    font-size:18px;
    font-weight:400;
    line-height:23px;
    letter-spacing:0.1111111111em;
    text-transform:uppercase;
}
.banner-title, .banner-title h3{
    font-weight:400;
    font-size:32px;
    line-height:40px;
    margin-bottom:48px;
}
.section-header{
    font-family: "open-sans",sans-serif;
    font-weight:700;
    font-size:36px;
    line-height:50px;
}
.section-header h3 {
    font-weight: 400;
    font-size: 36px;
}
.solutions-child .main-content {
    padding-top: 100px;
}
.solutions-child .section-header h3{ text-transform:uppercase;}
.consult-left-column .section-header h1 {
    font-weight: 400;
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 35px;
}
.overview-blurb p.p1 {
    /* color: #002D40; */
    font-size: 24px;
    font-weight: 300;
    font-family: 'open-sans',sans-serif;
}


/* home banner */
.fixed-home-banner{
    height: 740px;
    width: 100%;
    background-size: cover !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index:0;
}
.home-wrap{
    background:#FFFFFF;
    position:relative;
    z-index:5;
}

.home-banner{
    /*margin-top:-76px;*/
    padding-top:140px;
    padding-bottom:150px;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    background-attachment:scroll !important;
}
.home-banner a.purple-btn{
    margin-right:16px;
}

/* services section */
.home-page.v2 .services-section { background-color: #2a2b4f; }
.home-page.v2 .section-header h3 { color: white; }
.home-page.v2 h4.service-name { color: white; }
.home-page.v2 p.service-tagline { color: #d2d5e9; }
.home-page.v2 .service-icon img.hover { display: none; }


.learn-more-block h6.learn-more-title {
    margin-bottom: 12px;
    margin-top: 0;
}

#services{
    text-align:center;
    padding:40px 0 52px;
    overflow:hidden;
}
.service-block{
    position:relative;
    max-width:290px;
    margin:0 auto 60px !important;
    float:none;
}
.service-block a{
    text-decoration:none;
    color:#2A2B4F;
}
.service-block .service-icon {
    height:auto;
}
.service-block.icon-left .service-icon {
    width: 88px;
}
.service-block .icon-left .service-icon{
    height: 78px;
    width: 88px !important;
}
.service-block .icon-left .service-icon img{ width: 88px; height: 78px; }
.service-block .service-icon img{ width: auto; height: 78px; }
.service-block .service-icon-hover{
    display:none;
    position:absolute;
    top:0;
    left:0;
    right:0;
}

.service-icon{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.service-block:hover .service-icon{
    transform: scale(1.1);
}

.service-name{
    margin-top:24px;
    margin-bottom:20px;
    font-family: 'open-sans',sans-serif;
    font-weight: 400;
    font-size: 24px;
}
.service-details p.p1 {
    font-family: 'open-sans',sans-serif;
    font-weight: 200;
    font-size: 18px;
}
.service-tagline{
    margin-top:0;
    margin-bottom:0;
    color:#6B6C71;
    font-family:"open-sans",sans-serif;
    font-size:17px;
    line-height:24px;
    font-weight:300;
}

/* testimonial section */
.testimonial-section { color: white; background: #07A6D0; }
.testimonial-section h3 { color: white; }
.testimonial-quote p { color: white; font-weight: 300; font-size: 26px; }
.testimonial-section .half-block-inner .span7 {
    width: 70%;
}
.testimonial-section p{
    font-size:26px;
    line-height:40px;
    font-family:"open-sans",sans-serif;
    font-weight:300;
    margin-bottom:50px;
}
.testimonial-name{
    font-size:17px;
    font-weight:700;
    line-height:20px;
}
.testimonial-job{
    line-height:20px;
    font-size: 17px;
    font-weight: 300;
}
.testimonial-section .widget-type-linked_image{
    max-width:50%;
    margin:30px 0;
}
.home-page .half-block-inner{
    padding:30px;
}
.home-page .half-block{
    margin-left:0 !important;
}

/* join team section */
.join-team-section{
    background:url(//cdn2.hubspot.net/hubfs/314353/join-our-team-2.jpg) center center no-repeat;
    background-size:cover;
}
.featured-resource-section{
    /* background:url(//cdn2.hubspot.net/hubfs/314353/2016_Healthcare_IS/resource-bg.jpg) center center no-repeat; */
    background:url(https://cdn2.hubspot.net/hubfs/630566/HEA_FOH_eBookHero_sg_1a.jpg) center center no-repeat;
    background-size:cover;
}
.join-team-section h3{
    font-size:36px;
    line-height:40px;
    color:#FFFFFF;
    margin-bottom:35px;
}
.join-team-section p{
    font-size:15px;
    line-height:24px;
    color:#FFFFFF;
    font-weight:300;
    margin-top:0;
    margin-bottom:45px;
}
.join-team-section .widget-type-cta a{
    margin-bottom:30px;
}
.join-team-blurb p{ font-size: 17px; }
/* clients section */
#clients{
    text-align:center;
    padding:40px 0 52px;
    overflow:hidden;
}
.client-logo{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom:50px;
}
.client-logo img{
    /*
    width:50%;
    height:auto;
    margin:0 50px 35px;
    width:255px;*/
    max-width:100%;
    height:auto;
}
.color-logo{
    display:none;
}
.client-logo:hover .grey-logo{
    display:none;
}
.client-logo:hover .color-logo{
    display:inline-block;
}

/* featured resource */
.featured-resource-section{
    background-position:center left;
    text-align:center;
    padding:40px 0 52px;
    overflow:hidden;
}
.featured-resource-section .subtitle {
    color: #002D40 !important;
}
.featured-resource-section .banner-title{
    font-family: "open-sans",sans-serif;
    font-weight:300;
    font-size:48px;
    line-height:54px;
    margin-bottom:40px;
}

/* newsletter signup section */
.newsletter-signup{
    background:#002D40;
    text-align:center;
    padding:40px 0 52px;
    overflow:hidden;
}
.newsletter-signup h3{
    margin-top:0;
    margin-bottom:20px;
    color:#FFFFFF;
}
.newsletter-signup .widget-type-blog_subscribe{
    color:#6BAF14;
}
.hs-blog-listing.hs-content-path-featured-jobs .widget-type-blog_subscribe{
    margin-top:0;
}
.newsletter-signup.blog-page { color: white; }
.newsletter-signup [data-reactid=".0.1:$1"],
.newsletter-signup [data-reactid=".0.1:$2"],
.newsletter-signup [data-reactid=".1.1:$1"],
.newsletter-signup [data-reactid=".1.1:$2"]{
    display:none;
}
.newsletter-signup.blog-page [data-reactid=".0.1:$1"], 
.newsletter-signup.blog-page [data-reactid=".0.1:$2"], 
.newsletter-signup.blog-page [data-reactid=".1.1:$1"], 
.newsletter-signup.blog-page [data-reactid=".1.1:$2"]{
    display: block;
}
.newsletter-signup.blog-page form>div:first-of-type {
    width: 100%;
}
.newsletter-signup.blog-page .hs-form-field {
    max-width: 500px;
    margin: 0 auto;
}
.newsletter-signup.blog-page form .hs_email input {
   border-right: 2px solid #DDE3E3;
}
.newsletter-signup form label{
    display:none;
}
.newsletter-signup form .hs-error-msgs{
    list-style:none;
    margin-left:0;
    padding-left:0;
}
.newsletter-signup form .hs-error-msgs label{
    display:block;
    color:red;
}
.newsletter-signup form input{
    border:2px solid #DDE3E3;
    font-family: "open-sans",sans-serif;
    font-weight:400;
    font-size:15px;
    line-height:normal;
    height:50px !important;
    padding-left:20px;
    background:transparent;
    color:#FFFFFF;
    display:block;
    width:100%;
    border-radius:0;
}
.newsletter-signup form input[type=submit]{
    margin-top:20px;
    padding-left:0;
    border:2px solid #6BAF14;
    color:#6BAF14;
    display:block;
    width:100%;
    cursor:pointer;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border-radius:0;
    line-height:normal;
    background:transparent;
}
.newsletter-signup form input[type=submit]:hover{
    background:#6BAF14 !important;
    color:#FFFFFF;
}
.newsletter-signup::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #FFFFFF;
}

.newsletter-signup:-moz-placeholder { /* Firefox 18- */
  color: #FFFFFF;
}

.newsletter-signup::-moz-placeholder { /* Firefox 19+ */
  color: #FFFFFF;
}

.newsletter-signup:-ms-input-placeholder { /* IE 10+ */
  color: #FFFFFF;
}

.newsletter-signup::-ms-input-placeholder { /* Edge */
  color: #FFFFFF;
}

.newsletter-signup:placeholder-shown { /* Standard one last! */
  color: #FFFFFF;
}
.newsletter-signup .subscribe-form span {
    font-size: 24px;
    color: #f2f2f2;
}
.newsletter-signup .subscribe-form span label {
    font-size: 18px;
}
/* Contact form CSS */
.contact-form-banner{ 
    background-image: url('//cdn2.hubspot.net/hubfs/314353/contact-bg-new.jpg');
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center center;
    top: 0px;
    width: 100%;
    padding-top: 190px;
    padding-bottom: 74px;
}
.contact-form span.hs-form-required {
    color: #94b908;
    padding: 0 5px;
}
.contact-text-container .page-center { max-width: 562px; }
.contact-text-container{ text-align: center; }
.contact-banner-title h1 {
    color: #2a2b4f;
    font-family: "open-sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 0;
}
.contact-banner-title h2 {
    color: #2a2b4f;
    font-family: "open-sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 0;
}
.contact-banner-subtext{
    font-family: "open-sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.contact-form-container .page-center{ max-width:756px; }
.contact-form-container .hs-form fieldset{ max-width:100%; }
.contact-form-container { padding-top: 40px; padding-bottom:120px; }
.contact-form-container::-webkit-input-placeholder { color:#DDE3E3 !important; font-size: 15px; font-weight: 300;}
.contact-form-container::-moz-placeholder { color:#DDE3E3 !important ; font-size: 15px; font-weight: 300;} /* firefox 19+ */
.contact-form-container:-ms-input-placeholder { color:#DDE3E3 !important ;  font-size: 15px; font-weight: 300;} /* ie */
.contact-form-container input:-moz-placeholder { color: #DDE3E3 !important ;  font-size: 15px; font-weight: 300;}
.contact-form-container input:focus::-webkit-input-placeholder { font-weight: bold; color: #002d40; }
.contact-form-container input:focus:-moz-placeholder { font-weight: bold; color: #002d40; }
.contact-form-container input:focus::-moz-placeholder { font-weight: bold; color: #002d40; }
.contact-form-container input:focus:-ms-input-placeholder { font-weight: bold; color: #002d40; }

.contact-form .cell-wrapper.layout-widget-wrapper {
    text-align: center;
    padding-bottom: 30px;
    font-size: 25px;
}
.contact-form .hs-form fieldset.form-columns-2 .hs-form-field {
    text-align: left; 
}
.contact-form .hs_message.field.hs-form-field {
    text-align: left;
}
.contact-form label {
    height: 24px;
    color: #6b6c71;
    font-family: "open-sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}
.contact-form input{
    height: 50px;
    background-color: white;
    border: 2px solid #DDE3E3;
    margin-top: 5px;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 20px;
    padding:0 20px 0 20px;
}
.contact-form textarea {
    height: 180px;
    background-color: white;
    border: 2px solid #DDE3E3;
    margin-top: 5px;
    font-size: 15px;
    line-height: normal;
    width: 100% !important;
    padding: 20px;
}
.contact-form input[type="submit"]{
    margin-top: 30px;
    width: 136px !important;
    height: 50px;
    background: transparent;
    font-size: 15px;
    text-transform: uppercase;
    border: 2px solid #6BAF14;
    color: #6BAF14;
    cursor:pointer;
}
.contact-form input[type="submit"]:hover{
    background:#6BAF14;
    color:#FFFFFF;
}
.learn-more-column .icon img {
    max-height: 100%;
}
/* Solutions pages */
.interior-banner{
    /*padding-top: 240px;
    padding-bottom: 240px;*/
    padding-top:0;
    /* padding-bottom:368px; */
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    top:0;
    width:100%;
    text-align:center;
}
.interior-banner .page-center {
    /*padding-top: 190px;
    padding-top:140px !important;
    padding-bottom:74px; */
}
.interior-banner h2 {
    font-size: 48px;
    color: #2a2b4f;
    line-height: 1.2;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
}
.interior-banner h3{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    color: #6B6C71;
    letter-spacing: 2px;
    line-height: 23px;
    text-align: center;
    margin-bottom:0;
}
.interior-banner h1{
    font-size: 48px;
    color: #2A2B4F;
    line-height: 1.2;
    text-align: center;
    margin-top:15px;
}
.overview-main .page-center{
    padding-top:120px;
    padding-bottom:120px;
    max-width:960px;
}
.overview-blurb{
    font-size:24px;
    line-height:36px;
    overflow:hidden;
    margin-bottom:95px !important;
}
.overview-blurb p{
    margin-top:0;
}
.service-block.icon-left{
    max-width:960px;
    overflow:hidden;
    display:block;
    margin-bottom:95px !important;
}
.service-block.icon-left:hover .service-icon{
    transform: none;
}
.service-block.icon-left .service-icon{
    display:inline-block;
    zoom:1;
    *display:inline;
}
.service-block.icon-left .service-details{
    display:inline-block;
    max-width:78%;
    vertical-align:top;
    padding-left:95px;
    padding-bottom:10px;
}
.service-block.icon-left .service-details p{
    font-size:18px;
    line-height:30px;
    text-align:left;
}
.service-block.icon-left .service-details h4{
    margin-top:0;
}
.service-block.icon-left .purple-clear-btn{
    width:170px;
    box-sizing:border-box;
    text-align:center;
    margin-top:30px;
    display:block;
}

/* Blog Listing
------------------------------*/
.hs-blog-listing #hs_form_target_blog_subscription .hs-form .hs-form-field { margin-bottom: 0 !important; }
.hs-blog-listing .blog-post-banner,
.hs-blog-listing .at4-share-outer,
.hs-blog-listing .custom_listing_comments{
    display:none;
}
.blog-main{
    border-bottom:2px solid #E6E7E9;
    overflow:hidden;
}
.listing-sidebar{
    padding-top:70px;
    padding-left:60px;
}
.post-listing-wrap{
    padding-top:70px;
    padding-right:60px;
    padding-bottom:100px;
    border-right:2px solid #E6E7E9;
    overflow:hidden;
}
#hubspot-author_data, #hubspot-author_data a{
    font-size:15px;
    line-height:24px;
    color:#6B6C71;
    text-decoration:none;
}
.hs-blog-listing #hubspot-author_data, .hs-blog-listing #hubspot-author_data a{
    font-weight:300;
}
.hs-blog-listing .hs-featured-image-wrapper img.hs-featured-image{
    float:none;
    max-width:100%;
    margin:0;
}
.hs-blog-listing .post-header h2{
    margin-top:16px;
    margin-bottom:16px;
}
.hs-blog-listing .post-header h2 a{
    font-size: 28px;
    line-height: 36px;
    color: #002D40;
    font-weight: 300;
    text-decoration: none;
    font-family: "open-sans", sans-serif;
}
#hubspot-topic_data{
    margin-bottom:30px;
}
#hubspot-topic_data a{
    color:#94B908;
    font-size:15px;
    line-height:20px;
    text-decoration:none;
    text-transform:uppercase;
}
#hubspot-topic_data a:hover{
    text-decoration:underline;
}
.hs-blog-listing .post-body{
    margin-top:30px;
    margin-bottom:20px;
}
.hs-blog-listing .post-item{
    margin-bottom:100px;
}
.hs-blog-listing .more-link{
    color:#07A6D0;
    font-size:18px;
    line-height:24px;
    font-weight:300;
    text-transform:uppercase;
    text-decoration:none;
}
.hs-blog-listing .more-link:hover{
    text-decoration:underline;
}
#showMorePosts.end,
.hidePost{
    display:none;
}
#showMorePosts{
    display:block;
    width:268px;
    height:50px;
    margin:0 auto;
    background:#07A6D0;
    text-align:center;
    font-family:"open-sans",sans-serif;
    font-size:15px;
    line-height:50px;
    font-weight:400;
    color:#FFFFFF;
    text-transform:uppercase;
    cursor:pointer;
}
.listing-sidebar h3{
    font-weight:700;
    color:#2A2B4F;
    font-size:18px;
    line-height:24px;
    margin-bottom:20px;
    margin-top:0;
    text-transform:uppercase;
}

#hs_form_target_blog_subscription .hs-form .hs-form-field{ margin-bottom:12px;}
#hs_form_target_blog_subscription label{
    display:none;
}
#hs_form_target_blog_subscription .hs-error-msgs{
    list-style:none;
    padding-left:0;
    margin-top:5px;
    margin-bottom:0;
}
#hs_form_target_blog_subscription .hs-error-msgs label{
    display:block;
    color:red;
}
#hs_form_target_blog_subscription input[type=submit]{
    display:block;
    width:170px;
    height:50px;
    background:#07A6D0;
    text-align:center;
    font-family:"open-sans",sans-serif;
    font-size:15px;
    line-height:50px;
    font-weight:400;
    color:#FFFFFF;
    text-transform:uppercase;
    cursor:pointer;
    padding:0;
    border:none;
    margin-top:15px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
#hs_form_target_blog_subscription .input input.hs-input{
    width: 100%;
    height: 50px;
    border: 2px solid #DDE3E3;
    padding: 16px;
    box-sizing: border-box;
    font-family:"open-sans",sans-serif;
    font-size:15px;
    font-weight:400;
    color:#2A2B4F;
}
#hs_form_target_blog_subscription .input input.hs-input:focus{
    transition:none;
}
.hs-blog-listing .widget-type-post_filter{
    margin-top:80px;
}
.hs-blog-listing .widget-type-post_filter ul{
    list-style:none;
    padding-left:0;
}
.hs-blog-listing .widget-type-post_filter ul li a{
    color:#94B908;
    font-size:15px;
    line-height:20px;
    text-decoration:none;
    text-transform:uppercase;
}
.hs-blog-listing .widget-type-post_filter ul li a:hover{
    text-decoration:underline;
}
.hs-blog-listing .comments-wrap,
.hs-blog-listing .newsletter-signup{
    display:none;
}
.hs-content-path-featured-jobs .newsletter-signup{
    display:block;
}
.hs-blog-listing .post-sidebar-cta{
    display:none;
}

.listing-sidebar .row-number-7 .row-fluid {
    position:relative;
}
.floating-sidebar {
    z-index:1;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    float:none;
}
.floating-sidebar .form-columns-2 div, .floating-sidebar .form-columns-1 div {
    margin-bottom: 0 !important;
}
.floating-sidebar .form-columns-2 input, .floating-sidebar .form-columns-1 input {
    margin-bottom: 4px;
}
.floating-sidebar .hs-form-field {
    margin-bottom: 4px;
}
.floating-sidebar form {
    position: relative;
}
.floating-sidebar .hs_submit {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.floating-sidebar .hs_submit input.hs-button {
    margin-top: 5px !important;
}
.floating-sidebar .hs_submit input[type=submit] {
    font-size: 0 !important;
    background: url(//cdn2.hubspot.net/hubfs/314353/right-arrow-small.png) no-repeat center center !important;
    background-color: #6baf14 !important;
    width: 46px !important;
}

@media screen and (max-width: 767px){
    .floating-sidebar { position: relative; }
}
/* Blog Post
------------------------------*/
.hs-blog-post .blog-listing-banner{
    display:none;
}
.blog-post-banner{
    /*position:relative;
    padding-top:184px;*/
    padding-bottom:0;
}
.white-overlay{
    position: relative;
    display: block;
    width: 100%;
    background: rgba(255,255,255,0.6);
    top: 0;
    left: 0;
    right: 0;
    padding: 150px 0;
}
.interior-banner.blog-listing-banner {
    /*padding-top: 80px;
    padding-bottom: 145px;
    padding-top:0;
    padding-bottom:74px; */
}
.interior-banner.blog-listing-banner .page-center {
    /*padding-top: 130px;
    padding-top:140px !important;
    padding-bottom:9px !important; */
}
.hs-blog-post #hubspot-author_data{
    font-weight:400;
    text-transform:uppercase;
}
.hs-blog-post .blog-post-banner .page-center{
    max-width:580px;
    padding-top:0;
}
.hs-blog-post .blog-post-banner h3,
.hs-blog-post .blog-post-banner h3 a{
    font-size:15px;
    line-height:20px;
    color:#6B6C71;
    text-decoration:none;
}
.hs-blog-post .blog-post-banner h1{
    font-size:36px;
    line-height:44px;
}
.hs-blog-post .post-listing-wrap{
    width:100%;
    padding-right:0;
    border-right:none;
}
.hs-blog-post .post-listing-wrap{
    width:64%;
    float:left !important;
    padding-right:8%;
    border-right:2px solid #e6e7e9;
}
.blog .post-listing .hs-featured-image-wrapper {
    max-height: 450px;
    overflow: hidden;
    margin-bottom: 15px;
}
.blog .post-listing .hs-featured-image-wrapper img {
    width: 100%;
}
.hs-blog-post .post-body{
    margin-bottom:70px;
}
.blog-section .post-body strong {
    font-weight: 400;
}
.blog-section .post-body span {
    font-weight: 300 !important;
    font-size: 17px;
    line-height: 25px;
}
.blog-main .blog-section .post-body a {
    color: #07A6D0;
    text-decoration: none;
    font-weight: 600 !important;
}
.hs-blog-post .post-body p{
    font-weight:300;
    font-size:17px;
    line-height:25px;
    color:#6B6C71;
    margin:10px 0;
}
.hs-blog-post .comments-wrap .page-center{
    max-width:756px;
    margin:0 auto;
    padding:90px 15px 100px;
    overflow:hidden;
}
.hs-blog-post .comments-wrap{
    border-bottom:2px solid #e6e7e9;
    overflow:hidden;
}
.hs-blog-post .listing-sidebar{
    padding-top:80px;
}
.hs-blog-post .post-sidebar-cta{
    display:block;
    padding-top:25px;
}
.hs-blog-post .listing-sidebar .widget-type-post_filter{
    display:none;
}
.hs-blog-post .newsletter-signup.general-contact{
    padding:60px 0px;
}
.hs-blog-post .newsletter-signup.general-contact h3{
    margin-bottom:0;
}
.hs-blog-post .newsletter-signup.general-contact .section-header{
    text-align:right;
}
.hs-blog-post .newsletter-signup.general-contact .widget-type-cta{
    text-align:left;
}


/* footer */
.footer-container-wrapper{
    text-align:center;
    padding: 52px 0px 52px;
    background:#FFFFFF;
    position:relative;
    z-index:5;
}
.footer-logo img{
    max-width:250px;
    margin:0 auto;
    float:none;
}
.social-links{
    margin:10px 0;
}
.social-links a{
    text-decoration:none;
    margin:0 12px;
}
.footer-phone a.phone-mobile, .footer-phone .phone-desktop{
    color:#002D40;
    font-size:26px;
    font-weight:400;
    line-height:normal;
    text-decoration:none;
    font-family: "open-sans",sans-serif;
}
.footer-phone .phone-desktop{
    display:none;
}
.footer-phone .phone-mobile{
    display:block;
    margin-bottom:10px;
}
.copyright{
    color:#9A9CA4;
    font-size:13px;
    font-weight:300;
    line-height:15px;
    margin-bottom:42px;
}
.privacy-legal a, .privacy-legal{
    font-family:"open-sans",sans-serif;
    text-decoration:none;
    color:#9A9CA4;
    font-size:13px;
    font-weight:300;
    line-height:15px;
}
.privacy-legal span{
    font-weight:600;
}
.privacy-legal .privacy{
    padding-right:3px;
}

/* Blog comment */
.comments-wrap .comment-title h2{font-size:36px; font-weight:700; color:#2a2b4f; margin-bottom:10px;}
.comments-wrap .comment.depth-0{ border-top:0; padding:0;}
.comments-wrap .comment-from h4{ font-size:18px; font-weight:700; color:#07A6D0; font-family: "open-sans",sans-serif;}
.comments-wrap .comment-date{ font-family: "open-sans",sans-serif; font-size:18px; font-weight:700; color: #6b6c71; }
.comments-wrap .comment-body p{ font-size:18px; font-weight:300; margin-bottom:12px;}
.comments-wrap .comment-reply-to{ background:none; padding:0; font-family: "open-sans",sans-serif; font-size:15px; font-weight:400; color: #94b908; cursor:pointer; text-transform:uppercase; }
.comments-wrap .comment-reply-to em{ font-style:normal!important;}
.comments-wrap .comment.depth-1{ border-left:2px solid #d2d5e9;}

#comments-listing .comment{
    margin-bottom:34px;
}
#comments-listing .comment-from h4{
    margin-top:0;
    margin-right:5px;
    text-transform:uppercase;
}

#comment-form .hs-comment-message{ display:none; margin:20px 0;}
#comment-form{}
#comment-form .hs-form h2{ font-size:36px; font-weight:700; color:#2a2b4f; margin-bottom:20px; line-height:1.1em;}
#comment-form .hs-form fieldset{ max-width:100%;}
#comment-form .hs-form .hs-form-field{  margin-bottom:12px;}
#comment-form .hs-form fieldset .hs-form-field label{ display:block; padding-bottom:4px; font-size:15px; font-weight:300; color: #6b6c71;}
#comment-form .hs-form fieldset .hs-form-field .hs-form-required{ color: #94b908;}
#comment-form .hs-form fieldset.form-columns-1 .hs-input{ width:100%; height:180px; }
#comment-form textarea, 
#comment-form input[type="text"],
#comment-form input[type="email"]{ background-color:#ffffff; border:2px solid #DDE3E3; font-family: "open-sans",sans-serif; font-size:18px; font-weight:400; color:#6b6c71; padding:10px;}
#comment-form .hs_submit .hs-button{ width:166px; box-sizing:border-box; margin-top:20px; height:50px; border:2px solid #6BAF14; box-sizing:border-box; font-size:15px; font-weight:400; color:#6BAF14; background-color:transparent; cursor:pointer; text-transform:uppercase; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
#comment-form .hs_submit .hs-button:hover{ border-color:#89ad00; color:#89ad00;}

/* resources - post page */
.resources-banner-image{
    background-image: url('//cdn2.hubspot.net/hubfs/314353/resources-banner-1.jpg');
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center center;
    top: 0px;
    width: 100%;
    padding-top: 190px;
    padding-bottom: 74px;
}
.resources-banner-container .page-center { max-width: 367px; }
.resources-banner-container { text-align: center; }
.resources-banner-title {
    /* Resources title */
    font-family: "open-sans", sans-serif;
    font-weight: bold;
    font-size: 48px;
    color: #2A2B4F;
}
.resources-content .page-center { max-width: 1142px; }
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
}
.resources-post-content { padding-top: 106px; }
.resources-post-content .page-center { max-width: 1146px;} 
.leftSide { max-width: 658px; width: 58%; float: left; padding-right: 24px; box-sizing: border-box; margin-top: -38px;}
.leftSide img{ max-width: 100%; height: auto; padding-bottom: 20px;}
.leftSide h1 {
    font-family: "open-sans", sans-serif;
    font-size: 36px;
    color: #2A2B4F;
    font-weight: 400;
}
.leftSide .section .post-body{
    font-weight: 300;
    font-size: 15px;
    color: #6B6C71;
    line-height: 24px;
}
.leftSide ul{
    list-style: none;
    padding: 0;
}
.leftSide li{
    font-weight: 300;
    padding-bottom: 17px;
}
.leftSide ul li:before {
    content: "•";
    font-size: 15%%;
    padding-right: 30px;
}
.share-text{
    font-family: "open-sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    float: left;
    text-transform: uppercase;
    color: #2A2B4F;
    padding-right: 20px;
    padding-top: 5px;
}
.rightSide { 
    max-width: 464px; 
    float: right; 
    background-color: #EFF3F3;
    padding-top: 47px;
    padding-right: 49px;
    padding-left: 49px;
    padding-bottom: 57px;
    width: 42%;
    box-sizing: border-box;
}
.rightSide label{
    font-weight: 300;
    font-size: 15px;
    color: #6B6C71;
    line-height: 24px;
}
.rightSide input, select {
    background: #FFFFFF;
    border: 2px solid #DDE3E3;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}
.rightSide select{
    text-transform: uppercase;
    font-family: "open-sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #2A2B4F;
    line-height: 13.8px;
}
.rightSide input[type="submit"]{
    width: 171px;
    height: 50px;
    font-size: 15px;
    background-color: #07A6D0;
    color: white;
    text-transform: uppercase;
    border: none;
}
.rightSide input[type="checkbox"]{
    width: 23px;
    height: 23px;
    margin-top: 0px;
    background-color: #FFFFFF;
    border: 2x solid #DDE3E3;
}
.rightSide ul {
    padding: 0;
    list-style: none;
}
.rightSide li{
    margin-top: -20px;
    font-family: "open-sans",sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #2A2B4F;
    line-height: 13.8px;
    text-transform: uppercase;
}
.hs-blog-name-resources .articles,
[data-cat="articles"]{
    display:none !important;
}

/* Featured Jobs CSS */
.jobs-banner-image{
    background-image: url('//cdn2.hubspot.net/hubfs/314353/shutterstock_146034842.jpg');
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: 50% 19%;
    top: 0px;
    width: 100%;
}
.jobs-banner-image .page-center{

}
/*.jobs-title-container {
    padding-top: 195px;
}*/
.jobs-title-container{ }
.jobs-banner-title {
    /* Featured Jobs: */
    font-family: 'open-sans', san-serif;
    font-weight: bold;
    font-size: 48px;
    color: #2A2B4F;
    line-height: 1;
    text-align: center;
    margin-top:15px;
    margin-bottom: 0;
}
.jobs-banner-subtext{
    /* OPPORTUNITY AWAITS: */
    text-transform: uppercase;
    font-family: 'open-sans', san-serif
    font-weight: 400;
    font-size: 18px;
    color: #6B6C71;
    letter-spacing: 2px;
    line-height: 23px;
    text-align: center;
    margin-bottom:0;
}

.featured-job-list { font-size: 0; padding-top: 100px; padding-bottom:100px;}
.featured-job-list .jobTopic { 
    font-family: 'open-sans', san-serif;
    font-weight: 300;
    font-size: 36px; 
    display: block; 
    text-align: center; 
    color: #002D40;
    padding-bottom: 68px;
}
.featured-job-list .positions { font-size: 18px; text-align: center; color:#07A6D0;}
.featured-job-list .resumeTitle { 
    font-family: 'open-sans', san-serif;
    font-weight: 300;
    font-size: 36px; 
    display: block; 
    text-align: center; 
    color: #002D40;
    padding-bottom: 38px;
}
.featured-job-list .resumeSubtext {  font-size: 18px; color: #6B6C71; text-align: left; font-weight: 300;}
.featured-job-list .resumeBlueText { color: #07A6D0; }
.featured-job-list ul { margin: 0 -12px; padding: 0; }
.featured-job-list li { font-size: 18px; display: inline-block; vertical-align: top; width: 50%; text-align: center; padding: 12px; box-sizing: border-box; }
.featured-job-list li a { 
    text-decoration: none;
    padding: 70px; 
    display: inline-block; 
    max-width: 560px; 
    width: 100%; 
    height: 280px; 
    background-color: #EFF3F3; 
    text-align: center; 
    box-sizing: border-box;
}
.featured-job-list li a:hover { background-color: #DDE3E3; }
.hide-back-button .topic-link .green-clear-btn { display: none; }

/*.newsletter-signup form>div:first-of-type { width: 100%; max-width: 550px; }
.newsletter-signup [data-reactid=".0.1:$1"] { display: block !important; }
.newsletter-signup [data-reactid=".0.1:$2"] { display: block !important; }
.newsletter-signup .hs-form-field { max-width: 500px; margin: 0 auto; }
.newsletter-signup form input { border: 2px solid #DDE3E3 !important; }*/

.newsletter-signup .hs-form fieldset { margin: 0 auto; }
.newsletter-signup form input { border: 2px solid #DDE3E3 !important; }
.newsletter-signup [data-reactid=".0.1:$1"] { display: block !important; }
.newsletter-signup form input[type=submit] { border: 2px solid #6baf14 !important; margin-left: auto; margin-right: auto; text-transform: uppercase; margin-top: 20px; max-width: 155px; }
.newsletter-signup .hs-form fieldset.form-columns-1 .hs-input { width: 100%; }
.newsletter-signup::-webkit-input-placeholder { color:#fff; font-size: 15px; font-weight: 300;}
.newsletter-signup::-moz-placeholder { color:#fff; font-size: 15px; font-weight: 300;} /* firefox 19+ */
.newsletter-signup:-ms-input-placeholder { color:#fff;  font-size: 15px; font-weight: 300;} /* ie */
.newsletter-signup input:-moz-placeholder { color: #fff;  font-size: 15px; font-weight: 300;}
.newsletter-signup input:focus::-webkit-input-placeholder { font-weight: bold; color: #002d40; }
.newsletter-signup input:focus:-moz-placeholder { font-weight: bold; color: #002d40; }
.newsletter-signup input:focus::-moz-placeholder { font-weight: bold; color: #002d40; }
.newsletter-signup input:focus:-ms-input-placeholder { font-weight: bold; color: #002d40; }

@media screen and (max-width: 767px){
  .newsletter-signup .hs-form fieldset.form-columns-2 .input { margin-right: 0; }
  .newsletter-signup .hs-form fieldset.form-columns-2 .hs-form-field { width: 100%; }
  .newsletter-signup .hs-form fieldset.form-columns-1 .input { margin-right: 0; }
  
  /* General Contact */
  .hs-blog-post .newsletter-signup.general-contact .section-header{
        text-align:center;
    }
    .hs-blog-post .newsletter-signup.general-contact .widget-type-cta{
        text-align:center;
    }
    .hs-blog-post .newsletter-signup.general-contact h3{
        margin-bottom:20px;
    }
}
@media screen and (max-width: 400px){
  .newsletter-signup .hs_firstname input { margin-bottom: 20px; }
  .jobs .newsletter-signup .hs_firstname input { margin-bottom: 10px; }
  .newsletter-signup .form-columns-2 .hs-form-field .hs-input { width: 100% !important; }
}


/* Job Positions Listings */
.jobs-listing-content h1 { padding-top: 92px; }
.top-right-button { float:right; margin-top: 100px; }
.listingWrapper li { display: table; width: 100%; }
.listingWrapper li span { display: table-cell; }
.listingWrapper li span.position { width: 50%; }
.listingWrapper li span.job_id { width: 25%; }
.listingWrapper li span.date_posted { width: 25%; text-align: right; }
.job-available-positions .button { max-width: 269px; text-transform: uppercase; }
.job-available-positions .button:hover { background-color: #B8DB37; border-color:#B8DB37; color: white;  }
.job-available-positions .topic_name { font-family: 'open-sans', san-serif; font-weight: bold; font-size: 36px; color: #2A2B4F; }
.job-available-positions .topic_desc { font-family: 'open-sans', san-serif; font-weight: 300; font-size: 18px; color: #6B6C71;}

.jobs-listing-content .header {
    font-family: 'open-sans', san-serif;
    font-weight: 600;
    font-size: 18px;
    color: #002D40;
    text-transform: uppercase;
}
.job-available-positions ul { 
    list-style: none; 
    padding-top: 75px;
    padding-left: 0;
}
.job-available-positions li { padding-top: 16px; padding-bottom: 16px; } 
.job-available-positions li a { 
    font-size: 18px;
    color: #6B6C71;
    text-decoration: none;
    font-weight: 300;
}
.job-available-positions li a:hover { text-decoration: underline; }


@media only screen and (max-width:420px) {
    .featured-job-list .jobTopic { font-size: 25px; }
    .featured-job-list .positions { font-size: 15px; }
    .featured-job-list .resumeTitle { font-size: 25px; }
    .featured-job-list .resumeSubtext {  font-size: 15px; }
}

@media only screen and (max-width:400px) {
    .contact-page form.hs-form .form-columns-2 .hs-form-field .hs-input, .contact-page form.hs-form .form-columns-3 .hs-form-field .hs-input{ width:100%; }   
    
    .featured-job-list .jobTopic { font-size: 20px; }
    .featured-job-list .positions { font-size: 15px; }
    .featured-job-list .resumeTitle { font-size: 20px; }
    .featured-job-list .resumeSubtext {  font-size: 14px; }
}


@media only screen and (max-width:725px) {
    .top-right-button { margin: 0; }
}

@media only screen and (max-width:1024px) {
    .service-block.icon-left .service-details{
        max-width:76%;
        padding-left:65px;
    }   
}

@media only screen and (max-width:768px) {
    .newsletter-signup form input[type=submit] {
        max-width: none;
    }
    .rightSide, .leftSide {
        float: none;
        max-width: 100%;
        width: 100%; 
        text-align: left; 
        padding-right: 0;
    }
    .leftSide { padding-bottom: 50px; }
    .rightSide {  
        padding-right: 20px;
        padding-left: 20px;
    }
    .leftSide h1 { line-height: 1.1em; font-size: 32px; }
    .job-available-positions .topic_name { font-size: 24px; }
    
    .service-block.icon-left .service-details{ max-width:100%; margin-top:30px; padding-left:0; }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{ margin-left:0; }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{ position:relative; }
    
     .service-block.icon-left {
        text-align: center;
    }
    
    .home-banner {
        background-position: 40% center !important;
    }
    
    /* Blog Listing */
    .post-listing-wrap{
        padding-right:0;
        border-right:none;
    }
    .listing-sidebar{
        padding-left:0;
        padding-top:0;
        text-align:center;
        padding-bottom:100px;
    }
    #hs_form_target_blog_subscription input[type=submit]{
        margin:15px auto 0;
    }
    .overview-main .page-center, .service-block.icon-left .service-details p, .augmentation-tagline-wrap .main-tagline, .consulting-tagline-wrap .main-tagline, .about-overview .our-story-left{
        text-align:center;
    }
    .service-block.icon-left .purple-clear-btn{
        margin:30px auto 0;
    }
    .augmentation-body .widget-type-custom_widget .project-block{
        margin-top:30px;
    }
    .augmentation-body .widget-type-custom_widget:first-child .project-block{
        margin-top:0;
    }
    
}
@media screen and (max-width: 568px){
    .fixed-home-banner{
        background-position:left center !important;
    }
}
@media only screen and (min-width:768px) {   
  .header-container-wrapper .logo-scroll img {
    max-width: 145px;
    position: relative;
    top: -6px;
  }
    .newsletter-signup form>div {
        display: none;
    }
    .lp .header-scroll {
        background: #2a2b4f !important;
        height: 60px;
    }
    /* Home Page
    ---------------------------*/
    /* header */
    .header-logo{
        position:relative;
        z-index:2;
    }
    .header-container-wrapper.header-scroll, .header-container-wrapper{
        background-color: #ffffff;
        position: fixed;
        width:100%;
        padding-top:0;
        z-index:10;
    }
    .header-container-wrapper.header-scroll .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a, .header-container-wrapper .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{
        color:#DDE3E3;
    }
    .header-container-wrapper.header-scroll .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover>a, .header-container-wrapper .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover>a{
        color:#6BAF14;
    }
    .header-container-wrapper.header-scroll .logo-scroll, .header-container-wrapper .logo-scroll{
        display:block;
    }
    .header-container-wrapper.header-scroll .header-logo, .header-container-wrapper .header-logo{
        display:none;
    }
    .header-container-wrapper .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-2 a{
        color:#2a2b4f !important;
    }
    .header-container-wrapper .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-2 a:hover{
        color:#6baf14 !important;
    }
    
    .menu-toggle{
        display:none;
    }
    .header-container-wrapper .header-nav{
        display:inline-block;
        position:relative;
        top:0;
        width:auto;
        margin-left:0;
        float:right;
        zoom:1;
        *display:inline;
    }
    .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
        background:none;
        border-top:none;
    }
    .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{
        padding:0;
        margin:0 12px;
        font-size:16px;
        line-height:56px;
    }
    .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover{
        background:none;
    }
    .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover > a{
        color:#6BAF14;
    }
    
    
    /* home banner */
    .banner-title, .banner-title h3{
        font-size:48px;
        line-height:56px;
    }
    .banner-copy{
        max-width:444px;
    }
    
    /* services section */
    #services{
        padding:80px 0 104px;
    }
    #services h3{
        margin-bottom:70px;
    }
    .service-block{
        margin:0 auto !important;
    }
    
    /* testimonial section */
    .home-page .half-block{
        width:50% !important;
    }
    .testimonial-section .widget-type-linked_image{
        margin-top:0;
    }
    
    /* clients section */
    #clients{
        padding:80px 0 104px;
    }
    #clients h3{
        margin-bottom:70px;
    }
    .client-logo img{
        /*
        width:80%;
        max-width:310px;
        box-sizing:border-box;
        vertical-align:top;*/
    }
    
    /* featured resource section */
    .featured-resource-section{
        padding:80px 0 104px;
        background-position:-364px center !important;
    }
    .featured-resource-section .page-center{
        text-align:left;
        margin:0 auto !important;
    }
    .featured-resource-section .banner-title{
        max-width:510px;
    }
    
    /* newsletter signup section */
    .newsletter-signup{
        padding:80px 0 104px;
    }
    .newsletter-signup form .hs-error-msgs label{
        text-align:left;
    }
    .newsletter-signup form > div:first-of-type{
        width:360px;
        display:inline-block;
        vertical-align:top;
        zoom:1;
        *display:inline;
    }
    .newsletter-signup form .hs_email input{
        border-right:none;
    }
    .newsletter-signup form .hs_submit{
        width:135px;
        display:inline-block;
        vertical-align:top;
        zoom:1;
        *display:inline;
    }
    .newsletter-signup form input[type=submit]{
        margin-top: 5px;
    text-transform: uppercase;
    }
    
    /* Right Fit page */
    .right-fit .body-container .logo-banner{
        margin-top:60px;
    }
    .rf-banner-top, .rf-banner-bottom{
        height:200px !important;
    }
    
    /* footer */
    .footer-logo{
        text-align:left;
    }
    .social-links{
        max-width:290px;
        display:inline-block;
        margin-left:0;
        margin-top:7px;
        margin-bottom:0;
        vertical-align:top;
        padding-right:8px;
        margin-right:8px;
        border-right:2px solid #DDE3E3;
        line-height:32px;
        zoom:1;
        *display:inline;
    }
    .social-links a{
        vertical-align:middle;
        height:30px;
        display:inline-block;
    }
    .footer-container .span8.widget-type-raw_html{
        line-height:45px;
        text-align:right;
    }
    .footer-top{
        padding-bottom:52px;
        margin-bottom:28px;
        border-bottom:2px solid #9A9CA4;
    }
    .footer-phone{
        max-width:176px;
        display:inline-block;
        vertical-align:top;
        zoom:1;
        *display:inline;
    }
    .footer-phone .phone-desktop{
       display:inline-block;
       line-height:50px;
       zoom:1;
       *display:inline;
    }
    .footer-phone .phone-mobile{
        display:none;
    }
    .copyright{
        text-align:left;
    }
    .privacy-legal{
        text-align:right;
    }
    .footer-mini-link{
        padding-left:3px;
    }
    .footer-mini-link.privacy{
        padding-right:6px;
    }
}
@media screen and (max-width: 875px) {
    .featured-job-list li { width: 100%; }
}

@media only screen and (min-width:1025px) {
    /* Home Page
    ---------------------------*/
    /* header */
    .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{
        font-size:18px;
        margin:0 14px;
    }
    
    /* home banner */
    .home-banner{
        padding-top:150px;
        background-attachment:fixed !important;
    }
    
    /* services section */
    #services .page-center{
        max-width:1050px;
    }
    
    /* testimonial & job section */
    .home-page .half-block-inner{
        padding:100px;
    }
    .half-left .widget-type-linked_image{
        max-width:170px;
        float:right;
    }
    .half-right .join-team-blurb{
        max-width:355px;
    }
    
    /* clients section */
    .client-logo{
        max-width:265px;
        width:auto;
        margin:0 auto 60px;
    }
    .client-logo img{
        margin:0;
    }
    
    /* featured resource section */
    .featured-resource-section{
        background-position:center center !important;
    }
    
    /* Right Fit Page */
    .rf-banner-top, .rf-banner-bottom{ height:100px; }
    
}

/*--------------------------------------------------------------------------------*/
/*----------------------------- LANDING / THANK YOU ------------------------------*/
/*--------------------------------------------------------------------------------*/
.newsletter-signup .subtitle h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: .1111111111em;
    text-transform: uppercase;
    color: #DDE3E3 !important;
}
.landing-social-links a {
    text-decoration: none;
    padding: 0 10px;
}
.landing-main {
    margin: 100px 0;
    padding: 0 15px;
}
.landing-page .menu-toggle {
    display: none !important;
}
.landing-page-left li {
    font-weight: 300;
}
.landing-page .span12.page-center {
    height: 60px;
}
.landing-page .newsletter-signup form input[type=submit] {
    text-transform: uppercase;
    margin-top: 5px;
}
.landing-page .newsletter-signup {
    margin-top: 100px;
}
.landing-page-left h3 strong{
    font-family: 'open-sans', sans-serif;
    font-size: 18px;
    color: #002D40;
    font-weight: 400 !important;
}
.landing-page-left p {
    color: #6B6C71;
    font-weight: 200;
    line-height: 1.8em;
}
.landing-page-left ul li {
    margin: 15px 0px;
}
.landing-page-left {
    max-width: 425px;
    margin-right: 25px;
}
.landing-page .interior-banner {
    background-position: center 30%;
}
.landing-page-form input.hs-button.primary.large {
    background-color: #07A6D0;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'open-sans', san-serif;
    font-weight: 200;
    border: none;
    height: 50px;
    width: 171px;
    cursor: pointer;
}
.landing-page-form input.hs-button.primary.large:hover {
    background-color: transparent;
    color: #07A6D0;
    border: 2px solid #07A6D0;
}
.landing-page-form textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select {
    padding: 6px;
    display: inline-block;
    height: 50px;
    font-size: 15px;
    color: #2A2B4F;
    margin-bottom: 15px;
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border: 2px solid #DDE3E3;
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.landing-page-form select {
    background: url(//cdn2.hubspot.net/hubfs/314353/Healthcare_IS.png?t=1458145934257) no-repeat;
    content: "&#9662;";
    background-position: 95% 50%;
    background-size: 8px 8px;
}
.landing-page-form textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
.landing-page-form span {
    font-size: 15px;
    font-weight: 200;
}
.landing-page-form span.hs-form-required {
    color: #94B908;
    padding: 0 5px;
}
.landing-page-form .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}
.landing-copyright {
    font-size: 13px;
    font-weight: 200;
    color: #9A9CA4;
}
.landing-page .footer-container-wrapper {
    padding: 30px 0;
    line-height: 40px;
}
.landing-ebook-img {
    width: 250px !important;
    max-width:250px;
    padding:20px;
    background:#f2f2f2;
    margin:0 auto !important;
    box-sizing:border-box;
}
.ty-purple-btn button {
    background-color: #07A6D0;
    color: white;
    border: none;
    height: 50px;
    width: 172px;
    font-size: 15px;
    font-family: 'open-sans',sans-serif;
    text-transform: uppercase;
    margin-top: 15px;
    cursor: pointer;
}
.ty-purple-btn button:hover {
    border: 2px solid #07A6D0;
    background-color: transparent;
    color: #07A6D0;
}
.ty-section-header {
    font-family: 'open-sans', sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #2A2B4F;
}
.ty-recent-post-container {
    text-align: center;
}
.ty-recent-posts { display: none; max-width: 366px; margin: 0px 5px; vertical-align: top; margin-top: 55px;}
.post-featured-image {
    max-width: 366px;
    height: 206px;
    text-align: center;
    margin-bottom: 22px;
    background-color: #EFF3F3;
}
.ty-recent-posts .post-featured-image img{
    max-width: 100%;
    max-height: 100%;
}
.ty-recent-posts .post-type {
    font-family: 'open-sans',sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #2A2B4F;
    text-align:left;
}
a .post-title {
    color: #6B6C71;
    text-decoration: none !important;
    font-family: 'open-sans',sans-serif;
    line-height: 1.8em;
    text-align: left;
}
.thank-you a {
    text-decoration: none;
}
.thank-you .page-center { max-width: 1170px; }

.thank-you .ty-purple-btn .cta_button {
    background-color: #07a6d0;
    color: white;
    border-radius: 0;
    padding: 15px 25px;
    border: 2px solid #07a6d0;
}
.thank-you .ty-purple-btn .cta_button:hover {
    border: 2px solid #07a6d0;
    background-color: transparent;
    color: #07a6d0 !important;
}
.thank-you .ty-purple-btn .cta_button span:hover { color: #07a6d0 !important; }
.thank-you .ty-purple-btn .first-cta { margin-top: 50px; }
.thank-you .ty-purple-btn .second-cta { margin-top: 35px; }

@media screen and (max-width: 1106px){
    .landing-ebook-img {
        width: 100% !important;
        text-align: center;
    }
    .three-columns .landing-page-left {
        width:auto;
        margin: 0 auto;
        float: none;
        padding-bottom: 50px;
        margin-bottom: 50px;
        margin-left:280px;
    }
    .three-columns .landing-page-form {
        width: 500px;
        margin: 0 auto;
        float: none;
    }
}

@media screen and (max-width: 970px){
    .landing-page-left {
        max-width: none;
        margin: 0;
    }
}
@media (min-width: 1280px){
    .row-fluid .span6.landing-page-form {
        width: 562px;
        margin-left: 100px;
    }
}
@media screen and (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 li a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a, .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
    ul.active-branch { position: relative; top: -15px; }
    
    /* arrow on mobile */
    /* content: '\25BA'; is the right arrow */
    /*.active-branch li > a:after { margin-left: 5px; content: '\25BC'; float: right;} /* V (down arrow) */
    .active-branch li > a:after { margin-left: 5px; content: 'v'; float: right; font-size: 15px; }
    .active-branch li > a:only-child:after { margin-left: 0; content: ''; }
    ul.active-branch .hs-menu-item.hs-item-has-children:hover > ul.hs-menu-children-wrapper { display: block; }
    ul.hs-menu-item.hs-item-has-children:hover > ul.hs-menu-children-wrapper { display: block; }
    li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover > ul.hs-menu-children-wrapper{ display: block; }
    
    .solutions-child .main-content { padding-top: 0; }
    .header-container-wrapper { padding-top: 5px; padding-bottom: 5px; }
    /* .interior-banner{ padding-bottom:500px; } */
    .blog .interior-banner { padding-bottom: 0; }
    .newsletter-signup.blog-page .hs-form-field { max-width: 100%; }
    
    ul.hs-menu-children-wrapper{
        box-shadow:none;
    }
    .landing-page-form .hs-form fieldset {
        margin: 0 auto;
    }
    .actions {
        width: 100%;
        text-align: center;
    }
    .landing-page-form {
        border-top: 2px solid #c6c6c6;
        margin-top: 50px;
        padding-top: 50px;
    }
    .three-columns .landing-page-form {
        width: 100%;
        margin: 0;
    }
    .three-columns .landing-page-left {
        width: 100%;
        margin: 0;
    }
    .ty-section-header {
        text-align: center;
    }
    
    .ty-recent-posts .post-type { text-align: center; }
    a .post-title { text-align: center; }
    
    /* .interior-page .interior-banner .white-overlay { height: 650px; }
    .about-overview .white-overlay { height: 600px; } */
    
    .hs-blog-post .post-listing-wrap{
        width:100%;
        float:none !important;
        padding-right:0;
        border-right:none;
    }
    .hs-blog-post .listing-sidebar{
        padding-top:0;
    }
    .listing-sidebar{
        max-width:500px;
        margin:0 auto !important;
    }
    
}
@media screen and (max-width: 500px){
    .landing-page-form input {
        width: 100% !important;
    }
    .landing-page-form fieldset.form-columns-2 .hs-form-field {
        width: 100% !important;
    }
    .landing-page-form fieldset.form-columns-1 .input {
        margin-right: 0 !important;
    }
    .landing-page-form fieldset.form-columns-2 .input {
        margin-right: 0 !important;
    }
    .landing-copyright { margin-bottom: 15px; }
    /*.landing-page .interior-banner{
        padding-top: 140px;
    }
    .landing-page .interior-banner .white-overlay{
        height:800px;
    }*/

}

/* -------------------------------------------------------------- */
/* ------------------------ LANDING PAGE ------------------------ */
/* -------------------------------------------------------------- */
body.lp {
    background: url("https://cdn2.hubspot.net/hubfs/630566/Spendgo2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.lp .top-half {
    margin-top: 40px;
}
.lp .header-container-wrapper { 
    /* background-color: rgba(255, 255, 255, 0.88); */
    /*background: #002d40 !important;*/
    position: fixed;
    height: 60px;
    width: 100%;
}
.lp .body-container-wrapper {
    background-color: rgba(255, 255, 255, 0.88);
    padding-top: 60px !important;
}
.lp .footer-container-wrapper {
    padding: 33px 0 30px;
}
.lp .landing-copyright {
    font-family: "open-sans",sans-serif;
    font-size: 13px;
}
.lp .landing-social-links {
    margin-top: -10px;
}
.lp .ebook-cover {
    max-width: 192px;
    padding-bottom: 15px;
}
.lp .header-small {
    font-family: "open-sans",sans-serif;
    font-size: 18px;
    color: #4A4A4A;
    text-transform: uppercase;
    padding-top: 60px;
}
.lp .header-large, .lp .header-large h1 {
    font-family: "open-sans",sans-serif;
    color: #2A2B4F;
    font-size: 48px;
    font-weight: bold !important;
    margin-top: 0;
}
.lp .left-col {
    background-color: rgba(255, 255, 255, 0.88);
    padding: 62px 27px;
    max-width: 488px;
}
.lp .heading {
    font-family: "open-sans",sans-serif;
    color: #2A2B4F;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.lp .text-body {
    color: #6B6C71;
    font-family: "open-sans",sans-serif;
    font-weight: 300;
    line-height: 1.8em;
}
.lp .text-body ul li {
    margin-bottom: 20px;
}
.lp .newsletter-signup {
    margin-top: 97px;
}
.lp .right-form {
    background-color: #47aee2;
    padding-left: 29px;
    padding-right: 29px;
    padding-bottom: 63px;
    padding-top: 5px;
    float: right;
}
.lp .right-form label {
    color: white;
    font-family: "open-sans",sans-serif;
    font-weight: 300;
    font-size: 15px;
}
.lp .right-form #hs_cos_wrapper_module_146076436303210784_title{
    margin:0;
}
.lp .hs-form-field {
    padding-bottom: 5px;
}
.lp span.hs-form-required {
    color: #94B908 !important;
    padding-left: 5px;
}
.lp input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance:none;
    appearance:none;
    border-radius: 0;
    color: white;
    border: 0;
    height: 50px;
    width: 290px;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 20px;
    cursor:pointer;
  color: #fff; 
  background-color: #c00; 
  border-color: #c00;
      margin: 0 auto;
    display: block;
}
.lp select {
    border-radius: 0;
    background: url(//cdn2.hubspot.net/hubfs/314353/down-arrow.png) no-repeat;
    background-color: white;
    background-size: 10px;
    background-position: 97%;
}
.lp .landing-copyright span {
    font-family: "open-sans", san-serif;
}
.lp .right-form label span {
    top: 0;
    font-weight: 300;
    font-size: 15px;
}
.lp .right-form span {
    color: #FFFFFF;
    position: relative;
    top: 30px;
    font-size: 18px;
    font-weight: 600;
}
@media screen and (max-width: 768px){
    .top-col-left {
        width: 100% !important;
        text-align: center;
    }
    .lp .ebook-cover {
        float: none;
        margin: 0 auto;
        padding-bottom: 40px;
    }
    .lp .left-col {
        max-width: none;
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }
    .lp .right-form {
        float: none;
        width: 100%;
        margin-left: 0;
        padding-top: 20px;
    }
    .lp .header-large {
        padding-bottom: 40px;
        font-size:36px;
    }
    .lp button.menu-toggle {
        display: none;
    }
    .lp .header-logo {
        text-align: center;
        padding-top: 5px;
    }
    .lp .landing-social-links {
        margin-top: 30px;
    }
}
@media screen and (max-width: 500px){
    .lp input[type="submit"] {
        width: 100%;
    }
}

/* Right Fit */
.right-fit .white-overlay { padding: 0; }
.logo-banner { text-align: center; }
.logo-banner .white-overlay { position: relative; height: auto; }
.logo-banner img.logo-image { max-height: 97px; padding: 175px 0; }
.right-fit .logo-banner{ margin-top:0; }
.right-fit .logo-banner img.logo-image{ padding:0; }
.rf-banner-top, .rf-banner-bottom{ display:block; height:100px; width:100%; }

.right-fit .page-info { float: none !important; }
.right-fit .headline { padding: 100px 0; position:relative; }
.right-fit .headline-title { color: #002D40; font-size: 36px; font-weight: 300; letter-spacing: -1px; }
.right-fit .headline-info { color: #898989; font-size: 26px; font-weight: 300; letter-spacing: -1px; margin-top: 20px; line-height: 40px; }

.right-fit .logo-banner .white-overlay{ background:transparent; }
.right-fit .headline .intro-down{ background: url(//cdn2.hubspot.net/hubfs/314353/2016_Healthcare_IS/intro-arrow.png) center 75% no-repeat #FFF; background-size: 15px auto; display: block; width: 56px; height: 56px; border-radius: 50%; position: absolute; left: 50%; margin-left: -28px; bottom: -22px; }

.right-fit .stages { padding: 100px 0; background-color: #EFF3F3; }
.right-fit .stage-wrap { float: none !important; }
.stages .block { background-color: white; padding: 30px; min-height: 366px; width: calc(87%/2); display: inline-block; vertical-align: top; }
.stages .icon img { max-width: 80px; max-height: 80px; }
.stages .title { color: #002D40; font-size: 17px; font-weight: 400; text-transform: uppercase; letter-spacing: 1.8px; margin-top: 30px; margin-bottom: 10px; }
.stages .body p { color: #6B6C71; font-size: 17px; line-height: 30px; }
    
.stages .stage-row { text-align: justify; margin-bottom: 40px; }
.stages .stage-row:before{ content: ''; display: block; width: 100%; margin-bottom: -1.2em; /* your line-height */ }
.stages .stage-row:after{ content: ''; display: inline-block; width: 100%; }

.offer-cta-block { background-color: #002D40; padding: 82px 0; text-align: center; }
.offer-cta-block .small-text { font-size: 17px; color: white; text-transform: uppercase; letter-spacing: 1.8px; }
.offer-cta-block .headline { padding: 0; margin-top: 8px; margin-bottom: 30px; color: white; font-size: 36px; font-weight: 300; letter-spacing: -1.35px; }

.fadeInBlock, .fadeInBlock1, .fadeInBlock2, .fadeInBlock3 { opacity:0; }

@media screen and (max-width: 1070px){
    .stages .block { width: calc(85%/2); }
}
@media screen and (max-width: 935px){
    .stages .block { width: calc(84%/2); }
}
@media screen and (max-width: 860px){
    .stages .block { width: calc(82%/2); }
}
@media screen and (max-width: 767px){
    .stages .stage-row { text-align: center; margin: 0; }
    .stages .block { width: auto; max-width: 561px; margin-left: auto; margin-right: auto; margin-bottom: 40px; min-height: 0; }
}
@media screen and (max-width: 375px){
    .home-banner .banner-ctas .cta_button { margin-bottom: 10px; }
}

/* LP Style Update - 04/25/2019 */
body.lp ul.hs-error-msgs {
  padding: 0;
  margin: 0;
}
body.lp ul.hs-error-msgs li {
  list-style-type: none;
}
body.lp textarea, 
body.lp input[type="text"],
body.lp input[type="password"],
body.lp input[type="datetime"], 
body.lp input[type="datetime-local"],
body.lp input[type="date"],
body.lp input[type="month"], 
body.lp input[type="time"], 
body.lp input[type="week"],
body.lp input[type="number"],
body.lp input[type="email"], 
body.lp input[type="url"],
body.lp input[type="search"],
body.lp input[type="tel"], 
body.lp input[type="color"],
body.lp select {
  margin-bottom: 0;
}
body.lp .hs-form-field {
  padding-bottom: 12px;
}
body.lp .form-columns-1 input {
  width: 100% !important;
}
body.lp fieldset.form-columns-1, 
body.lp fieldset.form-columns-2 {
  max-width: 100%;
}

@media (max-width: 500px) {
  body.lp fieldset.form-columns-1 .input,
  body.lp fieldset.form-columns-2 .input {
    margin: 0;
  }
  body.lp .hs-fieldtype-text .input input {
    width: 100% !important;
  }
}



