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

/* Global Styles */
body{
    font-family: 'Open Sans', sans-serif;
}
p{
    margin-bottom: 20px;
}
.sans-serif{
    font-family: 'Open Sans', sans-serif;
}
.serif{
    font-family: 'Lora', serif;
}
.orange-btn,
input[type=submit]{
    display:inline-block;
    padding: 10px 30px;
    background-color: #EE964B;
    border-radius: 5px;
    border: 0 none;
    color: #fff;
    -webkit-transition: background-color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out;
    -ms-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
}
.orange-btn:hover,
input[type=submit]:hover{
    background-color: #f0a462;
    color: #fff;
    text-decoration: none;
}
.btn{
    border-radius: 5px;
}
.section-padding{
    padding: 70px 0;
}
.section-padding-top{
    padding-top: 70px;
}
.section-padding-bottom{
    padding-bottom: 70px;
}
.section-padding-half{
    padding: 35px 0;
}
.section-padding-top-half{
    padding-top: 35px;
}
.section-padding-bottom-half{
    padding-bottom: 35px;
}

.post-topic{
    display:inline-block;
    padding: 4px 5px 5px;
    background-color: #939498;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    -webkit-transition: background-color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out;
    -ms-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
}
.post-topic-construction{ background-color: #F95738; }
.post-topic-industrial{ background-color: #679436; }
.post-topic-government{ background-color: #004684; }
.post-topic-education{ background-color: #64A6BD; }
.post-topic-utility{ background-color: #389DA9; }

.post-topic-featured-posts{
    display:none;
}

.post-topic:hover{
    background-color: #ADAEB2;
    color: #fff;
    text-decoration: none;
}
.post-topic-construction:hover{
    background-color: #FF7D5E;
}
.post-topic-industrial:hover{
    background-color: #81AE50;
}
.post-topic-government:hover{
    background-color: #1A609E;
}
.post-topic-education:hover{
    background-color: #7EC0D7;
}
.post-topic-utility:hover{
    background-color: #52B7C3;
}

.wesco-hr{
    position:relative;
    margin: 20px 0;
}
.wesco-hr hr{
    border-top: 1px solid #525252;
    margin: 0;
    opacity: 0.1;
}
.wesco-hr:after{
    content: '';
    display:block;
    width: 30px;
    height: 2px;
    background-color: #004684;
    position:absolute;
    bottom: -2px;
    left: 15px;
}
.wesco-hr.wesco-hr-secondary:after{
    background-color: #EE964B
}

.hs-error-msgs{
    list-style: none;
    padding: 0;
}
.hs-error-msgs label{
    margin-bottom: 0;
}

/* Header Elements */
.header-container-wrapper{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
}
.header-container-wrapper + .body-container-wrapper{
    padding-top: 70px;
}

.header-container{
    min-height: 70px;
    padding: 20px 20px 0;
    background: #004684;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
}

.header-container .wesco-default-logo{
    padding-top: 3px;
}

.header-container .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
    margin-bottom: 5px;
}
.header-container .hs-menu-item{
    padding: 0 15px;
}
.header-container .hs-menu-item a{
    max-width: none !important;
    padding: 8px 0 18px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    outline: none !important;
}
.header-container .hs-menu-item.active a,
.header-container .hs-menu-item:hover a{
    -webkit-box-shadow: 0 2px 0 #ee964b;
    -moz-box-shadow: 0 2px 0 #ee964b;
    box-shadow: 0 2px 0 #ee964b;
}
.header-container .gsc-control-cse{
    padding: 0 !important;
    background-color: transparent !important;
    border: 0 none !important;
}
.header-container .gsc-search-box{
    margin-bottom: 0 !important;
}
.header-container input.gsc-search-button-v2{
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 none !important;
    background-color: transparent !important;
    background-image: none;
    filter: none;
}
.header-container input.gsc-input{
    color: #525252;
    background-color: transparent !important;
}
.header-container #wesco-custom-search{
    padding-right: 20px;
    position: relative;
    min-height: 25px;
}
.header-container #wesco-custom-search > div{
    width: 100%;
    float:right;
    display:none;
}
.header-container #custom-search-icon,
.header-container #hamburger-control{
    font-size: 22px;
    color: #fff !important;
    position:absolute;
    top: 0;
}
.header-container #custom-search-icon{
    right: 0;
}
.header-container #hamburger-control{
    display:none;
    right: 15px;
    font-size: 26px;
}
.header-container .gsc-search-button{
    display:none;
}

@media (min-width: 768px){
    .header-container{
        padding: 5px 20px;
    }
    .header-container .widget-type-global_group .row-fluid{
        display: table;
    }
    .header-container .widget-type-global_group .row-fluid .widget-span{
        display:table-cell !important;
        vertical-align: middle;
        float:none !important;
    }
    .header-container .widget-type-global_group .widget-type-raw_jinja{
        width: 25%;
        padding-right: 2%;
    }
    .header-container .widget-type-global_group .widget-type-simple_menu{
        padding-top: 15px;
        width: 55%;
        padding-right: 2%;
    }
    .header-container .widget-type-global_group .widget-type-raw_html{
        width: 20%;
    }
    .header-container .widget-type-global_group .widget-type-raw_jinja .wesco-default-logo{
        margin-bottom: 0;
        padding-top: 0;
    }

    .header-container .widget-type-global_group .widget-type-simple_menu ul{
        display: table;
    }
    .header-container .widget-type-global_group .widget-type-simple_menu ul li{
        display:table-cell;
        float: none;
    }
    .has-subsidiary .header-container .widget-type-global_group .widget-type-raw_jinja{ width: 30%; }
    .has-subsidiary .header-container .widget-type-global_group .widget-type-simple_menu{ width: 55%; }
    .has-subsidiary .header-container .widget-type-global_group .widget-type-raw_html{ width: 15%; }
}
@media (max-width: 767px){
    .header-container .widget-type-global_group .widget-type-raw_jinja .wesco-default-logo{
        width: 45%;
    }
    .header-container .widget-type-global_group .widget-type-raw_html{
        top: 25px;
    }
}

/* Footer */
.footer-container{
    padding-left: 0;
    padding-right: 0;
}
.footer-container a{
    color: inherit;
}
.footer-container ul{
    padding: 0;
    list-style: none;
}
.wesco-footer-block{
    padding: 50px 15px;
    color: #fff;
}
.wesco-body-container,
.wesco-footer-block .row-fluid{
    max-width: 1260px;
    margin: 0 auto;
    position:relative;
}
.wesco-footer-block .widget-span{
    padding: 15px 0;
}
.wesco-footer-block .widget-type-text{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.wesco-prefooter{
    background: #525252;
    color: #dfdfe0;
}

.wesco-prefooter .widget-type-cell,
.wesco-prefooter .widget-type-form,
.wesco-footer .widget-type-cell{
    padding: 15px 0 15px 50px;
}
.wesco-prefooter .widget-type-cell:first-child,
.wesco-footer .widget-type-cell:first-child{
    padding: 15px 0;
}

.wesco-prefooter .widget-type-form,
.wesco-footer .widget-type-cell{
    border-left: 1px solid rgba(255,255,255,0.3);
}
.wesco-prefooter .widget-type-cell:first-child,
.wesco-footer .widget-type-cell:first-child{
    border-left: 0 none;
}
.wesco-footer .widget-type-cell{
    height: 313px;
}

.wesco-prefooter .widget-type-form h3{
    margin-top: 0;
}
.wesco-prefooter .widget-type-form .hs-button{
    margin-top: 10px;
}
.wesco-prefooter .widget-type-form .hs-error-msgs{
    margin-top: 10px;
    margin-bottom: 0;
}

.wesco-footer{
    background: #004684;
}
.wesco-footer .widget-type-cell:first-child{
    font-size: 12px;
    font-family: 'Lora', serif;
    font-weight: 400;
}
.wesco-footer .widget-type-cell:first-child .sans-serif{
    font-weight: 300;
}
.wesco-footer .widget-type-cell:first-child .by-phone:before{
    content: 'By Phone:';
    display:block;
    float: left;
    height: 30px;
    font-weight: 600;
    margin-right: 5px;
}
.wesco-footer .widget-type-cell:first-child .by-mail:before{
    content: 'By Mail:';
    display:block;
    float: left;
    height: 40px;
    font-weight: 600;
    margin-right: 5px;
}
.wesco-footer .footer-menu h4{
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 37px;
    font-weight: 600;
}
.prefooter-menu li,
.footer-menu li{
    margin-bottom: 15px;
    font-weight: 300;
}
.wesco-footer .footer-menu.social-links li{
    position:relative;
    top: -3px;
}
.wesco-footer .footer-menu .fa{
    font-size: 1.5em;
    margin-right: 15px;
    position: relative;
    min-width: 20px;
}
.wesco-footer .footer-menu .fa-facebook{
    top: 6px;
}
.wesco-footer .footer-menu .fa-twitter{
    top: 3px;
}
.wesco-postfooter{
    background: #01294c;
    padding: 10px 15px;
}
.wesco-postfooter .widget-span{
    padding: 0;
    min-height: initial;
}

/* Blog Listing */
#hero{
    color: #fff;
}
#hero .background-container{
    background: rgba(0,70,132,0.4) no-repeat center top / cover scroll;
    position:relative;
    background-blend-mode: multiply;
}
#hero .background-container .wesco-body-container{
    z-index: 2;
    padding: 30px 0;
}
#hero .background-container .wesco-body-container .hero-row{
    display: table;
    /* Overridden in Javascript - 2/3 window height (vh has problems in iOS and viewport-units-buggyfill creates CORS issues) */
    min-height: 640px; /* Sensible default */
    width: 50%;
}
#hero #hero-excerpt{
    display: table-cell;
    vertical-align: middle;
}
#hero .hero-title{
    margin-top: 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 52px;
    color: #fff;
}
#hero .hero-title a{
    color: inherit;
    text-decoration: none;
}
#hero .hero-title:after{
    content: '';
    display: block;
    width: 130px;
    height: 4px;
    background-color: #EE964B;
    margin: 30px 0;
}
#hero .post-excerpt{
    font-size: 18px;
    line-height: 1.6;
}
#hero .post-meta{
    margin: 30px 0 20px;
}
#hero .post-meta .post-date{
    color: inherit;
    font-weight: 400;
}
#hero .post-meta .topic-list{
    margin-top: 10px;
}
#hero .orange-btn{
    margin-right: 15px;
}
#hero .social-icon{
    font-size: 2em;
    color: #fff;
    margin-left: 25px;
    position: relative;
    top: 5px;
}
#hero #hero-form{
    max-width: 50%;
    padding: 15px 20px;
    background-color: #004684;
    position: absolute;
    bottom: 20px;
    right: 0;
    overflow:hidden;
}
#hero #hs_cos_wrapper_my_form{
    display: table;
    height: 111px;
}
#hero #hero-form h3{
    display:table-cell;
    width: 140px;
    margin: 0;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
    cursor: pointer;
    vertical-align: middle;
}
#hero #hero-form h3:after{
    content: '\f105';
    font-size: 16px;
    font-family: 'FontAwesome', sans-serif;
    margin-left: 25px;
}
#hero #hero-form.active h3:after{
    content: '\f104';
}

#hero #hero-form #hs_form_target_my_form{
    display: table-cell;
}
#hero #hero-form #hs_form_target_my_form form{
    display:none;
    width: 270px;
    margin-left: 30px;
}
#hero #hero-form #hs_form_target_my_form .hs-input{
    color: #525252;
}
#hero #hero-form #hs_form_target_my_form .hs-error-msgs{
    margin-top: 10px;
    margin-bottom: 0;
}
#hero #hero-form #hs_form_target_my_form .hs-button{
    margin-top: 10px;
}

.topic-heading{
    color: #004684;
}
.topic-heading-construction{ color: #F95738; }
.topic-heading-industrial{ color: #679436; }
.topic-heading-government{ color: #004684; }
.topic-heading-education{ color: #64A6BD; }
.topic-heading-utility{ color: #389DA9; }

#topic-select-container{
    width: 100%;
    max-width: 295px;
    margin-top: 20px;
    float:right;
    position: relative;
}
#topic-select-container #topic-select-dropdown{
    width: 100%;
    display:inline-block;
    background: #004684;
    padding: 15px 30px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
#topic-select-container #topic-select-dropdown p{
    margin: 0;
}
#topic-select-container #topic-select-dropdown p:after{
    content: '\f107';
    margin-left: 15px;
    font-family: 'FontAwesome', sans-serif;
}
#topic-select-container.active #topic-select-dropdown{
    background-color: #939498;
}
#topic-select-container.active #topic-select-dropdown p:after{
    content: '\f106';
}
#topic-select-container #topic-select-list{
    display:none;
    width: 100%;
    padding: 30px 0;
    margin-top: 5px;
    background: #fff;
    border-bottom: 2px solid #004684;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    -webkit-box-shadow: 0 5px 10px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 5px 10px 3px rgba(0,0,0,0.5);
    box-shadow: 0 5px 10px 3px rgba(0,0,0,0.5);
}
#topic-select-container #topic-select-list ul{
    list-style: none;
    padding: 0;
    color: #389DA9;
    text-transform: uppercase;
}
#topic-select-container #topic-select-list ul li{
    margin-bottom: 10px;
}
#topic-select-container #topic-select-list ul li a{
    display: block;
    width: 100%;
    padding: 0 30px;
}
#topic-select-container #topic-select-list ul li a:before{
    content: '\f111';
    display:inline-block;
    margin-right: 10px;
    color: #939498;
    font-family: 'FontAwesome', sans-serif;
    font-size: 10px;
    text-decoration:none;
}
#topic-select-container #topic-select-list ul li.topic-construction a:before{
    color: #F95738;
}
#topic-select-container #topic-select-list ul li.topic-industrial a:before{
    color: #679436;
}
#topic-select-container #topic-select-list ul li.topic-government a:before{
    color: #004684;
}
#topic-select-container #topic-select-list ul li.topic-education a:before{
    color: #64A6BD;
}
#topic-select-container #topic-select-list ul li.topic-utility a:before{
    color: #389DA9;
}
#topic-select-container #topic-select-list ul.primary-topics{
    margin-bottom: 20px;
}
#topic-select-container #topic-select-list ul.primary-topics li a{
    font-weight: 600;
}
#topic-select-container #topic-select-list ul.secondary-topics{
    font-size: 0.75em;
    margin-bottom: 0;
}
#topic-select-container #topic-select-list ul li a:hover{
    background: #dfdfe0;
    text-decoration: none;
}

.recent-row{
    display:none;
}
.recent-row.active{
    display:block;
}

.post-thumbnail:hover{
    text-decoration: none;
}
.post-thumbnail-desktop{
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #fff no-repeat center top / cover scroll;
}
#featured.home-listing .post-thumbnail-desktop{
    height: 300px;
}
#featured.home-listing .post-title{
    margin: 30px 0;
}

.post-meta .post-author{
    color: #939498;
}
.post-meta .post-author a{
    color: inherit;
    text-decoration: none;
}
.post-meta .post-date{
    color: #004684;
    font-weight: 600;
    margin-bottom: 20px;
}
.post-listing .wesco-hr{
    margin-top: 10px;
}

.post-content{
    color: #525252;
}
#recent .post-content,
#related .post-content{
    font-size: 0.95em;
    line-height: 1.5;
}
.post-listing .read-more-btn{
    color: #004684;
}
.post-listing .read-more-btn:after{
    content: '\f105';
    display: inline-block;
    font-family: 'FontAwesome', sans-serif;
    margin-left: 10px;
    -webkit-transition: margin-left .15s ease-in-out;
    -moz-transition: margin-left .15s ease-in-out;
    -ms-transition: margin-left .15s ease-in-out;
    -o-transition: margin-left .15s ease-in-out;
    transition: margin-left .15s ease-in-out;
}
.post-listing .read-more-btn:hover:after{
    margin-left: 15px;
}

.recent-posts-foot .btn-default{
    padding: 10px 30px;
    background-image: none;
}
.recent-posts-foot .btn-default:active,
.recent-posts-foot .btn-default:focus{
    background-color: #fff;
    border-color: #939498;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.featured-posts-body .post-title a,
.recent-posts-body .post-title a,
.related-posts-body .post-title a{
    color: #004684;
    text-decoration: none;
}
#featured.recent-listing .post-title,
#recent.post-listing .post-title,
#related.post-listing .post-title{
    min-height: 95px;
    line-height: 1.25;
}

/* Single Post Styling */
.hs-blog-post #hero .hero-title{
    position:relative;
    left: 80px;
}
.hs-blog-post #hero .background-container .wesco-body-container .hero-row{
    /* Overridden in Javascript - 2/3 window height (vh has problems in iOS and viewport-units-buggyfill creates CORS issues) */
    min-height: 320px; /* Sensible default */
}
.hs-blog-post #hero .hero-title:after{
    margin: 30px 0 0;
}

#subsidiary-display-header{
    padding: 20px 5px;
    background: #004684;
}

#post-content{
    position:relative;
}
#post-content #post-social-links{
    color: #939498;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    position:absolute;
    top:165px;
    left:20px;
    z-index: 2;
}
#post-content #post-social-links.is-fixed{
    position: fixed;
}
#post-content #post-social-links.at-end{
    position: absolute;
    top: auto;
    bottom: 0;
}
#post-content #topic-select-container{
    margin: 20px 0 0;
}
#post-content .post-meta,
#post-content .post-social,
#post-content .post-body,
#post-content #hs_cos_wrapper_enable_post_cta,
#post-content .post-author,
#post-comments .wesco-body-container > .row{
    padding-left: 80px;
}
#post-content .post-meta .post-date{
    display: inline-block;
    color: #525252;
    margin-bottom: 10px;
}
#post-content .post-meta .topic-list{
    margin-bottom: 10px;
}
#post-content .post-social.row{
    display:none;
    font-size: 18px;
    color: #939498;
}
#post-content .social-icon{
    display:block;
    margin-top: 20px;
    color: inherit;
}
#post-content .post-cta{
    background: #dfdfe0;
    padding: 15px;
    margin: 40px 0 50px;
}

#post-content #hs_cos_wrapper_enable_post_cta{
    display: block;
}
#post-content .post-cta .marc-default-cta .cta-block,
#post-content .post-cta .marc-default-cta .subscribe-block #hs_cos_wrapper_enable_post_cta_single_post_form,
#hs_form_target_enable_post_cta_single_post_form > form{
    display: table;
    width: 100%;
}
#post-content .post-cta .marc-default-cta .cta-block h3,
#post-content .post-cta .marc-default-cta .cta-block .hs-cta-wrapper,
#post-content .post-cta .marc-default-cta .subscribe-block h3,
#hs_form_target_enable_post_cta_single_post_form,
#hs_form_target_enable_post_cta_single_post_form .hs_email.field,
#hs_form_target_enable_post_cta_single_post_form .hs_submit{
    display: table-cell;
    vertical-align: middle;
}
#post-content .post-cta .marc-default-cta .cta-block h3{
    width: 30%;
    color: #004684;
    font-weight: 600;
}
#post-content .post-cta .marc-default-cta .subscribe-block h3{
    width: 30%;
    font-size: 16px;
    text-transform: uppercase;
}
#hs_form_target_enable_post_cta_single_post_form{
    width: 70%;
}

#hs_form_target_enable_post_cta_single_post_form .hs_email.field{
    width: 75%;
}
#hs_form_target_enable_post_cta_single_post_form .hs_submit{
    width: 25%;
    padding-left: 5px;
    vertical-align: top;
}
#hs_form_target_enable_post_cta_single_post_form .hs_email.field > label{
    display:none;
}
#hs_form_target_enable_post_cta_single_post_form input[type=email]{
    padding: 8px 6px;
}
#hs_form_target_enable_post_cta_single_post_form .hs_email.field .hs-error-msgs{
    margin-bottom: 0;
}

#post-content .post-social.row .social-icon{
    display:inline-block;
    margin-top: 0;
    margin-left: 15px;
}
#post-content .comment-count{
    color: #004684;
    font-weight: 600;
    font-size: 12px;
}
#post-content .comment-count:before{
    content: '\f27a';
    display: inline-block;
    margin-right: 5px;
    color: #525252;
    font-family: 'FontAwesome', sans-serif;
    font-size: 18px;
}
#post-sidebar-module{
    clear: both;
    text-align: right;
    padding-top: 10px;
}
#post-sidebar-module .sidebar-module{
    margin-top: 10px;
}
#post-content .post-body{
    font-size: 17px;
    line-height: 1.75;
}
#post-content .post-author{
    padding-bottom: 30px;
    border-bottom: 2px solid #F8F8F8;
}
#post-content .post-author .author-name a{
    text-decoration: none;
}

#post-comments{
    background: #F8F8F8;
}
#post-comments .blue.comment-count{
    display:inline-block;
    color: #004684;
    text-transform: uppercase;
    font-weight: 600;
}
#post-comments #comments-listing{
    font-size: 16px;
}
#post-comments #comment-form:before{
    content: 'Leave a comment';
    color: #01294C;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
#post-comments .hs-common-confirm-message{
    background-color: transparent !important;
    color: #004684 !important;
    border: 0 none !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 600;
}
#post-comments .comment.depth-0{
    border: 0 none;
}

#post-comments .comment.depth-0 + #comment-form.replying{ padding-left: 0; }
#post-comments .comment.depth-1,
#post-comments .comment.depth-1 + #comment-form.replying{ padding-left: 4.5em; }
#post-comments .comment.depth-2,
#post-comments .comment.depth-2 + #comment-form.replying{ padding-left: 9em; }
#post-comments .comment.depth-3,
#post-comments .comment.depth-3 + #comment-form.replying{ padding-left: 13.5em; }
#post-comments .comment.depth-4,
#post-comments .comment.depth-4 + #comment-form.replying{ padding-left: 18em; }
#post-comments .comment.depth-5,
#post-comments .comment.depth-5 + #comment-form.replying{ padding-left: 22.5em; }
#post-comments .comment.depth-6,
#post-comments .comment.depth-6 + #comment-form.replying{ padding-left: 27em; }
#post-comments .comment.depth-7,
#post-comments .comment.depth-7 + #comment-form.replying{ padding-left: 31.5em; }
#post-comments .comment.depth-8,
#post-comments .comment.depth-8 + #comment-form.replying{ padding-left: 36em; }
#post-comments .comment.depth-9,
#post-comments .comment.depth-9 + #comment-form.replying{ padding-left: 40.5em; }

#post-comments .comment{
    margin-bottom: 30px;
}
#post-comments .comment-from,
#post-comments .comment-reply-to{
    color: #004684;
}
#post-comments .hs-form-required{
    font-size: 0;
}
#post-comments .hs-form-required:before{
    content: 'Required';
    display:inline-block;
    padding: 2px;
    margin: 0 0 0 5px;
    background: #F4D35E;
    text-transform: uppercase;
    font-size: 8px;
    border-radius: 2px;
    color: #525252;
}
#post-comments #comment-form .field{
    margin-bottom: 20px;
}
#post-comments #comment-form label{
    color: #01294C;
}
#post-comments #comment-form input.hs-input[type=text],
#post-comments #comment-form input.hs-input[type=email],
#post-comments #comment-form textarea.hs-input{
    border: 1px solid #939498;
    -webkit-transition: border .35s ease-in-out;
    -moz-transition: border .35s ease-in-out;
    -ms-transition: border .35s ease-in-out;
    -o-transition: border .35s ease-in-out;
    transition: border .35s ease-in-out;
}
#post-comments #comment-form input.hs-input[type=checkbox]{
    margin-right: 5px;
}
#post-comments #comment-form input.hs-input.error,
#post-comments #comment-form textarea.hs-input.error{
    border-color: #F95738;
}

#related .related-posts-head h3{
    color: #01294C;
    font-weight: 600;
    margin: 0;
}

/*Post Body Typography*/
#post-content .post-body h1,
#post-content .post-body h2,
#post-content .post-body h3,
#post-content .post-body h4,
#post-content .post-body h5,
#post-content .post-body h6{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #01294C;
    margin: 30px 0 20px;
}
#post-content .post-body h1{ font-size: 3.052em; }
#post-content .post-body h2{ font-size: 2.441em; }
#post-content .post-body h3{ font-size: 1.953em; }
#post-content .post-body h4{ font-size: 1.563em; }
#post-content .post-body h5{ font-size: 1.25em; }
#post-content .post-body h6{ font-size: 1em; }
#post-content .post-body p{}
#post-content .post-body a{}
#post-content .post-body ul{ margin-left: 10px; }
#post-content .post-body ol{ margin-left: 10px; list-style: none; counter-reset: listol; }
#post-content .post-body ol li{ counter-increment: listol; }
#post-content .post-body ol li:before{ content: counters(listol, ".") "."; font-weight: 600; margin-right: 5px; }
#post-content .post-body li{ margin-bottom: 20px; }

/* Subsidiary Lightbox Display */
.subsidiary-modal-display .mfp-container{
    top: 80px;
}
.subsidiary-modal-display .mfp-inline-holder .mfp-content{
    width: 95%;
    background: #fff;
    margin-bottom: 60px;
    -webkit-box-shadow:  0px 5px 30px 10px rgba(0,0,0,0.4);
    -moz-box-shadow:  0px 5px 30px 10px rgba(0,0,0,0.4);
    box-shadow:  0px 5px 30px 10px rgba(0,0,0,0.4);
}
.subsidiary-modal-display #subsidiary-modal-close{
    display:block;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-size: 1.1em;
}
.subsidiary-modal-display #subsidiary-modal-close #close-btn-inner{
    background: rgba(0,0,0,0.4);
    border: #004684 2px solid;
    border-radius: 20px;
    padding: 3px 45px;
    color: inherit;
}

.subsidiary-modal-display #post-content #post-social-links.fixed-to-parent{
    left: 1.6%;
}
.subsidiary-modal-display #post-content #post-social-links.fixed-to-parent.is-fixed{
    left: 4.4%;
}

/* Search Fixes */
.gsc-results-wrapper-overlay{
    width: 90% !important;
    left: 5% !important;
}
.gsc-selected-option-container{
    max-width: 100% !important;
}
.gsc-control-cse, .gsc-control-cse .gsc-table-result{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top{
    padding-left: 0 !important;
}

.d_, .sl-table a, .sl-table-ol a, .h_ a, .nonSfblSitelinksWrapper, .ctcT a,
.gs-result .gs-title, .gs-result .gs-title *{
    color: #004684 !important; /* Congress Blue */
    font-size: 18px !important;
}
.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl{
    color: #679436 !important; /* Sushi */
}
.gsc-preview-reviews, .gsc-control-cse .gs-snippet, .gsc-control-cse .gs-promotion em, .gsc-control-cse .gs-snippet, .gsc-control-cse .gs-promotion em{
    color: #333 !important; /* Body color */
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page{
    color: #f95738 !important; /* Orange */
}
.gsc-table-cell-thumbnail, .gs-promotion-image-cell{
    width: 11% !important;
    padding-right: 20px !important;
}
.gs-image-box.gs-web-image-box.gs-web-image-box-landscape{
    width: 100% !important;
}
.gs-web-image-box-landscape img.gs-image{
    max-width: 100% !important;
    max-height: initial !important;
}

/*Screen sm*/
@media (max-width: 992px){
    .wesco-prefooter .widget-type-cell,
    .wesco-prefooter .widget-type-form,
    .wesco-footer .widget-type-cell{
        padding-left: 25px;
    }
    .wesco-footer-block .widget-type-text,
    .wesco-footer .footer-menu h4{
        font-size: 14px;
    }
    #featured .featured-row > div,
    #recent .recent-row > div,
    #related .related-posts-body > div{
        margin-bottom: 30px;
    }
    .recent-row + .recent-row, .featured-row + .featured-row{
        margin-top: 0;
    }
    .featured-posts-body .post-title{
        min-height: initial;
    }
    #post-sidebar-module{
        text-align: left;
    }

    .hs-blog-post #hero .hero-title{
        position:static;
    }
    #post-content .post-meta,
    #post-content .post-social,
    #post-content .post-body,
    #post-content #hs_cos_wrapper_enable_post_cta,
    #post-content .post-author,
    #post-comments .wesco-body-container > .row{
        padding-left: 0;
    }
    #post-content .post-meta .post-date{
        margin-bottom: 10px;
    }
    #post-content .post-meta .topic-list .post-topic{
        padding: 6px 7px 7px;
        margin-right: 5px;
    }
    #post-content .post-meta .comment-count{
        display:block;
        margin-bottom: 10px;
        font-size: 14px;
    }
    #post-social-links.fixed-to-parent{
        display:none;
    }
    #post-content .post-social.row{
        display:block;
    }
    .subsidiary-modal-display #post-content .post-cta,
    .subsidiary-modal-display #post-content .post-author{
        margin-left: 0 !important;
    }
}
/*Screen xs*/
@media (max-width: 767px){
    .section-padding{
        padding: 40px 0;
    }
    .section-padding-top{
        padding-top: 40px;
    }
    .section-padding-bottom{
        padding-bottom: 40px;
    }
    .section-padding-half{
        padding: 20px 0;
    }
    .section-padding-top-half{
        padding-top: 20px;
    }
    .section-padding-bottom-half{
        padding-bottom: 20px;
    }
    .header-container .hs-menu-item{
        padding: 0 20px 0 0;
    }
    .header-container .hs-menu-item a{
        padding: 8px 0 10px !important;
        margin-bottom: 5px;
        width: auto;
    }
    .header-container .widget-type-raw_html{
        width: 50%;
        margin: 10px 0 30px;
        position:absolute;
        top: 10px;
        right: 15px;
    }
    #hero .social-icon{
        margin-left: 15px;
    }
    .recent-posts-body .row{
        padding-bottom: 0;
    }
    .post-topic{
        margin-bottom: 3px;
    }

    .wesco-prefooter,
    .wesco-footer{
        padding: 30px;
    }
    .wesco-prefooter .widget-type-cell,
    .wesco-prefooter .widget-type-form,
    .wesco-footer .widget-type-cell{
        padding: 15px 0;
    }
    .wesco-prefooter .widget-type-form,
    .wesco-footer .widget-type-cell{
        border-left: 0 none;
    }
    .wesco-prefooter .widget-type-cell:first-child, .wesco-footer .widget-type-cell:first-child,
    .wesco-footer-block .widget-span{
        padding: 0;
    }

    /*Two-column prefooter*/
    .wesco-prefooter .row-number-1 .row-fluid > .widget-type-cell{
        width: 50%;
        float: left;
        padding-top: 30px;
    }
    .wesco-prefooter .row-number-2 > .row-fluid{
        position: static;
    }
    .wesco-prefooter .row-number-2 > .row-fluid .widget-type-text{
        position: absolute;
        top: 0;
        width: 100%;
    }
    /**/

    .wesco-prefooter .widget-type-cell ul{
        margin-bottom: 0;
    }
    .wesco-prefooter .widget-type-form{
        margin-top: 30px;
        clear: both;
    }

    .wesco-footer .widget-type-cell:first-child{
        margin-bottom: 30px;
    }
    .wesco-footer .widget-type-cell{
        height: auto;
    }

    .wesco-footer .row-number-3,
    .wesco-footer .row-number-6{
        margin-top: 20px;
    }
    .wesco-footer .row-number-5 .widget-span,
    .wesco-footer .row-number-6 .widget-span {
        width: 50%;
        box-sizing: border-box;
        padding-right: 20px;
        float: left;
    }
    .wesco-footer-block .widget-type-text,
    .wesco-footer .footer-menu h4{
        font-size: 18px;
    }
    .wesco-footer .footer-menu h4{
        margin-bottom: 10px;
    }

    .wesco-postfooter .widget-span{
        float:left;
    }
    .wesco-postfooter .widget-span:first-child{
        width: 70%;
    }
    .wesco-postfooter .widget-span:last-child{
        width: 30%;
    }

    #hero .background-container .wesco-body-container .hero-row{
        width: 100%;
        min-height: initial;
    }
    #hero #hero-excerpt{
        margin-bottom: 30px;
    }
    #hero #hero-form{
        position: static;
        margin: 30px 0;
        max-width: none;
        float: left;
    }
    #hero #hero-form h3{
        margin-bottom: 10px;
    }

    #topic-select-container{
        float: left;
    }
    #post-content #topic-select-container{
        margin: 20px 0;
    }

    #topic-select-container #topic-select-list{
        right: auto;
        left: 0;
    }

    .gsc-result .gs-title{
        height: auto !important;
        padding-bottom: 10px !important;
        line-height: 1.2 !important;
    }
    .gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl{
        padding-bottom: 10px !important;
    }
    .gsc-table-cell-thumbnail, .gs-promotion-image-cell{
        width: 35% !important;
    }
}

/* Custom Screens */
@media (max-width: 1150px){
    .header-container .hs-menu-item{
        padding: 0 10px;
    }
    #hero #hero-form #hs_form_target_my_form form{
        width: auto;
    }
}
@media (max-width: 960px){
    .header-container .hs-menu-item{
        padding: 0 5px;
    }
}
@media (max-width: 850px){
    .header-container .hs-menu-item a{
        font-size: 12px;
    }
}
@media (max-width: 649px){
    #post-content .post-cta .marc-default-cta .subscribe-block h3{
        margin-top: 0;
    }
}

@media (min-width: 569px){
    .header-container .wesco-default-logo{
        margin-bottom: 20px;
    }
    .header-container .widget-type-simple_menu{
        display: block !important;
    }
}
@media (max-width: 568px){
    .header-container{
        height: 70px;
    }
    .header-container .wesco-default-logo{
        padding-bottom: 23px;
        width: 45%;
    }
    .header-container .widget-type-simple_menu{
        display:none;
        width: 100%;
        max-width: 310px;
        height: 100%;
        background: #fff;
        padding: 10px 28px;
        margin: 0;
        clear:both;
        position:fixed;
        top: 70px;
        right: 0;
    }
    .header-container .hs-menu-item{
        padding: 0;
    }
    .header-container .hs-menu-item a{
        color: #939498;
        padding: 5px 0px 5px 3px;
        margin-top: 15px;
        text-transform: none;
        font-weight: 400;
        font-size: 1em;
    }
    .header-container .hs-menu-item.active a, .header-container .hs-menu-item:hover a{
        -webkit-box-shadow: 0 1px 0 #ee964b;
        -moz-box-shadow: 0 1px 0 #ee964b;
        box-shadow: 0 1px 0 #ee964b;
    }

    .header-container .widget-type-raw_html{
        position:absolute;
        top: 10px !important;
        right: 0px;
        width: 50%;
    }
    .header-container #wesco-custom-search{
        padding-right: 55px;
    }
    .header-container #custom-search-icon{
        right: 43px;
        top: 2px;
    }
    .header-container #hamburger-control{
        display: block;
    }

    .wesco-postfooter{
        font-size: 8px;
    }

    #hero #hs_cos_wrapper_my_form,
    #hero #hero-form h3,
    #hero #hero-form #hs_form_target_my_form{
        display: block;
    }
    #hero #hero-form,
    #hero #hero-form h3{
        width: 100%;
    }
    #hero #hero-form h3{
        margin-bottom: 0;
    }
    #hero #hero-form h3:after{
        content: '\f107';
        float: right;
        margin-top: 7px;
    }
    #hero #hero-form.active h3:after{
        content: '\f106';
    }
    #hero #hs_cos_wrapper_my_form{
        height: auto;
    }
    #hero #hero-form #hs_form_target_my_form form{
        margin-top: 10px;
        margin-left: 0;
    }

    #post-content .post-cta .marc-default-cta .cta-block,
    #post-content .post-cta .marc-default-cta .cta-block h3,
    #post-content .post-cta .marc-default-cta .cta-block .hs-cta-wrapper,
    #post-content .post-cta .marc-default-cta .subscribe-block #hs_cos_wrapper_enable_post_cta_single_post_form,
    #post-content .post-cta .marc-default-cta .subscribe-block h3,
    #hs_form_target_enable_post_cta_single_post_form,
    #hs_form_target_enable_post_cta_single_post_form .hs_email.field,
    #hs_form_target_enable_post_cta_single_post_form .hs_submit,
    #hs_form_target_enable_post_cta_single_post_form .hs-button{
        width: 100%;
        float: none;
        display: block;
    }

    #post-content .post-cta .marc-default-cta .cta-block .marc-custom-cta-default{
        box-sizing: border-box !important;
        width: 100%;
    }
    #hs_form_target_enable_post_cta_single_post_form,
    #hs_form_target_enable_post_cta_single_post_form .hs_submit{
        margin-top: 10px;
        padding-left: 0;
    }
    #hs_form_target_enable_post_cta_single_post_form .hs-button{
        display: block;
    }

    .subsidiary-modal-display .hero-title > span{
        font-size: 0.9em;
    }
}

/* Edge case for fixed menu height */
@media (min-width: 569px) and (max-width: 767px){
    .header-container-wrapper + .body-container-wrapper{
        padding-top: 116px;
    }
}