@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,600&subset=latin-ext');
/* @import url('http://example.com/example_style.css'); */

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


/* ==========================================================================
HS COS Boilerplate v1.5.0                                
========================================================================== */

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

img.alignRight{
    margin: 0 0 5px 15px;
}

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

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

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    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.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 56.25%;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(http://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(http://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;
}

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/* ==========================================================================
Index:         
1. BASE STYLES   
- Variables
- Macros
- Base
- Typography
2. COS STRUCTURE
- Structure
- Header
- Content
- Footer
3. MAIN NAVIGATION
- Custom Menu Primary
- Mobile Menu
4. TEMPLATE MODULE CLASSES
- Common Template Classes
- Site Pages
- Landing Pages
- System Pages
5. COS COMPONENTS
- Blog
- Forms
- Buttons
6. MISCELLANOUS
7. MOBILE MEDIA QUERIES
========================================================================== */

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





@font-face {
  src: url('https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-solid-900.woff2') format('woff2');
  font-display: swap; 
}

/* ==========================================================================
1. BASE STYLES                                             
========================================================================== */





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


/**
* Find the most consistently used font styles, colors, and container widths 
* for your site and assign them to the jinja variables below for easy use 
* and reference. 
*
* Apply the variable as shown below.  Ignore the jingja comment tags.
*
* 
*/

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
Macros                                                  
========================================================================== */


/** 
* Create jinja macros for CSS3 properties that need browser prefixes.
*
* Apply the style as shown below on it's own CSS property line.  
* Ignore the jinja comment tags. 
*
* 
*/

 

/** 
* Example of how to apply the above macro (ignore the jinja comment tags):
*
* a {
*   color: red;
*   font-size: 12px;
*    
* }
*/




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


/** 
* Box Sizing
* 
* Applies a natural box layout model to all elements so that width and padding 
* are essentially combined, making responsive styles easier to manage.
*/

*, *: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;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #575756;
  font-family: 'Work Sans', Arial, Sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight:400;
}

/* Subtle transition on page to load to hide momentary font fout */

body {
  -webkit-animation: fadein .5s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein .5s; /* Firefox < 16 */
  -ms-animation: fadein .5s; /* Internet Explorer */
  -o-animation: fadein .5s; /* Opera < 12.1 */
  animation: fadein .5s;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Ends */

/**
* Page Center
*
* Apply .page-center to full-width modules.
*/

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1080px;
  margin: 0 auto;
  padding:40px 0px;
}

.container-fluid .row-fluid .reducedWidth {
  float: none;
  max-width: 1000px;
  margin: 0 auto;
  padding:40px 0px;
}

.container-fluid .row-fluid .page-center-med {
  float: none;
  max-width: 1080px;
  margin: 0 auto;
  padding:20px 0px;
}

.container-fluid .row-fluid .page-center-max {
  float: none;
  max-width: 1080px;
  margin: 0 auto;
  padding:20px 10%;
}

.container-fluid .row-fluid .page-center-base-pad {
  float: none;
  max-width: 1080px;
  margin: 0 auto;
  padding:0px 0px 50px 0px;
}

.container-fluid .row-fluid .page-center-zero {
  float: none;
  max-width: 1080px;
  margin: 0 auto;
  padding:0px 0px;
  position:relative;
}

.container-fluid .row-fluid .page-center-blending {
  float: none;
  max-width:1350px;
  margin: 0 auto;
  padding:0px 0px;
  position:relative;
}

.container-fluid .row-fluid .page-center-extended {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0px 0px 62px;
  position:relative;
}

.reducedWidthSm {
  padding:0px 5%%;
}

.reducedWidthMed {
  padding:0px 10%;
}

.reducedWidthLrg {
  padding:0px 20%;
}

.topPadding {
  padding-top:50px;
}

@media (min-width: 1081px) {
  .container-fluid .row-fluid .page-center-max {
    padding:20px 5%;
  }
}

@media (max-width: 1080px) {

  .container-fluid .row-fluid .page-center {
    padding:40px 5%;
  }

  .container-fluid .row-fluid .page-center-med {
    padding:20px 5%;
  }

  .container-fluid .row-fluid .page-center-max {
    padding:20px 5%;
  }

  .container-fluid .row-fluid .page-center-zero {
    padding:0px 5%;
  }

  .container-fluid .row-fluid .page-center-base-pad {
    padding:0px 5% 30px 5%;
  }

}

.center {
  text-align:center;
}

.ctaWrapper {
  margin-bottom:40px;
}

/* Float Clearing */

.group:after {
  content: "";
  display: table;
  clear: both;
}

a { 
  color:#2170a8; 
  text-decoration:none;
  font-weight:700;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
a:hover, a:focus { color: #779fda; }

.blue_cta a:visted {
  color:#ffffff!important;
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

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

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



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


/* Basic text */
p {
  font-weight:400;
  font-style:normal;
  margin-top:0px;
}

p.intro {
  font-size:19px;
  color:#868686;
  font-weight:400;
  padding:0px 15%;
}

p.shortDescription, p.longDescription {
  padding:0px 25%;
}

small {}
strong {
  font-weight: 700;
}
em {
  font-style:italic;
}

.black {
  font-weight:900;
}

.noBaseM {
  margin-bottom:0px;
}

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 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-weight:600;
  font-size:32px;
}
h2 {
  font-weight:600;
  text-transform:uppercase;
  font-size:28px;
  line-height:100%;
}
h3 {
  font-weight:600;
  text-transform:uppercase;
  font-size:24px;
  line-height:100%;
  margin-bottom:15px;
}

.widget-type-rich_text h3, .widget-type-rich_text h4, .widget-type-rich_text h5 {
  text-transform:capitalize;
}

h4 {
  font-size:21px;
  font-weight:600;
  text-transform:uppercase;
  line-height:100%;
  margin-bottom:15px;
}
h5 {}
h6 {}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  border:none;
}

.soloImage {
  text-align:center;
}

@media (max-width: 568px) {
  .soloImage {
    margin:15px 0px;
  }
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}


@media (max-width: 960px) {
  p.intro, p.shortDescription, p.longDescription  {
    padding:0px 10%;
  }

}


@media (max-width: 479px) {
  p.intro, p.shortDescription, p.longDescription  {
    padding:0px 7%;
  }

}






/* ==========================================================================
2. 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 {}
.header-container {}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}

.headerMask {
  display:block;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/mask-01.svg);
  background-position:left top;
  background-repeat:no-repeat;
  position:absolute;
  top:-65px;
  left:-140px;
  width:591px;
  height:250px;
  z-index:50;
}

.headerMaskTwo {
  width:230px;
  height:372px;
  display:block;
  z-index:50;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/productsBodyMask-01.svg);
  background-position:left top;
  background-repeat:no-repeat;
  left:250px;
  top:-59px;
  position:absolute;
}

body.productsHeader .headerMaskTwo {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/NEW-greyMask-01.svg);
  top:-60px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.productsHeader .headerMaskTwo {
    top:-63px;
  }
}


body.industryHeader .headerMaskTwo {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/NEW-blueMask-01.svg);
  top:-60px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.industryHeader .headerMaskTwo {
    top:-63px;
    left:248px;
  }
}

body.pharmaHeader .headerMaskTwo {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/NEW-pharmaMask-01.svg);
  top:-60px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.pharmaHeader .headerMaskTwo {
    top:-63px;
  }
}

.bannerImageArea {
  height:352px;
  width:2000px;
  position:absolute;
  top:-63px;
  left:-1539px;
  display:block;
  background-color:#cccccc;
  z-index:25px;
  text-align:right;
}

.bannerContainer {
  display:inline-block;
  width:744px;
  height:352px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.logoContainer {
  position:relative;
}

.brandLogo img {
  display:block;
  position:absolute;
  z-index:1000!important;
  top:-140px;
  left:0px;
  width:230px!important;
}

.whiteLogo img {
  display:block;
  position:absolute;
  z-index:1000!important;
  top:-205px!important;
  right:0px!important;
  width:230px!important;
}

/*
.baseRule {
background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/blueThreeQuarter-01.svg);
background-position:center center;
margin:0px;
padding:0px;
height:8px;
}
*/







@media (max-width: 1080px) {

  .brandLogo img {
    top:20px;
    left:50px;
    width:200px!important;
    z-index:900!important;
  }

  .primaryNavSection, .baseRule  {
    background-image:none;
  }

  .headerMask {
    top:-160px;
    left:-170px;
  }
}

@media (max-width: 1080px) {

  body.homeHeader .whiteLogo img.hs-image-widget {
    z-index:500!important;
    top:-395px!important;
    right:20px!important;
  }

  body.productsHeader .headerMaskTwo, body.industryHeader .headerMaskTwo, body.pharmaHeader .headerMaskTwo {
    display:none;
  }

  .bannerContainer {
    display:none;
  }

  .bannerImageArea {
    display:none;
  }

  body.productsHeader .page-center-zero {
    padding:0px!important;
    text-align:center;
  }

  body.productsHeader .widget-type-space {
    width:19%!important;
  }

  .industryTitleSection {
    width:100%!important;
    display:inline-block;
    margin-top:120px;
  }

  .industryTitleSection h1 {
    padding-top:40px;
    color:#ffffff;
    margin-bottom:70px;

  }

  .industryTitleSection h1 span {
    color:#b1b1b1!important;
  }


  body.productsHeader .whiteLogo img.hs-image-widget  {
    left:50%;
    margin-left:-110px;
    top:80px!important;
    z-index:500!important;
  }

  body.industryHeader .whiteLogo img.hs-image-widget  {
    left:50%;
    margin-left:-110px;
    top:80px!important;
    z-index:500!important;
  }

  body.pharmaHeader .whiteLogo img.hs-image-widget  {
    left:50%;
    margin-left:-110px;
    top:80px!important;
    z-index:500!important;
  }

  body.pharmaHeader .crumbs {
    display:none;
  }

  body.pharmaHeader .productTitleSection {
    padding-top:140px;
    margin-left:-36%;
  }

  body.pharmaHeader .productTitleSection p.subhead {
    padding-bottom:60px;
    color:#ffffff;
  }

  body.pharmaHeader .productTitleSection h1 {
    color:#ffffff;
  }





}

@media (max-width: 960px) {
  .brandLogo img {
    top:20px;
    left:35px;
  }

  .headerMask {
    top:-160px;
    left:-210px;
  }

  body.homeHeader .whiteLogo img.hs-image-widget {
    z-index:500!important;
    top:-255px!important;
    right:20px!important;
  }

  body.pharmaHeader .productTitleSection p.subhead {
    margin-top:40px;
    padding-bottom:0px;
    color:#575756;
  }

}

@media (max-width: 568px) {
  body.industryHeader .industryTitleSection, body.pharmaHeader .productTitleSection {
    margin-left:0;
  }

}


@media (max-width: 479px) {
  .brandLogo img.hs-image-widget {
    position:relative!important;
    width:200px!important;
    display:inline-block;
    top:0px;
    left:0px;
  }

  .brandLogo {
    width:100%;
    text-align:center;
  }

  .headerMask {
    display:none;
  }

  .baseRule  {
    margin-bottom:100px;
  }

  body.homeHeader .whiteLogo img.hs-image-widget {
    z-index:500!important;
    top:-255px!important;
    right:50%!important;
    margin-right:-125px!important;
  }

  body.productsHeader .whiteLogo img.hs-image-widget  {
    left:50%;
    margin-left:-110px;
    top:20px!important;
    z-index:500!important;
  }

  body.industryHeader .whiteLogo img.hs-image-widget {
    z-index:500!important;
    top:20px!important;
    right:20px!important;
  }

  body.pharmaHeader .whiteLogo img.hs-image-widget {
    z-index:500!important;
    top:20px!important;
    right:20px!important;
  }

  .industryTitleSection h1 {
    padding-top:45px;
    color:#575756;
    margin-bottom:0px;
  }

  body.pharmaHeader .productTitleSection p.subhead {
    padding-bottom:0px;
    color:#575756;
  }

  body.pharmaHeader .productTitleSection h1 {
    color:#575756;
    padding-top:30px;
  }






}



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


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


/* Unique Pages
========================================================================== */

/* Homepage */

/* Powder Handling Nav */
@media only screen and (min-width: 961px) {
  body.homeHeader {
    background-size: 375px;
  }  

}  

.phNav {
}

body.homeHeader {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/homeHeaderFullWidth-01.svg);
  background-repeat:repeat-x;
  background-position:center top;

}

body.homeHeader .whiteLogo img {
  top: -460px!important;
  right: 0px;
}

.homeTitle {
  text-align:right;
}

.homeTitle h1 {
  color:#a6c6dc;
  line-height:120%;
  font-size:28px;
}

.homeiNav {
  text-align:right;
}

.homeiNav ul li a {
  color:#ffffff;
  font-weight: 400;
  padding:2px 0px!important;
  margin:0px!important;
  font-size:14px;
}

.homeiNav ul li a:hover {
  color:#90b7d3;
}

.homeiNav ul li a::before { 
  content: "› ";
}

p.orangeRule {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/orangeRule.gif);
  background-repeat:no-repeat;
  background-position:center bottom;
  padding-bottom:26px;
  margin-bottom:20px;
}

h2.leadingIBC {
  padding-top:30px;
}

@media (max-width: 1080px) {
  .homeTitle h1 {
    margin-top:80px;
  }

}


@media (max-width: 960px) {
  .phNav {
    display:none!important;
  }

  .homeTitle {
    text-align:right;
    position:absolute;
    top:250px;
    right:30px;
    z-index:500;
  }

  .homeTitle h1 {
    color:#ffffff;
    margin-top:0px;
  }

  body.homeHeader .primaryNavSection {
    display:none!important;
  }

  body.homeHeader {
    background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/homeHeaderThreeQuarter-01.svg);
    background-repeat:no-repeat;
    background-position:center -360px;
  }

}

@media (max-width: 579px) {
  .homeTitle h1 {
    font-size:24px!important;
  }
}

@media (max-width: 479px) {
  .homeTitle {
    text-align:center;
    right:0px;
    width:100%!important;
    z-index:500;
  }
}

/* Powder Handling Systems */


.container-fluid .row-fluid .page-center-wide {
  float: none;
  max-width: 1400px;
  margin: 0 auto;
  padding:40px 0px 40px 0px;
}

.container-fluid .row-fluid .page-center-short {
  float: none;
  max-width: 1400px;
  margin: 0 auto;
  padding:40px 0px 40px 40px;
}

.systemItems .hs_cos_wrapper_widget {
  display:inline-block!important;
  width:275px!important;
  vertical-align: text-top;
}

.systemItems .hs_cos_wrapper_type_custom_widget {
  display:inline-block!important;
  width:275px!important;
  vertical-align: text-top;
}

.systemItems .hs_cos_wrapper_widget:nth-child(5n) .systemComp {
  border-right:none;
}

.systemItems {
  padding:25px 0px 10px 0px;
}

.ppSolved {
  background-color:#2170a8;
  text-align:left;
  padding:25px 0px 0px 00px;
}

.problemModules .hs_cos_wrapper_widget {
  display:inline-block!important;
  width:300px!important;
  vertical-align: text-top;
}

.problemModules .hs_cos_wrapper_type_custom_widget {
  display:inline-block!important;
  width:300px!important;
  vertical-align: text-top;
}

.techTier {
  background-color:#ececec;
  text-align:left;
  padding:25px 0px 0px 0px;
}


.techCards .hs_cos_wrapper_widget {
  display:inline-block!important;
  width:400px!important;
  vertical-align: text-top;
}

.techCards .hs_cos_wrapper_type_custom_widget {
  display:inline-block!important;
  width:400px!important;
  vertical-align: text-top;
}

.techCards {
  text-align:left;
}

.proven {
  border:solid 25px #ffffff;
  background-repeat:no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
}

.masked {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Powder-Handling-Systems/angledMaskExtended.gif);
  background-repeat:no-repeat;
  background-position:right top;
}

.track {
  background-color:#ECECEC;
  border-top:none;
  border-left:solid 25px #ffffff;
  border-right:solid 25px #ffffff;
  border-bottom:solid 25px #ffffff;
}

.track .tech {
  width:100%;
}

.rightTestimonial {
  width:80%;
}

.leftText {
  padding:0px 50px 0px 0px;
}

@media (max-width: 1500px) {
  .masked {
    background-position:90% top;
  }

  .proven {
    background-position: 125% top !important;
  }
}

@media (max-width: 1360px) {
  .masked {
    background-position:80% top;
  }

  .proven {
    background-position: 160% top !important;
  }

}

@media (max-width: 1160px) {
  .proven {
    background-position: 245% top !important;
  }
}

@media (max-width: 1100px) {
  .proven {
    background-image:none!important;
  }
}

@media (max-width: 1060px) {
  .leftText, .rightTestimonial  {
    width:100%!important;
  } 
}






@media (max-width: 1460px) {
  .ppSolved {
    padding:25px 0px 0px 50px;
  }

  .leftSec {
    display:block!important;
    width:100%px!important;
    vertical-align: text-top;
  }
}


@media (max-width: 1060px) {
  .rightTestimonial {
    margin-left:-15px!important;
    margin-top:30px!important;
  }
}


@media (max-width: 960px) {
  .ppSolved {
    padding:25px 50px 0px 50px;
    text-align:center;
  }

  body .leftText .trackSum p {
    text-align:center!important;
  }

  .rightTestimonial {
    width:100%;
    margin:0px!important;
  }

}







/* Powder Handling Experts */

.standardTextSection {
  padding:0px 10%;
  text-align:left;
}

.left {
  padding-right:10px;
}

.right {
  padding-left:10px;
}

.standardTextSection {
  padding-bottom:15px;
}

@media (max-width: 760px) {
  .left, .right {
    padding:0px!important;
  }

  .standardTextSection {
    text-align:center;
  }

}

/* Powder Handling Experts Sub Category Page */

.relatedPages {
}

.generalContent {
  padding-right:40px;
  border-right:solid 1px #e2e2e2
}

.relatedPages h4 {
  color:#2170a8;
  text-transform:none;
  padding-bottom:20px;
}

.navIntro {
  font-weight: 400;
  font-size:13px;
  padding-bottom:20px;
}

.relatedPages .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin:15px 0px;
}

.relatedPages .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
  margin: 0px;
  padding: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #575756;
  text-transform: uppercase;
}

.relatedPages .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover {
  color:#2170a8;

}


.relatedPages .hs-menu-wrapper.hs-menu-flow-vertical > ul li a::before {
  content: "› ";
  color:#2170a8;
}

.relatedPages ul li.hs-menu-item a {
  font-weight: 400;
}

.topSection {
  padding:60px 0px 40px 0px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/doubleRule-01.svg);
  background-position:center bottom;
  background-repeat:no-repeat;
}

.pharmaTopSection {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/downloadRule-01.svg)!important;
  padding:80px 0px 40px 0px;
}

.contentArea {
  padding:40px 0px;
}

/* Pharma Sub-Category Page */

.pharma h4 {
  color:#9a216b;
}

.pharma .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover {
  color:#9a216b;
}

.pharma .hs-menu-wrapper.hs-menu-flow-vertical > ul li a::before {
  content: "› ";
  color:#9a216b;
}

.relatedProducts {
  border-top:solid #d9d9d9 18px;
}

/* Pharma Process Flow Section */

.pharma-process-flow {
  position:relative;
}

.bannerImage {
  padding-top:60px;
}

.featureIcon {
  width:160px;
  height:160px;
  background-color:#9a1f6b;
  background-position:center center;
  background-repeat:no-repeat;
  border-radius: 80px 80px 80px 80px;
  -moz-border-radius: 80px 80px 80px 80px;
  -webkit-border-radius: 80px 80px 80px 80px;
  border: 1px none #c6c6c5;
  position:absolute;
  left:0px;
  top:-160px;
}

.processFlow {
  position:absolute;
  right:0px;
  top:-100px;
}

.processFlow .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  background-color:#ffffff;
  background-size: 30px 30px;
  background-position:6px center;
  background-repeat:no-repeat;
  width:40px;
  height:40px;
  text-indent:-9999px;
  overflow:hidden;
  margin-right:10px;
  padding:0px;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border: 1px solid #c6c6c5;
}


.processFlow .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
  background-color:#9a1f6b;
  border-color:#9a1f6b;
}



.processFlow .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(1) a {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/Icons/one-01.svg);
}

.processFlow .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(2) a {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/Icons/two-01.svg);
}

.processFlow .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(3) a {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/Icons/three-01.svg);
}

.processFlow .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(4) a {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/Icons/four-01.svg);
}

.processFlow .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(5) a {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/Icons/five-01.svg);
}

.processFlow .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(6) a {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/Icons/six-01.svg);
}

.processFlow .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(7) a {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/Icons/seven-01.svg);
}

.processFlow .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(8) a {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/Icons/eight-01.svg);
}

.processFlow .hs-menu-wrapper.hs-menu-flow-vertical > ul li {
  margin:0px;
  padding:0px;
}

/** Resources Tier **/

.ResourcesHTier {
  border-top:solid 1px #c6c6c5;
}

.ResourcesHTier .documentImage {
  text-align:right;
}

.ResourcesHTier .documentImage img {
  width:60%!important;
}


@media (max-width: 760px) {
  .ResourcesHTier .documentImage {
    text-align:center!important;
  }

}

@media (max-width: 479px) {
  .ResourcesHTier .documentImage img {
    width:90%!important;
  }

}






@media (max-width: 1060px) {
  .topSection {
    padding:90px 0px 40px 0px;
  }

  .featureIcon {
    left:45px;
    top:-170px;
  }

  .processFlow {
    position:absolute;
    right:45px;
    top:-110px;
  }

  body.pharma-sub .baseRule {
    margin-top:-2px;
  }


}


@media (max-width: 760px) {
  .topSection {
    padding:80px 0px 40px 0px;
  }

  .relatedPages {
    padding-left:0px;
    margin-left:0px;
    border-left:none;
  }

  .relatedPages h4 {
    margin-bottom:0px;
  }

  .contentArea {
    padding:0px 0px 40px 0px;
  }

  .second img {
    margin-bottom:20px;
  }

  .contentImage img {
    width:100%!important;
  }

  .processFlow {
    display:none;
  }

  .featureIcon {
    position:relative;
    left:50%;
    top:-70px;
    margin-left:-70px;
    width:140px;
    height:140px;
    background-color:#9a1f6b;
    background-position:center center;
    background-repeat:no-repeat;
    border-radius: 70px 70px 70px 70px;
    -moz-border-radius: 70px 70px 70px 70px;
    -webkit-border-radius: 70px 70px 70px 70px;
    border: 1px none #c6c6c5;
  }

  .pharmaTopSection {
    padding:0px 0px 40px 0px;
  }

  .bannerImage {
    padding-top:60px;
  }

  .generalContent {
    padding-right:0px;
    border-right:none;
  }

}


@media (max-width: 479px) {
  .topSection {
    padding:0px 0px 40px 0px;
  }

  .bannerImage {
    padding-top:0px!important;
  }

  .pharma-process-flow {
    padding-top:0px!important;
  }

}

/* Industry Sub Category Page */

.challenges h3 {
  text-transform:uppercase;
}

.challenges .ctaWrapper {
  margin-bottom:60px;
}

.challengeColumn {
  padding:0px 5%;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/orangeRule.gif);
  background-repeat:no-repeat;
  background-position:center bottom;
  padding-bottom:20px;
  margin-bottom:20px;
}

.solutionColumn {
  padding:0px 5%;
}

.systemImage {
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:300px;
  display:block;
  width:100%;
}


.matconSystem .blk {
  padding-top:0px!important;
}

.systemModules {
  padding-bottom:40px!important;
}

.inDetail {
  padding:40px 0px 80px 0px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/whiteArrowMask-01.svg);
  background-position:center bottom;
  background-repeat:no-repeat;
}

.ourApproach .blk {
  padding-top:0px!important;
}

@media (max-width: 1060px) {
  .systemImage {
    background: no-repeat center top; 
    height:400px;
    display:block;
    width:100%;
    background-size: 100%;
    margin-bottom:20px;
  }

  body.industryHeader .whiteArrowMask {
    display:none;
  }

}

@media (max-width: 760px) {
  .systemImage {
    height:280px;
  }
}  

@media (max-width: 560px) {
  .systemImage {
    height:170px;
  }
} 

@media (max-width: 479px) {
  .systemImage {
    height:150px;
  }
}  

/* Persona Template */

.personaTopSection {
  padding:60px 0px 40px 0px;
  border-bottom:solid 1px #6f6f6e;
}

.discoverySection h3 {
  text-transform:uppercase;
  color:#2170a8;
}

.discoverySection p.intro {
  padding:0px;
}

.inDetailIntro h3 {
  color:#575756;
}

.inDetailIntro p.shortDescription {
  font-size:21px;
}

.downloadTier {
  border-bottom:solid 1px #779fda;
}

.freeDownloadTier {
  background-color:#779fda;
  color:#9C9B9B;
}

.requestAQuote p {
  color:#c6c6c5;
}

.requestAQuote {
  background-color:#182D4D;
}

.leftRequest {
  padding-right:15px;
  text-align:right;
}

.leftRequest h3 {
  text-transform:uppercase;
  color:#ffffff;
  margin-top:25px;
}

.leftRequest h2, .rightRequest h2 {
  color:#ffffff;
}

.leftRequest p.call {
  color:#ffffff!important;
}

.leftRequest p.call a {
  color:#ffffff!important;
  font-weight:400;
}

.leftRequest p.call a:hover {
  color:#868686!important;
}

.rightRequest {
  border-left:solid 1px #ffffff;
  padding-left:40px;
}

.rightRequest p {
  margin-bottom:0px;
}

.rightRequest .actions {
  margin-bottom:30px;
}

.mdRequest {
  text-align:center;
  padding:0px 30%;
}

.mdRequest h2 {
  color:#ffffff;
}

.roiText {
  text-align:center;
  padding:0px 5%;
}

.roiText h3 {
  text-transform:uppercase;
  color:#2170A8;
}


@media (max-width: 1060px) {
  .personaTopSection {
    padding:90px 0px 40px 0px;
  }
}

@media (max-width: 760px) {
  .personaTopSection {
    padding:80px 0px 40px 0px;
  }

  .inDetailIntro p.shortDescription {
    font-size:18px;
  }

  .discoverySection p.intro {
    font-size:18px;
  }

}

@media (max-width: 568px) {
  .rightRequest {
    border-left:none;
    padding-left:0px;
    text-align:center;
  }

  .leftRequest {
    padding-right:0px;
    text-align:center;
  }

  .mdRequest {
    text-align:center;
    padding:0px 5%;
  }

  .mdRequest h2 {
    font-size:24px;
    line-height:120%;
  }

}


@media (max-width: 479px) {
  .personaTopSection {
    padding:0px 0px 40px 0px;
  }
}


/* General Product page */

.supportedIndustries h3 {
  margin:10px 0px 4px 0px;
}

.supportedIndustries p.intro {
  color:#3E4543;
  margin-bottom:40px;
}

.benefitsTier h3 {
  text-transform:none;
  margin-top:-30px;
}

.introSection {
  padding:0px 15%;
}

.benefitsTier {
  margin-bottom:60px;   
}

.afterSalesSection {
  background-color:#182D4D;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/darkBlueArrowFilled-01.svg);
  background-position:center 101%;
  background-repeat:no-repeat;
  padding-bottom:90px;
}

.sctOne {
  padding-bottom:60px!important;
}

.sctTwo {
  padding-bottom:60px!important;
  padding-top:40px!important;
}

@media (max-width: 568px) {
  .introSection {
    padding:0px 5%;
  }
}

/* Products Homepage */

.blueApproach {
  background-color:#2170A8;
}

.specPharmaSec {
  background-color:#868686;
}



.originalConeMan h3 {
  margin-top:-30px;
}

.pharmaBase {
  padding-bottom:30px;
}

h3.systemModules {
  margin-top:30px!important;
  padding-bottom:0px!important;
}

.productHomeIntro {
  padding:40px 0px;
}

/* Specialist Pharma Category Page */

.tabletProcessingTier .introSection .iconImage {
  margin-top:-60px;
}

.introText {
  font-size:21px;
  color:#868686;
  padding:0px 25%;
  margin-top:60px; 
}

.introText .widget-type-text {
  padding-bottom:20px;
}

.pharmaChallenges h3 {
  color:#;
}

.pharmaChallenges .challengeColumn {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/pinkRule.gif);
}

@media (max-width: 960px) {
  .introText {
    padding:0px 5%;
  }
}



/* Contact Us */

.formContainer {
  padding:80px 0px 120px 0px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/greyArrowRule-01.svg);
  background-position:center top;
  background-repeat:no-repeat;
}

.hs-richtext p {
  font-size:12px;
}

.standardForm .hs-form-booleancheckbox-display {
  width:100%!important;
  text-transform:none!important;
  font-size:16px!important;
  margin-bottom:40px!important;
  margin-top:-20px;
}

/* Alt Styles for Book a Test Centre, based off Contact Us */

.bookATestContainer {
  padding:80px 0px 60px 0px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/greyArrowRule-01.svg);
  background-position:center top;
  background-repeat:no-repeat;
}

.testCentreSection {
  padding-top:60px;
}

.officesSection {
  background-color:#9c9b9b;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/contactArrowFilled-01.svg);
  background-position:center bottom;
  background-repeat:no-repeat;
  padding-bottom:60px;
}

.officeColumn {
  color:#ffffff;
  padding-left:100px;
}

.regionalSection {
  background-color:#b1b1b1;
}

.regionIntro h3 {
  margin-top:-30px;
}

.regionIntro p.intro {
  color:#3e4543;
}

.whiteRuleDiv {
  width:100%;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/contactRule-01.svg);
  background-position:center center;
  background-repeat:no-repeat;
  height:66px;
  margin:20px 0px;
}

.help h3 {
  text-transform:uppercase;
}

.plusRule {
  border-left:solid 1px #b1b1b1;
}

.helpCol p {
  font-size:14px;
}

.helpCol {
  padding:30px 8%;
}

.helpCol h4 {
  text-transform:uppercase;
  color:#2170a8;
  margin-top:10px;
}

.supportSec {
  padding:30px 0px;
}


@media (max-width: 960px) {
  .officeColumn {
    color:#ffffff;
    padding-left:0px;
    text-align:center;
    width:100%;
  }

  .supportSec {
    padding:15px 0px;
  }

  .helpCol {
    padding:30px 5%;
  }
}

@media (max-width: 760px) {
  .plusRule {
    border-left:none;
  }

  .helpCol {
    padding:30px 2%;
  }
}

/* Aftersales Section */

.afterCol {
  padding:0px 2%;
}

.afterCol h3 {
  text-transform:uppercase;
  margin-top:0px;
}

/* After Sales Page */

.afterFormIntro {
  text-align:center;
}

.afterFormIntro h3 {
  text-transform:uppercase;
  margin-top:0px;
}

.afterFormIntro p {
  padding:0px 15%;
}

.afterSalesEnquiry {
  padding-bottom:40px;   
}

.faq {
  background-color:#00a68e;
  color:#ffffff;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/aftersalesArrowFilled-01.svg);
  background-position:center bottom;
  background-repeat:no-repeat;
  padding-bottom:60px;
}

.faq p {
  padding:0px 15%;
}

.faqsPanel {
  background-color:#33b8a5;   
}

.faqColTitle {
  text-align:center;
  margin-top:-50px;
}

.faqColTitle h4 {
  color:#ffffff;
  margin-top:0px;
  margin-bottom:60px;
}

@media (max-width: 568px) {
  .afterFormIntro p, .faq p {
    padding:0px 5%;
  }

  .fallsBelow {
    margin-top:30px;
  }

}


/* Case Study Page - Masonry Template */

.portfolio-header h1 {
  padding:47px 0px 85px 0px;
}

.guides-header h1 {
  padding:67px 0px 5px 0px;
  margin-bottom:0px!important;
}

p.sectorTitle {
  color:#ffffff;
  margin:0px;
  padding-bottom:90px;
  font-size:16px;
}

.filter-container {
  background-color:#000000;
  text-align:center;
  padding:15px 0px;
}

.guides-filter-container {
  text-align:center;
  padding:80px 0px 0px 0px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/greyArrowRule-01.svg);
  background-position:center top;
  background-repeat:no-repeat;
}

.guidesIntro h3 {
  text-transform:uppercase;
}


.guidesIntro p.restrictedWidth {
  padding:0px 20% 30px 20%;
}


p.filterTitle {
  text-transform:uppercase;
  display:inline-block!important;
  padding:0px 5px 0px 0px;
  color:#868686;

}

.our-work-container {
  background-color:#1d1d1b;
}

.portfolio .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.portfolio .nav-pills li {
  float: none;
  display: inline-block;
}

.portfolio .nav-pills > li+li {
  margin-left: 30px;
}

.portfolio .text-color-grayDark1 {
  color: #2b2b2b;
}

.portfolio .text-bold {
  font-weight: 700;
}

#Container {
  height:auto!important;
  padding-bottom:40px;
}


#Container .mix{
  display: none;
}

#grid {
  margin: 0 auto;
}

#grid .mix {
  display: none;
  opacity: 0;
}

#Container .hs_cos_wrapper_widget {
  float:left;
  display:inline-block!important;
  width:360px!important;
  vertical-align: text-top;
}

#Container .hs_cos_wrapper_type_cta {
  float: none;
  display:inline-block!important;
  width:auto!important;
  vertical-align: text-top;
}



.portfolio-item {
  margin-top: 40px;
  margin-right: 20px!important;
  margin-left:20px!important;
}


.portfolio-image img {
  width: 350px;
}


.portfolio-image {
  position: relative;
}

.bio-image {
  position: relative;
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
  text-align:center;
}

.portfolio-overlay h6.portfolio-title {
  font-weight:400;
  font-size:18px;
  text-align:center;
}

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

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

.portfolio-overlay {
  background-image:url(//215841.fs1.hubspotusercontent-na1.net/hubfs/215841/Quattro-Cognition-Theme/transBgBlack.png);
}

.portfolio-overlay .portfolio-title {
  font-size: 16px;
  color: #f0f0f0;
  position: absolute;
  margin: 0;
  left: 25px;
  bottom: 20px;
  -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

@media (max-width: 568px) {
  .guidesIntro p.restrictedWidth {
    padding:0px 0% 30px 0%;
  }
}


@media (max-width: 1156px) {
  .container-fluid .row-fluid .page-center-extended {
    padding: 0px 0px 0px 30px;
    text-align:center;
  }
}

@media (max-width: 1124px) {
  .container-fluid .row-fluid .page-center-extended {
    padding: 0px 0px 0px 170px!important;
    text-align:center;
  }
}

@media (max-width: 1002px) {
  .container-fluid .row-fluid .page-center-extended {
    padding: 0px 0px 0px 150px!important;
    text-align:center;
  }
}

@media (max-width: 960px) {
  .container-fluid .row-fluid .page-center-extended {
    padding: 0px 0px 0px 100px!important;
    text-align:center;
  }



}

@media (max-width: 860px) {
  .container-fluid .row-fluid .page-center-extended {
    padding: 0px 0px 0px 80px!important;
    text-align:center;
  }
}




@media (max-width: 811px) {
  .container-fluid .row-fluid .page-center-extended {
    padding: 0px!important;
    text-align:center;
  }

  body #Container .hs_cos_wrapper_widget {
    float:none!important;
    width:90%!important;
    text-align:center;
    vertical-align: text-top;
  }

  body .guideWrapper {
    width: 100%!important;
    padding: 15px 0px!important;
    background-color: #fff;
    text-align: center!important;

  }
}


/* Style Variations for the 'Guides' template which shares many of the 'Our Work' components*/

.our-guides-container {
}

.guideWrapper {
  width:320px;
  padding:15px 0px;
  background-color:#ffffff;
  text-align:center;
}

.guideWrapper h4 {
  font-weight: 400;
  margin-bottom:5px;
  text-transform:none;
  color:#575756;
  line-height:150%;
  font-size:20px;
  margin-top:0px;
  display:block;
  height:70px;
}

.guideWrapper p.category {
  font-weight:400;
  color:#a89f88;
  font-size:12px;
  margin-bottom:30px;
  margin-top:0px;
}

.guideWrapper p.documentType {
  text-transform:uppercase;
  margin:10px 0px 0px 0px;
  color:#b1b1b1;
}

.guideWrapper p.description {
  color:#706f6f!important;
  line-height:160%;
  padding:0px 5%;
  font-size:13px;
  margin:0px;
  height:80px;
  font-size:14px;
}

@media (max-width: 1080px) {
  .guideWrapper h4 {
    line-height:130%;
    font-size:18px;
    display:block;
    height:60px;
  }
}

@media (max-width: 760px) {
  .guideWrapper h4 {
    line-height:130%;
    font-size:18px;
    display:block;
    height:80px;
  }

  .guideWrapper p.category {
    margin-bottom:15px;
  }
}

@media (max-width: 568px) {
  .guideWrapper p.description {
    height:95px;
  }
}

@media (max-width: 479px) {
  .guideWrapper p.description {
    height:80px;
  }
}





/* Style Variations for the 'The Team' template which shares many of the 'Our Work' components*/

.bio-item {
  margin-top: 40px;
  margin-right: 20px!important;
  margin-left:20px!important;
}

.bio-image {
  width: 350px;
  height:250px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position:center center;
}

body.team h6.portfolio-title {
  text-align:left;
  line-height:100%;
}

body.team h6.portfolio-title span {
  font-size:16px;
  color:#ea5c2d;
}


@media (max-width: 1060px) {
  .portfolio-image img, .guideWrapper, .bio-image {
    width: 265px;
  }

  .bio-image  {
    height: 189px;
  }


}


@media (max-width: 960px) {
  .portfolio-image img, .guideWrapper, .bio-image  {
    width: 305px;
  }

  .leftSpacer, .rightSpacer {
    display:none;
  }
}


@media (max-width: 667px) {
  .portfolio-image img, .guideWrapper {
    width: 205px;
  }

  .bio-image  {
    width: 105px;
    height: 75px;
  }


}


@media (max-width: 568px) {
  .guideWrapper img {
    width:70%;
  }

  .guideWrapper p.description {
    padding:0px 5%;
  }

  .guideCTA {
    display:block;
    text-align:center;
    padding:10px 10% 0px 8%;
  }
}


@media (max-width: 480px) {

}


@media (max-width: 375px) {
  .portfolio-image img, .guideWrapper  {
    width: 248px;
  }

  .bio-image  {
    width: 120px;
    height: 100px;
  }

}

@media (max-width: 375px) {

}

.grey-header h1 {
  color:#ffffff;
  font-size:42px;
  padding:0px 5%;
}

.portfolio-header {
  padding-top:20px;
}

/* Case Studies and Whitepaper Page */

.originalIBC {
  width:100%;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/originalIBCbg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

/* Product Page IBCs */

.IBCSizes {
  background-color:#70706f;
  color:#ffffff;
}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*                                                     GDPR Email Preferences                                                  */
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ 

h1.gdprHead {
  margin-bottom:0px;  
}

h3.gdprSub {
  margin-top:-5px;
  color:#3a8dde;
  text-transform:none;
  margin-bottom:25px;
}

body.prefCentre .gdpr-headline h2 {
  margin-bottom:0px;
}


body.prefCentre .gdpr-headline h3 {
  font-size:28px;
}

body.prefCentre span.hs-form-required {
  display:inline-block;
  width:auto;
}




.stepBox {
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  display:block;
  border:solid 1px #ececec;
  padding:25px 20px 25px 20px;
  margin-bottom:16px;
  background-color:#ececec;
}

.stepBox h4 {
  text-transform:uppercase;
  color:#0099bc;
  margin:0px;
  padding:0px;
  font-size:16px;
}

.stepBox .success {
  color:#0099bc;
  font-size:18px;
  font-weight:600;
}

.stepBox h2 {
  color:#0099bc;
  font-size:16px;
}

.backupUnsubscribe #content h3 {
  display:none;
}

.backupUnsubscribe .page-header {
  padding-bottom:5px;
}

.backupUnsubscribe .page-header h1 {
  color:#0099bc;
  font-size:16px;
}

.subscriptionsUpdate .page-header h1, .subscriptionsUpdate .page-header br {
  display:none!important;
}

.stepBox h3 {
  color:#6f6f6e;
  font-size:28px;
  margin-top:5px;
  font-weight: 400;
}

.stepOne h3, .stepOne h4 {
  color:#00bbb4!important;
}

.stepBox .actions .hs-button {
  background-color:#00bbb4;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 0px solid #000000;
  padding:10px 20px 8px 25px;
  text-transform:uppercase;
  color:#ffffff;
  font-size:14px;
  margin-top:15px;
  background-image:url(https://2645337.fs1.hubspotusercontent-na1.net/hubfs/2645337/PS_Aspire_July_2017/saveArrow-01.svg);
  background-repeat:no-repeat;
  background-position:10px center;
  margin-left:70px;
}

#email-prefs-form .hs-button {
  background-color:#0099bc;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 0px solid #000000;
  padding:10px 20px 8px 25px;
  text-transform:uppercase;
  color:#ffffff;
  font-size:14px;
  margin-top:15px;
  background-image:url(https://2645337.fs1.hubspotusercontent-na1.net/hubfs/2645337/PS_Aspire_July_2017/saveArrow-01.svg);
  background-repeat:no-repeat;
  background-position:10px center;
}

.stepBox .actions::after {
  color:#000000;
}

.stepBox .hs-form-field label {
  color:#0099bc;
  text-transform:uppercase;
  font-size:14px;
  width:100px;
  float:left;
  margin-top:10px;
}

.stepOne .hs-form-field label {
  color:#00bbb4!important;
}

body.prefCentre .hs-form-field input {
  background-color:#ffffff;
  width:150px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 0px solid #000000;
  padding:10px;
}

body.prefCentre .stepOne .hs-form-field input {
  border: 1px solid #868686;
}




body.prefCentre label.hs-form-booleancheckbox-display {
  width:300px!important;
  text-transform:none;
  color:#868686!important;
  float:none;
}

body.prefCentre label.hs-form-booleancheckbox-display::after {
  content:none;
}

div.hs_gdpr_opt_in {
  margin-bottom:10px!important;
}

body.prefCentre #email-prefs-form .page-header, #email-prefs-form p.header {
  display:none;
}


body.prefCentre form div.checkbox-row {
  margin:0px;
}



body.prefCentre .email-prefs .hovered {
  box-shadow: none!important;
}

body.prefCentre .email-prefs .item .item-inner {
  background:none;
  border: none;
  padding:0px;
}


body.prefCentre .email-prefs .item .item-inner.selected {
  background:none;
  border: none;
}


body.prefCentre .email-prefs .item .item-inner p {
  color:#868686;
  margin-top:0px!important;
  line-height:20px;
  font-size:12px;
}


body.prefCentre .subscribe-options::before { 
  content: "If you wish to unsubscribe";
  font-size:14px;
  font-weight:700;
  color:#868686;
  margin-bottom:10px;
  margin-top:15px;
  display:block;
  line-height:21px;
}

body.prefCentre .subscribe-options label {
  font-size: 13px;
  margin-left: 0px;
  margin-right: 0px;
}

body.prefCentre .subscribe-options label span {
  font-weight: normal!important;
  font-size:12px;
}






body.prefCentre .subscribe-options p::before { 
  content: "If you no longer wish to receive communications from Matcon tick the box below. We understand although we're sad to see you go. ";
  font-size:14px;
  color:#868686;
  margin-bottom:15px;
  display:block;
  line-height:21px;
}

body.prefCentre .check-box-row {
  margin:0px!important;
}

body.prefCentre .email-prefs .item {
  padding-bottom: 0px;
  margin: 10px 0px;
  cursor: auto;
}


body.prefCentre .checkbox-row span {
  color:#0099bc!important;
  font-weight:normal!important;
  text-transform:uppercase!important;
}




body.prefCentre ul.hs-error-msgs label {
  color:#bd1622!important;
  text-transform:none;
  width:100%;
  font-size:12px;
  margin:-8px 0px 8px 0px;
}

body.prefCentre ul.hs-error-msgs label span.hs-form-required::after {
  content:none;
}

body.prefCentre form div {
  margin:5px 0px;
}





.stepBox .hs-form-field label span.hs-form-required::after { 
  content: ": ";
}

body.prefCentre .hs_gdpr_opt_in input {
  width:20px!important;
}

body.prefCentre ul.inputs-list {
  margin:0px;
  padding:0px;
}

body.prefCentre ul.inputs-list li {
  list-style:none;
}

body.prefCentre select {
  -webkit-appearance: none;  /*Removes default chrome and safari style*/
  -moz-appearance: none; /* Removes Default Firefox style*/
  background: #ffffff url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/icon-arrows-grey.png) no-repeat 95% center;
  background-size: 25px 25px;
  width: 150px; /*Width of select dropdown to give space for arrow image*/
  text-indent: 0.01px; /* Removes default arrow from firefox*/
  text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
  color: #575756;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #868686;
  padding:10px;
}

body.prefCentre .stepOne input[type="checkbox"] {
  width: auto!important;
  float: left!important;
  margin-bottom: 100px!important;
  margin-right:15px;
}




/* =============== What's On Listings Page =============== */

body.whats-on #featuredSection .post-item .FEATURED {
  display:block!important;
}

body.whats-on #featuredSection .post-item .APR, body.whats-on #featuredSection .post-item .OCT, body.whats-on #featuredSection .post-item .MAR, body.whats-on #featuredSection .post-item .SEP, body.whats-on #featuredSection .post-item .FEB, body.whats-on #featuredSection .post-item .AUG, body.whats-on #featuredSection .post-item .JAN, body.whats-on #featuredSection .post-item .JUL, body.whats-on #featuredSection .post-item .FEB, body.whats-on #featuredSection .post-item .MAY, body.whats-on #featuredSection .post-item .NOV, body.whats-on #featuredSection .post-item .JUN, body.whats-on #featuredSection .post-item .DEC  {
  display:none;
}

body.whats-on #regularSection .post-item .FEATURED {
  display:none!important;
}



body.whats-on .blog-section {
  margin-top:15px;
  position:relative;
}

body.whats-on .blog-listing-wrapper {

}


body.whats-on .post-item{
  display:inline;
}

body.whats-on .post-type {
  display: inline-block;
  width: 32%;
  margin: 0px 9px 16px 0px;
  vertical-align: text-top;
  position: relative;
}


body.whats-on .post-item:nth-child(3n) {
  margin: 0px 0% 0px 0px;
}

.JAN, .JUL {
  background-color:#3d4543;
}

.bookingLink a.JAN, .bookingLink a.JUL {
  color:#3d4543;
}

.FEB, .AUG {
  background-color:#005caf;
}

.bookingLink a.FEB, .bookingLink a.AUG {
  color:#005caf;
}


.MAR, .SEP {
  background-color:#00b2a9;
}

.bookingLink a.MAR, .bookingLink a.SEP {
  color:#00b2a9;
}

.APR, .OCT {
  background-color:#182d4d;
}

.bookingLink a.APR, .bookingLink a.OCT {
  color:#182d4d;
}

.MAY, .NOV {
  background-color:#779fda;
}

.bookingLink a.MAY, .bookingLink a.NOV {
  color:#779fda;
}

.JUN, .DEC {
  background-color:#035c67;
}

.bookingLink a.JUN, .bookingLink a.DEC {
  color:#035c67;
}

.FEATURED {
  background-color:#e07c00;
}

.bookingLink a.FEATURED {
  color:#e07c00;
}

body.whats-on .post-item .post-body {
  padding: 20px;
  width: 100%;
  min-height: 350px;
  float: none;
  position: relative;
  text-align:left;
}

body.whats-on .post-item .post-body h2 {
  padding: 0px;
  font-family: 'Work Sans';
  font-size: 24px;
  margin-bottom: 0px;
  margin-top:0px;
}

body.whats-on .post-item .post-body h2 a {
  color:#ffffff;
  font-weight:400!important;
}

body.whats-on .post-item .post-body p.fullEventDate {
  font-weight:700!important;
  font-size:16px;
}

body.whats-on .post-item .post-body p.fullDate {
  font-family: 'Work Sans';
  color:#ffffff;
  font-size: 14px;
}

body.whats-on .post-item .post-body p {
  color:#ffffff;
  font-size: 12px;
}

body.whats-on .post-item .post-body a p {
  color:#ffffff;
  font-size: 15px;
  margin-top: 10px;
}

body.whats-on .post-item .post-body .keyFeatures p {
  font-weight:700;
}

body.whats-on .post-item .post-body .keyFeatures ul {
  margin:0px;
  padding:0px;
}

body.whats-on .post-item .post-body .keyFeatures li {
  list-style:none;
  color:#ffffff;
  font-size:12px;
  margin:0px;
  padding:0px;
}

body.whats-on .post-item .post-body .keyFeatures li::before {
  content: "- ";
}

body.whats-on .moreSection {
  display: block;
  width: 90%;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  border-top: solid 1px #ffffff;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

body.whats-on .moreSection p {
  font-family: 'Work Sans';
  padding:5px 0px 5px 0px;
  display: block;
  color: #ffffff;
  background-image:url(https://5374582.fs1.hubspotusercontent-na1.net/hubfs/5374582/Whats%20On/tickets-01.svg);
  background-repeat:no-repeat;
  background-position:right center;
  background-size:60px;
  margin:0px;
}

body.whats-on .footerPanel {
  display: block;
  width: 90%;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  vertical-align: text-bottom;
}

body.whats-on .footerPanel a.more-link, body.whats-on .footerPanel a.more-link:visited {
  display: inline-block;
  position:relative;
  font-size: 10px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 1px solid #fff;
  padding: 8px 9px 7px 9px;
  font-weight: 400;
  text-transform: uppercase;
  height:30px;
  font-weight:700;
}

body.whats-on .footerPanel a.more-link:hover {
  background-color:#ffffff;
  color:#000000;
}

body.whats-on .footerPanel .standNo {
  display: inline-block;
  position:relative;
  font-size: 10px;
  line-height:10px;
  color:#000000;
  border: solid 1px #fff;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 1px solid #fff;
  padding: 5px 9px 3px 9px;
  background-color:#ffffff;
  text-align: center;
  height:30px;
  float: left;
  font-weight:700;
  margin-right:5px;
}

body.whats-on .footerPanel .standNo::before {
  content: "STAND";
  display:block;
}




body.whats-on .imageSection {
  display:block;
  width:100%;
  height:200px;
  background: no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.whats-on .eventDate {
  position: absolute;
  width: auto;
  height: 85px;
  left: 15px;
  top: 15px;
  text-align: center;
  color: #ffffff;
  padding: 0px 20px;
}

body.whats-on .eventDate .day {
  font-family: 'Work Sans';
  font-size: 28px;
  display: block;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 0px;
  font-weight: 700;
  line-height: 20px;
}

body.whats-on .eventDate .month {
  text-transform:uppercase;
  font-family: 'Work Sans';
  display:block;
  width:100%;
  font-size: 15px;
  font-weight:700;
}

body.whats-on .post-item .FEATURED {
  width: 32%;
  position: absolute;
  background-color: #e07c00;
  height: 480px;
  margin: 0px;
  display: inline-block;
  top: -545px;
  right: 16px;
  z-index:750;
}

body.whats-on .post-item .FEATURED .post-header {
  width: auto!important;
}

body.whats-on .post-item .FEATURED .imageSection {
  display:block;
  width:100%;
  height:400px;
  background: no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:absolute;
  left:0px;
  top:0px;
}

body.whats-on .post-item .FEATURED .eventDate {
  position: absolute !important;
  top: 20px;
  left: 20px !important;
  background-color: #fff;
  z-index: 500;
  height: 85px;
  color: #e07c00;
  width:23%!important;
}

body.whats-on .post-item .FEATURED .post-body {
  height: 465px;
  padding: 115px 15px 0px 0px;
  position: absolute;
  top: 15px;
  left: 20px;
  width: 316px;
}

body.whats-on .post-item .FEATURED .post-body h2::before {
  content: "OUR NEXT EVENT";
  display:block;
  margin-bottom:4px;
  font-family: 'Work Sans';
  color:#ffffff;
  font-size:14px;
}

body.whats-on .post-item .FEATURED .footerPanel {
  display: block;
  width: 90%;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  left: 0px;
  bottom: 20px;
  vertical-align: text-bottom;
}

body.whats-on .post-item .FEATURED .footerPanel .standNo {
  display: inline-block;
  position: relative;
  font-size: 10px;
  line-height: 10px;
  color: #000;
  border: solid 1px #fff;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 1px solid #fff;
  padding: 5px 9px 3px 9px;
  background-color: #fff;
  text-align: center;
  height: 30px;
  float: left;
  font-weight: 700;
  margin-right: 5px;
}



body.whats-on .body-container-wrapper, body.whats-on-article .body-container-wrapper {
  padding-top: 0px;
}

body.whats-on .footer-container-wrapper, body.whats-on-article .footer-container-wrapper {
  padding-top: 0px;
}


.subscribersSect {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/IDEX%20MPT%20Group%20Files/Matcon-File-Manager/Events%20Calendar/shutterstock_547395022.jpg);
  background-repeat:no-repeat;
  background-position:center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.whats-on .EventSubscription {
  width:75%;
}

body.whats-on .EventSubscription input[type="text"],
body.whats-on .EventSubscription input[type="password"], 
body.whats-on .EventSubscription input[type="datetime"], 
body.whats-on .EventSubscription input[type="datetime-local"], 
body.whats-on .EventSubscription input[type="date"], 
body.whats-on .EventSubscription input[type="month"], 
body.whats-on .EventSubscription input[type="time"], 
body.whats-on .EventSubscription input[type="week"], 
body.whats-on .EventSubscription input[type="number"], 
body.whats-on .EventSubscription input[type="email"], 
body.whats-on .EventSubscription input[type="url"], 
body.whats-on .EventSubscription input[type="search"], 
body.whats-on .EventSubscription input[type="tel"], 
body.whats-on .EventSubscription input[type="color"],
body.whats-on .EventSubscription input[type="file"],
body.whats-on .EventSubscription textarea,
body.whats-on .EventSubscription select {
  border-radius: 6px 6px 6px 6px;
  border:solid 1px #c6c6c5;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  padding:15px 15px 13px 15px;
  background-color:#ffffff;
  margin:0px 40px 20px 0px!important;
  font-weight: 400;
  font-size:16px;
}

body.whats-on ul.hs-error-msgs {
  margin-top:0px;
}

body.whats-on .legal-consent-container, body.whats-on .legal-consent-container p {
  color:#ffffff;
}

/* Placeholder Text */
body.whats-on ::-webkit-input-placeholder { /* Webkit Browsers */
  color: #779FDA;
  opacity: 1; 
  font-size: 16px;
}
body.whats-on :-moz-placeholder { /* Firefox 18- */
  color: #779FDA;
  opacity: 1; 
  font-size: 16px;
}
body.whats-on ::-moz-placeholder { /* Firefox 19+ */
  color: #779FDA;
  opacity: 1; 
  font-size: 16px;
}
body.whats-on :-ms-input-placeholder { /* IE10 */
  color: #779FDA;
  opacity: 1; 
  font-size: 16px;
}

@media (max-width: 1120px) {
  body.whats-on .post-item .FEATURED {
    width: 35% !important;
    height: 420px;
  }
}


@media (max-width: 1024px) {
  body.whats-on .blog-listing-wrapper .post-listing .post-item {
    border-bottom: none;
  }
}

@media (max-width: 935px){
  body.whats-on .post-type {
    display:inline-block;
    width: 48%;
    margin: 0px 1% 3% 0px;
    vertical-align: text-top;
    position:relative;
  }

  body.whats-on .post-type:nth-child(2) {
    margin: 0px 0% 3% 0px;
  }

  body.whats-on .post-item .FEATURED {
    width: 97%;
  }
}

@media (max-width: 820px) {
  body.whats-on .post-item .FEATURED {
    width: 100% !important;
    height: 420px;
    position:relative;
    top:0px;
    left:0px;
  }
}


@media (max-width: 576px) {
  body.whats-on .post-type {
    width: 100%;
  }

  body.whats-on .post-item .FEATURED {
    width: 100%;
  }
}

/* =============== What's On Article Page =============== */


.greySurround {
  background-color:#D9D9D9;
  padding-bottom:30px;
}

.articleWrapper {
  background-color:#ececec;
}

body.whats-on-article .blog-section {
  position:relative;
  padding-top: 0px;
}

body.whats-on-article .blog-section p {
  color:#6f6f6e;
  font-size:21px;
}

body.whats-on-article .eventDate {
  display:block;
  position:absolute;
  width:auto;
  height:auto;
  left:15px;
  top: -603px;
  z-index: 500;
  text-align:center;
  color:#ffffff;
  line-height:15px;
  z-index:2000;
}

body.whats-on-article .eventDate .day {
  font-family: 'Work Sans';
  font-size: 28px;
  display: block;
  width: 100%;
  padding: 30px 15px 5px 15px;
  font-weight:700;
}

body.whats-on-article .eventDate .month {
  text-transform:uppercase;
  font-family: 'Work Sans';
  display:block;
  width:100%;
  font-size: 15px;
  padding: 0px 15px 20px 15px;
  font-weight:700;
}

body.whats-on-article .eventDate .year {
  text-transform:uppercase;
  font-family: 'Work Sans';
  display:block;
  width:100%;
  font-size: 18px;
  position:absolute;
  left:0px;
  bottom:-22px;
  font-weight:700;
}

body.whats-on-article .addeventatc {
  background: transparent!important;
  box-shadow: none!important;
  font-family: 'Work Sans'!important;
  text-transform:uppercase;
  color:#ffffff!important;
  font-size:12px;
  border:solid 1px #ffffff;
}

body.whats-on-article .addeventatc .addeventatc_icon {
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 1;
  left: 8px;
  top: 10px;
  background: url(https://5374582.fs1.hubspotusercontent-na1.net/hubfs/5374582/Whats%20On/addTo-01.svg) no-repeat!important;
  background-size: 15px 15px!important;
}

body.whats-on-article .eventDetail {
  position:absolute;
  top:-606px;
  right:15px;
  width:425px;
  height:513px;
  padding:30px;
}

body.whats-on-article .eventDetail h1 {
  color:#ffffff;
  font-family: 'Work Sans'!important;
  font-size:28px;
  margin-bottom:0px;
  margin-top:0px;
}

body.whats-on-article .eventDetail p.shortDescription {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 21px;
}

body.whats-on-article .eventDetail h4 {
  color:#ffffff;
  font-size:13px;
  margin:5px 0px;
  font-weight:700;
}

body.whats-on-article .eventDetail p {
  color:#ffffff;
  font-size:15px;
  margin:2px 0px;
}

body.whats-on-article .eventDetail p.location {
  margin-bottom:16px;
}

body.whats-on-article .eventDetail .keyFeatures p {
  font-weight:700;
  font-size:14px;
  margin-top:16px;
  margin-bottom:8px;
}

body.whats-on-article .eventDetail .keyFeatures li {
  list-style:none;
  color:#ffffff;
  font-size:12px;
}

body.whats-on-article .eventDetail .keyFeatures ul {
  margin:0px;
  padding:0px;
}

body.whats-on-article .eventDetail .keyFeatures li::before {
  content: "- ";
}

body.whats-on-article .bookingLink {
  position: absolute;
  bottom: 30px;
  left: 29px;
  width: 365px;
  text-align:left;
}

body.whats-on-article .bookingLink a.bookNow {
  display: inline-block;
  background-color: #ffffff;
  text-transform: uppercase;
  font-family: 'Work Sans';
  text-align: center;
  width: 142px;
  border-top: solid 25px #ffffff;
  border-bottom: solid 25px #ffffff;
  border-left: solid 23px #ffffff;
  border-right: solid 23px #ffffff;
  font-size: 15px;
  margin:25px 0px;
}

.bookingLink a.FEATURED {
}

.eventFacilities {
  padding:40px 0px 0px 0px;
}

body.whats-on-article .custom-bmm-feature-wrapper {
  background-repeat: repeat-y;
  background-size: 100% 100%;
  margin-bottom: 0px;
  padding: 1.5625em 0 0.9375em 0;
  color: #FFF;
}

@media (max-width: 1024px){
  body.whats-on-article .container-fluid .row-fluid .page-center, body.whats-on .container-fluid .row-fluid .page-center {
    padding-left:20px;
    padding-right:20px;
  }
}

@media (max-width: 598px){
  body.whats-on-article .eventDetail {
    position:relevant;
    top:0px;
    right:0px;
    width:100%;
    height:427px;
    padding:30px;
  }

  body.whats-on-article .blog-section {
    position:relative;
    padding-top: 227px;
  }

  body.whats-on-article .bookingLink {
    position: absolute;
    bottom: 0px;
    left: 29px;
    width: 85%;
    border-top: solid 1px #ffffff;
    text-align:right;
  }
}



/* =============== What's On Ends =============== */




/* Modular & Reusable Components
========================================================================== */

/* IBC Range Module */

.ibcImage {
  display:inline-block;
  width:100px;
  height:125px;
  margin:0px;
  background-repeat:no-repeat;
  background-position:center bottom;
}

.ibcRange {
  padding:0px 0px 20px 0px;
  margin-top:-15px;
}

.ibcRange .ctaWrapper {
  margin-top:35px;
}

.ibcRange h3 {
  text-transform:none;
  margin-bottom:0px;
  font-size:28px;
}

.ibcRange p.subTitle {
  color:#ff9e16;
  margin-top:0px;
  font-size:21px;
}

.ibcContent {
  padding:0px 25%;
  margin-bottom:25px;
}


@media (max-width: 960px) {
  .ibc1 {
    display:none;
  }

  .ibcContent {
    padding:0px 15%;
  }
}

@media (max-width: 568px) {
  .ibcImage {
    width:100%;
    background-position:center center;
  }

  .ibcContent {
    padding:0px 25%;
    margin-bottom:0px;
  }

  .ibcContent {
    padding:0px 15%;
  }
}

@media (max-width: 479px) {
  .ibcContent {
    padding:0px 5%;
  }
}


/* Home Welcome Module */

.homeWelcome {
  padding:30px 0px 0px 0px;
}

.homeWelcome h2 {
  text-transform:none;
  font-size:26px;
  line-height:130%;
}

.homeWelcome h2 span {
  display:block;
  font-size:36px;
}




/* Our Work Portfolio Filter */


ul#menu2 {

}

ul#menu2 li, ul#menu3 li {
  display:inline-block;
}

ul#menu2 li ul li, ul#menu3 li ul li {
  display:list-item;
}

li.filterTitle {
  text-transform:uppercase;
  color:#868686;
  padding-right:10px;
  font-size:16px;
}

a.btn {
  background-color:#ffffff;
  color:#000000;
  padding:15px;
  font-size:14px;
  text-decoration:none;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border:solid 1px #868686;
  font-weight: 400;
}

.dropit {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropit .dropit-trigger { position: relative; }

.dropit .dropit-submenu {
  position: absolute;
  top: 100%;
  left: 0; /* dropdown left or right */
  z-index: 1000;
  display: none;
  min-width: 150px;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align:left;
  padding:10px;
  background-color:#b1b1b1;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 0px solid #000000;
  margin-top:15px;
}
.dropit .dropit-open .dropit-submenu { display: block; }

li.filter a {
  text-decoration:none;
  font-size:14px;
  color:#ffffff;
  font-weight: 400;
}

li.filter a:hover {
  color:#000000;
}

.dropit li.active a, .dropit li.active a:hover {
  background-color:transparent;
}

@media (max-width: 960px) {
  .guides-filter-container #menu3, .guides-filter-container #menu2 {
    width:300px;
    display:block;
    float:left;
  }

  .guides-filter-container #menu2 {
    width:auto;
    display:block;
    float:none;
  }

  .guides-filter-container #menu2 {
    margin-left:0px;
  }

  .guides-filter-container #menu2 {
    margin-top:20px;
  }

  .leftSpacer {
    display:none!important;
  }

}

@media (max-width: 568px) {
  .sectorSpecific {
    width: 50% !important;
    float: left !important;
  }

  .guides-filter-container #menu3, .guides-filter-container #menu2 {
    width: 100% !important;
  }

  .guides-filter-container #menu2 {
    margin-top:-1px;
  }

  .guides-filter-container #menu2 {
    margin-left:0px;
  }
}

@media (max-width: 441px) {
  a.btn {
    display:inline-block;
  }
}


@media (max-width: 375px) {
  .guides-filter-container #menu3 {
    margin-bottom:15px;
  }
}



/*----------Accordion---------------*/


.custom-accordion-block a, .custom-accordion-block2 a, .custom-accordion-block3 a, .custom-accordion-block4 a, .custom-accordion-block5 a, .custom-accordion-block6 a{ /*--open--*/
  background-color: #00a68e;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/minus-01.svg);
  border-bottom:solid 1px #00a68e;
}

.custom-accordion-none a, .custom-accordion-none2 a, .custom-accordion-none3 a, .custom-accordion-none4 a, .custom-accordion-none5 a, .custom-accordion-none6 a{ /*--closed--*/
  background-color: #33b8a5;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/plus-01.svg);
  border-bottom:solid 1px #00a68e;
}


.custom-body-adjust .body-container {
  padding: 25px 0;
}

.accordianWrapper {
  padding:0px 15px;
}

.custom-accordion-heading a {
  padding: 15px 60px 14px 15px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-style: normal;
  line-height: 130%;
}
.custom-accordion-inner strong {
  color: black !important;
  display: inline;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: 25.2px;
  text-align: left;
}
.custom-accordion-inner {
  padding: 25px 25px 0px 25px;
  border: 1px solid rgba(0,0,0,0.1);
  border-top: 0;
  background-color: #fff;
}

.custom-accordian-block .custom-accordion-heading.slide-open a {
  color:#ff6600;
}

.custom-accordion-heading.slide-open a {
  background-color: #00a68e;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/minus-01.svg);
  background-position:right center;
  background-repeat:no-repeat;
}

.custom-accordion-heading.slide-closed a {
  background-color: #33b8a5;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/plus-01.svg);
  background-position:right center;
  background-repeat:no-repeat;
}

.custom-accordion-heading a {
  background-position:right center;
  background-repeat:no-repeat;
}

.custom-adjust-hr {
  margin-top: 30px;
  margin-bottom: 55px !important;
}
.custom-accordion-group {
  margin-bottom: 0px;
  font-size:13px;
  color:#706f6f;
}
.custom-accordion-none .custom-accordion-inner strong {
  font-style: normal !important;
}




/* Tier Styles */

.greyBaseRule {
  border-bottom:solid 1px #6f6f6e;
  padding:80px 0px 40px 0px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/greyArrowRule-01.svg);
  background-position:center top;
  background-repeat:no-repeat;
}

.afterSalesTier {
  border-bottom:solid 1px #6f6f6e;
  padding:80px 0px 40px 0px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/tealArrowRule-01.svg);
  background-position:center top;
  background-repeat:no-repeat;
}

.greyBaseRuleOnly {
  border-bottom:solid 1px #6f6f6e;
}

.paleGreyBaseRuleOnly {
  border-bottom:solid 1px #c6c6c5;
}

.greyTopRuleOnly {
  border-top:solid 1px #c6c6c5;
}

.introTier {
  padding-top:40px;
}

.fullwidthGrey {
  background-color:#9c9b9b;
  margin-bottom:-1px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/darkGreyArrowFilled-01.svg);
  background-position:center -1px;
  background-repeat:no-repeat;
  padding:60px 0px 0px 0px;
}

.fullwidthGreyBaseArrow {
  background-color:#b1b1b1;
  margin-bottom:-1px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/whiteArrowFilled-01.svg);
  background-position:center bottom;
  background-repeat:no-repeat;
  padding:40px 0px 60px 0px;
}

.industryTintedArrow {
  padding:40px 0px 80px 0px;
  background-position:center bottom;
  background-repeat:no-repeat;
}

.whiteArrowMask {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/whiteArrowMask-01.svg);
  background-position:center top;
  display:block;
  width:100%;
  margin-top:-40px;
  height:90px;
}

.greyInsetArrow {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/VdarkGreyArrowFilled-01.svg);
  background-position:center -5px;
  background-repeat:no-repeat;
  height:90px;
  width:100%;
  margin-top:-30px;
  margin-bottom:-10px;
}

@media (max-width: 1060px) {
  .whiteArrowMask, body.productsHeader .whiteArrowMask {
    display:none;
  }

  .introTier {
    padding-top:80px!important;
  }

}


.simpleGreyTier {
  background-color:#b1b1b1;
}

.fullWidth-imageDivider {
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:180px;
  display:block;
  width:100%;
  border-top:solid 10px #779fda;
}

.noBorder {
  border-top:none; 
}

.standardImageDivider {
  background: no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:300px;
  display:block;
  width:100%;
}

.fixedImageDivider {
  background: no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:180px;
  display:block;
  width:100%;
}

.scrollingimageDivider {
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:180px;
  display:block;
  width:100%;
}

.scrollingimageDividerTwo {
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:300px;
  display:block;
  width:100%;
}

.doubleRule {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/doubleRule-01.svg);
  background-position:center bottom;
  background-repeat:no-repeat;
}

.topRule {
  border-top:solid 1px #c6c6c5;
}


@media (max-width: 1080px) {
  .introTier {
    padding-top:80px;
  }
}

@media (max-width:1080px) {
  body.white-header .introTier {
    padding-top:120px!important;
  }

  .fullWidth-imageDivider {
    background: no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:180px;
    display:block;
    width:100%;
    border-top:solid 10px #779fda;
  }

}

@media (max-width: 960px) {
  .introTier {
    padding-top:80px;
  }

}

@media (max-width: 479px) {
  .introTier {
    padding-top:0px;
  }

  body.white-header .introTier {
    padding-top:10px!important;
  }

}


/* Carousel */

/* Carousel Styles */

#clientLogos .owl-carousel .item {
  height: 10rem;
  background: #ffffff;
  padding:0;
  background-position:center center;
  background-size: 80% auto;
  background-repeat:no-repeat;

}

#clientLogos .owl-nav {
  display:none;
}

#clientLogos .owl-dots {
  margin-top:0px;
}


#clientLogos .owl-theme .owl-dots .owl-dot .active span {
  background-color: #ff6600!important;
  border: 2px solid #ff6600!important;
}

.owl-theme .owl-dots .owl-dot.active span{
  width:10px;
  height:10px;
  margin:5px 7px;
  background: #2170a8 !important;
  display:block;
  -webkit-backface-visibility:visible;
  -webkit-transition:opacity 200ms ease;
  -moz-transition:opacity 200ms ease;
  -ms-transition:opacity 200ms ease;
  -o-transition:opacity 200ms ease;
  transition:opacity 200ms ease;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
}

#meetTheTeam .owl-dots {
  margin-top:10px;
  margin-bottom:25px;
}

#meetTheTeam {
  position:relative;
}

#meetTheTeam .owl-carousel .item .staffImage {
  width:100%;
  height:400px;
  background: #ffffff;
  padding:0;
  background-position:center center;
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom:30px;
}

#meetTheTeam .caption {
  position:absolute;
  left:0px;
  bottom:-15px;
  width:100%;
  display:block;
  text-align:center;
}

#meetTheTeam .caption p {
  font-size:14px;
  font-style:italic;
}

/* Alt Styles for Carousel on Homepage */

body.homeHeader .carouselContainer {
  position:relative;
}

body.homeHeader #meetTheTeam {
  position:absolute;
  top:-3px;
  left:-210px;
  width:744px;
  z-index:10;
}

.homeCarouselMask {
  display:block;
  position:absolute;
  width:315px;
  height:545px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/homeHeaderMask-01.svg);
  background-position:left top;
  top:-1px;
  left:265px;
  z-index:60;  
}

.homeCone {
  display:block;
  width:241px;
  height:195px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/homeCone-01.svg);
  background-position:center top;
  position:absolute;
  top:380px;
  left:50%;
  margin-left:-122px;
  z-index:80;
}

body.homeHeader #meetTheTeam .owl-carousel .item .staffImage {
  height:549px;
}

body.homeHeader #meetTheTeam .owl-dots {
  display:none;
}

body.homeHeader #meetTheTeam .caption {
  position:absolute;
  left:0px;
  bottom:60px;
  width:100%;
  display:block;
  text-align:left;
  padding:0px 50px 0px 250px;
}

body.homeHeader #meetTheTeam .caption p.indName {
  color:#ffffff;
  padding-right:100px;
  font-style:normal;
  font-size:16px;
}

body.homeHeader #meetTheTeam .caption p.indName span.for {
  font-size:18px;
  font-weight: 400;
}

body.homeHeader #meetTheTeam .caption p.indName span.indTitle {
  font-size:24px;
  font-weight: 400;
}

body.homeHeader #meetTheTeam .caption p.indName span.lineOne {
  display:block;
  margin-bottom:8px;
}

body.zh span.for {
  display:none;
}




@media (max-width: 1080px) {
  #meetTheTeam .owl-carousel .item .staffImage {
    width:100%;
    height:400px;
  }
}

@media (max-width: 960px) {
  #meetTheTeam .owl-carousel .item .staffImage {
    height:250px;
  }
  #meetTheTeam .caption p {
    font-size:12px;
    line-height:110%;
  }
  #meetTheTeam .caption {
    bottom:-15px;
  }

  .homeCarouselMask {
    display:none;
  }

  body.homeHeader #meetTheTeam {
    position:relative;
    top:58px;
    left: 0px;
    width:100%;
  }

  body.homeHeader #meetTheTeam .owl-carousel .item {
    width:100%;
    height:300px;
    background-color:#ff6600!important;
    margin:0px;
  }

  body.homeHeader .container-fluid .row-fluid .page-center-zero {
    padding:0px;
  }

  body.homeHeader #meetTheTeam .caption {
    padding:0px 50px 0px 20px;
    width:60%;
    bottom:10px;
  }

  body.homeHeader #meetTheTeam .caption p {
    font-size:12px;
    line-height:120%;
  }

  .homeCone {
    display:none;
  }

}

@media (max-width: 760px) {
  #meetTheTeam .owl-carousel .item .staffImage {
    height:300px;
  }
}

@media (max-width: 568px) {
  #meetTheTeam .owl-carousel .item .staffImage {
    height:300px;
  }
}

@media (max-width: 479px) {
  #meetTheTeam .owl-carousel .item .staffImage {
    height:200px;
  }
  #meetTheTeam .caption p {
    font-size:11px;
    padding:0px 10px;
  }

  body.homeHeader #meetTheTeam .caption {
    display:none;
  }

  #clientLogos .owl-carousel .item {
    height: 10rem;
    background: #ffffff;
    padding:0;
    background-position:center center;
    background-size: 60% auto!important;
    background-repeat:no-repeat;

  }

}


/* Testimonial Carousel Styles */

.quoteitem {
  text-align:center;
  padding:0px 18%;
}

.quoteBy {
  font-weight:700;
  text-transform:uppercase;
  font-size:14px;
}



@media (max-width: 568px) {
  .quoteitem {
    padding:0px 5%;
  }

  #clientLogos .owl-carousel .item {
    background-size: 60% auto;    
  }

}

@media (max-width: 479px) {
  #clientLogos .owl-carousel .item {
    background-size: 90% auto;    
  }
}

/* Testimonial Header */

.testimonialHeader {
  text-align:center;
}

.testimonialHeader h2 {
  margin:15px 0px 4px 0px;
  text-transform:none;
}

.testimonialHeader p.subTitle {
  font-weight:700;
  margin-bottom:30px;
}



.testimonialIcon {
  width:100px;
  height:55px;
  background-repeat:no-repeat;
  background-position:center -25px;
  display:inline-block;
}

/* Industry Carousel */

.industryItem {
  text-align:center;
}

.indImage {
  width:150px;
  height:150px;
  border-radius: 75px 75px 75px 75px;
  -moz-border-radius: 75px 75px 75px 75px;
  -webkit-border-radius: 75px 75px 75px 75px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  display:inline-block;
  margin:15px 0px 15px 0px;
}

.industryItem h4 {
  margin:15px 0px 50px 0px;
}

.industryItem h4 a {
  color:#575756;
  font-weight: 400;
}

@media (max-width: 1080px) {
  .industryItem h4 {
    margin:15px 0px 30px 0px;
  }
}



/* Supported Industries Module, Feature Module with Icon, Test Centre Module, Persona Icon, Key Services Module, Feature Module - Product Icon, 
Feature Module - Pharma Categories, Feature Module - Product Icon - Pharma Version */

.productOption h4 {
  color:#575756;
  margin:0px 0px 10px 0px;
  text-transform:uppercase;
}

.productOption p {
  color:#333;
  padding:0px 10%;
  line-height:20px;
}

p.description {
  font-size:13px;
  margin-bottom:0px;
  height:115px;
}

.industry p.description {
  height:60px;
}

.four-item-section {
  text-align:center!important;
}

.four-item-section .hs_cos_wrapper_widget {
  display:inline-block;
  width:265px;
  vertical-align: text-top;
}

.three-item-section .hs_cos_wrapper_widget {
  display:inline-block;
  width:300px;
  vertical-align: text-top;
}


.productOptionImage, .bioImage {
  width:150px;
  height:150px;
  border-radius: 75px 75px 75px 75px;
  -moz-border-radius: 75px 75px 75px 75px;
  -webkit-border-radius: 75px 75px 75px 75px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  display:inline-block;
  margin:15px 0px 15px 0px;
}

.iconImage {
  width:100px;
  height:100px;
  background-repeat:no-repeat;
  background-position:center center;
  display:inline-block;
  margin:35px 0px 15px 0px;
}

.IBCicon {
  width:100px;
  height:125px;
  background-repeat:no-repeat;
  background-position:center bottom;
  display:inline-block;
  margin:0px 0px 15px 0px;
}

.testCentre h4 {
  color:#2170a8;
  text-transform:none;
  margin-top:10px;
}

.testCentre .address {
  margin-top:15px;
}

.persona h4 {
  color:#ffffff;
}

.persona p {
  color:#ffffff;
  display:block;
  height:50px;
}

.persona .iconImage {
  margin:0px 0px 5px 0px;
}

.keyFeatures h4 {
  color:#2170A8;
}

.keyFeatures .iconImage, .productIcon .iconImage {
  background-position:center bottom!important;
  margin:0px 0px 0px 0px; 
}

.keyFeatures p.description {
  height:90px;
}

/* Feature Module - Product icon and icon only */

.productIcon h4 {
  line-height:110%;
}

.productIcon h4 span {
  text-transform:none;
  color:#2170A8;
  font-size:90%;
}

.productIcon p.description {
  height:100px;
}

.iconOnly {
  width:300px;
  display:inline-block;
  margin-bottom:30px;
}

.iconOnly h4 {
  font-size:28px;
  line-height:90%;
}

.iconOnly h4 span {
  font-size:18px;
}

a.jumpBtn {
  display:inline-block;
  color:#ffffff;
  text-decoration:none;
  background-color:#779fda;
  padding:12px 20px 9px 20px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border: 0px solid #000000;
  text-transform:uppercase;
  font-weight: 400;
  font-style:normal;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  font-size:16px;
  margin-bottom:15px;
}

a.jumpBtn:hover {
  background-color:#2170a8;
  color:#ffffff;
}

.pharmaProducts h4, .pharmaProducts p.description {
  color:#ffffff!important;
}

.pharmaProducts p.description {
  height:90px;
}

.pharmaIcon h4, .pharmaIcon h3 {
  margin-top:0px;
}

.pharmaIcon .iconImage {
  margin-bottom:0px;
  background-position:center bottom;
}

.pharmaIcon-section .hs_cos_wrapper_widget {
  display:inline-block;
  width:200px;
  vertical-align: text-top;
}

.pharmaIcon p.intro {
  color:#868686;
  line-height:130%;
  margin-bottom:5px;
}

.pharmaIcon .ctaWrapper {
  margin-bottom:0px;
}

.pharmaIcon-section, .pharmaIcon p.intro {
  padding:0px 15%;
}

.apiSection {
  margin-top:-50px!important;
}

.apiText {
  padding:0px 15%;
}

.pharmaPowders-section .hs_cos_wrapper_widget {
  display:inline-block;
  width:200px;
  vertical-align: text-top;
}

.pharmaPowders-section {
  padding:0px 10%;
}

.prelated h4, .prelated p.description {
  color:#575756!important;
}

@media (min-width: 960px) {
  .pharmaPowders-section {
    padding:20px 10%;
  }
}

/* Feature Module - Product icon Pharma Version */

.pharmaVar a.jumpBtn {
  background-color:#9a216b;
}

.pharmaVar h4 {
  color:#2170a8;
}

@media (max-width: 960px) {
  .pharmaIcon-section, .pharmaIcon p.intro {
    padding:0px 15%;
  }
}

@media (max-width: 568px) {
  .pharmaIcon-section, .pharmaIcon p.intro, .pharmaPowders-section{
    padding:0px;
  }
}


/* Feature Module - After Sales */

.afterSalesIcon h4 {
  color:#ffffff;
  margin-top:0px;
}

.afterSalesIcon p.description {
  color:#C6C6C5;
}

.afterSalesIcon .iconImage {
  background-position:center bottom;
  margin-bottom:0px;
}

/* Whitepaper Module - used on Pharma Pages */

.whitepaper {
  width:250px;
  display:inline-block;
  text-align:center;
  margin-top:10px;
}

.whitepaper h4 {
  text-transform:none;
  font-weight:400;
  margin-top:0px;
  font-size:16px;
  margin-bottom:0px;
  padding-bottom:0px;
  line-height:120%;
}

.whitepaper .productOptionImage {
  width:100px;
  height:100px;
  border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  display:inline-block;
  margin:0px 0px 5px 0px;
}

p.category {
  color:#868686;
  text-transform:uppercase;
  font-size:12px;
  margin-bottom:4px;
}

.whitepaper p.description {
  height:auto;
  margin:10px 0px 15px 0px;
}

.pharmaProducts h4 {
  color:#2170a8;
}

.pharma-related-section .hs_cos_wrapper_widget {
  display:inline-block;
  width:300px;
  vertical-align: text-top;
}

.pharmaProducts .iconImage {
  margin:15px 0px 0px 0px;
}


@media (max-width: 760px) {
  .testCentre .address {
    margin-top:0px;
  }

  .testCentre h4 {
    margin-top:25px;
  }

  .testCentres {
    padding-bottom:15px;
  }

}


@media (min-width: 1080px) {
  .iconImage {
    margin:0px 0px 15px 0px;
  }

  .imageBased .productOptionImage {
    margin:0px 0px 15px 0px;
  }

}

/* Team Profile Module and Team Promo Module */

.teamProfile p.teamName, .teamBio p.teamName {
  font-size:21px;
  margin-bottom:0px;
}

.teamProfile p.jobTitle, .teamBio p.jobTitle {
  font-size:14px;
  margin-bottom:20px;
  color:#779fda;
}

.teamProfileModules .hs_cos_wrapper_widget {
  display:inline-block;
  width:220px;
  vertical-align: text-top;
}

.teamProfile a.jumpBtn {
  margin-bottom:40px;
}

.promo {
  text-align:center;
}

h3.promoTitle {
  text-transform:none;
  margin-top:-20px;
}

p.promoSub {
  font-weight:600;
  font-size:14px;
  padding:0px 25%;
}

@media (max-width: 479px) {
  p.promoSub {
    padding:0px 5%;
  }



}

/* Service Account Manager Section */

.acc-manager-intro {
  text-align: center;

}

.acc-manager-intro h3 {
  text-transform: none;
  margin-top: -20px;
  padding-top: 0px;

}

.acc-manager-intro p {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}    

.acc-manager-col {
  margin-top: 30px;

}

.acc-manager-col h3 {
  text-transform: none;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 0px;
  font-size: 21px;

}

.acc-manager-col p {
  color:#3E8EDE ; 
  font-size: 14px;
  margin-top: 5px;

}


.acc-manager-image {
  padding-right: 10px;
  padding-bottom: 10px;
}


.acc-manager-col img {

  border-radius: 300px;
  max-width: 70px;

}

.acc-team-group {
  margin-bottom: 20px;
}

.acc-manager-cta {
  text-align: center;
}

@media (max-width: 479px) {

  .acc-team-group {
    text-align: center;
  }

  .acc-manager-intro {

    margin-top: 20px;
  }


}



/* Matcon Promise */

.promise {
  text-align:center;
}

.promise h3 {
  margin-top:-20px;
}

.reasonsSection {
  text-align:left;
  width:80%;
  display:inline-block;
}

.reason {
  display:inline-block;
  padding:15px 0px 15px 85px;
  background-position:left center;
  background-repeat:no-repeat;
  font-size:14px;
}

.textSec {
  padding:0px 15%;
}

.rOne {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/Icons/ICON-reasonOne-01.svg);   
}

.rTwo {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/Icons/ICON-reasonTwo-01.svg);   
}

.rThree {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/Icons/ICON-reasonThree-01.svg);   
}

@media (max-width: 568px) {
  .promise h3 {
    margin-top:20px;
  }
}

@media (max-width: 479px) {
  .textSec {
    padding:0px 5%;
  }

  .reason {
    padding:85px 0px 0px 0px;
    background-position:center top;
    text-align:center;
    margin-bottom:10px;
  }

}

/* Team Member Bio */


.teamBio .third {
  width:30%!important;
  float:left!important;
  text-align:center;
  padding:0px 0px 20px 0px;
  vertical-align: middle;
}

.teamBio .teamImage {
  width:200px;
  height:200px;
  background-position:center center;
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display:inline-block;
  border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px 100px 100px 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
  border: 0px solid #000000;
  margin-bottom:15px;
}

.teamBio .twoThird {
  padding-top:10px;
  padding-left:30%;
}

.teamBio .bioSection {
  border-bottom:solid 1px #779fda;
  padding-bottom:60px;
  margin-bottom:60px;
}

.teamBio p.connect {
  font-size:24px;
  margin-bottom:0px;
  line-height:90%;
}

.teamBio p.teamName {
  font-size:24px;
  line-height:90%;
}

.teamBio p.jobTitle {
  font-size:18px;
}

.teamBio p.name {
  margin-top:0px;
  margin-bottom:5px;
}

.teamBio p.intro {
  padding:0px;
}

.teamBio a.linkedInBio, .teamBio a.emailAddressIcon {
  display:inline-block;
  width:47px;
  height:47px;
  text-indent:-9999px;
  overflow:hidden;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/Icons/ICON-LinkedIn-and-Email-01.svg);
  background-repeat:no-repeat;
  margin:0px;
  padding:0px;
}

.teamBio a.linkedInBio:hover, .teamBio a.emailAddressIcon:hover {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/Icons/ICON-LinkedIn-and-EmailRoll-01.svg);
}

.teamBio a.linkedInBio {
  background-position:left center;
  margin-right:-5px;
}

.teamBio a.emailAddressIcon {
  background-position:-45px center;
  margin-left:-5px;
}

@media (max-width: 1060px) {

}

@media (max-width: 960px) {
  .teamBio .third {
    width:40%!important;
  }

  .teamBio .twoThird {
    padding-right:20px;
    padding-left:40%;
  }

}

@media (max-width: 568px) {
  .teamBio .third {
    width:100%!important;
    float:none!important;
  }

  .teamBio .twoThird {
    padding:0px 20px;
    text-align:center!important;
  }

  .teamProfileModules {
    display:none!important;
  }

  .teamBio p.connect, .teamBio p.name {
    display:none!important;
  }

  .connectWrapper {
    width:100%;
    display:block;
  }

  body.team .greyTopRuleOnly {
    border:none;
  }

}








/* Section Module - White Text */

.sectionModule {
  text-align:center;
  color:#ffffff;
}

.sectionModule p {
  font-weight:400!important;
}

.sectionModule h3 {
  margin-bottom:0px;
}

.sectionModule p.shortDescription {
  padding-bottom:23px!important;
  margin-bottom:18px!important;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/orangeRule.gif);
  background-position:center bottom;
  background-repeat:no-repeat;
}

/* Section Module - Aftersales */

.afterSales h2 {
  text-transform:none;
  margin-bottom:15px;
}

p.serviceSummary {
  font-size:18px;
  padding:0px 20%;
  line-height:120%;
}

.afterSales .ctaWrapper {
  margin-bottom:15px;
}

@media (max-width: 560px) {
  p.serviceSummary {
    padding:0px 5%;
  }

}

/* Section Module - Blue Rule */

.bRule h3 {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/blueRule.gif);
  background-position:center bottom;
  background-repeat:no-repeat;
  padding-bottom:25px;
  margin-bottom:19px;
}

@media (max-width: 560px) {
  .bRule br {
    display:none;
  }

}

/* Section Module - Black Text */

.blk {
  color:#575756!important;
  padding-top:30px!important;
}

.blk h3 {
  margin-bottom:10px!important;
}

.blk p.intro {
  color:#779fda;
}

/* Case Study Module */


.three-case-studies .hs_cos_wrapper_widget {
  display:inline-block;
  width:300px;
  vertical-align: text-top;
}


.caseStudy .imageRoundel {
  width:150px;
  height:150px;
  border-radius: 75px 75px 75px 75px;
  -moz-border-radius: 75px 75px 75px 75px;
  -webkit-border-radius: 75px 75px 75px 75px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  display:inline-block;
  margin:0px 0px 5px 0px;
}

.caseStudy h4 {
  color:#2170A8;
}

.caseStudy h4.client {
  margin-bottom:0px;
}

.caseStudy p.clientName {
  font-weight:700;
  color:#575756;
}

p.supportingTxt {
  padding:0px 5%;
  height:100px;
  font-size:14px;
}

/* Variations on Case Study Module for Case Study Single Items which appears on the Case Study Template */

.caseStudy h4.masonry {
  color:#2170A8;
  margin-bottom:0px!important;
  height:auto;
}

.caseStudy h4.masonryNeed {
  margin-bottom:5px;
  height:auto;
}

.caseStudy p.snippet {
  padding:0px 5%;
  height:100px;
  font-size:14px;
  margin-bottom:0px;
}

.caseStudy .ctaWrapper {
  margin-bottom:0px;
}

@media (max-width: 568px) {
  .caseStudy p.snippet {
    padding:0px 0%;
    height:125px;
  }
}





/* Section Module - Knowledge Hub */

.knowledge, .orange {
  color:#575756!important;
  padding-top:0px!important;
}

.knowledge h3 {
  padding-bottom:23px!important;
  margin-bottom:18px!important;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/whiteRule.gif);
  background-position:center bottom;
  background-repeat:no-repeat;
  margin-top:0px;
}

.greyRule h3 {
  padding-bottom:23px!important;
  margin-bottom:18px!important;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/greyRule.png);
  background-position:center bottom;
  background-repeat:no-repeat;
  margin-top:0px;
}

.knowledge p.shortDescription, .orange p.shortDescription {
  background-image:none;
  padding-bottom:0px!important;
}

/* Section Module - Black with orange rule */

.orange h3 {
  padding-bottom:23px!important;
  margin-bottom:18px!important;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/orangeRule.gif);
  background-position:center bottom;
  background-repeat:no-repeat;
  margin-top:0px;
}

/* Section Module - Blue */

.blue h3 {
  color:#2170A8;
  margin-top:40px;
}

p.summaryText {
  font-size:19px;
  color:#868686;
  padding:0px 20%;
  margin-top:25px;
}

@media (max-width: 568px) {
  p.summaryText {
    padding:0px 5%;

  }
}

/* Sub Section Module */

.sectionModule p.sectionText {
  padding:0px 25%;
}

/* Section Module - Book a Test Centre */

.bookATest h3 {
  margin-top:0px;
}

/* Section Module - ROI */

.roi h3 {
  color:#575756;
}

.roi p.subtitle {
  color:#868686;
  font-size:21px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/orangeRule.gif);
  background-repeat:no-repeat;
  background-position:center bottom;
  padding-bottom:24px;
  margin-bottom:30px;
}

/* Section Module - Our Approach - White on Blue */

.wht {
  padding-top:15px;
}

.wht h3{
  margin-bottom:15px;
}

/* Section Module - Pharma Intro */

.pharmaSec h3 {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/pharmaRule.gif);
  padding-bottom:24px;
  background-position:center bottom;
  margin-bottom:20px;
  background-repeat:no-repeat;
}

.pharmaSec p.shortDescription {
  background-image:none;
  margin-bottom:0px!important;
  padding-top:0px;
  padding-bottom:0px!important;
}

/* Section Module - Matcon Positioning White */

.originalIBCManu {
  padding:40px;
  margin:100px 0px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/trans80.png);
}

.originalIBCManu h3 {
  margin-top:30px;
}

.originalIBCManu .ctaWrapper {
  margin-bottom:20px;
}

@media (max-width: 568px) {
  .originalIBCManu {
    padding:40px 0px 40px 0px;
    margin:0px;
  }
}

/* Cone Valve Module */

.coneColumns {
  width:50%;
  float:left;
  height:420px;
  padding:50px 0px 0px 0px;
}

.coneValveSection {
  position:relative;
} 

.coneValveSection .text {
  width:540px;
  padding-left:40px;
} 

.coneValveSection h4 {
  margin-top:0px;
}

.coneMask {
  display:block;
  position:absolute;
  width:311px;
  height:420px;
  left:50%;
  top:0px;
  margin-left:-311px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/coneMask-01.svg);
  background-position:left top;
  background-repeat:no-repeat;
}

.diffBg .coneMask {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/coneMaskWhite-01.svg);
}


@media (min-width: 1751px) {
  .bgImage {
    background-repeat:no-repeat;
    background-position:left -238px;
    background-size: 1200px 879px;
  }
}

@media (max-width: 1750px) {
  .bgImage {
    background-repeat:no-repeat;
    background-position:left -75px;
    background-size: 800px 586px;
  }
}





@media (max-width: 1080px) {
  .coneColumns {
    width:45%;
    float:left;
    height:420px;
    padding:30px 0px 0px 0px;
  }

  .coneValveSection .text {
    width:480px;
    margin-left:40px;
  }

  .originalConeMan {
    padding-top:30px;
  }

}

@media (max-width: 960px) {
  .coneColumns {
    width:100%;
    float:none;
    height:auto;
    padding:50px 0px 0px 0px;
    text-align:center;
  }

  .coneMask {
    display:none;
  }

  .bgImage {
    height:250px;
    background: no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .coneValveSection .text {
    width:100%;
    padding:50px 7%;
    margin-left:0px;
  } 

}

/* Blog RSS Widget */

.hs-rss-item-text {
  height:145px;
}

#custom_rss {
  margin-top:-3px;
}

#custom_rss h3 {
  text-transform:uppercase;
  display:none;
}

#custom_rss .hs-rss-item-image-wrapper {
  display:inline-block;
  width:150px;
  height:150px;
  background: no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 75px 75px 75px 75px;
  -moz-border-radius: 75px 75px 75px 75px;
  -webkit-border-radius: 75px 75px 75px 75px;
  border: 0px solid #000000;
  margin: 0px 0px 15px 0px;
  background-color:#ffffff;
}

#custom_rss .hs-rss-item-image-wrapper a {
  display:none;
}

#custom_rss .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width:100%;
  float: none;
  padding-right: 0px;
}

#custom_rss .hs-rss-item-text::before {
  content: "Matcon Blog";
  display:block;
  text-transform:uppercase;
  font-size:21px;
  font-weight: 400;
  line-height:100%;
  padding:0px 0px 10px 0px;
}

#custom_rss a.hs-rss-title span {
  font-family: 'Work Sans';
  font-weight:700;
  color:#3e4543;
  font-size:14px;
  text-transform:uppercase;
  padding:0px;
  line-height:1;
}

#custom_rss .hs-rss-byline {
  opacity: 1;
  font-size: 13px;
  margin-top:10px;
}

#custom_rss .hs-rss-byline {
  color:#3e4543;
}

#custom_rss .hs-rss-date {
  display:block;
  margin-top:15px;
  color:#3e4543;
}

#custom_rss .hs-rss-item {
  margin-bottom:0px;
}

@media (max-width: 1060px) {
  #custom_rss .hs-rss-item-image-wrapper {
    margin: 10px 0px 15px 0px!important;
  }
}


@media (max-width: 568px) {
  #custom_rss .hs-rss-item-image-wrapper {
    margin: 10px 0px 10px 0px;
  }

}

/* Accreditation Logos */
.creds {
  width:150px;
  height:150px;
  background-repeat:no-repeat;
  background-position:center center;
  display:inline-block;
  margin:15px 0px 15px 0px; 
}

.creds-section .hs_cos_wrapper_widget {
  display:inline-block;
  width:170px;
  vertical-align: text-top;
}

@media (max-width: 568px) {
  .creds-section .hs_cos_wrapper_widget {
    width:100px;
  }

  .creds-section .productOptionImage {
    width:100px;
    height:100px;
  }

  .creds {
    width:100px;
    height:100px;
  }
}

/* Crumb Trail Module */

.crumbs {
  background-position:right top;
  background-repeat:no-repeat;
  background-size: 80px 80px;
}

.crumbs ul {
  margin:0px;
  padding:0px;
}

.crumbs li {
  margin:0px;
  padding:0px;
  list-style:none;
  color:#575756;
  font-weight: 400;
  text-transform:uppercase;
  display:inline-block;
  font-size:13px;
}

.crumbs li a {
  color:#b1b1b1;
  font-weight: 400;
  text-transform:uppercase;
  display:inline-block;
  font-size:13px;
  margin-right:3px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/backslashGrey-01.svg);
  background-position:right top;
  background-repeat:no-repeat;
  padding:0px 15px 0px 0px;
}

.crumbs h1 {
  margin-top:4px;
}

.generalContent p.intro {
  padding:0px;
}

.productCrumbs {
  margin-top:30px;
}

.offerCrumbs ul li {
  color:#00bcb4;
}

.offerCrumbs h1 {
  line-height:120%;
}

@media (max-width: 1080px) {
  .industryHeader .productCrumbs, .productsHeader .productCrumbs {
    display:none;
  }   
}


@media (max-width: 960px) {
  .crumbs li, .crumbs li a  {
    font-size:11px;
  }

  .crumbs li a  {
    padding:3px 15px 3px 0px;
  }

}


@media (max-width: 750px) {
  .crumbs ul {
    display:none;
  }

  .crumbs {
    background-position:left top;
    background-repeat:no-repeat;
    background-size: 60px 60px;
    padding-top:60px;
  }

  body.pharma-sub .crumbs {
    padding-top:0px;
  }

  body.pharma-sub h1 {
    margin-top:-60px;
  }

}


/* Features at a Glance Module */

.featuresPanel {
  width:100%;
  height:auto;
  padding:25px;
  background-color:#bdbbbb;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;
}

.featuresPanel h5 {
  text-transform:uppercase;
  margin:0px;
  padding:0px;
}

.featuresPanel ul li {
  font-size:14px;
  margin-left:15px;
}

.featuresPanel ul {
  padding-left:0px;
  margin:10px 0px 0px 0px;
}

/* Features at a glance - rich text */

.richTxt h5 {
  margin-bottom:15px;
  font-size:18px;
}

/* Pharma Downloads Module */

a.docDownload {
  color:#575756;
  font-size:14px;
  padding:10px 0px 5px 30px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/pdfIcon.png);
  background-position:center left;
  background-repeat:no-repeat;
  background-size: 25px 25px;
  display:block;
  cursor: pointer;
  margin-bottom:0px;
}

.downloadsModule p.intro {
  padding-left:0px;
}

.downloadsModule h4 {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/downloadsUnderscore.gif);
  background-repeat:no-repeat;
  background-position:left bottom;
  padding-bottom:16px;
  margin-bottom:10px;
  margin-top:0px;
}

.personaDocs h4 {
  background-image:none;
  padding-bottom:4px!important;
  margin:0px!important;
}

.personaDocs p {
  color:#868686!important;
}

.columnOne {
  width:50%;
  display:inline-block;
  float:left;
}

.columnTwo {
  width:50%;
  display:inline-block;
  float:left;
}

@media (max-width: 750px) {
  .columnOne {
    width:100%;
  }

  .columnTwo {
    width:100%;
  }
}

/* Pharma Related Pages */

.pharmaRelated h4 {
  color:#9a216b;
  margin:0px;
  font-size:18px;
}

.pharmaRelated h3 {
  margin-top:8px;
  margin-bottom:15px;
}

/* Industry Title Module */

.industryTitleSection, .productTitleSection {
  text-align:right;
}

.industryTitleSection h1, .productTitleSection h1 {
  font-weight: 400;
  margin-top: 30px !important;
}

.industryTitleSection h1 span {
  color:#2170a8;
  font-size:60%;
}

p.pageIntro {
  font-size:21px;
  font-weight: 400;
  color:#868686;
}

/* Product Title Module */

.productTitleSection p.subhead {
  color:#868686;
  font-size:21px;
  margin-top:0px;
}

.productTitleSection h1 {
  margin-bottom:0px;
  line-height:100%;
}



@media (max-width: 1080px) {
  .industryTitleSection, .productTitleSection {
    text-align:center;
    width:100%!important;
    padding:0px 5%;
  }

  .productTitleSection h1 {
    color:#ffffff;
  }

  .productTitleSection p.subhead {
    margin-bottom:60px;
  }

  .productsTitle .span7 {
    width:100%;
    display:block;
  }

  .productsTitle .span7 .productTitleSection {
    padding:140px 5% 0px 5%;
  }

  .productTitleSection .pageIntro {
    padding:0px 10%;
  }

  .industryTitleSection p.pageIntro, .productTitleSection p.pageIntro {
    font-size:18px;
  }
}

@media (max-width: 960px) {
  .productsTitle .span7 .productTitleSection {
    padding:140px 5% 0px 5%;
  }   
}

@media (max-width: 479px) {
  .productTitleSection h1 {
    color:#575756;
    padding-top:20px;
  }

  .productTitleSection p.subhead {
    margin-bottom:20px;
  }

}

/* Persona Related Pages */

.personaRelated {
  padding:20px 0px;
}

.personaRelated h4 {
  margin-top:0px;
  padding:0px;
}

.personaRelated .navIntro {
  padding-bottom:0px;
}

.menuWrapper {
  text-align:center;
}

/* Product Detail Module */

.productDetail {
  text-align:left;
}

.productDetail p.intro {
  padding:0px;
}

.downloadCTAs {
  padding-top:19px;
  margin-top:5px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/orangeRule.gif);
  background-repeat:no-repeat;
  background-position:left top;
}

@media (max-width: 568px) {
  .productDetail {
    text-align:center;
  }

  .downloadCTAs {
    background-position:center top;
  }

  #sectionTwo .productDetail {
    margin-bottom:15px;
  }

}

/* Matcon IBC System Intro */

.systemIntro h3 {
  margin-top:-30px;
}

.systemIntro h3.secondaryTitle {
  text-transform:none;
  margin-top:0px;
}

.systemIntro p.shortened {
  padding:0px 35%;
}

.systemIntro .IBCIcon {
  width:100px;
  height:100px;
  background-position:center bottom;
  background-repeat:no-repeat;
  display:inline-block;
}

@media (max-width: 960px) {
  .systemIntro p.shortened {
    padding:0px 25%;
  }
}

@media (max-width: 568px) {
  .systemIntro p.shortened {
    padding:0px 5%;
  }
}






/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */




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


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

/* Metallic Strip */

.metallicBg {
  height:180px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/footer-kaleidoscope.jpg);
  background-position:center top;
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:relative;
  border-top:solid 10px #779fda;
}

.metallicBgLP {
  height:180px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/footer-kaleidoscope.jpg);
  background-position:center top;
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:relative;
  border-top:solid 10px #00bcb4;
}






.coneArrow {
  display:block;
  width:54px;
  height:54px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/coneArrow-01.svg);
  background-position:center bottom;
  position:absolute;
  left:50%;
  bottom:-6px;
  margin-left:-27px;
}


/* Sitemap */

.sitemapSection {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/greySwoosh-01.svg);
  background-position:center -170px;
  background-repeat:no-repeat;
}

.sitemapSection-smartlp {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Smart%20Landing%20Page%20Files/greySwoosh-04-01.svg);
  background-position:center -170px;
  background-repeat:no-repeat;
  background-size: 4000px;
}

.sitemap ul li.hs-menu-item a, ul.aftersalesNav li a {
  margin:0px;
  padding:0px;
  color:#868686;
  font-weight:300;
  font-size:12px;
}

.sitemap ul li.hs-menu-item a:hover, ul.aftersalesNav li a:hover {
  color:#000000;
}

ul.aftersalesNav li {
  list-style:none;
  margin:0px;
  padding:0px;
  line-height:100%;
}


ul.aftersalesNav li a {
  padding:0px;
  margin:0px;
  font-size:12px;
}

ul.aftersalesNav li a::before { 
  content: "› ";
}


ul.aftersalesNav {
  margin:0px;
  padding:0px;
}

.sitemap h4 {
  color:#2170a8;
  font-weight:400;
  text-transform:uppercase;
  padding-bottom:10px;
  font-size:14px;
}

.aftersales-footer p {
  color:#868686;
  font-weight:300;
  font-size:12px;
}

ul.socialLogos {
  margin:0px;
  padding:0px;
}

ul.socialLogos li {
  list-style:none;
  display:inline-block;
  width:38px;
  height:38px;
}

ul.socialLogos li a {
  text-indent:-9999px;
  overflow:hidden;
  display:inline-block;
  width:48px;
  height:48px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/socialLogos-01.svg);
  background-size:170px 38px;
  background-repeat:no-repeat;
  margin-left:0px;
}

ul.socialLogos li:first-child a {
  margin-left:-0px;
}

ul.socialLogos li a:hover {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/socialLogosRoll-01.svg);
}

ul.socialLogos li.twitter a {
  background-position:0px 0px;
}

ul.socialLogos li.linkedIn a {
  background-position: -45px 0px;
}

ul.socialLogos li.youTube a {
  background-position: -90px 0px;
}

ul.socialLogos li.facebook a{
  background-position:-134px 0px;
}

.greyLogo {
  margin:15px 0px 10px -4px;
}

.positioning {
  padding-right:180px;
}

.positioning h5 {
  font-weight:300;
  font-size:18px;
  margin:0px;
  padding:0px 0px 10px 0px;
}

.positioning p {
  font-size:13px;
}

body.smartlp .positioning h5 { 
  color: #fff; 
  margin-top: 20px; 
}

body.smartlp .positioning p { 
  color: #fff; 
}

.ctaWrappper {
  margin-top:30px;
}

.lp-logo-foot-grey {
  display: none; 
}

@media (max-width: 960px) {

  .lp-logo-foot-grey {
    display: inline-block; 

  }

  .lp-logo-foot-white {
    display: none; 
  }

  .sitemapSection {
    background-image:none;
  }

  .sitemapSection-smartlp {
    background-image:none;
  }

  .positioning {
    text-align:center;
    padding-right:0px;
  }

  .positioning p {
    padding:0px 10%;
  }

  .sitemapSection .span6 {
    float:none;
    width:100%;
    margin:0px;
    padding:0px;
  }

  .sitemapSection-smartlp .span6 {
    float:none;
    width:100%;
    margin:0px;
    padding:0px;
  }

  body.smartlp .positioning p {
    color: #575756;
  }

  body.smartlp .positioning h5 {
    color: #575756;
  }

  .greyLogo {
    margin:15px 0px 10px 0px;
  }

  .ctaWrappper {
    margin:30px 0px;
  }
}

@media (max-width: 760px) {
  .sitemap {
    text-align:center;
  }

  .sitemap h4 {
    margin:4px;
    text-align:center;
  }

  .sitemap ul li.hs-menu-item a, ul.aftersalesNav li a {
    text-align:center;
  }

  .sitemapSection .span4 {
    width:30%;
    display:inline-block;
    vertical-align: text-top;
  }

  .sitemapSection .follow {
    width:100%!important;
  }

}

@media (max-width: 479px) {
  .sitemap ul li.hs-menu-item a, ul.aftersalesNav li a {
    text-align:center;
  }

  .sitemapSection .span4 {
    width:130px;
    display:inline-block;
    vertical-align: text-top;
  }

  .sitemapSection .aftersalesPanel, .sitemapSection .follow {
    width:100%!important;
  }

  .sitemapSection .aftersalesPanel {
    margin-bottom:15px;
  }

  .sitemapSection .aftersalesPanel p {
    padding:0px 10%;
  }

  .sitemapSection .follow {
    margin-top:15px;
  }

}



/* IDEX Bar */

.greyBar {
  background-color:#868686;
  vertical-align: middle;
  padding:15px 0px;
  position:relative;
}


img.idexLogo {
  display:inline-block;
  margin:0px;
}

img.iipLogo {
  position: absolute;
  right: 0px;
  top: -5px;
  width: 140px!important;
}

ul.legals {
  display:inline-block;
  margin:0px 0px 3px 30px!important;
  padding-left:0px;
}

ul.legals li {
  list-style:none;
  color:#ffffff;
  font-size:12px;
  display:inline-block;
  margin:0px;
  font-weight: 400;
}

ul.legals li a {;
  color:#ffffff;
  font-size:12px;
  font-weight: 400;
}

ul.legals li a:hover {;
  color:#000000;
}

ul.legals li::after {
  content: " . ";
}

ul.legals li:last-child::after {
  content: "";
}

@media (max-width: 1080px) {}


@media (max-width: 767px) {
  .greyBar {
    text-align:center;
  }

  img.iipLogo {
    position: relative;
    display:inline-block;
    width: 140px!important;
    top: 5px;
    padding-left: 20px;
  }

}

@media (max-width: 479px) {
  .greyBar {
    text-align:center;
  }

  ul.legals li:first-child {
    display:block;
  }

  ul.legals li:first-child::after {
    content: "";
  }

  img.idexLogo {
    display:block;
    float:none;
    margin:0px auto 15px auto;
  }

  ul.legals {
    margin:0px!important;
  }

  ul.legals li {
    line-height:100%;
  }

}

/* 2019 Footer Changes */

.footer-menu-2019 {
  border-top: solid 5px #779fda;
}

.social-block-2019 {
  margin-left: -20px !important; 
  width: 200px !important;
} 

.aftersales-block-2019 {
  margin-left: -20px !important; 
  margin-right: 40px; 
} 

.expertise-block-2019 {
  margin-left: -20px !important; 
} 

@media (max-width: 1040px) {
  .social-block-2019 {
    margin-left: 0px !important; 
    width: 100% !important;
  } 

  .aftersales-block-2019 {
    margin-left: 0px !important; 
    margin-right: 0px; 
  } 

  .expertise-block-2019 {
    margin-left: 0px !important; 
  } 

}

.footer-enquiry-2019 h5 {
  font-weight: 400;
  font-size: 18px;
  color: #2170a8;
  margin-bottom: 5px;
  text-transform: none !important;
  margin-top: 15px;
}

.footer-enquiry-2019 p {
  font-size: 10px;
  margin-bottom: -5px !important;
}

.footer-form-intro-2019 p {
  font-size: 13px;
  margin-bottom: 13px !important;
}

.footer-enquiry-2019 input {
  -webkit-appearance: textfield;
  background-color: #ececec !important;
  cursor: text;
  padding: 12px 18px 12px 18px !important;
  border-width: 0px !important;
  border-style: inset;
  border-color: initial;
  border-image: initial;
  margin-bottom: 14px;
  border-radius: 6px !important;  
  color: #555;
  opacity: 1; 
  font-size: 13px !important;
}

.footer-enquiry-2019 input[type="text"] {
  font-family: 'Work Sans',Arial,Sans-serif;

}

.footer-enquiry-2019 input[type="email"] {
  font-family: 'Work Sans',Arial,Sans-serif;
  width: 70%;

}
.footer-enquiry-2019 input[type="tel"] {
  font-family: 'Work Sans',Arial,Sans-serif; 

}

.footer-enquiry-2019 span.hs-form-required {
  display: none;
}

.footer-enquiry-2019 form.hs-form .hs-form-field ul.inputs-list {
  font-family: 'Work Sans',Arial,Sans-serif;
  color: #2170a8;
  font-size: 10px;
  font-weight: 700;
}

.footer-enquiry-2019 .hs_cos_wrapper_type_form .hs-button.primary.large {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  background-color: #2170a8 !important;
  padding: 12px 24px !important;
  border-radius: 4px 4px 4px 4px !important;
  -moz-border-radius: 4px 4px 4px 4px !important;
  -webkit-border-radius: 4px 4px 4px 4px !important;
  border: 0px solid #000000;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  font-size: 16px;
  margin-bottom: 5px;

}

.footer-enquiry-2019 .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
  background-color:#779fda !important;

} 

.footer-enquiry-2019 input[type="checkbox"] {
  padding: 10px;
  -webkit-appearance: checkbox;
}


.footer-enquiry-2019 .hs_cos_wrapper_type_form textarea {
  background-color: #ECECEC !important;
  border-style: none;
  font-family: 'Work Sans',Arial,Sans-serif;
  padding: 12px;
  border-radius: 6px !impotant;
  color: #555 !important;
  font-size: 13px !important;
}  

.footer-enquiry-2019 .hs-form select {
  background-color: #ececec !important;
  cursor: pointer;
  width: 100%;
  padding: 12px !important;
  border-bottom: 22px;
  font-family: 'Work Sans',Arial,Sans-serif;
  font-size: 13px !important;
  color: #727272;
  margin-bottom: 15px;
  border: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
}

.footer-enquiry-2019 ul.hs-error-msgs li label {
  text-transform: none !important;
  width: 100% !important;
  padding-top: 0px;
  padding-bottom: 10px;
  color: #c31632;
  font-size: 13px;
  margin-top: -10px;
}

.footer-form-small-print p {
  font-size: 10px;
  margin-top: -30px;
}



/* Placeholder Text */
.footer-enquiry-2019 ::-webkit-input-placeholder { /* Webkit Browsers */
  color: #555;
  opacity: 1; 
  font-size: 13px;
}
.footer-enquiry-2019 :-moz-placeholder { /* Firefox 18- */
  color: #555;
  opacity: 1; 
  font-size: 13px;
}
.footer-enquiry-2019 ::-moz-placeholder { /* Firefox 19+ */
  color: #555;
  opacity: 1; 
  font-size: 13px;
}
.footer-enquiry-2019 :-ms-input-placeholder { /* IE10 */
  color: #555;
  opacity: 1; 
  font-size: 13px;
}

@media (max-width: 836px) {
  .sitemap .span2 {
    width:30%;
    display:inline-block;
    vertical-align: text-top;
  } 

  .social-block-2019 {
    margin-top: 20px; 
  }
}

@media (max-width: 1161px) {
  .footer-enquiry-2019 {
    width: 300px !important;

  }

  .footer-enquiry-2019 input[type="email"] {
    width: 70% !impotant;

  }
} 

@media (max-width: 959px) {
  .footer-enquiry-2019  {
    width: 100% !important;
    margin-left: 0px !important;  
  }

  .footer-enquiry-2019 input[type="email"] {
    width: 100%;

  }
  .footer-enquiry-2019 {
    text-align: center ;
  }
}

@media (max-width: 990px) {
  .idex-brands-foot img {
    height: 25px !important;
  } 
}

@media (max-width: 843px) {
  .idex-brands-foot p  {
    text-align: center !important;
    padding-top: 10px;   
  } 
} 


@media (max-width: 767px) {
  .greyBar {
    text-align:center;
  }

}


/* Whitepaper Download Module */

.whitepaperDownload {
}

/* TEMPORARILY HIDDEN */

.leftImage {
  float:left;
  padding-right:40px;
  display:block;
}

.rightContent {
  display:block;
}

.whitePaperRoundel {
  width:250px;
  height:250px;
  border-radius: 125px 125px 125px 125px;
  -moz-border-radius: 125px 125px 125px 125px;
  -webkit-border-radius: 125px 125px 125px 125px;
  border: 0px solid #000000;
  background-color:#ffffff;
  background-position:20px center;
  background-size:250px 250px;
}

.whitepaperDownload h4 {
  color:#001970;
  padding-top:20px;
}

.whitepaperDownload h2 {
  color:#ffffff;
  margin-bottom:4px;
  text-transform:none;
}

.whitepaperDownload p.subTitle {
  text-transform:uppercase;
  color:#ffffff;
}

.whitepaperDownload p.documentDescription {
  color:#ffffff;
}

@media (max-width: 568px) {
  .leftImage {
    float:none;
    padding-right:0px;
    width:100%;
    text-align:center;
  }

  .whitePaperRoundel {
    display:inline-block;
    width:200px;
    height:200px;
    border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    -webkit-border-radius: 100px 100px 100px 100px;
    border: 0px solid #000000;
    background-color:#ffffff;
  }

  .rightContent {
    width:100%;
    text-align:center;
  }

  .whitepaperDownload h2 {
    font-size:26px;
    line-height:120%;
  }

}

/* Key Services Header */

.keyServicesHeader h2 {
  margin-bottom:0px;
}

.keyServicesHeader p.subTitle {
  color:#575756;
  font-size:18px;
}

/* System Intro */

.systemIntro h3 {
  text-transform:uppercase;
  line-height:130%;
}

.systemIntro p.subTitle {
  padding:0px 25%;
  font-size:19px;
}

.systemIntro p.moduleDescription {
  padding:0px 25%;
}

.systemIntro h3.moduleTitle {
  text-transform:none;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/orangeRule.gif);
  background-repeat:no-repeat;
  background-position:center top;
  padding-top:36px;
  margin-top:30px;
}

@media (max-width: 568px) {
  .systemIntro p.moduleDescription {
    padding:0px 5%;
  }

  .systemIntro p.subTitle {
    padding:0px 5%;
    font-size:17px;
  }

}

/* Uk Office Roundel */

.officeRoundel {
  text-align:center;
  width:100%;
  position:relative;
}

.officeRoundel h3 {
  color:#ffffff;
  font-size:28px;
  margin-bottom:0px;
}

.officeRoundel p.officeLocation {
  color:#ffffff;
  font-size:21px;
  padding-bottom:21px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/orangeRule.gif);
  background-position:center bottom;
  background-repeat:no-repeat;
  margin-bottom:35px;
}

.officeImage {
  width:200px;
  height:200px;
  background-position:center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  display:inline-block;
  margin-top:-120px;
  border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px 100px 100px 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
  border: 0px solid #000000;
}

.flagRoundel {
  width:60px;
  height:60px;
  background-position:center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  -webkit-border-radius: 30px 30px 30px 30px;
  border: 0px solid #000000;
  position:absolute;
  left:50%;
  top:20px;
  margin-left:30px;

}

/* Regional Office Variation */

.regional .officeImage {
  margin-bottom:30px;
  margin-top:20px;
  width:150px;
  height:150px;
  background-position:center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  display:inline-block;
  border-radius: 75px 75px 75px 75px;
  -moz-border-radius: 75px 75px 75px 75px;
  -webkit-border-radius: 75px 75px 75px 75px;
  border: 0px solid #000000;
}

.regionalOffices .hs_cos_wrapper_widget {
  display:inline-block;
  width:250px;
  vertical-align: text-top;
}

.regionalOffices .flagRoundel {
  width:50px;
  height:50px;
  background-position:center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  -webkit-border-radius: 25px 25px 25px 25px;
  border: 0px solid #000000;
  position:absolute;
  left:50%;
  top:120px;
  margin-left:25px; 
}

.regionalOffices h3 {
  color:#2170a8;
  text-transform:uppercase;
  font-size:21px;
  margin-bottom:20px;
}

.addressPanel {
  display:inline-block;
  height:130px;
}

.regionalOffices .addressPanel p {
  margin:0px;
  padding:0px;
  font-size:14px;
}


/* Featured Download Tier - Resource Module */

.resourcesTier h4 {
  text-transform:uppercase;
  color:#2170a8;
  font-size:13px!important;
  margin-bottom:0px;
}

.resourcesTier h3 {
  margin-top:5px;
}

.resourcesTier p {
  padding-right:30%;
}

@media (max-width: 760px) {
  .resourcesTier p {
    padding-right:0%;
    text-align:center;
  }

  .resourcesTier h4 {
    text-align:center;
  }

  .resourcesTier h3 {
    text-align:center;
  }

  .ctaWrapper {
    text-align:center;
  }

}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*                                                      Privacy and Cookie Pop-up                                              */
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/



div#hs-eu-cookie-confirmation.can-use-gradients {
  background-image:none!important;
}

div#hs-eu-cookie-confirmation {
	background-color:rgba(255, 255, 255, 0.9)!important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  padding: 40px 20px 40px 20px!important;
}


body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {

  max-width:1560px!important;
  margin:0px auto;
}


body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  line-height: 19px !important;
  font-family: 'Work Sans', sans-serif!important;
  font-weight: normal !important;
  font-size: 14px !important;
  margin: 0px 0px 12px 0px!important;
  padding: 0px!important;
  text-align: left !important;
  font-weight:300 !important;
  color:#000 !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
  color:#2170a8 !important;
}

body div#hs-eu-cookie-confirmation {
  position: fixed;
  left: 0;
  width: 100%;
  height: auto;


  font-size: 14px !important;
  line-height: 18px !important;
  font-family: 'Work Sans',sans-serif !important;
  font-weight: 200 !important;
  color: #000 !important;
  text-shadow: none !important;
  text-align: left !important;
  z-index: 100000000 !important;
  box-shadow: 0 1px 5px #6f6f6e !important;
  border-bottom: 0;
  bottom: 0;
  top: auto;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  font-family: 'Work Sans', sans-serif!important;
  display:inline-block;
  color:#fff!important;
  text-decoration:none!important;
  border: solid 1px #2170a8 !important;
  background-color:#2170a8!important;
  padding: 15px 40px 15px 40px!important;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  text-transform:none;
  font-weight: 700 !important;
  font-style:normal;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  font-size:16px;
  margin-bottom:16px!important;
  text-transform:;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
  color:#2170a8 !important;
  background-color:#ffffff!important;
  border: solid 1px #2170a8 !important; 
  font-weight: 700;
}


body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  font-family: 'Work Sans', sans-serif!important;
  display:inline-block;
  color:#2170a8!important;
  text-decoration:none!important;
  border: solid 1px #2170a8!important;
  background-color:#ffffff!important;
  padding: 15px 40px 15px 40px!important;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  text-transform:none;
  font-weight: 700 !important;
  font-style:normal;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  font-size:16px;
  margin-bottom:16px!important;
  text-transform:none!important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button:hover {
  color:#fff!important;
  text-decoration:none!important;
  border: solid 1px #fff!important;
  background-color:#2170a8!important;
}


body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-cookie-settings-button {
    font-family: 'Work Sans', sans-serif!important;
    display: inline-block;
    color: #2170a8 !important;
    text-decoration: none!important;
    border: solid 1px #2170a8 !important;
    background-color: #ffffff!important;
    padding: 15px 40px 15px 40px!important;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    text-transform: none;
    font-weight: 700 !important;
    font-style: normal;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    font-size: 16px;
    margin-bottom: 16px!important;
    margin-left: 0px !important;
    text-transform: none!important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-cookie-settings-button:hover {
  color:#ffffff!important;
  text-decoration:none!important;
  border: solid 1px #2170a8!important;
  background-color:#2170a8!important;
  font-weight: 700 !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p:nth-child(3) {
  color:#000!important;
  font-size: 14px !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}


body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
  background-color:#fff!important;
  color:#2170a8 !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  position:relative;
  background:transparent!important;
}


body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  position: relative;
  display: flex;
  float: left;
  margin-bottom: 30px;
}

body #hs-modal #hs-modal-content {
  font-family: 'Work Sans'!important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-description .hs-category-description-header h3 {
  color: #000000!important;
  font-family: 'Work Sans'!important;
  font-size: 20px!important;
  font-weight: 800!important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-description {
  border-left: 1px solid #c0bebe!important;
  border-right:none!important;
  border-top:none!important;
  border-bottom:none!important;
  color:#0078be!important;
}


body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-description {
  position: absolute;
  width: 72%;
  left: 28%;
  top: 0;
  border: 1px solid #c0bebe;
  border-left: 0;
  padding: 5px 16px 16px 30px !important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-description .hs-category-description-text p {
  margin-bottom: 12px!important;
  color: #000000!important;
  font-family: 'Work Sans'!important;
  font-size: 14px!important;
  line-height:18px!important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-description-header .hs-always-active-label {
  font-family: 'Work Sans'!important;
  color: #0078be !important;
}



body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label {
  padding:13px 16px 8px 16px!important;
  height: 45px!important;
}




body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label {
  border-bottom:1px solid #c0bebe!important;
  border-right:none!important;
  border-left:none!important;
  border-top:none!important;
  background: #ffffff!important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label.hs-active {
  background: #fff;
  border-right: none;
  border-left: none!important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-row .hs-category-label.hs-active span {
  color:#0078be!important;
  font-weight:800!important;
}



body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-fill {
  border-right: none!important;
  height:200px!important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-row .hs-category-label span {
  color: #000000!important;
  font-family: 'Work Sans'!important;
  font-weight: 800!important;
}

body #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container #hs-modal-accept-all {
  border-radius: 3px;
  display: inline-block;
  text-decoration: none!important;
  background-color: #0078be!important;
  border: 1px solid #0078be!important;
  color: #fff!important;
  font-family: 'Work Sans'!important;
  font-weight: 400!important;
  font-size: 14px!important;
  line-height: inherit!important;
  text-align: center!important;
  text-shadow: none!important;
  margin-top: 20px;
  padding: 15px 30px 15px 30px!important;
  text-transform:uppercase!important;
}

body #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container a:hover {
  background-color: #ffffff!important;
  color: #0078be!important;
}

body #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container #hs-modal-save-settings {
  border-radius: 3px;
  display: inline-block;
  text-decoration: none!important;
  background-color: #ffffff!important;
  border: 1px solid #0078be!important;
  color: #0078be!important;
  font-family: 'Work Sans'!important;
  font-weight: 400!important;
  font-size: 14px!important;
  line-height: inherit!important;
  text-align: center!important;
  text-shadow: none!important;
  margin-top: 20px;
  padding: 15px 30px 15px 30px!important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-toggle .slider {
  background-color:;
}

body #hs-modal #hs-modal-content #hs-modal-header #hs-modal-close-button {
  color: #0078be!important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-row .hs-modal-checkmark {
  background-image: url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/IDEX%20MPT%20Group%20Files/Core%20SVGs/tick-01.svg);
  width: 20px!important;
  height: 20px!important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-row .hs-modal-cross {
  background-image: url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/IDEX%20MPT%20Group%20Files/Core%20SVGs/cross-01.svg);
  width: 20px!important;
  height: 20px!important;
}

input#hs-category-toggle-functionality {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  background-color: -internal-light-dark(rgb(255, 255, 255), rgb(33, 112, 168));
  -webkit-rtl-ordering: logical;
  cursor: text;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 1px 2px;
  border-width: 2px;
  border-style: inset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(33, 112, 168));
  border-image: initial;
}



@media(max-width:1079px){
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    width: 100%!important;
  }

  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-cookie-settings-button {
    margin-right: 12px !important;
  }  

  body div#hs-eu-cookie-confirmation {
    bottom: 0px !important;
    top: unset;
    position: fixed !important;
  }
}

@media(max-width:580px){
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    text-align: center !important;
    line-height: 16px !important;
    font-size: 12px !important;
    font-weight: 400 !important;

  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
    font-size: 12px !important; 
    color: #000 !important;
  }

  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p:nth-child(3) {
    font-size: 12px !important; 

  }

  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    margin-bottom: 0px !important; 
  }

  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-cookie-settings-button {
    border: none !important;
    background-color: transparent !important;
    padding: 0px !important;
    width: 100%!important;
    font-size: 16px!important;
    text-decoration: underline !important;
    text-align: center !important;
  }

  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-cookie-settings-button:hover {
    color:#c73f14!important;
    text-decoration:underline!important;
    border: none!important;
    background-color:#ffffff!important;
    font-weight: 700 !important;
  }

  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
    font-size:16px!important;
  }

  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    text-align:center!important;
    width:100%!important;
  }

  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    font-size: 16px !important; 
  }

  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    font-size: 16px !important; 
  }

  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding-top: 15px !important; 
  }
}

@media(min-width:800px){
  body #hs-modal #hs-modal-content {
    padding: 30px 40px 35px 40px !important;
  }


  body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label {
    float: left;
    width: 24%!important;
  }
}


@media(max-width:800px){
  body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-row .hs-category-description {
    position: static!important;
    width: 100%!important;
    padding: 15px 15px 15px 15px !important;
    border: none !important;
  }

  body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-description .hs-category-description-text p {
    font-size: 11px !important;
    line-height: 15px !important;
  }
}

 







/* ==========================================================================
3. MAIN NAVIGATION                                            
========================================================================== */

/* Mobile Header Styles */


/* Home Header */
body.homeHeader {

}

@media (max-width: 1080px) {

}

@media (max-width: 760px) {

}

@media (max-width: 479px) {

}


/* White Header Used on Product Sub Category and General Pages */
body.white-header {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/NEW-BodyBg-01.svg);
  background-position:center top;
  background-repeat:no-repeat;
}

body.pharma-sub {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/NEW-BodyBgPharma-01.svg);
  background-position:center top;
  background-repeat:no-repeat;
}

body.white-header .custom-menu-primary {
  text-align:right;
  margin-top:100px;
}

body.pharma-sub .custom-menu-primary {
  text-align:right;
  margin-top:100px;
}

@media (max-width: 1080px) {
  body.white-header {
    background-position:center -129px;
    background-repeat:no-repeat;
  }

  body.white-header .custom-menu-primary {
    margin-top:0px;
  }

}

@media (max-width: 760px) {

}

@media (max-width: 479px) {
  body.white-header {
    background-position:center -149px;
    background-repeat:no-repeat;
  }
}


/* Image Header Used on Industry Sub Category, the Blog and Product Pages */
body.imageHeader {

}

body.productsHeader {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/NEW-greyBodyBg-01.svg);
  background-position:left -1px;
  background-repeat:repeat-x;
  background-size: 39px;
}

body.industryHeader {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/NEW-bodyBlueFull-01.svg);
  background-position:left -1px;
  background-repeat:repeat-x;
}

body.pharmaHeader {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/NEW-pharmaFullWidthBG-01.svg);
  background-position:left -1px;
  background-repeat:repeat-x;
}

@media (max-width: 1080px) {

}

@media (max-width: 760px) {

}

@media (max-width: 479px) {

}



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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

.custom-menu-primary {
  text-align:right;
  margin-top:120px;
}

@media (max-width: 1080px) {
  .secondaryNav {
    display:none!important;
  }

  .primaryNav {
    display:none!important;
  }
}

@media (min-width: 1079px) {
  .mobileNavCustom {
    display:none!important;
  }
}


body .custom-menu-primary {
  text-align:right;
  margin-top:170px;
}


body.homeHeader .primaryNavSection {
  background-image:none;  
  height:223px;
}

body.homeHeader .secondaryNavSection {
  background-image:none;
}

body.homeHeader .primaryNav {
  position:absolute;
  z-index:250;
  top:0px;
  right:0px;
}


/* Secondary Navigation */

.secondaryNav {
  text-align:right;
}

.secondaryNav ul {
  padding:20px 0px 5px 0px;
  margin:0px;
}

.secondaryNav li {
  margin:0px!important;
  line-height:100%!important;
}

.secondaryNav li.hs-menu-item a {
  font-weight:400;
  margin:0px;
  color:#ffffff;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/graphicBackslash-01.svg);
  background-position:right top;
  background-repeat:no-repeat;
  padding:3px 25px 3px 0px!important;
  font-size: 12.5px;
  z-index: 61 !important;
  position: relative;
}

.secondaryNav li.hs-menu-item a:hover {
  color:#90b7d3;
}

.secondaryNav li.hs-menu-item:last-child a {
  background-image:none;
  padding:3px 0px 3px 0px!important;
}

.secondaryNav ul.hs-menu-children-wrapper {
  display:none!important;
  padding:20px 20px 15px 20px;
  background-color:#868686;
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border: 0px solid #000000;
  margin-left:-55px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
  position:absolute;
  z-index:1100!important;
  margin-top:10px;
}

.secondaryNav ul.hs-menu-children-wrapper li:first-child a {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/greyArrow-01.svg);
  background-position:center top;
  background-repeat:no-repeat;
  padding-top:30px!important;
  margin-top:-30px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}

.secondaryNav li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
  display:block!important;
}

.secondaryNav li.hs-menu-depth-2 a {
  background-image:none;
  font-size:12px;

}

.secondaryNav li.hs-menu-depth-2 {
  padding:0px;
  line-height:90%!important;
}

.secondaryNav li.hs-menu-depth-2 {
  text-align:left;
}


.secondaryNav li.hs-menu-depth-2 a:hover {
  color:#000000;
}



/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
  margin-bottom:5px!important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#ffffff;
  text-decoration:none;
  font-weight:300!important;
  font-size:15px;
  text-transform:uppercase;
  padding:0px 25px 15px 0px!important;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/graphicBackslash-01.svg);
  background-position:right top;
  background-repeat:no-repeat;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a{
  padding:0px 0px 3px 0px!important;
  background-image:none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:last-child {
  padding:38px 0px 0px 15px;
}


body.homepage-up .custom-menu-primary .hs-menu-wrapper>ul>li>a:last-child {
  padding: 10px 0px 5px 0 !important;
}




body.homepage-new .benefitsTier .four-item-section .hs_cos_wrapper_widget .cta_button {
  font-size: 16px !important;
  padding: 12px 20px 9px 20px !important;
  border-radius: 4px 4px 4px 4px !important;
  font-family: 'Work Sans',Arial,Sans-serif !important;
  font-weight: 400 !important;
}


body.homepage-new p.description {
  font-size: 16px;
  min-height: 117px;
}


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  padding:20px 20px 15px 10px;
  background-color:#868686;
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border: 0px solid #000000;
  margin-left:-5px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}

.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul{
  margin-left:95px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#ffffff;
  text-align:left;
  text-decoration:none;
  font-weight:400!important;
  font-size:13px;
  padding:0px 15px 2px 15px;

}

.custom-menu-primary .hs-menu-wrapper > ul ul li:first-child a {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/greyArrow-01.svg);
  background-position:center top;
  background-repeat:no-repeat;
  padding-top:30px;
  margin-top:-30px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#000000;
}

ul.hs-menu-children-wrapper {
  left:-30%!important;
}


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


/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1061px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}






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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

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

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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1061px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}




/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/



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

@media (max-width: 1079px){


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

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

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */

  .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: 0;
    left: 0;
    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:#ffffff;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 15px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: 36px; /* Button width */
    height: 36px; /* Button height */      
    padding:0px;
    background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/mobileHamburgerWhite-01.svg);
    background-repeat:no-repeat;
    z-index:250;
    background-size: 26px 26px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/navArrow-01.svg);
  }



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




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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    right:0px;
    top:5px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 25px !important; /* Button height */  
    padding: 10px 0px !important;
    background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/downArrowWhite-01.svg);
    background-repeat:no-repeat;
    background-position:center center;
  }
  .child-trigger:hover{
    text-decoration: none;
  }





  .child-trigger.child-open i{
  }


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

  .custom-menu-primary.js-enabled{
    position: absolute;
    left:0;
    top:0;
    margin:0px;
    width:100%;
    z-index:1000;
  }

  /* 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;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#4d8db9; /* Menu background color set off global menuColorMobile variable */
    width: 100%!important; /* Full screen width */
    background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website%202017/Web%20Images/matconLogoWhite-01.svg);
    background-repeat:no-repeat;
    background-position:15px 15px!important;
    background-size: 150px;
  }


  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding:80px 20px 40px 20px!important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    border-bottom:solid 1px #2170a8;

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 15px; /* Font size of top level list items */
    overflow: visible;
    font-weight:400!important;
    padding:12px 20px 10px 0px!important;
    line-height:100%;
  }

  /* hide
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) {
  display:block;
  position:absolute;
  width:170px;
  height:60px;
  z-index:2500;
  left:20px;
  top:20px;
  border:none;
}

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) a {
  display:block;
  width:170px;
  height:60px;
  text-indent:-9999px;
  overflow:hidden;
}
  */


  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child  > a{
    margin:25px 0px 0px 0px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:last-child {
    padding:12px 20px 10px 0px!important;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */

  .custom-menu-primary .hs-menu-wrapper > ul ul li:first-child a {
    background-image:none;
    padding-top:35px!important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding:0px 0px 15px 0px;
    background-color:transparent;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: #4d8db9;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 0px; /* Indent Child lists */
    font-size: 14px; /* Font size of child lists */
    font-weight:400!important;
    line-height:160%;
    padding:0px 0px 0px 6px!important;

  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color:#ffffff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-menu-depth-1 {
    display:none;
  }

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


@media (max-width: 320px) {
  .custom-menu-primary .hs-menu-wrapper{
    background-position:15px 20px;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding:80px 0px 40px 7px;
  }
}

@media (max-width: 468px) {

}

@media (max-width: 568px) {
  .custom-menu-primary .hs-menu-wrapper{
    background-position:23px 20px;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding:80px 0px 40px 20px;
  }
}

@media (max-width: 767px) {}

@media (max-width: 960px) {}








/* ==========================================================================
4. TEMPLATE MODULE SELECTORS                                         
========================================================================== */





/* Common Template Selectors                                             
========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
========================================================================== */

.formTitle h4 {
  margin-bottom:0px;
}

.downloadInstruct {
  font-size:11px;
  margin-top:16px;
}



/* Data protection Message */

.dataNote p {
  font-size:12px;
  margin-bottom:10px!important;
  display:block;
  padding-left:5px;
  padding-right:5px;
}

.gatewayForm .hs-richtext p {
  font-size:11px;
  margin-bottom:16px;
}

.gatewayForm .hs-richtext h3  {
  font-size:16px;
  color:#2170a8;
}

.gatewayForm .p1:nth-child(2) {
  font-size:11px;
  margin-bottom:16px;
}

.hs-form-booleancheckbox-display input#gdpr_opt_in-f0757877-6243-41fd-bb63-65749ebad0f4_8728 {
  border:solid 1px #ff6600!important;
}

body.white-header .gatewayForm .hs_cos_wrapper_type_form label {
  text-transform:none!important;
  font-size:15px;
  width:240px;
  line-height:20px!important;
}

body.white-header .gatewayForm input[type="checkbox"] {
  width: auto!important;
  float: left!important;
  margin-right: 10px!important;
  margin-bottom: 50px!important;
}

body.white-header .gatewayForm .actions {
  width:100%;
  clear:both;
}





/* Thank You Page Template */

.noNav {
  height:60px;
}

.noPrimaryNav {
  height:173px;
}

.contentOffer p.intro {
  padding-left:0px;
}

.gateway {
  background-color:#d6d3d2;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;
  padding:30px;
  margin-top:-100px;
}

.gateway h4 {
  text-transform:uppercase;
  color:#2170a8;
  font-size:24px;
  line-height:100%;
  margin-top:10px;
}

.gateway h4 span {
  text-transform:none;
  font-size:22px;
  letter-spacing: 1px;
}

.gateway p {
  margin-bottom:0px;
}

.LPContent {
  padding-bottom:60px;
}

.docDescribe {
  padding-right:10%;
}

@media (max-width: 1080px) {
  .docDescribe {
    padding-right:0px;
  }

  body.landing-page .headerMask {
    top: -60px;
    left: -150px;
  }

  body.landing-page .brandLogo img {
    left:40px;
    top:-150px;
  }

  body.landing-page .introTier {
    padding-top:20px;
  }
}


@media (max-width: 960px) {
  .contentOffer{
    width:55%!important;
  }

  .gateway {
    width:40%!important;
    margin-top:-50px;
  }

}



@media (max-width: 568px) {
  body.landing-page .primaryNavSection {
    display:none!important;
  }

  body.landing-page .noNav {
    height:6px;
  }

  body.landing-page .brandLogo img {
    position:relative;
    left:0px;
    top:0px;
    margin:20px auto 0px auto;
  }

  body.landing-page .crumbs {
    margin-top:0px;
    padding-top:0px;
  }

  body.landing-page .contentOffer {
    text-align:center;
  }

  body.landing-page .introTier {
    padding-top:0px;
  }

  .contentOffer{
    width:100%!important;
  }

  .gateway {
    width:100%!important;
    margin-top:0px;
  }

}

.relatedContent {
  padding:60px 0px 30px 0px;
}

.relatedContent .knowledge h3 {
  padding-bottom:0px!important;
}

/* Thank you Page Document Download */

.tpDocDownload {
  padding-left:45px;
  padding-bottom:30px;
}

.tpDocDownload p.documentTitle {
  color:#00bcb4;
  text-transform:uppercase;
  margin-bottom:0px;
  font-size:14px;
}

.tpDocDownload h1 {
  margin:10px 0px 0px 0px;
}

.tpDocDownload  p.docSubtitle {
  color:#9b9a9a;
  text-transform:uppercase;
  margin-top:0px;
  font-size:14px; 
}

.tpDocDownload p.docSize {
  font-size:11px;
}

.tpDocDownload .ctaWrapper {
  margin-bottom:15px;
}

@media (max-width: 568px) {
  .tpDocDownload {
    padding-left:0px;
    text-align:center;
  }

  .tpDocDownload h1 {
    line-height:100%;
  }

}

/* TP Image Module */

.contentOfferImage {
  width:100%;
  text-align:center;
  background-position:center center;
  background-repeat:no-repeat;
  display:block;
  height:360px!important;
}

body.LPsmImg .contentOfferImage {
  background-position: center left;
  background-repeat: no-repeat;
  display: block;
  height: 360px!important;
  background-size: 550px!important;
}



/* System Pages                                          
========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

.errorIntro {
  padding-bottom:40px;
}

.errorPageLinks {
  padding-bottom:50px;   
}

.errorTitle {
  margin-bottom:15px;
}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}








/* ==========================================================================
5. COS COMPONENTS                                        
========================================================================== */



/* Mobile Menu Styles */ 

.matcon-password-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}  

.matcon-password-wrapper  #hs-pwd-widget-password {
  max-width: 400px;
  width: 100% !important;
  height: 40px !important;
  margin-bottom: 14px;
  border: 1px solid #cdcdcd;
  border-radius: 7px;
  outline: none !important;
  color: #868686;
  padding: 15px;
  margin-right: 20px;
  font-size: 14px;
}

.matcon-password-wrapper .hs-button.primary {
  display: block; 
  margin-bottom: 20px;
}  

.matcon-password-wrapper input::placeholder {
  color: #868686;
}

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

.blogHeaderSection {
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/blogArrowRule-01.svg);
  background-position:center bottom;
  background-repeat:no-repeat;
  padding-bottom:40px;
}

/* Blog Listing Page Styles */

.full-width-blog {
  text-align:center;   
}

body.blogListings .post-listing {
  margin-top:-60px;
  text-align:center!important;
}

body.blogListings .blog-section {
  padding:60px 0px 20px 0px;
}

.post-item {
  width:31.33%;
  display:inline-block;
  height:auto;
  text-align:center;
  margin:0px;

  float:none;
}


.listing-content h2 a {
  display:block;
  height:65px;
  margin:10px 0 20px 0;
  text-align:center;
  font-size:18px;
  font-weight: 400;
  color:#3e4543;
}

.listing-content h2 {
  font-size:21px;
  line-height:110%!important;
  text-transform:none;
}


.blog-listing-wrapper {
  margin-top:0px;   
}

.listing-content {
  padding:0px 10%;
  position:relative;
  margin:0px;
}

.listing-featured-image {
  width:180px;
  height:180px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  display:inline-block;
  background-repeat:no-repeat;
  background-position:center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.listing-content .date {
  font-size:13px;
}

.listing-content #hubspot-author_data {
  font-size:13px;
}

.listing-content .authorStrip {
  display:block;
  padding-bottom:15px;
}

.listing-content .clear {
  clear:both;
}

.listing-content .readmore a {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'Work Sans', Arial, Sans-serif;
  text-decoration: none !important;
  display:inline-block;
  color:#ffffff;
  text-decoration:none;
  background-color:#779fda;
  padding:12px 20px 9px 20px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border: 0px solid #000000;
  text-transform:uppercase;
  font-weight: 400;
  font-style:normal;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  font-size:16px;
}

.listing-content .readmore a:hover {
  background-color:#2170a8;
  color:#ffffff;
}


/* Subscribe Tier Within the Listing Template */

.subscribeTier {
  background: url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/blogSubscribeBg.jpg) no-repeat center bottom fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.subscribeIntro {
  color:#ffffff;
}

.subscribeIntro h2 {
  text-transform:uppercase;
  margin-bottom:10px;
}

.subscribeIntro h2 span {
  text-transform:none;
  font-size:80%;
}

.subscribeIntro p.intro {
  color:#d9d9d9;
  margin-top:0px;
}

/* About Matcon Tier within Blog Listings Template */

.aboutMatconTier {
  text-align:center;
}

.aboutMatconTier h3 {
  text-transform:uppercase;
  color:575756;
  padding-bottom:26px;
  background-image:url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/orangeRule.gif);
  background-position:center bottom;
  background-repeat:no-repeat;
  margin-bottom:20px;
}

.aboutMatconTier h3 span {
  text-transform:none;
  color:#868686;
  font-size:80%;
}

.aboutMatconTier p {
  padding:0px 20%;
}

.aboutMatconTier .ctaWrapper {
  margin-bottom:10px;
}



@media (max-width: 767px) {

}

@media (max-width: 568px) {
  .post-item {
    width:50%;
  }

  body.blogListings .post-listing {
    margin:20px 0px;
  }

  .blogSignup {
    padding:10px 5%;
  }

  .aboutMatconTier p {
    padding:0px 0%;
  }

}

@media (max-width: 479px) {
  .post-item {
    width:100%;
  }

  .blogSignup h2 {
    font-size:18px;
  }

  .blogSignup h5 {
    font-size:14px;
  }

}


/* Blog Article Page Styles */

.knowledgeHubTier {
  background-color:#182d4d;
}

.articleWrapperSection {
  padding-bottom:20px;
}

.articleBody {
  padding:20px 60px 20px 0px;
  border-right:solid 1px #e2e2e2;
}

.blog-section p.intro {
  padding:0px;
  color:#000000;
}

.blog-section h3 {
  text-transform:none;
  font-size: 19px;
  color: #000;
  line-height: 1.4;
}

.featuredImage {
  margin-bottom:25px;
}

p#hubspot-topic_data {
  text-transform:uppercase;
  color:#b1b1b1;
  font-size:14px;
}

@media (max-width: 1080px) {
  .articleBody {

    margin-top: 90px;
  }

  .blogSidebar {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .articleBody {
    margin-left:0px !important;
    margin-top: 90px;
  }
}

@media (max-width: 568px) {
  .articleBody {
    padding:20px 0px 20px 0px;
    border-right:none;
    margin-top: 90px;
  }
}

@media (max-width: 479px) {
  .articleBody {
    margin-top: 0px;

  }
}

/* Blog Header Module */

.blogHeader p.blogDescription {
  text-transform:uppercase;
  color:#b1b1b1;
  margin:0px;
}

.blogHeader p.blogDescription a, p#hubspot-topic_data a{
  color:#575756;
}

p#hubspot-topic_data a{
  font-weight: 400;
}

.blogHeader p.blogDescription a:hover, p#hubspot-topic_data a:hover{
  color:#779fda;
}

.blogHeader h1.articleTitle {
  font-size:28px;
  margin-top:4px;
  line-height:120%;
  text-transform:uppercase;
  color:#779fda;
}

.blogHeader p.date {
  color:#b1b1b1;
  text-transform:uppercase;
}

/* Blog Comment Tier within Blog Article Template */

.commentIntro h3 {
  margin-bottom:0px;
}

.commentIntro p {
  margin-top:0px;
}

/* Blog Knowledge Hub Tier within Blog Article Template */

.knowledgeIntro h3 {
  color:#ffffff;
  text-transform:uppercase;
}

.knowledgeIntro p.intro {
  color:#c6c6c5;
}

.knowledgeIntro .ctaWrapper {
  margin-bottom:5px;
}







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

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

/* 2018 Blog Adjustments */


@font-face {
  font-family: 'Avenir-Light';
  src: url('https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/A_Files/Avenir-Light.eot#iefix') format('embedded-opentype'),
    url('https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/A_Files/Avenir-Light.woff') format('woff'),
    url('https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/A_Files/Avenir-Light.ttf')  format('truetype'),
    url('https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/A_Files/Avenir-Light.svg#Avenir-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

.blog_2018 ul.hs-error-msgs.inputs-list {
  margin-top: 0;
  text-align: left;
  padding-left: 10px !important;
}
.blog_2018 ul.hs-error-msgs.inputs-list label {
  color: red;
}
.blog_2018 .submitted-message{
  color:#fff !important;
  font-size:20px !important;
}
.blog_2018 .industryTitleSection{
  text-align:center;
}
.blog_2018 .headerMask{
  top: -65px;
  height: 340px;
}
.blog_2018 .blogHeaderSection {
  background-image: none;
  padding-bottom: 0;
  padding-top: 32px;
}
.blog_2018 .industryTitleSection h1:before {
  content: 'the';
  margin-right: 9px;
  color: #2271a9;
  font-size:26px;
}
.blog_2018 .industryTitleSection h1 {
  position: relative;
  padding-left: 20px;
  max-width: 340px;
  margin: auto;
}
.blog_2018 p.pageIntro {
  font-size: 25px;
  margin-top: 0px;
  margin-bottom: 0;
}
.post-item-upr {
  padding: 120px 0 30px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.post-item-upr *{
  position:relative;
  color:#fff !important;
}
.post-item-upr img.svg-curve-recent {
  top: -2px;
  position: absolute;
}
.post-item-upr:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.7);
  background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 83%, rgba(0,0,0,0) 98%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(83%, rgba(0,0,0,0)), color-stop(98%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 83%, rgba(0,0,0,0) 98%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 83%, rgba(0,0,0,0) 98%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 83%, rgba(0,0,0,0) 98%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 83%, rgba(0,0,0,0.1) 98%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
/*.post-item-upr:after {
content:'';
height: 60px;
width: 100%;
position: absolute;
background-image: url(https://www.matconibc.com/hubfs/Blog_April18/arrow-dwn%281%29.svg?t=1526377915338);
top: -10px;
background-color: transparent;
left: 0;
right: 0;
margin: auto;
background-position: center;
background-size: cover;
}*/


.post-item-upr .listing-content {
  padding: 0 30px;
  margin: 0;
  max-width: 550px;
}
.post-item-upr .listing-content p#hubspot-topic_data{
  margin-bottom:0;
}
.post-item-upr .listing-content h2 {
  margin-top: 5px;
}
.post-item-upr .listing-content h2 a {
  text-align: left;
  line-height: 35px;
  min-height: 0px;
  height: 100%;
  font-size: 28px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 23px;
  margin-top: 0px;
  font-family: 'Avenir-Light';
}    
.post-item-upr .listing-content h2 a:after {
  content: '';
  bottom: 0;
  position: absolute;
  height: 6px;
  width: 65px;
  background: #fff;
  left: 0;
}

.post-item-upr .listing-content h3 {
  text-align: left;
  line-height: 27px;
  min-height: 0px;
  height: 100%;
  font-size: 18px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 23px;
  margin-top: 0px;
  font-family: 'Avenir-Light';
  text-transform: none !important;
} 
.post-item-upr p.intro{
  padding:0;
}
.post-item-upr p#hubspot-topic_data a{
  font-size: 16px;
  font-family: 'Avenir-Light';
}
.post-item-upr .readmore a {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 14px 24px 11px;
  border-radius: 5px;
}


.blog_2018 .blog-section .blog-listing-wrapper {
  margin-top: 60px;
}

.blog_2018 .blog-section .post-item:first-child .readmore a,
.blog_2018 .blog-section .post-item:nth-child(7) .readmore a{
  left:auto;
  right:25px;
}

.blog_2018 .blog-section .readmore a{
  font-weight: 600;
  background-color: #262e62;
  position: absolute;
  bottom: 30px;
  left: 20px!important;
  font-size:15px;
}
.blog_2018 .blog-section .post-listing {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.blog_2018 .blog-section .listing-content{
  position:initial;
  padding: 20px 20px 60px 20px;
}

.blog_2018 .blog-section .post-item {
  width: calc(33% - 25px);
  display: flex;
  height: auto;
  margin: 0;
  padding:0;
  float: left;
  flex-wrap: wrap;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 40px;
  position: relative;
  overflow:hidden;
  transition: all .3s ease-in-out;
}
.blog_2018 .blog-section .post-item:first-child a.post-img,
.blog_2018 .blog-section .post-item:nth-child(7) a.post-img{
  width:auto;
}

.blog_2018 .blog-section .post-item:nth-child(3) .listing-content, .blog_2018 .blog-section .post-item:nth-child(4) .listing-content, .blog_2018 .blog-section .post-item:nth-child(5) .listing-content {
  height:400px;
}

.blog_2018 .blog-section a.post-img {
  width: 100%;
  min-height: 250px;
}
.blog_2018 .blog-section .listing-content .related-title{
  position:relative;
}
.blog_2018 .blog-section .listing-content .related-title:before {
  content: '';
  position: absolute;
  top: -68px;
  height: 40px;
  width: 60px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  background-position: center;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transition: all .3s ease-in-out;
}
.blog_2018 .blog-section .post-item:nth-child(6n) .listing-content .related-title:before,
.blog_2018 .blog-section .post-item:nth-child(7) .listing-content .related-title:before,
.blog_2018 .blog-section .post-item:first-child .listing-content .related-title:before,
.blog_2018 .blog-section .post-item:nth-child(2) .listing-content .related-title:before
{
  display:none;  
}
.blog_2018 .blog-section .post-item:nth-child(7) .listing-content .related-title:before{
  background-color:#2170cf;    
}
.blog_2018 .blog-section .post-item:nth-child(2) {
  width: calc(32% - 10px);
  text-align: left;
  margin-right: 0;
  background-color: #00b2a9;
  color: #fff;
}
.blog_2018 .blog-section .post-item:nth-child(2) *, .blog_2018 .blog-section .post-item:nth-child(6n) *{
  color:#fff !important;
}


.blog_2018 .blog-section .listing-featured-image{
  border-radius: 0;
  width: 100%;
  height: 100%;
}
/*.blog_2018 .post-item:first-child a.post-img {
width: 100%;
display: inline-block;
}*/
.blog_2018 .blog-section .post-item:first-child .listing-featured-image,
.blog_2018 .blog-section .post-item:nth-child(7) .listing-featured-image{
  border-radius: 0;
  width: 56%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.blog_2018 .blog-section .post-item:first-child .listing-content,
.blog_2018 .blog-section .post-item:nth-child(7) .listing-content{
  position: relative;
  margin: 0;
  display: inline-block;
  width: 48%;
  padding: 20px 25px 10px 0;
  background-color: #fff;
  text-align:right;
}
.blog_2018 .blog-section .post-item:first-child .listing-content:before{
  content: '';
  height: 100.1%;
  width: 170px;
  transform: skew(18deg);
  position: absolute;
  top: 0;
  left: -75px;
  background-color: #fff;
}
.blog_2018 .blog-section .post-item:nth-child(7) .listing-content:before{
  content: '';
  height: 100.1%;
  width: 170px;
  transform: skew(20deg);
  position: absolute;
  top: 0;
  left: -75px;
  background-color: #2170cf;
}
.blog_2018 .blog-section .post-item:first-child .listing-content *,
.blog_2018 .blog-section .post-item:nth-child(7) .listing-content *{
  position:relative;
}
.blog_2018 .blog-section .post-item:first-child .listing-content h2 a,
.blog_2018 .blog-section .post-item:nth-child(7) .listing-content h2 a{
  text-align: right;   
}
.blog_2018 .blog-section .listing-content h2 a {
  min-height: 65px;
  font-size: 22px;
  font-weight: 400;
  height: 100%;
  line-height: 30px;
  text-align:left;
}
.blog_2018 .blog-section .listing-content #hubspot-author_data {
  font-size: 16px;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px 0 !important;
}
.blog_2018 .blog-section div#hubspot-author_data:before {
  content: '';
  height: 6px;
  width: 35px;
  background: #178fcf;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
}
.blog_2018 .blog-section .post-item:first-child div#hubspot-author_data:before,
.blog_2018 .blog-section .post-item:nth-child(7) div#hubspot-author_data:before{
  right:0;
  left:auto;
}
.blog_2018 .blog-section .listing-content .date {
  font-size: 14px;
  display: inline;
  font-weight: 400;
}
.blog_2018 .blog-section .post-item:first-child{
  width: calc(68% - 30px);
  padding: 0;
  position: relative;
  justify-content: flex-end;
  margin-right: 40px;
  text-align:right;
}
.blog_2018 .blog-section .post-item:first-child .readmore a,
.blog_2018 .blog-section .post-item:nth-child(7) .readmore a{
  background-color: #182d4d;
  left: -29px!important;
}
.blog_2018 .blog-section .post-item:nth-child(2) a.post-img, 
.blog_2018 .blog-section .post-item:nth-child(6n) a.post-img{
  display: none;
}
.blog_2018 .blog-section .post-item:nth-child(2) .listing-content .readmore a,
.blog_2018 .blog-section .post-item:nth-child(6n) .listing-content .readmore a{
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff !important;
}
.blog_2018 .blog-section .post-item:nth-child(2) div#hubspot-author_data:before,
.blog_2018 .blog-section .post-item:nth-child(6n) div#hubspot-author_data:before{
  background: #fff;
}
.blog_2018 .blog-section .post-item:nth-child(5) {
  margin-right: 0;
}
.blog_2018 .blog-section .post-item:nth-child(6n) {
  background-color: #e27c00;
}
.blog_2018 .blog-section .post-item:nth-child(7) {
  width: calc(67% - 20px);
  margin-right: 0;
  justify-content:flex-end;
}

.post-div.content {
  display: block;
}

.post-div.content h3 {
  font-size: 16px !important;
  color: #575756 ;
}

.blog_2018 .blog-section .post-item:nth-child(7) .post-div.content,
.blog_2018 .blog-section .post-item:first-child .post-div.content{
  display: block;
  min-height: 70px;
}
.blog_2018 .blog-section .post-item:nth-child(7) .listing-content{
  background-color: #2170cf;
}
.blog_2018 .blog-section .post-item:nth-child(7) .listing-content *{
  color: #fff;
}

.blog_2018 .blog-section .post-item:nth-child(7) div#hubspot-author_data:before {
  background-color:#fff;
}
.blog_2018 a.author-link {
  color: #5ea9de;
}

/*-------------Author CSS--------*/

.blog_2018 .hs-author-profile {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: solid 1px #9c9b9b;
}
.blog_2018 h3.hs-author-listing-header {
  margin-bottom: 90px;
  position: relative;
  text-align: center;
  padding-bottom: 25px;
  font-size: 28px;
}
.blog_2018 h3.hs-author-listing-header:before {
  content: '';
  height: 6px;
  width: 90px;
  background-color: rgb(26, 144, 207);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.author-profile-div h2 {
  font-weight: 400;
}
.author-profile-div {
  width: 100%;
  display: block;
  max-width: 290px;
  margin: auto;
  text-align: center;
}
.blog_2018 .actions::after{
  text-align: left;
  width: 120px;
  margin: 15px auto;
}
.blog_2018 .subscribeIntro p.intro{
  font-size:21px;
}
body.blog_2018 form.hs-form fieldset[class*="form-columns"] .hs-input {
  width: calc(100% - 6px);
  margin: 0 6px 20px 6px !important;
}

/*-------------Hover------------*/

.blog_2018 .blog-section .post-item:hover,
.blog_2018 .blog-section .post-item:first-child:hover .listing-content,
.blog_2018 .blog-section .post-item:nth-child(7):hover .listing-content{
  background-color: #2170cf;
}
.blog_2018 .blog-section .post-item:hover *{
  color: #fff !important;
}
.blog_2018 .blog-section .post-item:hover div#hubspot-author_data:before {
  background-color:#fff;
}
.blog_2018 .blog-section .post-item:first-child:hover .listing-content:before,
.blog_2018 .blog-section .post-item:hover .listing-content .related-title:before{
  background-color: #2170cf;
}
/*.blog_2018 .blog-section .post-item:first-child:hover * {
color: initial !important;
}*/
.subscribe_sec{
  padding: 30px 0 60px;
}


.blog_about_tier .aboutMatconTier h2 span {
  display: block;
  margin: 8px 0 0;
}
.blog_about_tier .aboutMatconTier h2 span {
  color: #868686;
  text-transform: capitalize;
  font-size: 20px;
}
.blog_about_tier {
  padding: 30px 0 50px;
}
.subscribe_sec .subscribeIntro h2 span {
  display: block;
  font-size: 100%;
  margin: 10px 0 0;
}

body.blog_2018 .paginationTopper h4 {
  font-size: 20px;
  color: #178fcf;
  margin: 15px 0 0;
  display: inline-block;
  text-transform: lowercase;
}

body.blog_2018 .blog-pagination ul li.hide{
  display:none;
}
body.blog_2018 .blog-pagination {
  margin: 0 !important;
}
body.blog_2018 .blog-pagination ul{
  padding: 0 !important;
  margin-bottom:35px;
}
body.blog_2018 .blog-pagination ul li a{
  padding: 10px 6px !important;
}
body.blog_2018 .blog-pagination ul li.active a {
  width: 30px;
  height: 30px;
  line-height: 12px;
  font-family: 'Avenir-Light';
  font-weight: 400;
}
.blog_2018 .blog-section .post-item:nth-child(7) .readmore {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.blog_2018 .blog-section .post-item:first-child .readmore {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.blog_2018 .blog-section .post-item:first-child, .blog_2018 .blog-section .post-item:nth-child(2) {
  height:380px;
}

.post-filter {
  border-top:solid 1px #cccccc;
  padding-top:20px;
}

.blog-sub-wrapper {
  text-align: right;

}

.blog-sub-cta {
  position: fixed;
  right: -100px !important;
  top: 430px;
  z-index: 2000;

}

@media only screen and (max-width: 600px) {
  .blog-sub-cta {
    display: none !important;

  }
}

.category-drop ul li {
  list-style:none;
  display:inline-block;
}

.category-drop ul li {
  margin:3px 1px;
}

.category-drop ul li a {
  display:inline-block;
  background-color:#779FDA;
  padding:10px 10px 8px 10px;
  margin:0px;
  color:#ffffff;
  font-weight:400;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 0px solid #000000;
  font-size:14px;
  text-transform:uppercase;
}

.category-drop ul li a:hover {
  background-color:#182D4D;
  color:#ffffff;
}

body .category-drop span.filter-link-count {
  display:none!important;
}

.container-fluid .row-fluid .page-center-tags {
  float: none;
  max-width: 1080px;
  margin: 0 auto;
  padding:0px;
}

.topicTitle {
  display:block;
  width:100%;
  text-align:center;
  margin-top: -70px;
  color: #000000;
  margin-bottom:70px;
}

.topicTitle h3 {
  font-weight:600;
  font-size:23px;
  margin:0px;
  padding:0px;
}


/*------------Detail Page css------------*/


/*------------Responsive CSS Start--------*/









@media (max-width: 1080px){

  .blog_2018 .headerMask{
    background-image:none !important;
  }
  .blog_2018 .brandLogo img {
    top: 100px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
  }
  body.blogListings .blog-section {
    padding: 60px 20px 20px 20px;
  }
}

@media (max-width:1024px){

  .blog_2018 .blog-section .post-item:first-child .listing-content, 
  .blog_2018 .blog-section .post-item:nth-child(7) .listing-content{
    padding: 20px 25px 10px 25px;
  }
  .blog_2018 .blog-section .post-item:first-child .listing-content:before,
  .blog_2018 .blog-section .post-item:nth-child(7) .listing-content:before{
    display:none;
  }

}


@media (max-width:980px){
  .blog_2018 .blog-section .post-item{
    width: calc(33% - 11px);
    margin-right: 20px;
  }
  .blog_2018 .blog-section .listing-content {
    padding: 20px 15px 60px;
  }
  .blog_2018 .blog-section .post-item:nth-child(2){
    width: calc(33% - 10px);
  }
  .blog_2018 .blog-section .post-item:first-child {
    width: calc(67% - 10px);
    margin-right: 20px;
  }

  .blog_2018 .blog-section .post-item:first-child, .blog_2018 .blog-section .post-item:nth-child(2) {
    height:auto;
  }

  .blog_2018 .blog-section .post-item:nth-child(7) .readmore {
    position: relative;
  }
  .blog_2018 .blog-section .post-item:first-child .readmore {
    position: relative;
  }

  .blog_2018 .blog-section .post-item .readmore a {
    left:0px!important;
  }

  .blog_2018 .blog-section .post-item:first-child .readmore a, .blog_2018 .blog-section .post-item:nth-child(7) .readmore a {
    left: 0px!important;
  }

}

@media (max-width:767px){
  .blog_2018 .blog-section .post-item, .blog_2018 .blog-section .post-item:nth-child(2),
  .blog_2018 .blog-section .post-item:nth-child(7){
    width: 100% !important;
    margin-right: 0px !important;
  }
  .blog_2018 .blog-section .post-item:first-child a.post-img, .blog_2018 .blog-section .post-item:nth-child(7) a.post-img,
  .blog_2018 .blog-section .post-item:first-child .listing-content, .blog_2018 .blog-section .post-item:nth-child(7) .listing-content{
    width: 100%;
  }
  .post-item-upr .listing-content {
    padding: 0;
    max-width:100%;
  }
  .post-item-upr {
    padding: 50px 0 30px;
  }
  .post-item-upr * {
    text-align: center !important;
  }
  .post-item-upr .listing-content h2 a:after, .blog_2018 .blog-section div#hubspot-author_data:before,
  .blog_2018 .blog-section .post-item:first-child div#hubspot-author_data:before, .blog_2018 .blog-section .post-item:nth-child(7) div#hubspot-author_data:before{
    left:0;
    right:0;
    margin:auto;
  }
  .blog_2018 .blog-section .post-item:first-child .listing-featured-image, .blog_2018 .blog-section .post-item:nth-child(7) .listing-featured-image {
    width: 100%;
    position: relative;
  }
  .blog_2018 .blog-section .post-item:first-child .listing-content, .blog_2018 .blog-section .post-item:nth-child(7) .listing-content,
  .blog_2018 .blog-section .post-item:first-child .listing-content h2 a, .blog_2018 .blog-section .post-item:nth-child(7) .listing-content h2 a{
    text-align:center;
  }
  .blog_2018 .blog-section .post-item * {
    text-align: center !important;
  }
  .blog_2018 .blog-section .listing-content {
    padding: 20px 15px 20px !important;
  }
  .blog_2018 .blog-section .readmore a{
    position:relative;
    left: 0;
    bottom:0;
  }
  .blog_2018 .blog-section .blog-listing-wrapper {
    margin-top: 0;
  }
  .blog_2018 .blog-section .post-item:nth-child(7) .listing-content .related-title:before,
  .blog_2018 .blog-section .post-item:first-child .listing-content .related-title:before
  {
    display:block;  
  }
  .blog_2018 .subscribeFormContainer, .blog_2018 .aboutMatconTier {
    padding: 0 20px;
  }


}

@media (max-width:479px){

  body.blog_2018 .container-fluid .row-fluid .page-center-zero {
    padding: 0px;
  }

  .blog_2018 .brandLogo img {
    top: 35px !important;
  }
  .blog_2018 .industryTitleSection{
    margin-top:0;
  }
}
@media (max-width:480px){

  .blog_2018 .industryTitleSection h1{
    padding-left:0;
  }

  body.blog_2018 form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100%;
    margin: 0 0px 20px 0px !important;
  }
}



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

.hs-author-profile {
  width:30%;
  display:inline-block;
}

.hs-author-profile h2, .hs-author-profile h3  {
}

.hs-author-profile h2, h3.hs-author-listing-header {
  font-size:21px;
  text-transform:uppercase;
}

.hs-author-profile h2  {;
  margin-bottom:5px;
  font-weight:700;
}

.hs-author-profile h3  {
  font-size:16px;
  margin-top:0px;
}

.hs-author-bio {
  margin:16px 0 0 0;
}

.hs-author-social-section {
  margin:16px 0 40px 0;
}


#hubspot-author_data {
  margin:0px 0px 0px 0px!important;
  text-transform:none;
  font-size:18px;
  font-weight:600;
}

#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {

}

.hs-author-avatar img {
  width:180px;
  height:180px;
  border-radius: 90px 90px 90px 90px;
  -moz-border-radius: 90px 90px 90px 90px;
  -webkit-border-radius: 90px 90px 90px 90px;
  border:solid 1px #C6C6C6;
}

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

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

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

/** 
* Blog Social Sharing icons
*
* Overrides defaults to better align icons and prevent overlapping 
*/

.hs-blog-social-share {
  margin-top:15px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom:none!important;
  height: auto;
}

/** 
* Blog Commments 
*
* Custom styles are listed below, as the COS does not provide default styles.
*/

#comments-listing {
  margin-bottom: 20px;
  margin-top: 20px;
}
.comment {
  margin: 10px 0;
  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 {}

/** Custom Pagination **/

.paginationTopper {
  text-align:center;
  margin-top:20px;
  border-top:solid 1px #9c9b9b;
  padding-top:40px;
}

.paginationTopper p.alternate {
  color:#178fcf;
  margin:0px;
}

.paginationTopper h3 {
  margin:0px;
  font-weight: 400;
}

/* Created by Scott Butler for More Business Online. AUG/2015 */
/* blog pagnation */
.blog-pagination {
  margin-top: 20px;
  clear:both;
  width:100%;
  margin-left:-60px;
}
.blog-pagination .previous-posts-link {
  float: none;
}
.blog-pagination ul {
  text-align: center;
  margin: 30px 0;
}
.blog-pagination ul span.pg {
  margin: 0 20px;
}
.blog-pagination ul li {
  display: inline-block;
  background: ;
}
.blog-pagination ul li a i,
.blog-pagination ul li {
  zoom: 1.2;
}
.blog-pagination ul li.hide {
  visibility: hidden;
}
.blog-pagination ul li a {
  padding:10px 15px !important;
  text-decoration: none;
  line-height: 20px;
  color: #575756;
  font-size:12px;
}
.blog-pagination ul li:hover,
.blog-pagination ul li.active {
  background: ;
}

.blog-pagination ul li:hover a {
  color:#178fcf;
}


.blog-pagination ul li.active a {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
  background-color: #178fcf;
  color: #ffffff;
  display: inline-block;
}
.blog-pagination .next-posts-link {
  float: none ;
}

li.next-posts-link, li.last-posts-link {
  display:inline-block!important;
}


/** 
* Blog Author Page 
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
* Blog All Posts Page
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

body.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
========================================================================== */

.blogSidebar {
  padding:30px 0px 0px 0px;
  text-align:center;
}

.blogSidebar h3 {
  color:#2170a8;
  font-size:21px;
}

.blogSidebar ul {
  padding:0px;
}

.blogSidebar ul li a {
  font-weight: 400;
  color:#3e4543;
  font-size:16px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 5px;
}

.blogSidebar ul li {
  list-style:none;
}

.blogSidebar ul li {
  display:inline-block;
  margin-bottom:0px;
}

.mostPopular ul {
  padding:0px 10%;
  margin-bottom:0px;
}

.topicFilter ul li {
  text-align:left;
  display:block;
  margin-bottom:0px;
}

.topicFilter ul li a::before {
  content: "› ";
  color:#2170a8;
}

.topicFilter ul {
  width:auto;
  display:inline-block;
  margin:0px;
}

.topicFilter .widget-module {
  margin:0px;
  padding:0px;
}

.topicFilter h3 {
  margin-top:50px;
}

a.filter-expand-link {
  display:block;
  font-weight: 400;
  font-size:14px;
  width:160px;
  padding-top:10px;
  padding-bottom: 15px;
  border-top:solid 1px #2170a8!important;
  margin:0px auto 0px auto;
}

a.filter-expand-link::before {
  content: "› ";
  color:#2170a8;
}

.relatedPosts h3 {
  margin-top:55px;
}

.relatedPosts .related-image {
  width:200px;
  height:200px;
  display:inline-block;
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom:15px;
  background-position:center center;
  border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px 100px 100px 100px;
  -webkit-border-radius: 100px 100px 100px 100px;
  border: 0px solid #000000;
}

.relatedPosts .related-title a {
  font-weight: 400;
  color:#3e4543;
  padding:0px 10%;
  margin-bottom:15px;
  display:inline-block;
}

.relatedPosts .authorDetails, .relatedPosts .authorDetails a {
  font-size:14px;
  font-weight: 400;
  color:#b1b1b1;
  text-transform:uppercase;
}

.relatedPosts a.readBtn {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'Work Sans', Arial, Sans-serif;
  text-decoration: none !important;
  display:inline-block;
  color:#ffffff;
  text-decoration:none;
  background-color:#779fda;
  padding:15px 20px 13px 20px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border: 0px solid #000000;
  text-transform:uppercase;
  font-weight: 400;
  font-style:normal;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  font-size:16px;
}

.relatedPosts a.readBtn:hover {
  background-color:#2170a8;
  color:#ffffff;
}

.relatedPosts .ctaWrapper {
  margin:15px 0px;
}

.socialFollowSidebar h3 {
  margin-top:60px;
}


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


/* ==========================================================================
Forms
========================================================================== */


/* All Global Forms
========================================================================== */

/* Form Field */
body .hs-form-field {}

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

/* Labels */
body label {}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: 'Work Sans', Arial, Sans-serif;
  font-size: 16px;
}

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




/* One Line Inputs Standard Form */
body .standardForm input[type="text"],
body .standardForm input[type="password"], 
body .standardForm input[type="datetime"], 
body .standardForm input[type="datetime-local"], 
body .standardForm input[type="date"], 
body .standardForm input[type="month"], 
body .standardForm input[type="time"], 
body .standardForm input[type="week"], 
body .standardForm input[type="number"], 
body .standardForm input[type="email"], 
body .standardForm input[type="url"], 
body .standardForm input[type="search"], 
body .standardForm input[type="tel"], 
body .standardForm input[type="color"],
body .standardForm input[type="file"],
body .standardForm textarea,
body .standardForm select {
  width: 50%!important;
  font-family: 'Work Sans', Arial, Sans-serif;
  font-size: 16px;
  float:left;
}


/* One Line Inputs Standard Form */
body.preQual .standardForm input[type="text"],
body.preQual .standardForm input[type="password"], 
body.preQual .standardForm input[type="datetime"], 
body.preQual .standardForm input[type="datetime-local"], 
body.preQual .standardForm input[type="date"], 
body.preQual .standardForm input[type="month"], 
body.preQual .standardForm input[type="time"], 
body.preQual .standardForm input[type="week"], 
body.preQual .standardForm input[type="number"], 
body.preQual .standardForm input[type="email"], 
body.preQual .standardForm input[type="url"], 
body.preQual .standardForm input[type="search"], 
body.preQual .standardForm input[type="tel"], 
body.preQual .standardForm input[type="color"],
body.preQual .standardForm input[type="file"],
body.preQual .standardForm textarea,
body.preQual .standardForm select {
  width: 50%!important;
  font-family: 'Work Sans', Arial, Sans-serif;
  font-size: 16px;
  float:none;
  color:#000000;
}



body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
}



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

/* Separate Styles for Drop Downs */

body select {
  -webkit-appearance: none;  /*Removes default chrome and safari style*/
  -moz-appearance: none; /* Removes Default Firefox style*/
  background: #ffffff url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/icon-arrows.png) no-repeat 95% center;
  background-size: 25px 25px;
  width: 100px; /*Width of select dropdown to give space for arrow image*/
  text-indent: 0.01px; /* Removes default arrow from firefox*/
  text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
  color: #575756;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  padding: 15px 15px 13px 15px;
}

select option {
  background: white !important;
  color: black !important;
  font-family: 'Work Sans'!important;
  padding:3px 0px;
}

select::-ms-expand { 
  display: none; /* hide the default arrow in ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
  select {
    background-image:none\9;
    padding: 5px\9;
  } 
}

body .gatewayForm select {
  -webkit-appearance: none;  /*Removes default chrome and safari style*/
  -moz-appearance: none; /* Removes Default Firefox style*/
  background: #ffffff url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/icon-arrows-grey.png) no-repeat 95% center;
  background-size: 25px 25px;
  width: 100%; /*Width of select dropdown to give space for arrow image*/
  text-indent: 0.01px; /* Removes default arrow from firefox*/
  text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
  color: #b1b1b1;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #b1b1b1;
  padding: 15px 15px 13px 15px;
}

body .standardForm select, body.contact .standardForm select {
  -webkit-appearance: none;  /*Removes default chrome and safari style*/
  -moz-appearance: none; /* Removes Default Firefox style*/
  background: #ffffff url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/icon-arrows-grey.png) no-repeat 95% center;
  background-size: 25px 25px;
  width: 100px; /*Width of select dropdown to give space for arrow image*/
  text-indent: 0.01px; /* Removes default arrow from firefox*/
  text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
  color: #9a9999;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #b1b1b1;
  padding: 15px 15px 13px 15px;
}

body .requestAQuote select {
  -webkit-appearance: none;  /*Removes default chrome and safari style*/
  -moz-appearance: none; /* Removes Default Firefox style*/
  background: url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/Matcon-File-Manager/Website-2017/Web-Images/icon-arrows-grey.png) no-repeat 95% center;
  background-size: 25px 25px;
  width: 100px; /*Width of select dropdown to give space for arrow image*/
  text-indent: 0.01px; /* Removes default arrow from firefox*/
  text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
  color: #ffffff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  background-color:transparent;
  border:solid 1px #b1b1b1;
  padding: 15px 15px 13px 15px;
}

body .gatewayForm select:focus {
  color: #b1b1b1;
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}


body .standardForm input[type="checkbox"] {
  margin-right:20px;
}

.standardForm .hs-form-checkbox label {
  text-transform: capitalize!important;
}

/* Hides the Label for the checkboxes */

.standardForm .hs_powder_handling_challenge label span:first-child {
  display:none;
}

/* Positions the first child over the hidden label */

.standardForm ul.multi-container li.hs-form-checkbox:first-child label.hs-form-checkbox-display {
  margin-left:-45%!important;
}

body.preQual .standardForm ul.multi-container li.hs-form-checkbox:first-child label.hs-form-checkbox-display {
  margin-left:0px!important;
}


.standardForm ul.multi-container li.hs-form-checkbox:last-child label.hs-form-checkbox-display {
  width:100%!important;
}

/* adjusts styling in 'Other powder handling challenge' field */

.standardForm .hs_cos_wrapper_type_form .hs_other_powder_handling_challenge label {
  text-transform:capitalize!important;
  padding-left:35px;
}

.standardForm .hs_cos_wrapper_type_form .hs_message label {
  float:none;
  width:100%;
  display:none;
}

body .standardForm .hs_message textarea {
  width:100%!important;
  height: 150px;
}

.standardForm h3 {
  color:#2170a8;
  margin-top:40px;
  margin-bottom:4px;
  font-size:18px;
}

.hs_country label, .hs_industry_focus label, .hs_other_industry label {
  width:205px!important;   
}



body.contact .standardForm #country-98f99f85-78fa-41c1-ab2c-1fa69488e78b_8740 {
  width:50%!important;   
}

.hs_other_industry label {
  display:block!important;
  float:none!important;
}

@media (max-width: 479px) {
  /* One Line Inputs Standard Form */
  body .standardForm input[type="text"],
  body .standardForm input[type="password"], 
  body .standardForm input[type="datetime"], 
  body .standardForm input[type="datetime-local"], 
  body .standardForm input[type="date"], 
  body .standardForm input[type="month"], 
  body .standardForm input[type="time"], 
  body .standardForm input[type="week"], 
  body .standardForm input[type="number"], 
  body .standardForm input[type="email"], 
  body .standardForm input[type="url"], 
  body .standardForm input[type="search"], 
  body .standardForm input[type="tel"], 
  body .standardForm input[type="color"],
  body .standardForm input[type="file"],
  body .standardForm textarea,
  body .standardForm select {
    width: 100%!important;
    float:none;
  }




}

@media (max-width: 760px) {
  .standardForm ul.multi-container li.hs-form-checkbox label.hs-form-checkbox-display {
    width:100%!important;
  }
}




body input[type="checkbox"] {}

/* Required */
/*body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {
color:#ffffff;
}*/ /*commented out but HubSpot Support11/17*/

span.hs-form-required {
  display:none;
}

.standardForm span.hs-form-required {
  display:inline-block;
}

body.preQual .standardForm span.hs-form-required {
  display:none;
}

.standardForm .hs_powder_handling_challenge span.hs-form-required {
  display:none;
}

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

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

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

/* Placeholder Text */
.blogSubscribeForm ::-webkit-input-placeholder { /* Webkit Browsers */
  color: #779fda;
}
.blogSubscribeForm :-moz-placeholder { /* Firefox 18- */
  color: #779fda;
}
.blogSubscribeForm ::-moz-placeholder { /* Firefox 19+ */
  color: #779fda;
}
.blogSubscribeForm :-ms-input-placeholder { /* IE10 */
  color: #779fda;
}

/* Placeholder Text */
.commentForm ::-webkit-input-placeholder { /* Webkit Browsers */
  color: #779fda;
}
.commentForm :-moz-placeholder { /* Firefox 18- */
  color: #779fda;
}
.commentForm ::-moz-placeholder { /* Firefox 19+ */
  color: #779fda;
}
.commentForm :-ms-input-placeholder { /* IE10 */
  color: #779fda;
}

/* Placeholder Text */
body.preQual ::-webkit-input-placeholder { /* Webkit Browsers */
  color:#2170a8;
}
body.preQual :-moz-placeholder { /* Firefox 18- */
  color:#2170a8;
}
body.preQual ::-moz-placeholder { /* Firefox 19+ */
  color:#2170a8;
}
body.preQual :-ms-input-placeholder { /* IE10 */
  color:#2170a8;
}






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

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

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

/* Labels */
.standardForm .hs_cos_wrapper_type_form label {
  text-transform:uppercase;
  color:#2170a8;
  float:left;
  width:45%;
  padding-top:15px;
  font-size:14px;
}

body.preQual .standardForm .hs_cos_wrapper_type_form label {
  text-transform:uppercase;
  color:#2170a8;
  float:none;
  width:100%;
  padding-top:15px;
  font-size:14px;
}

.gatewayForm .hs_cos_wrapper_type_form label {
  text-transform:uppercase;
  color:#2170a8;
  float:left;
  width:100%;
  padding-top:0px;
  font-size:14px;
}

body.data-cleansing .gatewayForm .hs_cos_wrapper_type_form label  {
  text-transform:none;
}

body.data-cleansing .gatewayForm li.hs-form-checkbox input  {
  color:#ff6600!important;
  margin-right:10px;
}

body.data-cleansing li.hs-form-radio:nth-child(2) label.hs-form-radio-display {
  margin:0px 0px 10px 0px;
  display:block;
}

body.data-cleansing li.hs-form-radio:nth-child(1) label.hs-form-radio-display {
  margin:10px 0px 0px 0px;
  display:block;
}

body.data-cleansing .hs_powder_handling_challenge span:nth-child(1) {
  font-weight:700;
  margin-bottom:10px!important;
  display:block;
}

body.data-cleansing .hs-dependent-field span:nth-child(1) {
  font-weight:700;
}

body.data-cleansing .hs_powder_handling_challenge span:nth-child(9) {
  margin-bottom:10px!important;
  display:block;
}

body.data-cleansing .gatewayForm input[type="submit"] {
  margin-top:10px;
}









.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  padding:15px 15px 13px 15px;
  background-color:transparent;
  border:solid 1px #b1b1b1;
  margin-bottom:15px;
  font-weight: 400;
  font-size:16px;
}

.hs_cos_wrapper_type_form select {
  background: #ececec !important; 
  width: 100% !important;
  border-radius: 6px 6px 6px 6px!important;
}

/* Form Styles for Landing Pages */
.gatewayForm .hs_cos_wrapper_type_form input[type="text"],
.gatewayForm .hs_cos_wrapper_type_form input[type="password"], 
.gatewayForm .hs_cos_wrapper_type_form input[type="datetime"], 
.gatewayForm .hs_cos_wrapper_type_form input[type="datetime-local"], 
.gatewayForm .hs_cos_wrapper_type_form input[type="date"], 
.gatewayForm .hs_cos_wrapper_type_form input[type="month"], 
.gatewayForm .hs_cos_wrapper_type_form input[type="time"], 
.gatewayForm .hs_cos_wrapper_type_form input[type="week"], 
.gatewayForm .hs_cos_wrapper_type_form input[type="number"], 
.gatewayForm .hs_cos_wrapper_type_form input[type="email"], 
.gatewayForm .hs_cos_wrapper_type_form input[type="url"], 
.gatewayForm .hs_cos_wrapper_type_form input[type="search"], 
.gatewayForm .hs_cos_wrapper_type_form input[type="tel"], 
.gatewayForm .hs_cos_wrapper_type_form input[type="color"],
.gatewayForm .hs_cos_wrapper_type_form input[type="file"],
.gatewayForm .hs_cos_wrapper_type_form textarea,
.gatewayForm .hs_cos_wrapper_type_form select {
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  padding:15px 15px 13px 15px;
  background-color:#ffffff;
  margin-bottom:10px;
  font-weight: 400;
  font-size:16px;
}

/* Form Styles for Blog Comment Form */


.hs_cos_wrapper_type_blog_comments input[type="text"],
.hs_cos_wrapper_type_blog_comments input[type="password"], 
.hs_cos_wrapper_type_blog_comments input[type="datetime"], 
.hs_cos_wrapper_type_blog_comments input[type="datetime-local"], 
.hs_cos_wrapper_type_blog_comments input[type="date"], 
.hs_cos_wrapper_type_blog_comments input[type="month"], 
.hs_cos_wrapper_type_blog_comments input[type="time"], 
.hs_cos_wrapper_type_blog_comments input[type="week"], 
.hs_cos_wrapper_type_blog_comments input[type="number"], 
.hs_cos_wrapper_type_blog_comments input[type="email"], 
.hs_cos_wrapper_type_blog_comments input[type="url"], 
.hs_cos_wrapper_type_blog_comments input[type="search"], 
.hs_cos_wrapper_type_blog_comments input[type="tel"], 
.hs_cos_wrapper_type_blog_comments input[type="color"],
.hs_cos_wrapper_type_blog_comments input[type="file"],
.hs_cos_wrapper_type_blog_comments textarea,
.hs_cos_wrapper_type_blog_comments select {
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  padding:15px 15px 13px 15px;
  background-color:transparent;
  border:solid 1px #b1b1b1;
  margin-bottom:15px;
  font-weight: 400;
  font-size:16px;
}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

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

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


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

/* Blog Subscribers Form */

.subscribeFormContainer {
  padding:0px 25%;
}

.blogSubscribeForm {
}

.hs_cos_wrapper_type_blog_subscribe input[type="text"],
.hs_cos_wrapper_type_blog_subscribe input[type="password"], 
.hs_cos_wrapper_type_blog_subscribe input[type="datetime"], 
.hs_cos_wrapper_type_blog_subscribe input[type="datetime-local"], 
.hs_cos_wrapper_type_blog_subscribe input[type="date"], 
.hs_cos_wrapper_type_blog_subscribe input[type="month"], 
.hs_cos_wrapper_type_blog_subscribe input[type="time"], 
.hs_cos_wrapper_type_blog_subscribe input[type="week"], 
.hs_cos_wrapper_type_blog_subscribe input[type="number"], 
.hs_cos_wrapper_type_blog_subscribe input[type="email"], 
.hs_cos_wrapper_type_blog_subscribe input[type="url"], 
.hs_cos_wrapper_type_blog_subscribe input[type="search"], 
.hs_cos_wrapper_type_blog_subscribe input[type="tel"], 
.hs_cos_wrapper_type_blog_subscribe input[type="color"],
.hs_cos_wrapper_type_blog_subscribe input[type="file"],
.hs_cos_wrapper_type_blog_subscribe textarea,
.hs_cos_wrapper_type_blog_subscribe select {
  border-radius: 6px 6px 6px 6px;
  border:solid 1px #c6c6c5;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  padding:15px 15px 13px 15px;
  background-color:#ffffff;
  margin:0px 20px 20px 20px!important;
  font-weight: 400;
  font-size:16px;
}





/* 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"] {}

/* Error */
body .hs-common-error-message {}

ul.hs-error-msgs li {
  color:#ffffff;
}

.standardForm ul.hs-error-msgs li label {
  text-transform:none!important;
  width:100%!important;
  padding-top:0px;
  padding-bottom:10px;
  color:#c31632;
}

.commentForm ul.hs-error-msgs li label {
  text-transform:none!important;
  width:100%!important;
  padding-top:0px;
  padding-bottom:10px;
  color:#c31632;
}

/* 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"] {}
.widget-type-google_search input[type="focus"] {}


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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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

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




/* ==========================================================================
Buttons                                              
========================================================================== */


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'Work Sans', Arial, Sans-serif;
  text-decoration: none !important;
  display:inline-block;
  color:#ffffff;
  text-decoration:none;
  background-color:#779fda;
  padding:12px 15px 9px 15px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border: 0px solid #000000;
  text-transform:uppercase;
  font-weight: 400;
  font-style:normal;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  font-size:16px;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  background-color:#2170a8;
  color:#ffffff;
}

body.requestACall .hs-button.primary,
body.requestACall input[type="submit"],
body.requestACall input[type="button"] {
  margin-top:30px!important;
}



body .gatewayForm .hs-button.primary,
body .gatewayForm input[type="submit"],
body .gatewayForm input[type="button"] {
  background-color:#00bcb4;
}

body .gatewayForm .hs-button.primary:hover,
body .gatewayForm input[type="submit"]:hover,
body .gatewayForm input[type="button"]:hover {
  background-color:#007f6c;
  color:#ffffff;
}

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

.actions::after { 
  content: "*Required Fields";
  display:block;
  margin-top:15px;
  color:#ffffff;
  font-size:12px;
}

.standardForm .actions::after { 
  content: "*Required Fields";
  display:block;
  margin-top:15px;
  color:#2170a8;
  font-size:12px;
}

.gatewayForm .actions::after { 
  content: "*Required Fields";
  display:block;
  margin-top:15px;
  color:#2170a8;
  font-size:12px;
}

.commentForm .actions::after { 
  content: "*Required Fields";
  display:block;
  margin-top:15px;
  color:#2170a8;
  font-size:12px;
}





/* 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 {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
========================================================================== */

/** 
* Override global CTA styles by wrapping the CTA module in a module group 
* that has an ID, and use that ID to prefix your CTA selector. Example shown below.
*
* All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}








/* ==========================================================================
6. MISCELLANOUS                                        
========================================================================== */





/** 
* Styles that do not fit into available sections above can go here.
* For example, one would place 3rd party plugin overriding styles here.
*
* This section is NOT for 'Custom' styles.  All custom styles must go in the
* proper sections above.
*
* For instance, custom header and footer styles must go in the HEADER and 
* FOOTER sections.  Custom styles for anything in-between the header and footer 
* (such as, styles that are unique to the HOMEPAGE only), must go in the 
* CONTENT section.
*/ 








/* ==========================================================================
7. MOBILE MEDIA QUERIES                              
========================================================================== */





/* Screen sizes smaller than site maxWidth (.page-center)
========================================================================== */

@media (max-width: 1080px) {}


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

@media (max-width: 767px) {}


/* Landscape phones and smaller devices
========================================================================== */

@media (max-width: 479px) {}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
  border-radius: 75px 75px 75px 75px;
}




/* NEW Prod Header 2020                                            
========================================================================== */

body.productsHeader .NewMainHeader-BG {
  height: 293px !important;
  background-image: url(https://2395355.fs1.hubspotusercontent-na1.net/hubfs/2395355/IDEX%20MPT%20Group%20Files/Matcon-File-Manager/NEW-greyBodyBg-01-new2-01.svg) !important;
  background-repeat: no-repeat;
  background-size: cover;
}

body.productsHeader .industryTintedArrow {
  background-color: #fff;
}

/* NEW Blog Article 2020                                            
========================================================================== */

body.blog-2020 .topicFilter .widget-module {
  background-color: #2170a8;
  padding: 25px;
  border-radius: 10px !important;
}

body.blog-2020 .topicFilter ul {
  margin-left: 0px ; 
  padding-left: 0px ; 
}

body.blog-2020 .topicFilter ul li a {
  color: #fff; 
  font-weight: 500;
}

body.blog-2020 .topicFilter ul li a::before {
  content: "› ";
  color: #fff;
}

body.blog-2020 .topicFilter .widget-module a.filter-expand-link {
  display: block;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  padding-top: 10px;
  border-top: solid 1px #fff!important;
  margin: 15px auto 0px auto;
  color: #fff !important;
}

body.blog-2020 .topicFilter .widget-module a.filter-expand-link::before {
  content: "› ";
  color: #fff;
}

body.blog-2020 .topicFilter h3 {
  margin-top: 0px;
  color: #2170a8 !important;
  font-size: 21px;
}

p.intro {
  padding: 0px 0px !important;
}

/* Primary CTA 2024 */

.matcon-primary-cta {
  background-color: #2170a8;
  border: 2px solid #2170a8;
  color: #fff !important;
  border-radius: 7px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-weight: bold !important;
  transition: .3s;
  display: inline-block
  line-height: 1.25;
  text-decoration: none;
}


.matcon-primary-cta:hover {
  background-color: #fff;
  color:#2170a8 !important;
}

/* Secondary CTA 2024 */

.matcon-secondary-cta {

  background-color: #fff;
  border: 2px solid #2170a8;
  color: #2170a8 !important;
  border-radius: 7px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-weight: bold !important;
  transition: .3s;
  line-height: 1.25;
  display: inline-block;
  text-decoration: none;
}


.matcon-secondary-cta:hover {
  background-color: #fff;
  color:#fff !important;
  background-color: #2170a8;
  text-decoration: none;
}

/* Tertiary CTA 2024 */

.matcon-tertiary-cta {
  background-color: #575756;
  border: 2px solid #575756;
  color: #fff !important;
  border-radius: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold !important;
  transition: .3s;
  line-height: 1.25;
  display: inline-block;
  text-decoration: none;
}


.matcon-tertiary-cta:hover {
  background-color: #fff;
  color:#575756 !important;
}


/* Inverse Primary CTA 2024 */

.matcon-inverse-primary-cta {
  background-color: #ffffff;

  border: 2px solid #fff;
  color: #2170a8 !important;

  border-radius: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold !important;
  transition: .3s;
  line-height: 50px;
  text-decoration: none;
}


.matcon-inverse-primary-cta:hover {
  background-color: #2170a8;
  border: 2px solid #2170a8 !important;
  color:#fff !important;

}

/* Inverse Secondary CTA 2024 */

.matcon-inverse-secondary-cta {
  background-color: #575756;
  border: 2px solid #fff;
  color:#fff !important;
  border-radius: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold !important;
  transition: .3s;
  text-decoration: none;
  line-height: 50px;
}


.matcon-inverse-secondary-cta:hover {
  background-color: #fff;
  color: #575756 !important;
}

@media only screen and (max-width: 767px) {
  .matcon-primary-cta {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 15px !important;
  }

  .matcon-secondary-cta {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 15px !important;
  }

  .matcon-tertiary-cta {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 15px !important;
  }

  .matcon-inverse-primary-cta {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 15px !important;
  }

  .matcon-inverse-secondary-cta {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 15px !important;
  }
}

#load {
  display: none; 
}

/* Fixed Scroll-up */

.brandLogo img {
  object-fit: contain;
  aspect-ratio: 2 / 1;
}
.blue_cta {
  background-color: #2170a8;
  border: 2px solid #2170a8;
  border-radius: 7px;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 12px 30px;
  text-decoration: none;
  transition: .3s;
}
.blue_cta:hover {
  background-color: #fff;
  color:#2170a8 !important;
}

@media only screen and (max-width: 960px) {
  .sitemap {
    display: none !important 
  }

  .foot-sml-links {
    display: none !important 
  }

  .relatedPages {
    display: none !important 
  }

  p#hubspot-topic_data {
    display: none !important 
  }

  #hubspot-author_data {
    display: none !important 
  }


}