/* @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    */
/*****************************************/


body{margin:0; padding:0; font-family:'Biryani', sans-serif;}


/* ---- General Styles ---- */

.fullWrap .innerWrap {
    max-width:1140px;
    margin:0 auto;
}

p {
    font-size:19px;
    line-height:1.75em;
    font-weight:200;
    color:#0d0a06;
}
p a {
    color:#fb8903;
    text-decoration:none;
}
h3 {
    font-size:34px;
    line-height:1.1em;
    font-weight:400;
    color:#0d0a06;
    margin:0 0 10px;
}
h2 {
    font-size:55px;
    line-height:1.1em;
    font-weight:400;
    color:#0d0a06;
    margin:0;
}
h5 {
    font-size: 21px;
    margin-bottom: 0;
}
li {
    font-weight:200;
    font-size: 19px;
    padding-bottom: .75em;
}

.btn {
    display:inline-block;
    padding:10px 0 5px;
    width:250px;
    text-decoration:none;
    font-size:15px;
    margin-bottom:15px;
    text-align:center;
    cursor:pointer;
}
.btn--transparent {
    color:#fff;
    border:1px solid #fff;
    transition:.5s all;
}
/*.btn--padding {
    padding:10px 20px 5px;
    width:auto;
}*/
.btn--fullWidth {
    width:100% !important;
}
.btn--transparent:hover {
    border:1px solid #fff;
    background:#8b9499;
}
.btn--blue {
    color:#0288da;
    border:1px solid #0288da;
    transition:.5s all;
}
.btn--blue:hover {
    background:#0288da;
    color:#fff;
}
.btn--white {
    color:#0288da;
    background:#fff;
    border:1px solid #fff;
    transition:.5s all;
}
.btn--white:hover {
    color:#fff;
    background:#0288da;
    border:1px solid #0288da;
}
.btn--whiteBlue {
    color:#0288da;
    background:#fff;
    border:1px solid #0288da;
    transition:.5s all;
}
.btn--whiteBlue:hover {
    color:#fff;
    background:#0288da;
    border:1px solid #0288da;
}
.btn--gray {
    color:#fff;
    border:1px solid #fff;
    background:#8b9499;
    transition:.5s all;
}
.btn--gray:hover {
    background:#fff;
    border:1px solid #fff;
    color:#8b9499;
}
.btn--left {text-align:right !important;}
.btn--left p {padding:0 !important;}
.btn--right {text-align:left !important;}
.btn--right p {padding:0 !important;}
.btn--long {width:350px;}
.btn--fullWidth {width:100%;}
.btn--oneRow {
    float:left;
    margin:20px 10px 0 0;
}
.btn--blueBlue {
    background:#006aab;
    border:1px solid #fff;
    color:#fff;
    transition:.5s all;
}
.btn--blueBlue:hover {
    background:#fff;
    border:1px solid #fff;
    color:#006aab;
    transition:.5s all;
}

.hs-button {
    -webkit-appearance: none; 
    -moz-appearance: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1; /* ie 6/7 */
}

.featured {text-align:center;}
.featured h3 {
    color:#fff;
    font-weight:200;
}
.featured h2 {
    color:#fff;
    background: url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Home/Home--sec3Line.png') no-repeat center bottom;
    padding-bottom:10px;
}
.featured p {
    color:#fff;
    padding:0 10%;
}
.featured--blue h3 {
    color:#0288da !important;
}
.featured--blue h2 {
    color:#0288da !important;
    background: url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Services_-_Overview/servicesBlueLine.png') no-repeat center bottom;
}
.featured--blue p {
    color:#0288da !important;
}

.Service--lineOverview .featured--blue p {
    color:#0d0a06 !important;
}

@media screen and (max-width:767px) {
    .featured h2 {font-size:35px !important;}
    .featured h3 {font-size:28px !important;}
    p {font-size:16px;}
    h3 {font-size:24px;}
    h2 {font-size:35px;}
    .btn--long {width:100%;}
    .btn--oneRow {float:none; margin:10px 0 0 0;}
}
 
/* ---- HEADER ----- */


.body-container-wrapper {
    margin-top:51px;
}


.header--servicesWrap {
    display:flex;
    width:100%;
}
.header--servicesWrap .headerServices, .header--servicesWrap .servicesMenu {
    flex-basis:100%;
}

.headerServices {
    background-image:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Home/HeaderServicesBG.png');
    background-repeat:no-repeat;
    background-position:left bottom;
    background-size:cover;
    height:79px;
}
.headerServices img {
    cursor:pointer;
}
.headerServices p {
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 28px 0 0;
    text-align: center;
}

.headerLogo {
    padding-top:13px;
}

.services--menuClick {
    cursor:pointer;
}
.headerNav {
    padding-top:28px;
    text-align:left;
}
.headerNav ul .hs-menu-depth-1 a {
    font-size:16px;
    color:#0d0a06;
    padding:0 0 0 20px !important;
}
.headerNav ul li:hover a {
    color:#0077C0;
}
.headerNav ul li.active a {color:#0077C0 !important;}

.fixedNav {
    position:fixed;
    background:#fff;
    z-index:9999;
    width:100% !important;
    box-shadow:0 -1px 2px #000000;
    height:78px;
}
.fixedNav .innerWrap {
    padding:0 !important;
}
@media all and (-ms-high-contrast:none)
     {
     .fixedNav { box-shadow:0 -1px 2px #000000; border-bottom:1px solid #ebebeb; } /* IE10 */
     *::-ms-backdrop, .fixedNav { box-shadow:0 -1px 2px #000000; border-bottom:1px solid #ebebeb; } /* IE11 */
     }

.row-fluid .mobileBreakdown {
    border-top: 1px solid #7d7d7d;
    display: none;
    margin-top: 15px;
}
.row-fluid .mobileHamburger {
    cursor:pointer;
    text-align:center;
}
.row-fluid .mobileHamburger img {
    width:70px !important;
}
.row-fluid .mobileSearch {
    display:none;
}
.row-fluid .mobileSearch--image img {
    width:40px !important;
}

.mobileSearch { text-align:center; background:#2f2f2f;}
.mobileSearch .input input {
    background-image :url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/MISC/SkinnyMag.png');
    background-repeat:no-repeat;
    background-position: right 0;
    background-color:transparent;
    background-size:25px auto;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #fff;
    font-size: 18px;
    font-weight:300;
    font-family:'Briyani', sans-serif;
    width: 90%;
    margin:20px 0;
}

.row-fluid .mobileNav {
    display:none;
    height: 320px;
    overflow: scroll;
}
.mobileNav ul {
    padding:0;
    margin:0;
}
.mobileNav ul li {
    list-style:none;
    cursor:pointer;
    color:#3f3f3f;
    font-size:15px;
    padding:15px 0 10px 25px;
    border-top:1px solid #b7b6b7;
}
.mobileNav ul li:first-child {
    background-image: url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/MISC/plusSign.png"); 
    background-repeat: no-repeat; 
    background-position: 90% 15px; 
    background-size: 20px auto;
    background-color:#0077c0;
    border-top:none !important;
    color: #fff;
    padding-left: 0;
    text-indent: 25px;
}
.mobileNav ul li:nth-child(5) {
    background-image: url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/MISC/plusSign.png"); 
    background-repeat: no-repeat; 
    background-position: 90% 15px; 
    background-size: 20px auto;
    background-color:#0077c0;
    border-top:none !important;
    color: #fff !important;
    padding-left: 0;
    text-indent: 25px;
}
.mobileNav ul li:nth-child(5) a {
    color: #fff !important;
}
.mobileNav ul li a {
    text-decoration:none;
    color:#3f3f3f;
    font-size:15px;
}
.mobileNav ul li:hover a {
    color:#0077C0;
}
.mobileNav-secondary li:hover a, .mobileNav-secondary2 li:hover a {
    color:#0077C0 !important;
}
.mobileNav-secondary, .mobileNav-secondary2 {
    display:none;
    padding:10px 0 !important;
}
.mobileNav-secondary li, .mobileNav-secondary2 li {
    border:none !important;
    background:none !important;
}
.mobileNav-secondary, .mobileNav-secondary2 {
    background:#2f2f2f;
}
.mobileNav-secondary li a, .mobileNav-secondary2 li a {
    color:#fff !important;
}

.mobileBorder {
    border-bottom:7px solid #ff681d;
}
.mobileBorder1 {
    border-bottom:7px solid #ff681d;
}

.header--servicesOuter {
    margin: 0!important;
    position:absolute;
    right:0;
    top:0;
    width:30% !important;
}

@media screen and (max-width:974px) {
    .row-fluid .mobileBreakdown {
        display:block;
    }    
    .headerLogo img {width:30% !important;}
    .row-fluid .headerNav {display:none; height:auto;}
    .headerServices {display:none !important;}
    .fixedNav {padding-bottom:0px; height:auto;}
    .headerLogo {margin:0 !important;}
    .row-fluid .mobileHamburger {padding: 20px 0 0; width: 50% !important; float:left; height:74px;}
    .row-fluid .mobileSearch--image {
        border-left: 1px solid #7d7d7d;
        margin: 0 !important;
        padding:15px 0 0;
        width: 50% !important;
        float:left;
        cursor:pointer;
        text-align:center;
        height:74px;
    }
    .row-fluid .header--servicesOuter {display:none;}
}

.row-fluid .servicesMenu {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    right: 0;
    top:78px;
    padding-bottom:40px;
    display:none;
}
.servicesMenu ul li {
    list-style:none;
    padding-bottom:15px;
}
.servicesMenu ul li a {
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:300;
}
.servicesMenu ul li a:hover {
    color:#0077C0;
}
.servicesMenu ul li:last-child {
    padding-bottom:0;
}

.headerSearch {padding-left:40px;}
.headerSearch .input input {
    background-image :url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/MISC/SkinnyMag.png');
    background-repeat:no-repeat;
    background-position: right 0;
    background-color:transparent;
    background-size:25px auto;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #fff;
    font-size: 18px;
    font-weight:300;
    font-family:'Briyani', sans-serif;
    width: 60%;
    margin-top:20px;
}

@media screen and (max-width:500px) {
    .headerLogo img {width:60% !important;}
}
@media screen and (max-width:767px) {
    .featured p {padding:0;}  
}

/* ------ PLACEHOLDER TEXT COLOR ----- */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color:    #fff;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color:    #fff;
    opacity:1;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color:    #fff;
    opacity:1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color:    #fff;
}


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


.homeVideo {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top:0;
    display:none;
}






.home--intro {
    background-image: url("https://www.schellman.com/hubfs/schellman-open-for-business-hero.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding:8% 0 11%;
    position:relative;
    overflow:hidden;
}

.home--intro::after {
    background: #fff none repeat scroll 0 0;
    bottom: -198px;
    content: "";
    height: 0;
    left: -80px;
    padding-bottom: 20%;
    position: absolute;
    transform: rotate(-5deg);
    width: 125%;
    z-index: 1;
}
.home--intro1 {
    position:relative;
    overflow:visible;
}
.home--intro1::after {
    background: #fff none repeat scroll 0 0;
    bottom: -600px;
    content: "";
    height: 0;
    left: -9px;
    opacity: 0.5;
    padding-bottom: 9%;
    position: absolute;
    transform: rotate(-6deg);
    width: 121%;
    z-index: 1;
}
.home--intro2 {
    position:relative;
    overflow:visible;
}
.home--intro2::after {
    background: #fff none repeat scroll 0 0;
    bottom: -621px;
    content: "";
    height: 0;
    left: -29px;
    opacity: 0.3;
    padding-bottom: 7%;
    position: absolute;
    transform: rotate(-8deg);
    width: 121%;
    z-index: 1;
}
.home--intro h1 {
    font-size:17px;
    color:#fff;
    font-weight:300;
    margin:10px 0 25px;
    line-height:1.8em;
    padding-right:28%;
}
.home--intro h3 {
    color:#fff;
    font-weight:300;
}
.home--intro h2 {
    color:#fff;
    font-size:55px;
}
.home--arrowDown {text-align:center;}
.home--arrowDown img {
    cursor:pointer;
}



.home--second h2 {
    color:#0288da;
}
.home--second h3 {
    color:#0288da;
    font-weight:200;
}

.hs-error-msgs {
    margin-bottom: 20px !important;
    margin-top: -26px !important;
}

.home--third {
    background-image: url("https://www.schellman.com/hubfs/xaas-background-01.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    padding:28% 0 25%;
    text-align: center;
    position:relative;
    overflow:hidden;
}
.home--third::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -62px;
    padding-bottom: 22%;
    position: absolute;
    top: -218px;
    transform: rotate(-11deg);
    width: 134%;
    z-index: 1;
}
.home--third1::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -267px;
    opacity: 0.5;
    padding-bottom: 22%;
    position: absolute;
    top: -170px;
    transform: rotate(-7deg);
    width: 134%;
    z-index: 1;
}
.home--third2::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -267px;
    opacity: 0.3;
    padding-bottom: 22%;
    position: absolute;
    top: -140px;
    transform: rotate(-9deg);
    width: 134%;
    z-index: 1;
}
.home--third h3 {
    color:#fff;
    font-weight:200;
}
.home--third h2 {
    color:#fff;
    background: url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Home/Home--sec3Line.png') no-repeat center bottom;
    padding-bottom:10px;
}
.home--third p {
    color:#fff;
}
.home--processLine {
    color:#fff;
    font-size:21px;
    font-weight:200;
    margin:10px 0 20px;
}
.home--third::after {
    background: #9ca6ac none repeat scroll 0 0;
    bottom: -150px;
    content: "";
    height: 0;
    left: 0;
    padding-bottom: 22%;
    position: absolute;
    transform: rotate(-11deg);
    width: 125%;
    z-index: 1;
}
.home--third1::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -267px;
    opacity: 0.5;
    padding-bottom: 22%;
    position: absolute;
    bottom: -168px;
    transform: rotate(-7deg);
    width: 134%;
    z-index: 1;
}
.home--third2::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -267px;
    opacity: 0.3;
    padding-bottom: 22%;
    position: absolute;
    bottom: -138px;
    transform: rotate(-9deg);
    width: 134%;
    z-index: 1;
}

.home--fourth {
    background:#9ca6ac;
    text-align:center;
    position:relative;
    overflow:hidden;
}
.home--fourth h3 {
    color:#fff;
    font-weight:200;
}
.home--fourth h2 {
    color:#fff;
    background: url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Home/Home--sec3Line.png') no-repeat center bottom;
    padding-bottom:10px;
}
.home--fourth p {
    color:#fff;
    padding:0 10%;
}
.home--clientImage {
    margin-bottom:40px;
}



.home--fifth {
    background-image: url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/Home/Home--OurPeopleBG-1.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    padding:22% 0 28%;
    text-align: center;
    position:relative;
    overflow:hidden;
}
.home--fifth::before {
    background: #9ca6ac none repeat scroll 0 0;
    top: -159px;
    content: "";
    height: 0;
    left: -150px;
    padding-bottom: 22%;
    position: absolute;
    transform: rotate(-11deg);
    width: 125%;
    z-index: 3;
}
.home--fifth1::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -267px;
    opacity: 0.5;
    padding-bottom: 22%;
    position: absolute;
    top: -145px;
    transform: rotate(-7deg);
    width: 134%;
    z-index: 1;
}
.home--fifth2::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -267px;
    opacity: 0.3;
    padding-bottom: 22%;
    position: absolute;
    top: -119px;
    transform: rotate(-9deg);
    width: 134%;
    z-index: 1;
}
.home--fifth h3 {
    color:#fff;
    font-weight:200;
}
.home--fifth h2 {
    color:#fff;
    background: url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Home/Home--sec3Line.png') no-repeat center bottom;
    padding-bottom:10px;
}
.home--fifth p {
    color:#fff;
}
.home--fifth::after {
    background: #0288da none repeat scroll 0 0;
    bottom: -159px;
    content: "";
    height: 0;
    left: -150px;
    padding-bottom: 22%;
    position: absolute;
    transform: rotate(-11deg);
    width: 125%;
    z-index: 3;
}
.home--fifth1::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -267px;
    opacity: 0.5;
    padding-bottom: 22%;
    position: absolute;
    bottom: -145px;
    transform: rotate(-7deg);
    width: 134%;
    z-index:2;
}
.home--fifth2::after {
    background: #fff none repeat scroll 0 0;
    bottom: -148px;
    content: "";
    height: 0;
    left: -267px;
    opacity: 0.3;
    padding-bottom: 24%;
    position: absolute;
    transform: rotate(-9deg);
    width: 134%;
    z-index: 1;
}
.home--headshot {
    width:10% !important;
}

.home--sixth {
    background:#0288da;
    text-align:center;
    position:relative;
    overflow:hidden;
    padding-bottom:100px;
}
.home--sixth h3 {
    color:#fff;
    font-weight:200;
}
.home--sixth h2 {
    color:#fff;
    background: url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Home/Home--sec3Line.png') no-repeat center bottom;
    padding-bottom:10px;
}
.home--sixth p {
    color:#fff;
}


.home--subscription {
    margin-top:25px;
}
.home--subscription label {
    display:none;
}
.home--subscription .hs-error-msgs {
    display:none !important;
}
.home--subscription .actions input {
    background: transparent none repeat scroll 0 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left:none;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 45px;
    width: 100px;
    font-size:14px;
}
.home--subscription .input input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    float: left;
    font-size: 16px;
    height: 45px;
    width: 55%;
}



.footer {
    background:#141414;
    overflow:hidden;
    padding:30px 0 40px;
}
.footer p {
    margin:0;
}
.footer p a {
    color:#fff;
    font-size:14px;
    text-decoration:none;
}
.footer--text {
    padding:0 0 5px 30px;
}
.footerText {
    padding-top:23px;
    text-align:center;
}
.footerLogo {
    padding-top:10px;
}
.footerSocial {
    padding-top:26px;
    text-align:center;
}
.footerSocial img {
    padding-left:10px;
}
.footerSocial-int {
    padding-top:28px;
    text-align:right;
}
.footerSocial-int img {
    padding-left:10px;
}
.footerImage {
    text-align:right;
}

.subFooter {
    background:#282828;
    padding:20px 0;
}
.subFooter p {
    font-size:10px !important;
    color:#fff;
    line-height:1.75em;
    text-align:center;
}

.socialFb {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/MISC/facebookIcon.png') no-repeat 0 0;
    margin-left: 5px;
    padding: 0 10px 0 0;
}
.socialFb:hover {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/MISC/facebookIcon_color.png') no-repeat 0 0;
}

.socialTw {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/MISC/TwitterIcon.png') no-repeat 0 0;
    margin-left: 2px;
    padding: 0 13px 0 0;
}
.socialTw:hover {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/MISC/TwitterIcon_color.png') no-repeat 0 0;
}

.socialLi {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/MISC/LinkedInIcon.png') no-repeat 0 0;
    margin-left: 5px;
    padding: 0 10px 0 0;
}
.socialLi:hover {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/MISC/LinkedInIcon_color.png') no-repeat 0 0;
}

.socialGp {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/MISC/GIcon.png') no-repeat 0 3px;
    margin-left: 5px;
    padding: 0 10px 0 0;
}
.socialGp:hover {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/MISC/GIcon_color.png') no-repeat 0 3px;
}

.socialYt {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/MISC/youTubeIcon.png') no-repeat 0 3px;
    margin-left: 5px;
    padding: 0 13px 0 0;
}
.socialYt:hover {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/MISC/youTubeIcon_color.png') no-repeat 0 3px;
}
.socialSs {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/MISC/OtherSocial.png') no-repeat 0 0;
    margin-left: 5px;
    padding: 0 10px 0 0;
}
.socialSs:hover {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/MISC/OtherSocial_color.png') no-repeat 0 0;
}
.socialGld {
    background:url('//www.schellman.com/hubfs/glassdor-icon-grey.png') no-repeat 0 0;
    margin-left: 10px;
    padding: 0 10px 0 0;
}
.socialGld:hover {
    background:url('//www.schellman.com/hubfs/glassdor-icon-green.png') no-repeat 0 0;
}
.socialMdm {
    background:url('//www.schellman.com/hubfs/medium-icon-grey.png') no-repeat 0 0;
    margin-left: 10px;
    padding: 0 13px 0 0;
}
.socialMdm:hover {
    background:url('//www.schellman.com/hubfs/medium-icon-green.png') no-repeat 0 0;
}
.socialIG {
    background:url('https://www.schellman.com/hubfs/icon-ig-grey.png') no-repeat 0 0;
    margin-left: 10px;
    padding: 0 13px 0 0;
}
.socialIG:hover {
    background:url('https://www.schellman.com/hubfs/icon-ig-color.png') no-repeat 0 0;
}


@media screen and (min-width:1920px) {
    .homeVideo {display:none !important;}    
}
@media screen and (min-width:1820px) {
    .home--intro::after {width:130%;}  
    .home--third::before {width:128%;}
}

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


@media screen and (max-width:1099px) {
    .headerNav ul li a {padding:0 0 0 10px  !important;}    
}

@media screen and (max-width:974px) {
    .headerLogo {
        padding-top: 10px;
        text-align: center;
        width: 100% !important;
    }
    .homeVideo {display:none !important;}
    .headerNav {
        height: 40px;
        padding-top: 10px;
        text-align: center;
        width: 100% !important;
    }
    .headerServices {
        width:100% !important;
    }
    .headerSpacer {display:none !important;}
    .body-container-wrapper {margin-top: 118px;}
}

@media screen and (max-width:895px) {
    .footerText {
        margin: 0 !important;
        padding-top: 20px;
        text-align: center;
        width: 100% !important;
    }
    .footerLogo {
        padding-top: 5px;
        text-align: center;
        width: 100% !important;
    }
    .footerSocial {
        margin: 0 !important;
        padding-top: 15px;
        text-align: center;
        width: 100% !important;
    }
    .footerSocial-int {
        margin: 0 !important;
        padding-top: 15px;
        text-align: center;
        width: 100% !important;
    }
    .footerImage {
        margin: 0 !important;
        padding-top: 20px;
        text-align: center;
        width: 100% !important;
    }
}

@media screen and (max-width:768px) {
    ::after, ::before {display:none;}    
    .home--intro {padding:8% 0;}
    .home--third {padding:10% 0;}
    .home--fifth {padding:10% 0 15%;}
}

@media screen and (max-width:767px) {
    .headerServices p {margin:0; padding-top:15px;}
    .headerServices {height:50px;}
    .body-container-wrapper {margin-top: 105px;}
    .home--headshot {width: 100% !important;}
    .cosHome h3 {font-size:28px;}
    .cosHome h2 {font-size:30px;}
    .cosHome p {font-size:16px;}
    .btn--left {text-align:center !important;}
    .btn--right {text-align:center !important;}
    .home--intro {padding:24% 0 21%;}
    .home--subscription .input input {width:100%; float:none;}
    .home--subscription .actions input {width:50%; margin-top:20px; float:none; border-left:1px solid #fff;}
    .home--fourth p {padding:0;}
    .home--intro h1 {padding-right:0;}
}


@media screen and (min-width:1480px) and (max-width:1720px) {

}
@media screen and (min-width:1140px) and (max-width:1479px) {
    .home--intro::after {bottom:-110px;}
    .home--intro1::after {bottom:-505px;}
    .home--intro2::after {bottom:-482px;}
    .home--third1::before {top:-100px;}
    .home--third2::before {top:-75px;}
    .home--third::after {bottom:-113px;}
    .home--third1::after {bottom:-120px;}
    .home--third2::after {bottom:-95px;}
}
@media screen and (min-width:973px) and (max-width:1257px) {
    .home--fifth::before {top: -115px;}
    .home--fifth1::before {top: -60px; left: -260px;}
    .home--fifth2::before {top: -40px; left: -255px;}
}
@media screen and (min-width:973px) and (max-width:1282px) {
    .home--fifth::after {bottom:-125px;}
    .home--fifth1::after {bottom:-112px;}
    .home--fifth2::after {bottom:-115px;}
}
@media screen and (min-width:769px) and (max-width:972px) {
    .home--fifth::after {bottom:-105px;}
    .home--fifth1::after {bottom:-94px;}
    .home--fifth2::after {bottom:-88px; left: -210px;}
}
@media screen and (min-width:769px) and (max-width:972px) {
    .home--fifth::before {top: -85px;}
    .home--fifth1::before {top: -60px; left:-255px;}
    .home--fifth2::before {top: -40px; left:-245px;}
}
@media screen and (min-width:1200px) and (max-width:1479px) {
    .home--third::before {top:-178px;}
}
@media screen and (min-width:1140px) and (max-width:1199px) {
    .home--third::before {top:-168px;}
}
@media screen and (min-width:975px) and (max-width:1139px) {
    .home--third::before {top:-96px; left: -255px;}
}
@media screen and (min-width:769px) and (max-width:974px) {
    .home--third::before {top:-71px; left: -255px;}
}
@media screen and (min-width:769px) and (max-width:1139px) {
    .home--intro::after {bottom:-87px;}
    .home--intro1::after {bottom:-460px;}
    .home--intro2::after {bottom:-430px;}
    .home--third1::before {top:-80px; left: -205px;}
    .home--third2::before {top:-55px; left: -230px;}
    .home--third::after {bottom:-75px;}
    .home--third1::after {bottom:-84px;}
    .home--third2::after {bottom:-55px; left: -200px; transform: rotate(-10deg);}
}
@media screen and (min-width:1802px) {
    .home--third::before {left: -135px;}    
}
@media screen and (min-width:1700px) and (max-width:2000px) {
    .home--fifth::before {left: -340px;}    
}

/* --------------- SERVICES OVERVIEW ------------ */

.int--bannerBG {
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
    position:relative;
    overflow:hidden;
    padding:80px 0 120px;
}
.int--bannerBG p {
    color:#fff;
    font-size:17px;
    margin: 0 0 10px;
    font-weight:300;
    padding-right:10%;
}
.int--bannerBG h1 {
    font-size:40px;
    color:#fff;
    margin:0;
    font-weight:200;
    line-height:1.4em;
}
.int--bannerBG::after {
    bottom: -20px;
    transform: rotate(0deg);
    padding-bottom:5%;
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 125%;
    z-index: 1;
}
.int--bannerBG1 {
    position:relative;
    overflow:visible;
}
.int--bannerBG1::after {
    background: #fff none repeat scroll 0 0;
    bottom: -280px;
    content: "";
    height: 0;
    left: -9px;
    opacity: 0.5;
    padding-bottom: 13%;
    position: absolute;
    transform: rotate(2deg);
    width: 121%;
    z-index: 1;
}
.int--bannerBG2 {
    position:relative;
    overflow:visible;
}
.int--bannerBG2::after {
    background: #fff none repeat scroll 0 0;
    bottom: -180px;
    content: "";
    height: 0;
    left: -29px;
    opacity: 0.3;
    padding-bottom: 9%;
    position: absolute;
    transform: rotate(-4deg);
    width: 121%;
    z-index: 1;
}

.services--overviewBody {
    position:relative;
    overflow:hidden;
    padding-bottom:20%;
}
.services--overviewBody::after {
    background: #0077c0 none repeat scroll 0 0;
    bottom: -136px;
    content: "";
    height: 0;
    left: 0;
    padding-bottom: 20%;
    position: absolute;
    transform: rotate(-8deg);
    width: 125%;
    z-index: 1;
}
.services--overviewBody h3 {
    line-height:.9em;
    padding: 15px 0 10px 50px;
    color:#3f3f3f;
    font-size:27px;
    font-weight:300;
}
.services--overviewBody p {
    font-size:16px;
    border-top:1px solid #9acff0;
    padding-top:25px;
    margin-bottom:25px;
}
.services--overviewBody p a {
    color:#0288da;
    font-weight:400;
}

.services--overviewBox1 {margin-bottom:80px;}
.services--overviewBox1 h3 {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Services_-_Overview/SocIcon.png') no-repeat left center;
}
.services--overviewBox2 {margin-bottom:80px;}
.services--overviewBox2 h3 {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Services_-_Overview/KeyIcon.png') no-repeat left center;
}
.services--overviewBox3 {margin-bottom:80px;}
.services--overviewBox3 h3 {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Services_-_Overview/LockIcon.png') no-repeat left 0;
}
.services--overviewBox4 {margin-bottom:80px;}
.services--overviewBox4 h3 {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Services_-_Overview/CloudIcon.png') no-repeat left 10px;
}
.services--overviewBox5 {margin-bottom:80px;}
.services--overviewBox5 h3 {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Services_-_Overview/PencilIcon.png') no-repeat left 5px;
}
.services--overviewBox6 {margin-bottom:80px;}
.services--overviewBox6 h3 {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Services_-_Overview/PillIcon.png') no-repeat left 5px;
}
.services--overviewBox7 h3 {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Services_-_Overview/StarIcon.png') no-repeat left 5px;
}
.services--overviewBox8 h3 {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Services_-_Overview/LayerIcon.png') no-repeat left 5px;
}

.specialist {
    background:#0077c0;
    padding:75px 0 70px;
}


.specialistForm {
    color:#fff;
}
.specialistForm p{
    color:#fff;
}
.specialistForm .hs-form fieldset {
    max-width:100% !important;
}
.specialistForm label {
    display:none;
}
.inputs-list li label {
    display:block!important;
}
.inputs-list {
    padding-left:0;
    margin:0;
}
.inputs-list li {
    list-style:none;
}
.inputs-list input {
    height: 15px !important;
    margin: 0 10px 0 0 !important;
}

.specialistForm .input input {
    border:2px solid rgba(255, 255, 255, 0.4);
    color:#fff;
    background:rgba(255, 255, 255, 0.1) !important;
    font-family:'Biryani', san-serif;
    height:45px;
    font-size:16px;
    margin-bottom:30px;
    padding-left:15px;
    padding-top:10px;
}
.contact .specialistForm .input select {
    background:transparent;
}
.specialistForm .input select {
    border:2px solid rgba(255, 255, 255, 0.4);
    color:#fff;
    background:rgba(255, 255, 255, 0.1) !important;
    font-family:'Biryani', san-serif;
    height:45px;
    font-size:16px;
    margin-bottom:30px;
    padding-left:15px;
    padding-top:10px;
}
.specialistForm .input select option {
    background-color:#0065a3;
    color:#fff;
}
.specialistForm .input textarea {
    border:2px solid rgba(255, 255, 255, 0.4);
    color:#fff;
    background:rgba(255, 255, 255, 0.1) !important;
    font-family:'Biryani', san-serif;
    height:80px;
    font-size:16px;
    margin-bottom:30px;
    padding-left:15px;
    padding-top:10px;
    width:100% !important;
}
.specialistForm .actions {text-align:center;}
.specialistForm .hs-button {
    background:#fff;
    color:#0288da;
    font-size:15px;
    text-align:center;
    padding:10px 0;
    width:230px;
    cursor:pointer;
    display:inline-block;
    border:1px solid #fff;
    transition:.5s all;
}
.specialistForm .hs-button:hover {
    border:1px solid #fff;
    color:#fff;
    background:transparent;
}


@media screen and (min-width:1480px) and (max-width:1720px) {
    .int--bannerBG::after {bottom:-20px}
    .int--bannerBG1::after {bottom:-260px;}
}
@media screen and (min-width:1140px) and (max-width:1479px) {
    .int--bannerBG::after {bottom:-105px}
    .int--bannerBG1::after {bottom:-245px;}
}
@media screen and (min-width:769px) and (max-width:1139px) {
    .int--bannerBG::after {bottom:-65px}
    .int--bannerBG1::after {bottom:-214px;}
    .int--bannerBG2::after {bottom:-167px;}
}

@media screen and (max-width:768px) {
    .int--bannerBG {padding:80px 0 100px;}   
    .services--overviewBox2, .services--overviewBox1, .services--overviewBox3, .services--overviewBox5, .services--overviewBox6, .services--overviewBox7 {margin-bottom:40px;}
}

@media screen and (max-width:767px) {
    .int--bannerBG p {padding:0; font-size:16px;}    
}

/*
@media screen and (max-width:1600px) {
    .int--bannerBG::after {padding-bottom:24%;}    
    .int--bannerBG2::after {bottom:-280px; padding-bottom:20%;}
    .int--bannerBG1::after {bottom:-208px;}
}
@media screen and (max-width:1140px) {
    .int--bannerBG::after {padding-bottom:28%;} 
    .int--bannerBG1::after {bottom:-200px;}
}
@media screen and (max-width:767px) {
    .specialistForm .hs-button {width:100%;}
}
/*------- SOC PAGE ------*/

.soc--intro p {
    padding:0 15%;
}

.services--penTesting .soc--sec2 {padding:100px 0;}
.services--penTesting .soc--sec2::before {
    background:none;
}
.service--csa .soc--sec2::before {background:none;}
.service--csa .soc--sec2 {padding:100px 0;}
.soc--sec2 {
    background-image: url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/SOC/SOC_sec2BG.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    overflow:hidden;
    position:relative;
    padding:14% 0 50px;
}
.soc--sec2::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -52px;
    padding-bottom: 13%;
    position: absolute;
    top: -200px;
    transform: rotate(-3deg);
    width: 150%;
    z-index: 1;
}
.soc--sec2-1 {
    position:relative;
    overflow:visible;
}
.soc--sec2-1::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -50px;
    opacity: 0.5;
    padding-bottom: 13%;
    position: absolute;
    top: -320px;
    transform: rotate(-2deg);
    width: 121%;
    z-index: 1;
}
.soc--sec2-2 {
    position:relative;
    overflow:visible;
}
.soc--sec2-2::before {
    background: #fff none repeat scroll 0 0;
    top: -253px;
    content: "";
    height: 0;
    left: -29px;
    opacity: 0.3;
    padding-bottom: 9%;
    position: absolute;
    transform: rotate(1deg);
    width: 121%;
    z-index: 1;
}

.soc--img {
    text-align:center;
}
.soc--body h3 {
    line-height:.9em;
    color:#fff;
    font-size:27px;
    font-weight:300;
}
.soc--body p {
    font-size:16px;
    border-top:1px solid #fff;
    padding-top:25px;
    margin-bottom:25px;
    color:#fff;
}
.soc--body p a {
    color:#0288da;
    font-weight:400;
}


.soc--sec3 {
    background-image: url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/SOC/SOC_Sec3BG.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    overflow:hidden;
    position:relative;
    padding:100px 0;
}
.soc--sec3-5 {
    background-image: url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/SOC/Sec3BG.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    overflow:hidden;
    position:relative;
    padding:100px 0;
}
.service--4sections .soc--sec4 {
    background-image: url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/SOC/Sec4BG.jpg");
}
.service--2sections .soc--sec3 {
    background-image: url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/SOC/SOC_Sec3BG.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    overflow:hidden;
    position:relative;
    padding:100px 0 18%;
}
.service--2sections .soc--sec3::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -52px;
    padding-bottom: 20%;
    position: absolute;
    bottom: -195px;
    transform: rotate(5deg);
    width: 150%;
    z-index: 1;
}
.service--noassess2.service--2sections .soc--sec3::after {
    background: #0077C0 none repeat scroll 0 0;
}
.service--2sections .soc--sec3-1 {
    position:relative;
    overflow:visible;
}
.service--2sections .soc--sec3-1::after {
    background: #fff none repeat scroll 0 0;
    bottom: -541px;
    content: "";
    height: 0;
    left: -50px;
    opacity: 0.5;
    padding-bottom: 13%;
    position: absolute;
    transform: rotate(8deg);
    width: 121%;
    z-index: 1;
}
.service--2sections .soc--sec3-2 {
    position:relative;
    overflow:visible;
}
.service--2sections .soc--sec3-2::after {
    background: #fff none repeat scroll 0 0;
    bottom: -511px;
    content: "";
    height: 0;
    left: -29px;
    opacity: 0.3;
    padding-bottom: 12%;
    position: absolute;
    transform: rotate(10deg);
    width: 121%;
    z-index: 1;
}



.slo-cta .soc--intro p {
    padding:0;
    margin:0;
    font-size:17px !important;
}
.slo-cta .soc--intro .btn {
    width:100%;
    margin-top:20px;
}
.soc--introText {
    padding-top:40px;
    position:relative;
}
.soc--introText:before {
    content : "";
    position: absolute;
    left    : 0;
    top  : 0;
    height  : 1px;
    width   : 96%;
    /*border-top:1px solid #0077C0;*/
}
.soc--intro-textBox {
    margin:0 !important;
}
.slo-cta .soc--sec2::before, .slo-cta .soc--sec2-1::before, .slo-cta .soc--sec2-2::before {background:none;}
.slo-cta .soc--sec2 {padding:100px 0;}
.slo-cta .soc--intro {
    padding-bottom:50px;
}
.slo-cta .soc--sec4-1::after {
    bottom: -689px;
}
.slo-cta .soc--sec4-2::after {
    bottom: -785px;
}
@media screen and (max-width:1535px) {
    .slo-cta .soc--sec4-2::after {bottom: -667px;}    
    .slo-cta .soc--sec4-1::after {bottom: -711px;}
}
@media screen and (max-width:1535px) {
    .slo-cta .soc--sec4-2::after {bottom: -616px;}
    .slo-cta .soc--sec4-1::after {bottom: -643px;}
}
@media screen and (max-width:1124px) {
    .slo-cta .soc--sec4-1::after {bottom: -660px;}
    .slo-cta .soc--sec4-2::after {bottom: -635px;}
}
@media screen and (max-width:1061px) {
    .slo-cta .soc--sec4::after {bottom: -97px;}
}



.service--4sections .soc--sec4 {
    padding:100px 0 18%;
}
.soc--sec4 {
    background-image: url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/SOC/SOC_Sec4BG.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    overflow:hidden;
    position:relative;
    padding:100px 0 21%;
}
.soc--sec4::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -52px;
    padding-bottom: 20%;
    position: absolute;
    bottom: -203px;
    transform: rotate(5deg);
    width: 150%;
    z-index: 1;
}
.service--assessNone .soc--sec4::after {
    background: #0077C0 none repeat scroll 0 0;
}
.soc--sec4-1 {
    position:relative;
    overflow:visible;
}
.soc--sec4-1::after {
    background: #fff none repeat scroll 0 0;
    bottom: -638px;
    content: "";
    height: 0;
    left: -50px;
    opacity: 0.5;
    padding-bottom: 13%;
    position: absolute;
    transform: rotate(8deg);
    width: 121%;
    z-index: 1;
}
.soc--sec4-2 {
    position:relative;
    overflow:visible;
}
.soc--sec4-2::after {
    background: #fff none repeat scroll 0 0;
    bottom: -611px;
    content: "";
    height: 0;
    left: -60px;
    opacity: 0.3;
    padding-bottom: 12%;
    position: absolute;
    transform: rotate(7deg);
    width: 121%;
    z-index: 1;
}




.soc--sec5 {
    position:relative;
    overflow:hidden;
    padding-bottom:11%;
}
.soc--sec5::after {
    background: #0077c0 none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 0;
    left: 0;
    padding-bottom: 5%;
    position: absolute;
    transform: rotate(0deg);
    width: 125%;
    z-index: 1;
}
.soc--box {
    background:#9ca6ac;
    padding:30px 30px 50px 30px;
    margin-top:10px;
}
.soc--box h3 {
    color:#fff;
    font-size:26px;
    font-weight:300;
    padding:0px 0 20px 60px !important;
}
.soc--box p {
    color:#fff;
    font-size:17px;
    margin:25px 0 40px;
}

.soc--box1 h3 {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Services_-_Overview/MagGlass.png') no-repeat left 4px;
    padding-bottom: 0;
}
.soc--box2 h3 {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Services_-_Overview/Type1Icon.png') no-repeat left 0;
}
.soc--box3 h3 {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/SOC/Type2Icon.png') no-repeat left 0;
}
.soc--boxBtn {
    text-align:center;
    margin:80px 0 0 !important;
}
.soc--boxBtn-first {
    text-align:center;
    margin:71px 0 0 !important;
}
.soc--boxBtn-last {
    text-align:center;
    margin:50px 0 0 !important;
}

@media screen and (min-width:1553px) and (max-width:2000px) {
    .soc--sec2::before {padding-bottom:16%;}
    .soc--sec2-1::before {top: -432px;}
    .soc--sec2-2::before {top: -331px; left: -60px;}
    .soc--sec4::after {padding-bottom: 15%;}
    .soc--sec4-1::after {padding-bottom: 5%;}
    .soc--sec4-2::after {bottom: -684px;}
    /*.service--2sections .soc--sec3::after {padding-bottom: 15% !important;}*/
    .service--2sections .soc--sec3-1::after {padding-bottom: 5% !important;}
    .service--2sections .soc--sec3-2::after {bottom: -636px !important;}
}
@media screen and (min-width:1241px) and (max-width:1552px) {
    /*.service--2sections .soc--sec3::after {bottom: -217px !important;}*/
    .service--2sections .soc--sec3-1::after {bottom: -653px !important;}
    .service--2sections .soc--sec3-2::after {bottom: -610px !important;}   
}
@media screen and (min-width:1080px) and (max-width:1240px) {
    .soc--sec2 {padding:30% 0 10%;}
    .soc--sec2::before {padding-bottom: 30%; transform: rotate(-6deg);}
    .soc--sec2-1::before {top: -339px;}
    .soc--sec2-2::before {top: -280px;}
    .soc--sec4 {padding:100px 0 24%;}
    .soc--sec4::after {padding-bottom: 23%;}
    .soc--sec4-1::after {padding-bottom: 10%; bottom:-567px;}
    .soc--sec4-2::after {padding-bottom: 10%; bottom:-542px;}
    .service--4sections .soc--sec4-1::after {padding-bottom: 10%; bottom: -654px;}
    .service--4sections .soc--sec4-2::after {padding-bottom: 10%; bottom: -634px;}
    .soc--sec4 {padding:100px 0 24%;}
    .service--2sections .soc--sec3 {padding:100px 0 24% !important;}
    .service--2sections .soc--sec3::after {padding-bottom: 23% !important;}
    .service--2sections .soc--sec3-1::after {padding-bottom: 13%; bottom: -665px !important;}
    .service--2sections .soc--sec3-2::after {padding-bottom: 12%; bottom: -630px !important;}
    .soc--sec5::after {padding-bottom:30%;}
    .soc--sec5::after {padding-bottom:23%; transform: rotate(-6deg);}
}
@media screen and (min-width:769px) and (max-width:1079px) {
    .soc--sec4::after {bottom: -132px;}
    .soc--sec4 {padding-bottom:30%;}
    .service--4sections .soc--sec4 {padding-bottom:21%;}
    .soc--sec4-1::after {bottom: -615px;}
    .soc--sec4-2::after {bottom: -579px;}
    .service--2sections .soc--sec3::after {bottom: -124px !important;}
    .service--2sections .soc--sec3-1::after {bottom: -575px !important;}
    .service--2sections .soc--sec3-2::after {bottom: -550px !important;}
}

@media screen and (max-width:986px) {
    .soc--box h3, .soc--box p {font-size:15px !important;} 
    .soc--box .btn {width:150px;}
}
@media screen and (max-width:500px) {
    .int--bannerBG h1 {font-size:30px;}
    .int--bannerBG {padding:80px 0;}
    .soc--intro p {
        font-size: 16px;
        padding: 0;
    }
    .soc--body h3 {margin-top:50px;}
    .featured p {font-size:16px;}
}




/* -------- SERVICES - SPECIFIC ---- */


.whiteText {
  color: #FFFFFF;
}

.videoExplainer {
  box-shadow:0px 5px 12px #001b2b;
  border: 3px solid #fff;
}
.insightsHub {
    overflow: hidden;
    position: relative;
    padding: 3% 0;
}
.specialist--intro {
    text-align:center;
}
.specialist--image {
    margin-bottom:20px;
}
.specialist--intro h3 {
    color:#0288da;
}
.specialist--intro h2 {
    color:#0288da;
}
.specialist--intro h4 {
    margin:0;
    font-weight:300;
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Services_Specific/GrayLine.png') no-repeat center bottom;
    padding-bottom:20px;
}
.specialist--intro p {
    padding:0 10%;
}

.specialist--sec2 {
    background-image: url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/Services_Specific/Specific_Sec2BG.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    overflow:hidden;
    position:relative;
    padding: 20% 0 10%;
}
.specialist--sec2::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -52px;
    padding-bottom: 16%;
    position: absolute;
    top: -179px;
    transform: rotate(-7deg);
    width: 150%;
    z-index: 1;
}
.process--sec {
    background-color: #f0f3f6;
    overflow:hidden;
    position:relative;
    padding: 3% 0;
}
.specialist--sec2-1 {
    position:relative;
    overflow:visible;
}
.specialist--sec2-1::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -50px;
    opacity: 0.5;
    padding-bottom: 13%;
    position: absolute;
    top: -390px;
    transform: rotate(-10deg);
    width: 121%;
    z-index: 1;
}
.specialist--sec2-2 {
    position:relative;
    overflow:visible;
}
.specialist--sec2-2::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -50px;
    opacity: 0.3;
    padding-bottom: 11%;
    position: absolute;
    top: -312px;
    transform: rotate(-12deg);
    width: 121%;
    z-index: 1;
}

@media screen and (max-width:1426px) {
    .specialist--sec2::before {top:-124px;}    
}
@media screen and (min-width:1250px) and (max-width:1426px) {  
    .specialist--sec2-1::before {top:-290px;}
    .specialist--sec2-2::before {top:-227px;}
}
@media screen and (min-width:1000px) and (max-width:1249px) {  
    .specialist--sec2-1::before {top:-275px;}
    .specialist--sec2-2::before {top:-217px;}
}
@media screen and (min-width:769px) and (max-width:999px) {  
    .specialist--sec2::before {top:-93px;} 
    .specialist--sec2-1::before {top:-206px;}
    .specialist--sec2-2::before {top:-163px;}
}




.specialist--sec3 {
    background-image: url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/Services_Specific/Brightline_Sec3BG.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    overflow:hidden;
    position:relative;
    padding:80px 0;
}
.specialist--sec3 h3 {
    color:#fff;
}
.specialist--sec3 h2 {
    color:#fff;
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Services_-_Overview/servicesBlueLine.png') no-repeat 0 bottom;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.specialist--sec3 p {
    color:#fff;
    margin-top:5px;
}
.specialist--sec3 ul li {
    color:#fff;
}

.specialist--sec4 {
    overflow:hidden;
    position:relative;
    padding:100px 0 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




.specialist--sec4::after {
    background: #0077c0 none repeat scroll 0 0;
    bottom: -136px;
    content: "";
    height: 0;
    left: 0;
    padding-bottom: 20%;
    position: absolute;
    transform: rotate(-8deg);
    width: 125%;
    z-index: 1;
}
.specialist--featuredReport h3 {
    color:#0077c0;
    font-size:19px;
    margin:35px 0 10px;
}
.specialist--featuredReport p {
    font-size:16px;
    margin:0;
}
.specialist--featuredHeadline {
    font-size:34px;
    line-height: 1.1em;
    margin-bottom: 40px;
    padding-bottom: 15px;
    color:#3f3f3f;
    font-weight:300;
    text-align: center;
    border-bottom: 1px solid #0077c0;
}

.specialist--rss h3 {display:none;}
.specialist--rss .hs-rss-item {
    box-sizing: border-box;
    float: left;
    margin-bottom: 20px;
    padding-right: 20px;
    width: 50%;
}
.specialist--rss .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    padding-right: 20px;
    width: 100%;
}
.specialist--rss .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    width: 100%;
}
.specialist--rss .hs-rss-title {
    text-decoration:none;
    color:#3f3f3f;
}
.specialist--rss .hs-rss-item-text {
    line-height:1.55em;
    margin-top:10px;
}
.specialist-rss .hs-rss-date {
    color:#3f3f3f;
}

@media screen and (min-width:769px) and (max-width:1205px) {  
    .specialist--sec4::after {bottom:-87px;}    
}

/* ------- PROCESS PAGE ------ */

.process--bannerBG {
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
    position:relative;
    overflow:hidden;
    padding:80px 0 200px;
    text-align:center;
}
.process--bannerBG h2 {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/Home/Home--sec3Line.png?t=1449151033643") no-repeat scroll center bottom;
    color: #fff;
    padding-bottom: 10px;
}
.process--bannerBG h3 {
    color: #fff;
    font-weight: 200;
}
.process--bannerBG p {
    color:#fff;
    padding: 0 10%;
}
.process--bannerBG::after {
    background: #2A353B none repeat scroll 0 0;
    bottom: -149px;
    content: "";
    height: 0;
    left: 0;
    padding-bottom: 15%;
    position: absolute;
    transform: rotate(-6deg);
    width: 125%;
    z-index: 1;
}
.process--bannerBG1 {
    position:relative;
    overflow:visible;
}
.process--bannerBG1::after {
    background: #fff none repeat scroll 0 0;
    bottom: -295px;
    content: "";
    height: 0;
    left: -9px;
    opacity: 0.5;
    padding-bottom: 13%;
    position: absolute;
    transform: rotate(-10deg);
    width: 121%;
    z-index: 1;
}
.process--bannerBG2 {
    position:relative;
    overflow:visible;
}
.process--bannerBG2::after {
    background: #fff none repeat scroll 0 0;
    bottom: -264px;
    content: "";
    height: 0;
    left: -29px;
    opacity: 0.3;
    padding-bottom: 9%;
    position: absolute;
    transform: rotate(-8deg);
    width: 121%;
    z-index: 1;
}

.process .services--overviewBody {
    background-image: url('//cdn2.hubspot.net/hubfs/216294/Brightline_ProcessBG1.jpg');
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
    padding-top:60px;
}

.process--catBody h2 {
    color:#fff;
    font-size:45px;
    font-weight:300;
    margin-bottom: 30px;
    border-bottom:1px solid #9acff0;
    padding-bottom:15px;
}
.process--catBody h3 {
    color:#abd3f0;
    font-size:22px;
    padding:0;
}
.process--catBody p {
    border:none;
    padding:0;
    color:#fff;
}
.process--catBody ul {
    padding-left:0px;
}
.process--catBody ul li {
    color:#fff;
    font-size:16px;
    list-style:none;
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Process/Brightline_BulletPoint.png') no-repeat 0 11px;
    padding-left:10px;
    font-weight:300;
    line-height:1.4em;
    margin-bottom:15px;
}
.row-fluid .process--cat2, .row-fluid .process--cat3, .row-fluid .process--cat4 {
    display:none;
}
.process--cat1, .process--cat2, .process--cat3, .process--cat4 {
    padding:50px 0 0 80px;
    box-sizing:border-box;
}

.process--category {
    background:#212E37;
    padding:50px 0;
}
.process--category ul {margin:0; padding:0;}
.process--category ul li {
    list-style:none;
    cursor:pointer;
    padding:24px 0;
    font-size:22px;
    font-weight:300;
    margin-bottom:30px;
}
.process--category ul li:last-child {margin-bottom:0;}
.process--category ul li {
    color: #a5d0ef;
    font-size: 21px;
    font-weight: 300;
    padding: 25px 0 25px 75px;
    text-decoration: none;
}
.process--category ul li:first-child {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Process/Clock.png') no-repeat 6% 20px;
}
.process--category ul li:nth-child(2) {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Process/DocumentMag.png') no-repeat 6% 20px;
}
.process--category ul li:nth-child(3) {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Process/PaperPencil.png') no-repeat 6% 20px;
}
.process--category ul li:last-child {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Process/Folder.png') no-repeat 6% 20px;
}
.process--catBox-slice img {width:100% !important;}
.process--catActive:first-child {
    background:#0288DA url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Process/Clock.png') no-repeat 6% 20px !important;
    color:#fff !important;
}
.process--catActive:nth-child(2) {
    background:#0288DA url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Process/DocumentMag.png') no-repeat 6% 20px !important;
    color:#fff !important;
}
.process--catActive:nth-child(3) {
    background:#0288DA url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Process/PaperPencil.png') no-repeat 6% 20px !important;
    color:#fff !important;
}
.process--catActive:last-child {
    background:#0288DA url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Process/Folder.png') no-repeat 6% 20px !important;
    color:#fff !important;
}



.process--category ul li {position:relative;}
.process--category ul li.process--catActive::after {
    position:absolute;
    content: url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Process/SideRectangle.png');
    top:0;
    right:-44px;
}


@media screen and (min-width:1480px) and (max-width:1720px) {
    .process--bannerBG::after {bottom:-96px;}   
    .process--bannerBG1::after {bottom:-254px;}
    .process--bannerBG2::after {bottom:-227px;}
}
@media screen and (min-width:1140px) and (max-width:1479px) {
    .process--bannerBG::after {bottom:-96px;}   
    .process--bannerBG1::after {bottom:-266px;}
    .process--bannerBG2::after {bottom:-252px;}
}
@media screen and (min-width:769px) and (max-width:1139px) {
    .process--bannerBG::after {bottom:-50px;}   
    .process--bannerBG1::after {bottom:-248px;}
    .process--bannerBG2::after {bottom:-237px;}
}

@media screen and (min-width:769px) and (max-width:1196px) {
    .services--overviewBody::after {bottom:-75px;}
}
@media screen and (max-width:768px) {
    .services--overviewBody::after {display:none;}
    .process--category ul li {
        line-height:1.3em;
    }
    .process--catBox-slice {margin-top:-3px;}
}
@media screen and (max-width:860px) {
    .process--category ul li a {font-size:18px; padding-left:75px;}
}

@media screen and (max-width:767px) {
    .process--cat1, .process--cat2, .process--cat3, .process--cat4 {padding-left:20px;}
    .process--bannerBG {padding-bottom:50px;}
    .process--bannerBG p {padding:0;}
    .process--category ul li {padding-left:100px;}
    .soc--intro-textBox {margin: 20px 0 !important;}
}


/* --- SPLASH PAGE ---- */

.splash {
    background:#282828;
}

.splashPage {
    background-image:url ('http://cdn2.hubspot.net/hubfs/216294/IMG_2015/MISC/Schellman_Splash_BG1.jpg');
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
    padding:100px 0;
}
.splash .body-container-wrapper {
    margin:0 !important;
}
.splashBody {
    box-sizing:border-box;
    padding-top:100px;
}
.splashPage h2 {
    color:#fff;
    font-size:68px;
    line-height:1.1em;
    margin:0 0 10px;
    font-weight:400;
}
.splashPage h3 {
    background: url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Home/Home--sec3Line.png') no-repeat 0 bottom;
    color:#fff;
    font-size:42px;
    line-height:1.2em;
    margin:0 0 25px;
    padding-bottom:10px;
    font-weight:300;
}
.splashPage h1 {
    color:#fff;
    font-size:17px;
    line-height:1.2em;
    margin:0;
    font-weight:400;
}
.splashPage p {
    color:#fff;
    font-size:16px;
    margin:4px 0 20px;
    font-weight:300;
}
.splashPage h4 {
    color:#a5d0ef;
    font-size:21px;
    font-weight:300;
    line-height:1.1em;
}


.splashFooter .footerLogo img {
    margin-left:-10px;
}

@media screen and (max-width:768px) {
    .splashSpacer {display:none !important;}
    .splashBody {width:100% !important;}
}
@media screen and (max-width:767px) {
    .splashPage h2 {font-size:38px;}
    .splashPage h3 {font-size:28px;}
}



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

.about--bannerBG {
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
    position:relative;
    overflow:hidden;
    padding:80px 0;
    text-align:center;
}
.about--bannerBG h2 {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/Home/Home--sec3Line.png?t=1449151033643") no-repeat scroll center bottom;
    color: #fff;
    padding-bottom: 10px;
}
.about--bannerBG h3 {
    color: #fff;
    font-weight: 200;
}
.about--bannerBG p {
    color:#fff;
    padding: 0 10%;
}
/*---
.about--bannerBG::after {
    background: #fff none repeat scroll 0 0;
    bottom: -149px;
    content: "";
    height: 0;
    left: 0;
    padding-bottom: 15%;
    position: absolute;
    transform: rotate(-6deg);
    width: 125%;
    z-index: 1;
}
----*/
.about--bannerBG1 {
    position:relative;
    overflow:visible;
}
/*---
.about--bannerBG1::after {
    background: #fff none repeat scroll 0 0;
    bottom: -200px;
    content: "";
    height: 0;
    left: -29px;
    opacity: 0.3;
    padding-bottom: 9%;
    position: absolute;
    transform: rotate(-8deg);
    width: 121%;
    z-index: 1;
}
---*/
.about--bannerBG2 {
    position:relative;
    overflow:visible;
}
/*---
.about--bannerBG2::after {
    background: #fff none repeat scroll 0 0;
    bottom: -235px;
    content: "";
    height: 0;
    left: -29px;
    opacity: 0.3;
    padding-bottom: 9%;
    position: absolute;
    transform: rotate(-8deg);
    width: 121%;
    z-index: 1;
}
-----*/
.btn--sideBy {
    margin-right:20px;
    margin-top:30px;
}

@media screen and (min-width:1480px) and (max-width:1720px) {
    .about--bannerBG::after {bottom:-120px;}   
    .about--bannerBG1::after {bottom:-212px;}
    .about--bannerBG2::after {bottom:-180px;}
}
@media screen and (min-width:1140px) and (max-width:1479px) {
    .about--bannerBG::after {bottom:-96px;}   
    .about--bannerBG1::after {bottom:-160px;transform: rotate(-10deg);}
    .about--bannerBG2::after {bottom:-195px;}
}
@media screen and (min-width:769px) and (max-width:1139px) {
    .about--bannerBG::after {bottom:-50px;}   
}
@media screen and (min-width:957px) and (max-width:1139px) { 
    .about--bannerBG1::after {bottom:-135px;transform: rotate(-10deg);}
    .about--bannerBG2::after {bottom:-163px;}
}
@media screen and (min-width:769px) and (max-width:956px) { 
    .about--bannerBG1::after {bottom:-155px;transform: rotate(-10deg);}
    .about--bannerBG2::after {bottom:-180px;}
}


.about--sec {
    padding-bottom:75px;
    position:relative;
    overflow:hidden;
}
/*-------
.about--sec::after {
    background: #0077C0 none repeat scroll 0 0;
    bottom: -130px;
    content: "";
    height: 0;
    left: 0;
    padding-bottom: 15%;
    position: absolute;
    transform: rotate(-6deg);
    width: 125%;
    z-index: 1;
}
-------*/
.about--sec h3 {
    color: #0077C0;
    font-weight: 200;
}
.about--sec h2 {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/Services_-_Overview/servicesBlueLine.png") no-repeat scroll center bottom;
    color: #0077C0;
    padding-bottom: 10px;
}


.about--sec1 {
    background:#0077C0;
    padding:75px 0 75px 0;
    position:relative;
    overflow:hidden;
}
/*----
.about--sec1::after {
    background: #fff none repeat scroll 0 0;
    bottom: -130px;
    content: "";
    height: 0;
    left: 0;
    padding-bottom: 15%;
    position: absolute;
    transform: rotate(-6deg);
    width: 125%;
    z-index: 1;
}
----*/
.about--sec1 p {
    color:#fff;
    padding:0 10%;
}
.about--sec1 h3 {
    color: #fff;
    font-weight: 200;
}
.about--sec1 h2 {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/Home/Home--sec3Line.png") no-repeat scroll center bottom;
    color: #fff;
    padding-bottom: 10px;
}
.about--sec1 ul li {
    color:#fff;
}
.about--sec2 {margin: 75px 0;}
.about--sec2-Main {
    text-align:center;
    margin:75px 0 20px 0;
}
.about--sec2-Main h3 {
    color: #0077C0;
    font-weight: 200;
}
.about--sec2-Main h2 {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/Services_-_Overview/servicesBlueLine.png") no-repeat scroll center bottom;
    color: #0077C0;
    padding-bottom: 10px;
}
.about--sec2-Main p {
    padding:0 10%;
}

.about--sec2 p {
    padding:0 10%;
}
.about--sec2 h3 {
    color:#0077C0;
}
.about--sec2 h2 {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/Services_-_Overview/servicesBlueLine.png?t=1455216717390") no-repeat scroll center bottom;
    color: #0077c0;
    padding-bottom: 10px;
}

.about--specialistGroup {
    box-sizing: border-box;
    margin-left: 0 !important;
    padding: 0 20px;
    text-align: center;
    width: 20% !important;
    cursor:pointer;
}
.about--specialist {text-align:center;}
.about--specialist h3 {
    color: #0077C0;
    font-size:17px;
    margin:15px 0 5px;
}
.about--specialist p {
    font-size:14px;
    margin:0;
}


.about--sec3BG {
    background-image: url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/About_Us/Brightline_AboutUs_Cam.jpg');
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
    position:relative;
    overflow:hidden;
    padding:75px 0;
}
/*--
.about--sec3BG::before {
    background: #fff none repeat scroll 0 0;
    top: -149px;
    content: "";
    height: 0;
    left: -130px;
    padding-bottom: 15%;
    position: absolute;
    transform: rotate(-6deg);
    width: 125%;
    z-index: 1;
}
.about--sec3BG1::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -162px;
    opacity: 0.5;
    padding-bottom: 16%;
    position: absolute;
    top: -137px;
    transform: rotate(-8deg);
    width: 125%;
    z-index: 1;
}
.about--sec3BG2::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -161px;
    opacity: 0.5;
    padding-bottom: 15%;
    position: absolute;
    top: -90px;
    transform: rotate(-10deg);
    width: 125%;
    z-index: 1;
}
.about--sec3BG::after {
    background: #0077C0 none repeat scroll 0 0;
    bottom: -149px;
    content: "";
    height: 0;
    left: 0;
    padding-bottom: 15%;
    position: absolute;
    transform: rotate(-6deg);
    width: 125%;
    z-index: 1;
}
.about--sec3BG1::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -162px;
    opacity: 0.5;
    padding-bottom: 16%;
    position: absolute;
    bottom: -137px;
    transform: rotate(-8deg);
    width: 125%;
    z-index: 1;
}
.about--sec3BG2::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -161px;
    opacity: 0.5;
    padding-bottom: 15%;
    position: absolute;
    bottom: -90px;
    transform: rotate(-10deg);
    width: 125%;
    z-index: 1;
}
---*/
.about--sec3Intro {
    text-align:center;
    margin-bottom:30px;
}
.about--sec3Intro p {
    color:#fff;
    padding:0 10%;
}
.about--sec3Intro h3 {
    color: #fff;
    font-weight: 200;
}
.about--sec3Intro h2 {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/Home/Home--sec3Line.png") no-repeat scroll center bottom;
    color: #fff;
    padding-bottom: 10px;
}

.about--services h3 {
    color:#fff;
    font-size:19px;
}
.about--services p {
    color:#fff;
    font-size:16px;
}

.about--stat {text-align:center; margin-bottom:10px;}

@media screen and (min-width:769px) and (max-width:1530px) {
    .about--sec1::after {bottom:-64px;}
    .about--sec::after {bottom:-64px;}
}

@media screen and (min-width:1015px) and (max-width:1465px) {
    .about--sec3BG::before {top: -100px;}   
    .about--sec3BG1::before {top: -80px;} 
    .about--sec3BG2::before {top: -47px;} 
}
@media screen and (min-width:769px) and (max-width:1014px) {
    .about--sec3BG::before {top: -65px;}   
    .about--sec3BG1::before {top: -50px;} 
    .about--sec3BG2::before {top: -24px;} 
}

@media screen and (min-width:1140px) and (max-width:1750px) {
    .about--sec3BG::after {bottom: -96px;}   
    .about--sec3BG1::after {bottom: -100px;} 
    .about--sec3BG2::after {bottom: -60px;} 
}
@media screen and (min-width:769px) and (max-width:1139px) {
    .about--sec3BG::after {bottom: -65px;}   
    .about--sec3BG1::after {bottom: -72px;} 
    .about--sec3BG2::after {bottom: -40px;} 
}

@media screen and (max-width:768px) {
    .about--sec3BG {padding:50px 0;}
    .specialist {padding-top:50px;}
    .about--sec2 {padding:50px 0;}
    .about--sec1 {padding:50px 0;}
    .about--sec {padding:50px 0;}
    .about--bannerBG {padding:80px 0;}
    .about--sec1::after {display:none !important;}
    .about--sec::after {display:none !important;}
    .about--specialist p {font-size:13px;}
    .about--specialist h3 {font-size:16px;}
}

@media screen and (max-width:767px) {
    .btn--sideBy {margin-right:0;}    
    .about--bannerBG p, .about--sec1 p, .about--sec2-Main p, .about--sec3Intro p {padding:0;}
    .about--specialistGroup {width:100% !important; margin-top:30px;}
}



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

.resources {
    padding:0 0 50px;
}

.resources--specialistAngle {
    position:relative;
    overflow:hidden;
    padding:150px;
}
.resources--specialistAngle::after {
    background: #0077C0 none repeat scroll 0 0;
    bottom: -110px;
    content: "";
    height: 0;
    left: 0;
    padding-bottom: 15%;
    position: absolute;
    transform: rotate(-6deg);
    width: 125%;
    z-index: 1;
}

.resources--catNav {margin-bottom:40px;}
.resources--catNav ul {
    margin:0;
    padding:0;
    text-align:center;
}
.resources--catNav ul li {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/Resources/Line.png?t=1449583580278") no-repeat scroll right 8px;
    display: inline-block;
    list-style: outside none none;
    
    cursor:pointer;
}
.resources--catNav ul li:last-child {background:none;}
.button {
    border:none;
    color:#020202;
    font-size:16px;
    font-weight:300;
    background:none;
    cursor:pointer;
    padding: 10px 20px;
}


.resources--item {
    width:33.33333333333333%;
    float:left;
    box-sizing:border-box;
    padding:1% 1% 2%;
}
.resources--item h3 {
    color:#0077c0;
    font-size:14px;
    margin:20px 0 5px;
}
.resources--item p {
    font-size:16px;
    margin:0;
    line-height: 1.4em;
}
.resources--item a {
    display:inline-block;
    text-align:center;
    width:100%;
    border:1px solid #0077c0;
    color:#0077c0;
    font-weight:300;
    padding:20px 0 15px;
    line-height:1em;
    font-size:15px;
    margin-top:20px;
    text-decoration:none;
    transition:.5s all;
}
.resources--item a:hover {
    background:#0077c0;
    color:#fff;
    border:1px solid #0077c0;
}
.resources--item .blue a {
    background:#0077c0;
    display:inline-block;
    text-align:center;
    width:100%;
    border:1px solid #0077c0;
    color:#FFF;
    font-weight:300;
    padding:20px 0 15px;
    line-height:1em;
    font-size:15px;
    margin-top:20px;
    text-decoration:none;
    transition:.5s all;
}
.resources--item .blue a:hover {
    background:#FFF;
    color:#0077c0;
    border:1px solid #0077c0;
}

.resource--img img {
    height: auto;
}

.filters {
    padding: 0 0 20px;
}

.filter_dropdown {
    font-family: 'Biryani',sans-serif;
    display: inline-block;
    text-align: center;
    width: 100%;
    border: 1px solid #0288da;
    color: #0077c0;
    font-weight: 400;
    padding: 0 25px 0 10px;
    font-size: 15px;
    text-decoration: none;
    height: 46px;
    border-radius: 0px;
    background: url(//cdn2.hubspot.net/hubfs/216294/images/select-icon.png) no-repeat right 10px center;
    background-size: 13px 25px;
    appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0;
    margin: 0 0 20px;
}

select.filter_dropdown::-ms-expand {
    display: none;
}

.filter_dropdown option {
    padding: 5px;
    line-height: 1em;
    text-align: left;
}

@media screen and (max-width:1291px) {
    .resources--specialistAngle::after {bottom:-65px;}    
}
@media screen and (max-width:768px) {
    .resources--specialistAngle {padding:25px;}
}
@media screen and (max-width:767px) {
    .resources--item {width:100%;}
    .resources--catNav ul li {
        display:block;
        background:none;
    }
    .button {
        padding:0;
    }
    .resources--item {margin-bottom:20px;}
}



/* ------ LP ----- */

.LP .body-container-wrapper {padding:0; margin:0 !important;}

.LP .footerImage, .LP .footerLogo {
    text-align:center;
}

.lp--BG {
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
    padding-bottom:50px;
}
.lp--logo {
    padding:40px 0;
}
.lp--BG h2 {
    font-size:19px;
    color:#fff;
    margin:0;
    font-weight:300;
}
.lp--BG h1 {
    color:#fff;
    font-size:50px;
    font-weight:400;
    margin-top:0;
    line-height:1.4em;
    padding-bottom:15px;
    border-bottom: 5px solid #FFFFFF;
}
.lp--BG p {
    color:#fff;
    font-size:17px;
}
.lp--BG h3 {
    color:#fff;
    font-size:24px;
    font-weight:400;
    margin-top:0;
}
.lp--BG ul {padding-left:0;}
.lp--BG ul li {
    color:#fff;
    font-size:17px;
    list-style:none;
    padding-left:20px;
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/LP/OrangeBulletPoint.png') no-repeat left 8px;
    margin-bottom:15px;
    line-height:1.5em;
}
.lp--form h3 {
    font-size:15px;
    margin-bottom:20px;
}
.lp--form .input select option {
    background:#141414;
}
.lp--form li {
    background:none !important;
    padding-left:0 !important;
}
.lp--form .input input {
    background:transparent;
    border:1px solid #fff;
    height:40px;
    color:#fff;
    font-size:15px;
    margin:0 0 25px;
    font-family:'Biryani', sans-serif;
}
.lp--form legend {
    color:#fff;
    font-family:'Biryani', sans-serif;
    font-size:15px;
}
.lp--form .input select {
    background:transparent;
    border:1px solid #fff;
    height:40px;
    color:#fff;
    font-size:15px;
    margin:0 0 25px;
    font-family:'Biryani', sans-serif;
}
.lp--form .input textarea {
    background:transparent;
    border:1px solid #fff;
    height:100px;
    color:#fff;
    font-size:15px;
    margin:0 0 25px;
    font-family:'Biryani', sans-serif;
}
.lp--form label {display:none;}
.lp--form .hs-button {
    width:100%;
    border:none;
    background:#fff;
    color:#0077c0;
    padding:11px 0 12px;
    line-height:1em;
    font-weight:400;
    display:inline-block;
    font-size:18px;
    cursor:pointer;
    transition:.5s all;
}
.lp--form .hs-button:hover {
    color:#fff;
    background:#0077c0;
}
.lp--bodyGroup {
    padding-right:5%;
}

@media screen and (max-width:767px) {
    .lp--bodyGroup {padding-right:0;}
    .lp--BG h1 {font-size:30px;}
}
@media screen and (max-width:895px) {
    .LP .footerLogo {margin-left:0 !important;}
}
/* ----- CONFIRMATION PAGE ----- */

.cp--intro {
    background:#29343b;
    padding:80px 0 200px;
    text-align:center;
    position:relative;
    overflow:hidden;
}
.cp--intro h2 {
    color:#fff;
    font-size:42px;
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Home/Home--sec3Line.png') no-repeat center bottom;
    padding-bottom:15px;
}
.cp--intro h1 {
    color:#a5d0ef;
    font-size:30px;
    margin:0 0 20px;
    font-weight:300;
}
.cp--intro p {
    color:#fff;
    margin-bottom:0;
}

.cp--intro::after {
    background: #0077C0 none repeat scroll 0 0;
    bottom: -110px;
    content: "";
    height: 0;
    left: 0;
    padding-bottom: 15%;
    position: absolute;
    transform: rotate(-6deg);
    width: 125%;
    z-index: 1;
}

.cp--intro1::after {
    background: #fff none repeat scroll 0 0;
    bottom: -64px;
    content: "";
    height: 0;
    left: -162px;
    opacity: 0.5;
    padding-bottom: 16%;
    position: absolute;
    transform: rotate(-10deg);
    width: 125%;
    z-index: 1;
}
.cp--intro2::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -161px;
    opacity: 0.5;
    padding-bottom: 15%;
    position: absolute;
    bottom: -90px;
    transform: rotate(-10deg);
    width: 125%;
    z-index: 1;
}


@media screen and (min-width:1580px) {
    .cp--intro {padding-bottom:300px;}    
}
@media screen and (max-width:1300px) {
    .cp--intro::after {bottom:-64px;}    
}
@media screen and (max-width:768px) {
    .cp--intro::after {display:none;}  
    .cp--intro {padding-bottom:50px;}
}

.custom-share-button {cursor:pointer;}

/* ------ SPECIALIST BIO ------- */

.specialistBio .body-container-wrapper {
    padding:0;
    margin:0 !important;
}

.specialistBio--bannerBG {
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
    position:relative;
    overflow:hidden;
    padding:40px 0 70px;
}
.specialistBio--bannerBG h1 {
    color:#fff;
    font-size:19px;
    margin:0;
    font-weight:300;
    line-height:1em;
}
.specialistBio--bannerBG h2 {
    color: #0288da;
    line-height:1.1em;
}
.specialistBio--bannerBG h3 {
    color: #fff;
    font-weight: 200;
    margin-bottom:5px;
}
.specialistBio--bannerBG p {
    color:#fff;
}
/* --------- Commented Out
 * .specialistBio--bannerBG::after {
    background: #fff none repeat scroll 0 0;
    bottom: -149px;
    content: "";
    height: 0;
    left: 0;
    padding-bottom: 15%;
    position: absolute;
    transform: rotate(-6deg);
    width: 125%;
    z-index: 1;
}
-------- */
.specialistBio--bannerBG1 {
    position:relative;
    overflow:visible;
}
/* --------- Commented Out
.specialistBio--bannerBG1::after {
    background: #fff none repeat scroll 0 0;
    bottom: -281px;
    content: "";
    height: 0;
    left: -9px;
    opacity: 0.5;
    padding-bottom: 13%;
    position: absolute;
    transform: rotate(-10deg);
    width: 121%;
    z-index: 1;
}
-------- */
.specialistBio--bannerBG2 {
    position:relative;
    overflow:visible;
}
/* --------- Commented Out
.specialistBio--bannerBG2::after {
    background: #fff none repeat scroll 0 0;
    bottom: -226px;
    content: "";
    height: 0;
    left: -29px;
    opacity: 0.3;
    padding-bottom: 9%;
    position: absolute;
    transform: rotate(-8deg);
    width: 121%;
    z-index: 1;
}
--------------- */
.specialistBio--logo {
    margin-bottom:100px;
}

.btn--linkedin {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/Specialist_Bio/LinkedinButtonIMG.png") no-repeat scroll 20px 4px;
    border: 1px solid #0288da;
    color: #0288da;
    padding-left: 20px;
    transition: .5s all;
    width: 70%;
}
.btn--linkedin:hover {
    background: #0288da url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/MISC/Linkedin_white.png") no-repeat scroll 20px 4px;
    color:#fff;
    border: 1px solid #0288da;
}
.btn--linkedinMatch {
    width:74%;
}

.specialistBio--bioImage {
    margin-bottom:20px;
}
.specialistBio--bio h2 {
    font-size:19px;
    margin:0;
}
.specialistBio--bio h3 {
    font-size:16px;
    color:#0077c0;
    margin-top:30px;
}
.specialistBio--bio p {
    font-size:16px;
    margin-top:5px;
    font-weight:200;
}
.specialistBio--bio ul {padding-left:0;}
.specialistBio--bio ul li {
    font-size:16px;
    color:#0d0a06;
    list-style:none;
    padding-left:20px;
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/LP/OrangeBulletPoint.png') no-repeat left 8px;
    margin-bottom:15px;
    line-height:1.5em;
    font-weight:200;
}

.bioBlogs {
    padding-bottom:75px;
    position:relative;
    overflow:hidden;
}

@media screen and (max-width:1300px) {
    .bioBlogs::after {bottom:-64px;}    
}
@media screen and (max-width:768px) {
    .bioBlogs::after {display:none;}  
    .bioBlogs {padding-bottom:50px;}
}
.bio--headerName {
    font-size:24px;
    text-align:center;
    border-bottom:1px solid #0077C0;
    padding-bottom:20px;
    margin-bottom:30px;
    font-weight:200;
    color:#0d0a06;
}

.bio--postImage img {
    max-height:200px;
    margin-bottom:20px;
}
.bio--postTitle {
    line-height:1.4em;
}
.bio--postTitle a {
    color:#0d0a06;
    text-decoration:none;
    font-size:16px;
}

@media screen and (min-width:1480px) and (max-width:1720px) {
    .specialistBio--bannerBG::after {bottom:-96px;}   
    .specialistBio--bannerBG1::after {bottom:-254px;}
    .specialistBio--bannerBG2::after {bottom:-195px;}
}
@media screen and (min-width:1140px) and (max-width:1479px) {
    .specialistBio--bannerBG::after {bottom:-96px;}   
    .specialistBio--bannerBG1::after {bottom:-223px;}
    .specialistBio--bannerBG2::after {bottom:-200px;}
}
@media screen and (min-width:769px) and (max-width:1139px) {
    .specialistBio--bannerBG::after {bottom:-50px;}   
    .specialistBio--bannerBG1::after {bottom:-203px;}
    .specialistBio--bannerBG2::after {bottom:-192px;}
}


/* ----- CONTACT US ----- */

.contact--banner {
    background-image:url('https://www.schellman.com/hubfs/schellman_contactus_bg.jpg');
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
    position:relative;
    overflow:hidden;
    padding:40px 0 250px;
}
.contact--banner::after {
    background: #29343B none repeat scroll 0 0;
    bottom: -144px;
    content: "";
    height: 0;
    left: 0;
    padding-bottom: 15%;
    position: absolute;
    transform: rotate(-6deg);
    width: 125%;
    z-index: 1;
}
.contact--banner1 {
    position:relative;
    overflow:visible;
}
.contact--banner1::after {
    background: #fff none repeat scroll 0 0;
    bottom: -977px;
    content: "";
    height: 0;
    left: -9px;
    opacity: 0.5;
    padding-bottom: 4%;
    position: absolute;
    transform: rotate(-2deg);
    width: 121%;
    z-index: 1;
}
.contact--banner2 {
    position:relative;
    overflow:visible;
}
.contact--banner2::after {
    background: #fff none repeat scroll 0 0;
    bottom: -856px;
    content: "";
    height: 0;
    left: -29px;
    opacity: 0.3;
    padding-bottom: 9%;
    position: absolute;
    transform: rotate(-9deg);
    width: 121%;
    z-index: 1;
}

.contact--intro {
    text-align:center;
}
.contact--intro h1 {
    color:#fff;
    font-weight:200;
    font-size:34px;
    margin:10px 0 0;
    line-height:1.1em;
}
.contact--intro h2 {
    color:#fff;
    font-weight:400;
    font-size:55px;
    margin:0;
    line-height:1.1em;
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Home/Home--sec3Line.png') no-repeat center bottom;
    padding-bottom:20px;
    margin-bottom:20px;
}
.contact--intro p {
    color:#fff;
}

.contact--hq {text-align:center;}
.contact--hqBG {
    background-image:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Contact/DotMap.png');
    background-repeat:no-repeat;
    background-position: right bottom;
    background-color:#29343b;
    padding-top:10px;
    padding-bottom:50px;
}
.contact--hq h2 {
    color:#fff;
    font-weight:200;
    font-size:34px;
    margin:20px 0 5px;
}
.contact--hq h3 {
    color:#abd3f0;
    font-weight:400;
    font-size:55px;
    margin:0;
    line-height:1.1em;
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Home/Home--sec3Line.png') no-repeat center bottom;
    padding-bottom:20px;
    margin-bottom:20px;
}
.contact--hq p {
    color:#fff;
}
.contact .specialistForm .input input, .contact .specialistForm .input textarea {
    background:transparent;
    padding-top:9px;
}
.contact .specialistForm .hs-button {border:1px solid #fff;}

.contact--inquiriesGroup {
    margin-bottom:30px;
    padding-right:2%;
    box-sizing:border-box;
}
.contact--inquiries {margin-top:25px;}
.contact--inquiries h3 {
    color:#abd3f0;
    font-size:19px;
    margin:0;
}
.contact--inquiries p {
    font-size:16px;
    color:#fff;
}

@media screen and (min-width:1480px) and (max-width:1720px) {
    .contact--banner::after {bottom:-124px;}   
    .contact--banner1::after {bottom:-894px;}
    .contact--banner2::after {bottom:-856px;}
}
@media screen and (min-width:1140px) and (max-width:1479px) {
    .contact--banner::after {bottom:-96px;}   
    .contact--banner1::after {bottom:-865px;}
    .contact--banner2::after {bottom:-850px;}
}
@media screen and (min-width:769px) and (max-width:1139px) {
    .contact--banner::after {bottom:-50px;}   
    .contact--banner1::after {bottom:-845px;}
    .contact--banner2::after {bottom:-835px;}
}

@media screen and (max-width:767px) {
    .contact--intro h1, .contact--hq h3 {font-size:24px;}  
    .contact--intro h2, .contact--hq h2 {font-size:33px;}
    .contact--inquiries h3 {margin-top:20px;}
    .contact--inquiries p {margin-top:10px;}
}


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


.blog--bannerBG {
    padding:100px 0 468px;
    margin-bottom:-300px;
    background-repeat: no-repeat;
    background-position:0 0;
    background-size:cover;
}
.blog--bannerText {
    text-align:center;
}
.blog--bannerText h1 {
    font-size:41px;
    color:#fff;
    margin:10px 0 20px;
    line-height:1.1em;
    font-weight:300;
}

.blog--googleSearch .hs-input {
    width:30%;
    background:transparent;
    border:1px solid #fff;
    font-size:16px;
    font-weight:300;
    height:40px;
    color:#fff;
}
.blog--googleSearch .input {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.blog--googleSearch .hs-button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #0077c0;
    height: 40px;
    padding: 7px 20px;
    cursor:pointer;
    text-transform:uppercase;
}


.blogWrap {
    z-index:9996;
}
.blogWrap .innerWrap {
    max-width:1140px;
    margin:0 auto;
}
.blog-section1 {
    padding:40px 40px 10px 40px;
    background:#fff;
}
.blog-section1 .post-item-custom {
    margin-bottom:20px;
}
.blog-section1 .post-number-1 .post-body-first h2, .blog-section1 .post-number-2 .post-body-first h2 {
    margin-bottom:20px;
}
.post-body-first h2 a {
    color:#282828;
    font-size:18px;
    text-decoration:none;
}
.post-body-first h2 {
    font-size:18px !important;
    margin:20px 0 5px;
    line-height:1.3em;
}
.blog-post__byline-wrap {
    color:#ff681d;
    font-size:15px;
    margin-bottom:30px;
}
.post-second .blog-post__byline-wrap {
    margin-bottom:20px;
}
.post-number-3  {
    margin:0 !important;
}
.blog--second {
    background-image: url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Blog/Brightline_Blog_2BG.jpg');
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:contain;
    background-color:#29343b;
    padding:210px 0 10px;
    margin-top:-200px;
}
.blog--secondWrap {
    padding:40px;
}
.blog--subscribeBox {
    background:#0077C0;
    padding:25px 40px 20px;
}
.blog--subscribeBox h3 {
    color:#fff;
    margin:0;
    font-weight:300;
}
.blog--subscribeBox p {
    color:#fff;
    margin:0;
    line-height:1.3em;
}
.blog--subscription label {
    display:none;
}
.blog--subscription {
    margin-top:10px;
}
.blog--subscription .input input {
    width:70%;
    float:left;
    border:1px solid #fff;
    background:#0065a3;
    height:40px;
    color:#fff;
    font-size:16px;
}
.blog--subscription .hs-button {
    float:left;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #0077c0;
    font-size:16px;
    cursor: pointer;
    height: 40px;
    padding: 7px 20px;
    text-transform: uppercase;
    transition:.5s all;
}
.blog--subscription .hs-button:hover {
    border: 1px solid #fff;
    background:#0065A3;
    color:#fff;
}


.post-body-second h2 a {
    color:#fff;
    font-size:15px;
    text-decoration:none;
}
.post-body-second h2 {
    font-size:15px;
    margin:20px 0 10px;
}
.post-second .post-item-custom {
    margin:0 !important;
}
.post-second h3 {
    color: #a5d0ef;
    font-size: 34px;
    font-weight: 200;
    margin-bottom: 30px;
    padding-left:20px;
}
.post-second .all-posts-link {
    display:inline-block;
    color:#fff;
    border:1px solid #fff;
    padding:10px 0 5px;
    width:250px;
    text-decoration:none;
    cursor:pointer;
    text-align:center;
    transition:.5s all;
}
.post-second .all-posts-link:hover {
    border:1px solid #fff;
    background:#fff;
    color:#0077C0;
}
.post-second .blog-pagination {
    padding-left:20px;
    margin-top:20px;
}
.post-second .post-item--grid-wrap {
    transition:.5s all;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:1px;
}
.post-second .post-item--grid-wrap:hover {
    background:#35444d;
    padding-bottom:1px;
}
.blog--topics ul {
    margin:0;
    padding:0;
}
.blog--topics ul li {
    list-style:none;
    margin-bottom:8px;
}
.blog--topics ul li a {
    text-decoration:none;
    color:#fff;
}
.blog--topics ul li a:hover {
    color:#0077C0;
}
.blog--topics h3 {
    font-size:34px;
    color:#a5d0ef;
    font-weight:200;
    margin-bottom:40px;
}

.blog .home--fourth {
    background:#0078BC;
    overflow:hidden;
    position:relative;
    padding:150px 0 50px;
}
.blog .home--fourth::before {
    background: #29343b none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -270px;
    padding-bottom: 14%;
    position: absolute;
    top: -105px;
    transform: rotate(-7deg);
    width: 125%;
    z-index: 1;
}


@media screen and (min-width:1140px) and (max-width:1479px) {
    .blog .home--fourth::before {top:-77px;}
}
@media screen and (min-width:938px) and (max-width:1139px) {
    .blog .home--fourth::before {left: -190px; top: -66px;}
}
@media screen and (min-width:769px) and (max-width:937px) {
    .blog .home--fourth::before {left: -190px; top: -48px;}
}

.blog--subscription .hs-error-msgs {display:none !important;}

@media screen and (max-width:889px) {
    .blog--subscribeText {
        width:100% !important;
        text-align:center;
    }
    .blog--subscription {
        width:100% !important;
        margin:20px 0 0 !important;
    }
    .blog--subscription .input input {width:100%;}
    .blog--subscription .hs-button {float:none; width:250px; margin-top:10px;}
    .blog--subscription .actions {text-align:center;}
}
@media screen and (max-width:768px) {
    .blog--bannerBG {margin-bottom:0; padding:50px 0 150px;}
    .blog--bannerText h1 {font-size:31px;}
}
@media screen and (max-width:767px) {
    .blog--second {
        background-image: none;
        background-color:#29343B;
        margin-top: 0;
        padding: 50px 0 10px;
    }
    .blog--topics {
        margin-top:50px;
        padding-left:20px;
    }
    .post-second .all-posts-link {width:200px;}
    .post-body-second h2 {line-height:1.4em;}
    .blog .home--fourth {padding:50px 0;}
    .blog--googleSearch .hs-input {width:68%;}
    .blog--googleSearch .hs-button {padding:7px 10px;}
    .blog--subscribeBox {padding:20px;}
}

/* --------- BLOG POST --------- */

.blogPost .blog-section {
    background:#fff;
    padding:40px 80px 0;
}

.blog--postBanner img {
    width:100% !important;
}

.blog--postHeader {
    background: #fff none repeat scroll 0 0;
    margin-top: -600px;
    text-align: center;
    padding: 0 40px;
}
.blog--postHeader h1 {
    font-size:31px;
    color:#0077c0;
    padding:40px 0 0;
    margin:0;
    font-weight:300;
    line-height:1.3em;
}
.blog--postHeader h2 {
    font-size:20px;
    margin-bottom:15px;
    font-weight:200;
}
.blog--postHeader h2 a {
    color:#565860;
    text-decoration:none;
    font-weight:200;
    font-size:20px;
}

.postShare {
    display: flex;
    justify-content: center;
    padding-top:20px;
    background:#fff;
}
.postShare p {
    margin:0;
    color:#9c9c9c;
    border-right:2px solid #9c9c9c;
    border-top:1px solid #9c9c9c;
    border-bottom:1px solid #9c9c9c;
    border-left:1px solid #9c9c9c;
    padding:12px 10px 0 10px;
    font-weight:500;
}
.postShare .custom-share-button {
    border-right:2px solid #9c9c9c;
    border-top:1px solid #9c9c9c;
    border-bottom:1px solid #9c9c9c;
    padding:10px;
    background:#f9f9f9;
}

.post-header h2 {
    font-size:30px;
    color:#0077c0;
}
.hubspot-editable {
    font-size:15px;
    color:#979796;
    padding-top:8px;
    border-bottom:1px solid #acacac;
    padding-bottom:30px;
    margin-bottom:20px;
}
.author-link {
    text-decoration:none;
    color:#ff681d;
    font-size:15px;
}
.post-body ul {
    padding-left:0;
}
.post-body ul li {
    font-size: 19px;
    line-height: 1.75em;
    font-weight: 200;
    list-style:none;
    background: url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/LP/OrangeBulletPoint.png') no-repeat 10px 10px;
    padding-left:25px;
}
.post-body ol li {
    font-size: 19px;
    line-height: 1.75em;
    font-weight: 200;
    padding-left:8px;
}
.post-body ul li a {
    color: #fb8903;
    text-decoration: none;
}
.post-body h2 {
    font-size:35px;
}

.about-author-sec {
    padding:40px;
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
    margin-top:50px;
}
.about-author-sec h2 {
    color:#020202;
    font-size:21px;
    margin:20px 0 5px;
}
.about-author-sec h3 {margin-bottom:0; line-height:1.3em;}
.about-author-sec h3 a {
    font-size:35px;
    color:#0288da;
}
.about-author-sec h4 {
    margin:0px;
    font-size:16px;
    font-weight:300;
}
.author-more p a {
    display:inline-block;
    color:#0288da;
    background:#fff;
    border:1px solid #0288da;
    padding:15px 20px 10px;
    transition:.5s all;
}
.author-more p a:hover {
    background:#0288da;
    color:#fff;
    border:1px solid #0288da;
}

.blog--postComments {
    padding:40px 80px;
    margin:20px 0 50px;
}
.blog--postComments .input input {
    border:1px solid #d7d7d7;
    background:#eaeaea;
    color:#020202;
    font-size:15px;
    height:40px;
    margin:5px 0 10px;
    font-family:'Biryani', sans-serif;
}
.blog--postComments .input textarea {
    border:1px solid #d7d7d7;
    background:#eaeaea;
    color:#020202;
    font-size:15px;
    height:100px;
    margin:5px 0 10px;
    font-family:'Biryani', sans-serif;
}
.blog--postComments label {
    font-size:15px;
}
.blog--postComments .hs-button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #0288da;
    color: #0288da;
    display: inline-block;
    padding: 10px 0;
    font-size:16px;
    text-transform:uppercase;
    width:250px;
    cursor:pointer;
    transition:.5s all;
}
.blog--postComments .hs-button:hover {
    background:#0288da;
    color:#fff;
    border:1px solid #0288da;
}
.blog--commentsHeadline {
    font-size:24px;
    color:#0077c0;
    margin-bottom:10px;
}


@media screen and (max-width:1260px) {
    .blog--postHeader {
        margin-top:-400px;
    }    
}
@media screen and (max-width:900px) {
    .blog--postHeader {
        margin-top:-300px;
    }    
}
@media screen and (max-width:768px) {
    .blog--postHeader h1 {font-size:28px;}
}
@media screen and (max-width:767px) {
    .blog--postHeader {
        margin-top:-100px;
        padding: 0 20px;
    }   
    .blogPost .blog-section {
        padding:40px 20px 0;
    }
    .blog--postComments {padding:40px 20px;}
    .post-header h2 {font-size:25px;}
    .about-author-sec p {font-size:13px;}
}


.post--socialScroll {
    background: transparent none repeat scroll 0 0 !important;
    bottom: 260px;
    left: 0;
    position: fixed;
}
.post--socialScroll .custom-share-button {
    background:transparent;
    border:1px solid #9c9c9c;
    padding:10px;
}
.scrollShare li {
    list-style:none;
    margin-bottom:21px;
}

@media screen and (max-width:767px) {
    .row-fluid .post--socialScroll {display:none !important;}    
}

/* ------- CAREERS PAGE ------- */


.careers--bannerBG {
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
    position:relative;
    overflow:hidden;
    padding:50px 0;
    text-align:center;
}
.careers--bannerBG h1 {
    color:#fff;
    font-size:19px;
    margin:0;
    font-weight:300;
    line-height:1em;
}
.careers--bannerBG h2 {
    color: #fff;
    line-height:1.1em;
}
.careers--bannerBG h3 {
    color: #fff;
    font-weight: 200;
    margin-bottom:5px;
}
.careers--bannerBG p {
    color:#fff;
    padding:0 10%;
}
.careers--bannerBG::after {
    background: #fff none repeat scroll 0 0;
    bottom: -111px;
    content: "";
    height: 0;
    left: 0;
    padding-bottom: 8%;
    position: absolute;
    transform: rotate(-2deg);
    width: 125%;
    z-index: 1;
}
.careers--bannerBG1 {
    position:relative;
    overflow:visible;
}
.careers--bannerBG1::after {
    background: #fff none repeat scroll 0 0;
    bottom: -251px;
    content: "";
    height: 0;
    left: -9px;
    opacity: 0.5;
    padding-bottom: 14%;
    position: absolute;
    transform: rotate(-5deg);
    width: 121%;
    z-index: 1;
}
.careers--bannerBG2 {
    position:relative;
    overflow:visible;
}
.careers--bannerBG2::after {
    background: #fff none repeat scroll 0 0;
    bottom: -226px;
    content: "";
    height: 0;
    left: -29px;
    opacity: 0.3;
    padding-bottom: 13%;
    position: absolute;
    transform: rotate(-3deg);
    width: 121%;
    z-index: 1;
}


.careers h2 {
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Home/Home--sec3Line.png') no-repeat center bottom;
    padding-bottom:15px;
}

.careers--sec1BG {
    text-align:center;
}
.careers--sec1BG h2 {
    color:#0077C0;
    background:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Services_-_Overview/servicesBlueLine.png') no-repeat center bottom;
}
.careers--sec1BG h3 {
    color:#0077C0;
}
.careers--sec1BG p {
    padding:0 10%;
}

.careers--sec2BG {
    background-image:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Careers/Brightline_WorldMapBG.jpg');
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
    overflow:hidden;
    position:relative;
    padding:200px 0;
    color:#fff;
    text-align:center;
}
.careers--sec2BG::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -120px;
    padding-bottom: 15%;
    position: absolute;
    top: -150px;
    transform: rotate(-3deg);
    width: 125%;
    z-index: 1;
}
.careers--sec2BG::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    padding-bottom: 15%;
    position: absolute;
    bottom: -111px;
    transform: rotate(-3deg);
    width: 125%;
    z-index: 1;
}

.careers2--intro {
    text-align:center;
    margin-bottom:50px;
}
.careers2--intro h2 {
    color:#fff;
}
.careers2--intro h3 {
    color:#fff;
}
.careers--sec2BG p {
    color:#fff;
    margin-top:0;
}

.careers--sec3BG {
    text-align:center;
}
.careers--sec3BG p {
    font-size:31px;
    padding:0 10%;
}



.careers--sec4BG {
    background:#29343b;
    position:relative;
    overflow:hidden;
    padding:150px 0 0;
}
.careers--sec4BG::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -120px;
    padding-bottom: 15%;
    position: absolute;
    top: -150px;
    transform: rotate(-3deg);
    width: 125%;
    z-index: 1;
}
.careers4-intro {
    text-align:center;
    margin-bottom:40px;
}
.careers4-intro h2, .careers4-intro h3 {
    color:#fff;
}
.careers--sec4Group {
    margin-bottom:30px;
}
.careers--sec4Group h3 {
    color:#abd3f0;
    font-size:23px;
    margin:0;
}
.careers--sec4Group p {
    color:#fff;
    font-size:16px;
    margin-top:5px;
}
.careers--sec4Group-img {
    text-align:center;
}


.careers--sec5BG {
    text-align:center;
    position:relative;
    overflow:hidden;
    padding:200px 0;
}
.careers--sec5BG::before {
    background: #29343B none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -120px;
    padding-bottom: 15%;
    position: absolute;
    top: -150px;
    transform: rotate(-3deg);
    width: 125%;
    z-index: 1;
}
.careers--sec5BG::after {
    background: #0077C0 none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    padding-bottom: 15%;
    position: absolute;
    bottom: -125px;
    transform: rotate(-3deg);
    width: 125%;
    z-index: 1;
}
.careers--sec5BG p {
    font-size:31px;
    padding:0 10%;
}

.careers--sec6BG {
    background:#0077C0;
    padding:10px 0;
}
.careers6--intro {
    text-align:center;
    margin-bottom:30px;
}
.careers6--intro h2 {
    color:#fff;
}
.careers6--intro h3 {
    color:#fff;
    font-weight:100;
}
.careers--sec6BG ul {
    margin:0;
    padding:0;
}
.careers--sec6BG ul li {
    background: #036aa9 url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/Careers/pluscircle.png") no-repeat scroll 10px 8px;
    color: #fff;
    cursor: pointer;
    list-style: outside none none;
    margin-bottom: 5px;
    padding: 10px 10px 5px 50px;
}
.minus {
    background: #036aa9 url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/Careers/thumbnail_minus.png") no-repeat scroll 10px 8px !important;
}
.plus {
    background: #036aa9 url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/Careers/pluscircle.png") no-repeat scroll 10px 8px !important;
}
.careers--sec6BG ul li p {
    color:#fff;
    font-size:16px;
    display:none;
}


.careers--sec7BG {
    text-align:center;
    position:relative;
    overflow:hidden;
    padding:160px 0 0;
}
.careers--sec7BG::before {
    background: #0077C0 none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -120px;
    padding-bottom: 15%;
    position: absolute;
    top: -150px;
    transform: rotate(-3deg);
    width: 125%;
    z-index: 1;
}
.careers7--intro h2 {
    color:#0077C0;
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/216294/IMG_2015/Services_-_Overview/servicesBlueLine.png?t=1450449661210") no-repeat scroll center bottom;
}
.careers7--intro h3 {
    color:#0077C0;
}


.careers--sec8BG {
    background-image:url('//cdn2.hubspot.net/hubfs/216294/IMG_2015/Careers/Brightline_CareersLast.jpg');
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
    overflow:hidden;
    position:relative;
    text-align:center;
    padding:200px 0 50px;
}
.careers--sec8BG::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -120px;
    padding-bottom: 15%;
    position: absolute;
    top: -150px;
    transform: rotate(-3deg);
    width: 125%;
    z-index: 1;
}
.careers--sec8BG h2 {
    color:#fff;
}
.careers--sec8BG h3 {
    color:#fff;
}
.careers--sec8BG p {
    color:#fff;
}

.careers--form {color:#fff;}
.careers--form .hs-form-required {display:none;}
.careers--form .input {margin-left:30%;}
.careers--form .input input {
    background: #0065a3 none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    float: left;
    font-size: 16px;
    height: 40px;
    width: 40%;
}
.careers--form .hs-button {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    color: #0077c0;
    cursor: pointer;
    float: left;
    font-size: 16px;
    height: 40px;
    padding: 7px 20px;
    text-transform: uppercase;
    border:1px solid #fff;
}
.careers--form h3 {margin:0 !important;}
.careers--form .hs-error-msgs {display:none !important;}


@media screen and (min-width:1480px) and (max-width:1720px) {
    /*.careers--bannerBG::after {bottom:-96px;}*/
    /*.careers--bannerBG1::after {bottom:-254px;}*/
    .careers--bannerBG2::after {bottom:-227px;}
}
@media screen and (min-width:1140px) and (max-width:1479px) {
    .careers--bannerBG::after {bottom:-96px;}   
    .specialistBio--bannerBG1::after {bottom:-223px;}
    .specialistBio--bannerBG2::after {bottom:-200px;}
    .careers--bannerBG1::after {bottom:-257px;}
    .careers--bannerBG2::after {bottom:-238px;}
    .careers--sec2BG::before {top:-111px;}
    .careers--sec2BG::after {bottom:-94px;}
    .careers--sec4BG::before {top:-105px;}
    .careers--sec5BG::before {top:-110px;}
    .careers--sec5BG::after {bottom:-90px;}
    .careers--sec7BG::before {top:-100px;}
    .careers--sec8BG::before {top:-111px;}
}
@media screen and (min-width:769px) and (max-width:1139px) {
    .careers--bannerBG::after {bottom:-50px;}   
    .careers--bannerBG1::after {bottom:-230px;}
    .careers--bannerBG2::after {bottom:-212px;}
    .careers--sec2BG::before {top:-70px;}
    .careers--sec2BG::after {bottom:-60px;}
    .careers--sec4BG::before {top:-60px;}
    .careers--sec5BG::before {top:-70px;}
    .careers--sec5BG::after {bottom:-65px;}
    .careers--sec7BG::before {top:-70px;}
    .careers--sec8BG::before {top:-70px;}
}

@media screen and (max-width:768px) {
    .careers--sec2BG::before, .careers--sec2BG::after, .careers--sec5BG::before, .careers--sec5BG::after, .careers--sec7BG::before, .careers--sec8BG::before, .careers--sec4BG::before {display:none;}  
    .careers--sec2BG {padding:50px 0;}
    .careers--sec3BG {padding:40px 0;}
    .careers--bannerBG {padding:100px 0;}
    .careers--sec4BG {padding:50px 0;}
    .careers--sec6BG {padding:50px 0;}
    .careers--sec7BG {padding:50px 0;}
    .careers--sec8BG {padding:50px 0;}
    .careers--sec5BG {padding:50px 0;}
    .careers--form .input {margin-left: 20%;}
}

@media screen and (max-width:767px) {
    .careers--bannerBG p, .careers--sec1BG p {padding:0;}    
    .careers--sec5BG p {font-size:21px;}
    .careers--sec3BG p {font-size:21px;}
    .careers--sec4Text {margin-top:25px;}
    .specialistBio--bannerBG {padding:50px 0;}
    .careers--form .hs-button {float:none; margin-top:10px;}
    .careers--form .input {margin-left:0;}
    .careers--form .input input {width:100%;}
}

.currentOpenings {cursor:pointer;}

/* ------ BX SLIDER ------- */

.bx-wrapper .bx-viewport {
    border:none !important;
    background:none !important;
    box-shadow:none !important;
}
.bx-viewport {height: auto !important;}


.slider-image {
    display: flex !important;
    justify-content: center;
    margin-bottom: 20px;
}



/* ---- BREADCRUMB ---- */

.hs-breadcrumb-label {
    color:#fff;
}
.hs-breadcrumb-menu-divider {
    color:#fff;
}


.appForm ul {
    padding-left:0;
    margin-top:5px;
}
.appForm ul li {
    list-style:none;
}
.appForm .hs-form fieldset.form-columns-1 .input {
    margin-bottom:20px;
}


.cp-no-form .cp--intro::after {background:transparent;}
.cp-no-form .cp--intro {padding-bottom:50px;}


.privacyAssessment .soc--sec2 {
    padding:100px 0;
}
.privacyAssessment .soc--sec2::before {
    background:transparent;
}
.privacyAssessment .specialist--sec2 {
    padding:20% 0 50px;
}





/* ---- HOMEPAGE SEC 2 ---- */

.presenterTwo-left {
    width:50%;
    float:left;
}
.text-center {text-align:center;}


.pb20 {padding-bottom:20px;}
.mt20 {margin-top:20px;}
.home--second p {margin-bottom:0;}

.sec2--presenter {
    margin-top:20px;
}
.sec2--presenter p {
    color:#0288da;
    font-size:14px;
}
.presenterOne {float:right;}

.home--second {padding:0 10%;}
.home--second p {
    font-size:17px;
}
.home-webinarInfo h3 {
    border-bottom: 1px solid #88bedf;
    color: #0d0a06;
    font-size: 19px;
    font-weight: 200;
    line-height: 1.75em;
    margin: 20px 0 0;
    padding-bottom: 20px;
}

/* ---- BLANK ---- */

.blank .soc--intro {
    padding-bottom:150px;
    overflow:hidden;
    position:relative;
}
.blank .soc--intro:after {
    background: #0077c0 none repeat scroll 0 0;
    bottom: -136px;
    content: "";
    height: 0;
    left: 0;
    padding-bottom: 20%;
    position: absolute;
    transform: rotate(-8deg);
    width: 125%;
    z-index: 1;
}
.blank .soc--intro p {padding:0;}

@media screen and (min-width:1501px) {
    .blank .soc--intro {padding-bottom:300px;}       
}
@media screen and (min-width:1300px) and (max-width:1500px) {
    .blank .soc--intro {padding-bottom:250px;}    
}
@media screen and (max-width:1200px) {
    .blank .soc--intro {padding-bottom:200px;}   
    .blank .soc--intro::after {bottom:-87px;}
}
@media screen and (max-width:1140px) {
    .twoPresenters {width:100% !important; margin:0 !important;}    
}
@media screen and (max-width:768px) {
    .blank .soc--intro {padding:50px 0;}  
    .home--second {padding:40px 0;}
}
@media screen and (max-width:767px) {
    .presenterOne {float:none;}    
    .home--second {padding:0;}
    .presenterTwo-left {width:100%;}
}


iframe[name=google_conversion_frame] { display:none;}


/*---- Misc Updates ------*/

.btn.rightBtn { margin-left:3%; }
@media screen and (max-width:767px) {
    .btn.rightBtn { display:block; margin-left:0; }
}
@media screen and (max-width:1140px) {
    .btn.btn--blue.rightBtn { margin-left:0; display:block; }
}


.schellman-infographic .fancybox-overlay {background: rgba(0, 0, 0, 0.8) url("//cdn2.hubspot.net/hubfs/216294/Infographic_Images/fancybox_overlay.png?t=1475672031095") repeat scroll 0 0;}

.pop-blur {
    position: fixed;
  left: 0;
  right: 0;
  z-index: 1;

  display: block;
  width: 100%;
  height: 100%;

  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px)
}

.hs-menu-children-wrapper {
    background:#fff;
}
.hs-menu-children-wrapper .hs-menu-depth-2 a {
    color:#0d0a06 !important;
    padding:10px !important;
    white-space:normal !important;
    font-size:13px !important;
    margin:10px 20px 10px 0;
    line-height:1.4em;
}
.hs-menu-children-wrapper .hs-menu-depth-2 a:hover {
    color:#0077C0 !important;
}

blockquote {
    border-left:10px solid #4d4d4d;
    background-color:#fbfbfb;
    color:#000;
    margin:30px 0;
    padding:20px;
}

#hs-eu-cookie-confirmation, #hs-eu-cookie-confirmation, #hs-eu-cookie-confirmation-inner {box-shadow: none !important; background: #f0f5f9 !important;}

.center {
  display: block;
  width: 50%;
  margin: 0 auto;
}