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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');
@import url('//4080606.fs1.hubspotusercontent-na1.net/hubfs/4080606/Mintecglobal_February2018_Theme/Css_files/dashicons.min.css');


@font-face {
font-family:"Open Sans 300";
src: url('//4080606.fs1.hubspotusercontent-na1.net/hubfs/4080606/Mintecglobal_February2018_Theme/Fonts/opensansv13latin300_1.eot');
src: url('//4080606.fs1.hubspotusercontent-na1.net/hubfs/4080606/Mintecglobal_February2018_Theme/Fonts/opensansv13latin300_1.eot') format('embedded-opentype'),
url('//4080606.fs1.hubspotusercontent-na1.net/hubfs/4080606/Mintecglobal_February2018_Theme/Fonts/opensansv13latin300_1.woff') format('woff'),
url('//4080606.fs1.hubspotusercontent-na1.net/hubfs/4080606/Mintecglobal_February2018_Theme/Fonts/opensansv13latin300_1.ttf') format('truetype');
}
@font-face {
font-family:"Open Sans Regular";
src: url('//4080606.fs1.hubspotusercontent-na1.net/hubfs/4080606/Mintecglobal_February2018_Theme/Fonts/opensansv13latinregular.eot');
src: url('//4080606.fs1.hubspotusercontent-na1.net/hubfs/4080606/Mintecglobal_February2018_Theme/Fonts/opensansv13latinregular.eot') format('embedded-opentype'),
url('//4080606.fs1.hubspotusercontent-na1.net/hubfs/4080606/Mintecglobal_February2018_Theme/Fonts/opensansv13latinregular.woff') format('woff'),
url('//4080606.fs1.hubspotusercontent-na1.net/hubfs/4080606/Mintecglobal_February2018_Theme/Fonts/opensansv13latinregular.ttf') format('truetype');
}
@font-face{
    font-family:revicons;
    src:url(//4080606.fs1.hubspotusercontent-na1.net/hubfs/4080606/Mintecglobal_February2018_Theme/Fonts/revicons.eot);
    src:url(//4080606.fs1.hubspotusercontent-na1.net/hubfs/4080606/Mintecglobal_February2018_Theme/Fonts/revicons.eot) format('embedded-opentype'),
    url(//4080606.fs1.hubspotusercontent-na1.net/hubfs/4080606/Mintecglobal_February2018_Theme/Fonts/revicons.woff) format('woff'),
    url(//4080606.fs1.hubspotusercontent-na1.net/hubfs/4080606/Mintecglobal_February2018_Theme/Fonts/revicons.ttf) format('truetype');
    font-weight:400;
    font-style:normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


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

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

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


html {
    font-size: 14px;
}

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

body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans Regular","Arial", "Sans-Serif";
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
    width: 94.53125%;
  margin: 0 auto;
}

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


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    /*font-family: "Open Sans";*/
    font-weight: 300;
    margin-bottom: 1.5rem;
    margin-top:0;
    color: #000000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    line-height: 1.10000000;
    font-size: 2em;
    color: #132638;
    font-weight: 400;
}
h2 {
    line-height: 1.16666667;
    font-size: 24px;
    font-family: "Open Sans 300";
}
h3 {
    font-size: 20px;
    line-height: 1.25000000;
    font-family: "Open Sans 300";
}
h4 {
    line-height: 1.33333333;
    font-weight:400;
    font-size: 17px;
}
h5 {
    line-height: 1.57142857;
    font-size: 14px;
}
h6 {
    font-size: 14px;
    line-height: 1.57142857;
}

/* Anchor Links */
a {     color: #1ba0cf;     text-decoration: none; outline:none; }
a:hover, a:focus { color: #000000; text-decoration: none; outline:none; }

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

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

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

p {
    margin-bottom: 1.5rem;
    margin-top: 0;
}



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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
/*.header-container {
    min-height:223px !important;
}*/


.custom-header-top-wrapper {
    background: #58585b;
}
.custom-header-top-wrapper .widget-type-google_search label {
    display: none !important;
}
.custom-header-top-menu .hs-menu-wrapper > ul {
    width: 100%;
    padding-right: 40px;
    display: block !important;
}



.widget-type-google_search.custom-header-google-search{
    background-color: #717175;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -moz-transform: translate(0px, 40px);
    -ms-transform: translate(0px, 40px);
    -webkit-transform: translate(0px, 40px);
    transform: translate(0px, 40px);
    -moz-transition: visibility 0s 0.35s, opacity 0.35s ease-in-out, -moz-transform 0.35s ease-in-out;
    -o-transition: visibility 0s 0.35s, opacity 0.35s ease-in-out, -o-transform 0.35s ease-in-out;
    -webkit-transition: visibility 0s, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    -webkit-transition-delay: 0.35s, 0s, 0s;
    transition: visibility 0s 0.35s, opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    max-width: 320px;
    z-index:9;
    width:100%;
}
.search-open .custom-header-google-search {
     pointer-events:auto;
     -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -moz-transition: opacity 0.35s ease-in-out, -moz-transform 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out, -o-transform 0.35s ease-in-out;
    -webkit-transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    visibility: visible;
    opacity: 1;
    top: 36px;
}

.custom-header-google-search .cell-wrapper {
    padding: 20px;
    position: relative;
    background-color: #58585b;
}

.custom-header-top-wrapper .page-center {
    position: relative;
}

.custom-header-google-search .cell-wrapper input[type="text"] {
    -moz-transition: background-color 0.5s ease-out, box-shadow 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out, box-shadow 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out, box-shadow 0.5s ease-out;
    transition: background-color 0.5s ease-out, box-shadow 0.5s ease-out;
    -moz-box-shadow: 0 0 8px transparent;
    -webkit-box-shadow: 0 0 8px transparent;
    box-shadow: 0 0 8px transparent;
    display: inline-block;
    font-size: 13px;
    margin: 3px 0 10px 0;
    padding: 16px 15px;
    border-radius: 2px;
    width: 100%;
    padding-right: 36px;
    border: 1px solid #cccccc !important;
    display:block;
    width: 100%;
    padding-right: 36px;
    outline:none;
    background-color: transparent;
    color: #ffffff;
    font-family: "Open Sans 300";
}
.custom-header-google-search.widget-type-google_search .hs-button.primary {
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
.search-open .g1-searchbox__switch strong:before{
        content: "\f00d";
}
.custom-header-google-search.widget-type-google_search .input{
    position:relative;
}
.custom-header-google-search.widget-type-google_search .hs-button.primary:before {
    width: 100%;
    height: 14px;
    margin-top: -7px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    text-align: center;
    font: 14px/14px FontAwesome;
    content: "\f002";
    -webkit-font-smoothing: antialiased;
}
.custom-header-google-search .cell-wrapper input[type="text"]:focus {
    outline: none;
    border-color: #1ba0cf !important;
    -webkit-box-shadow: 0 0 10px #1ba0cf;
    -moz-box-shadow: 0 0 10px #1ba0cf;
    box-shadow: 0 0 10px #1ba0cf;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li > a {
    outline: none;
    padding: 0px 10px 0px 10px;
    line-height: 40px;
    vertical-align: baseline;
    text-align: left;
    width: auto;
    display: block;
    color: #ccc;
    text-transform: none;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    font-family: inherit;
    font-size: 12px;
}
.custom-header-top-menu .hs-menu-wrapper > ul > li:hover > a,
.custom-header-top-menu .hs-menu-wrapper > ul > li > ul > li:hover > a{
    background: #333;
    color: #ccc;
    text-decoration: none;
    border-color: #fff;
}
.custom-header-top-menu .hs-menu-wrapper > ul >li {
    float: none !important;
    display: inline-block;
    margin-left: -4px;
}
.custom-header-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: '\f347';
    display: inline-block;
    font-family: dashicons;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    color: inherit;
}
.custom-header-top-menu .hs-menu-wrapper > ul > li > ul {
    background: #58585b;
    font-size: 14px;
    line-height: 1.7;
    min-width: 150px;
    text-align: left;
    transition-duration: 200ms !important;
    margin-top: 10px;
    transition-timing-function: ease-in !important;
    transition-property: opacity, margin-top, visibility !important;
}
.custom-header-top-menu .hs-menu-wrapper > ul > li > ul > li > a{
    display: block;
    background: #58585b;
    color: #ccc;
    font-family: inherit;
    font-size: 12px;
    padding: 0px 10px 0px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}
.custom-header-top-menu .hs-menu-wrapper > ul > li > ul > li:last-child > a:before {
    display: inline-block;
    font: inherit;
    position: static;
    margin: 0 6px 0 0px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    float: right;
    margin: 0 0 0 6px;
        content: "\f08e";
    font-family: FontAwesome;
}
.custom-header-top-menu .hs-menu-wrapper > ul > li:hover > ul {
    transition-duration: 200ms !important;
    margin-top: 0px;
    transition-timing-function: ease-in !important;
    transition-property: opacity, margin-top, visibility !important;
}

.custom-header-top-menu {
    text-align: right;
}

a.g1-searchbox__switch.search--icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 39px;
    line-height: 32px;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
}

.g1-searchbox__switch .g1-searchbox__arrow {
    width: 0;
    height: 0;
    margin-top: -15px;
    position: absolute;
    left: 10px;
    top: 100%;
    content: "";
    border-style: solid;
    border-width: 6px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    display: block;
    visibility: hidden;
    opacity: 0;
    -moz-transform: translate(0px, 40px);
    -ms-transform: translate(0px, 40px);
    -webkit-transform: translate(0px, 40px);
    transform: translate(0px, 40px);
    -moz-transition: visibility 0s 0.35s, opacity 0.35s ease-in-out, -moz-transform 0.35s ease-in-out;
    -o-transition: visibility 0s 0.35s, opacity 0.35s ease-in-out, -o-transform 0.35s ease-in-out;
    -webkit-transition: visibility 0s, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    -webkit-transition-delay: 0.35s, 0s, 0s;
    transition: visibility 0s 0.35s, opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    border-color: #717175;
}
.search-open .g1-searchbox__switch .g1-searchbox__arrow {
    display: block;
    visibility: visible;
    opacity: 1;
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -moz-transition: opacity 0.35s ease-in-out, -moz-transform 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out, -o-transform 0.35s ease-in-out;
    -webkit-transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
}
.g1-searchbox__switch strong {
    height: 100%;
    padding-left: 10px;
    display: block;
    position: relative;
    font-weight: normal;
}
.g1-searchbox__switch strong:before,
.g1-searchbox__switch strong:after {
    width: 14px;
    height: 100%;
    margin-top: -7px;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: left;
    font: 14px/14px FontAwesome;
}
.g1-searchbox__switch strong:before {
    display: block;
    content: "\f002";
}
.g1-searchbox__switch strong:before {
    display: block;
    opacity: 1;
    -moz-transition: opacity 0.175s ease-in-out 0.175s;
    -o-transition: opacity 0.175s ease-in-out 0.175s;
    -webkit-transition: opacity 0.175s ease-in-out;
    -webkit-transition-delay: 0.175s;
    transition: opacity 0.175s ease-in-out 0.175s;
}
.g1-searchbox__switch strong:after {
    display: none;
    content: "\f00d";
}
/*.cssanimations .g1-searchbox .g1-searchbox__arrow {
    display: block;
    visibility: hidden;
    opacity: 0;
    -moz-transform: translate(0px, 40px);
    -ms-transform: translate(0px, 40px);
    -webkit-transform: translate(0px, 40px);
    transform: translate(0px, 40px);
    -moz-transition: visibility 0s 0.35s, opacity 0.35s ease-in-out, -moz-transform 0.35s ease-in-out;
    -o-transition: visibility 0s 0.35s, opacity 0.35s ease-in-out, -o-transform 0.35s ease-in-out;
    -webkit-transition: visibility 0s, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    -webkit-transition-delay: 0.35s, 0s, 0s;
    transition: visibility 0s 0.35s, opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
}
*/


.custom-header-blue-wrapper .custom-header-wrapper{
    background: #132638;
}
.custom-header-blue-wrapper .header-container {
    min-height: 223px !important;
    background: #132638;
}
.custom-header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    right: 0;
    z-index: 999;
}
.custom-header-bottom-wrapper {
    padding-bottom: 1px;
}

.custom-section-header {
    padding-top: 2em;
    padding-bottom: .5em;
    text-align: center;
}
.custom-section-header h1 {
    font-family: "Open Sans 300";
    font-size: 35px;
    color: #fff;
    margin-bottom: 24px;
}


.custom-logo img#g1-mobile-logo {
    display: none;
}
/*
.custom-header-bottom-wrapper {
    background-color: #132638;
}*/
.custom-logo img#g1-logo {
    max-width: 150px;

}


.custom-logo a {
    display: inline-block;
    position: relative;
}

.custom-logo p.site-title {
    margin: 0;
}
.custom-logo {
    padding-top: 10px;
    margin-top: 6px;
    padding-bottom: 10px;
}
a.back-to-top {
    overflow: hidden;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    text-indent: 100%;
    white-space: nowrap;
    background: #000000;
    width: 40px;
    height: 40px;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    display: block;
    visibility: visible;
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -moz-transition: -moz-transform 0.35s ease;
    -o-transition: -o-transform 0.35s ease;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    -webkit-backface-visibility: hidden;
}
a#g1-back-to-top:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75;
}
 #g1-back-to-top.g1--off {
    visibility: hidden;
    -moz-transform: translate(0px, 80px);
    -ms-transform: translate(0px, 80px);
    -webkit-transform: translate(0px, 80px);
    transform: translate(0px, 80px);
    -moz-transition: visibility 0s 0.35s, -moz-transform 0.35s ease-in-out;
    -o-transition: visibility 0s 0.35s, -o-transform 0.35s ease-in-out;
    -webkit-transition: visibility 0s, -webkit-transform 0.35s ease-in-out;
    -webkit-transition-delay: 0.35s, 0s;
    transition: visibility 0s 0.35s, transform 0.35s ease-in-out;
}
#g1-back-to-top:before {
    width: 100%;
    height: 28px;
    margin-top: -14px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    text-indent: 0;
    text-align: center;
    font: 28px/28px FontAwesome;
    content: "\f106";
}


#g1-back-to-top:hover:before {
    -webkit-animation: g1_vertical_loop 0.35s ease-in-out;
    -moz-animation: g1_vertical_loop 0.35s ease-in-out;
    -o-animation: g1_vertical_loop 0.35s ease-in-out;
    -ms-animation: g1_vertical_loop 0.35s ease-in-out;
    animation: g1_vertical_loop 0.35s ease-in-out;
}


.fixed .site-title {
          width: 110px !important;
        background-image: url("https://www.mintecglobal.com/hs-fs/hubfs/Mintec_Logo_Small_Use_Mono_RGB%20%282%29.png?width=145&height=54&name=Mintec_Logo_Small_Use_Mono_RGB%20%282%29.png") !important;
    }


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

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

.content-wrapper {
    padding-top:48px;
    padding-bottom:24px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.custom-copyright p {
    margin: 0;
    padding: 23px 0;
}
.custom-footer-wrapper {
    background: #58585b;
    color: #999999;
    padding-top: 48px;
}
.custom-footer-wrapper .col h3 {
    border-bottom: 1px solid #333333;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
    color: #eef1f4;
    font-size: 20px;
    background: none;
    font-weight: bold;
}
.custom-footer-wrapper .col h3:after {
    width: 24px;
    display: block;
    content:"";
    height: 1px;
    position: absolute;
    left: 0;
    margin: 12px 0px 0px 0px;
    background-color: #1ba0cf;
}
.custom-footer-wrapper .col {
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
}
a.yellow-btn {
    color: #ffffff;
    background-color: #1ba0cf;
    border: 1px solid #1ba0cf;
    font-size: 13px;
    padding: 5px 19px 5px 27px;
    border-width: 1px;
    margin-top: 2px;
    margin-bottom: 1.5rem;
    margin-right: 0.2px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    zoom: 1;
    -moz-transition: background-color 0.175s ease-in-out, border-color 0.175s ease-in-out, color 0.175s ease-in-out;
    -o-transition: background-color 0.175s ease-in-out, border-color 0.175s ease-in-out, color 0.175s ease-in-out;
    -webkit-transition: background-color 0.175s ease-in-out, border-color 0.175s ease-in-out, color 0.175s ease-in-out;
    transition: background-color 0.175s ease-in-out, border-color 0.175s ease-in-out, color 0.175s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.custom-footer-wrapper .col ul li {
    padding-bottom: 5px;
    display: block;
}
.custom-footer-wrapper .col ul li a{
    color:#fff;
}
i.g1-icon--medium:before {
    margin-top: -14px;
    font-size: 28px;
    line-height: 28px;
}
.custom-social a {
    margin-right: 5px;
    color: #fff;
}
i.g1-icon {
    margin-right: 5px;
    position: relative;
    top: -0.1em;
}

i.g1-icon--none {
    width: auto;
    height: auto;
    line-height: inherit;
    border: none;
}
.custom-copyright {
    margin-top: 15px;
}

.custom-social-share .custom-social {
    margin-bottom: 0;
    position: relative;
    top: 31px;
}


  
.cm-horizontal-spacer2 {
    padding-top: 40px;
}



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


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

/* Parent List */

@media screen and (min-width:861px) {
    
  
.custom-menu-primary {
    width: auto !important;
    float: right !important;
    margin-left: 0 !important;
}

.custom-logo {
    float: left !important;
    width: auto !important;
}

.custom-menu-primary .hs-menu-wrapper > ul {
    display: block !important;
    margin-top: 59px;
    float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    display:inline-block;
    float: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    -webkit-transition: background 200ms linear, color 200ms linear;
    -moz-transition: background 200ms linear, color 200ms linear;
    -o-transition: background 200ms linear, color 200ms linear;
    transition: background 200ms linear, color 200ms linear;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    font-family: Open Sans;
    text-transform: none;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    padding: 10px 0px 10px 0px;
    line-height: 40px;
    font-weight: normal;
    width: auto;
    color: #fff;
    background: none;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    min-width: 140px;
    display: block;
    font-size: 18px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a{
    background-color: #1ba0cf;
    min-width: auto;
    padding: 15px;
    line-height: 1.4;
    font-family: "Open Sans";
    border: 2px solid #1ba0cf;
    font-size: 16px;
    font-weight: 300 !important;
    margin-right: 12px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover, 
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child.active > a{
    background-color: #fff;
    color: #1ba0cf;
    border-color: #1ba0cf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    text-decoration: none;
    background: rgba(255, 255, 255, 0.8);
    color: #f79448;
    border-color: rgba(255, 255, 255, 0.8);
}
.custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child) {
    margin-right: 25px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

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

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

/* Fix menu disappearing on desktop after toggling mobile menu */

    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
}


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

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

@media (max-width: 860px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

    .mobile-trigger {
        display: inline-block !important;
        cursor: pointer;
        position: absolute;
        top: -66px;
        right: 10px;
        width: auto;
        height: auto;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
    }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    border-color: transparent;
  }
    .mobile-trigger:after {
        content: 'MENU';
        color: #58585b;
        float: left;
        line-height: 24px;
        font-size: 14px;
    }
    .mobile-trigger:before {
        content: '\f333';
        font-family: 'dashicons';
        font-size: 24px;
        margin: 0 0 0 5px;
        color: #58585b;
    }
     
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
  }
  .custom-menu-primary{
        margin-left: -8px !important;
    margin-right: -8px;
  }
  .main-content {
    margin-bottom: 15px;
}
  /* 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: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index:999;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    line-height: 40px;
    padding: 0 10px;
        text-align: center;
    color: #999;
    font-size: 18px;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active.active-branch > a{
        color: #f79448;
  }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a{
        color: #1ba0cf!important;
        font-weight: 400;
        font-family: Open Sans;
    }
 
    .container-fluid .custom-header-bottom-wrapper .page-center {
        
        
    }
  
  .mobile-open .mobile-trigger:before{
      content:'\f153';
  }
  
   /* Menu Reset */
  .custom-header-top-menu,
  .custom-header-top-menu .hs-menu-wrapper > ul,
  .custom-header-top-menu .hs-menu-wrapper > ul li,
  .custom-header-top-menu .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger2 {
    display: inline-block !important;
    cursor: pointer;
    left: 1px;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}
  .mobile-trigger2:before {
    content: '\f333';
    font-family: 'dashicons';
    font-size: 24px;
    margin: 0 0 0 px;
    color: #fff;
}
  .custom-menu-primary.hidden-phone {
    display: none !important;
}
.custom-menu-primary.visible-phone {
    display: block !important;
}
  
  .mobile-trigger2:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger2{
    color: #fff;
    border-color: transparent;
  }

  
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger2{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important; /* Button width */
    min-width: 55px !important;
    height: 40px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger2:hover{
    text-decoration: none;
  }

  /* ===== Mobile Menu Styles ===== */  
     
  .custom-header-top-menu.js-enabled{
    position: relative;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-header-top-menu.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 6px;
    left: 0;
    padding: 0;
  }
  .custom-header-top-menu .hs-menu-wrapper{
    background: #222;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-header-top-menu .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-header-top-menu .hs-menu-wrapper > ul > li a{
    line-height: 40px;
    padding: 0 10px;
    text-transform: none;
    text-decoration: none;
    font-family:"Open Sans";
    font-size:12px;
    font-weight: 300;
    color:#ccc;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-header-top-menu .hs-menu-wrapper > ul li{
    
  }
  .custom-header-top-menu .hs-menu-wrapper >  ul li a{
  }
  .custom-header-top-menu .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }
    .custom-header-bottom-wrapper {
        padding-bottom: 78px;
    }
}




.mobile-trigger3{
    display:none !important;
}
@media (max-width: 767px){

  
.custom-solutions-inner-menu,
  .custom-solutions-inner-menu .hs-menu-wrapper > ul,
  .custom-solutions-inner-menu .hs-menu-wrapper > ul li,
  .custom-solutions-inner-menu .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
  }


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

    .mobile-trigger3 {
        display: inline-block !important;
        cursor: pointer;
        width: auto;
        height: auto;
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        color: #fff;
    }
  .mobile-trigger3:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

   .mobile-trigger3:after {
        content: 'SECTION MENU';
        color: #fff;
        float: left;
        margin-top: 2px;
    }
    
   .mobile-trigger3:before {
        content: '\f333';
        font-family: 'dashicons';
        font-size: 24px;
        margin: 0 0 0 5px;
        color: #fff;
        line-height: 18px;
    }
    
    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-solutions-inner-menu.js-enabled{
       position: relative;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-solutions-inner-menu.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 6px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-solutions-inner-menu .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }
  .custom-solutions-inner-menu {
    text-align: center;
}

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

  /* Level 1 and Higher Menu List Styles */
  .custom-solutions-inner-menu .hs-menu-wrapper > ul li{
    
  }
  .custom-solutions-inner-menu .hs-menu-wrapper >  ul li a{
    
  }
  .custom-solutions-inner-menu .hs-menu-wrapper > ul li a:hover{
    
  }

}



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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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




.widget-type-form, .widget-type-blog_subscribe, .widget-type-google_search, .widget-type-password_prompt, 
.widget-type-email_simple_subscription form , #comment-form, .widget-type-widget_container form
{
	padding: 30px;
	background-color: rgba(230, 231, 237, 0.7);
	max-width:767px;
	
}




h3.form-title {
    margin-top: 0;
}


/* Form Field */
.hs-form-field {
    margin-bottom: 0.5em;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    -moz-transition: background-color 0.5s ease-out, box-shadow 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out, box-shadow 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out, box-shadow 0.5s ease-out;
    transition: background-color 0.5s ease-out, box-shadow 0.5s ease-out;
    -moz-box-shadow: 0 0 8px transparent;
    -webkit-box-shadow: 0 0 8px transparent;
    box-shadow: 0 0 8px transparent;
    background-color: #f8f8f8;
    border-radius: 2px;
    border: 1px solid #cccccc;
        font-family: "Open Sans";
    outline:none;
    max-width:767px;
    color: #222;
    display: block;
    font-size: 13px;
    margin: 3px 0 10px 0;
    padding: 16px 15px;
    width: 100%;
    position: relative;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
        outline: none;
    border-color: #1ba0cf!important;
    -webkit-box-shadow: 0 0 10px #1ba0cf;
    -moz-box-shadow: 0 0 10px #1ba0cf;
    box-shadow: 0 0 10px #1ba0cf;
}

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

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

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

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

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

/* Error */
.hs-error-msgs label{}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    border-style: solid;
    font-family: "Open Sans";
    padding: 8px 28px;
    border-width: 2px;
    display: inline-block;
    position: relative;
    outline:none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space:normal !important;
    -moz-transition: background-color 0.175s ease-in-out, border-color 0.175s ease-in-out, color 0.175s ease-in-out;
    -o-transition: background-color 0.175s ease-in-out, border-color 0.175s ease-in-out, color 0.175s ease-in-out;
    -webkit-transition: background-color 0.175s ease-in-out, border-color 0.175s ease-in-out, color 0.175s ease-in-out;
    transition: background-color 0.175s ease-in-out, border-color 0.175s ease-in-out, color 0.175s ease-in-out;
    margin-top: 2px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 2px;
    background-color: #1ba0cf;
    color: #ffffff;
    border-color: #1ba0cf;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
        color: #ffffff;
        background-color: #ae7802;
        outline:none;
            border-color: #ae7802;
}

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


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

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


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

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


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

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


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

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


#comment-form .hs_error_rollup ul.hs-error-msgs.inputs-list,
#comment-form .hs_error_rollup ul.hs-error-msgs.inputs-list label {
    text-align: left;
    color: red;
}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
   
.cm-banner-area {
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 999999999;
    background-color:#132638
    background-repeat: no-repeat;
    min-height: 550px;
    margin-top: 37px;
}
.cm-banner-area .page-center{
    position:relative;
    min-height: 550px;
}
.cm-banner-area .content {
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 44px;
    font-weight: 300;
    position: absolute;
        top: 52.9%;
    width: 100% !important;
    max-width: 1100px;
    font-family: "Open Sans";
    padding: 10px 10px 15px;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-font-smoothing: antialiased!important;
}
.cm-banner-area .content h1{
    font-family:Open Sans;
}




/*   contact layout  */


.contact-layout .body-container-wrapper {
    background-color: #e6e7ed;
}
.contact-layout .body-container-wrapper h2 {
    color: #58585b;
}

h3.form-title:empty {
    display: none;
}
.contact-layout .width-59.widget-span{
    width: 59%;
    margin: 0 auto;
    float: none;
}
.contact-layout .medium-width.widget-span {
    margin: 0 auto;
    float: none;
    padding-top: 0;
    padding-bottom: 10px;
    width: 64%;
    width: 59%;
    padding-left: 0;
    padding-right: 0;
}
.contact-layout .medium-width .hs-form-field {
    margin-bottom: 0;
    padding-bottom: 0.5em;
}
.contact-layout .medium-width .hs-form-field > label {
    display: none !important;
}
/* Placeholder Text */
::-webkit-input-placeholder {
    font-style: normal;
    color: #cccccc;
    
} /* Webkit Browsers */
/*:-moz-placeholder,
textarea:-moz-placeholder{
    font-style: normal;
    color: #222;
    opacity: 0.5;
    
} *//* Firefox 18- */
/*::-moz-placeholder,
textarea:-moz-placeholder{
    font-style: normal;
    color: #222;
    opacity: 0.5;
    
}*/ /* Firefox 19+ */
:-ms-input-placeholder,
textarea:-ms-placeholder {
    font-style: normal;
    color: #222;
    opacity: 0.5;
    
} /* IE10 */



.header-container input:-moz-placeholder, 
.header-container  textarea:-moz-placeholder{
    opacity:1;color: #cccccc;
}
.header-container input::-moz-placeholder,
.header-container  textarea::-moz-placeholder{
    opacity:1;color: #cccccc;
}
.header-container input:-ms-input-placeholder,
.header-container  textarea:-ms-input-placeholder{
    opacity:1;color: #cccccc;
}



textarea {
    min-height: 200px;
}
.contact-layout form .actions {
    text-align: center;
}
.hs-button.primary, 
input[type="submit"], 
input[type="button"]{
    font-size:16px;
}
ul.hs-error-msgs.inputs-list {
    margin: 0;
    position: relative;
    top: -10px;
}  
ul.hs-error-msgs.inputs-list label {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
.hs_error_rollup ul.hs-error-msgs.inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.hs_error_rollup ul.hs-error-msgs.inputs-list label {
    color: #666666;
    border: 2px solid #e6e6e6;
    padding: 3px 15px;
    text-align: left;
}




.g1-column.one-col-img-title-cont-wrap img.alignnone.size-full.wp-image-16090 {
    margin-bottom: 6px;
}

.one-col-img-title-cont-wrap-top-wrapper {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 31.40495868%;
    margin-left: 2.89256198%;
}
.one-col-img-title-cont-wrap-top-wrapper:first-child {
    margin-left: 0;
}
.one-col-img-title-cont-wrap-for-all {
    margin-top: 69px;
    text-align: center;
    margin-bottom: 24px;
}

.cm-breadcrumb-menu {
    background-color: #4d4d50;
    padding: 7px 0 6px;
    z-index: 9999 !important;
    text-align: center;
}


.one-col-img-title-cont-wrap-top-wrapper:last-child {
    margin-left: 0;
    margin-top: 24px;
}







.cm-get-in-touch {
    background-color: #f5821f;
    background-repeat: repeat;
    background-position: center top;
    padding-bottom: 8px;
    padding-top: 48px;
    color: #ffffff;
    text-align: center;
}
.cm-get-in-touch h2 {
    color: #ffffff;
    font-family: "Open Sans 300";
}
.cm-get-in-touch .content {
    margin: 0 auto;
    max-width: 58%;
    font-size: 17px;
    padding-top: 24px;
    padding-bottom: 29px;
    line-height: 22.6667px;
}

strong {
    font-weight: 700;
}

a.helen-button {
    margin: 0 12px 0 12px;
    padding: 10px 5px 0px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent;
    color: #ffffff;
    padding: 15px;
    -webkit-transition: background 200ms linear, color 200ms linear;
    -moz-transition: background 200ms linear, color 200ms linear;
    -o-transition: background 200ms linear, color 200ms linear;
    transition: background 200ms linear, color 200ms linear;
    display: inline-block;
    border: 2px solid #ffffff;
    line-height: normal;
}

a.helen-button:hover {
    background-color: #ffffff;
    color: #58585b;
    border-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.home-section2 {
    color: #ffffff;
}
.home-section2 .left {
    background-color: #004763;
    padding-top: 25px;
    width: 50%;
}
.home-section2 .left >div {
    padding: 0 17% 0 0 !important;
    float: right;
}
.home-section2 .right {
    width: 50%;
    margin-left: 0;
    background-color: #f15a22;
    padding-top: 25px;
}
.home-section2  .right >div {
    padding: 0 0 0 17%;
}
.home-section2 h4 {
    color: #fff;
}

.home-section2 h2 {
    color: #fff;
    margin-bottom: 0;
}

.home-section2 p {
    margin-bottom: 1.5rem;
    margin-top: 0;
}

.home-section2 strong {
    font-weight: bold;
}

.home-section2 a {
    color: #fff;
}    




.home-section3 .main-content {
    padding: 3em 0 1.5em 0;
}

.home-section3 .main-content h2 {
    color: #517690;
    padding-bottom: 24px;
}

.home-section3 .widget-span.medium-width {
    width: 66%;
    margin: 0 auto !important;
    float: none !important;
}
.home-section3 .medium-width h2 {
    color: #f5821f;
    padding-bottom: 0;
}
.g1-divider {
    margin: 0 auto 3em;
    clear: both;
    position: relative;
    text-align: center;
    border-color: #e6e6e6;
    overflow: hidden;
    display: block;
}
.g1-divider span:before, 
.g1-divider span:after {
    width: 1000px;
    height: 0;
    display: block;
    position: absolute;
    top: 50%;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: inherit;
    content: "";
}
.g1-divider span:before {
    right: 100%;
}
.g1-divider span:after {
    left: 100%;
}
.g1-divider i {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
    line-height: 28px;
        color: #cccccc;
}
.g1-divider span {
    position: relative;
    display: inline-block;
    border-colot: inherit;
    border-color: #e6e6e6;
}
[class*="global_widget"] .hs_cos_gallery .hs_cos_gallery_main,
[class*="global_widget"] .hs_cos_gallery .hs_cos_gallery_main{
    padding: 0;
    margin: 0;
}

[class*="global_widget"] .hs_cos_gallery .slick-slide-inner-wrapper {
    min-height: 525px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    vertical-align: top;
}

[class*="global_widget"] .hs_cos_gallery .slick-slide-inner-wrapper:before {
    background-color: rgba(88, 88, 91, 0.7);
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
}

[class*="global_widget"] .hs_cos_gallery .slick-prev, 
[class*="global_widget"] .hs_cos_gallery .slick-next {
    z-index: 11;
    background: rgba(0,0,0,.5);
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translatey(-50%);
}

[class*="global_widget"] .hs_cos_gallery .slick-prev:before,
[class*="global_widget"] .hs_cos_gallery .slick-next:before {
    content: '\e824';
    font-family: revicons;
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}
[class*="global_widget"] .hs_cos_gallery .slick-next:before{
    content: '\e825';
}

[class*="global_widget"] .hs_cos_gallery .slick-prev{
    left: 20px;
}

[class*="global_widget"] .hs_cos_gallery .slick-next {
    right: 20px;
}

[class*="global_widget"] .hs_cos_gallery .slick-prev:hover, 
[class*="global_widget"] .hs_cos_gallery .slick-next:hover {
    background: #000000;
}

[class*="global_widget"] .hs_cos_gallery .slick-prev:hover:before{
    webkit-animation: g1_horizontal_loop 0.35s ease-in-out;
    -moz-animation: g1_horizontal_loop 0.35s ease-in-out;
    -o-animation: g1_horizontal_loop 0.35s ease-in-out;
    animation: g1_horizontal_loop 0.35s ease-in-out;
}
[class*="global_widget"] .hs_cos_gallery .slick-next:hover:before{
    -webkit-animation: g1_horizontal_loop 0.35s ease-in-out reverse;
    -moz-animation: g1_horizontal_loop 0.35s ease-in-out reverse;
    -o-animation: g1_horizontal_loop 0.35s ease-in-out reverse;
    animation: g1_horizontal_loop 0.35s ease-in-out reverse;
}

[class*="global_widget"] .hs_cos_gallery .caption p {
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: "Open Sans";
}

[class*="global_widget"] .hs_cos_gallery .caption {
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    width: 94.53125%;
    text-align: center !important;
    left: 0;
    right: 0;
    bottom: 30px;
}

[class*="global_widget"] .hs_cos_gallery h3 {
    line-height: 32px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: "Open Sans";
    font-size: 25px;
}
[class*="global_widget"] .hs_cos_gallery ul.slick-dots {
    display: none !important;
}

.home-section5 {
    padding: 3em 0 1.5em 0;
}
.home-section5 .slick-arrow {
   opacity: 0;
   transition: all 0.3s ease;
}

.home-section5 .hs_cos_gallery_main:hover .slick-arrow {
   opacity: 1;
}
.cm-three-col-achievement {
    color: #f05a22;
    margin-bottom: 48px;
}

.cm-three-col-achievement .display-table {
    width: 100%;
    text-align: center;
}

.cm-three-col-achievement .table-cell.col4 {
    display: inline-block;
    vertical-align: middle;
    width: 31.40495868%;
}

.cm-three-col-achievement .table-cell.col4 {
    padding: 10px 0 10px 0;
    line-height: 1.33333333;
    font-size: 17px;
}

.cm-three-col-achievement .table-cell.col4.border-left-right {
    border-left: 2px solid #f79448 !important;
    border-right: 2px solid #f79448 !important;
    margin-right: -2px !important;
    margin-left: -2px !important;
}


.home-section5 .hs_cos_gallery {
    width: 66%;
    margin: 0 auto;
    max-height: 164px;
    padding: 0 45px;
}

.home-section5 .hs_cos_gallery_main {
    padding: 0;
}

.home-section5 .slick-slide img {
    display: block;
    margin: auto;
    max-width: 70% !important;
    max-height: 70% !important;
    width: auto !important;
    transform: translatey(-50%);
    top: 50%;
    position: relative;
}

.home-section5 .slick-slide-inner-wrapper {
    display: block !important;
    text-align: center;
    height: 164px;
    padding: 0 20px;
}

.home-section5 .slick-prev, 
.home-section5 .slick-next {
    border: 1px solid rgb(220, 220, 220);
    width: 29px;
    height: 29px;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
    -webkit-transition: background-position .3s;
    -moz-transition: background-position .3s;
    -o-transition: background-position .3s;
    -ms-transition: background-position .3s;
    transition: background-position .3s;
    z-index: 11;
}

.home-section5 .slick-prev {
    background-image: url(//4080606.fs1.hubspotusercontent-na1.net/hubfs/4080606/Mintecglobal_February2018_Theme/Images/prev.png) !important;
}

.home-section5 .slick-next {
    background-image: url(//4080606.fs1.hubspotusercontent-na1.net/hubfs/4080606/Mintecglobal_February2018_Theme/Images/next.png) !important;
}

.home-section5 .slick-prev:before, 
.home-section5 .slick-next:before {
    display: none;
}

.home-section5 .slick-prev:hover,
.home-section5 .slick-next:hover {
    background-position: right top !important;
}

.home-section5 ul.slick-dots {
    display: none !important;
}

.cm-bradcrub-menu ul {
    margin: 0;
}

/* Pricing layout  */

.pricing-lyt .gform_wrapper.two-column_wrapper ul.one-half.first {
   margin-left: -5px !important;
}
.pricing-lyt .cm-site-cnt {
   padding-top: 48px;
   padding-bottom: 24px;
}

.pricing-lyt .p-c-col {
   text-align: center;
}

.pricing-lyt .p-c-col h2 {
   color: #58585b;
}

.pricing-lyt .p-c-col p {
   max-width: 58.84297521%;
   margin: 46px auto 18px;
}


.pricing-lyt .gform_wrapper.two-column_wrapper ul.one-half.first {
    margin-left: -5px !important;
}
.cm-site-cnt {
    padding-top: 48px;
    padding-bottom: 24px;
}

.p-c-col {
    text-align: center;
}

.p-c-col h2 {
    color: #58585b;
}

.p-c-col p {
    max-width: 58.84297521%;
    margin: 46px auto 18px;
}

.pricing-lyt .cm-get-in-touch h3 {
    color: #fff;
}

.pricing-lyt .cm-get-in-touch {
    padding-top: 24px;
    padding-bottom: 23px;
}

.pricing-lyt .cm-get-in-touch .content {
    padding-top: 0;
    padding-bottom: 24px;
}

.press-layout .cm-title-content .g1-divider2,
.press-layout .press-section2 .g1-divider2{
    max-width: 100%;
}

.page-center.press-section1 {
    padding: 3em 0 1.5em 0;
}

.g1-divider2 {
    margin: 1.5em auto 3em;
    clear: both;
    border-top: 1px solid #e6e6e6;
    position: relative;
}

.g1-divider2:before {
    width: 24px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 2;
    content: "";
    background-color:#1ba0cf;
}

.widget-span.small-width {
    width: 49%;
    margin: 0 auto !important;
    float: none;
}

.cm-title-content {
    text-align: center;
    padding-bottom: 24px;
}


.press-section2 {
    background-color: #f8f8f8;
    padding: 3em 0 1.5em 0;
}

ul.g1-grid {
    margin: 0;
    padding: 0;
    text-align: center;
}
li.cm-one-fifth {
    width: 17.68595041%;
    display: inline-block;
    margin-left: 2.89256198%;
    vertical-align: top;
    margin-right: -4px;
    margin-bottom: 1.5rem;
}
li.cm-one-fifth:first-child {
    margin-left: 0;
}
.gform_wrapper .top_label input.medium, 
.gform_wrapper .top_label select.medium {
   height: 30px!IMPORTANT;
   min-height: auto;
   line-height: normal;
}

.press-section3 {
    padding: 3em 0 1.5em 0;
    background-color: #517690;
    color: #ffffff;
}

.press-section3 .hs_cos_wrapper_type_header h2 {
    text-align: center;
    color: #fff;
}

.cm-testimonial  {
    margin: 24px 0 1.5em;
}
.cm-testimonial .g1-inner {
    background-color: #f2f2f2;
    padding: 22px 22px 1px;
    position: relative;
    border-style: solid;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-color: #e6e6e6;
    border: none;
    color: #666666;
}

.cm-testimonial .g1-inner:before {
    width: 0;
    display: block;
    content: "";
    position: absolute;
    bottom: -16px;
    left: 42px;
    border-width: 8px;
    border-style: solid outset outset solid;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-color: #f2f2f2;
}

.cm-testimonial .g1-inner p:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    font-size: 24px;
    line-height: 24px;
    content: "\f10d";
    float: left;
    padding-right: 10px;
    color: #1ba0cf;
    vertical-align: top;
    position: initial;
}

.cm-testimonial .g1-meta {
    padding: 3px 0 0 50px;
    min-height: 40px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin: 1em 0 0 0;
    text-align: left;
    font-size: 13px;
    color: #999999;
}

.cm-testimonial .g1-quote__image {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: cyan;
}

.cm-testimonial .g1-meta span {
    display: block;
    clear: left;
    float: left;
}

.cm-testimonial .g1-quote__image {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: #f2f2f2;
}

.cm-testimonial .g1-quote__image:before {
    width: 100%;
    height: 14px;
    margin-top: -7px;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    font: 14px/14px FontAwesome;
    content: "\f007";
}

.cm-testimonial .g1-meta strong {
    display: block;
    float: left;
}
.press-bottom-pane div.hs_cos_wrapper_type_rich_text {
    padding: 3em 0 1.5em 0;
}
.press-bottom-pane form {
    padding: 0;
    background: transparent;
    max-width: 100%;
    padding: 3em 0 1.5em 0;
    margin-bottom: 24px;
    margin-top: 20px;
}
.press-bottom-pane .hs-form-field {
    padding-bottom: 0.5em;
    margin-bottom: 0;
}
.press-bottom-pane .hs-form-field > label {
    display: none;
}
.press-bottom-pane input[type="text"], 
.press-bottom-pane input[type="password"], 
.press-bottom-pane input[type="datetime"], 
.press-bottom-pane input[type="datetime-local"], 
.press-bottom-pane input[type="date"], 
.press-bottom-pane input[type="month"], 
.press-bottom-pane input[type="time"], 
.press-bottom-pane input[type="week"], 
.press-bottom-pane input[type="number"], 
.press-bottom-pane input[type="email"], 
.press-bottom-pane input[type="url"], 
.press-bottom-pane input[type="search"], 
.press-bottom-pane input[type="tel"], 
.press-bottom-pane input[type="color"], 
.press-bottom-pane input[type="file"], 
.press-bottom-pane textarea, select {
    max-width: 100%;
}

.about-layout .medium-width.widget-span {
    margin: 0 auto !important;
    float: none;
    width: 59%;
}

.about-layout .g1-divider2 {
    max-width: 100%;
}

.grey-bg {
    background-color: #f2f2f2;
}
.pricing-lyt .g1-section .g1-layout-inner {
    max-width: 100%!important;
}

.about-bottom-pane {
    padding: 3em 0 1.5em 0;
}

.about-bottom-pane.grey-bg li {
    position: relative;
    padding-left: 28px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.375em;
    padding-top: 0.375em;
}

.about-bottom-pane.grey-bg ul {
    list-style: none;
    margin-top: 1.5em;
    padding: 0;
    margin-bottom: 1.5em;
}

.about-bottom-pane ul li:before {
    width: 14px;
    font: 14px/14px FontAwesome;
    color: #517690;
    content: "\f105";
    position: absolute;
    left: 8px;
    top: 12px;
}

.about-bottom-pane li:last-child {
    border-bottom: none;
}

.about-bottom-pane li:first-child {
    padding-top: 0;
}

.about-bottom-pane ul li:first-child:before {
    top: 6px;
} 
.about-section1 {
    padding: 3em 0 1.5em 0;
}

.about-section3 {
    padding: 3em 0 0 0;
}
.platform-layout .medium-width.width66 {
    width: 66%;
}   
.cm-two-col-eq img {
    padding-bottom: 6px;
}
.platform-section3 {
    padding: 3em 0 1.5em 0;
}
.platform-section3 .cm-title-content {
    text-align: center;
    padding-bottom: 0;
}
.platform-section3 .cm-title-content h2 span {
    color: #000000 !important;
}
.platform-section4 .cm-three-col-img-cont-wrap {
    padding-top: 0;
}
.cm-testimonial2 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: "Open Sans";
    text-align: center;
    height: 440px;
    position: relative;
    padding-top: 150px;
    background-size: cover;
    background-position: center center;
}

.cm-testimonial2-overlay{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
a.yellow-button {
   border: 2px solid #1ba0cf;
   margin: -12px 12px 0 12px;
   padding: 10px 5px 0px 5px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   background-color: transparent;
   display: inline;
   color: #1ba0cf;
   padding: 15px;
   -webkit-transition: background 200ms linear, color 200ms linear;
   -moz-transition: background 200ms linear, color 200ms linear;
   -o-transition: background 200ms linear, color 200ms linear;
   transition: background 200ms linear, color 200ms linear;
   display: inline-block;
   margin-top: 1px;
   line-height: normal;
}

a.yellow-button:hover {
   background-color: #1ba0cf;
   color: #ffffff;
   border-color: #1ba0cf;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}
.cm-testimonial2 .page-center{
    position: relative;
    z-index: 1;
}
.cm-testimonial2 .author {
    padding-top: 65px;
}

.three-column-container {
    text-align: center;
}

.three-column-container .hs_cos_wrapper_type_custom_widget {
    display: inline-block;
    width: 33.33%;
    margin-right: -4px;
    vertical-align: top;
}

.about-section3 .cm-title-content {
    padding-bottom: 0;
}

.cm-member {
    padding: 0 15px 24px;
}

.cm-member img {
    width: 150px;
}

.cm-member .image {
    margin-bottom: 1.5rem;
}

.cm-member .title {
    font-weight: bold;
}

.cm-member .role {
    margin-bottom: 1.5rem;
    color: #f5821f;
}

.custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #fff;
    display: none !important;
}
.hs-solution-del-lay .main-content .hs_cos_wrapper_type_rich_text h2:first-child {
    padding-bottom: 24px;
}
.hs-solution-del-lay .main-content .hs_cos_wrapper_type_rich_text p {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.g1-divider2 {
    border-style: solid;
    margin: 1.5em auto 3em;
    clear: both;
    text-align: center;
    border-width: 1px 0 0;
    border-color: #e6e6e6;
    position: relative;
    max-width: 60%;
}
.g1-divider2:before {
    width: 24px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 2;
    background-color: #1ba0cf;
    content: "";
}
.cm-three-col-img-cont-wrap {
    margin: 0 auto;
    padding: 3em 0 1.5em 0;
    text-align: center;
    background-color: #f8f8f8;
}

.cm-three-col-img-cont-wrap .content h3 {
    font-weight: 700;
    color: #58585b;
    padding-top: 6px;
}
.cm-case-studies-wrap a.helen-button {
    border-color: #1ba0cf;
    color: #1ba0cf;
    margin-bottom: 8px;
    margin-top: 8px;
}
.cm-case-studies-wrap a.helen-button:hover{
    background-color: #1ba0cf;
    color: #ffffff;
}
.cm-case-studies-wrap .bottom-content {
    max-width: 66.1%;
    margin: 0 auto;
}
.cm-case-studies-wrap .g1-divider {
    border-top: 1px solid #e6e6e6;
}
.cm-case-study-three-col-wrap {
    margin-bottom: 48px;
    text-align: center;
}

.cm-case-study-three-col-wrap .span4 h4 {
    margin: 0;
    color: #517690;
    vertical-align: middle;
}
.cm-case-study-three-col-wrap .span4 {
    width: 31.40495868% !important;
    margin-left: 0 !important;
    vertical-align: middle;
    padding: 10px 0 10px 0;
    float: none !important;
    display: inline-block;
}

.cm-case-study-three-col-wrap .col-two.span4 {
    border-left: 2px solid #517690;
    border-right: 2px solid #517690;
    margin-right: -2px !important;
    margin-left: -2px !important;
    vertical-align: middle !important;
}
.cm-case-study-three-col-wrap .col-one.span4 h4 {
    
}
.cm-case-studies-wrap .top-content {
    margin: 0 auto;
    text-align: center;
}

.cm-case-studies-wrap .top-content .g1-divider:before {
    width: 24px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    background-color: #1ba0cf;
    z-index: 2;
    content: "";
}
.g1-divider--simple {
    position: relative;
}
.cm-case-studies-wrap .top-content .g1-divider2{
    max-width: 48.8%;
}
.cm-case-studies-wrap {
    padding: 48px 0 0px;
}

.cm-case-studies-wrap .top-content h2 {
    color: #517690;
}

.custom-solutions-inner-menu .hs-menu-wrapper > ul > li > a {
    padding: 0px 30px 0 30px;
    color: #fff;
        -webkit-transition: background 200ms linear, color 200ms linear;
    -moz-transition: background 200ms linear, color 200ms linear;
    -o-transition: background 200ms linear, color 200ms linear;
    transition: background 200ms linear, color 200ms linear;
    line-height: 20px;
    font-size: 14px;
}
.cm-breadcrumb-menu {
    background-color: #4d4d50;
    padding: 10px 0 3px;
    text-align: center;
}
.custom-solutions-inner-menu .hs-menu-wrapper > ul > li > a:hover,
.custom-solutions-inner-menu .hs-menu-wrapper > ul > li.active.active-branch > a{
    color: #1ba0cf;
}

.hs-without-banr-layout .body-container .row-fluid .page-center{
    max-width:968px;
}
.hs-without-banr-layout .body-container ul:not(.g1-list--icon) {
    margin-left: 2em;
    list-style-type: circle;
    padding-left: 0px;
}
.hs-without-banr-layout .body-container .row-fluid .custom-section-header .page-center {
    padding-top: 0;
}
.cm-bradcrub-menu {
    text-align: right;
    padding-right: 7px;
}
.cm-bradcrub-menu  ul.hs-breadcrumb-menu { 
    margin-top: -2.5em;
}
.hs-without-banr-layout-type-2 .cm-bradcrub-menu  ul.hs-breadcrumb-menu { 
    margin-bottom: 21px;      
}
.cm-bradcrub-menu .hs-breadcrumb-menu > li {
    float: none !important;
    display: inline-block;
    font-size: 13px;
    font-family: "Open Sans Regular";
    color: #999999;
    padding: 8px 0 0;
}
.cm-bradcrub-menu .hs-breadcrumb-menu > li > a{
    color: #666666;
}
.cm-bradcrub-menu .hs-breadcrumb-menu > li:first-child:before {
    margin-right: 0.5em;
    font-size: 14px;
        content: "\f015";
    font-family: FontAwesome;
}
.hs-without-banr-layout .body-container .main-content {
    max-width: 94.53125% !important;
    margin: 0 auto !important;
    float: none !important;
    padding-bottom: 48px;
    padding-top: 58px;
}
.cm-bradcrub-menu .hs-breadcrumb-menu-divider:before {
    padding-left: 6px;
    content: "\f105";
    margin-right: 0.2em;
    font-size: 14px;
    font-family: FontAwesome;
}
.g1-list--icon li {
    position: relative;
    padding-left: 28px;
}
.g1-list--icon {
    padding:0;
    list-style-type: none;
    margin-bottom: 1.5rem;
}
.g1-list--icon li > .fa:first-child {
    width: 14px;
    margin-right: 8px;
    margin-left: -22px;
    font: 14px/14px FontAwesome;
}
#g1-list-7 li > i[class*="fa-"]:first-child {
    color: #1ba0cf;
}
#g1-list-8 li > i[class*="fa-"]:first-child {
    color: #ed1b24;
}
#g1-list-9 li > i[class*="fa-"]:first-child {
    color: #1ba0cf;
}

.one-column-cont-wth-backgrnd .content {
    max-width: 94.53125% !important;
    margin: 0 auto;
}
.one-column-cont-wth-backgrnd {
    padding: 3em 0 1.5em 0;
    margin-bottom:1.5em;
}
.cm-yellow-cta-button:before {
    margin-right: 8px;
    font-size: 14px;
    font-family: FontAwesome;
    content: "\f0a9";
}
.hs-without-banr-layout-type-2 .content-wrapper {
    padding-bottom: 48px;
}

.hs-market-news-mod-wrap .g1-box__inner {
        position: relative;
    z-index: 1;
    background-color: #f2f2f2;
    padding: 3em 1.5em 1.5em 1.5em;
    border-left: 10px solid #1ba0cf;
        -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.hs-market-news-mod-wrap .g1-box__inner h3{
        color: #000000;
}


.hs-market-news-mod-wrap .g1-box__inner ul {
    padding-left: 2em;
    list-style-type: circle;
    margin-top: 1.5em;
}
.hs-market-news-mod-wrap .g1-divider2 {
      max-width: 100%;
}
.hs-market-news-mod-wrap .hs-cont-us-btn-wrap {
    text-align: center;
    padding-top: 30px;
}
 .hs-market-news-mod-wrap .hs-cont-us-btn-wrap a{
    margin-bottom: 1.5rem;
    margin-right: 0.2px;
    padding: 8px 28px;
    border-width: 2px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    zoom: 1;
    -moz-transition: background-color 0.175s ease-in-out, border-color 0.175s ease-in-out, color 0.175s ease-in-out;
    -o-transition: background-color 0.175s ease-in-out, border-color 0.175s ease-in-out, color 0.175s ease-in-out;
    -webkit-transition: background-color 0.175s ease-in-out, border-color 0.175s ease-in-out, color 0.175s ease-in-out;
    transition: background-color 0.175s ease-in-out, border-color 0.175s ease-in-out, color 0.175s ease-in-out;
    margin-top: 2px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #1ba0cf;
    border-color: #1ba0cf;
    color: #ffffff;
}
.hs-market-news-mod-wrap .hs-cont-us-btn-wrap a i {
    margin-right: 8px;
    font-size: 14px;
    font-family: FontAwesome;
}

.hs-market-news-mod-wrap .hs-cont-us-btn-wrap a:hover{
    background-color: #ae7802;
    border-color: #ae7802;
        color: #ffffff;
}
.hs-case-studies-del-play .cm-three-col-img-cont-wrap {
    padding: 3em 0 3em 0;
}

.hs-case-studies-del-play .cm-three-col-img-cont-wrap .content {
    padding-top: 6px;
}
.hs-case-studies-del-play .body-container .section4 .hs_cos_wrapper_type_rich_text{
    max-width: 59%;
    margin: 0 auto;
    padding-bottom: 48px;
    padding-top: 48px;
}
.hs-case-studies-del-play .cm-get-in-touch h2 strong {
    font-weight: 300;
}

.hs-case-studies-del-play .body-container .section4 .g1-divider2 {
    margin-bottom: 0;
    margin-top: 0;
}
.hs-case-studies-del-play .body-container .about-section1 {
    padding: 3em 0 3em 0;
}
.hs-case-studies-del-play .cm-get-in-touch .content {
    font-size: 16px;
    line-height: 24px;
}

.hs-case-studies-del-play .body-container .cm-testimonial2 .author {
    padding-top: 35px;
    font-style: italic;
}
.hs-case-studies-del-play .body-container .cm-testimonial2 .author strong {
    font-weight: 300;
}
.hs-case-studies-del-play .body-container .cm-testimonial2 .page-center {
    position: relative;
    z-index: 1;
    font-size: 30px;
    font-weight: 300;
    font-family: "Open Sans";
    max-width: 921px;
    line-height: 35px;
}
.hs-case-studies-del-play .body-container .cm-testimonial2 {
    padding-top: 80px;
}

.hs-case-studies-del-play .body-container .about-section1 .main-content {
    max-width: 58.2%;
    margin: 0 auto !important;
    padding-bottom: 24px;
    float:none !important;
}

.hs-case-studies-del-play .body-container .cm-title-content .g1-divider2 {
    max-width: 100%;
        margin-top: 4px;
}
.hs-two-col-rgt-img-cont-wrap {
    background-color: #e8e9ed;
    padding: 4.25em 0 1.5em 0;
}
.hs-two-col-rgt-img-cont-wrap .content {
    width: 58.84297521%;
    float: left;
    margin-left: calc(2.89256198% + 17.68595041%);
}
.hs-two-col-rgt-img-cont-wrap .image-wrapper {
    width: 17.68595041%;
    float: right;
    margin-left: 2.89256198%;
}
.cm-banner-area-type-3.cm-banner-area {
    min-height: 660px;
}

.body-container .cm-banner-area-type-3.cm-banner-area .page-center {
    max-width: 1242px;
    min-height: 660px;
}
.body-container .cm-banner-area-type-3.cm-banner-area .page-center {
    max-width: 1242px;
    min-height: 660px;
}

.cm-banner-area-type-3.cm-banner-area .page-center .content-wrap {
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    font-size: 50px;
    font-weight: 300;
    left: 100.244px;
    top: 329px;
    line-height: 65px;
    position: absolute;
}

.hs-case-studies-del-play .cm-three-col-achievement {
    color: #f05a22;
    margin-bottom: 27px;
    margin-top: 50px;
}

.hs-case-studies-del-play .cm-three-col-achievement .table-cell.col4.border-left-right {
    border-left: 2px solid #517690 !important;
    border-right:2px solid #517690 !important;
}
.hs-case-studies-del-play .cm-three-col-achievement .display-table {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.hs-case-studies-del-play .cm-three-col-achievement .table-cell.col4 {
    padding: 10px 0 10px 0;
    font-size: 17px;
    line-height: 22px;
}


.cm-bradcrub-menu .hs-breadcrumb-menu > li > a:hover {
    color: #000000;
}
select {
    height: 52px;
}


.custom-case-study-list-wrap a.yellow-btn.btn {
    padding: 5px 27px 5px 27px;
}




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

div#slide1:before {    
    background-color: rgba(247, 148, 72, 0.7);
}
div#slide2:before {       
    background-color: rgba(249, 181, 72, 0.7); 
}
div#slide3:before {    
    background-color: rgba(81, 118, 144, 0.7);
}
div#slide5:before {
    background-color: rgba(249, 181, 72, 0.7);
}

[class*="global_widget"] .hs_cos_gallery #slide1 .caption {
    bottom: 110px;
}

[class*="global_widget"] .hs_cos_gallery #slide2 .caption {
    bottom: 140px;
}

[class*="global_widget"] .hs_cos_gallery #slide3 .caption {
    bottom: 93px;
}

[class*="global_widget"] .hs_cos_gallery #slide5 .caption {
    bottom: 93px;
}

[class*="global_widget"] .slide1 {
    max-width: 70%;
}

[class*="global_widget"] .slide2 {
    float: right;
    width: 67%;
}    
@media(max-width:1199px){
    [class*="global_widget"] .hs_cos_gallery .caption p,
    [class*="global_widget"] .hs_cos_gallery h3 {
        font-size: 2.01vw;
        line-height: 2.51vw;
    }
    [class*="global_widget"] .hs_cos_gallery h3{
        margin-bottom: 2vw;
    }
    [class*="global_widget"] .hs_cos_gallery .slick-slide-inner-wrapper {
        min-height: 41.805vw;
    }
    [class*="global_widget"] .hs_cos_gallery .caption {
        bottom: 1.9vw;
    }
    
    [class*="global_widget"] .hs_cos_gallery #slide1 .caption {
        bottom: 10vw;
    }

    [class*="global_widget"] .hs_cos_gallery #slide2 .caption {
        bottom:11vw;
    }
    [class*="global_widget"] .hs_cos_gallery #slide3 .caption {
        bottom: 8vw;
    }

    [class*="global_widget"] .hs_cos_gallery #slide5 .caption {
        bottom: 8vw;
    }    
}

    .about-section1 .cm-title-content {
       padding-bottom: 0;
    }
    
    .cm-fw-banner {
       background-size: cover;
       background-position: center center;
       padding-top: 40px;
       padding-bottom: 30px;
    }
    
    .cm-fw-banner .image {
       text-align: center;
    }
@media(max-width:1199px){
    .cm-fw-banner img {
       width: 38.1vw !important;
    }
    
    .cm-fw-banner {
       padding-top: 3.25vw;
       padding-bottom: 2.25vw;
    }
    .hs-case-studies-del-play .cm-three-col-achievement .display-table {
        width: 94.53125% !important;
    }
}

.custom-case-study-list-wrap-top-wrap {
    width: 29.3%;
    display: inline-block;
    vertical-align: top;
    margin-left: 5.892562%;
}
.custom-case-study-list-wrap-all-wrap {
    max-width: 58.2%;
    margin: 0 auto;
}
.custom-case-study-list-wrap-all-wrap .bradius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.custom-case-study-list-wrap-all-wrap  .entry-featured-media a {
    position: relative;
    display: block;
}
.custom-case-study-list-wrap-all-wrap .g1-indicator {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    visibility: hidden;
}
.custom-case-study-list-wrap-all-wrap .custom-case-study-list-wrap-top-wrap:first-child{
    margin-left:0;
}
.custom-case-study-list-wrap-all-wrap .g1-indicator:before {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
    content: "";
    background-color: #1ba0cf;
}
.custom-case-study-list-wrap-all-wrap .g1-indicator:after {
    width: 28px;
    height: 28px;
    margin-top: -14px;
    margin-left: -14px;
    left: 50%;
    top: 50%;
    text-align: center;
    font: 28px/28px FontAwesome;
}
.custom-case-study-list-wrap-all-wrap .g1-indicator-document:after {
    content: "\f101";
    color: #ffffff;

}
.custom-case-study-list-wrap-all-wrap .g1-indicator:before,
.custom-case-study-list-wrap-all-wrap .g1-indicator:after {
    position: absolute;
    display: block;
}
.custom-case-study-list-wrap-all-wrap .g1-collection.g1-effect-grayscale .entry-featured-media {
    filter: url(data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%2…%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: block;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin:0 0 0.75em;
}
.custom-case-study-list-wrap-all-wrap .g1-collection.g1-effect-grayscale .entry-featured-media:hover {
    filter: url(data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%2…%200,%200%200%201%200%200,%200%200%200%201%200'/></filter></svg>#grayscale);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
.custom-case-study-list-wrap-all-wrap .g1-collection.g1-effect-grayscale .entry-featured-media:hover .g1-indicator {
    visibility: visible;
}
.hs-case-studies-layout .cm-section-2.section .slick-slider {
    margin-bottom: 12px;
    margin-top: 33px;
}
.hs-case-studies-layout .cm-section-2.section.home-section5 {
    padding: 1.5em 0 0 0;
}
.hs-case-studies-layout .cm-section-2.section .g1-divider2 {
    max-width: 100%;
}



.hs-error-page.custom-header-blue-wrapper .custom-header-wrapper {
    background: #58585b;
}
.cm-sec-header-wrap {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0.7em;
    background: #58585b;
}
.cm-sec-header-wrap h1 {
    color: #ffffff;
    font-family: "Open Sans 300";
    font-size: 35px;
    margin: 0;
}
.cm-sec-header-wrap h3{
    color: #fedad4;
}
.hs-error-page .main-content .fa-search,
.hs-error-page .main-content .fa-envelope,
.hs-error-page .main-content .fa-home {
    margin-bottom: 20px;
    display: block;
    text-align: left;
    font: 140px/140px FontAwesome;
}
.hs-error-page .main-content .fa-search {
    font: 120px/140px FontAwesome;
}
.hs-error-page .main-content .fa-home {
    position: relative;
    top: 7px;
    font: 154px/140px FontAwesome;
}
.hs-error-page .container-fluid.body-container .row-fluid .page-center {
    max-width: 968px;
}
.hs-error-page .main-content .col-one .widget-type-google_search {
    padding: 0;
    background: none;
    max-width: 100%;
    border: none;
}
.hs-error-page .main-content .col-one .widget-type-google_search label {
    display: none !important;
}

.hs-error-page .main-content .col-one .widget-type-google_search .hs-button.primary {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: transparent;
    padding: 25px 17px;
    margin: 0;
}
.hs-error-page .main-content .col-one .widget-type-google_search .hs-button.primary:before {
    width: 100%;
    height: 14px;
    margin-top: -7px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    text-align: center;
    font: 14px/14px FontAwesome;
    content: "\f002";
        color: #666;
    -webkit-font-smoothing: antialiased;
}
.hs-error-page.custom-header-blue-wrapper .header-container {
    background: #58585b;
}
.hs-error-page .main-content .col-one .widget-type-google_search .input{
    position:relative;
}





/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
@media(min-width:1026px){
    
     .custom-header-bottom-inner-wrapper:before {
        content: "";
        background-color: transparent;
        border-bottom:1px solid  transparent;
        -webkit-transition: background 200ms linear, color 200ms linear;
        -moz-transition: background 200ms linear, color 200ms linear;
        -o-transition: background 200ms linear, color 200ms linear;
        transition: background 200ms linear, color 200ms linear;
        opacity: 0;
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
    }    
    .fixed .custom-header-bottom-inner-wrapper:before {
        opacity: 0.95;
        background-color: #ffffff;
        border-bottom:1px solid  #e6e6e6;
    }    
    .fixed .custom-header-bottom-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index:9999;
    }
    
    .fixed .site-title {
        width: 81px;
        height: 84px;
        transition: 0.2s ease;
        background-image: url(//4080606.fs1.hubspotusercontent-na1.net/hubfs/4080606/Mintecglobal_February2018_Theme/Images/logo-1.png);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .fixed .custom-logo img{
        max-width: 100%;
        display: none;
    }
    .fixed .custom-logo {
        padding: 0;
        margin: 0;
        transition: 0.2s ease;
    }
    .fixed .custom-menu-primary .hs-menu-wrapper > ul {
        margin-top: 19px;
        margin-bottom: 12px !important;
    }
    .fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        color: #999;
    }
    .fixed .custom-menu-primary .hs-menu-wrapper > ul > li.active.active-branch > a {
        color: #f79448;
    }
    .fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
        color: #f79448;
    }

    .fixed .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
        background: transparent;
    }

    .fixed .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
        background-color: #1ba0cf;
        color: #fff;
    }

    .fixed .custom-logo a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .fixed .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
        color:#1ba0cf;
    }
    
}
@media (max-width: 1025px) {
    .cm-breadcrumb-menu {
        position: static !important;
    }
    div#sticky-wrapper {
        height: auto !important;
    }
    .hs-case-studies-del-play .body-container .cm-testimonial2 .page-center{
            font-size: 22px;
            line-height: 30px;
    }
}








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

@media (max-width: 1300px) {
    .body-container .cm-banner-area-type-3.cm-banner-area .page-center {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .cm-banner-area {
        max-height: 550px;
        margin-top: 0;
        min-height: 42VW;
    }
    .cm-banner-area .content {
        font-size: 3.18vw;
        line-height: 3.5vw;
        padding: .8vw 2px .8vw;
        max-width: 93%;
    }
   .cm-banner-area .page-center {
        position: relative;
        min-height: 42VW;
        max-height: 550px;
    }
}
@media (max-width: 1075px) {
    .gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
        margin-bottom: 40px!important;
    }
    .g1-section .g1-layout-inner {
        max-width: 100%!important;
    }
}


@media (min-width: 861px) and (max-width: 1200px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        font-size: 16px;  
        min-width: auto;
        padding: 10px 16px 10px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child) {
        margin-right: 0;
    }
    
    
}

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



@media (min-width: 768px) and (max-width: 1199px) {
    .hs-case-studies-del-play .cm-three-col-achievement .table-cell.col4 {
        float: none;
        padding-left:10px;
        padding-right:10px;
    }
}



@media (max-width: 860px) {
    .custom-logo img#g1-logo {
        display: none !important;
    }
    .custom-logo img#g1-mobile-logo {
        display: block !important;
        max-width: 81px;
    }
 
    .custom-header-bottom-inner-wrapper {
        background: #ffffff;
    }
    .custom-logo {
        padding-top: 10px;
        margin-top: 0;
        padding-bottom: 4px;
    }
    .custom-header-top-menu .hs-menu-wrapper > ul > li > ul {
        margin-top: 0 !important;
    }
    .mobile-open2 .custom-header-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children.li-open > a:after {
        content: '\f142';
    }
    .mobile-open2 .mobile-trigger2:before {
        content: '\f153';
    }
    .header-container {
        min-height: auto !important;
    }
    .custom-header-wrapper {
        position: static;
    }
    .custom-logo, .custom-menu-primary {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
    }
     .custom-menu-primary {
         margin-left: 0 !important;
     }
      .custom-header-top-wrapper {
        padding: 8px 0 6px;
    }
    a.g1-searchbox__switch.search--icon {
        height: 24px;
    }
     .custom-header-bottom-wrapper {
        padding-bottom: 0;
    }
    
    .custom-header-blue-wrapper .header-container {
        min-height: auto !important;
    }
    .search-open .custom-header-google-search {
        top: 28px;
    }
    .g1-searchbox__switch .g1-searchbox__arrow {
        margin-top: -8px;
    }
    .body-container .cm-banner-area-type-3.cm-banner-area .page-center {
        width: 100%;
    }
    .body-container .cm-banner-area-type-3.cm-banner-area .page-center {
        min-height: 50.1vw;
    }
    .cm-banner-area-type-3.cm-banner-area {
        min-height: auto;
    }
    .cm-banner-area-type-3.cm-banner-area .page-center .content-wrap {
        font-size: 3.75vw;
        left: 7.6vw;
        top: 25vw;
        line-height: 5vw;
    }
        
    .cm-horizontal-spacer2 {
        padding-top: 26px;
    }
    .cm-sec-header-wrap {
        padding-top: 0.7em;
    }
}

@media (max-width: 767px) {
   
    .custom-copyright p {
        text-align: center;
    }
    .custom-footer-wrapper .col.col2{
        margin-bottom: 40px;
    }
    .custom-copyright {
        margin-top: 54px;
    }
    a.back-to-top {
        width: 32px;
        height: 32px;
    }
    .contact-layout .width-59.widget-span,
    .contact-layout .medium-width.widget-span {
        width: 100%;
    }
    .one-col-img-title-cont-wrap-top-wrapper {
        display: block;
        text-align: center;
        vertical-align: top;
        width: 100%;
        margin-left: 0;
    }
    .cm-get-in-touch .content {
        max-width: 100%;
        padding-top: 48px;
        padding-bottom: 29px;
    }
    .cm-get-in-touch {
        padding-bottom: 32px;
    }
    .hs-solution-del-lay .main-content .hs_cos_wrapper_type_rich_text h2:last-of-type {
        padding-bottom: 24px;
    }
    .hs-solution-del-lay .main-content .g1-divider2 {
        padding-bottom: 24px;
    }
    .g1-divider2 {
        max-width: 100%;
    }
    .hs-solution-del-lay .main-content div#hs_cos_wrapper_widget_1517920100030 h2:last-of-type {
        padding-bottom: 48px;
    }
    .hs-solution-del-lay .content-wrapper {
        padding-bottom: 33px;
    }
    .cm-case-studies-wrap .top-content .g1-divider2 {
        max-width: 100%;
    }
    .cm-case-study-three-col-wrap .span4 {
        margin-left: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
        display:block;
        left: auto !important;
    }
    .cm-case-study-three-col-wrap .col-two.span4 {
        border-top: 1px solid #517690;
        border-bottom: 1px solid #517690;
        border-left: none;
        border-right: none;
    }
    .cm-case-studies-wrap .bottom-content {
        max-width: 100%;
    }
    .cm-case-studies-wrap {
        padding: 72px 0 24px;
    }
    .cm-case-studies-wrap .g1-divider {
        margin: 4.5em auto 4.5em;
    }
    .cm-case-study-three-col-wrap {
        padding-top: 13px;
    }
    
    .press-section3 img {
        float: none !important;
        display: block;
        margin: 10px auto !important;
    }
    .cm-breadcrumb-menu {
        padding: 11px 0 6px;
    }
    .mobile-open3 .mobile-trigger3:before {
        content: '\f153';
    }
    .mobile-open3 .mobile-trigger3:after {
        content: 'CLOSE MENU';
    }
    .custom-solutions-inner-menu .hs-menu-wrapper > ul > li > a {
        padding: 0px 10px 0 10px;
        line-height: 40px;
    }
    .hs-solution-del-lay .main-content .hs_cos_wrapper_type_rich_text p {
        max-width: 100%;
    }
    .about-layout .medium-width.widget-span {
        margin: 0 auto !important;
        float: none;
        width: 100%;
    }
    .three-column-container .hs_cos_wrapper_type_custom_widget {
        margin-right: 0;
        width: 100%;
    }
    .cm-member {
        padding: 0 15px 0;
    }
    .about-section3 {
        padding: 3em 0 1.4em 0;
    }
    .three-column-container {
        padding-bottom: 24px;
        padding-top: 24px;
    }    
    .cm-bradcrub-menu {
        display: none !important;
    }
      .platform-layout .medium-width.width66 {
        width: 100%;
    }    
    .cm-testimonial2 {
        font-size: 20px;
        line-height: 26px;
        padding-top: 25px;
    }
    .home-section2 .left {
        float: none;
        width: 100%;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0px;
    }
    
    .home-section2 .right {
        float: none;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 1px;
    }
    
    .home-section2 .left >div {
        float: none;
        padding: 0 0 0 10% !important;
    }
    
    .home-section2 p {}
    
    .home-section2 .right >div {
        padding-left: 10%;
    }
    
    .home-section3 .widget-span.medium-width {
        width: 100%;
    }
    
    .cm-three-col-achievement .table-cell.col4 {
        width: 100%;
        display: block;
    }
    
    .cm-three-col-achievement .table-cell.col4.border-left-right {
        border-top: 1px solid #f79448 !important;
        border-bottom: 1px solid #f79448;
        border-left: none !important;
        border-right: none !important;
    }
    
    .home-section5 .hs_cos_gallery {
        width: 100%;
        padding: 0;
        max-height: 240px;
    }
    .hs-case-studies-del-play .cm-three-col-achievement .table-cell.col4.border-left-right {
        border-left: none !important;
        border-right: none !important;
        border-top-color: #517690 !important;
        border-bottom-color: #517690 !important;
    }
    .hs-two-col-rgt-img-cont-wrap .image-wrapper {
        width: 100%;
        float: none;
            text-align: center;
        
        margin-left: 0;
        padding-bottom: 34px;
    }
    .hs-two-col-rgt-img-cont-wrap {
        background-color: #e8e9ed;
        padding: 2em 0 1.5em 0;
    }
    .hs-two-col-rgt-img-cont-wrap .content {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .hs-case-studies-del-play .body-container .about-section1 .main-content {
        max-width: 100%;
            padding-bottom: 48px;
        padding-top: 24px;
    }
    .hs-case-studies-del-play .body-container .cm-testimonial2 .page-center {
        font-size: 17px;
        line-height: 20px;
    }
    .hs-case-studies-del-play .body-container .section4 .hs_cos_wrapper_type_rich_text {
        max-width: 100%;
    }
    .pricing-lyt .g1-section .g1-layout-inner {
        max-width: 100% !important;
    }
    .pricing-lyt .gform_wrapper.two-column_wrapper ul.one-half.first {
        margin-left: 0 !important;
    }
    .custom-case-study-list-wrap-all-wrap {
        max-width: 100%;
        margin: 0 auto;
    }
    .custom-case-study-list-wrap-top-wrap {
        width: 100%;
        display: block;
        margin-left: 0;
    }
    [class*="global_widget"] .hs_cos_gallery .slick-prev, [class*="global_widget"] .hs_cos_gallery .slick-next { 
       top: 55%;
       transform: translatey(-55%);
    }
   .widget-span.small-width {
        width: 100%;
   }
   li.cm-one-fifth {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    [class*="global_widget"] .slide1 {
        max-width: 100%;
    }
    [class*="global_widget"] .slide2 {
        float: none;
        width: 100%;
    }
    [class*="global_widget"] .hs_cos_gallery .caption p,
    [class*="global_widget"] .hs_cos_gallery h3 {
        font-size: 4.01vw;
        line-height: 4.51vw;
    }
   [class*="global_widget"] .hs_cos_gallery .slick-slide-inner-wrapper {
        min-height: 420px;
    }
    .cm-testimonial2 .page-center {
       transform: translatey(-50%);
       top: 50%;
       position: relative;
    }
    .hs-case-studies-del-play .body-container .cm-testimonial2 {
        padding-top: 0px;
    } 
    [class*="global_widget"] .hs_cos_gallery .caption {
        padding-left: 50px;
        padding-right: 50px;
    }
    [class*="global_widget"] .hs_cos_gallery .slick-next {
        right: 10px;
    }
    [class*="global_widget"] .hs_cos_gallery .slick-prev {
        left: 10px;
    }
}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
    [class*="global_widget"] .hs_cos_gallery .slick-slide-inner-wrapper {
        min-height: 350px;
    }
    .cm-banner-area .content {
        font-size: 12px;
        line-height: normal;
        padding: 5px;
        top: 40%;
    }
}




@-webkit-keyframes fade-in { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-moz-keyframes fade-in { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-o-keyframes fade-in { 0% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes fade-in { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-webkit-keyframes fade-out { 0% { opacity: 1; }
  100% { opacity: 0; } }
@-moz-keyframes fade-out { 0% { opacity: 1; }
  100% { opacity: 0; } }
@-o-keyframes fade-out { 0% { opacity: 1; }
  100% { opacity: 0; } }
@keyframes fade-out { 0% { opacity: 1; }
  100% { opacity: 0; } }
@-webkit-keyframes g1_spin { 0% { -webkit-transform: rotate(0deg) translate3d(0, 0, 0) scale(1); }
  100% { -webkit-transform: rotate(359deg) translate3d(0, 0, 0) scale(1); } }
@-moz-keyframes g1_spin { 0% { -moz-transform: rotate(0deg) translate3d(0, 0, 0) scale(1); }
  100% { -moz-transform: rotate(359deg) translate3d(0, 0, 0) scale(1); } }
@-o-keyframes g1_spin { 0% { -o-transform: rotate(0deg) translate3d(0, 0, 0) scale(1); }
  100% { -o-transform: rotate(359deg) translate3d(0, 0, 0) scale(1); } }
@keyframes g1_spin { 0% { transform: rotate(0deg) translate3d(0, 0, 0) scale(1); }
  100% { transform: rotate(359deg) translate3d(0, 0, 0) scale(1); } }
@-webkit-keyframes g1_horizontal_loop { 0% { -webkit-transform: translate(0, 0); }
  50% { -webkit-transform: translate(-50%, 0); }
  50.01% { -webkit-transform: translate(50%, 0); }
  100% { -webkit-transform: translate(0, 0); } }
@-moz-keyframes g1_horizontal_loop { 0% { -moz-transform: translate(0, 0); }
  50% { -moz-transform: translate(-50%, 0); }
  50.01% { -moz-transform: translate(50%, 0); }
  100% { -moz-transform: translate(0, 0); } }
@-o-keyframes g1_horizontal_loop { 0% { -o-transform: translate(0, 0); }
  50% { -o-transform: translate(-50%, 0); }
  50.01% { -o-transform: translate(50%, 0); }
  100% { -o-transform: translate(0, 0); } }
@keyframes g1_horizontal_loop { 0% { transform: translate(0, 0); }
  50% { transform: translate(-50%, 0); }
  50.01% { transform: translate(50%, 0); }
  100% { transform: translate(0, 0); } }
@-webkit-keyframes g1_vertical_loop { 0% { -webkit-transform: translate(0, 0); }
  50% { -webkit-transform: translate(0, -50%); }
  50.01% { -webkit-transform: translate(0, 50%); }
  100% { -webkit-transform: translate(0, 0); } }
  @-ms-keyframes g1_vertical_loop { 0% { -ms-transform: translate(0, 0); }
  50% { -ms-transform: translate(0, -50%); }
  50.01% { -ms-transform: translate(0, 50%); }
  100% { -ms-transform: translate(0, 0); } }
@-moz-keyframes g1_vertical_loop { 0% { -moz-transform: translate(0, 0); }
  50% { -moz-transform: translate(0, -50%); }
  50.01% { -moz-transform: translate(0, 50%); }
  100% { -moz-transform: translate(0, 0); } }
@-o-keyframes g1_vertical_loop { 0% { -o-transform: translate(0, 0); }
  50% { -o-transform: translate(0, -50%); }
  50.01% { -o-transform: translate(0, 50%); }
  100% { -o-transform: translate(0, 0); } }
@keyframes g1_vertical_loop { 0% { transform: translate(0, 0); }
  50% { transform: translate(0, -50%); }
  50.01% { transform: translate(0, 50%); }
  100% { transform: translate(0, 0); } }
@-webkit-keyframes g1_short_from_left { 0% { -webkit-transform: translate(-100%, 0); }
  100% { -webkit-transform: translate(0, 0); } }
@-moz-keyframes g1_short_from_left { 0% { -moz-transform: translate(-100%, 0); }
  100% { -moz-transform: translate(0, 0); } }
@-o-keyframes g1_short_from_left { 0% { -o-transform: translate(-100%, 0); }
  100% { -o-transform: translate(0, 0); } }
@keyframes g1_short_from_left { 0% { transform: translate(-100%, 0); }
  100% { transform: translate(0, 0); } }
@-webkit-keyframes g1_short_from_right { 0% { -webkit-transform: translate(100%, 0); }
  100% { -webkit-transform: translate(0, 0); } }
@-moz-keyframes g1_short_from_right { 0% { -moz-transform: translate(100%, 0); }
  100% { -moz-transform: translate(0, 0); } }
@-o-keyframes g1_short_from_right { 0% { -o-transform: translate(100%, 0); }
  100% { -o-transform: translate(0, 0); } }
@keyframes g1_short_from_right { 0% { transform: translate(100%, 0); }
  100% { transform: translate(0, 0); } }
  
  
  @media all and (min-width: 1025px) {
    .background {
   background-image: url('https://4080606.fs1.hubspotusercontent-na1.net/hubfs/4080606/Mintecglobal_February2018_Theme/Images/background5.png');
    }
    
    }
    
@media all and (max-width: 1024px) {
    .background {
   background-image: url('https://4080606.fs1.hubspotusercontent-na1.net/hubfs/4080606/Mintecglobal_February2018_Theme/Images/background5.png');
   
    }
}


@media all and (min-width: 1025px) {
    .homeNew {
   background-image: url('https://4080606.fs1.hubspotusercontent-na1.net/hubfs/4080606/Redesign2018/Images/bg1.jpg');
    }
    
    }
    
@media all and (max-width: 1024px) {
    .homeNew {
   background-image: url('https://4080606.fs1.hubspotusercontent-na1.net/hubfs/4080606/Redesign2018/Images/bg1.jpg');
   
    }
}