/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Open+Sans:400,400i|Oswald:300,400,700|Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
@import url('//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Css/glyphicons-style.css');

@font-face {
  font-family:"WebSymbols-Regular";
  src: url('//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Fonts/WebSymbols-Regular.eot') format('embedded-opentype'),
  url('//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Fonts/WebSymbols-Regular.woff') format('woff'),
  url('//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Fonts/WebSymbols-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:"LeagueGothic";
  src: url('//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Fonts/LeagueGothic.eot') format('embedded-opentype'),
  url('//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Fonts/LeagueGothic.woff') format('woff'),
  url('//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Fonts/LeagueGothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family:"Glyphicons Halflings";
   src: url('//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Fonts/GLYPHICONSHalflings-Regular.woff') format('embedded-opentype'),
   url('//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Fonts/GLYPHICONSHalflings-Regular.woff') format('woff'),
   url('//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Fonts/GLYPHICONSHalflings-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

.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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #444444;
  background: #ffffff;
  line-height: 1.42857143;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  padding-right:15px;
  padding-left:15px;
  margin: 0 auto;
}

/* Highlighted Text */
/*::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}*/


/* =============== Typography =============== */

/* Basic text */
p {
    margin: 0 0 10px;
} 
small {}
strong {
    font-weight:bold;
}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    color: #00A0CE;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 44px;
    padding: 15px 0 25px;
    line-height: 48px;
    font-weight: 400;
    clear: both;
}
h2 {
    font-family: "Open Sans",sans-serif;
    line-height: 44px;
    padding: 0 0 10px;
    color: #1e69b4;
    font-size: 35px;
    font-weight: 600;
}
h3 {
    margin-bottom: 30px;
    font-size: 24px;
    color: inherit;
}
h4 {
    line-height: 34px;
    padding: 0 0 10px;
    color: #333;
    font-size: 16px;
    font-weight: bold; 
}
h5 {
    color: #00A0CE;
    font-size: 28px;
    line-height: 30px;
    padding: 0 0 10px;
}
h6 {
    color: #00A0CE;
    font-size: 22px;
    padding: 0 0 10px 0;
    line-height: 26px;
    clear: both;
}

/* Anchor Links */
a {
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    outline: none;
    color: #00A0CE;
}
a:hover, a:focus {
    color: #fa652c;
}

/* Lists */
.body-container ul, .body-container ol {
    font-family: 'Lato', "Open Sans", sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.6em;
    font-size: 16px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {
    min-height:98px!important;
} 

.header-container {}

.cm-header-container-wrapper{
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    padding: 20px;
    background: #fff;
    z-index: 98;
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    box-shadow: 0 0 5px 0 rgba(000,000,000,0.5);
}

.cm-header-container-wrapper.fixed-header {
    margin-left: 0 !important;
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display:none !important;
}

.cm-header-container-wrapper:first-child {
    z-index: 99;
}

.cm-header-container-wrapper .row-fluid .page-center{
    max-width:1170px!important;
    padding-right:0px;
    padding-left:0px;
}

.cm-header-container-wrapper .cm-header-menu-wrapper{
    text-align:right;
}

.cm-header-container-wrapper .custom-logo{
    margin: 5px 0 0;
}

.cm-header-container-wrapper .custom-logo img{
    -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;
}

.cm-header-menu-wrapper .custom-header-btn{
    float: none;
    width: auto;
    margin:0 0 0 15px;
    display: inline-block;
    padding-top: 3px;
    vertical-align: top;
    text-align: left;
}

.cm-header-menu-wrapper .custom-header-btn a{
    line-height: 24px;
    z-index: 5;
    overflow: hidden;
    position: relative;
    display: inline-block;
    color:#fff;
    padding: 10px 25px;
    background-color: #00A0CE;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: ease all .3s;
    -moz-transition: ease all .3s;
    -o-transition: ease all .3s;
    -ms-transition: ease all .3s;
    transition: ease all .3s;
}

.cm-header-menu-wrapper .custom-header-btn a:after{
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fa652c;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    
}

.cm-header-menu-wrapper .custom-header-btn a:hover:after{
    width: 120%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul{
    -moz-animation: fadeInUp 0.3s ease-in;
    -webkit-animation: fadeInUp 0.3s ease-in;
    animation: fadeInUp 0.3s ease-in;
}

@keyframes fadeInUp{
         0% {
            opacity: 0;
            transform: translateY(20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.custom-menu-primary .hs-menu-wrapper ul li a[href*="blog"] {
    color: #00A0CE;
}

.cm-lp .mobile-trigger{
    display:none!important;
}
.content-wrapper {
    padding:30px 20px;
}

.custom-banner-area {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 330px;
    position:relative;
    z-index: 7;
}

.banner-title {
    padding: 0 15px;
    text-align: center;
    position:absolute;
    top:50%;
    width:100%;
    transform:translateY(-50%);
    z-index:999;
    left: 0;
    right: 0;
}

.overlay {
    background-color: black;
    opacity: 0.63;
    z-index: 1;
    position: relative;
    height: 330px;
    width: 100%;
}

.banner-title h1 {
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding:0px;
    position: relative;
    text-align: center;
    z-index: 2;
}

img{
    vertical-align:middle;
}

.btn {
    font-size: 20px;
    border: 2px solid;
    background: #1E69B4 none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-shadow: none;
    padding: 6px 12px;
    margin-bottom: 0;
    text-transform: none;
    transition: all 0.25s ease 0s;
    white-space: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.btn:hover{
    background: #0092d0 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none; 
}

.custom-two-column-left-layout .main-content h3{
    clear: both;
    color: #1e69b4;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Lato',"Open Sans",sans-serif;
}

.cm-four-col-equal-img-module {
   text-align: center;
}

.cm-four-col-equal-img-module .cm-col {
   padding-right: 15px;
   padding-left: 15px;
   line-height: 1.6em;
}

.cm-four-col-equal-img-module .cm-col1 img{
   margin-top: 20px;
   width: 120px;
   margin-bottom: 20px;
}



.cm-four-col-equal-img-module .cm-col2 img{
   margin-top: 10px;
   width: 120px;
   margin-bottom: 10px;
}

.cm-four-col-equal-img-module .cm-col3 img{
   width: 120px;
}

.cm-four-col-equal-img-module .cm-col4 img{
   width: 120px;
}


.cm-two-col-left-content-module {
    margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cm-two-col-left-content-module div {
    line-height: 1.6em;
    font-size: 18px;
    letter-spacing: 0;
    margin: 0;
}

.cm-two-col-left-content-module .column1 {
    width: calc(25.9246% - ( 0.74075416968818 * 30px ) );
}

.cm-two-col-left-content-module .column2 {
    width: calc(74.0754% - ( 0.25924583031182 * 30px ) );
}

.custom-full-width-section-layout h3{
    font-family: 'Lato', sans-serif;
}

.custom-full-width-section-layout p{
    font-family: 'Lato', sans-serif;
}

.cm-image-title-content-module{
    text-align:center;
}
.cm-image-title-content-module .cm-row {
    margin: 0 -15px;
    padding:0 15px;
}

.cm-image-title-content-module .cm-col{
    padding-right:15px;
    padding-left:15px;
}

.cm-image-title-content-module .cm-col img{
    margin-bottom: 15px;
        width: 110px;
}
.custom-four-column-equal-image-content .cm-col img{     width: 110px;}
.cm-image-title-content-module .cm-col p{
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.two-col-left-content-module-video .row{
    margin: 0 -15px;
    padding:0 15px;
}

.two-col-left-content-module-video p{
    font-family: 'Lato', sans-serif;
}

.two-col-left-content-module-video .col1,
.two-col-left-content-module-video .col2{
    padding-right:15px;
    padding-left:15px;
}

.custom-four-column-equal-image-content {
    text-align: center;
}


.custom-four-column-equal-image-content .cm-col{
    padding-right:15px;
    padding-left:15px;
}

.custom-three-col-equal-with-link-v2{
    text-align:center;
}

.custom-three-col-equal-with-link-v2 a:hover{
   color:#18478f;
}

.custom-three-col-equal-with-link-v2 .cm-col {
    padding:0 15px;
}

.custom-three-col-equal-with-link-v2 .cm-col h3{
    color: #18478f;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

.custom-three-col-equal-with-link-v2 .cm-col h4{
    color: #777777;
    line-height: 24px;
    font-weight: 300;
    /*font-family: "Open Sans",sans-serif;*/
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 30px;
    margin: 0;
    padding: 0 0 10px;
}

.two-column-right-content-module-v2 .cm-col1,
.two-column-right-content-module-v2 .cm-col2{
    padding:0 15px;
}

.two-column-right-content-module-v2 .cm-col h3{
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

.two-column-right-content-module-v2 .cm-col2 a.orange-btn{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    text-align: center;
    vertical-align: middle;
    -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;
    -ms-touch-action: manipulation;
    font-family: 'Lato', sans-serif;
    touch-action: manipulation;
    cursor: pointer;
    margin-bottom: 0;
    display: inline-block;
    font-size: 23px;
    line-height: 1.3333333;
    border-radius: 6px;
    background-color: #f1aa00;
    color: #fff;
    border: #1b2c6e;
    font-weight: 400;
    padding: 10px 30px;
}

.two-column-right-content-module-v2 .cm-col2 a.blue-btn{
    font-family: 'Lato', sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 0;
    display: inline-block;
    font-size: 23px;
    line-height: 1.3333333;
    border-radius: 6px;
    color: #fff;
    border: #1b2c6e;
    font-weight: 400;
    padding: 10px 30px;
    background-color: #18478f;
}

.custom-four-col-equal-v2{
    text-align:center;
}

.custom-four-col-equal-v2 .cm-col{
    padding:0 15px;
}
.custom-four-col-equal-v2 .cm-col img{
   width:120px;
}

.custom-four-col-equal-v2 .cm-col h3{
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom:33px;
    line-height: 1.1;
}

div#hs_cos_gallery_widget_1507193582987 .hs_cos_gallery_main {
    padding: 0;
}

div#hs_cos_gallery_widget_1507193582987 .slick-slide-inner-wrapper {
    width: 100%;
    height:496px !important;
}

div#hs_cos_gallery_widget_1507193582987 .slick-slide {
    margin-top: 0px;
}

div#hs_cos_gallery_widget_1507193582987 .slick-slide blockquote img{
    display:inline;
}

div#hs_cos_gallery_widget_1507193582987 h4{
    text-align:center;
    padding-left:15px;
    padding-right:15px;
}

div#hs_cos_gallery_widget_1507193582987{
    text-align:center;
}

div#hs_cos_gallery_widget_1507193582987 button.btn-orng,
div#hs_cos_gallery_widget_1507193582987 button.btn-orange{
    color: #fff;
    background-color: #f95900;
    margin-right: 10px;
    padding: 10px 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    font-family: "Open Sans",sans-serif;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 6px;
}

div#hs_cos_gallery_widget_1507193582987 button.btn-orng{
    margin-bottom: 30px;
    margin-top: 20px;
}

div#hs_cos_gallery_widget_1507193582987 button.btn-orange{
    margin-bottom: 65px;
    margin-top: 10px;
}
div#hs_cos_gallery_widget_1507193582987  button.btn-blue {
    margin-bottom: 30px;
    margin-top: 20px;
    font-family: "Open Sans",sans-serif;
    color: #fff;
    background-color: #0068b7;
    font-weight: 400;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    display: inline-block;
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

div#hs_cos_gallery_widget_1507193582987 .hs_cos_gallery_main .slick-dots{
    position:absolute;
    bottom:7px;
}

div#hs_cos_gallery_widget_1507193582987  .slick-dots li button:before{
    content:none;
}
div#hs_cos_gallery_widget_1507193582987 .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}
div#hs_cos_gallery_widget_1507193582987 .slick-dots li button{
    display:none;
}

div#hs_cos_gallery_widget_1507193582987 .slick-dots li{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px 4px 1px 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}

div#hs_cos_gallery_widget_1507193582987 .slick-dots li.slick-active{
    width: 12px;
    height: 12px;
    margin: 0 4px 0 0;
    background-color: #fff;
}

div#hs_cos_gallery_widget_1507193582987 .slick-next:before,
div#hs_cos_gallery_widget_1507193582987 .slick-next:after{
    content:none;
}

div#hs_cos_gallery_widget_1507193582987 .slick-slider{
    margin-bottom:0px;
}

.custom-image-content-module-with-link {
    padding:0 15px;
}

.custom-image-content-module-with-link .blue-box{
    background: #00a0ce;
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    z-index: 0;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 10px;
    border-radius: 28px;
}

.custom-image-content-module-with-link .blue-box img{
    transition: all 0.2s;
    max-width: 79px;
    width: 100%;
}

.custom-image-content-module-with-link .blue-box:hover img{
    transform: scale(1.1);
}

.custom-image-content-module-with-link .blue-box h5{
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: center;
    font-family: "Open Sans",sans-serif;
    position: absolute;
    bottom: 10px;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

button.blue-btn2 {
    background-color: #00a0ce;
    border: medium none;
    font-family: "Open Sans",sans-serif;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    margin: 5px 5px 38px;
    outline: medium none;
    padding: 0 22px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 1px;
}

a.white-btn{
    color: #0171C5;
    background-color: #ffffff;
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 36px;
    position: relative;
    text-decoration: none;
    white-space: normal;
    width: auto;
    font-family: "Open Sans",sans-serif;
}

img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}


.cm-job-breadcrumbs ul.hs-breadcrumb-menu {
    float: right;
    margin-bottom: 0px;
}

.cm-job-breadcrumbs ul.hs-breadcrumb-menu li a,
.hs-breadcrumb-menu-item.last-crumb span{
    font-size: 16px;
    color: #000;
    font-family: "Open Sans",sans-serif;
    line-height: 1.42857143;
}

.cm-job-breadcrumbs ul.hs-breadcrumb-menu li a:hover{
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    color: #fa652c;
}

.hs-breadcrumb-menu-item.last-crumb span{
    color: #4585ad;
}

.custom-full-width-layout .main-content,
.custom-full-width-layout-with-banner .main-content{
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    font-family: 'Lato', "Open Sans", sans-serif;
    transition: box-shadow 0.25s linear 0s;
    padding: 0 28px;
    margin-top: 31px;
    margin-bottom: 16px;
    padding-top: 20px;
}

.custom-full-width-layout .main-content h1,
.custom-full-width-layout-with-banner .main-content h1{
    margin: 0 0 14px;
    overflow: hidden;
    border-bottom: 2px solid #c2c2c2;
    color: #1e69b4;
    font-size: 35px;
    line-height: 48px;
    font-weight: 600;
    padding: 16px 0 0;
}

.custom-full-width-layout-with-banner .main-content{
    padding: 20px 28px;
}

.custom-full-width-layout .main-content p{
    font-size: 20px;
    font-family: 'Lato', "Open Sans", sans-serif;
    color: #444444;
    line-height: 31px;
    line-height: 31.5px;
}

.custom-full-width-layout-with-banner h2{
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

.custom-full-width-layout-with-banner h3{
    padding: 0;
    clear: both;
    color: #1e69b4;
    font-family: 'Lato', "Open Sans", sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    font-size: 24px;
    font-weight: 600;
}

.custom-full-width-layout-with-banner .main-content {
   font-family: 'Lato', "Open Sans", sans-serif;
   line-height: 1.6em;
   font-size: 18px;
   letter-spacing: 0;
}

.custom-full-width-layout-with-banner 
.main-content p {
   font-size: inherit;
   font-family: inherit;
}

.custom-full-width-layout-with-banner .main-content ul {
   font-size: inherit;
   font-family: inherit;
}

 

.cm-three-col-equal-content-module {
    margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cm-three-col-equal-content-module .column1 {
    width: calc(21.5132% - ( 0.78486826202562 * 30px ) );
}

.cm-three-col-equal-content-module .column2 {
    width: calc(56.2485% - ( 0.43751510756587 * 30px ) );
}

.cm-three-col-equal-content-module .column3 {
    width: calc(22.2383% - ( 0.77761663040851 * 30px ) );
}

body.custom-full-width-video-layout .main-content {
    padding-bottom: 18px!important;
}

.custom-job-layout .hs-breadcrumb-menu-item{
    padding:0 0px 0px 10px;
}

.custom-job-layout .cm-job-breadcrumbs ul.hs-breadcrumb-menu li a{
    font-size: 18px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}


.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.cm-footer-container-wrapper .custom-footer-bottom{
    background: #000000;
    padding-top: 10px;
    color: #aaa;
    font-size: 14px;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

.cm-footer-container-wrapper li{
    line-height: 1.5;
}

.cm-footer-container-wrapper .row-fluid .page-center{
    padding-right: 15px;
    padding-left: 15px;
}

.custom-footer-bottom .cm-bottom-col{
    width:50%;
    padding:0 15px;
    margin:0px;
}

.custom-footer-bottom .custom-copyright{
    text-align:right;
}

.custom-footer-nav ul{
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: -5px;
    color: #aaa;
    font-size: 14px;
    padding-left: 0;
    list-style: none;
}

.custom-footer-nav ul li{
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    list-style: none;
}

.custom-footer-nav ul li a{
    color: #aaa;
    font-size: 14px;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    -webkit-transition: ease all .3s;
    -moz-transition: ease all .3s;
    -o-transition: ease all .3s;
    -ms-transition: ease all .3s;
    transition: ease all .3s;
}

.custom-footer-nav ul li a:hover{
    transition: all 0.9s ease 0s;
    color: #fff;
}

.custom-footer-nav ul li:last-child a{
    margin-right: 5px;
    margin-left: 5px;
}

.custom-footer-nav ul li:last-child a:last-child{
    margin-right: 5px;
    margin-left: 0px;
}

.custom-footer-nav ul li:last-child a img{
    width: 20px;
    vertical-align:middle;
}


.cm-footer-container-wrapper .custom-footer-top-container{
    background: #222;
    padding: 20px 0 40px;
}

.custom-footer-top-container .cm-col{
    padding:0 15px;
}

.custom-footer-top-container h3{
    border-color: #444;
    font-family: "LeagueGothic";
    font-size: 30px;
    font-weight: 200;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #eee;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #444;
    clear: both;
    line-height: 1.3;
    margin-top: 20px;
}

.custom-footer-top-container h3 a{
    margin-left: 20px;
    color: #eee;
    text-decoration:none;
}

.custom-footer-top-container h3 a:hover{
    color: #0092d0;
    transition: all 0.3s ease 0s;
}

.custom-footer-top-container .custom-location p{
    color: white;
    line-height: 1.7;
    font-size: 16px;
    margin: 0px;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}


.custom-footer-top-container .custom-location a img{
    margin-top: 10px;
    width: 150px;
}

.custom-footer-top-container .custom-category p{
    color:white;
    line-height:1.7;
    font-size: 16px;
}

.custom-footer-top-container .custom-industry p{
    color:white;
    line-height:1.7;
    font-size: 16px;
}

.custom-contact-us a{
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold ;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    background-color: rgb(0,146,208);
    background-image: -webkit-linear-gradient(top, rgb(0,146,208), rgb(0,109,156));
    background-image: -moz-linear-gradient(top, rgb(0,146,208), rgb(0,109,156));
    box-shadow: inset 0px 1px rgb(0,182,255);
    -webkit-box-shadow: inset 0px 1px rgb(0,182,255);
    -moz-box-shadow: inset 0px 1px rgb(0,182,255);
    border: 2px solid rgb(0,73,104);
    text-shadow: 0px -1px rgb(0,43,62);
    padding: 9px 18px;
    color: #ffffff;
    font-size: 14px;
    font-family: sans-serif;
    line-height: 1.5em;
}

.custom-contact-us a:hover{
    background-color: rgb(0,160,228);
    background-image: -webkit-linear-gradient(top, rgb(0,160,228), rgb(0,109,156));
    background-image: -moz-linear-gradient(top, rgb(0,160,228), rgb(0,109,156));
    box-shadow: inset 0px 1px rgb(0,197,255), 0px 1px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px rgb(0,197,255), 0px 1px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px rgb(0,197,255), 0px 1px 8px rgba(0, 0, 0, 0.3);
    color: rgb(255,255,255);
    border: 2px solid rgb(0,87,124);
}

.custom-contact-us a:active{
    background-color: rgb(0,109,156);
    background-image: -webkit-linear-gradient(top, rgb(0,109,156), rgb(0,146,208));
    background-image: -moz-linear-gradient(top, rgb(0,109,156), rgb(0,146,208));
    box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.5);
    color: rgb(244,244,244);
}

.custom-follow-us{
    margin-top: 20px;
}

.at-follow-btn{
    margin: 0 0px 5px 0!important;
}

.custom-footer-social span.at-icon-wrapper {
    display: inline-block;
    -webkit-transition: ease all .3s;
    -moz-transition: ease all .3s;
    -o-transition: ease all .3s;
    -ms-transition: ease all .3s;
    transition: ease all .3s;
  
}


.custom-footer-social span.at-icon-wrapper:hover{
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.custom-footer-social span.addthis_follow_label {
    display: none;
}

.custom-footer-social p{
    margin:0px!important;
}





/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

.custom-menu-primary .hs-menu-wrapper ul > li > a.active{
    color: #00A0CE;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    
    .cm-header-container-wrapper.fixed-header {
        display:block !important;
    }
    
    .sticky .cm-header-container-wrapper.fixed-header {
        transform:translateY(0);
        padding: 10px 0;
        box-shadow: 0 0 5px 0 rgba(000,000,000,0.5);
        z-index: 9999;
    }
    
    .sticky .cm-header-menu-wrapper .custom-header-btn a{
        padding: 5px 14px;
    }
    
    .sticky .cm-header-container-wrapper .custom-logo img{
        width: 110px !important;
    }

    .cm-header-container-wrapper .custom-menu-primary{
        float: none;
        width: auto;
        margin: 0 ;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
    
   .custom-menu-primary .hs-menu-wrapper > ul{
        display: inline-block;
        vertical-align: top;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul li{
        line-height: 1.5;
    }
    
     .custom-menu-primary .hs-menu-wrapper ul li a{
        padding: 10px 3px;
        font-size: 18px;
        font-weight: 400;
        color: #333;
        display: inline-block;
        vertical-align: top;
     }
     
     .sticky .custom-menu-primary .hs-menu-wrapper ul li a{
        padding-top: 5px;
        padding-bottom: 5px;
     }
     
     .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
         color: #00A0CE;
     }
     
     .custom-menu-primary .hs-menu-wrapper > ul > li > a:before,
     .custom-menu-primary .hs-menu-wrapper > ul > li > a:after{
        display: inline-block;
        opacity: 0;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
        -moz-transition: -moz-transform 0.3s, opacity 0.2s;
        transition: transform 0.3s, opacity 0.2s;
     }
     
     .custom-menu-primary .hs-menu-wrapper > ul > li > a:before{
        margin-right: 10px;
        content: '[';
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        transform: translateX(20px);
     }
     
     .custom-menu-primary .hs-menu-wrapper > ul > li > a:after{
        margin-left: 10px;
        content: ']';
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        transform: translateX(-20px);
     }
     
     .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after,
     .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before{
        opacity: 1;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        transform: translateX(0px);
     }
     
     .custom-menu-primary .hs-menu-wrapper > ul ul{
        border: 1px solid #f7f7f7;
        border-top: 4px solid #00A0CE;
        width: 252px;
        padding: 0px 0px;
        margin: 0px;
        background: #fff;
        top: 100%;
        -webkit-box-shadow: 0 0px 2px 0 rgba(0,0,0,.3);
        box-shadow: 0 0px 2px 0 rgba(0,0,0,.3);
     }
     
     .custom-menu-primary .hs-menu-wrapper > ul > li > ul:before{
        position: absolute;
        content: '';
        left: 20px;
        top: -12px;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #00A0CE;
     }
     
     .custom-menu-primary .hs-menu-wrapper > ul ul li{
        border-top: 1px solid #e0e0e0;
     }
     
     .custom-menu-primary .hs-menu-wrapper > ul ul li:first-child{
         border:none;
     }
     
     .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        padding: 10px 15px!important;
        line-height: 20px;
     }
     
     .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
        color: #ffffff;
        background: #00A0CE;
     }
     
     
    
     
     .container-fluid .row-fluid .page-center{
         max-width: 750px;
     }
     
     .custom-three-col-equal-with-link-v2 .cm-col{
        width: 33.33333333%;
        float: left;
    }
    
    .custom-four-col-equal-v2 .cm-col{
        width:25%;
        float:left;
    }
    
     .custom-image-content-module-with-link {
         width: 33.33333333%;
         float:left;
     }
    
    
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 767px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul 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;
  }

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

  .mobile-trigger{
    background: #00A0CE;
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 44px;
    height: 44px;
    padding: 11px 10px 10px !important;
    z-index: 99999999999;
    -webkit-transition: background-color 0.2s linear;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    transition: color .2s ease-in;
  }
  .mobile-trigger:hover{}

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -2px;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: .2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: .2s;
    transition-duration: 0s;
    transition-delay: .2s;
  }
  
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 24px; /* Icon line width */
    height: 3px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -8px; } /* Position top line */
  .mobile-trigger i:after{ top: 8px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #fff; /* Icon color */
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
    transition:.2s, 0;
  }
  
   .mobile-open .mobile-trigger i{
        background-color: rgba(0,0,0,0.0);
        -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 .mobile-trigger i:before{
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top:0;
    transform: rotate(45deg);
    -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 .mobile-trigger i:after{
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top:0;
    -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 Child Toggle Buttons ===== */

  .child-trigger{
    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: 55px !important;
    height: 46px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
    background-color: #ed5f29;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  
  
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  
  
  .child-trigger.child-open i:after{
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }  
  
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  
  .custom-menu-primary .hs-menu-wrapper ul ul .child-trigger{
      height:48px!important;
  }
  
  .custom-menu-primary .hs-menu-wrapper ul ul .child-trigger i,
  .custom-menu-primary .hs-menu-wrapper ul ul .child-trigger i:after {
    background: #000;
    }
 
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: absolute;
    width: 100%;
    margin-left: -40px!important;
    top: 22px;
    z-index:888;
  }
  
  .mobile-open .custom-menu-primary.js-enabled{
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 40px 0 0 0;
    background-color: #00A0CE; 
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 14px 30px 14px 15px;
    color: #fff;
    font-size:18px;
  }
  
  .custom-menu-primary .hs-menu-wrapper >  ul > li > a:hover{
      background-color: #ed5f29;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li:first-child{
      border:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        text-indent: 10px;
        font-size: 18px;
        line-height: 20px;
        color: #333;
  }
  
  .custom-menu-primary .hs-menu-wrapper >  ul ul li a:hover{
        color: #ffffff;
        background: #00A0CE;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul{
      animation:none;
  }
  
  .custom-menu-primary .hs-menu-wrapper ul li a[href*="blog"]{
      color:#fff;
  }
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
 

.hs-form-required {
    position: relative;
    right: 0;
    top: 0;
    color: #f90000;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    font-weight: 300;
    color: #444444;
    text-align: left;
    display: block;
    position:relative;
}

/* One Line Inputs */
 
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    outline:none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
 
/* Placeholder Text */
::-webkit-input-placeholder {
    color:#bfbfbf;
} /* Webkit Browsers */
:-moz-placeholder {
     color:#bfbfbf;
} /* Firefox 18- */
::-moz-placeholder {
     color:#bfbfbf;
} /* Firefox 19+ */
:-ms-input-placeholder {
     color:#bfbfbf;
} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
 
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {width:80%;}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

 
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
   outline:none;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {line-height: 24px;
    z-index: 5;
    overflow: hidden;
    position: relative;
    display: inline-block;
    padding: 6px 25px;
    background-color: #00a0ce;
    color: #fff;
    border-radius: 4px;
    margin: 5px 0 0;
    font-size: 18px;
    font-weight: 300;
    -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;
   cursor: pointer;
    position: relative;
    top: 12px;
   
    
}
.widget-type-google_search .hs-button.primary:hover {background:#fa652c; }
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


.cm-two-column-tab-content-module-wrapper-container {
    display: block;
    padding: 30px 0;
    background: #ededed;
}

.cm-two-column-tab-content-module-wrapper[data-id="tab-panel-1"] ~ div {
    display:none;
}

span.cm-tab-title {
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
}

span.next-slide,
span.back-slide {
    height: 40px;
    line-height: 40px;
    width: 40px;
    display: block;
    background: #616161;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
span.back-slide {
    background: url(//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Images/carousel-left.png?t=1511250244315) no-repeat !important;
    width: 34px !important;
    height: 50px !important;
    display: block;
}
span.back-slide:hover{
    background: url(https://www.mtcsys.us/hubfs/images/carousel-lefth.png) no-repeat !important;
 
}
span.next-slide {
    background: url(//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Images/carousel-right.png?t=1511250244315) no-repeat !important;
    width: 34px !important;
    height: 50px !important;
    display: block;
}
span.next-slide:hover {
    background: url(https://www.mtcsys.us/hubfs/images/carousel-righth.png) no-repeat !important;
}
.custom-home-layout .met_accordion_content h4 ~ a {
   font-size: 20px;
}

/* Styles that do not fit into any of the available sections above can go here. */


[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}

.icon-plus:before {
    content: "\f067";
}

.icon-minus:before {
    content: "\f068";
}

/*============= Accordion Module ====================*/
.met_accordion {
    margin-bottom: 10px;
}

.met_accordion_head {00
    cursor: pointer;
}

.met_accordion_icon {
    float: left;
    color: #FFFFFF;
    background-color: #A3ADB9;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.met_accordion_title {
    margin-left: 50px;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    color: #696c71;
    font-weight: 600;
    display: block;
    cursor: pointer;
}

.met_accordion_content {
    padding: 12.5px 20px;
    display: none;
    font-size: 16px;
    margin-left: 50px;
    background-color: #fff;
}

.met_accordion_on .met_accordion_icon {
    background-color: #019cdb;
}

.met_accordion_content h4 {
    margin: 30px 0;
    color: black;
    font-family: 'Lato', "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.met_accordion_content h4 ~ a {
    margin: 30px 0;
    display: block;
    font-size: 24px;
}


.custom-home-layout .cm-row-5-group {
    padding: 60px 0;
}

.cm-col-2 {
    width: 16.66666667%;
    padding: 0 15px;
    float: left;
}

.cm-six-col-eql-img-module.row-fluid p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.7;
}

.cm-six-col-eql-img-module.row-fluid {
    text-align: center;
}

.custom-home-layout .cm-row.cm-row-3-group {
    padding: 40px 0 0;
}

.custom-home-layout .cm-row-3-group h2 {
    font-size: 28px;
    line-height: 1.3;
    font-family: 'Lato', "Open Sans", sans-serif;
}

.cm-four-col-portfolio-module.row-fluid {
    margin-top: 80px;
    margin-bottom: 30px;
    padding: 0 15px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

article.portfolio-item > a {
    color: inherit;
}

.portfolio-image {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.portfolio-image img {
    width: 100%;
}

.portfolio-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
}

.portfolio-overlay {
    transition: opacity 0.4s ease-in-out 0s;
}

.portfolio-overlay i {
    backface-visibility: hidden;
    background-color: #f5f5f5;
    border-radius: 50%;
    color: #444;
    font-size: 32px;
    height: 80px !important;
    left: 40%;
    line-height: 80px;
    margin: -28px 0 0 -14px;
    position: absolute;
    text-align: center;
    top: 46%;
    width: 80px !important;
}

.portfolio-overlay .fa {
    color: #2c97de;
}

.portfolio-overlay:hover {
    opacity: 1;
}

.portfolio-desc h4 {
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Lato', "Open Sans", sans-serif;
}

.cm-col-3 {
    float: left;
    width: 25%;
    padding: 0 15px;
}

.custom-home-layout .cm-row.cm-row-3-group .cm-section-arr {
    margin-top: 10px;
    margin-bottom: 10px;
    position: static !important;
}

.custom-home-layout .cm-row.cm-row-3-group .cm-four-col-portfolio-module.row-fluid {
    margin-bottom: 70px;
}

.custom-home-layout .cm-row.cm-row-4-group {
    padding-top: 60px;
    padding-bottom: 20px;
}

.custom-home-layout .cm-row.cm-row-4-group .cm-two-col-right-content-module {
    max-width: 1200px;
    margin: 0 auto;
}

.custom-home-layout .cm-row.cm-row-4-group .cm-two-col-right-content-inner.row-fluid > .span7 {
    margin-top: 50px;
    margin-bottom: 90px;
    padding: 0 15px;
}

.custom-home-layout .cm-row.cm-row-4-group .cm-two-col-right-content-inner.row-fluid h3 {
    font-size: 32px;
    line-height: 1.3;
    margin: 0;
    color: #fff;
    font-family: 'Lato', "Open Sans", sans-serif;
}

.custom-home-layout .cm-row.cm-row-4-group .cm-two-col-right-content-inner a {
    max-width: 340px;
}

.custom-home-layout .cm-row.cm-row-4-group .cm-two-col-right-content-inner.row-fluid > .span5 {
    margin-top: 60px;
    text-align: right;
}

.custom-footer-top-container .custom-location p > a {
    color: inherit;
}

/*==================== Privacy Layout =======================*/

body.custom-privacy-layout {
    background-image: url(//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/page-background.png);
}

.cm-privacy-top-wrapper {
    padding: 0 15px;
}

body.custom-privacy-layout .page-center.content-wrapper {
    padding-top: 0;
}

.cm-primary-header {
    margin-bottom: 10px;
}

body.custom-privacy-layout .main-content {
    background: #fff none repeat scroll 0 0;
    border-radius: 7px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    font-family: "Open Sans",sans-serif;
    line-height: 1.75em;
    margin-bottom: 18px;
    margin-top: 31px;
    padding: 0 28px 1px;
    transition: box-shadow 0.25s linear 0s;
    margin-bottom: 0;
}

body.custom-privacy-layout .page-center.content-wrapper {
    padding-bottom: 20px;
}

.cm-secondary-header h1 {
    border-bottom: 1px solid #c2c2c2;
    clear: both;
    color: #1e69b4;
    font-weight: 400;
    font-size: 30px;
    margin-top: 0;
    padding: 16px 0 0;
    text-transform: uppercase;
    font-family: "LeagueGothic";
}

.cm-top-bar-wrapper {
    position: relative;
}

.cm-secondary-breadcrumbs {
    position: absolute;
    top: 34px;
    right: 0px;
    width: auto !important;
}

.cm-top-bar-wrapper {
    position: relative;
    margin-bottom: 15px;
}

body.custom-privacy-layout .cm-main-content-col {
    letter-spacing: 0;
    margin: 0 0 0;
    font-size: 20px;
    font-family: 'Lato',"Open Sans",sans-serif;
    line-height: 31.5px;
}

.cm-one-col-module-with-blue-bg {
    margin: 30px auto;
    padding: 20px 60px;
    margin-bottom: 30px;
    border-radius: 5px;
    background: #1E69B4;
    font-size: 20px;
    letter-spacing: 0;
}

.cm-one-col-module-with-blue-bg h3 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    margin: 0 0 14px;
    line-height: 1.75em;
}

.cm-one-col-module-with-blue-bg a.btn {
    background: #0092d0 none repeat scroll 0 0;
}

.cm-one-col-module-with-blue-bg a.btn:hover {
    background-color: red;
    background: #eee none repeat scroll 0 0;
    color: #000;
    text-decoration: none;
    border-color: #000;
}

.cm-secondary-breadcrumbs ul.hs-breadcrumb-menu {
    overflow: hidden;
    margin: 0;
}

.cm-secondary-breadcrumbs ul.hs-breadcrumb-menu .hs-breadcrumb-label {
    font-size: 18px;
    font-weight: normal;
    padding: 0 6px;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    font-family: "LeagueGothic";
    color: #58595b;
}
.custom-privacy-layout .cm-secondary-breadcrumbs ul.hs-breadcrumb-menu a:hover  {
    color: #0092d0;
}
.custom-job-layout .cm-left-filter ul li a:hover {
    color: #fa652c;
}
.cm-secondary-breadcrumbs ul.hs-breadcrumb-menu > li {
    padding: 0;
}

.cm-secondary-breadcrumbs ul.hs-breadcrumb-menu  .hs-breadcrumb-menu-divider:before {
    content: "/";
    padding: 0;
    color: #58595b;
    font-size: 20px;
    font-family: "LeagueGothic";
    margin-right: 2px;
}

.cm-icon-image-tab {
    text-align: center;
    margin-bottom: 25px;
}

.cm-heading-tab {
    max-width: 60.5%;
    margin: 0 auto;
    border-top: 1px solid #444;
    text-align: center;
}

.cm-heading-tab h3 {
    background-color: #fff;
    padding: 2px 25px;
    display: inline-block;
    position: relative;
    top: -45px;
    color: #18478f;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
}

.cm-one-col-tab-module-with-tab.row-fluid {
    max-width: 83.33333333%;
    margin: 0 auto;
    float: none;
    padding: 0 15px;
}

a.cm-know-more {
    display: inline-block;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 34px;
    margin: 0;
    padding: 0 0 10px;
    font-size: 14px;
    color: #23abd7;
    background: #fff;
    position: relative;
    top: 10px;
}

a.cm-know-more::before {
    content: "\002b";
    float: left;
    font-family: 'Glyphicons Halflings';
    margin-right: 1em;
    font-size: 10px;
    padding-top: 3px;
    color: #23abd7;
    font-weight: 700;
    font-style: normal;
}

a.cm-know-more.open::before {
    content: "\2212";
}

.cm-hidden-cotnent-wrapper {
    border: 1px solid #23abd7;
    padding: 15px;
}

.cm-hidden-cotnent-wrapper .panel-body {
    padding: 0 15px;
}

.cm-hidden-cotnent-wrapper {
    border: 1px solid #23abd7;
    padding: 15px;
}

.panel-body {
    padding: 0 15px;
}

.cm-hidden-tab-title-wrapper > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.cm-hidden-tab-title-wrapper > ul > li {
    float: left;
    width: 50%;
}

.cm-hidden-tab-title-wrapper > ul > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #9f9f9f;
    border-radius: 0;
    text-transform: uppercase;
    display: block;
    color: #444;
    font-size: 13.5px;
    position: relative;
    padding: 10px 11px;
}

.cm-hidden-tab-title-wrapper > ul > li > a:hover {
    border-color: #eee #eee #ddd;
}

.cm-hidden-tab-content {
    display: none;
}

.cm-hidden-tab-content.active {
    display: block;
}

.cm-hidden-tab-title-wrapper > ul > li.active > a {
    color: #fff;
    cursor: default;
    background-color: #9f9f9f;
    border-color: transparent;
}

.cm-hidden-cotnent-wrapper {
    display:none;
}

.custom-primary-breadcrumbs.page-center {
    min-height: 0 !important;
    position: relative;
}

.custom-primary-breadcrumbs.page-center ul {
    position: absolute;
    margin: 0;
    z-index: 9;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
    padding: 10px 15px;
    /*opacity: 0.63;*/
}

.custom-primary-breadcrumbs.page-center ul > li {
    padding:0;
}

.custom-primary-breadcrumbs.page-center ul > li > * {
    padding: 0 10px 0 5px;
    color: #fa652c;
    font-style: italic;
    transition: all 0.4s ease-in-out 0s;
    display: inline-block;
}

.custom-primary-breadcrumbs.page-center ul > li > a:hover {
    color:#fff;
}

.custom-primary-breadcrumbs.page-center ul > li span.hs-breadcrumb-menu-divider:before {
    content: ">>";
    padding: 0;
}

.custom-primary-breadcrumbs.page-center ul > li span.hs-breadcrumb-menu-divider {
    padding: 0;
}

.custom-primary-breadcrumbs.page-center ul > li:last-child > span.hs-breadcrumb-label {
    color: #fff;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

body.custom-privacy-layout.custom-full-width-video-layout {
    background-image: none;
}

.cm-home-slider .hs_cos_gallery_main.slick-slider {
    margin: 0;
    padding: 0;
}

.cm-home-slider .hs_cos_gallery_main.slick-slider .slick-track {
    display: block !important;
}

.cm-home-slider .hs_cos_gallery_main.slick-slider .hs_cos_gallery_slide.slick-slide {
    min-height: 25vw;
    background-size: cover;
   background:center;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cm-home-slider .hs_cos_gallery_main.slick-slider .hs_cos_gallery_slide.slick-slide {
        height: 26vw;
    }
}

@media (min-width:1201px) {
   
    /*.cm-home-slider .hs_cos_gallery_main.slick-slider .hs_cos_gallery_slide.slick-slide {
        height: 31vw;
    }*/

}

.cm-home-slider .caption img.hs-cta-img {
    max-width: 100%;
    width: auto !important;
}

.cm-home-slider .hs_cos_gallery_main .slick-slide-inner-wrapper {
    height: auto;
    display: block;
    max-width: 1170px;
    width: 100%;
}

.cm-slider-3-content {
    text-align: center;
}

.cm-slider-3-content h1 {
    color: #fff;
    font-weight: 600;
    font-size: 44px;
    line-height: 1;
    padding: 0;
    margin-bottom: 50px;
}

a.yellow-btn {
    font-size: 18.9875px;
    line-height: 18.9875px;
    color: rgb(255, 255, 255);
    background: rgb(240, 171, 0);
    margin: 0px;
    z-index: auto;
    width: auto;
    padding: 11.8672px 15.8229px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 20px;
}

.cm-slider-2-content h1 {
   Color: #d9fd13;
    font-family: Lato;
    font-size: 62.3109px;
    font-weight: 600;
      text-shadow: 3px 3px 3px #000000;
}
.cm-slider-6-content h1 {
color: #fff;
    font-family: Lato;
    font-size: 50px;
    text-shadow: 4px 2px 0px #000;
    font-weight: 600;
}
.cm-slider-7-content h1 {
color: #fff;
    font-family: Lato;
    font-size: 50px;
    text-shadow: 4px 2px 0px #000;
    font-weight: 600;
}
.cm-slider-7-content-p{
    font-family: Lato;
    font-size: 26px;
    text-shadow: 4px 2px 0px #000;
    font-weight: 600;
    color: #fff;
    margin-bottom: 27px;
}
.cm-slider-9-content h1 {
color: #fff;
    font-family: Lato;
    font-size: 50px;
    text-shadow: 4px 2px 0px #000;
    font-weight: 600;
  line-height: 69px;
}
.cm-slider-2-content h2 {
    font-size: 34.6172px;
    color: rgb(255, 255, 255);
    font-family: Lato;
    font-weight: 400;
    max-width: 640px;
    margin: 40px 0;
}
.cm-slider-8-content h1 {
color: #75a5e6;
    font-family: Lato;
    font-size: 40px;
    text-shadow: 4px 2px 0px #000;
    font-weight: 600;
}
.cm-slider-8-content h2 {
    color: #000;
    font-family: Lato;
    font-size: 23px;
    text-shadow: 2px 2px 0px #fff;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.cm-slider-8-content h3 {
color: #d8ff28;
    font-family: Lato;
    font-size: 24px;
    text-shadow: 4px 2px 0px #000;
    font-weight: 600;
      margin-top: 2%;
    margin-bottom: 1%;
}
.cm-slider-8-content-p{
    font-family: Lato;
    font-size: 26px;
    text-shadow: 4px 2px 0px #000;
    font-weight: 600;
    color: #fff;
    margin-bottom: 27px;
}

.cm-home-slider .slick-prev,
.cm-home-slider .slick-next {
    z-index: 99;
}

/*.custom-full-width-layout .main-content h1 {
    position: relative;
    border-bottom: 1px solid #c2c2c2;
    margin: 0 0 15px;
    padding-bottom: 1px;
}

.custom-full-width-layout .main-content h1:after {
    display: block;
    position: absolute;
    content: "";
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: #c2c2c2;
}*/

.cm-hidden-tab-content-wrapper ul {
    font-size: 18px;
}

.cm-hidden-tab-title-wrapper > ul.three-items > li {
    width: 33.33%;
}

.custom-job-layout .hs-breadcrumb-menu-item .hs-breadcrumb-menu-divider:before {
    content: ' > ';
    padding-left: 4px;
    font-size: 18px;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

.custom-job-layout .hs-breadcrumb-menu-item {
    padding: 0 0px 0px 7px;
}

.cm-know-more-wrapper {
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.cm-job-breadcrumbs ul.hs-breadcrumb-menu li span.hs-breadcrumb-label {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.custom-job-layout .custom-banner-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-job-layout .custom-banner-area h1 {
    font-size: 45px;
}

.custom-job-layout .cm-left-filter ul {
    margin: 0;
    padding-left: 13px;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    line-height: 1.75em;
}

.custom-job-layout .cm-left-filter ul li {
    list-style-type: none;
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 8px;
}

.custom-job-layout .cm-left-filter ul li a {
    font-size: 18px;
    padding: 5px 8px;
    border-bottom: 1px solid #000;
    color: #000;
}

.custom-job-layout .content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.custom-job-layout .hs-cm-three-col-wrap .hs_cos_wrapper_type_custom_widget {
    width: 30%;
    margin-right: 30px;
    margin-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
    background: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    float: left;
}

.custom-full-width-layout-with-banner .main-content {
    margin-bottom: 0;
}

.custom-full-width-layout-with-banner .page-center.content-wrapper {
    padding-bottom: 20px;
}

.custom-job-layout .body-container > .row-fluid-wrapper {
    background: #f3f3f3;
}

.hs-cm-top-img-wrap .featured-image {
    -moz-transition: height 0.3s ease 0s;
    -webkit-transition: height 0.3s ease 0s;
    -o-transition: height 0.3s ease 0s;
    transition: height 0.3s ease 0s;
    -moz-transition: height 0.3s ease 0s;
    position: relative;    
    min-height: 50px;
    border: 0 none;
    height: auto;
    max-height: 234px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}
.hs-cm-top-img-wrap .featured-image a.thumblink,
.hs-cm-top-img-wrap .featured-image a.thumblink img {
    display: block;
    overflow: hidden;
}
.hs-cm-top-img-wrap .featured-image a.thumblink img {
    width:100%;
}
.portfoliocont {
    padding: 0px 20px 20px 20px;
}
.portfoliocont h2.title {
    line-height: 32px;
    font-weight: normal !important;
    font-size: 20px;
    margin-bottom: 9px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    padding: 0;
}
.portfoliocont h2.title a {
    font-size: 24px;
    color: #52595e;
}

.custom-job-layout .hs-cm-three-col-wrap {
    margin-top: 8px;
    padding-bottom: 0px;
}

ul.hs-error-msgs {
   margin: 5px 0;
}

 

.custom-two-column-left-layout .body-container .custom-primary-breadcrumbs.page-center {
    padding-top: 0;
    padding-bottom: 0;
}

.custom-two-column-left-layout .main-content {
    font-family: 'Lato', "Open Sans", sans-serif;
}

.custom-two-column-left-layout .body-container ul,
.custom-two-column-left-layout .body-container ol {
    font-size: inherit;
}

.hs-responsive-embed {
    padding-top:0;
}

.cm-right-sidebar-lay .body-container ul,
.cm-right-sidebar-lay  .body-container ol {
    font-size: inherit;
}


/*=============== Right Sidebar Layout ===================*/
@media (min-width: 992px){
.cm-right-sidebar-lay .sidebar {
    right: 75%;
    width: 24%;
}
}
.cm-right-sidebar-lay .cm-banner-flexi {
    text-align: center;
    height: 26.35vw;
    display: table;
    width: 100%;
}

.cm-right-sidebar-lay .cm-banner-flexi h1 {
    text-shadow: rgb(0, 0, 0) 1px 1px 1px;
    white-space: normal;
    font-family: "Open Sans", sans-serif;
    font-size: 65px;
    color: rgb(255, 255, 255);
    padding: 0px;
    line-height: normal;
    margin-top: 66px;
}

.cm-right-sidebar-lay .cm-banner-flexi .hs_cos_wrapper_type_rich_text {
    position: relative;
    z-index: 1;
}

.cm-right-sidebar-lay .cm-banner-flexi:before {
    display: none;
}

.cm-right-sidebar-lay .cm-banner-flexi >
 span {
    display: table-cell;
    vertical-align: middle;
}

.cm-right-sidebar-lay .cm-banner-flexi h2 {
    text-shadow: rgb(0, 0, 0) 1px 1px 1px;
    text-align: center;
    white-space: normal;
    font-family: "Open Sans", sans-serif;
    font-size: 38px;
    color: rgb(255, 255, 255);
    padding: inherit;
    max-width: 694px;
    margin: 2.65% auto 0;
    line-height: normal;
    font-weight: normal;
}



.cm-right-sidebar-lay .main-content h1 {
    clear: both;
    color: #1e69b4;
    font-size: 35px;
    font-weight: 600;
    margin-top: 0;
    padding: 16px 0 0;
}

.cm-right-sidebar-lay .main-content hr {
    background: #c2c2c2;
    margin: 0;
}

.cm-right-sidebar-lay .main-content blockquote {
    background: #f1f1f1;
    margin: 0;
}

.cm-right-sidebar-lay .main-content blockquote p:first-child {
    color: #00b7ff;
}

.cm-right-sidebar-lay .main-content h6:last-child {
    border-top: 1px solid #555555;
    margin-top: 40px;
    font-size: 20pt;
    font-weight: bold;
    line-height: 40px;
    color: inherit;
    padding: 0;
    font-family: 'Lato', "Open Sans", sans-serif;
}
.cm-right-sidebar-lay .sidebar.right blockquote {
    margin: 0;
}

.cm-right-sidebar-lay .sidebar.right blockquote h3 {
    clear: both;
    color: #1e69b4;
    font-size: 35px;
    font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 10px;
    line-height: 1.1;
}

.cm-right-sidebar-lay .sidebar.right blockquote > div {
    line-height: 1.6em;
    font-size: 18px;
    letter-spacing: 0;
}

.cm-right-sidebar-lay .sidebar.right .at-follow-btn {
    display: block;
    width: auto;
    padding: 0;
    margin: 0 2px 5px !important;
    outline-offset: -1px;
    transition: all .2s ease-in-out;
    float: left;
}

.cm-right-sidebar-lay .sidebar.right .at-follow-btn .addthis_follow_label {
    display: none;
}
svg:not(:root) {
    overflow: hidden;
}

.cm-right-sidebar-lay .sidebar.right .at-follow-btn span.at-icon-wrapper {
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

.cm-right-sidebar-lay .sidebar.right blockquote a.btn {
    background: #1E69B4 none repeat scroll 0 0;
    border: 1px solid #1E69B4;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-shadow: none;
    text-transform: none;
    transition: all 0.25s ease 0s;
    white-space: normal;
}

.cm-right-sidebar-lay .sidebar.right blockquote a.btn:hover {
    background: #0092d0 none repeat scroll 0 0;
    border: 1px solid #0092d0;
    color: #fff;
    text-decoration: none;
}

.cm-right-sidebar-lay .sidebar.right blockquote > div:after {
    display: table;
    width: 100%;
    content: "";
}

.custom-full-width-layout-with-banner .main-content {
    margin-top: 0;
}

.custom-primary-breadcrumbs.page-center ul > li > * {
    color: #ed9978;
}





hr {
    background: #ccc;
    height: 1px;
    border: none;
    outline: none;
    clear: both;
    margin: 30px 0;
}


.custom-two-column-left-layout .main-content {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    transition: box-shadow 0.25s linear 0s;
    padding: 0 28px;
    margin-top: 31px;
    margin-bottom: 18px;
    padding-top: 20px;
    padding-bottom: 18px;
    width: 100%;
    line-height: 1.6em;
    font-size: 18px;
    letter-spacing: 0;
    position: relative;
}

.custom-two-column-left-layout .sidebar {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-two-column-left-layout .main-content h1 {
    border-bottom: 1px solid #c2c2c2;
    clear: both;
    color: #1e69b4;
    font-size: 35px;
    font-weight: 600;
    margin-top: 0;
    padding: 16px 0 0;
}

.custom-two-column-left-layout .main-content h2 {
    clear: both;
    color: #1e69b4;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

.custom-two-column-left-layout .main-content img {
    max-width: 100%;
}

.custom-two-column-left-layout .body-container .page-center {
    padding-top: 0;
}

.cm-sidebar-menu .hs-menu-wrapper > ul > li {
    cursor: pointer;
    float: left;
    margin: 0 0 30px;
    position: relative;
    transition: all 0.2s ease 0s;
    width: 100%;
    background: rgba(0, 0, 0, 0) url(//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Images/laftbar_bg01.png?t=1507613075801) repeat-x scroll 0 0;
    color: #214593;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 3%;
    transition: all 0.2s ease 0s;
    width: 100% !important;
    color: #1e69b4;
    letter-spacing: 0;
    border-radius: 7px;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.cm-sidebar-menu .hs-menu-wrapper > ul > li > a {
    background: rgba(0, 0, 0, 0) url(//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Images/leftbar_icon.png?t=1507613075801) no-repeat scroll 7px -34px;
    display: inline-table;
    float: none;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 22px;
    line-height: 19px;
    padding-left: 23px;
    vertical-align: middle;
    content: '';
    color: #1e69b4;
    letter-spacing: 0;
    font-family: 'Lato',"Open Sans",sans-serif;
}

.cm-sidebar-menu .hs-menu-wrapper > ul > li > a:after {
    border-color: #ccc #ccc transparent;
    border-image: none;
    border-style: solid;
    border-width: 0 0 18px 14px;
    bottom: -13px;
    left: 0;
    position: absolute !important;
    width: 100%;
    z-index: 100;
    content: '';
}

.cm-sidebar-menu .hs-menu-wrapper > ul > li > a:before {
    background: rgba(0, 0, 0, 0) url('//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Images/leftbar_icon.png') no-repeat scroll 7px -34px;
    display: inline-table;
    float: none;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 22px;
    line-height: 19px;
    padding-left: 23px;
    vertical-align: middle;
    content: '';
    content: none;
}

.cm-sidebar-menu .hs-menu-wrapper > ul > li.active {
    background: rgba(0, 0, 0, 0) url(//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Images/laftbar_bg02.png?t=1507613075801) repeat-x scroll 0 0;
    box-shadow: 0 2px 7px 2px #999;
    color: #fff;
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 3%;
    width: 100%;
    color: #1e69b4;
    letter-spacing: 0;
    border-radius: 7px;
    color: #fff;
}

.cm-sidebar-menu .hs-menu-wrapper > ul > li.active > a {
    background: rgba(0, 0, 0, 0) url(//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Images/leftbar_icon.png) no-repeat scroll 7px 4px;
    color: #fff;
}

.cm-sidebar-menu .hs-menu-wrapper > ul > li.active > a:before {
    background: rgba(0, 0, 0, 0) url('//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Images/leftbar_icon.png') no-repeat scroll 7px 4px;
    color: #fff;
    display: inline-table;
    float: none;
    font-size: 16px;
    font-weight: bold;
    height: 22px;
    line-height: 19px;
    padding-left: 23px;
    vertical-align: middle;
}

.cm-sidebar-menu .hs-menu-wrapper > ul > li.active > a:after {
    border-color: #0092d0 #0092d0 transparent;
    border-bottom: 18px solid transparent;
}

.cm-sidebar-menu .hs-menu-wrapper > ul > li:hover {
    box-shadow: 0 2px 7px 2px #999999;
    border-radius: 7px;
}

.custom-two-column-left-layout .cm-left-col-row1-wrapper {
    margin-bottom: 30px;
}




/*================Full Width Section Layout With Tab=================*/


.cm-row {
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.bg-image-active:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #000;
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
}

.cm-row.bg-image-active > div {
    position: relative;
    z-index: 9;
}

.custom-full-width-tab-section-layout .cm-row-1-group .page-center {
    padding-top: 80px;
    padding-bottom: 120px;
}

.custom-full-width-tab-section-layout .cm-row-1-group h2 {
    color: #fff;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}

.custom-full-width-tab-section-layout .cm-row-1-group p {
    margin-bottom: 0;
}

.btn.btn-red {
    padding: 19px 20px;
    font-size: 22px;
    color: #fff;
    background-color: #f95900;
    border-color: #f95900;
    min-width: 250px;
}

.btn.btn-red:hover {
    color: #fff;
    background-color: #e84600;
    border-color: #e84600;
}

.cm-row .cm-section-arr {
    position: absolute !important;
    bottom: 12px;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    border-right: 5px solid #9e9e9e;
    border-bottom: 5px solid #9e9e9e;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateX(-50%);
    -o-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    z-index: 99 !important;
    left: 50%;
    cursor: pointer;
}

.cm-row.bg-image-active.bg-color-active .cm-section-arr {
    border-color: #ffffff;
}

.cm-row.bg-color-active .cm-section-arr {
    border-color: #2c97de;
}

.custom-full-width-tab-section-layout .cm-row-2-group h2 {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 850px;
    margin: 0 auto;
    color: #000;
    font-weight: 400;
    line-height: 1.3;
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'Lato',"Open Sans",sans-serif;
}

.custom-full-width-tab-section-layout .cm-row-2-group .cm-two-col-right-content-module {
    padding-top: 30px;
    padding-bottom: 60px;
    max-width: 1100px;
    float: none;
    margin: 0 auto !important;
}

.custom-full-width-tab-section-layout .span7,
.custom-full-width-tab-section-layout .span5 {
    padding: 0 25px;
}

.custom-full-width-tab-section-layout .cm-row-2-group h3 {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    font-family: 'Lato',"Open Sans",sans-serif;
}

.custom-full-width-tab-section-layout .cm-row-2-group p {
    line-height: 1.7;
    margin-bottom: 0;
}

.custom-full-width-tab-section-layout .cm-row-3-group {
    padding: 60px 0 20px 0;
}

.custom-full-width-tab-section-layout .cm-row-3-group h1 {
    font-size: 45px;
    line-height: 1.3;
    margin-bottom: 0;
    color: #fff;
    font-family: 'Lato',"Open Sans",sans-serif;
}

.custom-full-width-tab-section-layout .cm-row-3-group h1 em {
    font-style: normal;
}

.custom-full-width-tab-section-layout .cm-row-3-group h2 {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #fff;
    font-size: 40px;
}

.custom-full-width-tab-section-layout .cm-row-4-group h2 {
    padding-top: 60px;
    padding-bottom: 70px;
    margin: 0 auto;
    max-width: 850px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    font-family: 'Lato',"Open Sans",sans-serif;
}

.cm-tab-wrapper .cm-tab-title-wrapper {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    text-align: center !important;
    margin: 20px 0 20px 0;
    padding: 0;
}

.cm-row .cm-tab-wrapper {
    max-width: 69.5rem;
    margin: 0 auto !important;
    float: none;
}

.cm-tab-wrapper .cm-tab-title-wrapper span.cm-tab-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.25em;

    color: #636363;
    padding: 10px 18px;
    cursor: pointer;
    color: #3b464f;
    text-align: center;
    font-weight: 600;
    margin: 0;
}

.cm-tab-wrapper .cm-tab-title-wrapper span.cm-tab-title.active {
    font-weight: 700;
    color: #0068b7;
}

.cm-two-column-tab-content-module span.cm-tab-title {
    display: none;
}

.cm-two-column-tab-content-module-wrapper-container {
    padding: 0;
    background: transparent;
}

.cm-two-column-tab-content-module .span1 {
    width: 7.333333%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    margin-left: 0;
}

.cm-two-column-tab-content-module .span5 {
    margin-left: 0;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.cm-two-column-tab-content-module span.next-slide, 
.cm-two-column-tab-content-module span.back-slide {
    height: auto;
    line-height: inherit;
    background: transparent;
    text-align: center;
    font-weight: bold;
}

.cm-two-column-tab-content-module .cm-slide-btn {
    width: 20px;
    margin: 120px 15px 0 15px;
    cursor: pointer;
}

.cm-two-column-tab-content-module span.next-slide {
    position: absolute;
    right: 15px;
}

.cm-two-column-tab-content-module h3 {
    line-height: 36px;
    text-align: left;
    font-size: 30px;
    margin: 0 0 20px 0;
    font-weight: 300;
    padding-top: 38px;
    color: #659abf;
}

.cm-two-column-tab-content-module .cm-tab-inner-wrapper ul {
    text-align: left;
    margin: 40px 0 20px;
    padding: 10px 0;
    list-style: none;
}

.cm-two-column-tab-content-module .cm-tab-inner-wrapper ul li {
    color: #3b464f;
    padding: 2px 0 2px 15px;
    position: relative;
    list-style: none;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    line-height: 1.17em;
    margin-bottom: 9px;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

.cm-two-column-tab-content-module .cm-tab-inner-wrapper ul li a {
    color: #3b464f;
    text-align: center;
}

.cm-two-column-tab-content-module .cm-tab-inner-wrapper ul li a:after {
    background: url('//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Images/sprite_social.png') no-repeat -5px -210px;
    bottom: 0;
    display: inline-block;
    height: 12px;
    left: 6px;
    position: relative;
    width: 12px;
}

.cm-two-column-tab-content-module {
    margin-bottom: 40px;
}

.custom-full-width-tab-section-layout div#hs_cos_wrapper_widget_1507185263601 h2 {
    padding-top: 30px;
    padding-bottom: 40px;
}

.cm-three-col-eq-img-cont-module .cm-col2 span.cm-col-bg {
    background-position: -153px 0;
}

.cm-three-col-eq-img-cont-module .cm-col3 span.cm-col-bg {
    background-position: -300px 2px;
}

.cm-three-col-eq-img-cont-module .cm-col h3 a {
    color: #008bbb;
}

.cm-three-col-eq-img-cont-module .cm-col {
    width: 33.33333333%;
    float: left;
}

.cm-three-col-eq-img-cont-module .cm-col {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.cm-three-col-eq-img-cont-module .cm-col span.cm-col-bg {
    background-repeat: no-repeat;
    display: block;
    height: 100px;
    margin: 25px auto 20px;
    width: 125px;
}

.cm-three-col-eq-img-cont-module .cm-col h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    text-align: center;
    color: #000;
    font-family: 'Lato',"Open Sans",sans-serif;
}

.cm-three-col-eq-img-cont-module .cm-col ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

.cm-three-col-eq-img-cont-module .cm-col ul li {
    text-align: center;
    line-height: 40px;
    padding: 2px 0 2px 15px;
    position: relative;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 18px;
}


.cm-row, .row-fluid [class*="span12"] {
    min-height: 0 !important;
}


.custom-full-width-tab-section-layout .cm-three-col-eq-img-cont-module .cm-col span.cm-col-bg img {
    width: 100%;
    image-rendering: pixelated;
}

.custom-full-width-tab-section-layout .cm-row-5-group .page-center {
    padding-top: 60px;
    max-width: 1100px;
    padding-left: 25px;
    padding-right: 25px;
}

.custom-full-width-tab-section-layout .cm-row-5-group h2 {
    font-weight: 400;
    font-size: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #fff;
}

a#cta_button_2803311_67bbba35-652f-4310-9b71-080ebe8b7719:hover {
    text-decoration: underline;
    background-color: #2c3e51;
    color: #fff;
    border-color: #2c3e51;
}

a#cta_button_2803311_3b4304ba-f86e-4221-adfe-c548efe5e288 {
    background: transparent !important;
    padding: 0 !important;
    line-height: 1.125 !important;
    opacity: 1;
}

a#cta_button_2803311_3b4304ba-f86e-4221-adfe-c548efe5e288 > span {
    background-color: #2c97de;
    color: #fff;
    padding: 25px 50px !important;
    -webkit-transition: ease all .3s;
    -moz-transition: ease all .3s;
    -o-transition: ease all .3s;
    -ms-transition: ease all .3s;
    transition: ease all .3s;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
    font-weight: bold !important;
    font-family: 'Lato',"Open Sans",sans-serif !important;
}

a#cta_button_2803311_3b4304ba-f86e-4221-adfe-c548efe5e288:hover,
a#cta_button_2803311_3b4304ba-f86e-4221-adfe-c548efe5e288:active:hover,
a#cta_button_2803311_3b4304ba-f86e-4221-adfe-c548efe5e288:focus {
    background: transparent !important;
}

.cm-row-1-group .hs_cos_wrapper_type_linked_image img {
    display: block;
    margin: 0 auto;
}

a#cta_button_2803311_3b4304ba-f86e-4221-adfe-c548efe5e288:hover > span {
    background-color: #2c3e51 !important;
    color: #fff;
    border-color: #2c3e51 !important;
    text-decoration: underline;
}


.custom-full-width-tab-section-layout td,
.custom-full-width-tab-section-layout th {
    border-width: 0 !important;
    padding: 0;
}

.custom-full-width-tab-section-layout table {
    border-spacing: 0;
    border-collapse: collapse;
}


/*==============VIDEO LAYOUT===============*/

.cm-video-module-wrapper {
    width: 33.333%;
    line-height: 1.6em;
    font-size: 18px;
    letter-spacing: 0;
    margin: 0;
    overflow: hidden;
    padding: 0 8px 10px 8px;
    float: left;
    cursor: pointer;
}

.cm-video-module .cm-video-img {
    height: 0;
    width: 100%;
    padding-top: 56.25%!important;
    position: relative;
    overflow: hidden!important;
    background-size: cover!important;
    background-position: center!important;
}

.cm-video-module .cm-video-playhover {
    opacity: 0;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    transition: opacity ease-out .3s;
}

.cm-video-module .cm-video-playhover img {
    height: auto!important;
    max-width: 15%!important;
    padding: 0!important;
    margin: 0!important;
    min-width: 40.55px!important;
    vertical-align: middle!important;
    display: inline-block!important;
    width: auto;
    border: 0;
    box-sizing: border-box;
}

.cm-video-module .cm-video-playhover .cm-video-playcrutch {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.cm-video-module:hover .cm-video-playhover {
    opacity: 1;
    top: 0;
    transition: all ease-out .3s;
}

.cm-video-module .cm-video-title {
    padding: 10px;
    text-align: center;
    font-family: 'Lato', "Open Sans", sans-serif;
}

.cm-sub-btn {
    line-height: 1.6em;
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    padding: 15px 0 10px 0;
    clear: both;
    margin: 0;
}

.cm-sub-btn a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #e62117!important;
    color: #fff!important;
    text-decoration: none!important;
    border-radius: 3px;
}

.cm-sub-btn a img {
    width: 20px!important;
    height: auto!important;
    vertical-align: middle!important;
    padding: 0 6px 3px 0;
    display: inline-block;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cm-video-module-container {
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.cm-two-col-video-layout .hs-responsive-embed {
    padding-top: 0;
}

.custom-two-column-left-layout.cm-two-col-video-layout .body-container .page-center {
    padding-top: 0;
}

.cm-video-module span.cm-video-link {
    display: none;
}

.custom-full-width-video-layout .custom-primary-breadcrumbs.page-center ul {
    opacity: 1;
}

.custom-full-width-video-layout .custom-primary-breadcrumbs.page-center ul li.first-crumb > a,
.custom-full-width-video-layout .custom-primary-breadcrumbs.page-center ul > li span.hs-breadcrumb-menu-divider:before {
    color: #f59b79;
}

.custom-full-width-video-layout .cm-top-bar-wrapper {
    border-bottom: 1px solid #c2c2c2;
    padding-top: 18px;
}

.custom-full-width-video-layout .cm-secondary-header h1 {
    border: none;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    line-height: 48px;
    color: #1e69b4;
    text-transform: none;
}

.custom-full-width-video-layout .cm-secondary-breadcrumbs {
    top: 48px;
}

.custom-full-width-video-layout .cm-secondary-breadcrumbs ul.hs-breadcrumb-menu {
    color: #58595b;
    float: right;
    font-size: 20px;
    margin: 0;
}

.custom-full-width-video-layout .cm-secondary-breadcrumbs ul.hs-breadcrumb-menu li a {
    color: #58595b;
    font-size: 18px;
    font-weight: normal;
    padding: 0 6px;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}

.custom-full-width-video-layout .cm-secondary-breadcrumbs ul.hs-breadcrumb-menu li a:hover {
    color: #0092d0;
}

.custom-full-width-video-layout .cm-secondary-breadcrumbs ul.hs-breadcrumb-menu .hs-breadcrumb-label {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

body.custom-full-width-video-layout .page-center.content-wrapper {
    padding-top: 17px;
}


/*======================SAP BUSINESS LAYOUT ====================*/


.cm-sap-layout .cm-row-1-group .page-center {
    padding-top: 80px;
    padding-bottom: 120px;
    padding-left: 25px;
    padding-right: 25px;
}

.cm-sap-layout .cm-row-1-group h2 {
    color: #fff;
    font-weight: 400;
    font-family: 'Lato', "Open Sans", sans-serif;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 34px;
}

.cm-sap-layout .cm-row-1-group q {
    quotes: none;
}

.cm-sap-layout .cm-row-1-group {
    background-position: top center;
}

.cm-sap-layout .cm-row-1-group h1 {
    margin-top: -14px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 400;
    padding: 15px 0 25px;
    font-family: 'Lato', "Open Sans", sans-serif;
}

.cm-sap-layout .cm-row-1-group h4 {
    color: #fff;
    font-size: 34px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: 'Lato', "Open Sans", sans-serif;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    border-radius: 4px;
    border-width: 1px;
    line-height: 1.42857143;
}

.btn-primary a {
    color: #fff;
}

.cm-sap-layout .cm-row-1-group p {
    margin: 0;
    line-height: 1.7;
}

.cm-sap-layout .cm-row-1-group p q + q {
    display: inline-block;
    margin-left: 6px;
}

.cm-btn-danger {
    color: #fff;
    background-color: #f95900;
    border-color: #f95900;
    border-radius: 4px;
    border-width: 1px;
    line-height: 1.42857143;
}

.cm-btn-danger a {
    color: #fff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.custom-two-column-left-layout .sidebar .btn:hover {
    background: #0092d0 none repeat scroll 0 0;
    border: 1px solid #0092d0;
    color: #fff;
    text-decoration: none;
}
.cm-btn-danger:hover {
    color: #fff;
    background-color: #e84600;
    border-color: #e84600;
}

.cm-sap-layout .cm-row-2-group h2 {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 70px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    font-family: 'Lato', "Open Sans", sans-serif;
}

.cm-two-col-right-content-module .span7,.cm-two-col-right-content-module .span5 {
    padding: 0 25px;
}

.cm-two-col-right-content-module .span5 {
    margin-top: 80px;
}

.cm-sap-layout .cm-row-2-group .cm-two-col-right-content-module {
    max-width: 1200px;
    margin: 0 auto;
}

.cm-sap-layout .cm-row-2-group {
    padding-bottom: 86px;
}

.cm-two-col-right-content-inner p {
    margin: 0;
    line-height: 1.7;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    border-width: 0;
}

td,th {
    padding: 0;
}

.cm-sap-layout .cm-row-3-group .page-center {
    max-width: 1200px;
    padding:  50px 0;
}

.cm-sap-layout .cm-row-3-group .cm-two-col-eq-module .span6 {
    width: 50%;
    margin-left: 0;
    padding-right: 15px;
    padding-left: 15px;
}

.cm-sap-layout .cm-row-3-group .cm-two-col-eq-module .span6:first-of-type {
    margin-bottom: 56px;
}

.cm-sap-layout .cm-row-3-group .cm-two-col-eq-module .span6 h1 {
    padding: 0;
    line-height: 1.42857143;
    color: #fff;
}

.cm-sap-layout .cm-row-3-group .cm-two-col-eq-module .span6 p {
    color: #fff;
}

.cm-sap-layout .cm-row-3-group .cm-two-col-eq-module .span6 q {
    quotes: none;
}

.cm-sap-layout .cm-row-3-group .cm-two-col-eq-module .span6 {
    color: #fff;
}

.cm-sap-layout .cm-row-4-group .page-center {
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
}

.cm-sap-layout .cm-row-4-group h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    font-family: 'Lato', "Open Sans", sans-serif;
}

.cm-sap-layout .cm-row-4-group h2 + p {
    margin-bottom: 0;
    line-height: 1.7;
}

div#hs_cos_wrapper_widget_1507271725364 .span6:first-of-type {
    padding-bottom: 85px;
}

.cm-sap-layout .cm-row-4-group .cm-two-col-eq-module.row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: flex-end;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
}

.cm-sap-layout .cm-row-4-group .cm-two-col-eq-module.row-fluid:after {
    background-image: url('//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Images/horizontal-Shadow.png') !important;
    background-attachment: scroll !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 99;
}

.cm-two-col-eq-module.row-fluid ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

.cm-two-col-eq-module.row-fluid h3 {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    color: #1E69B4;
    font-family: 'Lato', "Open Sans", sans-serif;
}

.cm-two-col-eq-module.row-fluid ul li {
    line-height: 1.5;
    padding: 2px 0 2px 15px;
    position: relative;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.cm-row .cm-two-col-eq-module-wrapper:last-of-type .cm-two-col-eq-module {
    padding-bottom: 36px;
}

.cm-sap-layout .cm-row-5-group .page-center {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
}

.cm-sap-layout .cm-row-5-group h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    font-family: 'Lato', "Open Sans", sans-serif;
}

.cm-sap-layout .cm-row-6-group .page-center {
    padding-top: 65px;
    max-width: 920px;
    padding-bottom: 0px;
}

.cm-sap-layout .cm-row-6-group h1 {
    padding: 0;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    line-height: 1.42857143;
    color: #fff;
}

.cm-sap-layout a#cta_button_2803311_67bbba35-652f-4310-9b71-080ebe8b7719 {
    min-width: 321px;
    padding: 25px;
    font-size: 20px;
}

.cm-sap-layout a#cta_button_2803311_3b4304ba-f86e-4221-adfe-c548efe5e288 > span {
    padding: 25px;
    font-size: 20px;
    width: 100% !important;
}

.cm-sap-layout a#cta_button_2803311_3b4304ba-f86e-4221-adfe-c548efe5e288 {
    max-width: 375px;
    width: 100% !important;
}

.cm-sap-layout a#cta_button_2803311_67bbba35-652f-4310-9b71-080ebe8b7719:hover,
.cm-sap-layout a#cta_button_2803311_3b4304ba-f86e-4221-adfe-c548efe5e288:hover > span{
    text-decoration: none;
}

.cm-sap-layout .cm-row-6-group p {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 70px;
}


/*=================MANUFACTURING SOLUTION================*/


.custom-manuf-layout .overlay {
    opacity: 0;
}

.custom-manuf-layout .custom-banner-area {
    min-height: 400px;
    position: relative;
}

.custom-manuf-layout .custom-banner-area h1 {
    line-height: 48px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 157px;
    padding-top: 120px;
    position: relative;
    text-align: center;
    font-family: "Open Sans",sans-serif;
    z-index: 2;
    font-size: 36px;
}

.custom-manuf-layout .banner-title {
    padding-top: 60px;
    top: 0;
    height: 100%;
    transform: none;
}

.custom-manuf-layout .cm-row-1-group {
    margin-top: 30px;
}

.custom-manuf-layout h1,
.custom-manuf-layout h2,
.custom-manuf-layout h3,
.custom-manuf-layout h4,
.custom-manuf-layout h5,
.custom-manuf-layout h6 {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
    color: inherit;
}

.custom-manuf-layout .custom-footer-top-container h3 {
    border-color: #444;
    font-family: "LeagueGothic";
    font-size: 30px;
    font-weight: 200;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #eee;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #444;
    clear: both;
    line-height: 1.3;
    margin-top: 20px;
}

.custom-manuf-layout .cm-row h3 {
    font-size: 24px;
}

.custom-manuf-layout .cm-row-1-group h3 {
    margin-bottom: 30px;
    text-align:center;
}


.cm-four-col-eq-img-module .cm-col {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.cm-five-col-eq-img-module .cm-col {
    float: left;
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.cm-trans-hov .cm-col .cm-col-inner {
    margin-bottom: 30px;
    text-align: center;
}

.cm-trans-hov .cm-col .cm-col-inner .cm-center-icon img {
    -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 9%;
    margin-bottom: 26px;
    box-shadow: 2px 3px 5px 0 #666;
    display: inline-block;
}

.cm-trans-hov.row-fluid {
    width: auto;
    margin: 0 -15px;
}

.cm-trans-hov .cm-col .cm-col-inner .cm-center-icon img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.custom-manuf-layout .cm-row-1-group h2 {
    font-size: 30px;
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 44px;
}

.custom-manuf-layout .cm-row p {
    margin-bottom: 15px;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

body.custom-manuf-layout {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #444444;
}

.custom-manuf-layout .cm-row2-col-wrapper {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 50px;
    margin-top: 20px;
}

.cm-feat-box-module .fbox-icon {
    margin-top: 22px;
    font-size: 18px;
    width: 31px;
    margin: 0 auto;
}

.cm-feat-box-module .fbox-icon i {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    color: #037db8;
}

.cm-feat-box-module .fbox-icon i:before {
    content: "\e042";
}
.cm-feat-box-module{
    min-height:225px;
}
.cm-feat-box-module h3 {
    color: #333;
    text-align: center;
    font-size: 17px !important;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 23px;
    margin-bottom: 13px;
    margin-top: 8px;
}

.cm-feat-box-module p {
    margin: 8px 0 0;
    font-size: 18px;
    clear: both;
}

.custom-manuf-layout .cm-row-2-group .page-center > div {
    margin: 0 -15px;
}


.custom-manuf-layout .cm-row-3-group {
    background: #007bb5 none repeat scroll 0 0;
    padding: 55px 0;
}

.custom-manuf-layout .cm-row3-col-wrapper {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    margin-left: 0;
}

.custom-manuf-layout .cm-row-3-group .page-center > div {
    margin: 0 -15px;
}


.custom-manuf-layout .cm-row-3-group h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: #fff;
}

.custom-manuf-layout .cm-row-3-group p {
    font-size: 20px;
    line-height: 22px;
    margin: 30px 0;
    color: #fff;
}

.custom-manuf-layout .hs-form-field > label {
    display: none;
}

.custom-manuf-layout .cm-row-4-group {
    padding: 30px 0;
    text-align: center;
} 

.cm-three-col-eq-icon-img-module {
    width: auto;
    margin: 0 -15px;
}

.cm-three-col-eq-icon-img-module .cm-col {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
}

.custom-manuf-layout .cm-row-4-group .page-center {
    padding: 0;
}

.custom-manuf-layout .cm-row-4-group h2 {
    font-size: 30px;
    color: #333;
}

.cm-three-col-eq-icon-img-module .bt5 {
    font-size: 50px;
}

.cm-three-col-eq-icon-img-module .blue {
    color: #027db8;
}

.cm-three-col-eq-icon-img-module .cm-icon-wrapper {
    margin-bottom: 30px;
    text-align: center;
}

.cm-three-col-eq-icon-img-module h4 {
    color: #333;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 34px;
}

.custom-manuf-layout .cm-row-3-group input.hs-button.primary.large {
    width: 100%;
    max-width: calc(100% - 10px);
}

.custom-manuf-layout .cm-row-3-group .hs-form-field .hs-input {
    max-width: 100%;
}


/*============V2 Layout Styling==============*/



.cm-five-col-img-module-with-title .cm-col {
    width: 20%;
    text-align: center;
    float: left;
    text-align: center;
    position: relative;
    padding: 0 30px;
}

.cm-five-col-img-module-with-title .cm-col img {
    width: 84.3125px;
    width: 6.3vw;
}

.cm-five-col-img-module-with-title {
    max-width: 900px;
    margin: 0 auto;
    max-width: 66.31vw;
}

.cm-v2 .bg-image-active:before {
    background: transparent;
}

.cm-v2 .cm-row-1-group {
    padding-top: 83px;
    padding-bottom: 65px;
}

.cm-five-col-img-module-with-title .cm-col:after {
    background-image: url('//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Images/arrow-right-yellow-icon-2220.png');
    width: 50px;
    height: 50px;
    display: block;
    content: '';
    top: 0;
    position: absolute;
    background-position: center;
    background-size: contain;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 3.5vw;
    height: 3.5vw;
}

.cm-five-col-img-module-with-title p {
    text-align: center;
    text-shadow: rgb(0, 146, 208) 0.5px 0.5px 0.5px;
    font-size: 12.6469px;
    padding-top: 34px;
    line-height: normal;
}

.cm-five-col-img-module-with-title .cm-col-2-wrapper p {
    padding-top: 47px;
}

.cm-five-col-img-module-with-title .cm-col-3-wrapper p {
    padding-top: 18px;
}

.cm-five-col-img-module-with-title .cm-col-4-wrapper p {
    padding-top: 45px;
}

.cm-five-col-img-module-with-title .cm-col-5-wrapper p {
    padding-top: 46px;
}

.cm-five-col-img-module-with-title .cm-col-5-wrapper.cm-col:after {
    content: none;
}

.cm-five-col-img-module-with-title .cm-col-2-wrapper img {
    position: relative;
    top: -9px;
}


.cm-secondary-header {
    width: auto;
}

.cm-v2 .cm-secondary-breadcrumbs {
    width: auto;
    margin: 0;
    float: right;
}

.cm-v2 .custom-two-column-left-layout .main-content h1 {
    border: none;
}

.cm-v2 .cm-top-bar-wrapper {
    border-bottom: 1px solid #c2c2c2;
}

.cm-v2.custom-two-column-left-layout .main-content h1 {
    border: none;
}

.custom-two-column-left-layout.cm-v2 .cm-body-content-wrapper .page-center {
    padding-top: 0;
}

.cm-v2 .cm-secondary-breadcrumbs ul.hs-breadcrumb-menu:after,
.cm-v2 .cm-secondary-breadcrumbs ul.hs-breadcrumb-menu:before {
    content: '';
    display: table;
    clear: both;
}

.cm-v2 .cm-secondary-breadcrumbs ul.hs-breadcrumb-menu {
    margin: 0;
    line-height: 48px;
}

.cm-v2 .cm-secondary-breadcrumbs ul.hs-breadcrumb-menu li a {
    color: #58595b;
    font-size: 18px;
    font-weight: normal;
    padding: 0 6px;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}

.cm-v2 .cm-left-col-row1-wrapper {
    font-family: 'Lato', "Open Sans", sans-serif;
}

.cm-v2 .cm-left-col-row1-wrapper ul li {
    font-family: 'Lato', "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 1.6em;
}

ul.cm-features li {
    list-style-image: url('//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Images/features-ok.png');
    margin: 5px 0px 0px 10px;
}

.cm-v2 .cm-secondary-breadcrumbs ul.hs-breadcrumb-menu li a, 
.cm-v2 .cm-secondary-breadcrumbs ul.hs-breadcrumb-menu li > span {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}


.cm-v2 .cm-secondary-breadcrumbs ul.hs-breadcrumb-menu li a:hover {
    color: #0092d0;
}

.cm-v2.custom-two-column-left-layout .main-content h1 {
    border: none;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 35px;
    font-weight: 600;
    text-transform: none;
}


/*===============HOMEPAGE SLIDER==================*/


 
.cm-home-slider .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper {
    max-width: 1015px;
}

.cm-home-slider .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper img {
    max-width: 531.44px;
    image-rendering: -webkit-optimize-contrast;
}
.cm-slider-5-content > div {
    width: 50%;
    float: right;
}

.cm-slider-5-content > div + div {
    width: 50%;
}

.cm-slider-5-content h1 {
    font-size: 30.212px;
    line-height: 43.5615px;
    font-weight: bold;
    font-family: Lato;
    padding-top: 34px;
    padding-bottom: 50px;
    text-align: center;
}

.cm-slider-5-content h1 a {
    border-width: 0px;
    color: #F0AB00;
    font-weight: 700;
}

.cm-slider-5-content p {
    font-size: 34.7786px;
    line-height: 48.6724px;
    margin-top: 15%;
    color: #ffffff;
    font-family: Lato;
    font-weight: bold;
        text-shadow: 1px 5px 5px #231b3a;
}
    

.cm-slider-5-content p a {
    font-size: 20.8625px;
    line-height: 25.2938px;
    color: #fff;
    background: rgb(240,171,0);
    padding: 14.51302px 17.02604px!important;
    border-radius: 4px;
    margin-top: 5%;
    display: inline-block;
    text-shadow: 0 0 0 #000;
}
.cm-slider-5-content p a:hover {
    color:#fff !important;
    background: #00a0ce;
}
.cm-slider-5-content p a:hover {
    color: rgba(255, 255, 255, 0.4);
}

.cm-slider-5-content p a + a {
    margin-left: 20px;
}

.cm-slider-5-content h1 a:hover {
    text-decoration: underline;
}

.cm-slider-5-content h1 a:hover {
    text-decoration: underline;
}






.cm-slider-4-content > div {
    width: 50%;
    float: left;
}

.cm-slider-4-content > div + div {
    width: 50%;
}

.cm-slider-4-content h1 {
    font-size: 30.212px;
    line-height: 43.5615px;
    font-weight: bold;
    font-family: Lato;
    padding-top: 20px;
    padding-bottom: 24px;
    text-align: center;
}

.cm-slider-4-content h1 a {
    border-width: 0px;
    color: #F0AB00;
    font-weight: 700;
        font-size: 36px;
}

.cm-slider-4-content p {
    color: #000;
    text-align: right;
    font-size: 17.5651px;
    line-height: 25.9964px;
}

.cm-slider-4-content p a {
    font-size: 16.8625px;
    line-height: 25.2938px;
    color: #fff;
    background: rgb(240, 171, 0);
    padding: 3.51302px 7.02604px !important;
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block;
}

.cm-slider-4-content p a:hover {
    color: rgba(255, 255, 255, 0.4);
}

.cm-slider-4-content p a + a {
    margin-left: 20px;
}

.cm-slider-4-content h1 a:hover {
    text-decoration: underline;
}

.cm-slider-4-content h1 a:hover {
    text-decoration: underline;
}

.cm-slider-1-content {
    text-align: center;
    text-shadow: rgb(0, 0, 0) 1px 1px 1px;
    color: #fff;
}

.cm-slider-1-content h2 {
    font-family: Lato;
    font-size: 23.8885px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 0;
}

.cm-slider-1-content h1 {
    font-family: Lato;
    font-size: 40.0484px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    padding-top: 9px;
    padding-bottom: 10px;
}

.cm-slider-1-content h1 + h2 {
    padding-top: 0;
    padding-bottom: 20px;
}

.cm-slider-1-content h3 {
    font-family: Lato;
    color: #fff;
    font-size: 16.8625px;
    margin-top: 0px;
    font-weight: 600;
}

.cm-slider-1-content .btn-danger {
    font-size: 20px;
    padding: 20px;
    color: #fff;
    background-color: #f95900;
    border-color: #f95900;
    display: inline-block;
    min-width: 250px;
    border-radius: 4px;
}

.cm-slider-1-content .btn-danger:hover {
    color: #fff;
    background-color: #e84600;
    border-color: #e84600;
}

.cm-slider-1-content a + a {
    margin-left: 2px;
}

.cm-slider-2-content h1 {
  text-shadow: 3px 3px 3px #000000;
    font-weight: 600;
    font-size: 44.2641px;
    
    padding-bottom: 30px;
}

.cm-slider-2-content h2 {
    text-shadow: rgb(0, 0, 0) 1px 1px 1px;
    white-space: normal;
    font-family: Lato;
    font-size: 24.5911px;
}

.cm-slider-3-content h1 {
    line-height: 39.3458px;
    color: rgb(255, 255, 255);
    font-size: 39.3458px;
}

a.yellow-btn {
    margin-top: 0;
    font-size: 16.8625px;
    line-height: 16.8625px;
}

.cm-home-slider button.slick-arrow:before {
    content: none;
}

.cm-home-slider button.slick-arrow {
    background-image: url('//cdn2.hubspot.net/hubfs/2803311/Mtc%20October2017%20Theme/Images/skin-1.png');
    width: 40px;
    height: 50px;
    z-index: 10000;
    top: 50%;
    margin-top: -25px;
    position: absolute;
    transition: none;
    -ms-transition: none;
    -webkit-transition: none;
    line-height: normal;
    outline: none;
    padding: 0;
    border: 0;
}

.cm-home-slider button.slick-arrow.slick-prev {
    left: 10px;
    background-position: 0 0;
}

.cm-home-slider button.slick-arrow.slick-prev:hover {
    background-position: 0 -75px;
}

.cm-home-slider button.slick-arrow.slick-next {
    right: 10px;
    background-position: -150px 0;
}

.cm-home-slider button.slick-arrow.slick-next:hover {
    background-position: -150px -75px;
}

.cm-home-slider .hs_cos_gallery_main .slick-dots {
    display: none !important;
}

.cm-banner-content-module {
    background-attachment: scroll;
    background-color: #e4e6e3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

.cm-banner-content-module:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    background-color: #000;
}

.cm-banner-content-module .page-center {
    padding-top: 80px;
    padding-bottom: 120px;
    position: relative;
    z-index: 9;
}


.cm-banner-content-module h2 {
    color: #fff;
    font-family: 'Lato', "Open Sans", sans-serif;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: normal;
    padding-bottom: 8px;
}

.cm-banner-content-module .page-center {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.cm-banner-content-module h1 {
    font-family: 'Lato', "Open Sans", sans-serif;
    line-height: 1.3;
    margin-bottom: 0;
    color: #fff;
    padding: 15px 0 25px;
}

.cm-banner-content-module h1 q {
    quotes: none;
}

.cm-banner-content-module h4 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    font-family: 'Lato', "Open Sans", sans-serif;
    line-height: 1.5;
}

.cm-banner-content-module .cm-banner-content {
    text-align: center;
}

.cm-banner-content-module .cm-banner-content a q {
    quotes: none;
}

.cm-banner-content-module .cm-section-arrow {
    position: absolute !important;
    bottom: 12px;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    border-right: 5px solid #9e9e9e;
    border-bottom: 5px solid #9e9e9e;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateX(-50%);
    -o-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    z-index: 99 !important;
    left: 50%;
    cursor: pointer;
    color: #fff;
    border-color: #ffffff;
}

.custom-home-layout .cm-row-2-group h2 {
    font-family: 'Lato', "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    padding: 0 0 10px;
}

.custom-home-layout .cm-row-2-group h2 {
    font-family: 'Lato', "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    padding: 0 0 10px;
}

.portfolio-desc h4 {
    font-family: 'Lato', "Open Sans", sans-serif;
}

.custom-home-layout .cm-row-5-group h2 {
    font-family: 'Lato', "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.cm-home-slider .hs_cos_gallery_main.slick-slider .hs_cos_gallery_slide.slick-slide:nth-child(3) {
    background-position: center center;
}
.cm-home-slider .hs_cos_gallery_main.slick-slider .hs_cos_gallery_slide.slick-slide:nth-child(4) {
    background-position: center top;
}
.cm-right-sidebar-lay .sidebar.right blockquote strong {
    line-height: 34px;
}
@-moz-document url-prefix() {
    .met_accordion_content {
        margin-top: 1px;
    }
}




.cm-two-col-eq-module.row-fluid table td blockquote ul li {
    font-size: 15px;
}
.custom-full-width-section-layout.type2 .bg-image-active {
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 500px!important;
}

.custom-full-width-section-layout.type2 .bg-image-active:before{
	content:none;
}

.custom-full-width-section-layout.type2 .body-container .row-fluid .page-center {
	max-width: 870px;
}   

.custom-full-width-section-layout.type2 .cm-row-2-group h1{
	margin: 58px 0 10px 0px;
	font-size: 36px;
	color:rgb(68, 68, 68);
	font-weight: 500;
	line-height: 1.1;
	padding: 15px 0 25px;
}

.custom-full-width-section-layout.type2 .cm-row-2-group h2{
	margin: 20px 0 32px;
	padding: 0 0 10px;
	font-size: 24px;
	color:rgb(68, 68, 68);
	font-weight: 500;
	line-height: 1.1;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}


.custom-full-width-section-layout.type2 .cm-row-2-group p{
	margin-bottom: 118px;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif!important;
	font-size: 18px;
	color: #444444;
	line-height: 1.42857143;
}

.custom-full-width-section-layout.type2 .cm-two-col-eq-module.row-fluid{
	padding:0 15px;
}

.custom-full-width-section-layout.type2 .cm-two-col-eq-module.row-fluid h3{
	font-size: 30px;
	margin-bottom: 20px; 
	margin-top: 20px;
	color:rgb(68, 68, 68);
	font-weight: 500;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	line-height: 1.1;
}

.custom-full-width-section-layout.type2 .cm-two-col-eq-module.row-fluid p{
	color: #545454;
	margin: 0 0 10px;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	
}
.custom-full-width-section-layout.type2 .cm-footer-container-wrapper .custom-footer-top-container {
	position: relative;
	margin-top: 12px;
}

.custom-full-width-section-layout.type2 .cm-footer-container-wrapper .custom-footer-top-container:before {
	border-bottom: 12px solid #f0ab00;
	content: "";
	position: absolute;
	left: 0;
	top: -12px;
	width: 100%;
	max-width: 1250px;
	right: 0;
	margin: 0 auto;
}
  
.custom-manuf-layout .cm-row-3-group .hs-form-field .invalid {
    border-color: #c87872 !important;
    box-shadow: 0 0 3px rgba(171,41,32,0.25) !important;
}

    







/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
   
@media (max-width: 1940px) {
    .cm-right-sidebar-lay .cm-banner-flexi h1 {
        font-size: 3.35vw;
    }
    .cm-right-sidebar-lay .cm-banner-flexi h2 {
        font-size: 1.96vw;
    }
}
@media (max-width: 1550px) and (min-width: 768px) {
    .custom-menu-primary .hs-menu-wrapper > ul ul ul{
         right:100%!important;
         left:auto!important;
     }
}
@media (max-width: 1300px) {
    
    .cm-slider-4-content > div {
        margin-top: 5px;
    }
    
}

@media (max-width: 1210px) {
    
    .custom-manuf-layout .cm-row-1-group {
        margin-top: 62px;
    }
    
}

@media (max-width: 1200px) {
    
    
    .cm-home-slider .hs_cos_gallery_main .slick-slide-inner-wrapper {
        max-width: 900px !important;
    }
    
    .custom-full-width-video-layout .cm-secondary-breadcrumbs {
        position: static;
    }
    
    .custom-full-width-video-layout .cm-secondary-breadcrumbs ul.hs-breadcrumb-menu {
        margin: 8px 0;
        line-height: 48px;
    }
    
    .cm-secondary-header h1 {
        border-bottom: 1px solid #c2c2c2;
    }
    
    .custom-full-width-video-layout .cm-top-bar-wrapper {
        border: none;
        margin-bottom: 0;
    }
    
}


@media (max-width: 1100px) {
    
    .cm-v2 .cm-row-1-group {
        padding-top: 52px;
        padding-bottom: 48px;
    }
    
    .cm-five-col-img-module-with-title p {
        padding-top: 20px;
    }
    
    .cm-five-col-img-module-with-title .cm-col-2-wrapper p {
        padding-top: 31px;
    }
    
    .cm-five-col-img-module-with-title .cm-col-3-wrapper p {
        padding-top: 7px;
    }
    
    .cm-five-col-img-module-with-title .cm-col-4-wrapper p {
        padding-top: 27px;
    }
    
    .cm-five-col-img-module-with-title .cm-col-5-wrapper p {
        padding-top: 29px;
    }
    
}


@media (max-width: 1024px) {
    
    .cm-slider-4-content h1 {
        font-size: 22.5526px;
        line-height: 32.5177px;
        padding-bottom: 40px;
        text-align: center;
        padding-top: 20px;
    }
    
    .cm-slider-4-content p {
        font-size: 13.112px;
        line-height: 19.4057px;
    }
    
    .cm-slider-4-content p a {
        font-size: 12.5875px;
        line-height: 18.8813px;
        margin-top: 30px;
        padding: 2.6224px 5.24479px !important;
    }
    
    .cm-slider-1-content h2 {
        font-size: 17.8323px;
        line-height: normal;
    }
    
    .cm-slider-1-content h1 {
        font-size: 29.8953px;
        line-height: normal;
    }
    
    .cm-slider-1-content h3 {
        font-size: 12.5875px;
        margin-bottom: 20px;
        line-height: normal;
    }
    
    .cm-slider-1-content a + a {
        margin-left: 1px;
    }
    
    .cm-slider-2-content h1 {
        font-size: 33.0422px;
        line-height: normal;
    }
    
    .cm-slider-2-content h2 {
        font-size: 18.3568px;
        line-height: normal;
    }
    
    .cm-slider-3-content h1 {
        line-height: 29.3708px;
        font-size: 29.3708px;
        margin-bottom: 40px;
    }
    
    .cm-home-slider a.yellow-btn {
        padding: 7.86719px 10.4896px;
        font-size: 12.5875px;
        line-height: 12.5875px;
    }
    
    
}

@media (max-width:1199px) {
    .custom-home-layout .cm-row-5-group .page-center,
    .custom-home-layout .cm-row-4-group .page-center,
    .custom-home-layout .cm-row-3-group .page-center {
        max-width:100%;
    }
    
    .custom-home-layout .cm-row.cm-row-4-group .cm-two-col-right-content-module {
        padding: 0 15px;
    }
    
    .cm-one-col-tab-module-with-tab.row-fluid {
        max-width: 100%;
    }
    
    .cm-right-sidebar-lay .cm-banner-flexi h1 {
        margin-top: 0;
    }
}

@media (max-width:1100px) {
    .custom-home-layout .cm-row.cm-row-4-group .cm-two-col-right-content-module {
        padding: 0;
    }
    
    .custom-home-layout .cm-row-4-group .page-center {
        padding: 0;
    }
    
    .custom-home-layout .cm-row.cm-row-4-group .cm-two-col-right-content-inner.row-fluid > .span5 {
        padding: 0 15px;
    }
    
    .custom-home-layout .cm-row-3-group .page-center {
        padding: 0;
    }
    
}

@media (max-width: 991px) {
    .custom-footer-top-container .cm-col {
        width: 100%;
        margin: 0px;
        margin-bottom:40px;
    }
    
    .custom-footer-bottom .cm-bottom-col{
        width:100%;
        text-align:center;
    }
    
    .custom-footer-top-container .cm-col:last-child{
       margin-bottom: 10px; 
    }
    
    .custom-home-layout .cm-row.cm-row-4-group .cm-two-col-right-content-inner.row-fluid > .span7,
    .custom-home-layout .cm-row.cm-row-4-group .cm-two-col-right-content-inner.row-fluid > .span5 {
        width: 100%;
        float: none;
        margin-left: 0 !important;
        text-align: left;
    }
    
    .custom-home-layout .cm-row.cm-row-4-group .cm-two-col-right-content-inner a {
        max-width: 100%;
    }
    
    .cm-col-3 {
        width: 50%;
    }
    
    .custom-home-layout .cm-row.cm-row-3-group .cm-four-col-portfolio-module.row-fluid {
        margin-bottom: 40px;
    }
    
    .cm-col-2 {
        width: 100%;
        float: none;
    }
    
    .cm-header-bottom-content {
        width: 100% !important;
    }
    
    .cm-primary-header {
        width: 100% !important;
    }
    
    .custom-job-layout .hs-cm-three-col-wrap .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 40px;
        float: none;
    }
    
    .custom-two-column-left-layout .body-container .page-center {
        padding-bottom: 30px;
    }
    
    .cm-right-sidebar-lay .main-content, 
    .cm-right-sidebar-lay .sidebar.right {
        width: 100%;
        margin-left: 0;
    }
    
    .cm-right-sidebar-lay .sidebar.right {
        margin-top: 12px;
    }
    
    .custom-full-width-tab-section-layout .cm-row-2-group .page-center {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    
    .cm-three-col-eq-img-cont-module .cm-col {
        width: 100%;
        float: none;
    }
    
    .custom-full-width-tab-section-layout .cm-row .page-center {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    
    .custom-full-width-tab-section-layout .cm-row-5-group .page-center,
    .custom-full-width-tab-section-layout .cm-row-1-group .page-center {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .cm-sap-layout .cm-row .page-center {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .cm-two-col-eq-module.row-fluid ul {
        padding-left: 25px;
    }
    
    .cm-sap-layout .cm-two-col-right-content-inner {
        width: auto;
        margin: 0 -25px;
    }
    
    .cm-sap-layout .cm-row-3-group .cm-two-col-eq-module.row-fluid {
        width: auto;
        margin: 0 -15px;
    }
    
    .custom-manuf-layout .cm-header-menu-wrapper .custom-header-btn a {
        font-size: 12px;
        padding: 5px;
    }
    
    .custom-manuf-layout .custom-menu-primary .hs-menu-wrapper ul li a {
        font-size: 13px !important;
    }
    
    .custom-manuf-layout .header-container-wrapper {
        
    }
    
    .custom-manuf-layout .cm-row-1-group {
        margin-top: 30px;
    }
    
    #hs_cos_wrapper_widget_1507291369839 {
        padding-top: 30px;
    }
    
    .custom-manuf-layout .cm-row3-col-wrapper {
        width: 100%;
    }
    
    .cm-five-col-img-module-with-title .cm-col:after {
        right: -15px;
    }
    
    .cm-home-slider .hs_cos_gallery_main .slick-slide-inner-wrapper {
        max-width: 720px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px){
    .cm-header-container-wrapper .row-fluid .page-center{
        max-width:720px!important;
    }
    
    .custom-menu-primary .hs-menu-wrapper ul li a{
        font-size:13px;
        padding: 10px 2px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:before{
        margin-right:2px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:after{
        margin-left:2px;
    }
    
    .cm-header-menu-wrapper .custom-header-btn a{
        padding:5px;
        font-size:12px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul{
        left:auto!important;
        right:5%!important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul:before,
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul:before{
        right: 10px;
        left: inherit;
    }
    
    .sticky .cm-header-menu-wrapper .custom-header-btn a{
        padding: 5px 5px;
    }
    
    .sticky .cm-header-menu-wrapper .custom-header-btn{
        padding-top:0px;
    }
    
    .cm-three-col-equal-content-module .column3,
    .cm-three-col-equal-content-module .column1 {
        width: 25%;
    }
    
    .cm-three-col-equal-content-module .column2 {
        width: 50%;
        padding-left: 20px;
        padding-right: 20px;
    }
}



@media (max-width: 1210px) and (min-width: 992px){
    .cm-header-container-wrapper .row-fluid .page-center{
        max-width: 900px!important;
    }
    
    .custom-menu-primary .hs-menu-wrapper ul li a{
        font-size:16px!important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:before{
        margin-right: 2px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:after{
        margin-left: 2px;
    }
    
    .cm-header-menu-wrapper .custom-header-btn a{
        padding-left: 12px;
        padding-right: 12px;
        font-size: 15px;
    }
    
    .cm-header-menu-wrapper .custom-header-btn{
        margin: 0 0 0 10px;
    }
    
    .custom-manuf-layout .cm-header-menu-wrapper .custom-header-btn a {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 15px!important;
    }
    
}

@media (min-width:768px) {
    .cm-job-breadcrumbs {
        position: relative;
        min-height: 0 !important;
    }
    
    .cm-job-breadcrumbs ul.hs-breadcrumb-menu {
        float: right;
        margin-bottom: 0px;
        position: absolute;
        right: 0;
    }
    
    .custom-manuf-layout .custom-menu-primary .hs-menu-wrapper ul li a {
        font-size: 18px;
        line-height: 22px;
    }
    
    .custom-manuf-layout .cm-header-menu-wrapper .custom-header-btn a {
        font-size: 18px;
    }
    
    .custom-manuf-layout .cm-row2-col-wrapper {
        margin-left: 8.33333333% !important;
        width: 25%;
        float: left;
    }
    
    .cm-three-col-eq-icon-img-module .cm-col {
        width: 33.33%;
        float: left;
    }
    
    
}

@media(min-width:992px){
    .container-fluid .row-fluid .page-center{
        max-width: 970px;
    }
    
    .custom-footer-top-container .cm-col{
        width:24%;
        margin:0px;
    }
    
    .cm-four-col-equal-img-module .cm-col,
    .custom-image-content-module-with-link {
       width: 25%;
       float: left;
   }
   
   .custom-two-column-left-layout .main-content {
        left: 25%;
        width: 75%;
    }
    
    .custom-two-column-left-layout .sidebar {
        right: 75%;
        width: 24%;
    }
    
    .cm-two-column-tab-content-module .span5 {
        width: 41.66666667%;
    }
    
    .custom-manuf-layout .cm-row3-col1-wrapper {
        width: 33.33333333%;
        left: 8.33333333%;
    }
    
    .custom-manuf-layout .cm-row3-col2-wrapper {
        left: 16.66666667%;
        width: 41.66666667%;
    }
    
    .cm-three-col-eq-icon-img-module .cm-col {
        margin-left: 8.33333333%;
        width: 25%;
    }
    
    .cm-v2 .cm-row-1-group {
        height: 25.7vw;
        max-height: 500px;
    }
   
}

@media(min-width:1200px){
    .container-fluid .row-fluid .page-center{
        max-width: 1250px;
    }
    
    .cm-image-title-content-module .cm-col{
        width: 25%;
        float: left;
    }
    
    .two-col-left-content-module-video .col1{
        width: 41.66666667%;
        float: left;
    }
    
    .two-col-left-content-module-video .col2{
        width: 58.33333333%;
        float: left;
    }
    
    .custom-four-column-equal-image-content .cm-col{
        width: 25%;
        float:left;
    }
    
    .custom-four-column-equal-image-content .cm-row{
        width: 83.33333333%;
        margin: 0 auto;
    }
    
    .two-column-right-content-module-v2 .cm-col1{
        width: 75%;
        float:left;
    }
    
    .two-column-right-content-module-v2 .cm-col2{
        width: 25%;
        float: left;
    }
    
}

@media (min-width: 1400px) {
    
    .cm-home-slider .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper img {
        max-width: 550px;
        margin: 8px auto 0;
    }
      .cm-slider-5-content h1 {
        font-size: 31.8021px;
        line-height: 45.8542px;
        text-align: center;
    }
    
    .cm-slider-5-content p {
        font-size: 18.4896px;
        line-height: 27.3646px;
    }
    .cm-slider-4-content h1 {
        font-size: 31.8021px;
        line-height: 45.8542px;
        text-align: center;
    }
    
    .cm-slider-4-content p {
        font-size: 18.4896px;
        line-height: 27.3646px;
    }
    
    .cm-slider-4-content p a {
        padding: 3.69792px 7.39583px !important;
        font-size: 17.75px;
        line-height: 26.625px;
    }
    
    .cm-slider-1-content h2 {
        font-size: 25.1458px;
    }
    
    .cm-slider-1-content h1 {
        font-size: 42.1563px;
    }
    
    .cm-slider-1-content h3 {font-size: 17.75px;}
    
    .cm-slider-2-content h1 {
        font-size: 46.5938px;
    }
    
    .cm-slider-2-content h2 {
        font-size: 25.8854px;
    }
    
    .cm-slider-3-content h1 {
        font-size: 41.4167px;
        margin-bottom: 60px;
    }
    
    a.yellow-btn {
        padding: 11.0938px 14.7917px;
        font-size: 17.75px;
        line-height: 17.75px;
    }
    
    
    .cm-v2 .cm-row-1-group {
        padding-top: 88px;
        padding-bottom: 32px;
    }
    
    .cm-five-col-img-module-with-title p {
        font-size: 11.5px;
        padding-top: 30px;
    }
    
    .cm-five-col-img-module-with-title .cm-col-2-wrapper p {
        padding-top: 43px;
    }
    
    .cm-five-col-img-module-with-title .cm-col-3-wrapper p {
        padding-top: 11px;
    }
    
    .cm-five-col-img-module-with-title .cm-col-4-wrapper p {
        padding-top: 38px;
    }
    
    .cm-five-col-img-module-with-title .cm-col-5-wrapper p {
        padding-top: 39px;
    }
    
    .cm-five-col-img-module-with-title .cm-col img {
        width: 6.3vw;
    }
    
}

@media (min-width: 1600px) {
    
    .cm-home-slider .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper {
        max-width: 1250px;
    }
    
    .cm-home-slider .hs_cos_gallery_main .slick-slide:nth-child(2) .slick-slide-inner-wrapper img {
        max-width: 100%;
        image-rendering: pixelated;
    }
    .cm-slider-5-content h1 {
        font-size: 42.6193px;
        line-height: 61.451px;
    }  
.cm-slider-5-content p {
    font-size: 34.7786px;
    line-height: 48.6724px;
    margin-top: 15%;
    color: #ffffff;
    font-family: Lato;
    font-weight: bold;
}
    
    .cm-slider-4-content h1 {
        font-size: 42.6193px;
        line-height: 61.451px;
    }
    
    .cm-slider-4-content p {
        font-size: 21.7786px;
        line-height: 31.6724px;
    }
    
    .cm-slider-4-content p a {
        padding: 4.95573px 9.91146px !important;
        font-size: 23.7875px;
        line-height: 35.6812px;
    }
    
    .cm-slider-1-content h2 {
        font-size: 33.699px;
    }
    
    .cm-slider-1-content h1 {
        font-size: 56.4953px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    .cm-slider-1-content h3 {
        font-size: 23.7875px;
    }
    
    .cm-slider-1-content a + a {
        margin-left: 4px;
    }
    
    .cm-slider-2-content h1 {
        font-size: 62.4422px;
    }
    
    .cm-slider-2-content h2 {
        font-size: 34.6901px;
    }
    
    .cm-slider-3-content h1 {
        line-height: 55.5042px;
        font-size: 55.5042px;
        margin-bottom: 80px;
    }
    
    a.yellow-btn {
        padding: 14.8672px 19.8229px;
        font-size: 23.7875px;
        line-height: 1;
    }
    
    .cm-five-col-img-module-with-title .cm-col img {
        width: 6.4vw;
    }
    
    .cm-five-col-img-module-with-title p {
        font-size: 17.8406px;
        padding-top: 50px;
    }
    
    .cm-five-col-img-module-with-title .cm-col-2-wrapper p {
        padding-top: 68px;
    }
    
    .cm-five-col-img-module-with-title .cm-col-3-wrapper p {
        padding-top: 25px;
    }
    
    .cm-five-col-img-module-with-title .cm-col-4-wrapper p {
        padding-top: 65px;
    }
    
    .cm-five-col-img-module-with-title .cm-col-5-wrapper p {
        padding-top: 67px;
    }
    
    .cm-v2 .cm-row-1-group {
        padding-top: 113px;
        padding-bottom: 121px;
    }
}

/* =============== Screen sizes smaller than .page-center =============== */




/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .cm-header-container-wrapper {
        padding: 20px 40px;
        position:relative;
    }
    
     .widget-type-google_search input[type="text"] {width:100%;}
    .header-container-wrapper{
        height:auto!important;
    }
    .cm-header-menu-wrapper .custom-header-btn {
        position: absolute;
        right: 80px;
        top: 19px;
    }
    img.alignleft {
        float: none;
        margin: 0 0px 20px 0;
    }
    
    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"],
    input[type="file"],
    textarea,
    select{
        max-width:100%;
    } 
    
    .banner-title h1{
        font-size: 28px;
        line-height: 30px;
    }
    
    .custom-full-width-layout .main-content h1,
    h1{
        line-height:35px; 
        padding-bottom: 10px;
    }
    
    .cm-two-col-left-content-module .column1,
    .cm-two-col-left-content-module .column2,
    .cm-three-col-equal-content-module .column1,
    .cm-three-col-equal-content-module .column2,
    .cm-three-col-equal-content-module .column3{
        width: 100%;
        margin-bottom:30px;
    }

    .cm-two-col-left-content-module,
    .cm-three-col-equal-content-module{
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    body {
        font-size: 15px;
    }
    
    h1 {
        font-size: 26px;
        
    }
    
    h2{
        font-size: 20px;
        
    }
    
    h3 {
        font-size: 17px;
        
    }
    
    .cm-four-col-portfolio-module.row-fluid > div {
       width: 100%;
    }
    
    .custom-home-layout h2 {
        font-size: 24px;
    }
    
    .custom-home-layout .cm-row.cm-row-4-group .cm-two-col-right-content-inner.row-fluid h3 {
        font-size: 24px;
    }  
    
    body.custom-privacy-layout {
        font-size: 16px;
    }
    
    .widget-type-header.cm-primary-header h1 {
        font-size: 28px;
        line-height: 30px;
    }
    
    .cm-secondary-breadcrumbs {
        top: 22px;
    }
    
    .cm-hidden-tab-title-wrapper > ul > li {
        width: auto;
    }
    
    .custom-primary-breadcrumbs.page-center ul {
        font-size: 16px;
    }
    
    .header-container-wrapper {
        min-height: auto !important;
    }
    
    .cm-header-container-wrapper {
        position: relative;
    }
    
    .custom-primary-breadcrumbs.page-center ul {
        left:0;
    }
    
    .cm-job-breadcrumbs ul.hs-breadcrumb-menu {
        float: none;
        margin-bottom: 0px;
    }
    
    .custom-full-width-tab-section-layout .cm-row-2-group .cm-two-col-right-content-module .span7 {
        margin-bottom: 40px;
    }
    
    .custom-full-width-tab-section-layout .cm-row-2-group h3 {
        font-size: 17px;
    }
    
    .custom-full-width-tab-section-layout .cm-row-3-group h1 {
        font-size: 26px;
        padding: 15px 0 25px;
    }
    
    .custom-full-width-tab-section-layout .cm-row-3-group h2 {
        font-size: 18px;
    }
    
    .cm-two-col-right-content-module .span7 {
        margin-bottom: 40px;
    }
    
    .custom-full-width-tab-section-layout .cm-row-3-group h1 {
        font-size: 26px;
        padding: 15px 0 25px;
    }
    
    .custom-full-width-tab-section-layout .cm-row-3-group h2 {
        font-size: 18px;
    }
    
    .cm-two-col-right-content-module .span7 {
        margin-bottom: 40px;
    }
    
    .cm-two-column-tab-content-module .cm-slide-btn img {
        /* width: 20px; */
    }
    
    .cm-two-column-tab-content-module .span1 {
        position: absolute;
        left: 10px;
        top: 50%;
        width: 20px;
        padding: 0;
        transform: translateTY(-50%);
    }
    
    .cm-two-column-tab-content-module .span1:last-of-type {
        right: 10px;
        left: unset;
    }
    
    .cm-two-column-tab-content-module span.next-slide {
        position: static;
    }
    
    .cm-two-column-tab-content-module .cm-slide-btn {
        margin-top: 0;
        margin: 0;
    }
    
    .cm-tab-inner-wrapper.row-fluid {
        position: relative;
    }
    
    .cm-two-column-tab-content-module .span5 + .span5 {
        display: none;
    }
    
    .cm-two-column-tab-content-module .span5 {
        padding: 0 30px;
        text-align: center;
    }
    
    .cm-two-column-tab-content-module .span5 * {
        text-align: center;
    }
    
    .cm-three-col-eq-img-cont-module .cm-col h3 {
        font-size: 17px;
    }
    
    .cm-three-col-eq-img-cont-module .cm-col ul {
        font-size: 15px;
    }
    
    .custom-full-width-tab-section-layout .cm-row-5-group h2 {
        font-size: 18px;
    }
    
    .bg-image-active:before {
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
    }
    
    .cm-video-module-wrapper {
        width: 100%;
    }
    
    .cm-sap-layout .cm-row-1-group h2 {
        font-size: 24px;
    }
    
    .cm-sap-layout .cm-row-2-group h2 {
        font-size: 24px;
    }
    
    .cm-sap-layout .cm-row-3-group .cm-two-col-eq-module .span6 {
        width: 100%;
        float: none;
        padding: 0;
    }
    
    .cm-sap-layout .cm-row-3-group .cm-two-col-eq-module.row-fluid {
        margin: 0;
    }
    
    .cm-sap-layout .cm-row-4-group .cm-two-col-eq-module.row-fluid {
        display: block;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .cm-sap-layout .cm-row-4-group
     .page-center {
        padding-left: 0;
        padding-right: 0;
    }
    
    .cm-sap-layout .cm-row-4-group h2,.cm-sap-layout .cm-row-4-group p {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .custom-manuf-layout .header-container-wrapper {
        min-height: auto !important;
    }
    
    .cm-four-col-eq-img-module .cm-col,
    .cm-five-col-eq-img-module .cm-col {
        width: 100%;
    }
    
    body.custom-manuf-layout {
        font-size: 16px;
    }
    
    .custom-manuf-layout .cm-row-3-group {
        padding: 30px 0;
        margin-top: 15px;
    }
    
    .custom-manuf-layout .custom-menu-primary .hs-menu-wrapper ul li a {
        font-size: 18px !important;
        line-height: 1 !important;
    }
    
    .cm-five-col-img-module-with-title p {
        padding-top: 20px;
    }
    
    .cm-five-col-img-module-with-title .cm-col {
        width: 100%;
        margin-bottom: 35px;
    }
    
    .cm-five-col-img-module-with-title {
        max-width: 100%;
    }
    
    .cm-five-col-img-module-with-title .cm-col-2-wrapper p {
        padding-top: 20px;
    }
    
    .cm-five-col-img-module-with-title .cm-col img {
        position: static;
        width: 100%;
        max-width: 100px;
    }
    
    .cm-five-col-img-module-with-title .cm-col:after {
        transform: rotate(90deg);
        left: 0;
        top: unset;
        right: 0 !important;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        width: 25px;
        height: 25px;
    }
    
    .custom-manuf-layout .banner-title {
        padding-top: 0;
    }
    
    .custom-home-layout .cm-row-2-group h2 {
        font-size: 24px;
        margin-bottom: 40px;
    }
    
    .custom-home-layout .cm-row-3-group h2,
    .custom-home-layout .cm-row-5-group h2  {
        font-size: 24px;
    }
    
    .cm-v2 .cm-secondary-breadcrumbs {
        float: none;
        position: static;
    }
    
    .cm-v2 .cm-secondary-header {
        float: none;
    }
    
    .cm-v2 .cm-top-bar-wrapper {
        border: none;
    }
    
    .cm-v2.custom-two-column-left-layout .main-content h1 {
        border-bottom: 1px solid #c2c2c2;
    }
    .custom-full-width-section-layout.type2 .cm-two-col-eq-module img {
        display: block;
        margin: 0 auto;
    }
    

}  


@media (max-width:600px) { 
    .cm-secondary-breadcrumbs {
        position: relative;
        top: 0;
        right: 0;
    }
    
    .cm-heading-tab {
        max-width: 100%;
        padding: 0 20px;
    }
    
    .cm-heading-tab h3 {
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media (max-width: 550px) {
    .cm-right-sidebar-lay .cm-banner-flexi h1 {
        font-size: 20px;
    }
    
    .cm-right-sidebar-lay .cm-banner-flexi h2 {
        font-size: 12px;
    }
    
    .cm-right-sidebar-lay .cm-banner-flexi {
        height: 30vw;
    }
}


@media only screen and (max-width: 767px) and (min-width: 480px) {
    .custom-job-layout .content-wrapper {
        width: 420px;
    }
}

@media (max-width:479px) { 
    .cm-col-3 {
        width: 100%;
    }
     .custom-home-layout .cm-row.cm-row-4-group .cm-two-col-right-content-inner.row-fluid h3{font-size: 17px;}
     #hs-cta-52ae7b5d-57c8-4c86-b566-4b5a267e5ac8 span{font-size: 17px!important;}
    .span7{    margin-top: -7px !important;
    margin-bottom: 38px !important;}
     .span5{margin-top:25px!important;margin-bottom:20px!important;}
    .portfoliocont h2.title a {
        font-size: 20px;
    }
    
    .custom-job-layout .hs-cm-three-col-wrap .hs_cos_wrapper_type_custom_widget {
        max-width: 100%;
    }
    
    .custom-manuf-layout .cm-row-3-group .hs-form-field .hs-input {
        width: 100% !important;
    }
    
    .custom-manuf-layout .cm-row-3-group .hs-form-field input#lastname-9e69937d-c33f-43e1-a959-342820bc2055_8964 {
        margin-bottom: 8px;
    }
    
    .custom-manuf-layout .cm-row-3-group input.hs-button.primary.large {
        max-width: 100%;
    }
    .cm-sap-layout .cm-row-3-group .page-center{padding: 20px 15px;}
    .cm-sap-layout .cm-row-3-group h1 { font-size: 32px !important;}
    .cm-sap-layout .cm-row-6-group .page-center{padding: 20px 15px;}
    .cm-sap-layout .cm-row-6-group h1 { font-size: 32px !important;}
    .bg-image-active h1 {
        font-size: 50px !important;
    }
    
    .cm-right-sidebar-lay .cm-banner-flexi h1 {
        font-size: 20px !important;
    }
}

@media (max-width: 435px) {
    .cm-header-menu-wrapper .custom-header-btn {
        position: static;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}
.target-fix {
    position: relative;
    top: -200px;
        display: block;
   
}
.target-fix1{
    position: relative;
    top: -200px;
        display: block;
   
}
 
.slick-track{height: 400px }

.custom-home-layout .cm-row-8-group h2 {
    font-family: 'Lato', "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}
.cm-row-8-group{margin-bottom:2%;}
.cm-row-8-group .secondary-header{   
    font-family: 'Lato', "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
     text-align: center;
         margin-top: 16px;
    margin-bottom: 38px;
}
.cm-row-8-group img{	display: inline-block;
	    width: 70% !important;
    margin: 5% 0px;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transition: 0.3s all;
	-webkit-transition: 0.3s all;}
 
.cm-row-8-group img:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}