/* @import url('http://example.com/example_style.css'); */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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



@font-face {
    font-family: 'titilliumtext22l006';
    src: url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titilliumtext22l006-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titilliumtext22l006-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titilliumtext22l006-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titilliumtext22l006-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titilliumtext22l006-webfont.svg#titilliumtext22l006') format('svg');
}

@font-face {
    font-family: 'titilliumtext22l003';
    src: url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titilliumtext22l003-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titilliumtext22l003-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titilliumtext22l003-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titilliumtext22l003-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titilliumtext22l003-webfont.svg#titilliumtext22l003') format('svg');
}

@font-face {
    font-family: 'titilliumtext22l002';
    src: url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titilliumtext22l002-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titilliumtext22l002-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titilliumtext22l002-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titilliumtext22l002-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titilliumtext22l002-webfont.svg#titilliumtext22l002') format('svg');
}

@font-face {
    font-family: 'TitilliumBdBoldItalic';
    src: url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titillium-bolditalic-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titillium-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titillium-bolditalic-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titillium-bolditalic-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titillium-bolditalic-webfont.svg#TitilliumBdBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumBold';
    src: url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titillium-semibold-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titillium-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titillium-semibold-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/fonts/titillium-semibold-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/titillium-semibold-webfont.svg#TitilliumBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body, textarea {font-family: Arial, Helvetica, sans-serif;  margin:0; padding:0; font-size:16px;line-height: 14px; color:#414042; background:#fff;/* overflow-x:hidden;*/ line-height:auto; box-sizing:border-box; }

.row-fluid .wrapper { margin:0 auto !important; width:1000px !important; float:none !important; } 

img { border:0;  }

hr { border-color:#ccc; clear:both; margin-top:30px }
.img-responsive2 { max-width:100%; height:auto }

.clear { clear:both }

h1 {  font-family: 'titilliumtext22l002';  font-weight: normal; line-height: 32px; color: #000; }

h2 { color: #888; margin-bottom: 22px; font-weight: bold; font-size: 2.62em; line-height:1.1em; font-family: 'titilliumtext22l002'; }

h3 { color: #e51937; line-height: 30px;  margin-bottom: 15px; font-weight:normal; }

h4 { font-weight:normal; color:#555555; font-size:36px; line-height:34px; margin:0; padding:10px 0 10px; clear:both;font-family: 'proxima_novalight'; }

h5 { font-weight:normal; color:#132530;  font-size:18px; line-height:30px; margin:10px 0 0 0; clear:both;  font-family: 'titilliumtext22l006';}

h6 { font-weight:400; color:#333; font-size:28px; margin:0; padding:10px 0; line-height:26px; clear:both; font-family: 'ProximaNova-Regular'; }

h1 span { color:#fff; }


.row-fluid p { font-size: 0.81em; line-height:18px;}

a { text-decoration:none; outline:none; color:#00658b; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
a:hover { color:#333; }

input , button , textarea { border:none; outline:none; }

input[type=submit] , button { cursor:pointer; background:url(//cdn2.hubspot.net/hubfs/47398/paradise/image/blank-img.png) no-repeat left top; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; }

input[type="submit"]:hover { color:#fff; background:#1996ff; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:0; }

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; z-index:0;}

.row-fluid .bg-img { display:none; }
  
.hs-error-msgs { list-style:none; margin:0 0 10px; padding:0; font-size:12px;  }
.hs-rss-title {font-size:.81em;}
.hs-rss-title:before {
    content: ">";
    color: #000;
    margin-right: 10px;
    float: left;
    height: 22px;
}

/*************header*************/

.row-fluid .announce-form055 .actions { margin-left:-10px !important; }
 
.row-fluid .header-main { background: #fff; padding-top: 29px; }

.row-fluid .header-logo { float:left; width:auto; }

.row-fluid .header-contact { float:right; width:auto;  }

.row-fluid .header-contact h2 {font-weight: bold; color: #e51937; line-height: 33px;  padding: 0px 0px 0px 5px; font-size: 1em; margin-right: 10px; margin-top:0; }

.row-fluid .mainmenu { float:left; width:100%; margin-top:-3px; }

.row-fluid .mainmenu  ul { float:right; width:auto; margin-right: 8px; }

.row-fluid .mainmenu  ul li { cursor: pointer; font-family: titilliumtext22l003, Arial, Helvetica, sans-serif; float: left; font-size: 0.91em; position: relative; padding: 0 21px 0 16px !important; margin:0 4px; }

.row-fluid .mainmenu  ul li:after { position:absolute; top:0; left:0; width:auto; height:100%; width:100%; display:block; content:''; -moz-transform:skewX(-33deg); -webkit-transform:skewX(-33deg);background: url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li_bg_image.jpg') repeat-x 0px 0px scroll; }

.row-fluid .mainmenu ul li:first-child { padding: 0px 28px 0px 26px; }

.row-fluid .mainmenu  ul li a { padding:0; color: #fff; line-height: 34px; text-align: center; display: inline-block; position:relative; z-index:1; }

.row-fluid .mainmenu ul li:hover:after {  top:0; left:0; width:auto; height:100%; width:100%; display:block; content:''; -moz-transform:skewX(-33deg); -webkit-transform:skewX(-33deg); background: url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg') repeat-x 0px 0px scroll; }

.row-fluid .mainmenu  ul li:last-child { /*background:#d81734; */ left:11px; background:url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/overlay-1.png');  }

.row-fluid .mainmenu  ul li:last-child:hover { background:#2f2f2f; }
    
.row-fluid .mainmenu ul li:last-child:after { left:-11px; }


.row-fluid .mainmenu ul li.active.active-branch::after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; }


/*************contener***********/

.row-fluid .slider-main { height: 373px; padding: 12px 0px 0px 0px;  }

.row-fluid .slider-box { float:left; width:75%; border-right: 1px solid #fff; height: 360px; }

.row-fluid .slider-right { text-align:center; float:right; width:25%; padding:9px 15px 10px; margin:0; height: 360px; }

.row-fluid .slider-main .hs_cos_flex-direction-nav { display:none; }

.row-fluid .slider-main .hs_cos_flex-slider { margin:0 !important; }

.row-fluid .slider-main .hs_cos_flex-control-nav { bottom: 10px; right:10px; width:auto; }

.row-fluid .slider-main .hs_cos_flex-control-paging li { margin:0; }

.row-fluid .slider-main .hs_cos_flex-control-paging li a { background:#fff; width:10px; height:10px; margin-right: 4px; vertical-align: bottom; display: inline-block; }

.row-fluid .slider-main .hs_cos_flex-control-paging li a.hs_cos_flex-active { background :#f58025; width:8px; height:8px; }

.row-fluid .request-quote { border-bottom:1px solid #fff; padding-bottom: 10px; }

.row-fluid .download-btn { padding-top:8px; }

.row-fluid .product-box { background: url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/productbg-1.jpg') repeat-x 0px 0px scroll !important; height: 258px; overflow: hidden; margin-bottom: 40px; padding: 5px; }

.row-fluid .product-box .products { border-left: 1px solid #de8996; width: 239px; float: left; padding: 5px 0px 0px 7px; margin-left: 7px; height: 253px; overflow: hidden; color:#fff; text-align: left;  color: #fff;  margin-bottom: 0px; font-size: 0.75em; } 

.row-fluid .product-box .products > div:first-child a { position:relative; color:#fff; font-size:16.8px; font-weight: bold;  margin-bottom: 10px; float:left; margin-top: 3px; }

.row-fluid .product-box .products > div:first-child a:hover { color:#000; }

.row-fluid .product-box .products div { margin-left:5px; }

.row-fluid .product-box .products > div:first-child a:before { content: "/"; color: #132530; margin-right: 5px; }

.row-fluid .product-list span div:first-child .products{ padding: 5px 0px 0px 0px !important; margin-left: 8px; border-left: 0px; }

.row-fluid .product-box .products div:last-child { margin-top:14px; }

.row-fluid .since-mian { float:left; width:100%; background: linear-gradient(#fefefe, #e3e3e3); }

.row-fluid .since-content-box { padding:0 30px 30px 30px; float:left; width:100%; }

.row-fluid .since-left { padding: 5px 60px 0px 0px; border-right: 2px solid #ee7688; width:50.8%; float:left; }

.row-fluid .since-right { float:right; width:49.2%; padding: 55px 10px 0 20px; margin:0; line-height: 25px; color: #132530;  font-size: 0.81em; }


.row-fluid .announce-div0 { float: left; width: 100%; margin-bottom: 10px; }
.row-fluid .ab-copy0.ab-copy { color:#fff; text-align:center;  padding: 6px 0px 6px 0 !important; }
.row-fluid .ab-copy0 .register0-text7,.row-fluid .ab-copy0 .announce-form055 { float:none; display:inline-block; width:auto; vertical-align:middle; margin:0 10px; font-size:15px; }
.announcement-bar-main .ab-copy0 form { top:0px; right: auto; position:relative; }
.announcement-bar-main .ab-copy0 form .hs_submit { display:block; } 
.announcement-bar-main .ab-copy0 form > div.hs_email { float:left; width:70%; margin:0; }
.announcement-bar-main .ab-copy0 form > div.hs_email label { display:none; }
.announcement-bar-main .ab-copy0 form > div.hs_email input { margin:0; height:30px; line-height:30px; padding:0 10px; border:0; }
.announcement-bar-main .ab-copy0 form > div.hs_submit { float:left; width:30%; margin:0; padding-left:5px; }
.row-fluid .ab-copy0 .hs-button.large.primary  {    border-radius: 5px; background:#15222a; color:#fff; border: 0; outline: 0;margin: 0 !important; padding:0 10px;  height:31px; line-height:32px; font-weight: normal; font-size: 12px; text-transform: uppercase; box-shadow: none; }
.row-fluid .ab-copy0 .actions { padding:0; margin:0; }
.row-fluid .ab-copy0 .hs-button.large.primary:hover { background:#fff; color:#15222a !important; opacity:1; }


/* Google CSE Style */
.row-fluid .top-search { float:none; width:auto; display:inline-block; vertical-align:middle; }
.row-fluid .header-search { padding-top:12px; float:left; display:inline-block; vertical-align:middle; }
.top .search-button { background-color:rgba(0, 0, 0, 0); border:0 none; color:#fff; cursor:pointer; display:inline-block; font-size:15px; line-height:20px; transition:all 0.2s ease; vertical-align: middle; z-index: ;  }   
.top .search-button:hover { color:#0093d8; }
.top .search-button::before, .footer .search-button::before { float:left; content:"?"; font-family:FontAwesome; font-stretch:normal; font-style:normal; transition:all 0.2s ease; padding:3px 10px; }
.top .search-button:hover:before{ color:#0093d8; }
.header-search .hs-input { transition:all 1s ease; background-color:#fff; border:0 none; color:#6b6b6b; font-size:15px; height:auto; max-width:300px; min-height:35px; opacity:0; padding:0 15px; position:absolute; width:100%; visibility:hidden; z-index:99; outline:none !important; }
.search-open .header-search .hs-input { opacity:1; visibility:visible; }
.header-search .hs-button.primary { display:none; }
.search-open .header-search .search-button::before { content:"?"; }
.search-open .header-search .search-button::after{ display:none; }

.row-fluid .top6-right { float:right; width:auto; margin:0; position:relative; padding-top:9px; }
.row-fluid .top6-right .header-contact , .row-fluid .top6-right .top { float:left; width:auto; margin:0 0 0 5px; }
.row-fluid .top6-right .search-button { color:#e51937; position:relative; top:5px; }
.row-fluid .top6-right .top .search-button::before { content: "\f002"; }

/* Google Custom Search Style */
.googleCse { width:300px !important; position:absolute; right:0; top:45px; text-align:left; z-index:11; }
.googleCse .cse .gsc-control-cse, .googleCse .gsc-control-cse { padding:0; border:none !important; }
.googleCse .gsc-search-box-tools .gsc-search-box .gsc-input { width:100% !important; padding:0; }
.googleCse .gsc-input-box { height:auto !important; border:none; }
.googleCse .gsc-search-box td { padding:0 !important; }
.googleCse .gsc-search-box input.gsc-input {     font-family: titilliumtext22l003, Arial, Helvetica, sans-serif !important; border-radius:0; display:inline-block; background-image:none !important; width:100%  !important; height:40px !important; padding:0 15px !important; color:fff; font-size:14px; font-family:'Lato'; font-size:14px; border:0; vertical-align:top; }
.googleCse .gsc-search-box .gsib_b { display:none !important; }
.googleCse table.gsc-search-box { margin:0; }
.googleCse .gsc-search-button { width: 36px !important; padding: 0 !important; margin: 0 !important; position:relative; }
.googleCse .gsc-search-button input { opacity:0 !important; position:relative; z-index:5; display:none; }
.googleCse .gsc-search-button:before { display:none; content:"\f002"; font-family:'FontAwesome'; z-index:3; font-size:15px; position:absolute; left:0; bottom:0; right:0; top:0; text-align:center; line-height:33px; color:#a9bcc2; transition:all ease 0.3s; }
.googleCse .gsc-search-button:hover:before { color:#e4b43a; }
.googleCse .gsc-selected-option-container { min-width:95px; }
.top form.gsc-search-box { margin-bottom:0 !important; }

.row-fluid .top6-right form { background:transparent; padding:0; }
.row-fluid .top6-right form input { text-indent:0 !important; background:#eeeeee !important; }

/*************stripsteel*************/

.row-fluid .hero-main-section { float:left; width:100%; padding: 12px 0px 50px 0px; background-repeat: no-repeat !important; position:relative; /*background: url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/bannerLineBg.png') left top,url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/contentBg_1.jpg') left bottom repeat;*/ background-size:100% auto !important; }

.row-fluid .hero-main-section:after { display:block; width:100%; height:100%; content:''; background:url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/contentBg.jpg')  repeat-x 0px 0px scroll #e2e2e3; left:0; bottom:0;position:absolute; z-index:-1; }

.row-fluid .banner-bg img { min-height: 373px; }

.row-fluid .left-sidebar { z-index:9999; margin-left:0; width:201px; /*overflow: hidden;*/ position: relative; background-repeat: no-repeat; background-position: top 0 right; float:left; }

.row-fluid .left-breadcrumb { float:left; width:100%; padding: 13px 0px 0px 10px; min-height: 361px; border-right: 0px solid #fff; }

.row-fluid .left-breadcrumb .hs-menu-wrapper > ul > li { margin-bottom: 8px; font-size: 16px; float:left; width:100%; font-family: 'titilliumtext22l002'; }

.row-fluid .left-breadcrumb .hs-menu-wrapper > ul > li > a { padding:0; display: block; line-height: 20px; color: #000; padding: 0px 0px 0px 5px;} 

.row-fluid .left-breadcrumb .hs-menu-wrapper > ul > li> a:hover,.row-fluid .left-breadcrumb .hs-menu-wrapper > ul > li > a:hover:before { color:#E51937; }
.row-fluid .left-breadcrumb ul ul { display:block; padding:5px; width:180px; position:relative !important; left:auto  !important; top:auto !important; }
.row-fluid .left-breadcrumb ul ul a { color:#fff; line-height:26px; padding:5px 10px; font-family: 'TitilliumBold'; font-size:14px;}
.row-fluid .left-breadcrumb ul ul a.active {color:#E51937;}
.hs-menu-item.hs-menu-depth-2.active.active-branch a {color:#e51937;}
.row-fluid .left-breadcrumb ul li {}
.row-fluid .left-breadcrumb ul li a {   white-space: normal; width: 100%; text-overflow: inherit; word-wrap:break-word; }
.row-fluid .left-breadcrumb ul ul a:hover { color:#E51937; }
.left-breadcrumb .hs-menu-item .hs-menu-depth-1 a.active {color:#e51937;}

.row-fluid .left-breadcrumb .hs-menu-wrapper>ul li.active>a {color: #e51937;}

.row-fluid .left-breadcrumb span.childtrigger {
      display: none; !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute !important;
      top: 0px;
      right: 0px;
      width: 25px  !important; /* Button width */
      min-width: 22px  !important;
      height: 22px  !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted #000;
      color:#000!important;
  }
.row-fluid .left-breadcrumb   span.childtrigger:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

.row-fluid .left-breadcrumb   span.childtrigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
.row-fluid .left-breadcrumb   span.childtrigger span:after {
      position: absolute;
      content: '';
  }
.row-fluid .left-breadcrumb   span.childtrigger span, .row-fluid .left-breadcrumb  span.childtrigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #000; /* Icon color */
      display: block;
  }
 
.row-fluid .left-breadcrumb span.childtrigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
.row-fluid .left-breadcrumb span.childtrigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
.row-fluid .left-breadcrumb span.childtrigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }


.row-fluid .left-grey-section,.row-fluid .right-grey-section { float:left; width:100%; min-height: 377px; text-align:center;    background-repeat: repeat-x !important; background-position: top 0 left !important;  background-size: contain !important; }

.row-fluid .right-grey-section { padding-top:30px; }

.row-fluid .left-grey-section .grey-image {  margin-top:30px; }

.row-fluid .right-sidebar { margin-left:0; width:201px; overflow: hidden; position: relative; background-repeat: no-repeat; background-position: top 0 right; float:right; }

.row-fluid .right-sidebar .cta-section { padding:11px 15px 24px; float:left; width:100%; }

.row-fluid .grey-content { float:left; width:100%; margin-bottom:30px; font-weight: bold; color: #132530; font-size:10.96px; padding: 5px; padding-top: 0px; }

.row-fluid .middle-section { float:left; width:100%; margin-left:0;  width: 598px; min-height: 431px; background-repeat: repeat-x !important; background-position: top !important; padding-bottom:40px;}

.row-fluid .middle-top {  background-repeat: no-repeat !important; width: 598px;height: 121px; overflow: hidden; }

.row-fluid .middle-head h1 { position: relative; z-index: 8; margin-bottom: 0px; padding-top: 14px; margin-left: 30px; }  

.row-fluid .pdf-section { text-align:right; margin-bottom: 15px; text-transform:uppercase;}

.row-fluid .pdf-section a { padding:8px; z-index:1;font-size: 9px; display: inline-block; color: #fff !important; margin:0; text-transform: uppercase; font-weight: bold; position:relative; }

.row-fluid .pdf-section a:after { z-index:-1; position:absolute;  top:0; left:-11px; width:auto; height:100%; width:100%; display:block; content:''; -moz-transform:skewX(-33deg); -webkit-transform:skewX(-33deg); background:#df1837; }
 
.row-fluid .pdf-section p { float:right; width:auto; background:#df1837; margin:0;}

.row-fluid .middle-inner-content { float:left;width:100%; padding:20px 10px 0 10px;}
.row-fluid .middle-inner-content-flex {background:#fff; float:left; width:100%; padding:5px 10px;}

.row-fluid .middle-image { float:left; width:23%; }

.row-fluid .product-detail { float:left; width:74%; }

.row-fluid .product-detail h3 { font-size: 1.30em; line-height: 30px; color: #e51937; min-height:auto; padding-right: 20px;  }

.row-fluid .middle-inner-content h2 { font-weight: bold; font-size: 0.93em; margin-bottom: 10px; text-transform: uppercase; color: #505254; text-transform:uppercase; line-height:24px; }

.row-fluid .middle-inner-content ul { padding-left:18px; }

.row-fluid .middle-inner-content ul li,.row-fluid .box-channel-content ul li { margin-bottom: 10px; font-size: 0.81em; color: #132530; }

.row-fluid .quality-section-box { float:left; width:100%; border-top:1px solid #CCCCCC; margin-top: 15px; padding-top: 12px; }

.row-fluid .quality-section { float:left; width:33.3%; margin:0; }

.row-fluid .quality-section h2 span {font-size: small;}

.row-fluid .contact-detail { line-height:19px; border-bottom:1px solid #9C9C9C; }

.row-fluid .middle-section a { color:#132530; }

.row-fluid .middle-section a:hover { color:#d3223c; }

.row-fluid .contact-form form > div { margin-bottom:10px; }

.row-fluid .contact-form form .hs_submit,.row-fluid .capability-form form .hs_submit { text-align:right; }

.row-fluid .contact-form form .hs-form-field label {  margin-bottom: 4px; color:#132530; font-size: 0.81em; }

.row-fluid .contact-form form input[type="text"],.row-fluid .contact-form form input[type="password"],.row-fluid .contact-form form input[type="tel"],.row-fluid .contact-form form input[type="email"] { width: 245px; padding: 0px 5px; height: 34px; line-height: 34px; background: #CCC;font-size: 0.75em; color: #141e24; }

.row-fluid .contact-form form  textarea { width: 520px; height: 75px;  padding: 5px; background: #CCC; font-size: 0.75em; color: #141e24; }

.row-fluid .contact-form form .primary.large,.row-fluid .capability-form form .primary.large{ color: #fff; text-transform: uppercase; background: #e51937; font-size: 0.81em; height: 31px; line-height: 31px;  padding: 0px 10px; display: inline-block; margin-right:10px;  }

.row-fluid .left-sidebar,.row-fluid .right-sidebar {margin-bottom:40px; }

.row-fluid .right-grey-section a { color:#000; }

.row-fluid .right-grey-section a:hover { color:#d3223c; }

.row-fluid .capability-form form > fieldset > div > label {font-weight: bold; font-size: .93em; margin-bottom: 10px; text-transform: uppercase; color: #505254; text-transform: uppercase; line-height: 24px; }

.row-fluid .capability-form form ul { margin-top:5px;}

.row-fluid .capability-form form ul li { list-style:none; }

.row-fluid .capability-form h3 { display:none; }

.row-fluid .capability-form input[type="text"],.row-fluid .capability-form input[type="email"],.row-fluid .capability-form input[type="tel"]{ background: #CCC;font-size: 0.75em; color: #141e24; margin-bottom: 25px; margin-right: 10px; height: 32px; line-height: 32px; padding: 0px 5px; float: left; }

.row-fluid .capability-form .input .hs-form.fieldset.form-columns-1 .hs-input { width:207px; }

.row-fluid .box-channel-content img  { width:100% !important; }

.row-fluid .box-details .channel-inner { padding-left:10px; }

.row-fluid .top-inner { height:110px; }

.row-fluid .inner-content p { padding-left:10px; }

.row-fluid .inner-content h2 { color: #E31837; font-size: 12px; text-transform: uppercase; margin-bottom: 7px; font-family: 'titilliumtext22l002'; font-weight:bold; }

.row-fluid .specification-box ul,.row-fluid .specification-box-z ul { padding-left:0; border-bottom:1px solid #E31837; float:left; width:100%;}

.row-fluid .specification-box ul li { width:auto; float:left; list-style:none;font-size: 11px; color:#E31837;padding: 3px 2px;  margin-right: 65px; }

.row-fluid .specification-box-z ul li { width:auto; float:left; list-style:none; font-size: 11px; color:#E31837;padding: 3px 2px;  margin-right: 35px; }

.row-fluid .specification-box ul li:last-child,.row-fluid .specification-detail > span > div > div > div:last-child,.row-fluid .specification-box-z ul li:last-child { margin-right:0; }

.row-fluid .absolute.design ul li { list-style-type: disc;}







/* .row-fluid .middle-section ul { padding-left:0; font-size: .81em;  }  */

.row-fluid .specification-detail > span > div > div { float:left; width:100%; margin-bottom:4px;  font-size: .81em; }

.row-fluid .specification-detail > span > div:nth-child(odd) > div { background: url('//cdn2.hubspot.net/hubfs/290905/trGrayBg.jpg') repeat-y center 0px scroll; background-size: cover; }

.row-fluid .specification-detail > span > div:nth-child(2) > div { background: url('//cdn2.hubspot.net/hubfs/290905/trWhiteBg.jpg') repeat-y center 0px scroll; background-size: cover; }

.row-fluid .specification-detail > span > div > div > div { float:left; width:auto;  margin-right: 58px; }



.row-fluid .specification-detail-z > span > div > div { float:left; width:100%; margin-bottom:4px;  font-size: .81em; }

.row-fluid .specification-detail-z > span > div:nth-child(odd) > div { background: url('//cdn2.hubspot.net/hubfs/290905/trGrayBg.jpg') repeat-y center 0px scroll; background-size: cover; }

.row-fluid .specification-detail-z > span > div:nth-child(2) > div { background: url('//cdn2.hubspot.net/hubfs/290905/trWhiteBg.jpg') repeat-y center 0px scroll; background-size: cover; }

.row-fluid .specification-detail-z > span > div > div > div { float:left; width:auto;  margin-right: 21px; }

.row-fluid .custome h2 { color: #e51937; margin-bottom: 5px;}

.row-fluid .custome h4 { font-size: 0.87em; font-weight: bold; padding:0; line-height:normal; font-family: Arial,Helvetica,sans-serif; }

.row-fluid .custome > span > div > div { border-bottom:1px dashed #000; margin-bottom:25px; padding-bottom:15px; }

.row-fluid .custome > span > div:last-child > div  { border-bottom:none; }

.row-fluid .left-image,.row-fluid .right-image { margin:0; width:50%; }

.row-fluid .left-image img,.row-fluid .right-image img { width:100% !important; }

.hs-blog-header h2 {color:#ffffff; margin-left:25px;}
.blog-page .row-fluid .top-search { float:right; width:44%; margin:0; }

.blog-page .row-fluid .top-search .header-contact {float:left; width:121px; }

.blog-page .row-fluid .top-search .header-contact h2 { padding:0; margin-right:0; }

.blog-page .row-fluid .google-search { float:right; font-family: 'titilliumtext22l006'; width:307px; border-left: 1px solid #000; padding:2px 0 5px 13px; }

.blog-page .row-fluid .google-search label { background: url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/arrow.jpg') no-repeat right 8px scroll; color: #e51937; padding: 0px 42px 0px 0px; font-size: 0.75em; margin-right: 10px; line-height: 27px;  float: left; }

.blog-page .row-fluid .google-search input[type="text"] { float: left; height: 27px; line-height: 27px; background: #e2e2e2; padding: 0px 5px; width: 164px; border: 0px; border-radius: 0px; }

.blog-page .row-fluid .google-search .input { float:left; width:auto;  font-size: 12px; }

.blog-page .row-fluid .google-search .input a { background:#e71834; color:#fff; padding: 6px 10px 7px; float: left; }

.row-fluid .footer-form { float:left; width:70%; }
 
.row-fluid.footer-certified {float:right; width:30%; }

.blog-page .row-fluid .footer-mian { height:335px; }

.blog-page .row-fluid .sub-footer { position:inherit; }

.blog-page .row-fluid .sub-footer-content { padding-left:0; padding-top:15px; }

.blog-page .footer-form h3 { font-size: 1.56em; color: #899298; margin-bottom: 27px; line-height:24px; }

.blog-page .footer-form .hs-form fieldset { max-width:100%; }

.blog-page .footer-form input { padding:9px; }

.blog-page .footer-form .input  { background: #fff; font-size: 0.75em; color: #141e24; margin-right: 10px; float: left; margin-bottom: 17px; width:100%; }

.blog-page .footer-form .form-columns-2 .hs-form-field,.blog-page .footer-form .hs-form-field  { width: 31.7%; float: left; margin-right: 10px; } 

.blog-page .footer-form .hs-form fieldset.form-columns-3 .hs-form-field { width: 31.7%; float: left; }

.blog-page .footer-form .hs_submit { float:right; width:auto; padding-right:10px; margin-bottom:30px;}

.blog-page .footer-form .primary.large { background: #E51937; color: #fff; font-size: 0.81em; padding: 8px 0; border: 0px; border-radius: 0px; width: 70px; }

.blog-page .footer-form input[type="text"],.blog-page .footer-form input[type="password"], .blog-page .footer-form select,.blog-page .footer-form textarea { background: #fff; font-size: 12px;color: #000; }

.customSelect {
    padding: 5px 10px;
    border-top: 1px solid #a4a4a4;
    border-left: 1px solid #969696;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #c0c0c0;
    background: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:5px 0;
}
ul.inputs-list.multi-container {margin:5px 0;}
.blog-page .footer-form textarea { padding:6px 6px 0 6px; }
  
.blog-page .left-sidebar .left-breadcrumb ul { padding-left:0; float:left; width:100%; margin-top:0; }

.row-fluid .blog-topic ul { padding-left:0; float:left; width:100%; margin-top:12px; }

.blog-topic {margin-top:15px;}

.blog-page .left-sidebar .left-breadcrumb ul li { list-style:none; }

.blog-page .row-fluid .blog-main-section { background-repeat:no-repeat !important; padding: 12px 0px 0px 0px; }

.blog-page .row-fluid .left-sidebar { width:20%; }

.blog-page .row-fluid .blog-right { float:right;width:80%; margin:0; }

.blog-page .row-fluid .blog-banner { padding:55px 0;}

.blog-page .row-fluid .blog-banner h1 { font-family: 'TitilliumBold'; position: relative; z-index: 8; margin-bottom: 0px; padding-top: 52px; line-height: 32px; margin-left: 30px; font-size: 40px;  color: #ffffff; margin-top:0; padding-top:0; }

.blog-page .post-header h2 { text-transform:capitalize; font-size: 16px; font-weight: normal; margin-top:0; margin-bottom:7px; line-height:20px;}

.blog-page .post-header h2 a { color: #e51937; }

.hs-blog-post .section.post-header #hubspot-author_data a { color:#e51937; }

.blog-page .post-header h2 a:hover,.hs-blog-listing .author-detail a:hover,.hs-blog-post .section.post-header #hubspot-author_data a:hover { color:#000; }

.blog-page .blog-right .blog-content { float:left; width:100%; background:#fff; padding: 35px 22px 20px 34px; margin-bottom: 25px; font-size:12px;}

.blog-page .blog-right .blog-content p { font-size:12px; }

.blog-page .author-detail { font-size: 11px; color: #939598; font-weight: bold; font-family: arial; margin-bottom: 20px; }

.blog-page .author-detail a { color: #e51937; }

.row-fluid .post-box  { float:left; width:100%; padding-bottom:60px; }

.row-fluid .post-box .read-more { color:#e51937; font-weight:bold; border: 1px solid #e51937; border-radius: 7px; padding: 3px 7px; float:left; margin-top:11px; }

.row-fluid .post-box .read-more:hover { background:#e51937; color:#fff; }

.row-fluid .post-box .hs-blog-social-share { width: auto; float: right; }

.row-fluid .post-box .hs-blog-social-share ul li:last-child div { width:60px !important; }

.row-fluid .blog-right-section { float:right; margin:0; color: #939598; font-size: 12px; font-family: arial; line-height: 18px;}

.row-fluid .blog-right-section h3 { margin-top:0; color: #e51937!important; font-size: 25px!important; font-family: 'TitilliumBold'; margin-bottom: 0px!important; position: relative!important;  padding-bottom: 25px!important; line-height: 1!important;}

.row-fluid .blog-right-section h3:after { display:block; position:absolute; bottom:0; left:0; content:''; background: url('//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/blogPostAfterBorder.png') left center no-repeat; width: 100%; height: 15px; }

.row-fluid .blog-right-section a { color: #e51937; }

.row-fluid .blog-right-section .feedreader_box { float:left; width:100%; padding-top:6px; }

.row-fluid .blog-right-section .feedreader_box p { margin:0; }

.row-fluid .blog-pagination { float:left; width:100%; font-size:16px; }

.row-fluid .blog-pagination a { background:#e6203d; color:#fff; text-transform:capitalize; padding: 7px 22px; border-radius: 10px;}

.row-fluid .blog-topic ul li { list-style:none; width:100%;  margin-bottom:5px; float:left; }

.row-fluid .blog-topic ul li a { color: #e51937; font-size: 13px; line-height: 18px; float:left;}

.history .row-fluid .contact-detail { border-bottom:none; line-height:18px; }

.row-fluid .map-content { float:left; width:100%; text-align:center; }

.row-fluid .map-detail { float:left; width:90%; }

.row-fluid .middle-inner-content.new ul { padding-left:15px !important; }

.row-fluid .middle-inner-content.new ul li { margin-bottom:0; font-size:12px;}

.hs-blog-post .section.post-header h1 { margin-top:0; }

.hs-blog-post .section.post-header h1 span { color:#e51937; font-size: 25px; font-family: 'TitilliumBold'; margin-bottom: 2px;}

.hs-blog-post .blog-left-section .widget-type-blog_comments { display:none; }

.hs-blog-post .hs-blog-social-share { padding-top:30px; }

.hs-blog-post .section.post-header #hubspot-author_data { margin-bottom:15px; }

.row-fluid .middle-inner-content h3 { font-size: 1.30em; line-height: 30px; color: #e51937; min-height:auto; padding-right: 20px;  margin-top: 5px; }

.row-fluid .middle-inner-content span { line-height:18px; }

.contact-page .row-fluid .middle-inner-content h3 { display:none; }

.contact-page .row-fluid .contact-form { padding-top:10px; }

.flatwire .row-fluid .middle-inner-content h2 { margin:0; } 

.transparant-bg img { height:40px; }

.roll-content { background:#fff;  padding-left:15px;}

.row-fluid .middle-inner-content.top-space { float:left; width:100%; margin-left:6px; padding-top:6px; padding-left:0; padding-right:7px; }

.row-fluid .middle-inner-content.top-space a { color: #e51937; }

.row-fluid .left-certification { float:left; width:100%; text-align:center; min-height: 405px; }

.row-fluid .pdf-head { float:left; width:100%; text-align:center; font-weight: bold; color: #e51937; margin-bottom: 3px; }

.row-fluid .pdf-img { border: 1px solid #bebebe; }

.row-fluid .pdf-img img { width:100% !important; }

.row-fluid .download-content2 { float:left; width:100%; text-align:center;  padding-top:15px;}

.row-fluid .content2-inner {  border: 1px solid #bebebe; padding:10px 10px; }

.row-fluid .content2-pdf { float:none; display:inline-block; width:30%; }

.row-fluid .content2-pdf .pdf-head { margin-bottom:6px; font-weight:normal; color: #505254; }

.row-fluid .pdg-list { float:none; display:inline-block; width:30%; vertical-align:top; }

.row-fluid .pdg-list ul { padding-left:0; }

.row-fluid .pdg-list ul li { list-style:none; margin-bottom:20px; }

.row-fluid .product-pdf { float:left; width:28%; }


.row-fluid .news-detail { float:left; width:100%; padding-top:30px; }

.row-fluid .news-detail h2 {  font-weight: bold; font-size: 0.93em; margin-bottom: 10px; }

.row-fluid .news-detail h2 a { color:#e51937; font-size: 0.93em; text-transform:capitalize; }

.row-fluid .news-detail h2 a:hover { text-decoration:underline; }

.row-fluid .news-detail div:nth-child(2) { color: #132530; font-size: 0.81em; font-weight:bold; }

.row-fluid .news-detail div:nth-child(3) { font-size: 0.81em; padding-top:12px; }

.row-fluid .news-detail div:nth-child(5) a { color: #e51937; font-size: 0.81em; margin-top:10px; float:left; }

.news .row-fluid .custome > span > div > div { border:none !important; }

.news-inner .row-fluid .news-detail div:nth-child(2) { display:none; }

.news-inner .row-fluid p{ font-size:12.96px; }

.row-fluid .news-detail div:last-child { float:right; width:100%; text-align:right; padding-right:15px;  margin-bottom: 15px; }

.row-fluid .news-detail div:last-child a { color: #e51937; }

.news .row-fluid .news-detail div:last-child { display:none; }

.channel .row-fluid .specification-box-z ul li { margin-right:29px; }

.channel .row-fluid .specification-detail-z>span>div>div>div { margin-right:15px !important; }

.channel .row-fluid .specification-box-z ul li:last-child { margin-right:0; }

.channel .absolute.design p { font-size:14px; }

.channel .row-fluid .absolute.design ul li{ margin-bottom:10px; font-size:13px; list-style:square; }

.channel .row-fluid .specification-detail-z > span > div > div > div{ width:32px; }

.z-specific .row-fluid .specification-box ul{ margin-bottom:0; }

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

.lp-simple .header-container-wrapper {padding:20px 0;}

.lp-simple .wrapper {padding:20px;}
.inputs-list {list-style-type:none;}
ul.inputs-list.multi-container {padding:0;}
.hs-button.large.primary {background: #e51937;
    color: #fff !important;
    font-size: 18px;
    display: inline-block;
    padding: 20px 40px;
    margin: 10px 0 !important;
}
.hs-button.large.primary:hover {opacity:.7;}
form {background:#eeeeee; padding:20px; font-family: 'titilliumtext22l002';}
input {margin:5px 0 10px;}
/*************footer*************/

.row-fluid .footer-mian { float:left; width:100%; background-repeat: repeat; background-size: inherit;  height: 212px; background-repeat: repeat-x; background-position: bottom center;position:relative;  }

.row-fluid .certified-box { position:relative; width: 100%; float:left; }

.row-fluid .certified-content {  width:auto;  position:absolute; right:0; top:-64px; }

.row-fluid .sub-footer { float:left; width:100%; bottom: 11px; height: 43px;  color: #fff; line-height:auto; font-size: 0.93em; margin-bottom: 0px; position:absolute; background:rgba(0,0,0,0.2);}

.row-fluid .sub-footer a { color: #fff; }

.row-fluid .sub-footer a:hover { color:#e41937; }

.row-fluid .sub-footer-content { padding-left:20px; }

.row-fluid .sub-footer-content p { font-size:15px; margin-top:15px !important;}

.row-fluid .direction-content { padding-bottom:35px; }
 
 
 
 
 /*======================================
 #
 =======================================*/
 



 
body.history .row-fluid .mainmenu ul li:nth-child(2):after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; }
body.hs-content-name-senior-leadership .row-fluid .mainmenu ul li:nth-child(2):after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; }
/*body.hs-content-name-slotted-angle .row-fluid .mainmenu ul li:nth-child(7):after { background:url("//cdn2.hubspot.net/hubfs/290905/images/navBg3.jpg") repeat-x; }*/
body.hs-content-path-stripsteel-capabilities .row-fluid .mainmenu ul li:nth-child(3):after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; }
body.hs-content-path-rollformad-capabilities .row-fluid .mainmenu ul li:nth-child(5):after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; }
body.hs-content-path-roll-formed-angles .row-fluid .mainmenu ul li:nth-child(5):after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; }
body.hs-content-name-roll-formed-box-channels .row-fluid .mainmenu ul li:nth-child(5):after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; }
body.hs-content-name-cargo-track .row-fluid .mainmenu ul li:nth-child(5):after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; }
body.hs-content-name-roll-formed-channels .row-fluid .mainmenu ul li:nth-child(5):after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; }
body.hs-content-name-corrugated-scuff .row-fluid .mainmenu ul li:nth-child(5):after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; }
body.hs-content-name-custom-shapes .row-fluid .mainmenu ul li:nth-child(5):after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; }
body.hs-content-name-hat-sections .row-fluid .mainmenu ul li:nth-child(5):after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; }
body.hs-content-name-logistic-side-posts .row-fluid .mainmenu ul li:nth-child(5):after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; }
body.hs-content-name-roof-bows .row-fluid .mainmenu ul li:nth-child(5):after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; }
body.hs-content-name-solar-racking-shapes .row-fluid .mainmenu ul li:nth-child(5):after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; }
body.hs-content-name-t-sections .row-fluid .mainmenu ul li:nth-child(5):after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; }
body.hs-content-name-z-sections .row-fluid .mainmenu ul li:nth-child(5):after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; }
body.hs-content-path-flat-wire-capabilities .row-fluid .mainmenu ul li:nth-child(6):after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; }
/*body.hs-content-path-slotted-angle-capabilities .row-fluid .mainmenu ul li:nth-child(7):after { background:url("//cdn2.hubspot.net/hubfs/290905/images/navBg3.jpg") repeat-x; }*/
body.hs-content-name-careers .row-fluid .mainmenu ul li:last-child:after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; background: #2f2f2f; }
body.hs-content-name-directions .row-fluid .mainmenu ul li:last-child:after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; background: #2f2f2f; }
body.hs-content-path-map .row-fluid .mainmenu ul li:last-child:after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; background: #2f2f2f; }
body.hs-content-path-sitemap .row-fluid .mainmenu ul li:last-child:after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; background: #2f2f2f; }
body.hs-content-name-careers .row-fluid .mainmenu ul li:last-child{ background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; background: #2f2f2f; }
body.hs-content-name-directions .row-fluid .mainmenu ul li:last-child { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; background: #2f2f2f; }
body.hs-content-path-map .row-fluid .mainmenu ul li:last-child{ background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; background: #2f2f2f; }
body.hs-content-path-sitemap .row-fluid .mainmenu ul li:last-child{ background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; background: #2f2f2f; }
body.hs-content-path-contact-us .row-fluid .mainmenu ul li:last-child{ background: #2f2f2f; }

.row-fluid .mainmenu ul li.active-branch:after { background:url("//cdn2.hubspot.net/hubfs/290905/Hynes_Industries-2016/li1_image.jpg") repeat-x; }
.row-fluid .mainmenu ul li:nth-child(7).active-branch:after { background:url("//cdn2.hubspot.net/hubfs/290905/images/navBg3.jpg") repeat-x; }
.row-fluid .mainmenu ul li.active-branch:last-child , .row-fluid .mainmenu ul li.active-branch:last-child:after { background: #2f2f2f; }
.row-fluid .mainmenu ul li ul { display:none; }


/* .row-fluid .inner-content{ background:#fff; } */
.channel .row-fluid .absolute.design ul{ padding:0; margin:0; }
.roll-angles .row-fluid .specification-box-z ul li{ margin-right:0; width:58px; text-align:center; }
.roll-angles .row-fluid .specification-detail-z > span > div > div > div{ margin-right:0; width:58px; }
.roll-angles .row-fluid .specification-box-z ul li:first-child{ text-align:left; }
.since-section .row-fluid .since-right{ padding:55px 10px 0 20px !important; }
.roll-formed-angles-img img{ width:265px !important; }
.right-image.roll-formed-chanels-right img{ width:265px !important; }
.right-image.roll-formed-chanels-right{ background:#fff; }

.row-fluid .related-link  { display:none; }

.row-fluid .left-sidebar { background:#b9bcc1!important; margin:0 0 10px !important; padding:0 !important;  }
.row-fluid .left-breadcrumb { padding:0  !important; }
.row-fluid .left-breadcrumb .hs-menu-wrapper > ul > li > a { background:none; }
.row-fluid .left-breadcrumb .hs-menu-wrapper > ul > li { border-bottom:1px solid #999; }
.row-fluid .left-breadcrumb .hs-menu-wrapper.hs-menu-flow-vertical > ul { margin:0 !important; }

.row-fluid .left-breadcrumb span.childtrigger { height: 39px !important; min-width: 27px !important; }
.row-fluid .left-breadcrumb ul li a:before { display:none; }
.row-fluid .left-breadcrumb .hs-menu-wrapper >ul > li > a { padding:10px !important; }
.row-fluid .left-breadcrumb ul li { margin: 0 !important; } 


/*  */
body.hs-content-path-blog-all .post-box h2{ font-size:20px; line-height:24px; }
.row-fluid li.hs-form-radio span{ padding-left:5px; }
body.hs-blog-listing form,
body.hs-blog-post form { float:left; width:100%; position:relative;  }
.blog-page .footer-form .hs_email{ width:67%; }
.blog-page .footer-form .hs_email label{ padding-bottom:10px; display:inline-block; }
.blog-page .footer-form .primary.large{ width:100%; margin-top:27px !important;  padding:14px 0;  }
.blog-page .footer-form .hs_submit{ width:30%; }

.announce-div0 #hs_cos_wrapper_module_149494422031575 { background-color:transparent !important; border-color:transparent !important; padding-left:0 !important; padding-right:0 !important; border-style: none !important; }
.announcement-bar-main.fixed { position:fixed; top:0; width:100%; }

 
@media (min-width: 992px) and (max-width: 1240px){
    
    
	.row-fluid .wrapper {  width:962px !important; }
    
    .row-fluid .slider-main .hs_cos_flex-slider .hs_cos_flex-slides img { height:360px; }
    
    .row-fluid .product-box .products { width:229px; }
    
    .row-fluid .middle-section { width:564px; }
    
    .row-fluid .right-sidebar { width:197px; }
    
    .row-fluid .sub-footer { height:47px; }
    
    .flatwire .row-fluid .product-detail h3 { width:100%; padding-right:0; }
    
    .row-fluid .left-sidebar,.row-fluid .right-sideba { margin-bottom:0 !important; }
    
    
    .row-fluid .specification-box, .row-fluid .specification-box-z { width:49%; }
    
    .row-fluid .specification-box ul li { margin-right:60px; }
    
    .row-fluid .specification-detail > span > div > div > div { margin-right:52px; }
    
    .row-fluid .specification-box-z ul li { margin-right:32px; }
    
    .row-fluid .specification-detail-z > span > div > div > div { margin-right:17px; }
    
    .blog-page .row-fluid .top-search { width:46%; }
    
    .row-fluid .post-box .hs-blog-social-share { width:100%; }
    
	
}

@media (min-width: 768px) and (max-width: 991px){
    
    .row-fluid .wrapper {  width:738px !important; }
    
    .row-fluid .slider-main { height: 278px; } 
    
    .row-fluid .mainmenu ul li { padding: 0 18px 0 13px !important; }
    
    .row-fluid .product-box .products { width:173px; }
    
    .row-fluid .product-list span div:first-child .products { margin-left:5px; }
    
    .row-fluid .slider-main .hs_cos_flex-control-nav { bottom:5px; }
    
    .row-fluid .since-left { padding-right:20px; }
    
    .row-fluid .header-main { padding:20px 0 0px; }
    
    .row-fluid .mainmenu { margin-top:10px; }
    
    .row-fluid .product-box { height:auto; padding-bottom:20px; }
    
    .row-fluid .product-box .products div:last-child { margin-top:8px; }
    
    .row-fluid .left-breadcrumb { padding-left:10px; }
    
    .row-fluid .left-sidebar { width:22%; }
    
    .row-fluid .right-sidebar { width:20%;}
    
    .row-fluid .middle-section { width:58%; }
    
    .row-fluid .left-breadcrumb ul li { font-size:14px; padding-right:5px; }
    
    .row-fluid .sub-footer { height:48px; }
    
    .row-fluid .middle-top { width:100%; }
    
    .row-fluid .contact-form form textarea { width:90%; }
    
    .row-fluid .left-sidebar,.row-fluid .right-sidebar { margin-bottom:0 !important; }
    
    .flatwire .row-fluid .product-detail h3 { font-size:17px; padding-right: 0; line-height: 21px; }
    
    .row-fluid .specification-box, .row-fluid .specification-box-z { width:48%; }
    
    .row-fluid .specification-box ul li { margin-right:36px; }
    
    .row-fluid .specification-detail > span > div > div > div { margin-right:30px; }
    
    .row-fluid .specification-box-z ul li { margin-right:26px; }
    
    .row-fluid .specification-detail-z > span > div > div > div { margin-right:9px; }
    
    .row-fluid .post-box .hs-blog-social-share { width:100%; }
    
    .blog-page .row-fluid .footer-mian { height: 394px; }
    
    .row-fluid .blog-pagination a { padding:7px 12px; }
    
    .blog-page .row-fluid .top-search { width:60%; }
    .row-fluid .top6-right { padding-top:18px; }
    .row-fluid .ab-copy0 .register0-text7, .row-fluid .ab-copy0 .announce-form055 { font-size:13px; margin:7px 6px; }
    .row-fluid .ab-copy0 a.cta_button { font-size:13px; }
    
   
}

@media (min-width: 30px) and (max-width: 767px){
    
    .row-fluid .wrapper {  width:100% !important; padding:0 15px; }
    .row-fluid .announce-div0 { margin-bottom:20px; text-align:center; }
    body:not(.mobile-open) .row-fluid .mainmenu00 a.mobile-trigger  { margin-top:61px; }
    body .row-fluid .mainmenu00 ul li a { text-align:left; padding-left:20px !important; padding-right:20px !important; }
    .announce-div0 .ab-close { display:none; }
    .googleCse { top: 67px; width: 100% !important; }
    .announcement-bar-main .ab-copy0 form  { float:none; display:inline-block; }
    .announcement-bar-main .ab-copy0 form > div.hs_email , .announcement-bar-main .ab-copy0 form > div.hs_submit { padding:0 10px; }
    
    .row-fluid .header-main { padding:20px 0 0px; }
    
    .row-fluid .mainmenu { margin-top:0px; width:100%; float:left; }
    
    .row-fluid .right-sidebar { margin-bottom:90px !important; }
    
    .row-fluid .header-contact,.row-fluid .slider-box { float:left; width:100%; border-right:none; }
    
    .row-fluid .slider-main,.row-fluid .product-box { padding-top:0; float:left; width:100%; height:auto; }
    
    .row-fluid .slider-right { float:left; width:100%; border-right:none;text-align:center; height:auto; }
    
    .row-fluid .slider-box { float:left; width:100%; border-right:none;text-align:center; height:auto; }
    
    .row-fluid .header-contact h2 { padding:0; margin: 10px 0 0 0; }
    
    .row-fluid .mainmenu ul li:after,.row-fluid .product-box .products a:before { display:none; }
    
    .row-fluid .mainmenu ul li:last-child { background:none; left:0; }
    
    .row-fluid .mainmenu ul li:first-child { border-top:none; }
    
    .row-fluid .mainmenu ul li { width:100%; padding:0 !important; margin:0; }
    
    .row-fluid .mainmenu ul li a { padding:0 !important; width:100%; }
    
    .row-fluid .mainmenu ul { margin-right:0; float:left; width:100%; }
    
    .row-fluid .mainmenu ul li:hover { background:#000; transition: all 300ms ease-in-out; }
    
    .row-fluid .slider-main .wrapper,.row-fluid .product-main .wrapper { padding:0; }
    
    .row-fluid .slider-right .row-number-2,.row-fluid .slider-right .row-number-3 { float:none; display:inline-block; width:auto; }
    
    .row-fluid .request-quote { border-bottom:none; padding:0; }
    
    .row-fluid .product-box .products,.row-fluid .product-box .products div { float:left; width:100%; padding:0; text-align:center; margin:0; }
    
    .row-fluid .product-box .products div img { width:100%; border-radius:8px; }
    
    .row-fluid .product-box .products,.row-fluid .product-list span div:first-child .products { height:auto; margin:0; padding:0 !important; border-left:0; }
    
    .row-fluid .product-box .products a { float:none !important; display:inline-block; }
   
   .row-fluid .product-list > span > div { padding:20px 0 !important; float:left; width:100%; border-bottom: 1px dotted #fff;}
   
   .row-fluid .product-box { padding:0px 20px;  background:#e51a38 !important; margin-bottom: 30px; }
   
   .row-fluid .since-left,.row-fluid .since-right,.blog-page .footer-form .hs_submit { float:left; width:100%; text-align:center; padding:0; }
   
   .row-fluid .since-left { border-right:inherit; border-bottom: 2px solid #ee7688; }
   
   .row-fluid .since-content-box ,.row-fluid .left-breadcrumb ul li{ padding:0; }
   
   .row-fluid .since-head h2 { margin-bottom:5px; margin-top: 8px; font-size:34px; }
   
   .row-fluid .since-content h3 { font-size:16px; line-height:26px; }
   
   .row-fluid .sub-footer-content #skype_c2c_container { display:none; }
   
   .row-fluid .sub-footer-content { padding:0; text-align:center; margin-top:20px; line-height:20px;}
   
   .row-fluid .since-right { padding:15px 0 90px; }
   
   .row-fluid .certified-content { margin-left: -63px !important; left:50%; }
   
   .row-fluid .sub-footer { height:auto; bottom:0; }
   
   .row-fluid .sub-footer-content p { line-height:24px; font-size:14px; margin-bottom:0; }
   
   .row-fluid .certified-img img { height:200px; }
   
   .row-fluid .left-breadcrumb ul li { font-size:14px; }

   .row-fluid .product-detail { width:100%; text-align:center; margin-top:0px; font-size:15px; }
   
   .row-fluid .middle-image { margin-top:20px; width:100%; text-align:center; margin-top:30px; }
   
   .row-fluid .product-detail h3 { font-size:14px; line-height:24px; padding-right:0;  }
   
   .row-fluid .middle-top, .row-fluid .right-sidebar { width:100%; float:left; text-align:center; }
   
   .row-fluid .contact-form { padding:0px 15px; width:100%; text-align:center;}
   
   .row-fluid .product-pdf,.row-fluid .content2-pdf { width:100%; text-align:center; padding-bottom:30px;}
   
   .row-fluid .contact-form form .hs-form-field label { text-align:left; float:left; width:100%; }
   
   .row-fluid .contact-form form .hs_submit { text-align:center; }
   
   .row-fluid .contact-form form input[type="text"], .row-fluid .contact-form form input[type="password"], .row-fluid .contact-form form input[type="tel"], .row-fluid .contact-form form input[type="email"],.row-fluid .contact-form form textarea { width:100%; }
   
   .flatwire .row-fluid .product-detail h3 { width: 282px; float: none; display: inline-block; margin-bottom:0; }
   
   .row-fluid .left-sidebar { margin-bottom:0 !important; }
   
   .row-fluid .middle-inner-content { line-height:22px; }
   
   .row-fluid .capability-form form .hs_submit { margin-bottom:30px; text-align:center;  }
   
   .row-fluid .left-image, .row-fluid .right-image { margin: 0; width: 100%; text-align:center; }
   
   .row-fluid .blog-right-section { float:left; width:100%; margin-top:20px; }
   
   .blog-page .row-fluid .left-breadcrumb, .row-fluid .left-breadcrumb ul { padding: 0; width: 100%; }
   
   .blog-page .row-fluid .blog-main-section { background:none !important; }
   
   .blog-page .row-fluid .left-sidebar,.blog-page .row-fluid .top-search,.blog-page .row-fluid .top-search .header-contact,.blog-page .row-fluid .google-search,.blog-page .row-fluid .blog-right { width:100%; background:none !important;padding-left:0;border-left:0; }
   
   .blog-page .row-fluid .left-breadcrumb ul li { float: left !important; width: auto; margin-right: 9px; }
   
   .blog-page .row-fluid .left-breadcrumb ul li a { padding-right: 8px; width: auto;  }
   
   .blog-page .row-fluid .left-breadcrumb { min-height: auto; }
   
   .blog-page .row-fluid .google-search label { width:81px; }
   
   .blog-page .row-fluid .blog-banner { padding: 14px 0; }
   
   .blog-page .blog-right .blog-content { padding: 25px 15px 20px 15px; margin-bottom:0; }
   
   .row-fluid .post-box { padding-bottom:30px; }
   
   .row-fluid .post-box .hs-blog-social-share { margin-bottom:24px; }
   
   .row-fluid .blog-pagination a { padding: 7px 12px; width: 50%; float: left; float: none; display: inline-block; margin-bottom: 10px; }
   
   .row-fluid .blog-pagination { font-size:15px; text-align:center; }
   
   .blog-page .row-fluid .left-grey-section, .row-fluid .right-grey-section { min-height:auto; }
   
   .blog-page .row-fluid .blog-banner h1 { line-height:38px; }
   
    .blog-page .footer-certified,.row-fluid .footer-form,.row-fluid .map-detail { float: left; width: 100%; text-align: center; }
    
    .blog-page .footer-form .hs-form fieldset.form-columns-3 .hs-form-field,.blog-page .footer-form .form-columns-2 .hs-form-field, .blog-page .footer-form .hs-form-field { width:100%; }
    
    .blog-page .row-fluid .footer-mian { padding-bottom:10px; height:auto;}
    
    .row-fluid .middle-section ul li {}
    
    .site-map .sitemap { text-align:left; }
    
    .site-map .sitemap ul li { list-style-type: disc; }
    
    .row-fluid .left-certification { display:none; }
    
    .row-fluid .pdg-list,.row-fluid .bullets,.middle-inner-content-flex .bullet-tbl > tbody > tr > td  { width:100%; float:left; }
    
    .row-fluid .related-link { display:block; background: #e51937; color:#fff; padding:10px; color:#fff; text-align:center; }
    .row-fluid .left-sidebar { background:#333 !important; margin:0 0 10px !important; padding-top:0 !important; }
    .row-fluid .left-breadcrumb { padding-top:0 !important; }
    .row-fluid .left-breadcrumb .hs-menu-wrapper > ul > li > a { background:none; }
    .row-fluid .left-breadcrumb .hs-menu-wrapper > ul > li { border-bottom:1px solid rgba(255,255,255,0.2); }
    .row-fluid .left-breadcrumb .hs-menu-wrapper.hs-menu-flow-vertical > ul { margin:0 !important; }
    .row-fluid .left-breadcrumb span.childtrigger { height: 39px !important; min-width: 27px !important; }
    .row-fluid .left-breadcrumb .hs-menu-flow-vertical { display:none; }
    
    .row-fluid .middle-inner-content-flex img,.row-fluid .middle-inner-content img{ width:100% !important; }
    .row-fluid .hero-main-section { padding-bottom:20px; }
    .row-fluid .top6-right { float:left; width:100%; text-align:center; margin-bottom:15px; }
    .row-fluid .top6-right .header-contact, .row-fluid .top6-right .top { float:none; display:inline-block; vertical-align:middle; }
    
    .row-fluid .ab-copy0 .register0-text7, .row-fluid .ab-copy0 .announce-form055 { font-size:13px; margin:5px 0; width:100%; }
    .row-fluid .ab-copy0 a.cta_button { font-size:13px; }
    body .mainmenu.js-enabled .hs-menu-flow-horizontal { top:0; }
   body .mainmenu .hs-menu-flow-horizontal { padding-top:70px; }
 .row-fluid .mainmenu ul li:hover::after { opacity:0; }
 
 .announcement-bar-main .ab-copy0 form > div.hs_submit { width:auto; }
 .row-fluid .ab-copy0 .actions { padding-left:0 !important; }
    
   
}

@media (min-width: 600px) and (max-width: 767px){
    
    .row-fluid .left-sidebar { width:30%; }
    
    .row-fluid .middle-section { width:70%; }
  
}

@media (min-width: 30px) and (max-width: 599px){
    
    .row-fluid .left-sidebar { width:100%; /*background:none !important;*/ }
    
    .row-fluid .announcement-bar-main { display:none; }
    body:not(.mobile-open) .row-fluid .mainmenu00 a.mobile-trigger  { margin-top:-8px; }
    
     .row-fluid .right-sidebar,.row-fluid .quality-section { width:100%; }
     
     .row-fluid .left-breadcrumb .hs-menu-flow-horizontal { position:relative; border:1px solid #DADADA; float:left; width:100%; margin-bottom:20px; padding:0px; cursor:pointer; }
     
     .row-fluid .left-breadcrumb .hs-menu-flow-horizontal span { width: 100%; /* float: left; */ position:relative; }
     
     .row-fluid .left-breadcrumb .hs-menu-flow-horizontal span:after { content: "\f107"; display:inline-block; font-size:20px; color:#e51937; font-family: 'FontAwesome'; right: 0; float: right; top: 2px; position: absolute; }
     
     .row-fluid .left-sidebar {overflow: visible; position:relative; z-index:99999999999;}
     
    /* .row-fluid .left-breadcrumb ul {  display: none;
    margin-top: 15px;
    float: left;
    top: 35px;
    position: absolute;
    background: #fff;
    width: 102%;
    left: -1%;
    padding:0 10px;
  
}*/
    .row-fluid .left-breadcrumb ul ul { width:100%; }
     
     .row-fluid .middle-section { width:100%; }
     
     .row-fluid .left-grey-section { display:none; }
     
     .row-fluid .left-breadcrumb ul li{ float:left !important; width:100%; margin-right:0px; margin:0 0 2px !important;  }
     .row-fluid .left-breadcrumb .hs-menu-wrapper>ul>li>a { padding:10px !important; }
     
     /*.row-fluid .left-breadcrumb ul li a { padding-right:8px; width:auto; background:none; color:#000 !important; }*/

     .row-fluid .left-breadcrumb ul li a::before { display:none; }
     
     .row-fluid .hero-main-section { background:none !important; }
     
     .row-fluid .left-breadcrumb { min-height:auto; padding-left:0; }
     
     .row-fluid .middle-head h1 { padding-left:0; margin-left: 0; padding-top:7px; }
     
     .row-fluid .product-detail h3 { min-height:auto; }
     
     .row-fluid .middle-inner-content { padding:0; width:100%; }
     
     .row-fluid .absolute.design,.row-fluid .specification-box, .row-fluid .specification-box-z { margin:0; float:left; width:100%; text-align:center; }
     
     .row-fluid .capability-form { text-align:left; padding-left:20px; }
     
     .row-fluid .hero-main-section:after { display:none; }
     
     .row-fluid .mainmenu ul li a:hover { background:000 !important; }
     .row-fluid .mainmenu ul li:hover:after { display:none; }
     .row-fluid .left-breadcrumb .hs-menu-wrapper > ul > li > a { color: #fff; }

 
}

@media (min-width: 768px){

.row-fluid .main-header03 { padding-top:20px; float:left; width:100%; }
  a.mobile-trigger, a.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }

}
@media (max-width: 990px){
.row-fluid .mainmenu ul li a {font-size:12px;}
}
@media (max-width: 767px){

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
    }


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 47px;          /* Position Button at top right of screen  */
      right: 15px;        /*******************************************/
      width: 38px; /* Button width */
      height: 37px; /* Button height */      
      padding: 9px 4px 12px 8px;
      background:#e51a38; /*#455560*/ /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      border-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #fff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #455560;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -2px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 24px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
     ========================================================================== */

  a.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute !important;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 36px !important; /* Button height */  
      line-height:36px !important;
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-triggerm:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  a.child-triggerm span, a.child-triggerm span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span:after { background-color: #fff; }
  
  a.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-triggerm.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-triggerm.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


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

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 47px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 40px 0 0 0; /* Padding to add room for close button */
      background-color:#e51a38; /*#455560;*/ /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 15px; /* Font size of top level list items */
      line-height: 38px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #fff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}

.row-fluid .left-breadcrumb ul li.hs-item-has-children .hs-menu-children-wrapper { opacity: 1 !important; visibility: visible !important; }

.row-fluid .left-breadcrumb ul li.hs-item-has-children a,.row-fluid .left-breadcrumb ul li.active ul li a { /* color:#e51937; */  } 


.row-fluid .bullets li { margin-bottom: 10px; font-size: .81em; color: #132530; }

.row-fluid .left-breadcrumb ul { float:left; width:100%; }

.hs-content-path-construction .row-fluid .middle-inner-content-flex,.hs-content-name-solar .row-fluid .middle-inner-content-flex,.hs-content-path-resources .row-fluid .middle-inner-content-flex{ display:none; }

.row-fluid .left-breadcrumb ul li.hs-item-has-children.active-branch .hs-menu-children-wrapper.active-branch { opacity: 1 !important; visibility: visible !important;  display: block;}
a.cta_button {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    vertical-align: middle;
    background: #e51937;
    color: #ffffff!important;
    font-size: 14px;
    display: inline-block;
    padding: 20px 40px;
    margin: 0!important;
}


