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


li.hs-form-checkbox::before {content: none !important;}


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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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













 


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

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Merriweather:wght@400;700;900&display=swap');

body{margin:0px; font-family: 'Inter', Arial, Helvetica, sans-serif; font-weight:400; color:#19233E; font-size: 16px;}
input{font-family: 'Inter', Arial, Helvetica, sans-serif;}
/*ul{margin:0px; padding:0px;}
ul li{list-style:none;}*/
ul li{margin-bottom:17px;}
h1,h2,h3,h4,h5,h6{margin-top:0px;}
a{ text-decoration:none; color:#19233E;}
a:hover, a:focus{text-decoration:none; color:#384871; }
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: 'Inter', Arial, Helvetica, sans-serif; -webkit-appearance: none; -webkit-border-radius: 0;   border:none; padding:20px; margin:0 0 13px 0; font-size:14px; font-weight:400;}
input[type="submit"]{font-family: 'Inter', Arial, Helvetica, sans-serif ; cursor:pointer; -webkit-appearance: none; border-radius:0px; color: #000; width:100%; border:none; box-sizing:border-box; background-color:#19233E; padding:18px 10px; font-weight:700; font-size:18px; text-transform:uppercase; display: inline-block; text-align: center;}
input[type="submit"]:hover{background-color:#384871; color:#fff;}
textarea{resize:none;}
h1,h2,h3,h4,h5,h6{font-family:'Merriweather', serif; font-weight:700; color:#19233E; 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;}
.padding-topbottom30{padding-top:30px; padding-bottom:30px;}
p{font-family:'Inter', Arial, Helvetica, sans-serif;font-weight:400;font-size:16px;margin-bottom: 20px;line-height: 1.6em;color: #19233E;}
.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:#19233E; padding:18px 10px; font-weight:700; font-size:18px; text-transform:uppercase; display: inline-block; text-align: center;}
.btn-1 a:hover{background-color:#384871; color:#fff;}

.btn-2 a{background-color:#19233E; color:#fff; min-width: 410px; border:solid 1px #19233E; padding:19px 10px; font-weight:700; font-size:18px; text-transform:uppercase; display: inline-block; text-align: center;}
.btn-2 a:hover{background-color:#2b7197; color:#fff; border-color:#2b7197;}

.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; }
.btn-3 a:hover{background-color:#384871; 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;}

.header-container-wrapper{box-sizing:border-box; left: 0; padding: 0 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;*/}
.header-container-wrapper .header-container{padding-left:15px;}
.mainmenu:before{background-color:rgba(255, 255, 255, 1); content: ""; height: 71px; left:0; position: absolute; right: 0; top:0; /*width: 10000px;*/ z-index: -1;}
.mainmenu .hs-menu-wrapper > ul > li > a{font-family: 'Inter', Arial, Helvetica, sans-serif; display:block; font-size:13px; font-weight:600; letter-spacing:1px; text-transform:uppercase; padding:14px; border-bottom: 2px solid transparent; }
.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:#19233E; font-size: 24px; vertical-align: top;}
.header-search .top-search{font-size:18px; color:#19233E; 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:#19233E; padding:11px 10px; font-weight:700; font-size:16px; text-transform:uppercase; display: inline-block; text-align: center;}
.header-container-wrapper .get-intouch a:hover{background-color:#384871; 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:#19233E; 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:'Inter', 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:#19233E; padding:18px 10px; font-weight:700; font-size:18px; text-transform:uppercase; display: inline-block; text-align: center; }
.cl-banner-slider .banner-btn:hover{background-color:#384871; 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: 'Inter', 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:#19233E;}
.staffing-block p{font-family:'Inter', 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:#19233E; 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:#19233E; font-size:18px; text-transform:uppercase; font-weight:400; }
.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);}
.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:#19233E; padding:6px 10px; font-weight:700; font-size:18px; text-transform:uppercase;; text-align: center;}
.explore-services .services-listing .service-data a:hover{background-color:#384871; 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:'Inter', Arial, Helvetica, sans-serif; font-size:16px; color:#fff;}
.process-block .bluE-p p{color:#19233E; 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:#19233E;}
.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:#19233E;}
.testimonial-block .testi-block > div{position: relative; z-index: 1;}
.testimonial-block .testi-block .testimonial-text{color:#fff;font-family:'Merriweather', 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; }
.testimonial-block .testi-block .testimonial-anchor a:hover{background-color:#384871; 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:#f8fbfc; padding:75px 0 0 0;}
.footer-container-wrapper a{color:#999; }
.footer-container-wrapper a:hover{color:#fff;}
.footer-container-wrapper .copy-txt{font-family:'Inter', Arial, Helvetica, sans-serif; color:#666; font-size:12px; margin:8px 0 0;}
.footer-container-wrapper h4{font-weight:500; color:#666; font-size:16px; text-transform:uppercase; margin:0 0 20px;}
.footer-container-wrapper .footer-menu ul li a{font-size:14px; font-family:'Inter', Arial, Helvetica, sans-serif; font-weight:400; padding:5px 0; color:#666;}
.footer-container-wrapper .footer-menu ul li a:hover{text-decoration:underline;}
.footer-container-wrapper .newsletter-block h3{font-family:'Inter', 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:#19233E; margin: 4px 0 0; padding:9px 10px; font-weight:700; font-size:14px; text-transform:uppercase; display: inline-block; text-align: center; }
.footer-container-wrapper .newsletter-block .hs_submit input[type="submit"]:hover{background-color:#384871; color:#fff;}
.footer-container-wrapper ul.footer-social{margin:20px 0px 0 0; padding-left:0;}
.footer-container-wrapper ul.footer-social li{display:inline-block;}
.footer-container-wrapper ul.footer-social li a{color:#666; font-size:24px; display:block; margin:0 10px;}
.footer-container-wrapper ul.footer-social li a:hover{color:#388bb4;}
.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:#19233E;}

.slide-top{position:fixed; z-index: 99; opacity:0; visibility:hidden; right:16px; bottom:16px; width:40px; height:40px; background-color:#19233E; 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:#384871; 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{color:#19233E; font-size:60px; text-transform:uppercase; font-weight:700; letter-spacing:4px; line-height:65px;}
.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:#19233E; font-family:'Inter', 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:#19233E; 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:'Inter', 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:'Inter', Arial, Helvetica, sans-serif; margin:0 0 40px 50px;}
.contact-page .timings ul li a{color:#fff; }
.contact-page .timings ul li a:hover{color:#19233E;}
.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:#19233E; padding:18px 10px; font-weight:700; font-size:18px; text-transform:uppercase; display: inline-block; text-align: center; }
.contact-page .contact-form form input[type="submit"]:hover{background-color:#384871; color:#fff;}
.contact-page .contact-form form textarea{height:217px;}
.map-block > div > div{display:flex;color:#fff;}
.map-block .map-blue{background-color:#19233E; 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:#19233E; 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: 400px;}
.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:#fff; font-size:40px; text-transform:uppercase; font-weight:300; letter-spacing: 3px;}
.blog-wrapper .blog-banner, .blog-wrapper .inner-blogbanner{
  background-image: url(https://9342450.fs1.hubspotusercontent-na1.net/hubfs/9342450/claudia%20donny.jpg);
  background-repeat:no-repeat; background-size:cover; background-position:center; position:absolute; top:0px; margin-top: 0em; left:0; bottom:0; right:0; width:100%; z-index: -1;
  background: #19233E !important;
}
.hs-blog-post .blog-wrapper .blog-banner, .blog-wrapper .inner-blogbanner{ background: #19233E !important; }
.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,.3);}
.blog-wrapper .bg-image{display:none;}

.hs-blog-post .blog-wrapper .blog-content h1{color:#fff; font-size:36px; font-weight:600;}
.hs-blog-post .blog-wrapper .blog-content .backto-blog{color:#fff; font-size:14px; font-weight:500; letter-spacing: 1px; margin:0 0 26px; display:inline-block; }
.hs-blog-post .blog-wrapper .blog-content .date-time{font-family:'Inter', Arial, Helvetica, sans-serif; color:#fff; font-size:12px; text-transform:uppercase; letter-spacing: 1px; display:inline-block; margin: 30px 0 0;}

.hs-landing-page .blog-wrapper .blog-content .backto-blog{ display: none;}


.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-66{width:66.66%; float:left; padding-left:10px; padding-right:10px; box-sizing:border-box;}
.col-33{width:33.33%; float:left; padding-left:5px; padding-right:5px; box-sizing:border-box;}
.col-6th {float:left; padding-left:5px; padding-right:5px; box-sizing:border-box;}
.col-row.post-listing{ /*max-width:1280px;*/ margin:0px auto;}

.recent-wrapper{padding-left:35px; padding-right:35px;}
.recent-wrapper .recent-posts{max-width: 1280px; margin: 0px auto; padding-left: 15px; padding-right: 15px;}
.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:#19233E; font-size:20px; text-transform:uppercase; font-weight:700; }
.recent-posts .post-topic a:hover{color:#384871;}
.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:#19233E; padding:18px 10px; font-weight:700; font-size:18px; text-transform:uppercase; display: inline-block; text-align: center; }
.recent-posts .read-more:hover{background-color:#384871; color:#fff;}

.post-listing .post-item{margin:15px 0;}
.post-listing .post-item .contnt, .post-listing .post-item .more-link{display:none;}
.post-listing .post-item .post-header{position:relative; min-height:375px; width:100%;
display: flex; flex-direction: column; }
.post-listing .post-item .post-header .f-image{ background-size: cover !important;  /* min-height: 350px; height: auto; */   height: 0;
  padding-top: 56.25%;}
.post-listing .post-item .post-header .effect{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  vertical-align: bottom; padding:30px; 
  background: #19233E;
  min-height: 250px;
}

.post-listing .post-item .post-header .effect hr { display: none; }

/* Featured Post */
.post-listing .post-item.this-isfeatured{width:100%; margin:0 0 20px 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;margin-bottom:20px;}
.post-listing .post-item.this-isfeatured .contnt{display:table-header-group;}
.post-listing .post-item.this-isfeatured .contnt p{font-size:16px; text-align:left; line-height:26px; margin-top: 10px;}
.post-listing .post-item.this-isfeatured h2 + span{display:table-footer-group; font-size:16px; font-weight:normal; font-family:'Inter', Arial, Helvetica, sans-serif; color:#2c2c2c; line-height:73px; opacity:1;}
.post-listing .post-item.this-isfeatured .more-link{display:inherit; margin:20px 0;}
.post-listing .post-item.this-isfeatured .more-link{color: #fff; float:right; min-width:177px; box-sizing:border-box; background-color:#19233E; padding:18px 10px; font-weight:700; font-size:18px; text-transform:uppercase; display: inline-block; text-align: center; }
.post-listing .post-item.this-isfeatured .more-link:hover{background-color:#384871; color:#fff;}
.post-listing .post-item.this-isfeatured hr{display:none;}
.post-listing .post-item.this-isfeatured .contnt2{display:none;}

.post-listing .post-item .more-link2{
  font-family: 'Inter', Arial, Helvetica, sans-serif ;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 12px;
  border: 2px solid #AC3C72;
  background-color: #AC3C72;
}
.post-listing .post-item .more-link2:hover{
  color: #AC3C72;
  border-color: #fff;
  background-color: #fff;
}


/* Featured Post */

.post-listing .post-item .post-header .f-image{ }
.post-listing .post-item:hover .post-header .f-image{ }
.post-listing a{ }
.post-listing .post-item h2, .post-listing .post-item p{margin:0; line-height: 27px;}
.post-listing .post-item a h2{color:#fff; font-weight:400; font-size: 21px;}
.post-listing .post-item a.topic-link{color:#19233E; 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:#ececec;}
.post-listing .post-item h2 a{color:#fff; font-size:24px; text-transform:uppercase; font-weight:400;}
.post-listing .post-item.this-isfeatured h2 a{color:#19233E;}
.post-listing .post-item h2 + span{color:#fff; opacity:0.5; font-size:14px; font-family:'Inter', Arial, Helvetica, sans-serif;}

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

.blog-post-wrapper h2  { color:#19233E; }
.blog-post-wrapper h3 { color:#AC3C72; }
.blog-post-wrapper h2, .blog-post-wrapper h3{ font-weight:600; font-size:36px; text-transform:none;}
.blog-post-wrapper h3 span em,
.blog-post-wrapper h3 em span{ color:#AC3C72 !important;}
.blog-post-wrapper h3{font-size:28px; font-weight:400;}
.blog-post-wrapper h4{font-size:25px;}
.blog-post-wrapper h2 strong, .blog-post-wrapper h3 strong{font-weight:400; color:#AC3C72;}


/* 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; }
.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.2); float:right; border:none; cursor:pointer; position: relative; z-index: 9999;}
.ebiz-toggle .icon-bar{background-color:#19233E; border-radius: 1px; display: block; height: 3px; position: relative; width: 22px; }.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:#19233E; -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 .mobile-menu{float:right;}
.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: 'Inter', 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:#19233E; 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:#19233E; padding:7px; color:#fff; border:none;}
.top-search input[type="text"]{background:transparent !important; color:#222; font-family: 'Inter', 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:#19233E ;}

.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:1280px;} }

@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: #384871; }
}

@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:none; text-decoration:underline;}
    
     
    
    
}

@media (max-width:1619px){
    .no-br br{display:none;}
    .header-container-wrapper{padding: 0 0;}
    .cl-banner-slider .container{padding:180px 60px 0;}
    .mainmenu .hs-menu-wrapper > ul > li > a{padding:14px; 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: 30px 30px;}
    .post-listing .post-item.this-isfeatured .effect{padding:18px 30px;}
    .mainmenu:before{left: 0;}
}

@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:right; padding:0 0 0 20px;}
    .header-container-wrapper .header-container{background-color:#fff; padding-left:15px;}
    .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); }
    .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:120px !important; max-width:none !important; margin-top:-5px;}
    .map-block .map-blue{width:60%;}
    .map-block .map-frame{width:60%;}
    .post-listing .post-item .post-header .effect{padding:20px 15px;}
    .post-listing .post-item.this-isfeatured .effect{padding:18px 30px;}
    .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;}


    .post-listing .post-item .post-header { flex-direction: column; height: 100%; }
    .post-listing .post-item .post-header .f-image { /* min-height: 220px; */ }
    .post-listing .post-item .post-header .effect { max-width: 100%; width: auto; min-height: 250px; }

}
@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);}
    .post-listing .post-item a h2{ font-size: 18px;}
}
@media (max-width:767px){
    body{font-size:14px;}
    .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:26px; 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:0 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 15px;}
    .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 0 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 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: 90px;}
    .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;}
    
}

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

/* EXTRA CSS */

a{
  color: #19233E;
}

.mainmenu ul.mobile-menu{
  margin-top:10px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  max-width:100%;
  white-space: initial;
}

.hs-form-field label{
  margin-bottom: 10px;
  display: block;
  font-size:14px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(7) a{
  background-color: #19233E;
  color:#fff;
  text-decoration:none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(7) a:hover{
  background-color: #2b7197;
}

input[type="text"].hs-input,
input[type="email"].hs-input,
input[type="tel"].hs-input,
select.hs-input{
  background-color: #f7f7f7;
  padding: 12px;
  font-size: 14px;
  font-weight:normal;
  text-transform:none;
}
input[type="checkbox"]{
  margin-left:0;
}
a.hs-button,
input[type="submit"]{
  background-color: #AC3C72;
  color: #fff;
  width: auto;
  display: block;
  text-align: center;
  padding: 12px 20px;
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
  margin-top:18px;
}
a.hs-button:hover,
input[type="submit"]:hover{
  background-color: #fff;
  color: #AC3C72;
  cursor: pointer;
}
.hs-search-field__bar { white-space: nowrap; }
button.hs-button {
  background-color: #AC3C72;
  color: #fff;
  cursor: pointer;
}
button.hs-button:hover {
  background-color: #CE7E9F;
}

.legal-consent-container{
  font-size:12px;
  margin-top:10px;
}
.legal-consent-container .hs-form-field label{
  font-size:12px;
}
.legal-consent-container .field.hs-form-field{
  margin-top:8px;
}

.blue-bg{
    background: #19233E;
  background: -moz-linear-gradient(top, #19233E 0%, #6274A4 100%);
  background: -webkit-linear-gradient(top, #19233E 0%, #6274A4 100%);
  background: linear-gradient(to bottom, #19233E 0%, #6274A4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19233E', endColorstr='#6274A4', GradientType=0);
    color: #fff;
}
.blue-bg h1,
.blue-bg h2,
.blue-bg h3,
.blue-bg h4,
.blue-bg h5,
.blue-bg h6,
.blue-bg a,
.blue-bg p,
.blue-bg span{
  color:#fff;
}

.hs-blog-listing .blog-wrapper .blog-content h1:after{
  content: "Leggere il Blog e la Newsletter è l'opportunità per conoscere oggi quello che succederà domani. Buona lettura!";
  display: block;
  font-size: 0.45em;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}

.post-body ul{
  list-style: none;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.post-body ul li::before{
  content: "•";
  color: #19233E;
  margin-right: 10px;
}

.post-body ol{
  text-align: left;
  list-style: none;
  counter-reset: li
}
.post-body ol li{
  margin-bottom:10px;
  counter-increment: li
}
.post-body ol li::before {
  background-color:#19233E;
  content: counter(li);
  color: #fff;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: center;
  padding: 5px 8px 10px;
  border-radius: 50%;
}

.indice{
  text-align:center;
}
.indice h4{
  font-size: 1.4em;
}
.post-body .indice ol{
  display: inline-block;
  text-align: left;
  list-style: none;
  counter-reset: li
}
.post-body .indice ol li{
  margin-bottom:6px;
  counter-increment: li
}
.indice ol li a{
  text-decoration:none;
}
.indice ol li a:hover{
  text-decoration:underline;
}
.post-body .indice ol li::before {
  background-color:#fff;
  content: counter(li);
  color: #19233E;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: center;
  padding: 5px 8px 10px;
  border-radius: 50%;
}

.post-pillar-block,
p.blog-intro{
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
}
.post-pillar-block h2,
p.blog-intro{
  padding-left:15px;
  padding-right:15px;
  color: #19233E;
  font-weight: 400;
  font-size: 24px;
  margin-top: 0px;
  display: block;
  clear: both;
  margin-bottom:10px;
  font-family:'Merriweather', serif; 
}

.video-section{
  background-color:#f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
}

.video-section .blog-post-wrapper{
  width:100%
}
.blog-video-wrapper{
  max-width:720px;
  margin:0px auto;
}
.blog-video .span12 .hs_cos_wrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.blog-video .span12 .hs_cos_wrapper iframe,
.blog-video .span12 .hs_cos_wrapper object,
.blog-video .span12 .hs_cos_wrapper embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.articoli-correlati h2{
   font-size: 24px;
}

.cta-block{
  color:#fff;
}
.cta-block h3{
  text-transform: none;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
}
.cta-block a{
  color: #B32370;
  background-color:#fff;
  padding:14px;
  display:inline-block;
  transition: all 200ms ease;
}
.cta-block a:hover{
  color: #fff;
  background-color: #AC3C72;
  box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
}

.cta-hubspot{
  text-align:center;
}
.cta-hubspot img{
  width: auto;
  height: auto;
}

.video-section.pillar{
  margin-bottom:30px;
}

.footer-bottom{
  color: #fff;
  padding: 10px 0px;
  background-color: #19233E;
  text-align: center;
  margin-top:30px;
}
.footer-bottom-text{
  max-width:1370px;
  padding:0 15px;
  margin: 0px auto;
  font-size:12px;
  line-height: 1.8em;
  float:none !important;
  margin-left: auto !important;
}

.legal-consent-container ul.inputs-list{
  list-style: none;
  padding-left: 0;
}

.post-listing .contnt2 p{
    margin-top: 20px;
}
.post-listing .contnt2 span{
  display: inline-block;
}

.padding-social{
  padding-bottom:60px;
  padding-top: 30px;
  text-align:center;
}
.padding-social p{
  color: #19233E;
  font-weight: 400;
  font-size: 20px;
}

@media (min-width: 1620px){
  .pillar .container,
  .pillar .row-fluid .container[class*="span"] {
      width: 1170px;
  }
}

@media (max-width:767px){
  .pillar-text img{
    margin-left:0 !important;
    margin-right:0 !important;
    margin-bottom:20px !important;
    width:100% !important;
  }
  
  .footer-company{
    margin-top:20px;
  }
  .footer-logo{
    margin: 0px auto !important;
    margin-bottom: 20px !important;
    float:none !important;
  }
  .footer-container-wrapper ul.footer-social{
    margin-top:-15px;
  }
  .hs-blog-listing .blog-wrapper .blog-content h1:after{
    font-size: 0.8em;
    letter-spacing: normal;
  }
}

.padding-indice{
  padding-top:30px;
  padding-bottom:30px;
}

.pillar-container {
  padding: 0 15px;
  clear: both;
  display: none;
}
@media only screen and (min-width: 768px) {
  .pillar-container {
    display: none;
    justify-content: space-between;
  }
 }
 
.pillar-block{
  color: #fff;
  text-align: center;
  background-color: #545E6B;
  padding: 50px 0;
  margin: 15px 0;
  width: calc( 50% - 15px );
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .pillar-block{
   width: 100%!important;
   display: block;
   margin: 0 0 15px 0;
 }
}

.pillar-block-dark {
  background-color: #737F8D;
}
.pillar-block-text{
  padding: 0 30px;
  max-width:640px;
  color:#fff;
  margin:0px auto;
}
.pillar-block-text h2{
  font-weight: 400;
  color: #fff;
}
.pillar-block-text p{
  text-align:left;
  color: #fff;
  font-size: 15px;
  line-height: 1.3em;
  margin-bottom:20px;
}
.pillar-block-text a{
    font-family: 'Inter', Arial, Helvetica, sans-serif ;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px;
    border: 2px solid #fff;
    background-color:transparent;
}
.pillar-block-text a:hover{
  background-color:#fff;
  color: #545E6B;
  border-color: #fff;
}

p.left-block{
	width: 50%;
  float: left;
  background-color: #19233E;
  color: #fff;
  padding: 30px;
  display: inline;
  margin-right: 20px;
  margin-top:0;
}
p.left-block strong{
    font-size: 30px;
    line-height: 40px;
    display: block;
    margin-bottom: 20px;
    border-left: 3px solid #fff;
    padding-left: 10px;
}
p.right-block{
	width: 50%;
  float: right;
  background-color: #19233E;
  color: #fff;
  padding: 30px;
  display: inline;
  margin-left: 20px;
  margin-top:0;
}
p.right-block strong{
    font-size: 30px;
    line-height: 40px;
    display: block;
    margin-bottom: 20px;
    border-left: 3px solid #fff;
    padding-left: 10px;
}
@media (max-width:767px){
	p.left-block,
  p.right-block{
		width: calc(100% - 60px);
		display: block;
	}
}

input[type="text"].hs-input, input[type="email"].hs-input, input[type="tel"].hs-input, select.hs-input{
  width:100% !important;
}
.legal-consent-container ul li:before{
  display:none;
}
.legal-consent-container p,
.legal-consent-container ul{
  margin-top:3px;
  margin-bottom:3px;
}
.legal-consent-container p,
.legal-consent-container ul li{
  font-size:12px;
  margin-bottom:0;
}
.hs_recaptcha.hs-recaptcha{
  margin-top:15px;
}

.split-line{
  display:none;
}

@media (max-width:1199px){
  .blog-wrapper .blog-content .container.split-right h1{
    font-size:28px;
  }
}
@media (min-width: 768px){
  .blog-wrapper .inner-blogbanner.split-left{
    width:50%;
  }
  .split-line{
    position: absolute;
    left: calc(50% - 60px);
    display:block;
  }
  .split-line svg{
    display: block;
    width: 60px;
    height: 400px;
    background: transparent;
    fill: #19233E;
  }
  .container.split-right{
    background-color:#19233E;
    width: 50%;
    margin-right: 0;
  }
  .blog-wrapper .blog-content .container.split-right>div>span{
    padding-top:90px;
  }
}

.pillar-text__two-col .blog-post-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.pillar-text__two-col .section.post-body {
  width: calc(50% - 1em);
}
.pillar-text__two-col .section.post-body:first-child {
  margin-right: 2em;
}

.pillar-text__two-col h3 {
  font-size: 1.1rem;
  line-height: 2rem;
  margin: 0;
  font-weight: 700;
}
.pillar-text__two-col h2 {
  font-size: 1.6rem;
  line-height: 2rem;
}

.pillar-text__two-col h2.bigger {
  font-size: 2.3rem;
  line-height: 2.6rem;
}

.pillar-text__two-col ul {
  padding-left: 0;
}

.pillar-text__two-col-title {
  display: flex;
  align-items: center;

}
.pillar-text__two-col-title:not(.unspaced) {
  margin-bottom: 3rem;
}

.pillar-text__two-col-title h2 {
  margin-top: 5px;
}
.pillar-text__two-col-title img {
  max-width: 50px;
  margin-right: 1em;
}

@media only screen and (max-width: 770px) {
  .pillar-text__two-col .section.post-body {
    width: auto;
  }
  .pillar-text__two-col .section.post-body:first-child {
    margin-right: 0;
  }
}


.view-all-categories a {
  margin-right: 15px;
	font-family: 'Inter', Arial, Helvetica, sans-serif ;
  display: flex;
  color: #19233E;
  background-color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px;
  border: 2px solid #19233E;
  
}
.view-all-categories a:hover {
  background-color: #19233E;
  color: #fff;
	text-decoration: none;
  border: 2px solid #fff;
}
.view-all-categories ul{
  list-style: none; 
  display: flex;
  flex-wrap: wrap;
  padding-left: 45px;
}

@media only screen and (max-width: 480px) {
  .view-all-categories a {
  margin-right: 5px;
	font-size: 12px;
  padding: 8px;
  }
  .view-all-categories ul {
   /*display: grid!important;  */
    list-style: none;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 770px) {
  .view-all-categories a {
  margin-right: 10px;
	font-size: 12px;
  padding: 8px;
  }
  .view-all-categories ul {
   /*display: grid!important;  */
   list-style: none;
   padding-left: 30px;
  }
}

.tabber-tabs {
    border-bottom: 1px solid #ddd;
    list-style: none;
    padding: 0;
    margin: 0 0 -2px;
}


.tabber-tabs>li {
	float: left;
}

.tabber-tabs>li {
    margin-bottom: 0px!important;
    width: 50%;
    text-align: center;
}
.tabber-tabs>.active>a, .tabber-tabs>.active>a:hover, .tabber-tabs>.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.tabber-tabs>li>a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    text-decoration: none;
    display: block;
}
.tabber-tabs>li>a {
  background-color: lightgrey;
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper  {
    width: 100%;
    float: left;
    padding: 10px;
    display: inline-block;
}
#hubspot-topic_data {display: none;}
.about-author-sec.row-fluid {display: none;!important}

.hs-postlisting-item {
    list-style: none;  
    margin-left: -40px;
}


.filter-link-count {
  display: none;
}
.pageBorder {
  padding-left: 7%;
  padding-right: 7%;
}
.searchResult {
  margin-top: 10%;
  padding-left: 7%;
  padding-right: 7%;
}
.CTA p {
  padding-top:20px; 
  padding-bottom:20px;
  background-color: #19233E;
  margin-top: 0;
}
/* exclude the category "evidenza" and "piuLetti" to be shown */
#hs_cos_wrapper_module_15715863868591584 .widget-module ul li a[href="https://blog.reverse.hr/tag/recenti"],
#hs_cos_wrapper_module_15711757350581524_post_categories .widget-module ul li a[href="https://blog.reverse.hr/tag/recenti"] {
display:none;
}

 #hs_cos_wrapper_module_15715863868591584 .widget-module ul li a[href="https://blog.reverse.hr/tag/piuletti"],
#hs_cos_wrapper_module_15711757350581524_post_categories .widget-module ul li a[href="https://blog.reverse.hr/tag/piuletti"] {
display:none;
} 

.hs-postlisting-item img { display: none; }


.hs-search-header { min-height: 360px; background-color: #14162b; }
.hs-search-results__title{font-family:'Merriweather', serif; font-weight:700; color:#19233E; margin-bottom:10px; font-size:18px;}
.hs-search-results__listing li { margin-bottom: 30px; padding-bottom: 10px; border-bottom: 1px solid #EAEFF5; }

/* Pillar page risorse */

.container_widget_1627917611365 figcaption .itemTitle h4 {
    padding-top: 0;
	margin-top: 45%;	
    padding-left: 0%;
    text-align: center;
	border: solid 2px #19233e;
    margin-left: 25%;
    margin-right: 23%;
  	background-color: #19233e;
    color: #ffffff;}

@media only screen and (max-width: 768px) {
.column3, .column2 {
    width: 100%;}
}