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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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






 


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

/*
font-family: 'Montserrat', sans-serif; font-weight:400 font-weight:700
font-family: 'Open Sans', sans-serif; font-weight:300 font-weight:400 font-weight:700
font-family: 'Merriweather', serif; font-weight:400
*/

@font-face{
    font-family:'FontAwesome';src:url('https://105208.fs1.hubspotusercontent-na1.net/hubfs/105208/Chrome-2017/fonts/fontawesome-webfont.eot?v=4.7.0');
    src:url('https://105208.fs1.hubspotusercontent-na1.net/hubfs/105208/Chrome-2017/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'),
    url('https://105208.fs1.hubspotusercontent-na1.net/hubfs/105208/Chrome-2017/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('https://105208.fs1.hubspotusercontent-na1.net/hubfs/105208/Chrome-2017/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('https://105208.fs1.hubspotusercontent-na1.net/hubfs/105208/Chrome-2017/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('https://105208.fs1.hubspotusercontent-na1.net/hubfs/105208/Chrome-2017/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;
}



@font-face {
    font-family: 'Montserrat-Light';
    src: url('https://105208.fs1.hubspotusercontent-na1.net/hubfs/105208/Chrome-2017/fonts/Montserrat-Light.eot#iefix') format('embedded-opentype'),  
    url('https://105208.fs1.hubspotusercontent-na1.net/hubfs/105208/Chrome-2017/fonts/Montserrat-Light.otf')  format('opentype'),
    url('https://105208.fs1.hubspotusercontent-na1.net/hubfs/105208/Chrome-2017/fonts/Montserrat-Light.woff') format('woff'), 
    url('https://105208.fs1.hubspotusercontent-na1.net/hubfs/105208/Chrome-2017/fonts/Montserrat-Light.ttf')  format('truetype'), 
    url('https://105208.fs1.hubspotusercontent-na1.net/hubfs/105208/Chrome-2017/fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

.post-listing .col-33{
	height: 420px;
}
.post-listing .post-item .post-header {
    height: 100%!important;
}
@media(max-width:993px){
	.post-listing .post-item.this-isfeatured {
    width: 100%;
    margin: 0 0 60px 0;
    height: fit-content;
}
}
.custom-lang-switch{
	color:#fff;
}
.custom-lang-switch a{
		color:#fff;

}
body{margin:0px!important;margin-top:0px!important; font-family: 'Montserrat', sans-serif, Arial, Helvetica, sans-serif; font-weight:400; color:#444; font-weight:400; font-size: 16px;}
input{font-family: 'Montserrat', sans-serif, Arial, Helvetica, sans-serif;}
ul{margin:0px; padding:0px;}
ul li{list-style:none;}
h1,h2,h3,h4,h5,h6{margin-top:0px;}
strong{font-weight:700;}
a{ /*-webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;*/ text-decoration:none; color:#636363;}
a:hover, a:focus{text-decoration:none; }
strong{font-weight:900;}
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
{font-family: 'Montserrat', sans-serif, Arial, Helvetica, sans-serif; -webkit-appearance: none; -webkit-border-radius: 0;   border:none; padding:20px; margin:0 0 13px 0; font-size:14px; text-transform:uppercase; font-weight:700;}
input[type="submit"]{font-family: 'Montserrat', sans-serif, Arial, Helvetica, sans-serif; cursor:pointer; -webkit-appearance: none; border-radius:0px; color: #000; width:100%; border:none; box-sizing:border-box; background-color:#0eadc0; padding:18px 10px; font-weight:700; font-size:18px; text-transform:uppercase; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}
input[type="submit"]:hover{background-color:#0eadc0; color:#fff;}
textarea{resize:none;}
h1,h2,h3,h4,h5,h6{font-weight:700; color:#636363; margin-bottom:10px;}
*:focus{outline:none;}
.row-fluid [class*="span"].no-height{min-height: auto;}
.container, .row-fluid .container[class*="span"]{margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; float:none; box-sizing: border-box;}
.container, .row-fluid .container[class*="span"]:after{clear:both; content: ""; display:table;}
.row{margin-right:-15px; margin-left:-15px;}
.text-center{text-align:center;}
.padding-topbottom{padding-top:60px; padding-bottom:60px;}
p{font-family:'Open Sans', sans-serif, Arial, Helvetica, sans-serif; font-size:16px;}
.o-flow{overflow:hidden; position:fixed; top:0; left:0; width:100%; height:100%;}
.scroll{position:fixed; top:0; left:0; width:100%; height:100%; background-color: rgba(0, 0, 0, 0.5); visibility: hidden; opacity:0; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}
.scroll.no-scroll{visibility:visible; opacity:1;}

.btn-1 a{color: #fff; min-width: 460px; box-sizing:border-box; background-color:#0eadc0; padding:18px 10px; font-weight:700; font-size:18px; text-transform:uppercase; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}
.btn-1 a:hover{background-color:#0eadc0; color:#fff;}

.btn-2 a{color:#0eadc0; min-width: 410px; border:solid 1px #0eadc0; padding:19px 10px; font-weight:700; font-size:18px; text-transform:uppercase; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}
.btn-2 a:hover{background-color:#0eadc0; color:#fff; border-color:#0eadc0;}

.btn-3 a{color:#fff; min-width:230px; box-sizing:border-box; background-color:#377bb9; padding:15px 10px; font-weight:700; font-size:18px; text-transform:uppercase; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}
.btn-3 a:hover{background-color:#0eadc0; color:#fff;}

.btn-1.w300 a{min-width:300px;}
.btn-1.small a{font-size:14px; font-weight:400; padding:14px 30px; min-width: auto;}

.title-txt h3, .title-txt h4{color: #222; font-size:36px; text-transform:uppercase; font-weight:400;}
.title-txt h1, .title-txt h4{color: #222; font-size:36px; text-transform:uppercase; font-weight:400;} /*joh etsivu "prosessiteollisuuden sähkö..." to h1 */
/*.title-txt h1 .titlesmall {color: #666; font-size:15; text-transform:uppercase;font-weight:100;} joh*/

.header-container-wrapper{box-sizing:border-box; left: 0; padding: 34px 55px 0; position: absolute; width: 100%; z-index:10; /*overflow: hidden;*/}
.header-container-wrapper:after{content:;''; position:absolute; right:0; left:0; top:0px; background-color:rgba(0,0,0,.75); height:71px;}
.row-fluid .mainmenu{/*position: relative;*/ width: auto;}
.mainmenu:before{background-color:rgba(64, 64, 64, 0.65); content: ""; height: 71px; left:calc(14.5299% + 65px); position: absolute; right: 0; top:32px; /*width: 10000px;*/ z-index: -1;}
.mainmenu .hs-menu-wrapper > ul > li > a{font-family: 'Montserrat-Light', sans-serif, Arial, Helvetica, sans-serif; display:block; color:#fff; font-size:17px; font-weight:300; text-transform:uppercase; padding:24px 8px 21px; border-bottom: 2px solid transparent; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}
.row-fluid .right-part{float:right; width:auto;}
.header-container-wrapper .right-part > div{float:left; width:auto;}
.header-container-wrapper .top-number{ float:left; margin:26px 0 0; width: auto;}
.header-container-wrapper .top-number a{color:#fff; font-weight:700; font-size:16px;}
.header-container-wrapper .top-number a i{color:#0eadc0; font-size: 24px; vertical-align: top;}
.header-search .top-search{font-size:18px; color:#0eadc0; margin: 11px 0 0 10px; padding: 12px 16px; cursor: pointer;}
.header-container-wrapper .get-intouch{ float:left; margin:14px 0 0 20px !important;}
.header-container-wrapper .get-intouch a{color: #fff; min-width:229px; box-sizing:border-box; background-color:#0eadc0; padding:11px 10px; font-weight:700; font-size:16px; text-transform:uppercase; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}
.header-container-wrapper .get-intouch a:hover{background-color:#0eadc0; color:#fff;}

.cl-banner-slider{ min-height:100vh; position:relative;}
.cl-banner-slider .banner-img{background-repeat:no-repeat; background-size:cover; background-position:center; position:absolute; top:0; left:0; bottom:0px; width:100%;}
.cl-banner-slider h1{color:#0eadc0; font-size:60px; text-transform:uppercase; font-weight:700; letter-spacing:4px; line-height:65px;}
.cl-banner-slider h1 span{color:#fff;}
.cl-banner-slider h1+p{font-family:'Open Sans', sans-serif, Arial, Helvetica, sans-serif;font-size:24px; color:#fff; line-height:31px;}
.cl-banner-slider .container{height:calc(100% - 180px); padding-top:180px; z-index:99; position:relative;}
.cl-banner-slider .banner-table{display:table; width:100%; height:100%;}
.cl-banner-slider .banner-table .banner-cell{display:table-cell; vertical-align: middle; padding:0 40px 40px 0;}
.cl-banner-slider .banner-btn{color: #fff; min-width: 460px; margin:20px 0 70px; box-sizing:border-box; background-color:#0eadc0; padding:18px 10px; font-weight:700; font-size:18px; text-transform:uppercase; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}
.cl-banner-slider .banner-btn:hover{background-color:#0eadc0; color:#fff;}
.cl-banner-slider ul.awards > li{display: inline-block; vertical-align: top; width:155px; color:#fff; text-transform:uppercase; font-size:14px; font-weight:700;}
.cl-banner-slider ul.awards > li p{font-family: 'Montserrat', sans-serif, Arial, Helvetica, sans-serif;}

.staffing-block{background-repeat:no-repeat; background-size:auto 100%; background-position:top right; overflow:hidden;}
.staffing-block .bg-image{display:none;}
.staffing-block .sub-heading{color: #666; font-weight:700; font-size:18px;}
.staffing-block h4{color: #222; font-size:36px; text-transform:uppercase; font-weight:400; margin:28px 0 13px 0;}
.staffing-block h4 span{color:#0eadc0;}
.staffing-block p{font-family:'Open Sans', sans-serif, Arial, Helvetica, sans-serif; font-size:16px;}
.staffing-block p+p{margin-bottom:50px;}
.staffing-block .blue-block{position:relative; padding:86px 20px 20px 20px; width:320px;}
.staffing-block .blue-block:after{content:''; position:absolute; left:0; top:-200px; width:100%; height: 680px; background-color:#0eadc0; background-blend-mode: multiply; z-index: -1;}
.staffing-block .blue-block .sub-heading{color: #fff; font-size:21px; text-transform:uppercase; margin:8px 0 0;}
.staffing-block .blue-block h3{color: #fff; font-size:34px; text-transform:uppercase; font-weight:700; margin:-4px 0 13px;}
.staffing-block .blue-block h3 span{font-size:26px;}

.our-brands{background:#383838 url(//www.adherecreative.com/hubfs/Chrome-2017/Image/client-img.png) no-repeat center / auto 100%; padding:50px 20px;}
.our-brands h3{color: #fff; font-size:36px; text-transform:uppercase; text-align:center; font-weight:400;}
.our-brands .see-allbrand{text-align:center;}
.our-brands .see-allbrand a{color:#0eadc0; font-size:18px; text-transform:uppercase; font-weight:400; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}
.our-brands .see-allbrand a:hover{color:#fff;}
.our-brands .brands-logos{padding: 20px 0 40px;}
.our-brands .brands-logos > span{text-align:center; display:table; table-layout:fixed; width:100%;}
.our-brands .brands-logos > span > div{display:table-cell; vertical-align: middle;}
.our-brands .brands-logos > span > div img{max-width:100%;}

.explore-services{padding:100px 0; text-align:center;}
.explore-services .sub-txt span{color: #666; font-size:18px; text-transform:uppercase; font-weight:700;}
.explore-services .services-listing{padding:60px 35px 0 25px;}
.explore-services .services-listing > span > div{width:calc(33.33% - 10px); float:left; padding:0 0 0 10px; margin:0 0 10px 0; position:relative;}
.explore-services .services-listing .service-img{position:relative; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}
.explore-services .services-listing .service-img:after{position:absolute; left:0; top:0; width:100%; bottom:0; background-color:rgba(0,0,0,0.5); content:''; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}
.explore-services .services-listing .service-img img{width:100%; height:auto;}
.explore-services .services-listing .service-data{height:auto; left: calc(50% - -5px); position: absolute; right: 0; top: 50%; transform: translate(-50%, -50%); -webkit-transform: -moz-translate(-50%, -50%); transform: translate(-50%, -50%); width: calc(100% - 40px);}
div.service-data { top: 70%!important; }
.service-data h4{font-size: 12px !important;}
.explore-services .services-listing .service-data h4{color:#fff; font-size:23px; text-transform:uppercase;}
.explore-services .services-listing .service-data a{display:none; color: #fff; min-width:177px; box-sizing:border-box; background-color:#0eadc0; padding:6px 10px; font-weight:700; font-size:18px; text-transform:uppercase;; text-align: center; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}
.explore-services .services-listing .service-data a:hover{background-color:#0eadc0; color:#fff;}
.explore-services .services-listing > span > div:hover .service-img:after{background-color:rgba(0,0,0,0.7);}
.explore-services .services-listing > span > div:hover .service-data a{display:inline-block;}

.process-block{position:relative; overflow: hidden; background-repeat:no-repeat; background-size:cover; background-position:top left;}
.process-block > div{position:relative; z-index:9;}
.process-block:before{content:''; position:absolute; left:0; top:0px; bottom:0px; width:100%; background-color:rgba(0,0,0,0.2);}
.process-block .bg-image{display:none;}
.process-block .sub-heading{color: #666; font-weight:700; font-size:18px;}
.process-block h4{color: #fff; font-size:36px; text-transform:uppercase; font-weight:700; margin:28px 0 13px 0;}
.process-block h4 span{font-weight:400;}
.process-block p{font-family:'Open Sans', sans-serif, Arial, Helvetica, sans-serif; font-size:16px; color:#fff;}
.process-block .bluE-p p{color:#0eadc0; font-weight:700;}
.process-block p+p{margin-bottom:50px;}
.process-block .btn-2 a{margin:0 0 40px 0;color:#fff;border-color:#fff;}
.process-block .btn-2 a:hover{background:#fff;color:#0eadc0;}
.process-block .right-blue-block{background:rgba(65,146,221,0.7); padding: 0 40px; position:relative;}

.testimonial-block{overflow:hidden; background-color:#f5f5f5;}
.testimonial-block > div > div > div{display:flex;}
.testimonial-block .testi-block{position:relative; padding-left: 175px;}
.testimonial-block .testi-block:after{content:''; position:absolute; right:0; top:0px; bottom:0px; width:3000px; background-color:#0eadc0;}
.testimonial-block .testi-block > div{position: relative; z-index: 1;}
.testimonial-block .testi-block .testimonial-text{color:#fff;font-family:'Merriweather', sans-serif, Arial, Helvetica, sans-serif; font-size:20px; background:url(//www.adherecreative.com/hubfs/Chrome-2017/Image/quotes.png) no-repeat 0 0; padding:60px 0 0 0}
.testimonial-block .testi-block .testimonial-author{color:#fff;font-size:18px; text-transform:uppercase; padding:36px 0 0;}
.testimonial-block .testi-block .testimonial-anchor a{color:#fff; margin:17px 0 0 0; min-width:174px; box-sizing:border-box; background-color:#377bb9; padding:14px 10px;font-size:14px; text-transform:uppercase; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}
.testimonial-block .testi-block .testimonial-anchor a:hover{background-color:#0eadc0; color:#fff;}
.testimonial-block .commitment-block{padding-right: 50px;}
.testimonial-block .commitment-block h3{color:#444; font-size:36px; text-transform:uppercase; font-weight:700;}
.testimonial-block .commitment-block .awards{padding:36px 0 0;}
.testimonial-block .commitment-block .awards > div > div > .span4{display:inline-block; float:none; text-align:left; width:190px;}
.testimonial-block .commitment-block .awards h4{font-size:20px; text-transform:uppercase; font-weight:700; margin:20px 0 0;}
.testimonial-block .commitment-block .btn-1 a{margin-top:40px;}

.appointment-section{background-repeat:no-repeat; background-size:auto 100%; background-position:center center; background-color: #000; text-align:center; padding:30px; color:#fff;}
.appointment-section .bg-image{display:none;}
.appointment-section .appointment-section-wrapper{display:table; height:330px; width:100%;}
.appointment-section .appointment-section-wrapper .appointment-section-wrappercell{display:table-cell; float:none; vertical-align:middle;}
.appointment-section .appointment-section-wrapper h4{color:#fff; font-size:30px; text-transform:uppercase; font-weight:700;}
.appointment-section .appointment-section-wrapper p{color:#fff; font-size:18px; margin:5px auto 20px auto; max-width:500px;}
.appointment-section .appointment-section-wrapper .btn-2 a{margin:25px 0 10px;}
.appointment-section .appointment-section-wrapper .or-call{color:#fff; font-size:16px; text-transform:uppercase; font-weight:700;}

.book-block{background-repeat:no-repeat; background-size:auto 100%; background-position:13%; background-color: #d2d2d2; text-align:center; padding:30px;}
.book-block .bg-image{display:none;}
.book-block .book-wrapper{display:table; height:487px; width:100%;}
.book-block .book-wrapper .book-wrappercell{display:table-cell; float:none; vertical-align:middle;}
.book-block .book-wrapper h4{color:#010101; font-size:30px; text-transform:uppercase; font-weight:700;}
.book-block .book-wrapper p{color:#010101; font-size:18px; margin:5px 0 20px 0;}
.book-block .book-wrapper .btn-1 a{margin:25px 0 10px;}

.footer-logo .hs-image-widget{margin: 0px -10px 0;}
.footer-container-wrapper{background-color:#2c2c2c; padding:75px 0;}
.footer-container-wrapper a{color:#999; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;}
.footer-container-wrapper a:hover{color:#fff;}
.footer-container-wrapper .copy-txt{font-family:'Open Sans', sans-serif, Arial, Helvetica, sans-serif; color:#666; font-size:12px; margin:8px 0 0;}
.footer-container-wrapper h4{font-weight:700; color:#666; font-size:20px; text-transform:uppercase; margin:0 0 20px;}
.footer-container-wrapper .footer-menu ul li a{font-size:14px; text-transform:uppercase; font-family:'Open Sans', sans-serif, Arial, Helvetica, sans-serif; font-weight:400; padding:5px 0;}
.footer-container-wrapper .newsletter-block h3{font-family:'Open Sans', sans-serif, Arial, Helvetica, sans-serif; font-weight:400; color:#fff; font-size:16px;  margin:0 0 20px;}
.footer-container-wrapper .newsletter-block .hs_email label{display:none;}
.footer-container-wrapper .newsletter-block .hs_email input[type="email"]{border:none; height:35px; line-height:35px; padding: 0 10px; margin: 0;}
.footer-container-wrapper .newsletter-block .hs_blog_blog_subscription{display:none;}
.footer-container-wrapper .newsletter-block .hs_submit input[type="submit"]{color: #fff; cursor:pointer; width:100%; border:none; background-color:#0eadc0; margin: 4px 0 0; padding:9px 10px; font-weight:700; font-size:14px; text-transform:uppercase; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}
.footer-container-wrapper .newsletter-block .hs_submit input[type="submit"]:hover{background-color:#0eadc0; color:#fff;}
.footer-container-wrapper ul.footer-social{margin:20px 0px 0 0;}
.footer-container-wrapper ul.footer-social li{display:inline-block;}
.footer-container-wrapper ul.footer-social li a{color:#0eadc0; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;; font-size:24px; display:block; margin:0 10px;}
.footer-container-wrapper ul.footer-social li a:hover{color:#fff;}
.contact-form .hs-form-field > label{display: none;}
.contact-form .hs-error-msgs li label{margin:-5px 0 10px 0; display: block; font-size: 14px; color:#fff;}
.contact-form span.hs_cos_wrapper{margin:-5px 0 10px 0; display: block; font-size: 14px; color:#0eadc0;}

.slide-top{position:fixed; z-index: 99; opacity:0; visibility:hidden; right:16px; bottom:16px; width:40px; height:40px; background-color:#0eadc0; color:#fff; font-size:24px; line-height: 37px; text-align:center; cursor:pointer; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}
.slide-top:hover{background-color:#0eadc0; color:#fff;}
.slide-top.show{opacity:1; visibility:visible;}

.inner-banner{position:relative;}
.inner-banner .banner-image{background-repeat:no-repeat; background-size:cover; background-position:top right; position:absolute; top:0; left:0; bottom:0px; width:100%;z-index: -1;}
.inner-banner .bg-image{display:none;}
.inner-banner .banner-content{min-height:687px;}
.inner-banner .banner-content .container{height:100%; padding:180px 60px 0;}
.inner-banner .banner-content > div > div{display:table; width:100%; height:100%;}
.inner-banner .banner-content .company {display:table; width:100%; height:100%; max-width: 46%; margin-left: 52%;}
.inner-banner .banner-content > div > div > div{display:table-cell; vertical-align: middle; float:none;}
.inner-banner .banner-content h2, .inner-banner .banner-content h3, .inner-banner .banner-content h1{color:#0eadc0; font-size:60px; text-transform:uppercase; font-weight:700; letter-spacing:4px; line-height:65px; text-shadow: 3px 6px 3px rgba(0,0,0,0.6);}/*joh, .inner-banner .banner-content h1*/
.inner-banner .banner-content h3{color:#fff;}
.inner-banner .banner-content h4{color:#fff; font-size:40px; text-transform:uppercase; font-weight:700; letter-spacing:4px; line-height:65px;}

.inner-banner .btn-1 a{margin:35px 0 0;}

.services-section1{}
.services-section1 .sub-txt{font-size:18px; text-transform:uppercase; color:#666; font-weight:700;}
.services-section1 h3{font-size:36px; text-transform:uppercase; color:#222; font-weight:400; margin:30px 0 10px 0;}

.services-two-block{background-repeat:no-repeat; background-size:cover; background-position:top left; position:relative; color:#fff;}
.services-two-block:after{content:''; position:absolute; top:0; left:0; bottom:0px; width:100%; background-color:rgba(0,0,0,.2);}
.services-two-block > div{position:relative; z-index:9;}
.services-two-block .bg-image{display:none;}
.services-two-block h3{font-size:36px; text-transform:uppercase; color:#fff; font-weight:400; margin:30px 0 10px 0;}
.services-two-block .un-matched div{height:100%;}
.services-two-block .un-matched > div > div > div > div{display:table; width:100%; height:100%;}
.services-two-block .un-matched > div > div > div > div span{display:table-cell; vertical-align: middle;}
.services-two-block .unmatched-flex > div > div{display:flex;}
.services-two-block .un-matched p{font-size:18px; text-transform:uppercase; font-weight:700; margin:30px 0 10px 0;}
.services-two-block .un-matched ul li{color:#0eadc0; font-family:'Open Sans', sans-serif, Arial, Helvetica, sans-serif; font-size:18px; line-height:33px;}

.contact-page{position:relative;}
.contact-page .contact-banner{background-repeat:no-repeat; background-size:cover; background-position:top left; position:absolute; top:0; left:0; bottom:0px; width:100%; z-index: -1}
.contact-page .contact-banner:after{content:''; position:absolute; top:0; left:0; bottom:0px; width:100%; background-color:rgba(0,0,0,.7);}
.contact-page .bg-image{display:none;}
.contact-page .contact-content .container{padding-top:180px; padding-bottom:180px;}
.contact-page .contact-left h1{color:#0eadc0; font-size:60px; text-transform:uppercase; font-weight:700; letter-spacing:4px; line-height:65px;}
.contact-page .contact-content p{font-size:24px; color:#fff; font-family:'Open Sans', sans-serif, Arial, Helvetica, sans-serif; line-height: 28px;}
.contact-page .timings ul{margin:60px 0 0 0;}
.contact-page .timings ul li{color:#fff; font-size:18px; font-family:'Open Sans', sans-serif, Arial, Helvetica, sans-serif; margin:0 0 40px 50px;}
.contact-page .timings ul li a{color:#fff; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}
.contact-page .timings ul li a:hover{color:#0eadc0;}
.contact-page .timings ul li:before{font-family:'FontAwesome'; font-size:30px; position: absolute; margin:-2px 0 0 -50px;}
.contact-page .timings ul li:nth-child(1):before{content:'\f017';}
.contact-page .timings ul li:nth-child(2):before{content:'\f095';}
.contact-page .timings ul li:nth-child(3):before{content:'\f003';}
.contact-page .contact-form .form-box{max-width:463px; margin:0 auto;}
.contact-page .contact-form p{font-size:18px;}
.contact-page .contact-form form input[type="text"], .contact-page .contact-form form input[type="email"], .contact-page .contact-form form input[type="tel"],textarea{border:none; padding:20px; margin:0 0 13px 0; font-size:14px; text-transform:uppercase; font-weight:700;}
.contact-page .contact-form form input[type="submit"]{color: #fff; width:100%; border:none; box-sizing:border-box; background-color:#0eadc0; padding:18px 10px; font-weight:700; font-size:18px; text-transform:uppercase; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}
.contact-page .contact-form form input[type="submit"]:hover{background-color:#0eadc0; color:#fff;}
.contact-page .contact-form form textarea{height:217px;}
.map-block > div > div{display:flex;color:#fff;}
.map-block .map-blue{background-color:#0eadc0; width:33%; box-sizing:border-box; padding:100px 0;}
.map-block .map-blue > div{margin: 0 auto; max-width: 320px;}
.map-block .map-blue h3{color:#fff; font-size:36px; text-transform:uppercase; font-weight:700;}
.map-block .map-frame{width:67%; margin:0px;}
.map-block .map-frame iframe{width:100%; display:block;}

.conversion-page{position:relative;}
.conversion-page .conversion-content .container{padding-top:180px; padding-bottom:180px;}
.conversion-page .conversion-banner{background-repeat:no-repeat; background-size:cover; background-position:top left; position:absolute; top:0; left:0; bottom:0px; width:100%; z-index: -1}
.conversion-page .conversion-banner:after{content:''; position:absolute; top:0; left:0; bottom:0px; width:100%; background-color:rgba(0,0,0,.7);}
.conversion-page .conversion-banner:before{content:''; position:absolute; top:0; left:0; bottom:0px; width:100%; background:url('//www.adherecreative.com/hubfs/Chrome-2017/Image/banner-overlay-new.png') repeat;}
.conversion-page .bg-image{display:none;}
.conversion-page .contact-form .form-box{max-width:470px; margin:0 auto;}
.conversion-page .contact-form h4{color:#0eadc0; font-size:36px; text-transform:uppercase; font-weight:700; letter-spacing: 3px;}
.conversion-page .contact-form h3{color:#fff; font-size:47px; text-transform:uppercase; font-weight:400;}
.conversion-page .contact-form p{font-size:18px; color:#fff;}
.conversion-page .contact-form input[type="submit"]{color:#fff !important;}

.blog-wrapper{position:relative;}
.blog-wrapper .blog-content .container{}
.blog-wrapper .blog-content .container > div{display:table; width:100%; height: 490px;}
.blog-wrapper .blog-content .container > div > span{display:table-cell; vertical-align: middle; text-align:center;padding-top:120px;}
.blog-wrapper .blog-content h1{color:#0eadc0; font-size:60px; text-transform:uppercase; font-weight:700; letter-spacing: 3px;}
.blog-wrapper .blog-banner, .blog-wrapper .inner-blogbanner{background-repeat:no-repeat; background-size:cover; background-position:center left; position:absolute; top:0; left:0; bottom:0px; width:100%; z-index: -1}
.blog-wrapper .blog-banner:after, .blog-wrapper .inner-blogbanner:after{content:''; position:absolute; top:0; left:0; bottom:0px; width:100%; background-color:rgba(0,0,0,.5);}
.blog-wrapper .bg-image{display:none;}

.hs-blog-post .blog-wrapper .blog-content h1{color:#fff; font-size:48px; font-weight:400;}
.hs-blog-post .blog-wrapper .blog-content .backto-blog{color:#0eadc0; font-size:18px; font-weight:700; text-transform:uppercase; letter-spacing: 1px; margin:0 0 26px; display:inline-block;}
.hs-blog-post .blog-wrapper .blog-content .date-time{font-family:'Open Sans', sans-serif, Arial, Helvetica, sans-serif; color:#fff; font-size:12px; text-transform:uppercase; letter-spacing: 1px; display:inline-block; margin: 30px 0 0;}

.col-row{margin-right:-15px; margin-left:-15px;}
.col-row:after{clear:both; content: ""; display:table;}
.col-50{width:50%; float:left; padding-left:15px; padding-right:15px; box-sizing:border-box;}
.col-33{width:33.33%; float:left; padding-left:5px; padding-right:5px; box-sizing:border-box;}

.recent-wrapper{padding-left:35px; padding-right:35px; padding-bottom:15px;}
.recent-posts{}
.recent-posts h3{color:#666; font-size:18px; text-transform:uppercase; margin: 0;}
.recent-posts h2{color:#222; font-size:36px; text-transform:uppercase; font-weight:400;}
.recent-posts .post-image{position:relative; display:inline-block;}
.recent-posts .post-image:after{content:''; position:absolute; left:0; top:0; bottom:0; width:100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 16%, rgba(0,0,0,0.11) 17%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 16%,rgba(0,0,0,0.11) 17%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 16%,rgba(0,0,0,0.11) 17%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.recent-posts .col-50{padding-left:30px; padding-right:30px;}
.recent-posts .col-50:first-child{padding-left: 15px;}
.recent-posts .post-topic a{color:#0eadc0; font-size:20px; text-transform:uppercase; font-weight:700; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}
.recent-posts .post-topic a:hover{color:#0eadc0;}
.recent-posts .post-content{font-size:24px; text-align:justify; line-height:40px; margin-top: 10px;}
.recent-posts .post-time{}
.recent-posts .read-more{color: #000; float:right; min-width:177px; box-sizing:border-box; background-color:#0eadc0; padding:18px 10px; font-weight:700; font-size:18px; text-transform:uppercase; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}
.recent-posts .read-more:hover{background-color:#0eadc0; color:#fff;}

.post-listing .post-item{margin:0 0 10px 0;}
.post-listing .post-item .contnt, .post-listing .post-item .more-link{display:none;}
.post-listing .post-item .post-header{position:relative; display:table; height:375px; width:100%;}
.post-listing .post-item .post-header .f-image{background-size:cover !important; position:absolute; top:0; left:0; bottom:0; width:100%;  filter: grayscale(100%); -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}
.post-listing .post-item .post-header .effect{display:table-cell; vertical-align: bottom; /*padding:250px 30px 46px;*/ padding:30px; background-repeat:no-repeat; background-size:cover; background-position:top left; position:relative;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 16%, rgba(0,0,0,0.11) 17%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 16%,rgba(0,0,0,0.11) 17%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 16%,rgba(0,0,0,0.11) 17%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

/* Featured Post */
.post-listing .post-item.this-isfeatured{width:100%; margin:0 0 60px 0;}
.post-listing .post-item.this-isfeatured .post-header{height:465px; overflow: hidden;}
.post-listing .post-item.this-isfeatured .f-image{float:left; display:inline-block; width:50%; filter: grayscale(0); padding-bottom: 35%; bottom:auto;}
.post-listing .post-item.this-isfeatured .f-image:after{content:''; position:absolute; top:0; left:0; bottom:0; width:100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 16%, rgba(0,0,0,0.11) 17%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 16%,rgba(0,0,0,0.11) 17%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 16%,rgba(0,0,0,0.11) 17%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.post-listing .post-item.this-isfeatured .effect{float:right; display:inline-block; width:50%; box-sizing:border-box; background:none; padding:18px 30px;}
.post-listing .post-item.this-isfeatured a.topic-link{font-size:20px;}
.post-listing .post-item.this-isfeatured h2{display:block;line-height:30px;color:#444;}
/*.post-listing .post-item.this-isfeatured h2 strong {display:block;line-height:35px;font-weight:400;}*/
.post-listing .post-item.this-isfeatured h2 strong {display: block;line-height: 40px;font-weight: 400;font-size: 19px;}


.post-listing .post-item.this-isfeatured .contnt{display:table-header-group;}
/*.post-listing .post-item.this-isfeatured .contnt p{font-size:24px; text-align:justify; line-height:40px; margin-top: 10px;}*/
.post-listing .post-item.this-isfeatured .contnt p{font-size:16px; text-align:justify; line-height:29px; margin-top: 10px;}
.post-listing .post-item.this-isfeatured h2 + span{display:table-footer-group; font-size:18px; font-weight:normal; font-family:'Open Sans', sans-serif, Arial, Helvetica, sans-serif; color:#2c2c2c; line-height:73px; opacity:1;}
.post-listing .post-item.this-isfeatured .more-link{display:inherit;}
.post-listing .post-item.this-isfeatured .more-link{color: #fff; float:right; min-width:177px; box-sizing:border-box; background-color:#0eadc0; padding:18px 10px; font-weight:700; font-size:18px; text-transform:uppercase; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}
.post-listing .post-item.this-isfeatured .more-link:hover{background-color:#0eadc0; color:#fff;}

.post-listing .post-item.this-isfeatured hr{display:none;}
.post-listing .post-item.this-isfeatured a {color:#444;}

.post-listing .post-item.this-isfeatured .contnt2{display:none;}
.post-listing .post-item.this-isfeatured .pvm-not-featured {display:none;}

/*update bloglisting j*/

/*.post-listing .post-item.this-isfeatured .blog-link2{display:none;}*/
/*.this-is-notfeatured.header-blog{ display:none;}*/
/*.post-listing .post-item.this-is-notfeatured.blog-link{display:none!Important;}*/
/*.post-listing .post-item .contnt, .post-listing .post-item .this-is-notfeatured.blog-link{display:none;}  */

.this-is-notfeatured .header-blog {display:none!important}
.this-is-notfeatured .featured-text {display:none!important}
.this-is-notfeatured .featured-hr {display:none!important}
.this-is-notfeatured .blog-link {display:none!important;}
.post-listing .post-item.this-isfeatured .blog-link2{display:none!important;}
.this-isfeatured.blog-link2{display:none!important}
.this-is-notfeatured.blog-header h2{display:none!important;}
.post-listing .post-item .more-link2{color: #0eadc0; }
.post-listing .post-item .more-link2:hover{color:#0eadc0; }


/**/

/* Featured Post */

.post-listing .post-item:hover .post-header .f-image{filter: grayscale(0%);}
.post-listing a{ -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;; }
.post-listing .post-item h2, .post-listing .post-item p{margin:0; line-height: 18px;}
.post-listing .post-item a.topic-link{color:#0eadc0; font-size:12px; text-transform:uppercase; font-weight:700;}
.post-listing .post-item a.topic-link:hover, .post-listing .post-item h2 a:hover{color:#0eadc0;}
.post-listing .post-item h2 a{color:#fff; font-size:18px; text-transform:uppercase; font-weight:400;}
.post-listing .post-item.this-isfeatured h2 a{color:#fff; font-size:1.6rem; text-transform:uppercase; font-weight:400;}
/*.blog-link:first-child {color:blue!important}*/


.blog-link {color:#222!important}
.blog-link:hover {color:#0eadc0!important;}
.blog-link:last-child: {color:red;}

.blog-link h2 a{color:#c2c2c2; font-size:18px; text-transform:uppercase; font-weight:400;}

.post-listing .post-item h2 + span{color:#fff; opacity:0.5; font-size:14px; font-family:'Open Sans', sans-serif, Arial, Helvetica, sans-serif;}

.recent-wrapper .pagination{text-align:center;}
.recent-wrapper .pagination li{display:inline-block;}
.recent-wrapper .pagination li a{width:40px; heigth:40px; display:block; line-height:40px; font-size:18px; font-weight:700;}
.recent-wrapper .pagination li.active a{background-color:#000; color:#0eadc0;}

.blog-post-wrapper h2, .blog-post-wrapper h3{color:#222; font-weight:400; font-size:36px; text-transform:uppercase;}
.blog-post-wrapper h2 strong, .blog-post-wrapper h3 strong{font-weight:400; color:#0eadc0;}


/* Slick arrow css */
.cl-banner-slider .slick-arrow{opacity:0.7; cursor:pointer; background:url('https://www.adherecreative.com/hubfs/2017-clarity/arrow.png') no-repeat; border:none; z-index:9; position:absolute; top:45%; left:0; width:55px; height:55px; font-size:0px; color:#fff; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;; }
.cl-banner-slider .slick-arrow:hover{opacity:1;}
.cl-banner-slider .slick-arrow.slick-next{left:auto; right:0; transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg);}

/* Menu CSS */


.ebiz-toggle{padding:16px 14px; width:50px; background-color:rgba(0, 0, 0, 0.6); float:right; border:none; cursor:pointer; position: relative; z-index: 9999;}
.ebiz-toggle .icon-bar{background-color:#0eadc0; border-radius: 1px; display: block; height: 3px; position: relative; width: 22px; -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}.ebiz-toggle .icon-bar + .icon-bar{margin-top: 4px;}
.ebiz-toggle .icon-bar:nth-child(1), .ebiz-toggle .icon-bar:nth-child(3){top:0; transform:rotate(0deg); -webkit-transform:rotate(0deg); -ms-transform:rotate(0deg);}
.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(1){top: 7px; transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg);}
.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(2){opacity:0;}
.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(3){top:-7px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg);}

.mainmenu .mobile-menu span.mobile-toggle{width:40px; height:40px; position:absolute; right:7px; top:7px; background-color:#0eadc0; -webkit-transition: all 400ms ease;
 -moz-transition: all 400ms ease;
 -o-transition: all 400ms ease;
 -ms-transition: all 400ms ease;
 transition: all 400ms ease;; }
.mainmenu .mobile-menu span.mobile-toggle:after, .mobile-toggle:before{content:""; background-color:#000; height:16px; width:2px; position:absolute; left:19px; top:12px; -webkit-transition: all 400ms ease;
 -moz-transition: all 400ms ease;
 -o-transition: all 400ms ease;
 -ms-transition: all 400ms ease;
 transition: all 400ms ease;; }
.mainmenu .mobile-menu span.mobile-toggle:before{-ms-transform:rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition: all 400ms ease;
 -moz-transition: all 400ms ease;
 -o-transition: all 400ms ease;
 -ms-transition: all 400ms ease;
 transition: all 400ms ease;; }
.mainmenu .mobile-menu span.mobile-toggle.ebiz-subopen:after{-ms-transform:rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg);}
.mainmenu .mobile-menu span.mobile-toggle.ebiz-subopen:before{opacity:0; -ms-transform:rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}

.mainmenu .hs-menu-wrapper > ul > li ul li{background-color:rgba(0, 0, 0, 0.6); color:#fff;}
.mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children ul.hs-menu-children-wrapper li a{max-width:200px; width:200px; font-family: 'Montserrat-Light', sans-serif, Arial, Helvetica, sans-serif; color:#fff; font-size:17px; font-weight:300; overflow: visible; text-overflow: inherit; white-space: pre-line;}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper{left: 240px;}

ul.mobile-menu .explore{background-color:#0eadc0; height:120px; letter-spacing:4px; line-height:120px; padding: 0 0 0 40px; text-transform: uppercase; margin: 0 0 20px;}

.top-search{position:relative;}
.top-search .g-search{position:absolute; top:100%; right:0; width:300px;}
.top-search .top-search .cse .gsc-control-cse, .top-search .gsc-control-cse{padding:4px 10px 0px 10px;}
.top-search form{margin:0;}
.top-search .gsst_a{padding-top:6px;}
.top-search .gsst_a .gscb_a{color:#222;}
.top-search input[type="image"]{background-color:#0eadc0; padding:7px; color:#fff; border:none;}
.top-search input[type="text"]{background:transparent !important; color:#222; font-family: 'Montserrat', sans-serif, Arial, Helvetica, sans-serif; font-weight:400; text-transform:none;}
.top-search table.gsc-search-box td{padding:0;}
.top-search table.gsc-search-box td input[type="text"]{padding:0 5px !important;}


.frames-page .inner-banner .banner-content > div > div > div { vertical-align:inherit;}
.frames-page .inner-banner{ max-height:490px; }
.frames-page .inner-banner .banner-content .container { padding: 225px 60px 0; }
.frames-page .frames-section{padding:40px 70px;}
.frames-page .flex-frames {position:relative;margin 0 auto;}
.frames-page .flex-frames .hs_cos_wrapper_type_image_slider, .frames-page .flex-frames .newsroom-feature{float:left;margin-right:50px; width:30%; margin-bottom:50px; min-height:200px; }
.hs_cos_flex-slider .hs_cos_flex-slides img { height: inherit !important; }
.frames-page .flex-frames .hs_cos_wrapper_type_image_slider:nth-child(3n+3){margin-right:0;}
.frames-page .flex-frames .hs_cos_wrapper_type_image_slider .hs_cos_flex-direction-nav{display:none !important;}
.frames-page .flex-frames .hs_cos_flex-slider .caption { background:none  !important; position: relative; font-size: 1.3em; color: #5B5E60; padding:0;margin-top}
.frames-page .flex-frames .hs_cos_flex-slider .hs_cos_flex-slides img {max-width:100%; max-height:125px !important; width: auto;}
.frames-page .flex-frames .hs_cos_flex-slider .caption p{padding:0;margin:0; color:#5b5e60 !important;}
.frames-page .flex-frames .hs_cos_flex-slider .caption p strong{font-weight:900; font-size:1.3em;}
.frames-page .flex-frames .hs_cos_flex-control-paging li a {width: 25px;height: 25px;}
.frames-page .flex-frames .hs_cos_flex-control-paging li a.hs_cos_flex-active{background:#0eadc0 ;}

.frames-page .flex-frames .newsroom-feature{text-align:center;}
.frames-page .flex-frames .hs_cos_wrapper_type_custom_widget:nth-child(3n+3) .newsroom-feature{margin-right:0;}
.frames-page .flex-frames .newsroom-feature img { max-height:125px !important;}
.frames-page .flex-frames .newsroom-feature .btn-1 a{ min-width:100% !important;}

.img-right img{float:right;}
@media (min-width:768px) { .container, .row-fluid .container[class*="span"]{width:750px;} }
@media (min-width:992px) { .container, .row-fluid .container[class*="span"]{width:970px;} }
@media (min-width:1200px) { .container, .row-fluid .container[class*="span"]{width:1170px;} }
/*@media (min-width:1620px) { .container, .row-fluid .container[class*="span"]{width:1600px;} }*/
/*@media (min-width:1620px) { .container, .row-fluid .container[class*="span"]{width:1400px;} }*/

@media (min-width:1200px) {/*hover event for desktops*/
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {opacity: 1; visibility: visible;}
    .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children ul.hs-menu-children-wrapper > li:hover > a{color:#fff; background-color: #0eadc0; }
}

@media (min-width:1200px) {
    .explore, .ebiz-toggle, .mainmenu .mobile-menu span.mobile-toggle{display:none;}
    .mainmenu .hs-menu-wrapper > ul > li > a:hover{border-color:#0eadc0;}
    
     
    
    
}

@media (max-width:1619px){
    .no-br br{display:none;}
    .header-container-wrapper{padding:34px 20px 0;}
    .cl-banner-slider .container{padding:180px 60px 0;}
    .mainmenu .hs-menu-wrapper > ul > li > a{padding:26px 5px 22px; font-size:13px;}
    .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children ul.hs-menu-children-wrapper li a{font-size:13px;}
    .header-container-wrapper .get-intouch a{min-width: 1px; font-size: 12px;}
    .footer-container-wrapper h4{font-size: 16px;}
    .footer-container-wrapper .newsletter-block h3{font-size: 12px;}
    .footer-container-wrapper ul.footer-social li a{margin: 0 6px;}
    .staffing-block .blue-block:after{background-color: rgba(65, 146, 221, 0.79); z-index:0;}
    .staffing-block .blue-block *{position:relative; z-index:9;}
    .our-brands .brands-logos > span > div{padding:0 15px;} 
    .testimonial-block .testi-block{padding-left: 40px; padding-right: 40px;}
    .testimonial-block .commitment-block .awards > div > div > .span4{width:130px;}
    .testimonial-block .commitment-block .awards h4{font-size:14px;}
    .appointment-section .appointment-section-wrapper{height:270px;}
    .book-block .book-wrapper{height:327px;}
    .testimonial-block .commitment-block{padding-right: 30px;}
    .post-listing .post-item .post-header .effect{padding:130px 30px 30px;}
    .post-listing .post-item.this-isfeatured .effect{padding:18px 30px;}
    .mainmenu:before{left: calc(14.5299% + 35px);}
  	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{max-width:240px;}
}

@media  (min-width:1620px) and (max-width:6000px){
     .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{max-width:240px!important;}
    
}

@media  (min-width:1450px) and (max-width:6000px){
     .frames-page .flex-frames .hs_cos_wrapper_type_image_slider, .frames-page .flex-frames .newsroom-feature{  min-height:250px;} 
    
}

@media (max-width:1450px){

   .frames-page .flex-frames .hs_cos_wrapper_type_image_slider{float:left;margin-right:50px;width:29%;margin-bottom:50px;  min-height:250px;} 
    .frames-page .flex-frames .hs_cos_wrapper_type_image_slider:nth-child(3n+3){margin-right:50%;}
    .frames-page .flex-frames .hs_cos_wrapper_type_image_slider:nth-child(3n){margin-right:0;}  
    
    .frames-page .flex-frames .newsroom-feature{float:left;margin-right:50px;width:29%;margin-bottom:50px;  min-height:250px;} 
    .frames-page .flex-frames .hs_cos_wrapper_type_custom_widget:nth-child .newsroom-feature(3n+3){margin-right:50%;}
    .frames-page .flex-frames .hs_cos_wrapper_type_custom_widget:nth-child .newsroom-feature(3n){margin-right:0;}  

}

@media (max-width:1199px){
    .mainmenu>ul>li{display:block;}
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{position:static; opacity:1; visibility: visible; display:none;}
    .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children ul.hs-menu-children-wrapper li a{max-width:none; width:auto; padding:10px 40px 10px 60px;}
    .mainmenu .hs-menu-wrapper > ul > li ul li{background-color:transparent;}
    
    .btn-1 a, .btn-2 a, .btn-1.w300 a{min-width:auto;}
    .cl-banner-slider{height:auto;}
    .header-container-wrapper{overflow: visible;}
    .staffing-block .blue-block{float: right;}
    .footer-container-wrapper h4{font-size:13px;}
    .footer-container-wrapper ul.footer-social li a{margin:0 4px; font-size:20px;}
    .row-fluid .mainmenu{float:right;}
    .row-fluid .right-part{float:left; padding:0 0 0 20px;}
    .header-container-wrapper .top-number{margin:15px 0 0;} 
    .header-container-wrapper .get-intouch{margin:7px 0 0 20px !important;}
    .header-search .top-search{margin:2px 0 0 10px;}
    .mainmenu:before{display:none;}
    .mainmenu .hs-menu-wrapper > ul{position:fixed; right:0; width:300px; top:0; bottom:0; overflow: auto; z-index: 9; background-color:#fff; transform: translateX(305px); -webkit-transform: translateX(305px); -moz-transform: translateX(305px); -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 transition: all 200ms ease;;}
    .mainmenu .hs-menu-wrapper > ul.mobile-menu.ebiz-menuslide{transform: translateX(0px); -webkit-transform: translateX(0px); -moz-transform: translateX(0px);}
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul.mobile-menu li{float:none;}
    .mainmenu .hs-menu-wrapper > ul > li > a{display:block; max-width:none; padding:10px 15px;}
    .mainmenu .hs-menu-wrapper > ul > li > a{color:#555; font-size: 16px; font-weight: 500; letter-spacing: 1px; padding:15px 40px;}
    .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children ul.hs-menu-children-wrapper li a{color:#555; font-size: 16px; font-weight: 500; letter-spacing: 1px;}
    .site-logo .hs-image-widget{ width:138px !important; max-width:none !important;}
    .map-block .map-blue{width:60%;}
    .map-block .map-frame{width:60%;}
    .post-listing .post-item .post-header .effect{padding:60px 15px 20px;}
    .post-listing .post-item.this-isfeatured .effect{padding:18px 30px;}
    .post-listing .post-item h2, .post-listing .post-item p{line-height: 20px;}
    .recent-posts .post-content p{font-size: 14px; line-height: 22px;}

   
}
@media (max-width:1091px){
    .book-block{ background-position:top left; }

}
@media (max-width:991px){
    .btn-1 a, .btn-2 a, .btn-1.w300 a, .testimonial-block .testi-block .testimonial-anchor a, .btn-1.small a{font-size: 14px;}
    .cl-banner-slider h1, .inner-banner .banner-content h2, .inner-banner .banner-content h3, .contact-page .contact-left h1{font-size: 40px; letter-spacing: 2px; line-height: 45px;}
    .conversion-page .contact-form h4{font-size: 30px;}
    .conversion-page .contact-form h3{font-size: 27px; line-height: 35px; letter-spacing:0;}
    p,.cl-banner-slider h1 + p{font-size: 17px; line-height: 22px;}
    .cl-banner-slider .banner-btn{min-width:auto; font-size: 14px;}
    .services-two-block h3,.staffing-block h4, .staffing-block .blue-block h3, .our-brands h3, .title-txt h3, .title-txt h4, .process-block .blue-block h4, .process-block h4, .services-section1 h3, .testimonial-block .commitment-block h3, .appointment-section .appointment-section-wrapper h4, .book-block .book-wrapper h4{font-size:26px;}
    .appointment-section{position:relative;}
    .appointment-section > div{position: relative; z-index:9;}
    .widget-type-linked_image.span2{width:19.365%;}
    .staffing-block{position:relative;}
    .staffing-block > div{position: relative; z-index:9;}
    .staffing-block:before{content:''; position:absolute; left:0; top:0px; bottom:0px; width:100%; background:url('//www.adherecreative.com/hubfs/Chrome-2017/Image/banner-overlay-new.png') repeat;}
    .staffing-block:after{content:''; position:absolute; left:0; top:0px; bottom:0px; width:100%; background-color:rgba(255, 255, 255,0.5);}
    .explore-services .services-listing{padding:60px 15px 0 5px;}
    .explore-services .services-listing .service-img img{height:auto;}
    .explore-services .services-listing .service-data h4{font-size:16px;}
    .explore-services .services-listing .service-data a{font-size:16px; min-width:1px; display:inline-block;}
    .process-block .blue-block{margin:0px;}
    .testimonial-block .commitment-block .awards > div > div > .span4 {width: 29.33%;}
    .footer-container-wrapper .for-pad.span2{width:22%;}
    .footer-container-wrapper .half-pad.span2{width:47%;}
    .contact-page .contact-form form input[type="submit"]{font-size: 15px;}
    .col-33{width:50%;}
    .recent-posts .post-content{font-size:14px; line-height:30px;}
    .recent-posts .col-50{padding-left:15px; padding-right:15px;}
    .section.post-body > span > img {display:block; float:none !important; margin:0 auto 50px !important;}
    .post-listing .post-item.this-isfeatured .f-image:after{opacity:0;}

    .post-listing .post-item.this-isfeatured .f-image, .post-listing .post-item.this-isfeatured .effect{width:100%;}
    .post-listing .post-item.this-isfeatured .f-image{padding-bottom:50%; position:static;}
    .post-listing .post-item.this-isfeatured .effect{padding-left:0px; padding-right:0px;}
    .footer-logo .hs-image-widget { margin: 0px -29px 0;}
    .footer-container-wrapper ul.footer-social {margin: 10px 0px 0 -21px;}
    .copy-txt{margin: 10px 0px 0 -21px !important;}
    
    .inner-banner .banner-content .company { max-width: 65%;margin-left: 40%;}
    
     .frames-page .flex-frames .hs_cos_wrapper_type_image_slider, .frames-page .flex-frames .newsroom-feature{float:left;margin-right: 0;width:100%;margin-bottom:30px;}
    
    

}
#explore-services{
	margin-left: 5px !important;
	margin-right: 5px !important;
	display: block !important;
}
@media (max-width:917px){
    .book-block{position: relative;}
    .book-block > div{position: relative; z-index:9;}
    .book-block:after{content:''; position:absolute; left:0; top:0px; bottom:0px; width:100%; background-color:rgba(255, 255, 255,0.5);}
}
@media (max-width:767px){
	#explore-services{
		margin-left: 0px !important;
		margin-right: 0px !important;
		display: block !important;
	}
	
	#hs_cos_wrapper_module_153543830636193{
	margin-left:0px!important;
		margin-right:0px!important
}
    body{font-size:14px;}
	  video{
  	  height:600px !important;
	    width:auto !important;
    	max-width:600% !important;
  	}
		.banner-image{overflow:hidden !important;}
  
    .btn-1 a, .btn-2 a, .btn-1.w300 a, .testimonial-block .testi-block .testimonial-anchor a, .btn-1.small a{font-size:12px; display: block; padding: 15px 10px;}
    .padding-topbottom {padding-bottom: 30px; padding-top: 30px;}
    .col-33, .col-50{width:100%; padding-left:15px; padding-right:15px;}
    .hidden-xs{display:none !important;}
    
    /* Heading Tag CSS */
    .services-section1 h3, .footer-container-wrapper h4, .testimonial-block .testi-block .testimonial-author, .staffing-block .blue-block h3 span, .staffing-block .sub-heading, .staffing-block h4, .staffing-block .blue-block h3, .our-brands h3, .title-txt h3, .title-txt h4, .process-block .blue-block h4, .process-block h4, .testimonial-block .commitment-block h3, .appointment-section .appointment-section-wrapper h4, .book-block .book-wrapper h4{font-size:16px;}
    .blog-post-wrapper h2, .blog-post-wrapper h3, .hs-blog-post .blog-wrapper .blog-content h1,.blog-wrapper .blog-content h1,.recent-posts h2, .conversion-page .contact-form h4,.conversion-page .contact-form h3,.contact-page .contact-left h1, .map-block .map-blue h3, .cl-banner-slider h1, .inner-banner .banner-content h2, .inner-banner .banner-content h3{font-size:20px; line-height:25px;}
    
    /* P / Content tag CSS */
    p,.post-listing .post-item.this-isfeatured .contnt p, .post-listing .post-item.this-isfeatured h2 + span, .contact-page .contact-content p,.recent-posts h3,.contact-page .timings ul li,.services-section1 .sub-txt,.services-two-block .un-matched ul li,.footer-container-wrapper .footer-menu ul li a, .staffing-block p, .process-block .blue-block p, .process-block p, .testimonial-block .testi-block .testimonial-text, .appointment-section .appointment-section-wrapper p{font-size:14px; line-height:normal;}
    
    .post-listing .post-item.this-isfeatured h2 + span{opacity:.5;}
    .row-fluid .small-mobile{float:left;}
    .mainmenu .hs-menu-wrapper ul{width:260px;}
    .header-container-wrapper{padding:15px 15px 0;}
    .row-fluid .site-logo[class*="span"]{float:left;}
    .row-fluid .header-search{display:none;}
    .row-fluid .right-part{padding:0;}
    .header-container-wrapper .right-part > div, .header-container-wrapper .top-number, .row-fluid .right-part{width:100%;}
    .header-container-wrapper .get-intouch{margin:14px 0 0 0 !important; width: 100%;}
    .header-container-wrapper .get-intouch span, .header-container-wrapper .top-number span{display:block;}
    .header-container-wrapper .get-intouch a, .header-container-wrapper .top-number a{display: block; text-align: center;}
    .cl-banner-slider .container, .inner-banner .banner-content .container{padding:210px 15px 0;}
    .cl-banner-slider h1 + p{font-size: 14px; line-height: normal;}
    .cl-banner-slider .banner-btn{padding:10px 15px; display:block;}
    .cl-banner-slider ul.awards > li{float: left; width: 33.33%; font-size: 12px;}
    .cl-banner-slider .banner-btn{font-size: 12px;}
    .staffing-block .blue-block{width: 100%; margin: 15px 0 0; padding: 20px;}
    .staffing-block .blue-block:after{top:0; bottom:0; height:auto;}
    .our-brands .brands-logos > span > div{display: block; margin: 0 0 20px; min-height: 90px;}
    .explore-services{padding: 30px 5px;}
    .explore-services .services-listing{padding:15px 0 0;}
    .explore-services .services-listing .service-data{left:calc(50% - 0px);}
    .explore-services .services-listing > span > div{margin:0 0 15px 0; padding: 0; width: 100%;}
    .process-block .blue-block{width: 100%; padding: 15px;}
    .process-block .blue-block:after{top:0; bottom:0; height:auto;}
    .process-block .blue-block h4{margin:0;}
    .process-block .blue-block p{min-height: auto;}
    .testimonial-block > div > div > div{display:inherit;}
    .testimonial-block .testi-block .testimonial-author{padding: 20px 0 0;}
    .testimonial-block .testi-block{padding-left: 15px; padding-right: 15px;}
    .testimonial-block .testi-block .testimonial-text{background-size:22px auto; padding: 30px 0 0;}
    .testimonial-block .commitment-block{padding-left: 15px; padding-right: 15px;}
    .testimonial-block .commitment-block .awards > div > div > .span4 {width:100%; margin: 0 0 20px; text-align: center;}
    .testimonial-block .commitment-block .awards > div > div > .span4:last-child{margin:0px;}
    .appointment-section, .book-block{padding:30px 15px;}
    .book-block:after{ background-color:rgba(255, 255, 255,0.8);}
    .footer-container-wrapper{padding: 30px 0;}
    .footer-container-wrapper .for-pad.span2, .footer-container-wrapper .half-pad.span2{width:100%;}
    .footer-logo .hs-image-widget{margin:0px;}
    .footer-container-wrapper .copy-txt{margin:7px 0 30px;}
    .footer-container-wrapper ul.footer-social{margin:35px 0 0;}
    .inner-banner .banner-content{min-height:460px;}
    .services-two-block .unmatched-flex > div > div{display:inherit;}
    .services-section1 .sub-txt{margin:20px 0 0;}
    .services-section1 h3{margin: 20px 0 0;}
    .map-block > div > div{display:inherit;}
    .map-block .map-blue{width:100%; padding: 20px 15px;}
    .map-block .map-frame{width:100%;}
    .contact-page .contact-form form input[type="submit"]{white-space: pre-line;}
    .contact-page .timings ul{margin:20px 0 0;}
    .contact-page .timings ul li{margin:0 0 40px 35px;}
    .contact-page .timings ul li:before{font-size:20px; margin:-2px 0 0 -35px;}
    .contact-page .contact-form form textarea{height: 140px;}
    .contact-page .contact-content .container{padding-bottom: 20px;}
    .conversion-page .conversion-content .container{padding-bottom: 20px;}
    .recent-wrapper{padding-left:15px; padding-right:15px;}
    .post-listing .post-item{margin: 0 0 15px;}
    .recent-posts .read-more{float:none; display:block; font-size: 12px; padding: 11px 10px;}
    .recent-posts .post-topic a{margin: 20px 0 0; display:block;}
    .blog-wrapper .blog-content .container > div{height: 350px;}
    .blog-wrapper .blog-content .container > div > span{padding-top: 160px;}
    .hs-blog-post .post-body img{width:100% !important; height: auto;}
    .post-listing .post-item.this-isfeatured .more-link{padding:8px 10px; font-size:14px; margin:20px 0 0; width: 100%;}
    
    .footer-logo .hs-image-widget { margin: 35px auto 0; display: block;}
    .footer-container-wrapper,.footer-social, .copy-txt{text-align:center;}
    
        .inner-banner .banner-content .company { max-width: 100%;margin-left: 0%; text-align:center;}
   .frames-page .flex-frames .hs_cos_wrapper_type_image_slider, .frames-page .flex-frames .newsroom-feature{float:left;margin-right:0;width:100%;margin-bottom:30px;}
    .post-listing .post-item.this-isfeatured h2{font-size:14px;}

}



@media (max-width:435px){
    .inner-banner{padding-bottom:100px;}
}