/* @import url('http://example.com/example_style.css'); */
@import 'https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,700';
/***********************************************/
/* 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    */
/*****************************************/

.hs-tools-menu {
    z-index:3000000000 !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    color:#777;
}

p {
    font-size:22px;
    font-weight:300;
    line-height:1.45em;
}

.fullWrap .innerWrap {
    max-width:1140px;
    margin:0 auto !important;
    float:none;
}

.hs-button {
    -webkit-appearance: none; -moz-appearance: none; /* mobile firefox too! */
}

.set-bg {
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
}
.get-bg {display:none !important;}

.text-center {text-align:center;}

.btn {
    display:inline-block;
    text-decoration:none;
    padding:15px 0;
    text-align:center;
    width:280px;
    border-radius:5px;
    font-size:24px;
    font-weight:300;
}
.btn-clear {
    border:2px solid #fff;
    color:#fff;
    padding:15px 20px;
    transition:.5s all;
}
.btn-clear:hover {
    border:2px solid #fff;
    color:#3cbfae;
    background:#fff;
}
.btn-left {
    margin-right:10px;
}
.btn-long {width:315px; font-size:21px;}
.btn-watch {
    text-align:right;
    background:url("//cdn2.hubspot.net/hubfs/436003/New_Home_July16/Play_Button.png") no-repeat 8% center;
    transition:.5s all;
}
.btn-watch:hover {
    background:#fff url("//cdn2.hubspot.net/hubfs/436003/New_Home_July16/Play-Green.png") no-repeat 8% center;
}
.btn-dark {
    color:#777;
    border:2px solid #777;
    width:250px;
    transition:.5s all;
    padding:10px 0;
}
.btn-dark:hover {
    color:#fff;
    background:#35bfae;
    border:2px solid #3cbfae;
}

.header-container-wrapper {
    position:fixed;
    background:#fff;
    z-index:9999;
    width:100% !important;
    top:0;
    border-bottom:1px solid #cccdcd;
    padding:20px 0 29px;
}

.header-Logo {
    padding-top:10px;
}

.subNav ul {padding:0; margin:0; float:right;}
.subNav ul li {
    display:inline-block;
}
.subNav ul li a {
    border:1px solid #3cbfae;
    border-radius:5px;
    display:inline-block;
    cursor:pointer;
    text-decoration:none;
    padding:10px 0;
    text-align:center;
    margin-right:10px;
    width:150px;
    font-weight:400;
    color:#777;
    font-size:17px;
    transition:.5s all;
}
.subNav ul li:last-child a {
    margin-right:0;
}
.subNav ul li:hover a {
    background:#3cbfae;
    color:#fff;
}

.mainNav {position:relative;}
.mainNav ul {
    position:absolute;
    right:0;
    margin:30px 0 0 0 !important;
}
.mainNav ul li {
    padding:0 0 0 60px;
}
.mainNav ul li:first-child {padding:0;}
.mainNav a {
    color:#777;
    font-size:19px;
    padding:0 !important;
    font-weight:400;
}
.mainNav a:hover {
    color:#3CBFAE;
}

.mainNav .active a, .services .mainNav ul li:first-child a {
    color:#3CBFAE;
}



.row-fluid .mobile-hamburger {
    position: absolute;
    right: 30px;
    text-align: right;
    top: 41px;
    display:none;
    cursor:pointer;
}
.row-fluid .mobile-nav {
    text-align:center;
    display:none;
}
.mobile-nav ul {padding:0; margin:0 !important;}
.mobile-nav ul li a {
    color:#777;
    font-size:19px;
    font-weight:500;
    padding:0 0 10px !important;
    text-transform: uppercase;
}
.mobile-nav ul li a:hover {
    color:#3CBFAE;
}





.footerWrapper {
    background:#eeeeee;
    padding:20px 0 10px;
}
.col {
    float:left;
    width:20%;
}
.col ul {margin:0; padding:0;}
.col ul li {
    padding: 0 0 10px;
    list-style:none;
}
.col ul li a {
    text-decoration:none;
    font-size:14px;
    font-weight:300;
    color:#777;
}
.col ul li:first-child a {
    font-size:18px;
}
.footer-subNav {
    margin:20px 0 0;
}
.footer-subNav p {
    font-size:12px;
    font-weight:300;
}
.footer-subNav ul {margin:0; padding:0; float:right;}
.footer-subNav ul li {
    list-style:none;
    display:inline-block;
}
.footer-subNav ul li a {
    text-decoration:none;
    color:#777;
    font-size:12px;
    padding-left:30px;
}
.footer-subNav ul li a:hover {
    color:#3CBFAE;
}
.col ul li a:hover {
    color:#3CBFAE;
}
.footer-subNav ul li:first-child a {padding:0;}
.footer-Logo {
    margin:20px 0 15px;
    text-align:right;
}
.footer-Social {
    text-align:right;
}
.footer-Social a {
    text-decoration:none;
}
.footer-Social p {margin:10px 0 30px;}
.footer-f { background:url("//cdn2.hubspot.net/hubfs/436003/New_Home_July16/Facebook.png") no-repeat 0 0; padding:10px 25px 0 10px;}
.footer-t { background:url("//cdn2.hubspot.net/hubfs/436003/New_Home_July16/Twitter.png") no-repeat 0 0; padding:10px 25px 0 10px;}
.footer-l { background:url("//cdn2.hubspot.net/hubfs/436003/New_Home_July16/LinkedIn.png") no-repeat 0 0; padding:10px 25px 0 10px;}
.footer-g { background:url("//cdn2.hubspot.net/hubfs/436003/New_Home_July16/Google.png") no-repeat 0 0; padding:10px 25px 0 10px;}
.footer-i { background:url("//cdn2.hubspot.net/hubfs/436003/New_Home_July16/Instagram.png") no-repeat 0 0; padding:10px 25px 0 10px;}



.footer-f:hover { background:url("//cdn2.hubspot.net/hubfs/436003/New_Home_July16/FacebookGreen.png") no-repeat 0 0; padding:10px 25px 0 10px;}
.footer-t:hover { background:url("//cdn2.hubspot.net/hubfs/436003/New_Home_July16/TwitterGreen.png") no-repeat 0 0; padding:10px 25px 0 10px;}
.footer-l:hover { background:url("//cdn2.hubspot.net/hubfs/436003/New_Home_July16/LinkedInGreen.png") no-repeat 0 0; padding:10px 25px 0 10px;}
.footer-g:hover { background:url("//cdn2.hubspot.net/hubfs/436003/New_Home_July16/GoogleGreen.png") no-repeat 0 0; padding:10px 25px 0 10px;}
.footer-i:hover { background:url("//cdn2.hubspot.net/hubfs/436003/New_Home_July16/InstagramGreen.png") no-repeat 0 0; padding:10px 25px 0 10px;}






.body-text h2 {
    font-size:48px;
    font-weight:300;
    margin:0;
    line-height:1.1em;
}
.body-text p {
    font-size:18px;
    font-weight:300;
    margin:5px 0 25px;
    line-height:1.6em;
}

.sec2-textRotate p {
    padding-right:50%;
}
.sec3-textRotate p {
    padding-left:50%;
}

.home-hero {
    padding:200px 0 300px;
}
.home-hero h1 {
    font-size:60px;
    color:#fff;
    line-height:1em;
    font-weight:300;
    padding:0 12%;
}


.rotate-container {
    display: block;
    overflow: hidden;
    width: 100%;
}
.home-recruitment {
    padding:100px 0 430px;
    transform:rotate(5deg);
    margin:-90px -51px;
}
.sec2-textRotate {
    transform:rotate(-5deg);
}



.home-project {
    padding:200px 0 230px;
    transform:rotate(5deg);
    margin:-90px -51px;
}
.sec3-textRotate {
    transform:rotate(-5deg);
    text-align:right;
}




.home-client h2 {
    font-size:48px;
    color:#35bfae;
    font-weight:300;
    margin-bottom:5px;
}
.slide-text {
    margin:0 0 30px;
}
.slide-text p {
    font-size:22px;
    font-weight:300;
    padding:0 10%;
}
.slide-text a {
    color:#35bfae;
}
.slide-text h4 {
    font-weight:300;
    font-size:18px;
}
.slick-dots {display:none !important;}
.slide-image {
    width:200px;
}
.slide-image-wrap {
    width:200px;
}
.slide-line {
    position:relative;
    display:flex;
    justify-content:center;
    margin-bottom:20px;
    padding:10px 0;
    transition:.5s all;
}
.slide-line:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #3cbfae;
    width: 100%;
}
.slide-line img {
    transform:scale(.8);
}
.slick-current.slick-active .slide-line img {
    transform:scale(1.3);
}
.slick-slide img {display:inline-block;}

.home-form {
    background:url('//cdn2.hubspot.net/hubfs/436003/New_Home_July16/S1_Icon.png') no-repeat center center / 20% auto;
    margin-bottom:40px;
    color:#777;
}
.home-form h3 {
    font-size:48px;
    line-height:24px;
    color:#35bfae;
    font-weight:300;
    text-align:center;
}
.home-form .hs-form fieldset {max-width:100% !important;}
.home-form label {display:none;}
.home-form .input input {
    margin-bottom:30px;
    border-radius:5px;
    border:1px solid #bbbbbb;
    height:40px;
    font-size:15px;
    font-weight:400;
    color:#777;
}
.home-form select {
    margin-bottom:30px;
    border-radius:5px;
    border:1px solid #bbbbbb;
    height:40px;
    font-size:15px;
    font-weight:400;
    color:#777;
}
.home-form textarea {
    height:100px;
    border-radius:5px;
    border:1px solid #bbbbbb;
    font-size:15px;
    font-weight:400;
    color:#777;
    font-family:"Source Sans Pro",sans-serif;
}
.home-form .hs-form fieldset.form-columns-1 .hs-input {width:100% !important;}
.home-form .actions {margin:20px 0 0;}
.home-form .hs-button {
    background:#3cbfae;
    display:inline-block;
    text-align:center;
    padding:10px 0;
    border:1px solid #3cbfae;
    border-radius:5px;
    color:#fff;
    width:200px;
    cursor:pointer;
    transition:.5s all;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 30px;
}
.home-form .hs-button:hover {
    color:#35bfae;
    background:#fff;
}

.hs-error-msgs {
    margin-top:-20px;
}
.hs-error-msgs li {list-style:none;}
.hs-error-msgs label {display:block !important; color:#fd1a13 !important;}
input.error, select.error, textarea.error {
    border-color: #fd1a13!important;
}

.home-form .inputs-list {
    padding:0;
}
.home-form .hs-form-checkbox, .hs-form-radio {
    list-style:none;
}
.home-form .hs-form-checkbox label, .hs-form-radio label {
    display:block !important;
}
.home-form .hs-form-checkbox input, .hs-form-radio input {
    height:auto !important;
    margin:0 10px 0 0;
    width: auto !important;
}
.home-form .actions {text-align:center;}


.slider-nav {
    max-width:580px;
    margin:0 auto;
}



* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.row-fluid .overlay-section, .row-fluid .overlay-section .innerWrap { position:relative; }
.row-fluid .overlay-section:before { position:absolute; content:''; left:0; top:0; width:100%; height:100%; display: block; }
.row-fluid .overlay-black:before { background:rgba(0,0,0,0.4); }

.row-fluid .text-light, .row-fluid .text-light * { font-weight:100; }
.row-fluid .fl100 { float:left; width:100%; }

.row-fluid .hero-section { padding:200px 0 250px; }
.row-fluid .hero-section h1 { margin-top:0; padding:0 20%; }
/*.row-fluid .hero-section .btn { width:auto; min-width:300px; padding:20px; font-size:30px; }*/

.row-fluid .intro-section { background:#FFF !important; padding:150px 0 200px; font-size:22px; line-height:33px; color:#777 !important; font-weight:100; }
.services .row-fluid .intro-section {font-size:25px;}
.row-fluid .intro-section .video-icon { margin-top:75px; }
/*.row-fluid .intro-section .body-text { padding:0 200px; }*/
.intro-section.text-center {text-align:left !important;}

.row-fluid .scalable-result { background:#38b599; padding:30px 0 35px; }
.row-fluid .scalable-result h2 { font-size:48px; line-height:60px; color:#FFF; margin:0; }

.row-fluid .search-experience { padding:70px 0; font-size:30px; line-height:36px; }
.row-fluid .search-experience h2 { font-size: 36px; line-height: 40px; margin: 0; padding-bottom: 30px; }
.row-fluid .search-experience .hs_cos_wrapper_type_custom_widget { float:left; width:100%; margin-bottom:60px; padding: 0 300px; float: left; width: 100%; }
.row-fluid .search-experience .exp-icon { margin-bottom:20px; }

.row-fluid .readybuild-form { padding:70px 0 100px; border-top:#bbbbbb solid 1px; margin:0; }
.row-fluid .readybuild-form h2 { font-family: 'Merriweather', serif; font-size:48px; line-height:60px; font-style:italic; color:#35bfae; margin:0 0 20px; }
.row-fluid .ready-formtop { padding:0 280px; font-size:22px; line-height:33px; }

.row-fluid .home-form.contact-form { background-size:24% auto; }
.row-fluid .contact-form .hs-form input, .row-fluid .contact-form .hs-form textarea { outline:none; }
.row-fluid .contact-form .hs-form fieldset .input { margin-right:0; }
.row-fluid .contact-form .hs-form fieldset.form-columns-2 .hs-form-field { float:left; width:48%; margin-right:4%; }
.row-fluid .contact-form .hs-form fieldset.form-columns-2 .hs-form-field:last-child { margin-right:0; }
.row-fluid .contact-form .hs-button { margin-top:10px; }

/* Project Based Recruitement Page */
.row-fluid .recruitement-hero { background-position:center center; }
.row-fluid .recruitement-hero h1 { padding:0 15%; }
.no-padd .sec2-textRotate p { padding-right:0; }

.row-fluid .company-growth h2 { font-size: 36px; margin-bottom: 20px; }
.no-padd .row-fluid .ready-formtop { padding:0 180px; }

/* Overview Page */
.row-fluid .service-section { padding:80px 0; font-size:22px; line-height:33px; }
.row-fluid .service-section .service-icon { padding:0 0 50px; }
.row-fluid .service-section .service-text { padding:0 200px; letter-spacing:1px; }
.row-fluid .service-section .learnmore-link a { border:1px solid #35bfae; background:#35bfae; color:#FFF; padding:15px; min-width:300px; text-align:center; display: inline-block; border-radius: 5px; margin-top: 40px; font-size: 30px; transition:ease all 0.4s; -webkit-transition:ease all 0.4s; -ms-transition:ease all 0.4s; -moz-transition:ease all 0.4s; }
.row-fluid .service-section .learnmore-link a:hover { background:none; color:#35bfae;  }


/* FlyOut CTA */
.hideCTA { position:absolute; width:40px; height:40px; color:#fff; text-align:center; font-size:25px; line-height:40px; z-index:121212121212; top:0; right:0; cursor:pointer; font-family:sans-serif }
.row-fluid .flyOutCta { /*display:none; */ width:500px; float:none; position:fixed; bottom:0; right:0; z-index:121212; transition:all ease 1s; -moz-transition:all ease 1s; -webkit-transition:all ease 1s;
    transform:translate3d(100%,0,0); -moz-transform:translate3d(100%,0,0); -webkit-transform:translate3d(100%,0,0); }
.flyOut .row-fluid .flyOutCta { transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0); }
.hideflyOut .row-fluid .flyOutCta { transform:translate3d(100%,0,0); -moz-transform:translate3d(100%,0,0); -webkit-transform:translate3d(100%,0,0); }

/*----- Confirmation Page -----*/
.row-fluid .confirmation-hero h1 { padding:0 22%; }
.row-fluid .thanks-requesting h2 { font-family: 'Merriweather',serif; font-size: 48px; line-height: 60px; font-style: italic; color: #35bfae; margin: 0; letter-spacing: 2px; }
.row-fluid .confirm-image { float:none; display:inline-block; width:50px; height:50px; border-radius:50%; overflow:hidden;  }
.row-fluid .confirmation-boxes .hs_cos_wrapper_type_custom_widget { padding:0 18%; letter-spacing:1px; margin-bottom:25px; float:left; width:100%; }
.row-fluid .confirmation-boxes .hs_cos_wrapper_type_custom_widget:last-child { margin-bottom:0; }

@media screen and (max-width:1453px) {
    .home-project {margin: -90px -200px;}    
}
@media screen and (max-width:1300px) {
    .home-recruitment {padding-bottom:330px;}    
}

@media screen and(max-width:1140px) {
    .fullWrap .innerWrap {padding:0 20px;}
    .home-recruitment .innerWrap, .home-project .innerWrap {padding: 0 70px;}
    .home-hero {padding: 100px 0 200px;}
    .home-hero h1 {font-size:40px;}
   .body-text h2 {font-size:34px;}
   .body-text p {font-size:16px;}
   .home-recruitment {padding: 50px 0 230px;}
   .home-project {padding: 80px 0 230px; margin:-90px -51px;}
   
   .row-fluid .hero-section h1 { font-size:48px; line-height:1.25; }
   
}
@media screen and (max-width:1033px) {
    .row-fluid .desktop-menu {display:none;} 
    .row-fluid .mobile-hamburger {display:block;}
    .mobile-nav li {
        float:none !important;
    }
    .header-container-wrapper {padding:5px 0 10px;}
    
    .row-fluid .hero-section h1 { padding:0 10%; }
    
    .row-fluid .intro-section { padding:110px 0 150px; }
    .row-fluid .intro-section .body-text, .row-fluid .ready-formtop, .no-padd .row-fluid .ready-formtop { padding:0; }
    
    .row-fluid .search-experience { padding:40px 0; }
    .row-fluid .search-experience .hs_cos_wrapper_type_custom_widget { padding:0 150px; }
    
    .row-fluid .service-section .service-text, .row-fluid .confirmation-boxes .hs_cos_wrapper_type_custom_widget { padding:0 40px; }
    
}
@media screen and (max-width:1008px) {
    .home-project{
        background-image:none !important;
        background:#3cbfae !important;
        color:#fff;
        border-top:5px solid #fff;
    }
     .home-recruitment {
        background-image:none !important;
        background:#3cbfae !important;
        color:#fff;
        padding:50px 0 225px;
    }    
    .body-text{text-align:center;}
    .sec2-textRotate p, .sec3-textRotate p {padding:0;}
    .btn-dark {color:#fff; border:2px solid #fff;}
    .btn-dark:hover {border:2px solid #fff;}
}
@media screen and(max-width:768px) {
    .footer-Social img {margin-left:10px;}   
    .home-recruitment {padding: 25px 0 190px;}
    .home-project {padding: 50px 0 130px;}
}
@media screen and(max-width:767px) {
    .row-fluid .flyOutCta {width:300px;}
    .col {float:none; text-align:center; width:100%;}
    .col ul li{padding-bottom:10px;}
    .col ul li:first-child {padding-top:20px;}
    .footer-Logo, .footer-Social, .footer-subNav {text-align:center;}
    .footer-subNav ul {float:none;}
    .row-fluid .mobile-hamburger {top:25px;}    
    .header-Logo img, .headerWrapper img {width:170px !important;}
    .mobile-hamburger img {width:auto !important;}
    .home-hero h1 {font-size: 28px;}
    .btn-left {margin:0 0 10px;}
    .btn-clear {font-size:16px; padding:15px 50px;}
    .btn-watch {padding:15px 27px 15px 70px; background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/436003/New_Home_July16/Play_Button.png?t=1469719252700") no-repeat scroll 15% center;}
    .home-hero .btn {width:auto;}
    .home-client h2 {font-size:38px;}
    .slide-text p {font-size:16px;}
    .home-form h3 {font-size:38px;}
    .home-form { background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/436003/New_Home_July16/S1_Icon.png?t=1469220305329") no-repeat scroll center center / 60% auto;}
    .home-hero.set-bg {background-position:center center;}
    .row-fluid .footer-navItems {display:none;}
    .slide-text p {padding:0;}
    .home-hero h1 {padding:0;}
    
    .row-fluid .intro-section { margin:0; padding:80px 0; }
    .row-fluid .intro-section .innerWrap { padding:0 30px; }
    .row-fluid .intro-section .innerWrap h2 { text-align:center; letter-spacing:0; }
    .row-fluid .intro-section, .row-fluid .intro-section .sec2-textRotate { transform:rotate(0); -webkit-transform:rotate(0); -ms-transform:rotate(0); -moz-transform:rotate(0); }
    .row-fluid .intro-section .body-text { text-align:left; }
    .row-fluid .intro-section .video-icon { text-align:center; margin-top:100px; }
    
    .row-fluid .hero-section { padding:170px 0; }
    .row-fluid .hero-section h1 { padding:0; }
    
    /*.row-fluid .scalable-result { padding:20px 0; }*/
    
    .row-fluid .search-experience { padding:40px 20px; }
    .row-fluid .search-experience .hs_cos_wrapper_type_custom_widget { padding:0 30px; }
    .row-fluid .search-experience h2 { font-size:30px; line-height:36px; text-align:left; }
    
    .row-fluid .contact-form .hs-form fieldset.form-columns-2 .hs-form-field { width:100%; margin-right:0; }
    
    .row-fluid .service-section { padding:80px 0; }
    .row-fluid .service-section .service-text { text-align:left; }
    .row-fluid .service-section .whitewait-text { text-align:center; padding:0 20px; letter-spacing:0; }
    .row-fluid .confirmation-boxes .hs_cos_wrapper_type_custom_widget p, .row-fluid .service-section .whitewait-text p { font-size:30px; line-height:36px; }
    
    .row-fluid .confirmation-hero h1 { padding:0 50px; }
    .row-fluid .confirmation-boxes .hs_cos_wrapper_type_custom_widget { padding:0; letter-spacing:0; }
    .row-fluid .confirm-image { width:100px; height:100px; }
}  


@media (max-width:600px){
    .home-form .hs-button { font-size:24px; }
    
    .row-fluid .hero-section { padding:60px 0; }
    .row-fluid .hero-section h1 { font-size:36px; }
    .row-fluid .hero-section .btn, .row-fluid .service-section .learnmore-link a { min-width: 200px; padding: 10px 20px; font-size: 20px; }
    
    .row-fluid .intro-section, .services .row-fluid .intro-section { padding:40px 0; font-size:18px; line-height:26px; font-weight:100;}
    .row-fluid .intro-section .innerWrap { padding:0 20px; }
    .row-fluid .intro-section .video-icon { margin-top:40px; }
    .row-fluid .scalable-result h2 { font-size: 30px; line-height: 36px; }
    
    .row-fluid .search-experience { padding:40px 0; }
    .row-fluid .search-experience h2 { font-size: 24px; line-height: 30px; }
    .row-fluid .search-experience .hs_cos_wrapper_type_custom_widget { padding: 0; font-size: 20px; line-height: 26px; }
    
    .row-fluid .readybuild-form h2 { font-size: 30px; line-height: 36px; }
    .row-fluid .ready-formtop { font-size: 18px; line-height: 26px; }
    
    .row-fluid .contact-form input[type=text], .row-fluid .contact-form input[type=email], .row-fluid .contact-form input[type=tel], .row-fluid .contact-form input[type=password] { width:100% !important; }
    
    .row-fluid .service-section .service-text { padding:0; }
    .row-fluid .service-section .service-icon { padding-top:0; }
    
    .row-fluid .confirmation-hero h1 { padding:0; }
    .row-fluid .intro-section .innerWrap h2 { font-size:30px; line-height:36px; }
    .row-fluid .service-section .whitewait-text p, .row-fluid .confirmation-boxes .hs_cos_wrapper_type_custom_widget p { margin:10px 0; font-size: 22px; line-height: 28px; }
}



/* ------ ABOUT PAGE ------ */

.mt100 {margin-top:100px;}
.mt150 {margin-top:150px !important;}
.slant-headline h2 {
    font-size: 42px;
    font-weight: 300;
    line-height: 46px;
    margin: 0 0 20px;
}
.old-slant .fullWrap {width:auto;}

@media screen and (max-width:1139px) {
    .old-slant .about-hero h1 {margin-top:100px;}
}
@media screen and (max-width:767px) {
    .old-slant .about-hero {
        margin: 70px 0 0;
        padding: 0;
    }
    .blog-slant .about-hero {margin:25px 0 0 !important;}
    .old-slant .about-hero h1 {font-size:31px;}
    .mt100 {margin-top:10px;}
    .mt150 {margin-top:20px !important;}
}
.about-hero {
    height: 350px;
    margin: -62px -51px;
    padding: 200px 0 350px;
    transform: rotate(5deg);
}
.about-hero h1 {
    color:#fff;
    font-size:60px;
    margin:0;
    text-align:center;
    font-weight:300;
    transform: rotate(-5deg);
}
.about-sec1 {margin:180px 0 60px;}
.about-sec1 p {
    font-size:22px;
    font-weight:300;
    line-height:1.4em;
    margin:0 0 25px;
    padding:0;
}
.box1 {
    background-image:url("//cdn2.hubspot.net/hubfs/436003/New_Home_July16/About/TableMeeting.jpg");
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
    padding:0 0 500px;
}


.separator-green {
    background:#36b291;
    text-align:center;
    color:#fff;
    padding:20px 0 30px;
    font-size:48px;
    font-weight:300;
}
.row-fluid .mobile-view {display:none;}

.box2 {
    background-image:url("//cdn2.hubspot.net/hubfs/436003/New_Home_July16/About/EngagedToSucceed2.jpg");
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
    padding:0 0 500px;
    position:relative;
}
.about-sec2 p {
    font-size:22px;
    font-weight:300;
    line-height:1.4em;
    margin-top:50px;
    padding:0 20% 0 10%;
}
.about-sec2 h3 {
    color:#fff;
    font-size:50px;
    width:100%;
    text-align:center;
    font-weight:300;
    margin:0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    position:absolute;
}


.side-by-side {
    width:50% !important;
    margin:0 !important;
    float:left;
}
.proven-results {
    padding:90px 0;
}
.proven-results p {
    font-size:22px;
    font-weight:400;
    padding:0 33%;
    line-height:1.4em;
}



.our-team {
    color:#fff;
    font-weight:300;
    position:relative;
    height:400px;
}
.our-team-text {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    position:absolute;
}
.our-team-text h3 {
    margin:0;
    font-size:48px;
    font-weight:300;
}
.our-team-text p {
    margin:0;
    font-size:36px;
}



.our-team-copy {
    padding:60px 21%;
}


.team-bar {
    background:url("//cdn2.hubspot.net/hubfs/436003/New_Home_July16/About/Plus.png") no-repeat center 82px;
    text-align:center;
    color:#fff;
    padding:20px 0 60px;
    font-size:48px;
    font-weight:300;
    cursor:pointer;
}
.bar-color1 {
    background-color:#36b291;
}
.bar-color2 {
    background-color:#89d4c2;
}
.bar-color3 {
    background-color:#61c5ae;
}
.bar-color4 {
    background-color:#3ab798;
}
.bar-color5 {
    background-color:#89d4c2;
}
.team-inside {
    padding:50px 0;
}
.team-bio {
    margin-bottom:40px;
}
.team-bio h3 {
    font-size:36px;
    margin:0;
    font-weight:300;
}
.team-bio p {font-size:20px;}
.team-bio h4 {
    color:#36B291;
    font-size:22px;
    line-height:1.1em;
    margin:0 0 10px;
    font-weight:400;
}
.team-bio ul {
    margin:0;
    padding-left:20px;
}
.team-bio ul li {
    font-size:20px;
    font-weight:300;
    margin-bottom:8px;
}
.team-bio-image {
    padding-top:70px;
}

.team-option {
    cursor:pointer;
    width:25%;
    float:left;
    transition:.5s all;
    box-sizing:border-box;
    margin:0 0 20px 0;
    height:115px;
}
.team-option:hover h3 {
    color:#36B291;
    font-weight:600;
}
.team-active h3 {
    color:#36B291;
    font-weight:600 !important;
}
.team-option h3 {
    font-weight:300;
    margin-bottom:0;
    font-size:20px;
}
.team-option p {
    margin:0;
    font-size:14px;
    padding-right:5px;
}

.team-bio:not(:first-child) {
    display:none;
}


.team-inside2, .team-inside3, .team-inside4, .team-inside5 {
    display:none;
}

.bar-active {
    background-image:url("//cdn2.hubspot.net/hubfs/436003/New_Home_July16/About/CloseButton.png");
    background-repeat:no-repeat;
    background-position:center 82px;
}



.about-news {
    margin:20px 0;
}
.about-news:before {
    height:104px;
    margin:-104px 0 0;
    content:"";
    display:block;
}
.allnews-btn {margin-left:10px !important;}
.news-headline h2 {
    text-align:center;
    font-family: "Source Sans Pro",sans-serif;
    color: #35bfae;
    font-size: 45px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}
.newsItem a.cta {
    font-size: 24px;
    font-weight: 300;
    margin:20px 0 0;
    color:#fff;
    padding:15px 40px;
    text-transform: capitalize;
    background-color: #3cbfae;
    border: 1px solid #3cbfae;
    line-height: 18px;
    transition:.5s all;
    display: inline-block;
    font-family:"Source Sans Pro",sans-serif;
    text-decoration: none;
}
.newsItem a.cta:hover {
    background:#fff;
    color:#3cbfae;
}
.newsItem h2 {
    color: #3cbfae;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    font-family:"Source Sans Pro",sans-serif;
}
.newsItem .newsItemDateLine {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    font-family:"Source Sans Pro",sans-serif;
}
.newsItemText {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family:"Source Sans Pro",sans-serif;
}



.about-slider {
    margin:70px 0 40px 0;
}
.about-slider:before {
    content:"";
    display:block;
    height:104px;
    margin:-104px 0 0;
}
.about-slider h2 {
    color:#35bfae;
    font-size:42px;
    font-weight:300;
    margin:0 0 20px;
}
.about-slider p {
    font-size:22px;
    padding:0 13%;
    margin:0 0 30px;
}

.cos-about .home-form h3 {
    font-family:"Merriweather", sans-serif;
    font-style:italic;
    margin:40px 0 0;
}
.cos-about .home-form {
    padding:40px 0;
}
.about-sliderImg {
    text-align:center;
}


.about-slider .slick-prev, .about-slider .slick-next {
    display:inline-block !important;
}

.slick-prev::before {
    content:url(//cdn2.hubspot.net/hubfs/436003/New_Home_July16/About/Arrow_-_Left.png);
    z-index:9999;
}

.slick-next::before {
    content:url(//cdn2.hubspot.net/hubfs/436003/New_Home_July16/About/Arrow_-_Right.png);
    z-index:9999;
}
.slick-prev {
    left: -50px;
}
.slick-next {
    right:-50px;
}
.slick-prev, .slick-next {
    width:auto;
    height:auto;
}
.slick-list {
    outline: none !important;
}
.slick-slide:focus { outline: none; }


@media screen and (max-width:1140px) {
    .side-by-side {width:100% !important;}    
    .row-fluid .box2 {display:none;}
    .row-fluid .mobile-view {display:block;}
    .confirmation-page .row-fluid .intro-section .body-text { padding:0 100px; }
}
@media screen and (max-width:768px) {
    .our-team-copy {padding:40px 0;}   
    .team-option h3 {margin:0; font-size:16px;}
}
@media screen and (max-width:767px) {
    .allnews-btn {margin-left:0 !important;}
    .about-slider .slick-prev {left:-10px;}
    .about-slider .slick-next {right:-10px;}
    .about-slider p {padding:0;}
    .about-hero {
        margin:0;
        transform:rotate(0deg);
        height: 200px;
        padding: 50px 0 0;
    }    
    .about-hero h1 {
        transform:rotate(0deg);
        font-size:36px;
    }
    .about-sec1 p {font-size:17px;}
    .about-sec1 {margin:40px 0;}
    .separator-green {font-size:36px;}
    .proven-results p {padding:0;}
    .our-team-text {width:100% !important;}
    .our-team-copy {padding:40px 20px;}
    .our-team-copy p {font-size:17px;}
    .team-option-wrapper, .slick-prev, .slick-next {display:none !important;}
    .team-bio p {font-size:17px;}
    .team-bio h3 {font-size:30px;}
    .cos-about .home-form h3 {font-size:31px;}
    .box1 {padding:0 0 300px;}
    .team-bio-image {padding-top:10px; text-align:center;}
    .team-bio:not(:first-child) {display:block;}
    .team-inside .innerWrap {padding:0 40px;}
    .team-bar {font-size:35px;}
    .confirmation-page .row-fluid .intro-section .body-text { padding:0; }
}


a:-webkit-any-link {text-decoration:none !important;}


#heroWrap {margin-top:30px !important;}


iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}


/* --- BLOG STYLES --- */

.blogBody .post-body p {
    font-size:16px;
    line-height:1.45em;
}







/* ---- RESOURCES ---- */

.resource-overlay {
    background: rgba(53, 191, 174, 0.65) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.row-fluid .resource-box {
    float:left;
    width: 30.3%;
    margin-bottom:3%;
    margin-right:3%;
    position:relative;
    padding:40px 40px 20px 40px;
    text-align:center;
    min-height:320px;
    max-height:320px;
}
.gutter-sizer {
    width:3%;
}
.resource-title h2 {
    margin: 0;
    padding: 100px 20px 0;
}
.resource-title h2 a {
    color:#fff;
    font-size:26px;
    line-height:34px;
    font-weight:300;
    text-decoration:none;
}
.resource-typeTitle {
    bottom: 10px;
    position: absolute;
    right: 0;
    width: 100%;
}
.resource-typeTitle p {
    color:#fff;
    margin:0;
    padding:54px 0 0;
    font-size:18px;
}

.infographic p {
    background:url('//cdn2.hubspot.net/hubfs/436003/cos-assets/template-assets/Infographic%20Icon.png') no-repeat 32% 57px / 15px auto;
}
.guide p {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/436003/cos-assets/template-assets/Guide-Icon.png") no-repeat scroll 38% 57px / 15px auto;
}
.video p {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/436003/cos-assets/template-assets/Video-Icon.png") no-repeat scroll 38% 60px / 15px auto;
}
.ebook p {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/436003/eBook-White.png") no-repeat scroll 37% 59px / 15px auto;
}

.tabs-wrap {
    margin-top:200px;
}
.tabs {
    margin:20px 0 40px;
    border-bottom:1px solid #cccccc;
}
.tabs ul {
    margin:0;
    padding:0;
}
.tabs ul li {
    list-style:none;
    display:inline-block;
    height:40px;
}
.tabs ul li a {
    color:#777777;
    font-size:24px;
    font-weight:300;
    cursor:pointer;
    text-decoration:none;
    padding:0 50px;
}
.tabs ul li.active a {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 2px solid #35bfae;
    color: #35bfae;
    font-size: 24px;
    padding: 10px 50px 13px;
    font-weight: 500;
    text-decoration: none;
    vertical-align: bottom;
}


.options-combo {
    color:#777777;
    font-size:16px;
    font-weight:300;
    padding:0 0 0 10px;
    border:1px solid #cccccc;
    background:url('//cdn2.hubspot.net/hubfs/436003/cos-assets/template-assets/DropArrow.png') no-repeat 90% center;
    cursor:pointer;
    margin-bottom:40px;
    position:relative;
    width:210px;
    -webkit-appearance: none;
    -moz-appearance: none;
    height:45px;
}
.options-combo ul li:hover a {
    color:#35bfae !important;
}
.icon {
    background:url('//cdn2.hubspot.net/hubfs/436003/cos-assets/template-assets/AllSmall.png') no-repeat 10% center;
}
.icon1 {
    background:url('//cdn2.hubspot.net/hubfs/436003/cos-assets/template-assets/GuidersSmall.png') no-repeat 10% center;
}
.icon2 {
    background:url('//cdn2.hubspot.net/hubfs/436003/cos-assets/template-assets/ebooksSmall.png') no-repeat 10% center;
}
.icon3 {
    background:url('//cdn2.hubspot.net/hubfs/436003/cos-assets/template-assets/VideoSmall.png') no-repeat 10% center;
}
.icon4 {
    margin-bottom:0;
    background:url('//cdn2.hubspot.net/hubfs/436003/cos-assets/template-assets/infographic-small.png') no-repeat 10% center;
}

.options-combo option {
    padding: 10px 0 12px 55px;
    font-size:16px;
    color:#777777;
    cursor:pointer;
    font-weight:300;
}



html:not(.hs-inline-edit) .row-fluid .resource-tab2 {
    display:none;
}




@media screen and (max-width:768px) {
    .row-fluid .resource-box {
        width:45%;
    }
}
@media screen and (max-width:767px) {
    .row-fluid .resource-box {
        width:100%;
    }
    .tabs ul li.active a, .tabs ul li a {padding-right:10px; padding-left:10px;}
    .tabs-wrap {margin-top:50px;}
}




/* --- MISC --- */

.mfp-wrap {z-index:999999;}



/* ------ BLOG STYLES ------ */




.blog-banner-wrapper {
    margin:0 0 40px;
}
.post-banner {
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
    text-align:center;
    padding:175px 0;
    position:relative;
}
.post-banner-overlay {
    background:rgba(60, 191, 174, 0.55);
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
}
.post-banner-title {
    top: 50%;
     left: 50%;
     transform: translateX(-50%) translateY(-50%);
     -ms-transform: translateX(-50%) translateY(-50%);
     -webkit-transform: translateX(-50%) translateY(-50%);
     position:absolute;
}
.post-banner-title h2 {
    padding:0 20%;
    margin:0;
}
.post-banner-title h2 a {
    font-size:60px;
    font-weight:300;
    line-height:1.1em;
    color:#fff;
    text-decoration:none;
}
.post-banner-author p {
    color:#fff;
    font-size:18px;
    margin: 5px 0 30px;
    font-weight:300;
}
.post-banner-author p a {
    color:#fff;
    font-size:18px;
    font-weight:300;
    text-decoration:none;
}
.post-banner-subscribe {
    margin: auto auto 20px; position: absolute; left: 0; bottom: 0; right: -110px; width: 50%;
}
.post-banner-subscribe img {
    margin-right:40px;
    padding-bottom: 5px;
    cursor:pointer;
}
.btn-subscribe {
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    transition: all 0.5s ease 0s;
    width: 190px;
}
.btn-subscribe:hover {
    background:#fff;
    color:#35bfae;
}

.blog-tabs ul {padding:0; margin:0 0 40px; border-bottom:1px solid #cccccc;}
.blog-tabs ul li {
    list-style:none;
    display:inline-block;
}
.blog-tabs ul li:first-child a {
    margin-left:0;
}
.blog-tabs ul li.active a {
    background:#fff;
    border-top:2px solid #35bfae;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    padding:10px 20px;
    border-bottom:none;
    margin: 0 0 -1px;
    color:#35bfae;
    font-weight:400;
}
.blog-tabs ul li.active a:hover {
    background:#fff;
    border-top:2px solid #35bfae;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    padding:10px 20px;
    border-bottom:none;
    margin: 0 0 -1px;
    color:#35bfae;
    font-weight:400;
}

.blog-tabs ul li a {
    font-size:24px;
    color:#777777;
    text-decoration:none;
    background:#efefef;
    border-top:2px solid #efefef;
    font-weight:300;
    padding:10px 20px;
    margin: 0 5px;
    vertical-align: bottom;
    display:inline-block;
}
.blog-tabs ul li a:hover {
    background:#d8dadb;
}



.blog-main-list {
    padding:0 0 50px;
}
.post-box {
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    text-align:center;
    position:relative;
    width:32.3%;
    float:left;
    height:300px;
    margin-bottom:1%;
}
.post-box:nth-of-type(3n+1) {margin-right:1%;}
.post-box:nth-of-type(3n+2) {margin:0 .5%;}
.post-box:nth-of-type(3n+3) {margin-left:1%;}

.post-box-title {
    position:absolute;
    bottom:0;
    background:#30ad7a;
    color:#fff;
    padding:10px 20px;
}
.post-box-title h2 {
    margin:0 0 5px;
}
.post-box-title h2 a {
    color:#fff;
    text-decoration:none;
    font-size:24px;
    font-weight:300;
    line-height:1.2em;
}
.post-box-title p {
    margin:0;
    font-size:19px;
}
.post-box-title p a {
    text-decoration:none;
    color:#fff;
    font-weight:300;
    font-size:19px;
}

.topic--workplace .post-box-title p a {
    background:url('//cdn2.hubspot.net/hubfs/436003/Blog2016/WorkplaceIcon.png') no-repeat left center;
    padding:10px 0 10px 38px;
}
.topic--hiring-strategies .post-box-title p a {
    background:url('//cdn2.hubspot.net/hubfs/436003/Blog2016/HiringIcon.png') no-repeat left center;
    padding:10px 0 10px 22px;
}
.topic--career-advice .post-box-title p a {
    background:url('//cdn2.hubspot.net/hubfs/436003/Blog2016/CareerAdviceIcon.png') no-repeat left center;
    padding:10px 0 10px 20px;
}


.next-posts-link {
    display:inline-block;
    font-size:24px;
    color:#35bfae;
    border:1px solid #35bfae;
    padding:10px 0;
    cursor:pointer;
    transition:.5s all;
    text-decoration:none;
    border-radius:5px;
    width:200px;
}
.next-posts-link:hover {
    background:#35bfae;
    color:#fff;
}


.row-fluid .subscribe-pop {
    top: 50%;
 left: 50%;
 transform: translateX(-50%) translateY(-50%);
 -ms-transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
 position:absolute;
 width:30% !important;
 display:none;
}
.subscribe-pop label {
    display:none;
}
.subscribe-pop .input input {
    float: left;
    width: 80%;
    height:40px;
    border:1px solid #fff;
    color:#777;
    font-size:16px;
}
.subscribe-pop .hs-button {
    display:inline-block;
    height:40px;
    border:none;
    font-size:15px;
    cursor:pointer;
    color:#fff;
    background:#35bfae;
    border:1px solid #35bfae;
}


input.error {
    border:1px solid #fd1a13 !important;
}
.subscribe-pop .hs-error-msgs label {display:none !important;}



.row-fluid .search-pop {
    top: 50%;
 left: 50%;
 transform: translateX(-50%) translateY(-50%);
 -ms-transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
 position:absolute;
 width:30% !important;
 display:none;
}
.search-pop .input input {
    float: left;
    width: 80%;
    height:40px;
    border:1px solid #fff;
    color:#777;
    font-size:16px;
}
.search-pop .hs-button {
    display:inline-block;
    height:40px;
    border:none;
    font-size:15px;
    cursor:pointer;
    color:#fff;
    background:#35bfae;
    border:1px solid #35bfae;
    padding:10px 20px;
}



.row-fluid .blog-close {
    display:none;
}
.search-close, .subscribe-close {
    top: 47%;
 left: 80%;
 transform: translateX(-50%) translateY(-50%);
 -ms-transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
 position:absolute;
 width:30% !important;
 color:#fff;
 cursor:pointer;
}







/* --- BLOG READ PAGE --- */

.fullWrap .insideWrap {
    max-width:760px;
    margin:0 auto;
}

.custom-share-button {
    cursor:pointer;
}
.fb-button {
    background:url('//cdn2.hubspot.net/hubfs/436003/Blog2016/FacebookIcon.png')no-repeat 0 0;
    padding:10px 20px 0 10px;
    margin-right: 15px;
}
.tw-button {
    background:url('//cdn2.hubspot.net/hubfs/436003/Blog2016/TwitterIcon.png')no-repeat 0 0;
    padding:10px 20px 0 10px;
    margin-right: 15px;
}
.li-button {
    background:url('//cdn2.hubspot.net/hubfs/436003/Blog2016/LinkedInIcon.png')no-repeat 0 0;
    padding:10px 20px 0 10px;
    margin-right: 15px;
}
.g-button {
    background:url('//cdn2.hubspot.net/hubfs/436003/Blog2016/Google%2BIcon.png')no-repeat 0 0;
    padding:10px 20px 0 10px;
    margin-right: 15px;
}
.mail-button {
    background:url('//cdn2.hubspot.net/hubfs/436003/Blog2016/MailIcon.png')no-repeat 0 0;
    padding:10px 20px 0 10px;
}

.fb-button:hover { background:url("//cdn2.hubspot.net/hubfs/436003/New_Home_July16/FacebookGreen.png") no-repeat 0 0;}
.tw-button:hover { background:url("//cdn2.hubspot.net/hubfs/436003/New_Home_July16/TwitterGreen.png") no-repeat 0 0;}
.li-button:hover { background:url("//cdn2.hubspot.net/hubfs/436003/New_Home_July16/LinkedInGreen.png") no-repeat 0 0;}
.g-button:hover { background:url("//cdn2.hubspot.net/hubfs/436003/New_Home_July16/GoogleGreen.png") no-repeat 0 0;}
.mail-button:hover { background:url("//cdn2.hubspot.net/hubfs/436003/Blog2016/2016-11-07.png") no-repeat 0 0;}



.blog2016-post .post-banner-subscribe {right:0;}

.read-body h2 {
    font-size:33px;
    line-height:1.2em;
    font-weight:300;
}
.read-body p, .read-body ul li {
    line-height:1.45em;
    font-size:22px;
    font-weight:300;
}
.read-body h3 {
    font-weight:bold;
    font-size:22px;
}
.read-body a {
    color:#3cbfae;
}

.blog-commentsHeader h2 {
    font-size:48px;
    font-style:italic;
    font-weight:300;
    color:#35bfae;
    font-family:'Merriweather', sans-serif;
    margin-bottom:10px;
}
.blog-comments {margin:0 0 50px;}
.blog-comments .hs-form fieldset {
    max-width:100%;
}
.blog-comments label {
    display:none;
}
.blog-comments .input input {
    border:1px solid #bbbbbb;
    border-radius:5px;
    height:40px;
    font-size:15px;
    margin-bottom:20px;
}
.blog-comments textarea {
    border:1px solid #bbbbbb;
    border-radius:5px;
    height:100px;
    font-size:15px;
    margin-bottom:10px;
    width:100% !important;
    font-family:'Source Sans Pro', sans-serif;
}
.blog-comments .inputs-list label {display:block !important;}
.blog-comments .hs-form-checkbox {
    list-style:none;
}
.blog-comments .hs-form-checkbox input {
    margin:0 10px 0 !important;
    height:auto !important;
}
.hs_blog2016_email_subscription label {display:block !important;}
.blog-comments .inputs-list {padding:0;}
.blog-comments .actions {text-align:center;}
.blog-comments .hs-button {
    font-size:24px;
    color:#fff;
    background:#3cbfae;
    border:1px solid #3cbfae;
    border-radius:5px;
    display:inline-block;
    text-align:center;
    padding:10px 0;
    width:250px;
    font-weight:300;
    cursor:pointer;
    transition:.5s all;
    font-family:'Source Sans Pro', sans-serif;
}
.blog-comments .hs-button:hover {
    background:#fff;
    color:#3cbfae;
}
.comment-body p {margin-top:0;}
.comment-from h4 {margin-bottom:10px;}
#comments-listing {background:#efefef; padding:0 0 5px 10px}

@media screen and (max-width:768px) {
    .post-banner-title h2 {padding:0 5%;}  
    .fullWrap .insideWrap {padding: 0 20px;}
    .row-fluid .subscribe-pop {width:60% !important; top: 39%;}
    .row-fluid .search-pop {width:60% !important; top: 39%;}
    .search-close, .subscribe-close {top:35%; width:5% !important;}
    .blog-tabs ul li a, .blog-tabs ul li.active a {padding:10px 5px;}
}
@media screen and (max-width:767px) {
    .post-banner-title {width:100% !important;}
    .post-banner-subscribe {width:100% !important; right: 0;}
    .post-banner-title h2 {padding:0 5%;}  
    .post-banner-title h2 a {padding:0; font-size:25px;} 
    .post-banner {padding:120px 0;}
    .post-box {width:100%; margin:0 0 20px !important;}
    .post-banner-subscribe img {display:none !important;}
    .blog-tabs ul {border:none; text-align:center;}
    .blog-tabs ul li a {
        border:none;
        background:none;
        display:block;
        padding:0;
        margin:0 0 15px;
    }
    .blog-tabs ul li a:hover {
        border:none;
        background:none;
        display:block;
        padding:0;
        margin:0 0 15px;
        color:#35bfae;
    }
    .blog-tabs ul li {display:block;}
    .blog-tabs ul li.active a {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        margin: 0 0 15px;
        padding: 0;
    }
    .blog-tabs ul li.active a:hover {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        margin: 0 0 15px;
        padding: 0;
    }
    .blog-tabs ul li:first-child a {background:url('//cdn2.hubspot.net/hubfs/436003/Blog2016/MobileRecentIcon.png') no-repeat 20% center;}
    .blog-tabs ul li:nth-child(2) a {background:url('//cdn2.hubspot.net/hubfs/436003/Blog2016/MobileWorkplaceIcon.png') no-repeat 20% center;}
    .blog-tabs ul li:nth-child(3) a {background:url('//cdn2.hubspot.net/hubfs/436003/Blog2016/MobileCareerIcon.png') no-repeat 20% center;}
    .blog-tabs ul li:nth-child(4) a {background:url('//cdn2.hubspot.net/hubfs/436003/Blog2016/MobileHiringIcon.png') no-repeat 15% center;}
    .blog-tabs ul li:last-child a {background:url('//cdn2.hubspot.net/hubfs/436003/Blog2016/MobileNewsIcon.png') no-repeat 28% center;}
    .blog-tabs ul li.active:first-child a {background:url('//cdn2.hubspot.net/hubfs/436003/Blog2016/MobileRecentIcon.png') no-repeat 20% center;}
    .blog-tabs ul li.active:nth-child(2) a {background:url('//cdn2.hubspot.net/hubfs/436003/Blog2016/MobileWorkplaceIcon.png') no-repeat 20% center;}
    .blog-tabs ul li.active:nth-child(3) a {background:url('//cdn2.hubspot.net/hubfs/436003/Blog2016/MobileCareerIcon.png') no-repeat 20% center;}
    .blog-tabs ul li.active:nth-child(4) a {background:url('//cdn2.hubspot.net/hubfs/436003/Blog2016/MobileHiringIcon.png') no-repeat 15% center;}
    .blog-tabs ul li.active:last-child a {background:url('//cdn2.hubspot.net/hubfs/436003/Blog2016/MobileNewsIcon.png') no-repeat 28% center;}
    .row-fluid .subscribe-pop {width:100% !important;}
    .row-fluid .search-pop {width:100% !important;}
    .row-fluid .subscribe-pop {
        position: absolute;
        right: 0;
        top: 40%;
        width: 100% !important;
    }
    .subscribe-pop .input input {width:74%;}
    .search-close, .subscribe-close {left:100%;}
    .read-body h2 {font-size:28px;}
}





/* --- CHILD MENU TEST --- */

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper:after {
    content: url("//cdn2.hubspot.net/hubfs/436003/About2016/SO_MenuArrow.jpg");
    left: 10px;
    position: absolute;
    top: -15px;
}


/*.hs-menu-children-wrapper  {
    width:100% !important;
    position:absolute;
    background:#fff;
    border:1px solid #cccccc;
    padding:10px 10px 0 10px !important;
}*/
.hs-menu-children-wrapper  {
    width:100% !important;
    position:absolute;
    background:#fff;
    border:1px solid #cccccc;
    padding:0px !important;
}

.hs-menu-children-wrapper a {text-align:left; font-size:16px; white-space:normal !important; width:100% !important;}

/*DELETE .hs-menu-children-wrapper li {padding:0 !important;}*/

.test .header-container-wrapper {padding:20px 0 10px;}
/*.test .mainNav ul {position:relative;}*/
.test .mainNav {text-align:right; margin:30px 0 0 !important;}

/*.test .hs-menu-depth-2 {padding:0 0 10px !important;}*/
/*.test .hs-menu-children-wrapper li:last-child {padding-bottom:10px !important;}*/

.test .hs-item-has-children {position:relative;}
.test .mainNav ul {margin:0 !important;}


.test .mainNav ul li {padding:0 65px 0 0;}
.test .mainNav ul li:last-child {padding:0;}
.test .mainNav a {font-size:18px;}

.test .row-fluid .mobile-nav {margin-top:10px; text-align:left;}
.test .mobile-nav .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 15px;
    position:relative;
}
.test .mobile-nav .hs-menu-children-wrapper  {
    width:100% !important;
    position:absolute;
    background:transparent;
    border:none;
    padding:0 !important;
}
.test .mobile-nav ul li a {font-size:16px;}
.test .hs-item-has-children {padding-bottom:0;}
.test .mobile-nav .hs-menu-depth-2 {padding:0 !important;}
.test .mobile-nav .hs-menu-children-wrapper a {font-size:14px !important;}
.test .hs-menu-depth-2 a {
    color:#777 !important;
}
.test .hs-menu-depth-2 a:hover {
    color:#3cbfae !important;
}

/* Depth level 3 menus */

.hs-menu-children-wrapper li {padding:0px 10px 10px 10px !important;}
.hs-menu-children-wrapper li:first-child { padding-top:10px !important; }
.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:136px;
    top:6px;
}

.blog .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:136px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2 ul.hs-menu-children-wrapper:after {
    content:"";
}

.mobile-nav .hs-menu-children-wrapper li.hs-menu-depth-3 { padding-top:0px !important; padding-bottom:0px !important; }

@media screen and (max-width:1140px) {
    .fullWrap .innerWrap {
        padding:0 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .header-Logo img, .headerWrapper img {
        width: 170px !important;
    }
}

@media screen and (max-width: 767px) {
    .mobile-hamburger img {
        width: auto !important;
    }
}