/* @import url('http://example.com/example_style.css'); */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

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







/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */



*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body { margin:0; padding:0; font-family:'Roboto', sans-serif; font-size:16px; line-height:25px; font-weight:400; color:#2b2b2b; background:#fff; }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:10px 0; margin:0; }

h1 { color:#146cb1; font-family:'Montserrat', sans-serif; font-size:76px; line-height:78px; font-weight:700; margin:0; padding:0; clear:both }
h2 { color:#146cb1; font-family:'Montserrat', sans-serif; font-size:42px; line-height:58px; font-weight:700; margin:0; padding:0; clear:both }
h3 { color:#146cb1; font-family:'Montserrat', sans-serif; font-size:36px; line-height:40px; font-weight:400; margin:0; padding:0; clear:both }
h4 { color:#146cb1; font-family:'Montserrat', sans-serif; font-size:24px; line-height:30px; font-weight:700; margin:0; padding:0; clear:both }
h5 { color:#146cb1; font-family:'Montserrat', sans-serif; font-size:22px; line-height:28px; font-weight:400; margin:0; padding:0; clear:both }
h6 { color:#146cb1; font-family:'Montserrat', sans-serif; font-size:16px; line-height:16px; font-weight:700; margin:0; padding:0; clear:both }

a { text-decoration:none; outline:none; color:#f4873e; -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:#e67c00; }

input , button , textarea, select , 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"] { outline:none; color:#59595c; background:#fff; border-radius:4px; border:0; height:60px; padding:0 15px; font-size:14px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; } 
textarea { padding:15px 20px; height:182px; min-width:100%; max-width:100%; resize:none; }
input[type=submit] , button { -webkit-box-shadow: 7px 7px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 7px 7px 0px rgba(0,0,0,0.17);
    -o-box-shadow: 7px 7px 0px rgba(0,0,0,0.17);
    -ms-box-shadow: 7px 7px 0px rgba(0,0,0,0.17);
    box-shadow: 7px 7px 0px rgba(0,0,0,0.17);; cursor:pointer; background-image:url(//cdn2.hubspot.net/hubfs/2240956/Lobtec-2016/Image/blank.png); background-color:#e98900; padding:10px 15px; width:100%; max-width:100%; text-align:center; display:inline-block; color:#fff; font-weight:500; font-family: 'Roboto', sans-serif; 
-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 , button:hover { background-color:#e67c00; } 


::-webkit-input-placeholder { color:rgba(43,43,43,0.80) !important; opacity:1 !important; }
::-moz-placeholder { color:rgba(43,43,43,0.80) !important; opacity:1 !important; }
:-ms-input-placeholder { color:rgba(43,43,43,0.80) !important; opacity:1 !important; }
:-moz-placeholder { color:rgba(43,43,43,0.80) !important; opacity:1 !important; }



ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:14px; color:#e68700; text-align:left; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 5px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 15px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 15px 15px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 15px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 15px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:; color:; border-color:; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:; background:;  border-radius:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.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; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }



.email-prefs .item .item-inner { text-align:left; }
#email-prefs-form .checkbox-row input , #email-prefs-form  input[type=checkbox], #email-prefs-form  input[type=radio] { height:auto; }
#email-prefs-form h2 , .widget-type-email_subscriptions_confirmation h2{ color:#fff; font-size:30px; }
#content { color:#fff; }


/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-bold , .row-fluid .text-bold h1 , .row-fluid .text-bold h2 , .row-fluid .text-bold h3 , .row-fluid .text-bold h4 , .row-fluid .text-bold h5 , .row-fluid .text-bold h6 { font-weight:bold; }
.row-fluid .text-italic { font-style:italic; }
.row-fluid .fl100 { float:left; width:100%; } 


/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:1; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:17px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#3c5263;  width:6px; height:6px; border-radius:100%; font-size:0; cursor:pointer; padding:0; box-shadow:none; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#f7893f; }
ul.slick-dots li.slick-active button { height:10px; width:10px; box-shadow:1px 0px 1px rgba(0,0,0,0.15); }

.row-fluid .btn-style a, .row-fluid a.btn-style { float:none; display:inline-block; position:relative; padding:18px 69px; color:#fff; font-weight:500; border-radius:4px; -webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.17);
    -o-box-shadow: 5px 5px 0px rgba(0,0,0,0.17);
    -ms-box-shadow: 5px 5px 0px rgba(0,0,0,0.17);
    box-shadow: 5px 5px 0px rgba(0,0,0,0.17);; background:#fc9400; background: -moz-linear-gradient(top, #fc9400 0%, #e98900 60%, #e58700 100%); background: -webkit-linear-gradient(top, #fc9400 0%,#e98900 60%,#e58700 100%); background: linear-gradient(to bottom, #fc9400 0%,#e98900 60%,#e58700 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc9400', endColorstr='#e58700',GradientType=0 ); }
.row-fluid .btn-style a span, .row-fluid a.btn-style span { position:relative; z-index:1; }
.row-fluid .btn-style a:after, .row-fluid a.btn-style:after { position:absolute; content:''; border-radius:4px; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s; width:100%; height:0; top:0; left:0; background:#e67c00; }
.row-fluid .btn-style a:hover:after, .row-fluid a.btn-style:hover:after { height:100%; }
/*.row-fluid .btn-style a:hover, .row-fluid a.btn-style:hover { box-shadow:none; }*/

.row-fluid .ulstyle ul { list-style:none; }
.row-fluid .blue-bg { background:#1d69ac; }

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

/* Page Wise Css */
/* Homepage */
.row-fluid .top { position:absolute; top:0; left:0; width:100%; z-index:1; }

.row-fluid .top-strip { padding:10px 0; text-align:right; background:rgba(23,104,155,0.66); }
.row-fluid .top-strip a { color:#fff; font-size:14px; line-height:19px; margin-left:10px; }
.row-fluid .top-strip a:hover { color:#f4873e; }
.row-fluid .top-strip a i { margin-right:5px; }

.row-fluid .top-nav { padding-top:50px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:15px 34px; line-height:19px; color:#fff; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#f4873e; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { position:absolute; content:""; display:inline-block; vertical-align:middle; top:22px; left:10px; background:url('//cdn2.hubspot.net/hubfs/182618/MP_2017/Image/menu-arrow.png'); height:7px; width:15px; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:after { display:none; }

.row-fluid .hero-section { position:relative; padding:296px 0 165px; background-position:top center !important; }
.row-fluid .hero-section h1, .row-fluid .hero-section h3 { text-shadow:7px 0px 6px rgba(0,0,0,0.18); }
.row-fluid .hero-section h1 { margin-bottom:50px; }
.row-fluid .hero-section h3 { font-size:36px; line-height:42px; font-weight:600; }   

.row-fluid .find-locationbox { position:fixed; cursor:pointer; -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;; z-index:1; right:-149px; top:400px; width:auto; display:inline-block; line-height:42px; font-size:14px; font-weight:bold; background:#e68700; height:42px; padding:0 29px 0 29px; -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); transform-origin:0 0; -moz-transform-origin:0 0; -webkit-transform-origin:0 0; -ms-transform-origin:0 0; font-weight:400;  }
.row-fluid .find-locationbox:hover { background:#e67c00; }
.row-fluid .find-locationbox a { color:#fff; }
.row-fluid .find-locationbox a i { margin-right:15px; }

/* Google Search */
.row-fluid .google-search { position:fixed; right:0; top:400px; width:auto; }
.row-fluid .google-search input[type="text"] { height:44px; border-radius:0; border:1px solid #ccc; border-right:0; width:200px; float:left; position:relative; right:-260px; -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; }
.row-fluid .google-search a.search-icon { height:44px; width:42px; line-height:44px; text-align:center; color:#fff; background:#094c8e; font-size:20px; font-weight:bold; float:right; position:relative; }
body.search-open .google-search input[type="text"] { right:0; }

.row-fluid .product-section { padding:40px 0 55px; } 
.row-fluid .product-raw > span { display:block; width:auto; margin:0 -13px; }
.row-fluid .product-raw > span > div { float:none; display:inline-block; vertical-align:top; margin:0 -2px; padding:0 13px; width:25%; }
.row-fluid .product-raw > span > div h4 { font-size:20px; margin-top:11px; font-weight:500; }
.row-fluid .product-content { opacity:0.80; letter-spacing:1px; font-weight:300; }
.row-fluid .product-content p { padding:0 }
.row-fluid .product-icon { height:46px; }

.row-fluid .about-mpsec { padding:87px 0 115px; font-size:20px; line-height:31px; color:#2b2b2b; }
.row-fluid .section-title { font-size:20px; line-height:31px; color:#2b2b2b; }
.row-fluid .section-title h2 { position:relative; padding-bottom:17px; margin-bottom:14px; }
.row-fluid .section-title h2:after { position:absolute; content:""; height:4px; width:70px; background:#3dacb7; bottom:0; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }

.row-fluid .mechanical-productsec { padding:75px 0 130px; background:#dee6ed; }
.row-fluid .productleft-box { background:#fff; border:1px solid #ced7df; border-radius:4px; }
.row-fluid .productleft-innerbox { padding:107px 0 87px; }
.row-fluid .productleft-innerbox .sub-title { margin-bottom:33px; }
.row-fluid .productleft-innerbox .btn-style a { padding:10px 29px; font-size:16px; background:#ed843d; }

.row-fluid .mp-productraw-2col > span { display:block; width:auto; margin:0 -15px; }
.row-fluid .mp-productraw-2col > span > div { float:left; width:50%; padding:0 15px; }
.row-fluid .mp-productbox { background:#fff; border-radius:4px; border:1px solid #ced7df; position:relative; overflow:hidden; }
.row-fluid .mp-productbox:after { position:absolute; content:""; height:31px; width:22px; bottom:40px; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; background:url('//cdn2.hubspot.net/hubfs/182618/MP_2017/Image/Right_arrow.png'); }
.row-fluid .mp-productinnerbox { padding:68px 0 98px; }
.row-fluid .mp-producttitle { padding-bottom:30px; }
.row-fluid .mp-productimg { margin:0; height:180px; position:relative; }
.row-fluid .mp-productimg img { position:absolute;top:0; left:0; right:0; bottom:0; margin:auto; width:auto; max-height:100%; }
.row-fluid .mp-producthover { position:absolute; top:0; opacity:0; left:0; padding:60px 20px; height:100%; background:url('//cdn2.hubspot.net/hubfs/182618/MP_2017/Image/product-bg.png'); width:100%; background-size:cover; background-position:center center; background-repeat:no-repeat; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; z-index:1; }
.row-fluid .mp-producthover h4 { font-family:'Roboto', sans-serif; font-weight:500; padding-bottom:13px; }
.row-fluid .mp-producthover .text1, .row-fluid .mp-producthover .text2 { opacity:0.80; }
.row-fluid .mp-producthover .text1 { position:relative; padding-bottom:10px; margin-bottom:10px; }
.row-fluid .mp-producthover .text1:after { position:absolute; content:""; height:2px; width:34px; background:#f7893f; bottom:0; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
.row-fluid .mp-producthover .text2 { margin-bottom:40px; }
.row-fluid .mp-producthover .btn-style a { padding:14px 35px; background:#ec833c; }
.row-fluid .mp-newproducttitle { position:absolute; top:0; left:0; text-align:left; font-size:13px; line-height:19px; color:#146cb1; font-weight:500; padding-left:30px; padding-top:16px; }
.row-fluid .mp-newproducttitle:before { position:absolute; content:"\f005"; font-family:Fontawesome; left:10px; top:16px; color:#f7893f; }
.row-fluid .mp-productbox:hover .mp-producthover { opacity:1; }
.row-fluid .mp-innerproducthover { height:300px; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { float:right; }

.row-fluid .mp-productraw-4col > span { display:block; width:auto; margin:0 -15px; }
.row-fluid .mp-productraw-4col > span > div { float:left; width:25%; padding:30px 15px 0; }

.row-fluid .all-parts-listing { display: none; }
.row-fluid .parts-section { padding:95px 0 96px; border-top:2px solid #65a4cc; border-bottom:2px solid #2d9a7a; background-attachment:fixed !important; }
.row-fluid .parts-section h2 { border-left:4px solid #fff; padding-left:25px; font-size:72px; line-height:63px; }
.row-fluid .parts-section h2 span { font-weight:500; display:block; font-size:50px; line-height:50px; }
.row-fluid .parts-titlesec .widget-type-rich_text { opacity:0.8; }
.row-fluid .parts-righttext p { padding:0 0 16px; }
.row-fluid .parts-righttext p + p { padding:12px 0 0; }

.row-fluid .parts-raw { float:left; width:100%; padding-top:70px; }
.row-fluid .parts-raw > span { display:block; width:auto; margin:0 -50px; }
.row-fluid .parts-raw > span > div { float:none; display:inline-block; vertical-align:top; width:25%; padding:0 50px; margin:0 -2px; }
.row-fluid .partsbox a { color:#fff; font-size:24px; line-height:30px; font-weight:500; }
.row-fluid .parts-title { margin-top:40px; }
.row-fluid .parts-img { float:none; display:inline-block; vertical-align:top; background:#fff; border-radius:100%; height:155px; width:155px; position:relative; }
.row-fluid .parts-img:before { content:""; width:177px; height:177px; background:transparent; border:5px solid #fff; position:absolute; border-radius:100%; top:calc(0% - 11px); left:calc(0% - 11px); box-shadow:2px 6px 10px rgba(0,0,0,.2); }

.row-fluid .parts-img img { position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; }


.row-fluid .testimonial-section { padding:95px 0 109px; }
.row-fluid .testimonial-section .section-title h2 { padding-bottom:27px; }
.row-fluid .testimonial-raw { float:left; width:100%; margin-top:34px; }
.row-fluid .testimonial-box { padding:0 15px; }
.row-fluid .testimonial-innerbox { border:1px solid #ced7df; border-radius:4px; }
.row-fluid .testimonial-col { padding:32px 30px; }
.row-fluid .testimonial-text { position:relative; padding-top:50px; } 
.row-fluid .testimonial-text:before { position:absolute; content:""; height:26px; width:35px; left:0; top:0; background:url('//cdn2.hubspot.net/hubfs/182618/MP_2017/Image/till.png') no-repeat; }
.row-fluid .testimonial-infobox { border-top:1px solid #e4f1fd; padding-top:18px; }
.row-fluid .testimonial-infobox h5 { font-size:16px; line-height:19px; color:#3c5263; font-weight:500; font-family:'Roboto', sans-serif; }
.row-fluid .testimonial-infobox h6 { font-size:16px; line-height:25px; color:#3c5263; font-weight:400; font-family:'Roboto', sans-serif; }
.row-fluid .testimonial-logo { margin:10px 0; position:relative; overflow:hidden; height:auto; }
.row-fluid .testimonial-logo img { position:absolute; top:0; bottom:0; margin:auto; }

button.slick-prev, button.slick-next { width:auto; box-shadow:none; background:transparent; font-size:0; position:absolute; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; transition:all ease 0.5s; }
button.slick-prev { right:100%; }
button.slick-next { left:100%; }
button.slick-prev:before, button.slick-next:before { position:absolute; content:""; height:32px; width:17px; margin-top:-17.5px; }
button.slick-prev:before { background:url('//cdn2.hubspot.net/hubfs/182618/MP_2017/Image/prev.png') no-repeat; right:100%; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
button.slick-next:before { background:url('//cdn2.hubspot.net/hubfs/182618/MP_2017/Image/next.png') no-repeat; left:100%; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
button.slick-prev:hover:before, button.slick-next:hover:before { opacity:0.41; }

.row-fluid .certified-section { padding-bottom:70px; }
.row-fluid .certified-section button.slick-prev { left:80px; right:auto; top:calc(50% + 30px); }
.row-fluid .certified-section button.slick-next { right:100px; left:auto; top:calc(50% + 30px); }
.row-fluid .certified-section button.slick-next:before { right:0; left:auto; }
.row-fluid .certified-section button.slick-prev:before { right:auto; }
.row-fluid .certified-sliderimg { min-height:541px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .certified-slidertextbox { background:#fff; border:1px solid #ced7df; padding:80px 15px 60px; font-size:20px; line-height:30px; color:#2b2b2b; border-radius:4px; position:relative; margin-top:-82px; }
.row-fluid .certified-slidertextbox h4 { font-size:43px; line-height:58px; margin-bottom:17px; }
.row-fluid .certified-slidertextbox .text { margin-bottom:40px; }
.row-fluid .certified-slidertextbox .btn-style a { padding:13px 34px; font-size:16px; background:#e57f3a; }

.row-fluid .certified-section .slick-list { padding-top:120px; margin-top:-120px; }

/* Series Overview Page */
.row-fluid .innerhero-section { padding:231px 0 109px; }
.row-fluid .innerhero-section h2, .row-fluid .innerhero-section.hero-section h1 { font-size:52px; line-height:58px; font-weight:600; margin:0; text-shadow:none; letter-spacing: -1px; }

.row-fluid .intro-section { padding:107px 0 120px; font-size:20px; line-height:33px; }
.row-fluid .intro-section .left { padding-top:25px; }
.row-fluid .intro-section .left .widget-type-rich_text { opacity:0.80; }
.row-fluid .intro-section h3, .row-fluid .intro-section h2 { font-size:35px; line-height:41px; color:#146cb1; font-weight:bold; margin-bottom:18px; font-family:'Roboto', sans-serif; }
.row-fluid .intro-section .btn-style { margin-top:42px; }
.row-fluid .intro-section .btn-style a { font-size:16px; padding:20px 69px; line-height:20px; }

.row-fluid .lightblue-prosection { padding:96px 0 74px; background:#dee6ed; }
.row-fluid .lightblue-prosection .section-title h2 { font-size:36px; line-height:42px; padding-bottom:23px; margin-bottom:18px; }
.row-fluid .lightblue-proraw { float:left; width:100%; margin-top:67px; } 
.row-fluid .lightblue-proraw > span { display:block; width:auto; margin:0 -15px; }
.row-fluid .lightblue-proraw > span > div { float:none; display:inline-block; vertical-align:top; width:25%; margin:0 -2px; padding:15px; }

.row-fluid .series-box { border-radius:4px; background:#f0f2f7; background:-moz-linear-gradient(top, #f0f2f7 0%, #f0f2f7 100%); background:-webkit-linear-gradient(top, #f0f2f7 0%,#f0f2f7 100%); background:linear-gradient(to bottom, #f0f2f7 0%,#f0f2f7 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f2f7', endColorstr='#f0f2f7',GradientType=0 ); }
.row-fluid .series-innerbox { padding:27px 20px 34px; }
.row-fluid .series-img { position:relative; height:200px; overflow:hidden; }
.row-fluid .series-img img { position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; width:auto; max-height:100%; }
.row-fluid .series-textbox h4 { font-size:20px; line-height:30px; color:#297fca; font-weight:500; position:relative; padding-bottom:10px; margin:10px 0; font-family:'Roboto', sans-serif; }
.row-fluid .series-textbox h4:after { position:absolute; content:""; height:2px; width:34px; background:#f7893f; bottom:0; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
.row-fluid .series-text { opacity:0.8; }
.row-fluid .series-box .btn-style a { font-size:16px; padding:14px 36px; background:#f3873e; margin-top:19px; border-radius:6px; background: -moz-linear-gradient(top, #f3873e 0%, #e07d39 67%, #de7b39 100%); background: -webkit-linear-gradient(top, #f3873e 0%,#e07d39 67%,#de7b39 100%); background: linear-gradient(to bottom, #f3873e 0%,#e07d39 67%,#de7b39 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3873e', endColorstr='#de7b39',GradientType=0 ); }
.row-fluid .series-box .btn-style a:after { border-radius:6px; }

.row-fluid .cta-stripsec { position:relative; padding:101px 0 76px; }
.row-fluid .center-icon { position:absolute; height:66px; width:66px; line-height:66px; border-radius:100%; border:2px solid #fff; background:#ff9600; text-align:center; top:-33px; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
.row-fluid .center-icon img { position:absolute; top:0; left:0; right:0; bottom:0; margin:auto; }
.row-fluid .cta-stripsec h3 { font-size:33px; line-height:58px; font-weight:500; text-transform:capitalize; position:relative; padding-bottom:13px; margin-bottom:15px; font-family:'Roboto', sans-serif; }
.row-fluid .cta-stripsec h3:after { position:absolute; content:""; height:3px; width:29px; background:#fff; bottom:0; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
.row-fluid .cta-stripsec .sub-title { font-size:16px; line-height:25px; opacity:0.8; margin-bottom:33px; font-weight:300; }
.row-fluid .cta-stripsec .btn-style a { width:740px; max-width:100%; text-align:center; padding:19px 69px; font-size:16px; line-height:22px; background:#fb9400; background: -moz-linear-gradient(top, #fb9400 0%, #e98900 60%, #e58700 100%); background: -webkit-linear-gradient(top, #fb9400 0%,#e98900 60%,#e58700 100%); background: linear-gradient(to bottom, #fb9400 0%,#e98900 60%,#e58700 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9400', endColorstr='#e58700',GradientType=0 ); }

/* Product Overview Page */
.row-fluid .circuit-breakersec { padding:105px 0 60px; position:relative; border-top:1px solid #65a4cc; } 
.row-fluid .circuit-breakersec:before { position:absolute; content:""; height:80px; width:100%; top:0; left:0; background:url('//cdn2.hubspot.net/hubfs/182618/MP_2017/Image/circuit-shadow.png'); background-repeat-x:repeat; background-position:top left; }
.row-fluid .circuit-breakersec .section-title h2 { font-size:41px; line-height:58px; font-weight:600; padding-bottom:27px; margin-bottom:26px; }
.row-fluid .circuit-breakersec .section-title h2:after { background:#3dacb7; }
.row-fluid .circuit-breakersec .section-title .text { opacity:0.80; color:#fff; font-weight:300; letter-spacing:0.5px; }
.row-fluid .circuit-breakraw { float:left; width:100%; padding-top:86px; }
.row-fluid .circuit-breakraw > span { margin:0 -15px; display:block; width:auto; }
.row-fluid .circuit-breakraw > span > div { float:none; display:inline-block; vertical-align:top; margin:0 -2px; width:50%; padding:15px; }
.row-fluid .circuit-box { border-radius:4px; background:#fff; }
.row-fluid .circuit-innerbox { padding:20px 100px 45px; -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;; }
.row-fluid .circuit-box:hover .circuit-innerbox { -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);; }
.row-fluid .circuit-img { position:relative; height:310px; }
.row-fluid .circuit-img img { position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; width:auto; max-height:100%; }
.row-fluid .circuit-textbox h3 { font-size:42px; line-height:44px; font-weight:bold; margin:15px 0 25px; }
.row-fluid .circuit-textbox .btn-style a { padding:18px 106px; font-size:16px; line-height:24px; background:#fc9400; background: -moz-linear-gradient(top, #fc9400 0%, #e98900 61%, #e58700 100%); background: -webkit-linear-gradient(top, #fc9400 0%,#e98900 61%,#e58700 100%); background: linear-gradient(to bottom, #fc9400 0%,#e98900 61%,#e58700 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc9400', endColorstr='#e58700',GradientType=0 ); }

/* Product Page */
.row-fluid .product-featuresec { border-top:1px solid #dee2e6; margin-top:54px; }
.row-fluid .product-featuresec .title { float:none; display:table; margin:0 auto; width:auto; background:#ff9600; color:#fff; padding:4px 64px; text-transform:uppercase; letter-spacing:4px; font-size:19px; }
.row-fluid .product-featuresec .title:after { display:none; }
.row-fluid .product-featurebox { padding-top:60px; }
.row-fluid .product-featurebox .right-featurebox { padding-left:10px; }
.row-fluid .product-featureraw { border-left:1px solid #dee2e6; padding-bottom:10px; }
.row-fluid .product-featureraw > span > div { float:left; width:100%; padding-bottom:50px; }
.row-fluid .productpage-featurebox { position:relative; padding-left:30px; }
.row-fluid .productpage-featurenum { position:absolute; height:32px; width:32px; line-height:32px; text-align:center; color:#fff; background:#ff9600; border-radius:100%; left:-16px; top:0; font-size:16px; font-weight:600; }
.row-fluid .productpage-featurecontent h4 { font-size:20px; line-height:30px; color:#146cb1; font-weight:600; margin-bottom:7px; font-family:'Roboto', sans-serif; }
.row-fluid .productpage-featurecontent ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .productpage-featurecontent ul li { float:left; width:100%; position:relative; padding-left:10px; }
.row-fluid .productpage-featurecontent ul li:before { position:absolute; content:""; height:4px; width:4px; border-radius:100%; background:#555555; top:10px; left:0; }
.row-fluid .productpage-featurecontent h4 + div { opacity:0.8; font-size:16px; line-height:25px; }
.row-fluid .intro-section.productintro-section { padding:107px 0 85px; }  

.row-fluid .certified-logosec { padding:32px 45px 45px; background:#dee6ed; } 
.product-2018 .row-fluid .certified-logosec { background: #ffffff; }
.row-fluid .certified-logosec .slick-track { float:none; display:inline-block; }
.row-fluid .certified-logosec h4 { font-size:20px; line-height:30px; color:#a3a9ae; font-weight:400; text-transform:uppercase; letter-spacing:5px; font-family:'Roboto', sans-serif; }
.row-fluid .certified-logoraw { float:left; width:100%; padding-top:27px; }
.row-fluid .certication-logobox { padding:0 15px; }
.row-fluid .certication-logoimg { float:none; display:inline-block; background:#fff; min-height:16.5vh; position:relative; overflow:hidden; width:100%; }
.row-fluid .certication-logoimg img { position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; } 

.row-fluid .additional-infosec { padding:80px 0 86px; }
.product-2018 .row-fluid .additional-infosec { background: #dee6ed; }
.product-2018 .row-fluid .btn-style a { padding: 14px 8px; }
.row-fluid .additional-infosec .widget-type-header h3 { font-size:35px; line-height:42px; font-weight:bold; color:#146cb1; font-family:'Roboto', sans-serif; }
.row-fluid .additional-inforaw { float:left; width:100%; margin-top:41px; }
.row-fluid .additional-inforaw > span  { display:block; width:auto; margin:0 -15px; }
.row-fluid .additional-inforaw > span > div { float:none; display:inline-block; vertical-align:top; width:33.33%; margin:0 -2px; padding:75px 15px 15px 15px; } 
.product-2018 .row-fluid .additional-inforaw > span > div { width: 25%; }
.row-fluid .addition-infobox { border:1px solid #e4f1fd; border-radius:4px; }
.row-fluid .addition-innerinfobox { padding:25px 25px 30px 25px; }
.row-fluid .addition-infoboximgwrap { background:#fff; padding:0 3px; width:auto; margin-top:-80px; float:none; display:inline-block; vertical-align:top; }
.product-2018 .row-fluid .addition-infoboximgwrap { background: #dee6ed; }
.row-fluid .addition-infoboximg { float:none; display:inline-block; height:110px; width:110px; text-align:center; background:#146cb1; border-radius:100%; position:relative; }
.row-fluid .addition-infoboximg img { position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; }
.row-fluid .addition-infotext h4 { margin:11px 0 6px; font-size:20px; line-height:30px; color:#297fca; font-weight:600; font-family:'Roboto', sans-serif; } 
.row-fluid .addition-infotext h4 + div { font-size:16px; line-height:25px; color:#2b2b2b; opacity:0.8; margin-bottom:20px; }

/* About Us Page */
.row-fluid .innerhero-section ul { float:left; width:100%; margin:25px 0 0; padding:0; list-style-type:none; }
.row-fluid .innerhero-section ul li { float:none; display:inline-block; vertical-align:top; font-size:25px; line-height:30px; padding:0 20px; position:relative; font-weight:500; font-family:'Montserrat', sans-serif; }
.row-fluid .innerhero-section ul li:after { position:absolute; content:""; height:7px; width:7px; border-radius:100%; background:#fff; right:-3px; top:13px; }
.row-fluid .innerhero-section ul li:last-child:after { display:none; }
.row-fluid .innerhero-section .hero-text { font-size:25px; line-height:36px; font-weight:500; margin:25px 0 0; font-family:'Montserrat', sans-serif; }

.row-fluid .history-section { padding:102px 0 140px; border-top:2px solid #25707b; font-size:16px; line-height:25px; }
.row-fluid .histroy-logo, .row-fluid .histroy-title { float:none; display:inline-block; vertical-align:middle; width:auto; margin:0; text-align:left; } 
.row-fluid .histroy-logo { border-right:4px solid #3dacb7; padding-right:40px; }
.row-fluid .histroy-title h3 { font-size:40px; line-height:38px; font-weight:700; }
.row-fluid .histroy-title { padding-left:30px; }
.row-fluid .history-text { opacity:0.8; padding:60px 0 85px; }

.row-fluid .history-raw { position:relative; z-index:1; }
.row-fluid .historybox { position:relative; }
.row-fluid .history-year { float:none; display:inline-block; position:relative; height:118px; width:118px; line-height:118px; text-align:center; border-radius:100%; border:2px solid #fff; background:#ff9600; font-size:35px; font-weight:bold; font-family:'Montserrat', sans-serif;  }
.row-fluid .history-year:after { position:absolute; content:""; height:5px; width:calc(100% + 5px); background:#fff; right:100%; top:calc(50% + 0px); z-index:-1; transition:all ease 0.3s; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .history-title { font-size:18px; line-height:23px; text-transform:capitalize; margin-top:20px; font-family:'Montserrat', sans-serif; }
.row-fluid .history-hoverbox { position:absolute; bottom:calc(100% + -30px); width:100%; left:50%; height:200px; font-size:16px; line-height:25px; color:#2b2b2b; background:#fff; border-radius:6px; box-shadow:5px 6px 6px rgba(0,0,0,0.4); opacity:0; transition:all ease .5s; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
.row-fluid .history-innerhoverbox { position:absolute; padding:25px 15px; top:50%; left:0; right:0; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .history-hoverbox:after { position:absolute; content:""; top:100%; left:50%; border:8px solid transparent; border-top-color:#fff;  -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
.row-fluid .historybox:hover .history-hoverbox { opacity:1; }
.row-fluid .history-raw .slick-list { padding:182px 0 0; margin-top:-182px; }

a.slick-arrows { position:absolute; height:40px; width:40px; text-align:center; top:calc(50% + 74px); font-size:0; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
a.slick-arrows.next { right:-70px; }
a.slick-arrows.prev { left:-70px; }
a.slick-arrows:before { left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
a.slick-arrows.next:before { position:absolute; content:""; height:31px; width:22px; background:url('//cdn2.hubspot.net/hubfs/182618/MP_2017/Image/next-arrow.png') no-repeat; }
a.slick-arrows.prev:before { position:absolute; content:""; height:31px; width:22px; background:url('//cdn2.hubspot.net/hubfs/182618/MP_2017/Image/prev-arrow.png') no-repeat; }
a.slick-disabled:before { display:none; }
.slick-active.active-first .history-year:after, .slick-slide.active-last .history-year:after { width:0; }

.row-fluid .certificate-tabsec { padding:120px 0 130px; }
.row-fluid .certificate-tabsec .title h2 { font-size:52px; line-height:58px; color:#146cb1; font-weight:700; }
.row-fluid .tab-menubox ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; border:1px solid #dee6ed; border-right:0; border-bottom:0; } 
.row-fluid .tab-menubox ul li { float:left; width:20%; min-height:135px; position:relative; border-bottom:1px solid #dee6ed; border-right:1px solid #dee6ed; }
.row-fluid .tab-menubox ul li a { position:absolute; top:0; left:0; width:100%; height:100%; } 
.row-fluid .tab-menubox ul li img { position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; }
.row-fluid .tab-menubox ul li+li { border-left:0; }
.row-fluid .tab-menubox ul li.current, .row-fluid .tab-menubox ul li:hover { background:#146cb1; }
.row-fluid .tab-content { display:none; }
#policytab0 { display:block; } 
.row-fluid .certificate-tabraw { float:left; width:100%; margin-top:64px; }
.row-fluid .tab-menubox { float:left; width:50%; margin-top:50px; padding-left:70px; }
.row-fluid .tab-cotnentwrap { float:left; width:50%; padding-left:50px; }
.row-fluid .tab-cotnentwrap > span { float:left; width:100%; }
.row-fluid .policy-tabtextbox h4 { font-weight:400; font-family:'Roboto', sans-serif; font-size:22px; line-height:30px; padding:12px 0 8px; }
.row-fluid .policy-tabtextbox h4 + div { opacity:0.8; }
.row-fluid .policy-tabtextbox .btn-style { padding-top:15px; }

/* Industry Overview Page */ 
.row-fluid .left-overviewintro { padding-right:20px; }

.row-fluid .industry-overviewtab-raw { position:relative; border-top:1px solid #1f79a3; }
.row-fluid .overtab-menubox { position:absolute; top:0; left:0; width:100%; background:rgba(0,0,0,0.35); z-index:1; }
.row-fluid .overtab-menubox ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; text-align:center; }
.row-fluid .overtab-menubox ul li { float:none; display:inline-block; vertical-align:top; } 
.row-fluid .overtab-menubox ul li a { float:none; display:inline-block; vertical-align:top; padding:30px 30px; font-size:17px; line-height:22px; color:#fff; background:transparent; font-weight:400; text-transform:capitalize; font-family:'Montserrat', sans-serif; }
.row-fluid .overtab-menubox ul li.current a, .row-fluid .overtab-menubox ul li a:hover { background:#06384e; }
#indutab0 { display:block; }
.row-fluid .industry-overviewtab-raw .animatedParent, .row-fluid .cta-2boxsec.animatedParent { overflow:hidden; }
.row-fluid .cta-stripsec.animatedParent { overflow:visible; }

.row-fluid .overview-tabwrap { padding:244px 0 187px; }
.row-fluid .overview-tabtext { float:right; width:520px; max-width:100%; }
.row-fluid .overview-tabtext h4 { font-size:40px; line-height:44px; text-transform:capitalize; }
.row-fluid .overview-tabtext h4 + div.fl100 { opacity:0.8; padding:15px 0 25px; }
.row-fluid .overview-tabtext .btn-style a { width:356px; max-width:100%; text-align:center; line-height:24px; }

.row-fluid .industry-overviewintrosec { padding:137px 0 165px; font-size:20px; line-height:33px; }
.row-fluid .industry-overviewintrosec h2 { font-size:35px; line-height:41px; color:#146cb1; font-weight:bold; margin-bottom:18px; font-family:'Roboto',sans-serif; } 
.row-fluid .industry-overviewintrosec .left .widget-type-rich_text { opacity:0.8; }
.row-fluid .industry-overviewintrosec .btn-style { margin-top:42px; }
.row-fluid .industry-overviewintrosec .btn-style a { font-size:16px; padding:20px 69px; line-height:20px; }

.row-fluid .cta-2boxsec .cta-left, .row-fluid .cta-2boxsec .cta-right { float:left; width:50%; margin:0; }
.row-fluid .cta-2boxsec .cta-2boxcol { padding:190px 0 165px; }
.row-fluid .cta-2boxsec .cta-left .cta-2boxcol { padding-right:135px; }
.row-fluid .cta-2boxsec .cta-right .cta-2boxcol { padding-left:120px; }
.row-fluid .cta-2boxsec .cta-2boxcol .text { opacity:0.8; padding:24px 0 30px; }
.row-fluid .cta-2boxsec .cta-2boxcol h3 { font-size:40px; line-height:44px; font-weight:bold; }
.row-fluid .cta-2boxsec .cta-2boxcol .btn-style a { padding:18px 70px; line-height:24px; }

/* Individual Industry Page */
.row-fluid .innerhero-section.hero-section .individual-herotitle h1 { font-weight:600; }

.row-fluid .faq-section { padding:115px 0 196px; position:relative; }
.row-fluid .faq-section .section-title { color:#fff; font-size:16px; line-height:25px; }
.row-fluid .faq-section .section-title h2 { font-size:40px; line-height:44px; padding-bottom:35px; margin-bottom:27px; }
.row-fluid .faq-section .section-title .text { opacity:0.8; padding:0 147px; font-weight:300; letter-spacing:0.5px; }

.row-fluid .faq-raw { float:left; width:100%; margin-top:80px; }
.row-fluid .faq-raw > span { float:left; width:100%; }
.row-fluid .faq-raw .faq1, .row-fluid .faq-raw .faq2 { float:left; width:50%; }  
.row-fluid .faq-raw .faq1 { padding-right:15px; }
.row-fluid .faq-raw .faq2 { padding-left:15px; }
.row-fluid .faqbox { border:1px solid #789592; background:rgba(0,0,0,0.27); margin-bottom:15px; }
.row-fluid .faqbox .question { border-bottom:1px solid #374a45; font-size:17px; line-height:27px; font-weight:600; position:relative; padding:18px 35px 17px 53px; opacity:0.8; cursor:pointer; }
.row-fluid .faqbox .question:before { position:absolute; content:""; background:url('//cdn2.hubspot.net/hubfs/182618/MP_2017/Image/plus.png') no-repeat; height:15px; width:15px; left:18px; top:22px; }
.row-fluid .faqbox .question.active:before { background:url('//cdn2.hubspot.net/hubfs/182618/MP_2017/Image/minus.png') no-repeat; top:30px; }
.row-fluid .faqbox .answerinner { padding:19px 42px 22px 53px; opacity:0.8; font-size:16px; line-height:28px; }

.row-fluid .military-vehiclesec { background:#fff; padding:88px 0 82px; }
.row-fluid .military-raw { float:left; width:100%; margin-top:75px; margin-bottom:40px; }
.row-fluid .military-raw a.slick-arrows.prev:before { background:url('//cdn2.hubspot.net/hubfs/182618/MP_2017/Image/prev.png') no-repeat; }
.row-fluid .military-raw a.slick-arrows.next:before { background:url('//cdn2.hubspot.net/hubfs/182618/MP_2017/Image/next.png') no-repeat; }
.row-fluid .military-raw .slick-arrow.slick-disabled { display:block; }
.row-fluid .military-raw a.slick-arrows:hover:before { opacity:0.5; }
.row-fluid .military-raw a.slick-arrows.next:before { height:40px; width:40px; }
.row-fluid .military-raw a.slick-arrows { top:calc(50% + 0px); }
.row-fluid .military-raw .slick-track > div { padding:0 15px; }
.row-fluid .military-btnbox.btn-style a { width:100%; text-align:center; background:rgb(243,135,62); background:-moz-linear-gradient(top, rgba(243,135,62,1) 0%, rgba(224,124,57,1) 67%, rgba(222,123,57,1) 100%); background: -webkit-linear-gradient(top, rgba(243,135,62,1) 0%,rgba(224,124,57,1) 67%,rgba(222,123,57,1) 100%); background: linear-gradient(to bottom, rgba(243,135,62,1) 0%,rgba(224,124,57,1) 67%,rgba(222,123,57,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3873e', endColorstr='#de7b39',GradientType=0 ); } 

/* Testing And Engineering Page */
.row-fluid .testing-introsec .text h5 { font-size:20px; line-height:33px; color:#2b2b2b; font-weight:400; font-family:'Roboto', sans-serif; }
.row-fluid .testing-introsec .text { font-size:16px; line-height:27px; }

.row-fluid .testing-equipmentsec { padding:68px 0 85px; color:#fff; background:url('//cdn2.hubspot.net/hubfs/182618/MP_2017/Image/testing-bg.jpg') no-repeat; background-size:cover !important; }
.row-fluid .testing-equipmentsec .section-title h2 { padding-bottom:27px; margin-bottom:29px; }
.row-fluid .testing-equipmentsec ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; column-count:4; -webkit-column-count:4; -moz-column-count:4; -o-column-count:4; -ms-column-count:4; }
.row-fluid .testing-equipmentsec ul li { float:none; display:inline-block; vertical-align:top; font-size:20px; line-height:30px; font-weight:400; margin:12px 0; width:100%;  }
.row-fluid .animatedParent.testing-introsec { overflow:hidden; }

.row-fluid .agency-testsec .left, .row-fluid .agency-testsec .right { float:left; width:50%; margin:0; }
.row-fluid .agency-testsec .right-inner { padding:100px 145px 118px; font-size:20px; line-height:35px; color:#2b2b2b; }
.row-fluid .agency-testsec .right-inner ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .agency-testsec .right-inner ul li { float:left; width:100%; }
.row-fluid .agency-testsec .right-inner .section-title h2 { font-size:41px; }
.row-fluid .agency-testsec .right-inner .section-title h2:after { left:0; transform:none; }
.row-fluid .agency-testsec .left { position:relative; } 
.row-fluid .agency-testsec .left:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(0,0,0,0.6); }


/* Footer */
.row-fluid .footer-subscribe { background:#146cb1; padding:23px 0 21px; }
.row-fluid .footer-subscribe p { padding:0; opacity:0.80; font-weight:300; }
.row-fluid .footer-subscribe input[type="email"] { padding:0 169px 0 58px; font-weight:600; background:url(//cdn2.hubspot.net/hubfs/182618/MP_2017/Image/email-icon.png) no-repeat center left 20px #fff; font-family:'Montserrat', sans-serif; }
.row-fluid .footer-subscribe form { position:relative; }
.row-fluid .footer-subscribe form .actions { position:absolute; right:0; top:0; }
.row-fluid .footer-subscribe form .hs-form-required { display:none; }
.row-fluid .footer-subscribe form input[type="submit"] { padding:10px 45px; font-size:16px; font-weight:400; margin:0; border-radius:0 4px 4px 0; color:#fff !important; background: #e98900 !important; letter-spacing:0.5px; background-color:#e9813b;     -webkit-box-shadow: 7px 7px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 7px 7px 0px rgba(0,0,0,0.17);
    -o-box-shadow: 7px 7px 0px rgba(0,0,0,0.17);
    -ms-box-shadow: 7px 7px 0px rgba(0,0,0,0.17);
    box-shadow: 7px 7px 0px rgba(0,0,0,0.17); border:0; }
.row-fluid .footer-subscribe form input[type="submit"]:hover { background:#e67c00; }
.row-fluid .footer-subscribe .left, .row-fluid .footer-subscribe .right { float:none; display:inline-block; vertical-align:middle; width:auto; text-align:left; }
.row-fluid .footer-subscribe .left h2 { line-height:50px; }
.row-fluid .footer-subscribe .right { width:507px; max-width:100%; margin-left:16px; }

.row-fluid .footer-section2 { padding:26px 0 21px; }
.row-fluid .footer-section2 .middle { margin-top:18px; } 
.row-fluid .footer-section2 .middle ul { float:left; width:100%; list-style-type:none; margin:0; padding-left:125px; }
.row-fluid .footer-section2 .middle ul li { float:none; display:inline-block; vertical-align:top; position:relative; padding:0 5px; }
.row-fluid .footer-section2 .middle ul li:after { position:absolute; content:""; height:4px; width:4px; background:#555555; border-radius:100%; right:-3px; top:11px; }
.row-fluid .footer-section2 .middle ul li:last-child:after { display:none; }
.row-fluid .footer-section2 .middle ul li a { font-weight:700; color:#2b2b2b; }
.row-fluid .footer-section2 .middle ul li a:hover { color:#e67c00; }

.row-fluid .footer-section2 .right { text-align:right; margin-top:10px; }
.row-fluid .footer-section2 .right a { font-size:22px; line-height:26px; padding-left:20px; }

.row-fluid .footer-link { text-align:right; border-top:1px solid #a1a1a1; padding:5px 0 5px; font-size:12px; line-height:16px; }
.row-fluid .footer-link a { margin-left:5px; }


/*Landing Page CSS*/
.row-fluid .footer-section2 .middle ul{padding-left: 107px;}
.wrapper_pdd15 .row-fluid .wrapper{padding: 0 15px;}
.row-fluid .landing_section{padding:90px 0 70px;}
.row-fluid .landing_header{padding:75px 0 43px;}
.row-fluid .ebook_img{margin: -30px 0 -17px;text-align: center;}
.row-fluid .landing_aside{width:450px;background:#dee6ed;margin:0;float:right;}
.row-fluid .landing_left_section{width:654px;float:left;padding: 20px 0 0;}
.row-fluid .gray_text span{font-size:29px;line-height:normal;color:#919599;font-weight:400;}
.row-fluid .h1_style h1{font-size: 49px;line-height: 53px;font-family:'Roboto', sans-serif;margin:0 0 35px;}
.row-fluid .paragraph_style span, .row-fluid .paragraph_style P, .row-fluid .paragraph_style  ul li{color:#555;font-size:20px;line-height:33px;font-weight:400;padding:0;} 
.row-fluid .paragraph_style P{margin:0 0 28px;}
.row-fluid .paragraph_style ul{ list-style: none;    margin: 0 0 28px;    padding: 0;}
.row-fluid .paragraph_style ul li{margin: 0;    padding: 0 0 0 12px;position:relative;}
.row-fluid .paragraph_style ul li::before {  background: #3c3c3c;  border-radius: 5px;  content: "";  height: 4px;  left: 0;  position: absolute;  top: 15px;  width: 4px;}
.row-fluid .guide_form{padding:41px 28px;}
.row-fluid .guide_form h3{font-size:21px;font-weight:400;line-height:normal;margin:0 0 20px;font-family:'Roboto', sans-serif;}
.row-fluid .guide_form input[type="text"], .row-fluid .guide_form input[type="email"], .row-fluid .guide_form input[type="tel"], .row-fluid .guide_form select{font-size:16px;color:#555;font-weight:400;font-family:'Roboto', sans-serif;padding: 0 11px;}
.row-fluid .guide_form textarea{font-size:16px;color:#555;font-weight:400;font-family:'Roboto', sans-serif;padding:11px;}
.row-fluid .guide_form select{-webkit-appearance: none;-moz-appearance:none;appearance:none;background:#fff url(https://cdn2.hubspot.net/hubfs/182618/MP_2017/Image/select_arrow.png) no-repeat center right;}
.row-fluid .guide_form input[type="text"]::-webkit-input-placeholder, .row-fluid .guide_form input[type="email"]::-webkit-input-placeholder, .row-fluid .guide_form input[type="tel"]::-webkit-input-placeholder, .row-fluid .guide_form textarea::-webkit-input-placeholder {color:#555 !important;opacity:1 !important;}
.row-fluid .guide_form input[type="text"]::-moz-input-placeholder, .row-fluid .guide_form input[type="email"]::-moz-input-placeholder, .row-fluid .guide_form input[type="tel"]::-moz-input-placeholder, .row-fluid .guide_form textarea::-moz-input-placeholder {color:#555 !important;opacity:1 !important;}
.row-fluid .guide_form input[type="text"]::-ms-input-placeholder, .row-fluid .guide_form input[type="email"]::-ms-input-placeholder, .row-fluid .guide_form input[type="tel"]::-ms-input-placeholder, .row-fluid .guide_form textarea::-ms-input-placeholder {color:#555 !important;opacity:1 !important;}
.row-fluid .guide_form .hs-form .hs-form-field {  padding: 0 0 20px;}
.row-fluid .guide_form .hs-form .hs-form-field > label{display:none;}
.row-fluid .guide_form .hs-form input[type="submit"], .row-fluid .guide_form .hs-form button{font-size: 21px; height: 72px;}
.row-fluid .mechanical_products_section{background:#146cb1;padding:40px 0 ;}
.row-fluid .mechanical_products_section h3{font-size:33px;line-height:normal;color:#fff;margin:18px 0 9px;font-weight: 700;font-family:'Roboto', sans-serif;}
.row-fluid .mechanical_products_section span, .row-fluid .mechanical_products_section h4, .row-fluid .mechanical_products_section p{color:#fff;}
.row-fluid .mechanical_products_section p, .row-fluid .mechanical_products_section span{color:rgba(255,255,255,0.8);}

.row-fluid .mechanical_products_content{width:576px;float:right;margin:34px 0 0;}
.row-fluid .mechanical_products_img{width:490px;float:left;margin:0;}
.row-fluid .mechanical_products_img img{float:right;max-width: none;}

/*Confirmation Page CSS*/
.row-fluid .confirmation_content_section{padding:140px 0 130px;}
.row-fluid .thank_ebook{width:263px;float:left;}
.row-fluid .thanks_content{width:670px;float:right;margin:0;}
.row-fluid .confirmation_content_section .wrapper{width: 1006px;}
.row-fluid .confirmation_content_section .row-fluid .h1_style h1{margin: 0 0 17px;}
.row-fluid .btn-style-big a.cta_button {  font-size: 21px;  height: 72px;  min-width: 390px;  padding: 23px 69px;  text-align: center;}
.confirm_products_section .row-fluid .mechanical_products_img{ width: 530px;}


/*Contact Page CSS*/
.row-fluid .title_banner{padding: 225px 0 148px;}
.row-fluid .title_banner h1 {  font-size: 52px;  font-weight: 500;  margin-bottom: 0;  text-shadow: none;letter-spacing:0; line-height: 58px;}
.row-fluid .contact_about_section{padding: 96px 0 133px;}
.row-fluid .contact_about_section  .wrapper > div > div{align-items: center; display: flex;}
.row-fluid .contact_about_section .row-fluid .contact_machine_img{width:632px;float:right;margin:0;padding:0 10px 0 0;text-align:center;}
.row-fluid .contact_about_section .row-fluid .contact_about_content{width:536px;float:left;padding: 0 18px 0 0;}
.row-fluid .contact_about_section h2{margin-top:12px;}

.row-fluid .contact_form_section{ position: relative;padding:80px 0 123px; color:#fff; text-align:center; }
.row-fluid .contact_form_section h2{ color: #fff;font-size: 40px;font-weight: 500;line-height: normal;text-align: center; font-family:'Roboto', sans-serif;}
.row-fluid .contact_form_section .row-fluid .guide_form {  padding: 0;}
.row-fluid .contact_form_section .row-fluid .hs-form fieldset.form-columns-2 .field{padding-bottom:30px;}
.hs-form-a28b79bb-cfc4-4907-981b-8cff150764e6_3ade3ba2-9530-4247-a19f-3a135f9a78fb fieldset.form-columns-1 .input {  margin-right: 0;} 
.row-fluid .contact_form_section .row-fluid .hs-form .hs_message div.input{margin-right: 0;}
.row-fluid .contact_form_section .row-fluid .guide_form .hs-form input[type="submit"], .row-fluid .contact_form_section .row-fluid .guide_form .hs-form button {  font-size: 16px;  height: 60px;}
.row-fluid .contact_form_section .row-fluid .guide_form {margin:56px 0 0 0;}

/*Distributors Page Center*/
.row-fluid .distribution_partners{background:#146cb1;padding:34px 0 43px;}
.row-fluid .distribution_partners h4 {  color: #fff; font-family:'Roboto', sans-serif;  font-size: 32px;  font-weight: 700;  line-height: normal;margin:0 0 4px;}
.row-fluid .distribution_partners .widget-type-rich_text span,  .row-fluid .distribution_partners .widget-type-rich_text span p{color:rgba(255,255,255,0.8);font-family:'Roboto', sans-serif;font-size: 16px;font-weight: 400;line-height: 26px;}
.row-fluid .distribution_partners_left{width:710px;float:left;}
.row-fluid .distribution_partners_right{width:395px;float:right;margin:31px 0 0;}
.row-fluid .distribution_partners_right .cta_button {display: block;text-align: center;}

.row-fluid .distributors_hero .row-fluid .hero_title{max-width:745px;width:100%;float:none;margin:0 auto;}
.row-fluid .distributors_hero .row-fluid .hero_title h1{font-weight:500;letter-spacing:0; }

.row-fluid .distribution_partners_section{padding:56px 0 0;}
.row-fluid .distribution_partners_title{text-align:center;}
.row-fluid .distribution_partners_title h2{font-size: 35px;line-height:normal;font-family:'Roboto', sans-serif;margin:0 0 17px;}

.resource-wrap{float:right;widht:auto;}
.row-fluid .search_region_list .title {  background: #146cb1;  border-radius: 5px;  color: #fff;  cursor: pointer;  font-family:'Roboto', sans-serif;  font-size: 17px;  line-height: 60px;  padding-left: 22px;  padding-right: 21px;  position: relative;  text-align: center;font-weight:500;z-index: 5;}
.row-fluid .search_region_list .title::after {  bottom: 0;  content: "\f0d7";  font-family: fontawesome;  font-size: 23px; margin: auto;  position: absolute;  right: 22px;  top: 0;  width: 12px;}
.filter-dropdown {  position: relative; }
.option-set {  background: #fff;  border: 1px solid #d7d7d7;  border-radius: 0 0 5px 5px;  box-shadow: none;  display: none;  list-style: outside none none;  margin:0;  padding:0;  position:absolute;  right:0;  text-align:center; top:57px; width:100%;  z-index:4;}
.option-set li, .option-set li a{font-family:'Roboto', sans-serif;  font-size: 17px;  line-height: 46px; display:block; color:#6f7376;   padding: 0; cursor:pointer;}
.option-set li{border-bottom: 1px solid #d7d7d7; border-radius: 0 0 5px 5px; display: block;}
.option-set li:last-child{border-bottom:none;}
.option-set li:hover a{background:#dee6ed;border-radius:0 0 5px 5px;}

#globalunsub { position:relative; top:1px; }
.search_region{border-top:1px #d7d7d7 solid; border-bottom:1px #d7d7d7 solid;padding:25px 0;}
.search_region h4{font-size: 29px;font-family:'Roboto', sans-serif;padding: 15px 0;}
.search_region_list{width:554px;float:right;margin:0 0 0;} 

.row-fluid .distributor_box{width:292px;float:left;text-align:center;height:184px;display:flex;align-items:center;}
.row-fluid .distributor_box a{width:100%;}
.row-fluid .distribution_partners_title{margin:0 0 42px;}
.row-fluid .distributor_logos{padding:35px 0 60px;}
.distributor_box_img {line-height: 128px;}
.distributor_box_img img {  display: inline-block;  max-height: 128px;  width: auto;vertical-align: middle;}
.distributor_box_title{color:#146cb1;font-size:18px;font-weight:400;font-family:'Montserrat', sans-serif;padding:0 20px;}
body.fixed .top{z-index: 99 !important;}
.row-fluid .distributor_inventory{padding: 87px 0 76px;}
.row-fluid .distributor_inventory .btn-style a{width: 560px;}

/*System page CSS*/ 
.row-fluid .system_page_style {text-align:center;}
.row-fluid .system_page_style h1 {  color: #fff;  font-size: 52px;  font-weight: 400;  letter-spacing: -2px;  line-height: 58px; margin:0 0 50px;}
/*.row-fluid .system_page_style .wrapper > div{align-items: center; display: flex;height: calc(100vh - 118px);padding: 189px 0 0;}*/
/*.row-fluid .system_page_style .wrapper > div{align-items: center; display: flex;height:672px;padding: 189px 0;}*/
.row-fluid .system_page_style .wrapper > div {  align-items: center;  min-height: 672px;  padding: 216px 0 219px;}
.row-fluid .system_page_style p{color: #fff; font-size: 27px; line-height: normal; padding: 0;}
.row-fluid .system_page_style .widget-type-google_search {margin:33px 0 0;}
.row-fluid .system_page_style .hs-form{margin: 0 auto; max-width: 508px; position: relative; width: 100%; float:none;}
.row-fluid .system_page_style .hs-form .field > label{display:none;}
.row-fluid .system_page_style .hs-button.primary{ float:none; font-size:16px; display:inline-block; padding:18px 30px; width:auto; color:#fff; font-weight:500; border-radius:0 4px 4px 0; background:#fc9400; background: -moz-linear-gradient(top, #fc9400 0%, #e98900 60%, #e58700 100%); background: -webkit-linear-gradient(top, #fc9400 0%,#e98900 60%,#e58700 100%); background: linear-gradient(to bottom, #fc9400 0%,#e98900 60%,#e58700 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc9400', endColorstr='#e58700',GradientType=0 ); position: absolute; right: 0;top:0;cursor:pointer;min-width:170px;}
.subscription-page99 .row-fluid .system_page_style .hs-button.primary { position:relative; }
.row-fluid .system_page_style .hs-form .field input[type="text"]{color:#2b2b2b;font-size:16px;font-family:'Roboto', sans-serif;padding:0 180px 0 40px;}
body #email-prefs-form .email-edit {     padding: 0 180px 0 40px !important; }

/* disclaimer Template Page  12-19-2017 */
.row-fluid .disclaimer-hero h1 { font-weight:600; }
.row-fluid .disclaimer-sec { padding:30px 0 50px; font-size:20px; line-height:33px; }
.row-fluid .disclaimer-sec1 { margin-top:30px; }
.row-fluid .disclaimer-sec1 .hs_cos_wrapper_widget { border-bottom:1px solid #d5d5d5; }
.row-fluid .disclaimer-box { font-size:18px; color:#2b2b2b; }
.row-fluid .disclaimer-box h3 { padding:18px 0; font-size:35px; line-height:42px; color:#146cb1; font-weight:700; position:relative; cursor: pointer; font-family:'Roboto',sans-serif; }
.row-fluid .disclaimer-box h3:after { content:" "; width:27px; height:27px; font-family:FontAwesome; position:absolute; top:25px; right:0; background-image:url('https://cdn2.hubspot.net/hubfs/182618/MP_2017/Image/plus-1.png'); background-size:100%; background-position:center center; }
.row-fluid .disclaimer-box h3.active:after { background-image:url('https://cdn2.hubspot.net/hubfs/182618/MP_2017/Image/minus-1-1.png'); }
.row-fluid .disclaimer-content { display:none; padding:5px 0 15px; }

/* Parts Cross Reference */
.row-fluid .searchparts-sec { padding:60px 0 100px; }
.row-fluid .searchparts-sec1 { margin:0 auto !important; max-width:950px; width:100%; float:none; display:block; }
.row-fluid .comparable-product { font-size:14px; line-height:27px; margin-bottom:60px; }
.row-fluid .comparable-product-title { font-size:20px; line-height:30px; }
.row-fluid .comparable-product-title h2 { font-size:35px; line-height:44px; font-family:'Roboto',sans-serif; }
.row-fluid .comparable-product .search-bar { margin:30px auto 35px !important; max-width:510px; width:100%; float:none; position:relative; }
.row-fluid .comparable-product .search-bar input { padding:0 170px 0 35px; border:1px solid #969696; font-weight:600; font-size:16px; color:#2b2b2b; }
.row-fluid .comparable-product .search-bar a { padding:16px 20px; min-width:170px; height:100%; font-size:16px; color:#fff; background-color:#ef853d; position:absolute; top:0; right:0; -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;; }  
.row-fluid .comparable-product .search-bar a:hover { background-color:#e67c00; }
.row-fluid .searchparts-sec1 .row-heading { float:left; border-bottom:6px solid #fff; width:100%; }
.row-fluid .searchparts-sec1 .left-title , .row-fluid .searchparts-sec1 .right-title { padding:17px 15px; width:50%; background:#c1cfdc; float:left; border-right:6px solid #fff; }
.row-fluid .searchparts-sec1 .left-title h4 , .row-fluid .searchparts-sec1 .right-title h4 { font-size:21px; line-height:30px; color:#fff; font-weight:600; font-family:'Roboto',sans-serif; }
.row-fluid .parts-list .left , .row-fluid .parts-list .right { padding:8px 15px 6px; width:50%; float:left; background:#dee6ed; color:#2b2b2b; border-bottom:2px solid #fff; border-right:6px solid #fff; }
.row-fluid .parts-list .left h5 , .row-fluid .parts-list .right h5 { font-size:16px; 1line-height:26px; color:#2b2b2b; }
.row-fluid .parts-list .right a { color:#146cb1; text-decoration: underline; }

/* Blog Section */
.row-fluid .blog-sec { padding:50px 0; }
.hs-blog-listing .blog-sec { padding:50px 0 0; }
.hs-blog-listing .blog-left { width:100%; }
.hs-blog-listing .blog-right { display:none; }  
.row-fluid .blog-topics { background:#dee6ed; }
.row-fluid .blog-topiclist ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .blog-topiclist ul li { margin:0; padding:0; display:inline-block; }
.row-fluid .blog-topiclist ul li a { padding:32px 27px; font-size:17px; line-height:24px; color:#2b2b2b; display:inline-block; text-align:center; }
.row-fluid .blog-topiclist ul li a:hover , .row-fluid .blog-topiclist ul li a.active { color:#2b2b2b; background:#fff; }

.row-fluid .blog-search { position:relative; margin-top:18px; }
.row-fluid .blog-search input { padding:0 70px 0 20px; height:50px; background:#c1cfdc; font-family: 'Roboto', sans-serif; font-size:17px; color:#2b2b2b; }
.row-fluid .blog-search a.search-icon { position:absolute; top:0; right:0;  width: 50px; height: 100%; color: #fff; text-align: center; line-height: 50px; }
.row-fluid .blog-search a.search-icon:hover { color:#e68700; }

.row-fluid .post-listing { margin:0 -15px; display:block; }
.row-fluid .post-item { width:33.33%; padding:15px; float:left; }
.row-fluid .post-iteminnertop { position:relative; }
.row-fluid .post-item .post-iteminnertop .hs-featured-image-link { position:absolute; top:0; left:0; bottom:0; right:0; z-index: 1; }
.row-fluid .blog-featured { height:355px; background-size:cover; background-position:center center; background-repeat:no-repeat; position:relative; }
.row-fluid .blog-featured-title { padding:24px 25px 30px; min-height:130px; background:rgba(0,0,0,0.7); position:absolute; bottom:0; left:0; width:100%; -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;; }
.row-fluid .post-item h2 { font-size:20px; line-height:26px; color:#ffffff; font-weight: 600; -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;; }
.row-fluid .post-item h2 a { color:#fff; }
.row-fluid .post-item:hover h2 , .row-fluid .post-item:hover h2 a { color:#e68700; }
.row-fluid .post-item:hover .blog-featured-title { background:rgba(0,0,0,0.9); }

.row-fluid .blog-subscribe .hs-form-field > label { display:none; }

.row-fluid .blog-share-sec { margin-top:9px; padding:5px 0; display:inline-block; width:100%; border-top:1px solid #a1a1a1; position:relative; }
.row-fluid .blog-share-sec .more-link { position:absolute; right:0; top:4px; -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;; }
.row-fluid .blog-share-sec .more-link:after { content:''; margin-left:-24px; width:24px; height:24px; background-image:url('https://cdn2.hubspot.net/hubfs/182618/MP_2017/Image/share-hover.png'); background-repeat:no-repeat; background-size:24px; display:inline-block; opacity:0; -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;; position:relative; bottom: -1px; }
.row-fluid .blog-share-sec .more-link:hover:after { opacity:1; }
.row-fluid .blog-social-icon { padding-right:30px; }
.row-fluid .blog-social-icon ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .blog-social-icon ul li { margin:0; padding:0 7px; display:inline-block; font-size:20px; }
.row-fluid .blog-social-icon ul li a { color:#b0b0b0; }
.row-fluid .blog-social-icon ul li a:hover { color:#ee843d; }
.row-fluid .first-item.post-item { width:66.67%; }



/* blog inner page */
.hs-blog-post .blog-sec { padding:85px 0 50px; line-height:28px; }
.hs-blog-post .blog-left h1 { font-size:42px; line-height:50px; margin-bottom:15px; }
.hs-blog-post .blog-left .post-body img { margin:0 0 10px; }
.hs-blog-post .blog-social-icon { margin-top:20px; padding:8px 0; border-top:1px solid #a1a1a1; }
.hs-blog-post .blog-social-icon ul li { font-size:18px; padding:0 14px 0 0; }

.row-fluid .blog-right { padding:15px; background:#dee6ed; }
.row-fluid .blog-subscription { padding:5px 0 32px; border-bottom:2px solid #fff; }
.row-fluid .blog-subscription input[type="email"] { padding:0 169px 0 58px; background:url(//cdn2.hubspot.net/hubfs/182618/MP_2017/Image/email-icon.png) no-repeat center left 20px #fff; }
.row-fluid .blog-subscription h3 { font-size:21px; line-height:38px; font-weight:600; } 
.row-fluid .blog-subscription .hs-form-field > label { display:none; }
.row-fluid .blog-subscription .hs-form .input { margin:15px 0 15px; }
.row-fluid .featured-restitle h3 { margin:30px 0 15px; font-size:21px; line-height:38px; font-weight:600; } 

.hs-blog-post .blog-topics , .hs-blog-post .blog-subscribe , .hs-blog-post .product-res { display:none; }
.row-fluid .breakers-box { margin-top:12px; padding:38px 20px 20px; text-align:center; }
.row-fluid .breakers-box h4 { font-size:27px; line-height:37px; color:#f9fcff; }
.row-fluid .breakers-box .btn-style a { margin-top:15px; padding:13px 25px; font-size:16px; font-weight:400; }
.row-fluid .blog-subscription .hs-button { font-size:16px; font-weight:400; }  

.row-fluid .military-box { padding:25px 14px 30px; background:#fff; font-size:19px; color:#797979; }
.row-fluid .military-box h3 { margin-bottom:10px; font-size:35px; line-height:42px; font-weight:700; }
.row-fluid .military-box .btn-style { margin-top:-48px; }  
.row-fluid .military-box .btn-style a { margin-top:0; }

.row-fluid .blog-form { margin-top:30px; }
.row-fluid .blog-form input , .row-fluid .blog-form textarea { height:50px; border:1px solid #b0b0b0; }
.row-fluid .blog-form textarea { height:180px; }
.row-fluid .blog-form .hs-button { border:none; }
.row-fluid .blog-form .inputs-list input[type="checkbox"] { position:relative; }

.hs-blog-listing .article-sec { display:none; }
.row-fluid .article-sec { padding:42px 0 72px; }
.row-fluid .article-sec h2 { font-size:32px; line-height:40px; color:#fff; font-family:'Roboto',sans-serif; font-weight: 500; }
.row-fluid .article-box { margin-top:20px; }
.row-fluid .article-box .hs-rss-item { margin:30px 48px 0 0; width:30.59%; float:left; height:355px; background-size:cover; background-position:center center; background-repeat:no-repeat; position:relative; -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.25);
    -o-box-shadow: 5px 5px 10px rgba(0,0,0,0.25);
    -ms-box-shadow: 5px 5px 10px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.25);; }
.row-fluid .article-box .hs-rss-item img.hs-rss-featured-image { display:none; }

.row-fluid .hs-rss-item-text { padding:24px 25px 30px; min-height:130px; background:rgba(0,0,0,0.7); position:absolute; bottom:0; left:0; width:100% !important; -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;; }
.row-fluid .hs-rss-title { font-size:20px; width:100%; line-height:26px; color:#ffffff; font-weight: 600; -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;; }
.row-fluid .hs-rss-title a { color:#fff; }
.row-fluid .article-box .hs-rss-item:hover .hs-rss-item-text { background:rgba(0,0,0,0.9); }
.row-fluid .article-box .hs-rss-item:hover a.hs-rss-title { color:#e68700; }
.row-fluid .article-box .hs-rss-item:last-child { margin-right:0; }
.row-fluid .blogbtn-style { margin-top:35px; text-align:center; }
.row-fluid .blogbtn-style a { width:100%; }

.row-fluid .product-res { padding:80px 0; color:#fff; position:relative; }
.row-fluid .product-res:after { content:''; width:100%; height:168px; background-image:url('https://cdn2.hubspot.net/hubfs/182618/MP_2017/Image/resource-shadow.png'); background-size:cover; background-position:center center; position:absolute; top:0; left:0; }
.row-fluid .product-res > div { position:relative; }
.row-fluid .product-res h1 { padding-left:25px; color:#fff; font-size:50px; line-height:50px; text-transform:uppercase; border-left:4px solid #fff; }
.row-fluid .product-res h1 span { font-size:72px; line-height:70px; display:block; }
.row-fluid .product-rescontent { padding:25px 0; opacity:0.60; font-size:16px; line-height:25px; max-width:560px; font-weight:300; }
.row-fluid .product-btnstyle a { min-width:355px; text-align:center; }

/* blog-pagination */
.row-fluid .blog-pagination { display:inline-block; width:100%; }
.row-fluid .blog-pagination ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .blog-pagination ul li { margin:0; padding:0; width:50%; float:left; }
.row-fluid .blog-pagination ul li a { color:#3b3d38; }
.row-fluid .blog-pagination ul li a i { font-size:26px; vertical-align:top; line-height:24px; }
.row-fluid .blog-pagination ul li.next-pagination { float:right; text-align:right; }
.row-fluid .blog-pagination ul li.next-pagination a i { margin-left:5px; }
.row-fluid .blog-pagination ul li.previous-pagination a i { margin-right:5px; }
.row-fluid .blog-pagination ul li a:hover { color:#e68700; }

/* resources Page */
.row-fluid .engineering-res { padding:20px 0; color:#fff; background:#146cb1; text-align:center; }
.row-fluid .resource-pro h1 { font-weight:600; font-size:47px; }
.row-fluid .resource-pro h1 span { font-weight:700; }
.row-fluid .engineering-title, .row-fluid .engineering-list-box { width:auto; display:inline-block; vertical-align:middle; float:none; margin-right:-3px; }

.row-fluid .resources-sec { padding:50px 0; }
.row-fluid .resources-sec1 span.hs_cos_wrapper { margin:0 -20px; display:block; float:none; }
.row-fluid .resources-sec1 .resource-item { margin:0; padding:35px 20px; width:33%; float:left; }
.row-fluid .resources-sec1 .resource-item .resource-box { padding:15px; position:relative; height:auto; overflow:hidden; width:100%; float:left; }
.row-fluid .resources-book { -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;; }
/*.row-fluid .engineering-title { margin-top:10px; }*/
.row-fluid .engineering-list { position:relative; min-width:230px; }
.row-fluid .resources-content { padding:30px 20px; min-height:130px; background:rgba(0,0,0,0.69); font-size:20px; line-height:26px; position: absolute; left: 0; bottom: 0; width: 100%; }
.row-fluid .resources-content h4 { font-size:25px; line-height:32px; color:#fff; font-weight:400; }
.row-fluid .option-combo h3 { padding:12px 15px; border:1px solid #fff; font-size:17px; line-height:22px; color:#fff; display:inline-block; width:100%; -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;; text-align:center; cursor:pointer; }
.row-fluid .option-combo h3:after { content:"\f0d7";  display:inline-block; font-family:'FontAwesome'; font-size:24px; float:right; }

.row-fluid .resource-loadcta { display:inline-block; width:100%; }
.row-fluid .resource-box:hover .resources-book { -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);; }
 
.row-fluid .search-popup { display:none; position:fixed; }
.search-popup { width:100%; text-align:center; background:#146db3 url(https://cdn2.hubspot.net/hubfs/182618/MP_2017/Image/search-popupbgn.jpg) repeat-x; background-position:center top; padding:210px 25px 228px; -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;; } 
.search-popup .search-wrap { max-width:780px; float:none; margin:0 auto !important;  }
.search-popshow .row-fluid .search-popup { top:0; }
.search-popup h2 { color:#fff; margin-bottom:25px; font-weight:normal; }
.search-popup input[type="text"] { height:70px; font-size:16px; line-height:24px; font-family:'Roboto', sans-serif; padding-left:25px; padding-right:25px; }
.search-popup button { font-weight:normal; font-size:16px; line-height:24px;  }
.search-popup .search-button { margin-top:30px; }
.search-popup .search-form { padding-left:20px; padding-right:20px; }
.row-fluid .checkpop-formwrap { margin-top:60px; }
.row-fluid .checkpop-twocol { margin:0 -3px; float:none; display:inline-block; vertical-align:middle; }
.row-fluid .check-formwrap { color:#fff; }
.row-fluid .check-closeicon { position:absolute; top:30px; right:30px; width:auto; } 
.row-fluid .check-closeicon a { color:#fff; font-size:35px; line-height:30px; }


/* FancyBox */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {    padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none;	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner {	-webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('//cdn2.hubspot.net/hubfs/182618/MP_2017/Image/fancybox_sprite.png'); }
#fancybox-loading {	position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url('//cdn2.hubspot.net/hubfs/182618/MP_2017/Image/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { position: absolute; top: 25px; right: 25px; width: 27px; height: 27px;	cursor: pointer; z-index: 8040; background:url(https://cdn2.hubspot.net/hubfs/182618/MP_2017/Image/close-icon.png) no-repeat; }
.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer;text-decoration: none; background: transparent url('//cdn2.hubspot.net/hubfs/182618/MP_2017/Image/blank.gif'); -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }
.fancybox-prev span { left: 10px; background-position: 0 -36px; }
.fancybox-next span { right: 10px; background-position: 0 -72px; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp {	position: absolute;	top: -99999px;	left: -99999px;	visibility: hidden;	max-width: 99999px;	max-height: 99999px; overflow: visible !important; }

/* Overlay helper */
.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none;
	z-index: 8010; background: url('//cdn2.hubspot.net/hubfs/182618/MP_2017/Image/fancybox_overlay.png'); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }

/* Title helper */
.fancybox-title { visibility: hidden; position: relative; text-shadow: none; z-index: 8050;}
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px;  -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff;}
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000;	background: rgba(0, 0, 0, .8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5){
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {		background-image: url('//cdn2.hubspot.net/hubfs/182618/MP_2017/Image/fancybox_sprite@2x.png'); background-size: 44px 152px; }
	#fancybox-loading div { background-image: url('//cdn2.hubspot.net/hubfs/182618/MP_2017/Image/fancybox_loading@2x.gif');		background-size: 24px 24px; }
}


@media (min-height:769px){
    .row-fluid .system_page_style .wrapper > div {  align-items: center;  display: flex;  height: calc(100vh - 125px);  padding: 69px 0 0;}
}

@media (min-height:769px){
    
    .subscription-page99 .row-fluid .system_page_style .wrapper > div {  align-items: center;  display: block;  height:auto !important;      align-items: center;
    min-height: 672px;
    padding: 250px 0 100px;}
    
}





/* Media Query Start */
@media (min-width:1700px){
    .row-fluid .overview-tabwrap { padding:300px 0 250px; }
    .search-popup { width:1200px; }    
}

@media (min-width:1500px){
    .row-fluid .product-raw > span { margin:0 -50px; }
}

@media (min-width:1300px){
    
    .row-fluid .parts-img::before { background:#FFF none repeat scroll 0 0; border-radius:100%; content:""; height:150px; left:50%; position:absolute; top:50%; transform:translate(-50%, -50%); transition:all 400ms ease 0s; width:150px; }
    .row-fluid .parts-img::after { border:5px solid #FFF; border-radius:100%; content:""; height:178px; left:50%; position:absolute; top:50%; transform:translate(-50%, -50%); transition:all 400ms ease 0s; width:178px; box-shadow:2px 6px 10px rgba(0,0,0,0.2); }
    .row-fluid .parts-img { display:inline-block; float:none; height:140px; position:relative; vertical-align:top; width:140px; }
    .row-fluid .partsbox a:hover .parts-img::after, .row-fluid .partsbox a:hover .parts-img::before { transform:translate(-50%, -50%) scale(1.1); }
    
    /* About Us Page */
    .row-fluid .aboutintro-section .left { padding-right:115px; }
    .row-fluid .aboutintro-section .right { margin-top:75px; margin-left:0; }
    
    .search-popup { width:1170px; }  
}


@media (min-width: 1201px) and (max-width: 1340px){
    
    .row-fluid .product-raw > span { margin:0; }
    
    button.slick-prev, button.slick-next { display:none !important; }
    button.slick-prev:before, button.slick-next:before { display:none !important; }
    
    .row-fluid .parts-raw > span { margin:0; }
    .row-fluid .parts-raw > span > div { padding:0; }
    
    a.slick-arrows.prev { left:0; }
    a.slick-arrows.next { right:0; }
    
    /* Industry Overview Page */
    .row-fluid .cta-2boxsec .cta-2boxcol { padding:190px 60px 165px !important; } 
    .row-fluid .overtab-menubox ul li a { font-size:16px; padding:20px 26px; }
    
    /* Individual Industry Page */
    .row-fluid .military-raw a.slick-arrows.prev, .row-fluid .military-raw a.slick-arrows.next { display:none; }

}


@media (min-width: 992px) and (max-width: 1200px){

    .row-fluid .wrapper {  width:920px; }
    
    .row-fluid .product-raw > span { margin:0 -10px; }
    .row-fluid .product-raw > span > div { padding:0 10px; }
    
    /* Series Overview Page */
    .row-fluid .lightblue-proraw > span > div { width:33.33%; }
    
    /* About Us Page  */
    .row-fluid .tab-menubox ul li { width:33.33%; }
    
    /* Industry Overview Page */
    .row-fluid .cta-2boxsec .cta-2boxcol { padding:80px 40px !important; } 
    .row-fluid .overtab-menubox ul li a { font-size:14px; padding:20px 19px; }
    
    /* blog */
    .row-fluid .product-res h1 { font-size:38px; line-height:38px; }
    .row-fluid .product-res h1 span { font-size:55px; line-height:55px; }
    .row-fluid .post-item h2 { font-size:18px; }
    .row-fluid .blog-featured { height:300px; }
    
    .row-fluid .blog-topiclist ul li a { padding:32px 17px; }
    .row-fluid .article-box .hs-rss-item { margin:30px 37px 0 0; }
    
    .row-fluid .engineering-title { margin-top:0; }
    .row-fluid .resource-box { height:auto; }
    .row-fluid .resources-content h4 { font-size:22px; }
    .row-fluid .resources-content { min-height:107px; padding:18px 15px; }
    .row-fluid .resource-pro h1 { font-size:35px; line-height:35px; }
    
    .search-popup { width:950px; padding:140px 0 160px; } 
    
    .product-2018 .row-fluid .btn-style a { padding: 8px; }
}

@media (min-width: 768px) and (max-width: 991px){

    .row-fluid .wrapper {  width:720px; }
    
    .row-fluid .product-raw > span { margin:0 -10px 30px; }
    .row-fluid .product-raw > span > div { padding:0 10px 30px; width:33.33%; }
    .row-fluid .product-section { padding:40px 0 0; }
    
    .row-fluid .mp-productraw-4col > span { margin:0 -10px; }
    .row-fluid .mp-productraw-4col > span > div { width:50%; padding:20px 10px 0; }
    
    /* Series Overview Page */
    .row-fluid .lightblue-proraw > span > div { width:50%; }
    
    /* Product Overview Page */
    .row-fluid .circuit-img { height:250px; overflow:hidden; }
    
    /* About Us Page  */
    .row-fluid .tab-menubox ul li { width:50%; }
    
    /* Industry Overview Page */
    .row-fluid .cta-2boxsec .cta-2boxcol { padding:80px 20px !important; } 
    .row-fluid .overtab-menubox ul li a { font-size:12px; padding:18px 11px; }
    
    /* Disclaimaer page 12-19-2017 */
    .row-fluid .disclaimer-sec1 { margin-top:15px; }
	.row-fluid .disclaimer-box { font-size:16px; line-height:28px; }
	.row-fluid .disclaimer-box h3 { font-size:28px; padding:10px 0; line-height:38px; }
	.row-fluid .disclaimer-box h3:after { width:20px; height:20px; top:19px; }
	
	/* blog */
	.row-fluid .product-res h1 { font-size:30px; line-height:30px; }
    .row-fluid .product-res h1 span { font-size:48px; line-height:48px; }
	.row-fluid .first-item.post-item { width:100%; }
	.row-fluid .post-item { width:50%; }
	.row-fluid .product-rescontent { padding:10px 0; }
	.row-fluid .blog-topiclist ul li a { padding:32px 10px; font-size:14px; } 
	
	.row-fluid .article-box .hs-rss-item { margin:30px 20px 0 0; width:31.48%; }
	.hs-blog-post .blog-left h1 { font-size:36px; line-height:46px; } 
	.row-fluid .blog-left { width:100%; }
	.row-fluid .blog-right { margin:50px 0 0; width:100%; }
	
	.row-fluid .resources-sec { padding:30px 0; }
	.row-fluid .engineering-title { width:100%; text-align:center; }
	.row-fluid .engineering-list-box { margin:10px 0 0 0; width:100%; }
	.row-fluid .resources-sec1 .resource-item { width:50%; }
	.row-fluid .engineering-title { margin-top:0; }
    .row-fluid .resource-box { height:auto; }
    .row-fluid .resources-content h4 { font-size:26px; }
    .row-fluid .resources-content { min-height:107px; padding:18px 15px; }
    .row-fluid .resource-pro h1 { font-size:28px; line-height:28px; } 
    
    .row-fluid .search-popup { padding:140px 0 160px; }

}

@media (min-width: 768px) and (max-width: 1200px){
    
    h1 { font-size:30px; line-height:36px; }
    h2 { font-size:26px; line-height:36px; }
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:24px; line-height:28px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }
    
    /* Homepage */
    body.fixed .top .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, body.fixed .top .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:10px 15px 30px !important; }
    body.fixed .top .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child a { padding-right:0 !important; }
    .row-fluid .top-nav { padding-top:30px; }   
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:10px 15px; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { top:20px; left:-1px; }
    
    .row-fluid .hero-section { padding:200px 0 110px; }
    .row-fluid .hero-section h3 { font-size:24px; line-height:36px; }
    
    .row-fluid .about-mpsec { padding:50px 0 60px; }
    
    .row-fluid .mechanical-productsec { padding:50px 0; }
    .row-fluid .section-title { font-size:16px; line-height:26px; }
    .row-fluid .productleft-innerbox .sub-title { margin-bottom:20px; }
    
    .row-fluid .mp-productinnerbox { padding:60px 0; }
    .row-fluid .mp-productimg { height:240px; }
    .row-fluid .mp-productimg img { max-width:70%; }
    .row-fluid .mp-producthover { padding:15px; }
    .row-fluid .mp-producttitle h4, .row-fluid .mp-producthover h4 { font-size:20px; line-height:24px; }
    .row-fluid .mp-productraw-2col > span { margin:0 -10px; }
    .row-fluid .mp-productraw-2col > span > div { padding:0 10px; }
    .row-fluid .mp-producthover .btn-style a { font-size:12px; padding:14px 20px; }
    .row-fluid .productleft-innerbox { padding:65px 0 90px; }
    
    .row-fluid .parts-section { padding:50px 0 60px; }
    .row-fluid .parts-section h2 { font-size:44px; line-height:48px; }
    .row-fluid .parts-section h2 span { font-size:30px; line-height:36px; }
    
    .row-fluid .parts-raw > span { margin:0; }
    .row-fluid .parts-raw > span > div { padding:0; }
    .row-fluid .parts-img:before { height:140px; width:140px; top:calc(0% - 10px); left:calc(0% - 10px); }
    .row-fluid .parts-img { height:120px; width:120px; }
    .row-fluid .parts-img img { max-width:50%; }
    
    .row-fluid .testimonial-section { padding:50px 0; }
    .row-fluid .testimonial-box { padding:0 10px; }
    .row-fluid .certified-sliderimg { min-height:350px; }
    .row-fluid .certified-slidertextbox { padding:50px 15px 60px; }
    .row-fluid .certified-slidertextbox h4 { font-size:32px; line-height:40px; }
    .row-fluid .certified-slidertextbox .text br { display:none; }
    .row-fluid .certified-section button.slick-prev, .row-fluid .certified-section button.slick-next { display:none !important; }
    
    button.slick-prev::before { right:0; } 
    button.slick-next::before { left:0; }
    
    /* Series Overview Page */
    .row-fluid .innerhero-section h2, .row-fluid .innerhero-section.hero-section h1 { font-size:40px; line-height:48px; }
    .row-fluid .intro-section { padding:60px 0 70px; }
    
    .row-fluid .lightblue-prosection { padding:60px 0 70px; }
    .row-fluid .lightblue-proraw { margin-top:40px; }
    .row-fluid .lightblue-proraw > span { margin:0 -10px; }
    .row-fluid .lightblue-proraw > span > div { padding:10px; }
    
    .row-fluid .cta-stripsec h3 { line-height:38px; }
    
    .row-fluid .circuit-breakersec { padding:60px 0; }
    .row-fluid .circuit-breakersec br { display:none; }
    .row-fluid .circuit-breakraw { padding-top:50px; }
    .row-fluid .circuit-innerbox { padding:20px 30px 45px; }
    .row-fluid .circuit-textbox h3 { font-size:28px; line-height:32px; }
    .row-fluid .circuit-textbox .btn-style a { padding:18px 60px; }
    
    /* Product Overview Page */
    .row-fluid .circuit-img img { max-width:70%; }
    
    /* Product Page */
    .row-fluid .addition-innerinfobox .btn-style a { padding:14px 13px; font-size:14px; }
    
    /* About Us Page */
    .row-fluid .innerhero-section .hero-text { font-size:22px; line-height:30px; }
    .row-fluid .innerhero-section .hero-text br { display:none; }
    
    .row-fluid .history-section { padding:80px 0; }
    a.slick-arrows.prev { left:0; }
    a.slick-arrows.next { right:0; }
    .row-fluid .histroy-title h3 { font-size:26px; line-height:30px; }
    .row-fluid .history-year:after { width:calc(100% + 10px); }
    
    .row-fluid .certificate-tabsec { padding:80px 0; }
    .row-fluid .certificate-tabsec .title h2 { font-size:36px; line-height:42px; }
    .row-fluid .tab-menubox { padding-left:30px; margin-top:0; }
    .row-fluid .tab-cotnentwrap { padding:0 30px; }
    .row-fluid .tab-cotnentwrap > span { padding-right:0; }
    
    /* Industry Overview Page */
    .row-fluid .industry-overviewintrosec { padding:80px 0; }
    .row-fluid .overview-tabwrap { padding:140px 0 100px; }
    .row-fluid .cta-2boxsec .cta-2boxcol h3 { font-size:32px; line-height:34px; }
    
    /* Individual Industry Page */
	.row-fluid .vehicle-cta.btn-style a { font-size:14px; padding:20px; }
	
	.row-fluid .faq-section .section-title .text { padding:0 50px; }
	.row-fluid .faq-raw { margin-top:40px; }
	.row-fluid .faq-section { padding:100px 0 80px; }
	.row-fluid .faqbox .question:before { left:12px; top:20px; }
	.row-fluid .faqbox .question { font-size:14px; line-height:24px; padding:15px 10px 15px 40px; }
	.row-fluid .faqbox .answerinner { padding:15px 20px; }
	.row-fluid .faq-section .section-title h2 { font-size:32px; line-height:38px; }
	
	/* Testing And Engineering Page */ 
	.row-fluid .testing-equipmentsec ul { column-count:3; -moz-column-count:3; -webkit-column-count:3; -ms-column-count:3; -o-column-count:3; } 
	.row-fluid .agency-testsec .right-inner { padding:50px; font-size:18px; line-height:30px; }
	.row-fluid .agency-testsec .right-inner .section-title h2 { font-size:32px; }
	
	/* Footer */
    .row-fluid .footer-subscribe .left { width:100%; margin-bottom:20px; }
    .row-fluid .footer-subscribe .left, .row-fluid .footer-subscribe .right { text-align:center; }
    .row-fluid .footer-section2 .middle ul { padding-left:70px; }
    .row-fluid .footer-section2 .middle, .row-fluid .footer-section2 .right, .row-fluid .footer-section2 .left { float:none; display:inline-block; vertical-align:middle; margin:0; }
    
    
}

@media (min-width: 768px){

  a.mobile-trigger, span.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }
  
    .row-fluid .mainmenu .hs-menu-wrapper > ul { float:right; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child a { padding-right:0; }
    
    .row-fluid .mainmenu ul > li > ul { width:auto; min-width:260px; background:rgba(9,76,142,0.80); padding:15px 0 15px; }
    .row-fluid .mainmenu ul > li > ul > li { line-height:0; }
    .row-fluid .mainmenu ul > li > ul > li:hover { background:rgba(9,76,142,1); }
    .row-fluid .mainmenu ul > li > ul > li:last-child { border-bottom:0; }
    .row-fluid .mainmenu ul > li > ul > li > a { color:#fff; font-size:16px; font-weight:500; text-transform:none; padding:10px 20px; line-height:22px; white-space:normal !important; }
    .row-fluid .mainmenu ul > li > ul > li:hover > a { color:#f4873e; }
    
    /* Sticky Navigation */
    .row-fluid .top-logobox { position:relative; min-height:25px !important; }
    .row-fluid .logo { position:absolute; top:0; left:0; -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; }
    .row-fluid .sticky-logo { opacity:0; }
    
    body.fixed .top .sticky-logo { opacity:1; }
    .row-fluid .top { -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; }
    body.fixed .top { position:fixed; background:#fff; width:100%; left:0; top:0; z-index:2; }
    body.fixed .top .top-strip { background:#094c8e; }
    body.fixed .top .top-nav { padding-top:40px; }
    body.fixed .top .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, body.fixed .top .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { color:#094c8e; padding:15px 34px 25px; }
    body.fixed .top .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child a { padding-right:0; }
}

@media (min-width: 30px) and (max-width: 767px){
    
    h1 { font-size:30px; line-height:36px; }
    h2 { font-size:26px; line-height:36px; }
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:24px; line-height:28px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }
    
    .subscription-page99 .row-fluid .system_page_style .wrapper > div { padding: 140px 0 50px; }
     #email-prefs-form input[type="checkbox"] { margin-top: 7px; }
     #email-prefs-form h2 ,  .widget-type-email_subscriptions_confirmation h2 { font-size: 20px; }
     #email-prefs-form .checkbox-row span.fakelabel span { width: 83%; }
    .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }
	
	.row-fluid .top .sticky-logo { display:none; }
	.row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li { float:left !important; }	
	.row-fluid .top-strip { display:none; }

	.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:22px; line-height:28px; color:#fff; padding:10px 20px; font-weight:700; float:left; width:100%; text-align:center; font-family:'Montserrat', sans-serif; } 
	.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:hover > a { color:#e67c00; }
	.mainmenu .hs-menu-flow-horizontal > ul ul li a { text-align:center; }

	.row-fluid .top-nav { padding-top:20px; }
	.row-fluid .logo { max-width:90px; }
	
	.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a::after { display:none; }
	body.mobile-open a.mobile-trigger { background:#094c8e; }
	body.mobile-open .row-fluid .btn-style a span, body.mobile-open .row-fluid a.btn-style span { z-index:0; }
	
	.row-fluid .mainmenu ul > li > ul { padding:5px 0; border-top:1px solid #5f8ab5; float:left; width:100%; font-family:'Montserrat', sans-serif; }
	
	.row-fluid .hero-section { padding:150px 0 100px; }
	.row-fluid .hero-section h3 { font-size:22px; line-height:28px; margin-bottom:5px; }
	.row-fluid .btn-style a, .row-fluid a.btn-style { padding:18px 22px; } 
	.row-fluid .hero-section h1 { margin-bottom:30px; }
	
	.row-fluid .product-raw > span { margin:0 -15px; }
	.row-fluid .product-raw > span > div { width:50%; padding:0 15px 30px; }
	
	.row-fluid .mp-productraw-2col > span { margin:0 -10px; }
	.row-fluid .mp-productraw-2col > span > div { padding:0 10px; }
	.row-fluid .mp-producthover h4, .row-fluid .mp-producttitle h4 { font-size:20px; line-height:26px; }
	.row-fluid .mp-producthover .btn-style a { padding:14px 24px; }
	
	.row-fluid .parts-raw > span { margin:0 -20px; }
	.row-fluid .parts-raw > span > div { width:50%; padding:0 20px 40px; }
	
	.row-fluid .mp-productraw-4col > span { margin:0 -10px; }
	.row-fluid .mp-productraw-4col > span > div { width:50%; padding:20px 10px 0; }
	
	.row-fluid .testimonial-box { padding:0 10px; }
	
	.row-fluid .about-mpsec { padding:50px 0 60px; }
	.row-fluid .about-mpsec br { display:none; }
	.row-fluid .section-title { font-size:18px; line-height:26px; }
	
	.row-fluid .mechanical-productsec { padding:50px 0; }
	.row-fluid .productleft-innerbox { padding:60px 0 70px; margin-bottom:20px; }
	.row-fluid .productleft-box { margin-bottom:20px; }
	
	.row-fluid .parts-section { padding:50px 0; }
	.row-fluid .parts-section h2 { font-size:32px; line-height:40px; margin-bottom:20px; }
	.row-fluid .parts-section h2 span { font-size:30px; line-height:32px; }
	
	.row-fluid .testimonial-section { padding:50px 0; }
	.row-fluid .certified-sliderimg { min-height:300px; }
	.row-fluid .certified-slidertextbox { padding:50px 15px 60px; font-size:18px; line-height:26px; }
	.row-fluid .certified-slidertextbox h4 { font-size:24px; line-height:28px; }
	.row-fluid .certified-slidertextbox br { display:none; }
	.row-fluid .certified-section button.slick-prev, .row-fluid .certified-section button.slick-next { display:none !important; }
	
	/* Series Overview Page */
	.row-fluid .hero-section { padding:130px 0 100px; }
	.row-fluid .innerhero-section br { display:none; }
	.row-fluid .innerhero-section h2, .row-fluid .innerhero-section.hero-section h1 { font-size:32px; line-height:36px; }
	
	.row-fluid .intro-section { padding:50px 0; }
	.row-fluid .intro-section h3, .row-fluid .intro-section h2 { font-size:28px; line-height:34px; margin-bottom:10px; }
	.row-fluid .intro-section { font-size:18px; line-height:30px; }
	.row-fluid .intro-section .btn-style a { padding:20px 24px; }
	.row-fluid .intro-section .left { padding:30px 0 0; }
	.row-fluid .intro-section .btn-style { margin-top:25px; }
	
	.row-fluid .lightblue-prosection { padding:50px 0 90px; }
	.row-fluid .lightblue-prosection .section-title h2 { font-size:24px; line-height:28px; }
	.row-fluid .lightblue-proraw { margin-top:40px; }
	.row-fluid .lightblue-proraw > span { margin:0 -10px; }
	.row-fluid .lightblue-proraw > span > div { padding:0 10px 20px; width:50%; }
	.row-fluid .series-textbox h4 { margin-top:10px; }
	.row-fluid .series-box .btn-style a { padding:14px 30px; }
	
	.row-fluid .cta-stripsec { padding:80px 0 75px; }
	.row-fluid .cta-stripsec h3 { font-size:24px; line-height:32px; padding-bottom:22px; margin-bottom:20px; }
	.row-fluid .cta-stripsec .btn-style a { padding:19px 5px; }
	
	/* Product Overview Page */
	.row-fluid .circuit-breakersec { padding:60px 0; }
	.row-fluid .circuit-breakersec br { display:none; }
	.row-fluid .circuit-breakersec .section-title h2 { font-size:30px; line-height:34px; }
	.row-fluid .circuit-breakraw { padding-top:40px; }
	.row-fluid .circuit-breakraw > span { margin:0; }
	.row-fluid .circuit-breakraw > span > div { width:100%; padding:0 0 30px; margin:0; }
	.row-fluid .circuit-breakraw > span > div:last-child { padding:0; }
	.row-fluid .circuit-innerbox { padding:20px 20px 45px; }
	.row-fluid .circuit-textbox h3 { font-size:24px; line-height:28px; }
	.row-fluid .circuit-textbox .btn-style a { padding:18px 30px; }
	.row-fluid .circuit-img { height:auto; }
	.row-fluid .circuit-img img { position:relative; }
	
	/* Product Page */
    .row-fluid .product-featuresec .title { font-size:18px; letter-spacing:2px; padding:4px 20px; }
    .row-fluid .product-featureraw { float:left; width:100%; margin-top:30px; }
    .row-fluid .product-featureraw > span > div { padding-bottom:30px; }
    .row-fluid .productpage-featurecontent h4 { font-size:18px; line-height:28px; }
    .row-fluid .productpage-featurecontent h4 + div { font-size:14px; line-height:22px; }
    
    .row-fluid .additional-infosec { padding:50px 0; }
    .row-fluid .additional-infosec .widget-type-header h3 { font-size:25px; line-height:30px; }
    .row-fluid .additional-inforaw > span { margin:0; }
    .product-2018 .row-fluid .additional-inforaw > span > div,
    .row-fluid .additional-inforaw > span > div { width:100%; margin:0; padding:40px 0 50px; }
    
    /* ABout Us Page */
    .row-fluid .innerhero-section .hero-text { font-size:20px; line-height:30px; }
    
    .row-fluid .history-section { padding:70px 0; }
    .row-fluid .histroy-logo, .row-fluid .histroy-title { width:100%; padding:0; margin:0; border:0; text-align:center; }
    .row-fluid .histroy-logo { border-bottom:2px solid #3dacb7; padding-bottom:10px; margin-bottom:10px; } 
    .row-fluid .histroy-title h3 { font-size:24px; line-height:30px; }
    .row-fluid .history-text { padding:30px 0 70px; }
    .row-fluid .history-year:after { display:none; }
    a.slick-arrows.prev { left:0; }
    a.slick-arrows.next { right:0; }
    
    .row-fluid .certificate-tabsec { padding:70px 0; }
    .row-fluid .certificate-tabsec .title h2 { font-size:28px; line-height:34px; }
    .row-fluid .tab-menubox { width:100%; padding:0 20px; margin:0; }
    .row-fluid .tab-cotnentwrap { width:100%; padding:20px 20px !important; }
    .row-fluid .tab-menubox ul li { width:25%; }
    .row-fluid .tab-cotnentwrap { text-align:center; }
    .row-fluid .tab-cotnentwrap > span { padding-right:0; padding-top:30px; }
    
    /* Industry Overview Page */
    .row-fluid .industry-overviewintrosec { padding:70px 0; }
    .industry-overviewintrosec .right { margin-bottom:20px; }
    .row-fluid .intro-section h3 br, .row-fluid .intro-section h2 br { display:none; }
    .row-fluid .industry-overviewintrosec h2 { font-size:28px; line-height:34px; }
	.row-fluid .industry-overviewintrosec h2 br { display:none; }
	.row-fluid .industry-overviewintrosec { font-size:18px; line-height:30px; }
	.row-fluid .industry-overviewintrosec .btn-style a { padding:20px 30px; }
	
	.row-fluid .industry-overviewtab-sec span.mobile-select { float:left; width:100%; text-align:left; font-size:17px; line-height:22px; color:#fff; cursor:pointer; padding:15px 20px; font-weight:bold; position:relative; border-bottom:1px solid #fff; font-family:'Montserrat', sans-serif; }
	.row-fluid .industry-overviewtab-sec span.mobile-select:after { position:absolute; content:"\f078"; font-family:FontAwesome; right:20px; top:13px; color:#fff; font-size:20px; }
	.row-fluid .industry-overviewtab-sec span.mobile-select.active:after { content:"\f077"; }
	.row-fluid .overtab-menubox { background:rgba(0, 0, 0, 0.75); }
	.row-fluid .overtab-menubox ul { display:none; text-align:left; }
	.row-fluid .overtab-menubox ul li { width:100%; }
	.row-fluid .overtab-menubox ul li a { width:100%; padding:15px 20px; }
	.row-fluid .overview-tabwrap { padding:120px 0 80px; }
	.row-fluid .overview-tabtext h4 { font-size:30px; line-height:34px; }
	.row-fluid .overview-tabtext { width:100%; text-align:left; float:left; }
	
	.row-fluid .cta-2boxsec .cta-left, .row-fluid .cta-2boxsec .cta-right { width:100%; }
	.row-fluid .cta-2boxsec .cta-left { margin-bottom:5px; }
	.row-fluid .cta-2boxsec .cta-2boxcol { padding:70px 20px !important; }
	.row-fluid .cta-2boxsec .cta-2boxcol h3 { font-size:28px; line-height:32px; }
	
	/* Individual Industry Page */
	.row-fluid .vehicle-cta.btn-style a { font-size:14px; padding:20px; }
	.row-fluid .faq-section { margin-top:30px; padding:80px 0; }
	.row-fluid .faq-section .section-title h2 { font-size:26px; line-height:34px; }
	.row-fluid .faq-section .section-title .text { padding:0; }
	.row-fluid .faq-raw { margin-top:40px; }
	.row-fluid .faq-raw .faq1, .row-fluid .faq-raw .faq2 { width:100%; padding:0; }
	.row-fluid .faqbox .question:before { left:12px; top:20px; }
	.row-fluid .faqbox .question { font-size:14px; line-height:24px; padding:15px 10px 15px 40px; }
	.row-fluid .faqbox .answerinner { padding:15px 20px; }
	
	.row-fluid .military-raw { margin-top:30px; }
	
	/* Testing And Engineering Page */
	.row-fluid .left-spacenew { padding-left:20px !important; padding-right:20px !important; }
	.row-fluid .right-spacenew { padding-left:20px !important; padding-right:20px !important; }
	.row-fluid .testing-introsec .text h5 { font-size:18px; line-height:28px; }
	
	.row-fluid .testing-equipmentsec ul { column-count:2; -moz-column-count:2; -webkit-column-count:2; -ms-column-count:2; -o-column-count:2; }
	.row-fluid .testing-equipmentsec ul li { margin:5px 0; font-size:18px; line-height:24px; }
	
	.row-fluid .agency-testsec .left, .row-fluid .agency-testsec .right { width:100%; }
	.row-fluid .agency-testsec .left { height:300px !important; }
	.row-fluid .agency-testsec .right-inner { padding:30px 20px 50px; font-size:16px; line-height:30px;  }
	.row-fluid .agency-testsec .right-inner .section-title h2 { font-size:28px; line-height:34px; }
	
	/* Disclaimaer page 12-19-2017 */
	.row-fluid .disclaimer-sec { font-size:17px; line-height:28px; }
	.row-fluid .disclaimer-sec1 { margin-top:10px; }
	.row-fluid .disclaimer-box { font-size:16px; line-height:28px; }
	.row-fluid .disclaimer-box h3 { font-size:25px; padding:10px 0; line-height:38px; }
	.row-fluid .disclaimer-box h3:after { width:20px; height:20px; top:18px; }
	
	/* Parts Cross Reference */
	.row-fluid .searchparts-sec { padding:40px 0 60px; }
	.row-fluid .comparable-product { margin-bottom:40px; }
	.row-fluid .comparable-product-title h2 { font-size:28px; line-height:36px; }  
	.row-fluid .comparable-product .search-bar { margin:14px auto 25px !important; }
	.row-fluid .searchparts-sec1 .left-title h4, .row-fluid .searchparts-sec1 .right-title h4 { font-size:18px; line-height:26px; }
	.row-fluid .parts-list .left h5, .row-fluid .parts-list .right h5 { font-size:13px; }
	
	/* blog */
	.row-fluid .first-item.post-item { width:100%; }
	.row-fluid .post-item { width:50%; }
	.row-fluid .blog-featured { height:300px; }
	.row-fluid .post-item h2 { font-size:17px; }
	
	.row-fluid .product-res { padding:50px 0 40px; }
	.row-fluid .product-res h1 { font-size:27px; line-height:27px; }
    .row-fluid .product-res h1 span { font-size:42px; line-height:42px; }
    .row-fluid .product-resright { margin:0 0 30px; }
    .row-fluid .product-rescontent { padding:0; max-width:100%; }
    
    .row-fluid .blog-topics { padding:10px 0 25px; }
    .row-fluid .blog-topiclist { text-align:center; }  
    .row-fluid .blog-topiclist ul li a { padding:15px; margin:5px 0; }
    
    .row-fluid .blog-right { margin:40px 0 0; }
    
    .row-fluid .article-sec { padding:40px 0 50px; }
    .hs-blog-post .blog-left h1 { font-size:28px; line-height:38px; }
    .row-fluid .article-box .hs-rss-item { margin:20px 0 0 0; width:100%; }
    .row-fluid .breakers-box h4 { font-size:22px; line-height:32px; }
    .row-fluid .military-box h3 { font-size:25px; line-height:32px; }
    
	/* Footer */
	.row-fluid .footer-subscribe { text-align:center; }
	.row-fluid .footer-subscribe .left, .row-fluid .footer-subscribe .right { float:left; width:100%; text-align:center; margin:0; }
	.row-fluid .footer-subscribe .left h2 { line-height:30px; margin-bottom:10px; }
	
	.row-fluid .footer-subscribe form .actions { position:relative; }
	.row-fluid .footer-subscribe .right { width:100%; }
	.row-fluid .footer-subscribe input[type="email"] { padding:0 15px 0 50px; margin:20px 0 10px; }
	
	.row-fluid .footer-section2 { text-align:center; }
	.row-fluid .footer-section2 .middle, .row-fluid .footer-section2 .left, .row-fluid .footer-section2 .right { float:left; width:100%; text-align:center; }
	.row-fluid .footer-section2 .middle ul { padding:0 0 15px; }
	.row-fluid .footer-link { text-align:center; }
	
	.row-fluid .resources-sec { padding:30px 0; }
	.row-fluid .engineering-list { margin:5px 0; }
	.row-fluid .engineering-title { width:100%; text-align:center; }
	.row-fluid .engineering-list-box { margin:10px 0 0 0; width:100%; }
	.row-fluid .engineering-title { margin-top:0; }
	.row-fluid .resources-sec1 span.hs_cos_wrapper { margin:0 -10px; }
	.row-fluid .resources-sec1 .resource-item { width:48.8%; padding:15px 10px; }
    .row-fluid .resource-box { height:auto; }
    .row-fluid .resources-content h4 { font-size:22px; }
    .row-fluid .resources-content { min-height:107px; padding:18px 15px; }
    
    .row-fluid .findsearch-barrow  { float:left; width:100%; }
    .row-fluid .findsearch-barrow .find-locationbox { width:100%; text-align:center; right:0; position:relative; top:0; -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
	.row-fluid .findsearch-barrow .google-search { position:relative; top:0; display:none; }
	.row-fluid .findsearch-barrow .google-search input[type="text"] { width:100%; right:0; padding-right:44px; }
	.row-fluid .findsearch-barrow .google-search a.search-icon { position:absolute; right:0; border:1px solid #fff; }
	.row-fluid .findsearch-barrow .find-locationbox { border-radius:4px; }
	.row-fluid .footer-subscribe form input[type="submit"] { border-radius:4px; }
}
@media (max-width: 568px){
    .hs-menu-wrapper, .hs-menu-wrapper * { width:auto; display:inline;}
    .hs-menu-wrapper script { display:none; }
    .distributor_box_img { line-height:normal; }
}
@media (max-width: 500px){
    
    .row-fluid .product-raw > span { margin:0; }
    .row-fluid .product-raw > span > div { width:100%; padding:0 0 30px; margin:0; }
    .row-fluid .product-raw > span > div:last-child { padding:0; }
    
    .row-fluid .mp-productraw-2col > span { margin:0; }
    .row-fluid .mp-productraw-2col > span > div { width:100%; padding:0 0 20px 0; }
    
    .row-fluid .mp-productraw-4col > span { margin:0; }
    .row-fluid .mp-productraw-4col > span > div { width:100%; padding:0 0 20px 0; }
    
    .row-fluid .parts-raw > span { margin:0; }
    .row-fluid .parts-raw > span > div { width:100%; padding:0 0 40px; margin:0; }
    .row-fluid .parts-raw > span > div:last-child { padding:0; }
    
    .row-fluid .lightblue-proraw > span { margin:0; }
    .row-fluid .lightblue-proraw > span > div { width:100%; padding:0 0 30px; margin:0; }
    .row-fluid .lightblue-proraw > span > div:last-child { padding:0; }
    .row-fluid .series-img { height:auto; }
	.row-fluid .series-img img { position:relative; }
	
	.row-fluid .tab-menubox ul li { width:50%; }
	.row-fluid .testing-equipmentsec ul { column-count:1; -moz-column-count:1; -webkit-column-count:1; -ms-column-count:1; -o-column-count:1; } 
	
	.row-fluid .comparable-product .search-bar a { min-width:auto; }
	
	.row-fluid .post-item { width:100%; } 
	.row-fluid .resources-sec1 .resource-item { width:100%; padding:15px 10px; }
	.row-fluid .resources-book img { max-width:200px; }
	
	
	
    
    
    
    
}

@media (max-width: 480px){ 
    .row-fluid .testimonial-box { padding:0; }
}


@media (max-width: 1199px){
    .wrapper_pdd15 .row-fluid .wrapper {  padding: 0;}
    .row-fluid .landing_left_section{width: 614px;}
    .row-fluid .landing_aside{width: 290px;}
    .row-fluid .guide_form .hs-form input[type="submit"], .row-fluid .guide_form .hs-form button {  font-size: 15px;  height: 62px;}
    .row-fluid .mechanical_products_content {  margin: 24px 0 0;  width: 466px;}
    .row-fluid .mechanical_products_img img {  max-width: 120%;}
    .row-fluid .mechanical_products_img, .confirm_products_section .row-fluid .mechanical_products_img { width: 420px;}
    .row-fluid .confirmation_content_section .wrapper {  width: 920px;}
    .row-fluid .thanks_content{ width: 630px;}
    .row-fluid .distribution_partners_left {  width: 600px;}
    .row-fluid .distribution_partners_right{width: 305px;}
    .row-fluid .distribution_partners_right .row-fluid .btn-style a{padding: 18px 29px;}
    .row-fluid .distributor_box{ width: 306px;}
    .row-fluid .system_page_style .wrapper > div{padding: 69px 0 0;height: calc(100vh - 125px); display: flex;}
}

@media (max-width: 991px){ 
    .row-fluid .landing_left_section, .row-fluid .landing_aside{  width: 100%;}
    .row-fluid .landing_aside{margin:40px 0 0;}
    .row-fluid .mechanical_products_img, .confirm_products_section .row-fluid .mechanical_products_img{text-align: center;width: 100%;}
    .row-fluid .mechanical_products_img img {  float: none;  max-width: 100%;}
    .row-fluid .mechanical_products_content {  text-align: center;  width: 100%;}
    .row-fluid .confirmation_content_section .wrapper {  width: 720px;}
    .row-fluid .thank_ebook {  text-align: center;  width: 100%;}
    .row-fluid .thanks_content {  margin: 30px 0 0; text-align: center;  width: 100%;}
    .row-fluid .confirmation_content_section {  padding: 80px 0;}
    .row-fluid .contact_about_section .wrapper > div > div {  display: block;}
    .row-fluid .contact_about_section .row-fluid .contact_about_content {  padding: 0 0 30px;  text-align: center; width: 100%;}
    .row-fluid .contact_about_section .row-fluid .contact_machine_img {  float: right;  margin: 0;  padding: 0;  text-align: center;  width: 100%;}
    .row-fluid .contact_form_section {  padding: 70px 0 83px;}
    .row-fluid .contact_form_section .row-fluid .guide_form {  margin: 36px 0 0;}
    .row-fluid .distribution_partners_left {  text-align: center;  width: 100%;}
    .row-fluid .distribution_partners_right {  text-align: center;  width: 100%;}
    .row-fluid .distribution_partners_right .row-fluid .btn-style a {  display: inline-block;  padding: 18px 29px;}
    .row-fluid .distributor_box{ width: 240px;}
    .distributor_box_img img{max-width: 80%;}
    .row-fluid .system_page_style .wrapper > div{height: calc(100vh - 128px);}
}
@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 li , .mainmenu li  a{
    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: 0;          /* Position Button at top right of screen  */
      right: 0;        /*******************************************/
      width: 60px; /* Button width */
      height: 60px; /* Button height */      
      text-align:center;
      background:transparent;
      padding: 12px 10px;
      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-transform: uppercase;
      border-radius: 0;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
      line-height:30px;
      text-align:left;
  }

  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: #054f7d;
      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: 30px; /* 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
     ========================================================================== */

  span.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 35px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      
  }
  
  span.child-triggerm:after { position:absolute; content:"\f101"; font-family:Fontawesome; right:0; top:50%; color:#fff; font-size:26px; transform:translateY(-50%); }
  span.child-triggerm.child-open:after { content:"\f103"; }


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

  /*
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  span.child-triggerm span, span.child-triggerm span:after {
      width: 10px; 
      height: 1px; 
      background-color: #fff; 
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
  
  span.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;
  }
  span.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;
  }
  span.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: 60px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
     
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 40px 30px; /* Padding to add room for close button */
      background-color: #094c8e; /* 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: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      border-top: 1px solid #5f8ab5; /* 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{
     text-align:center;
     float:left;
     width:100%;
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 0; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
      line-height:20px;
      padding:5px 0;
      font-weight:500;
  }

  /* 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 */
  }
  
  .wrapper_pdd15 .row-fluid .wrapper {  padding: 0 20px;}
  .row-fluid .landing_header {  padding: 35px 0;}
  .row-fluid .landing_section {  padding: 40px 0;}
  .row-fluid .landing_left_section{padding: 0;}
  .row-fluid .h1_style h1 {  font-size: 28px;  line-height: 33px;  margin: 0 0 20px;}
  .row-fluid .paragraph_style P {  margin: 0 0 18px;}
  .row-fluid .paragraph_style span, .row-fluid .paragraph_style P, .row-fluid .paragraph_style ul li{font-size: 16px;line-height: 25px;}
  .row-fluid .mechanical_products_section h3{font-size: 28px;}
  .row-fluid .guide_form {  padding: 41px 18px;}
  
  .row-fluid .confirmation_content_section .wrapper {  width: 100%;}  
  .row-fluid .confirmation_content_section {  padding: 50px 0;}
  .row-fluid .btn-style-big a.cta_button {  font-size: 16px;  height: 52px;  min-width: auto;  padding: 13px 19px;  text-align: center;}
  
.row-fluid .title_banner h1{font-size: 42px;}
.row-fluid .title_banner{padding: 80px 0 0;}
.row-fluid .title_banner h1 {  font-size: 30px;letter-spacing: -1px;}
.row-fluid .contact_form_section h2{font-size: 30px;}  
.row-fluid .distribution_partners h4{font-size: 30px;}
}


@media (max-width:991px) {
    .product-2018 .row-fluid .additional-inforaw > span > div { width: 50%; }
}

@media (max-width: 767px){
    .row-fluid .contact_form_section .row-fluid .hs-form fieldset.form-columns-2 .field:first-child {  padding-right: 0;}
    .row-fluid .contact_form_section .row-fluid .hs-form fieldset.form-columns-2 .field:last-child {  padding-left: 0;}
    .row-fluid .distributor_box{ width:100%; min-height: 140px; height: auto;}
    .row-fluid .distributor_logos #container > div{width:100%;}
    .row-fluid .distributor_logos #container > div > div{ width:50%;}
    .distributor_box_title{ padding: 10px 20px 0;}
    .distributor_box_img img {  display: inline-block;  max-height: 68px; vertical-align: bottom;  width: auto;max-width: 70%;}
    .search_region h4 {  font-size: 22px;  padding: 15px 0 23px;  text-align: center;}
    .row-fluid .distributor_logos {  padding: 5px 0 60px;}
    .search_region{padding: 5px 0 20px;}

    .row-fluid .system_page_style .wrapper > div{padding: 69px 0;height: calc(100vh);} 
    .row-fluid .system_page_style h1{margin: 0 0 10px;line-height: 34px;font-size: 32px;}
    .row-fluid .system_page_style p{font-size: 17px;}
    .row-fluid .system_page_style .hs-button.primary{padding: 8px 9px;font-size: 14px;}
    .row-fluid .system_page_style .hs-form .field input[type="text"]{height: 41px;}
    .row-fluid .system_page_style .widget-type-google_search {  margin: 17px 0 0;}
    .row-fluid .system_page_style .wrapper > div{height: auto; min-height: calc(100vh - 200px);}
    .row-fluid .system_page_style .hs-button.primary{min-width: 80px;}
    .row-fluid .system_page_style .hs-form .field input[type="text"]{padding:0 100px 0 20px;}
    
    .product-2018 .row-fluid .additional-inforaw > span > div { width: 320px; max-width: 100%; }
}

@media (max-width: 600px){
    .row-fluid .distributor_logos #container > div > div{ width:100%;}
}