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

@import url('//fonts.googleapis.com/css?family=Alegreya+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
@import url('//fonts.googleapis.com/css?family=Signika:300,400,600,700');
@import url('//fonts.googleapis.com/css?family=Karla:400,700'); 

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



body{margin:0px; font-family: 'Karla', sans-serif; font-weight: 300; color:#555555; font-size: 20px; line-height:1.5em;}
input{font-family: Avenir;}
ul{margin:0px; padding:0px;}
ul li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-family: 'Signika', sans-serif!important; margin-top:0px; font-weight: 600!important;}
h1.hero {font-size: 36px; line-height: 1.3em; color: #ffffff; margin-bottom:15px;}
h2.story {font-size: 24px; line-height: 1.2em; color: #ffffff; margin-bottom:15px;}
h4.story {font-size: 20px!important; line-height: 1.35em;}
h5.hero {font-size: 17px; line-height: 1.5em; color:#ffffff;}
p.hero,p.dek {font-size: 20px; color:#004158; line-height: 1.5em;}
small {font-size: 12px!important; color:#004158;}
ol.hero {font-size: 16px; line-height: 1.8em;}
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:#cd163f;}
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: 'Karla', sans-serif; -webkit-appearance: none; -webkit-border-radius: 0; border:none; padding:20px; margin:0; font-size:16px; font-weight:normal;}
input[type="submit"]{font-family: Avenir; cursor:pointer; -webkit-appearance: none; border-radius:0px; color: #ffffff;margin: 0;max-width:500px; width:100%; border:none; box-sizing:border-box; background-color:#a8ca1a; padding:18px 10px; font-weight:700; font-size:18px; 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:#c1e626; color:#fff;}
textarea{resize:none; line-height: 1.3em!important;}
h4,h4 a {font-size: 26px!important; line-height:1.1em; color: #555555;}
*: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:'Alegreya', sans-serif; font-size: 18px; line-height: 1.4em;}
span {font-family:'Alegreya', sans-serif; font-size: 22px; line-height: 1.3em; color:#505050;}
.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; box-sizing:border-box; background-color:#4192dd; 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:#1d67ac; color:#fff;}

.btn-2 a{color:#4192dd; min-width: 410px; border:solid 1px #4192dd; 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:#1d67ac; color:#fff; border-color:#1d67ac;}

.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:#1d67ac; 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: #0a3740; font-size:36px; text-transform:uppercase; font-weight:400;}
.title-txt-intro h3, .title-txt-intro h3{color: #ffffff; font-size:36px; line-height: 1.3em; text-transform:uppercase; font-weight:400;}

.header-container-wrapper{box-sizing:border-box; left: 0; padding: 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(255, 255, 255, 0.22); 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: Avenir; 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:#4192dd; font-size: 24px; vertical-align: top;}
.header-search .top-search{font-size:18px; color:#4192dd; 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:#4192dd; 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:#1d67ac; 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:#4192dd; 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:'Alegreya', 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:#4192dd; 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:#1d67ac; 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: Avenir;}

.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:#4192dd;}
.staffing-block p{font-family:'Alegreya', 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:#4192dd; 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:#4192dd; 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;*/padding: 30px 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:#4192dd; 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:#1d67ac; 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:'Alegreya', sans-serif; font-size:16px; color:#fff;}
.process-block .bluE-p p{color:#4192dd; 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:#4192dd;}
.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:#4192dd;}
.testimonial-block .testi-block > div{position: relative; z-index: 1;}
.testimonial-block .testi-block .testimonial-text{color:#fff;font-family:'Alegreya', 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:#1d67ac; 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:#000000; /*padding:75px 0;*/ padding:0;/*custom for Archery*/}
.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:'Alegreya', sans-serif; color:#cccccc; font-size:12px; margin:8px 0 0; float: right;}
.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:'Alegreya', sans-serif; font-weight:400; padding:5px 0;}
.footer-container-wrapper .newsletter-block h3{font-family:'Alegreya', 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:#4192dd; 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:#1d67ac; 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:#4192dd; -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:#4192dd;}

.slide-top{position:fixed; z-index: 99; opacity:0; visibility:hidden; right:16px; bottom:16px; width:40px; height:40px; background-color:#4192dd; 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:#1d67ac; 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:120px 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: 60%; margin-left: 0;}
.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:#4192dd; 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:#4192dd; font-family:'Alegreya', 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:#4192dd; 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:'Alegreya', 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:'Alegreya', 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:#4192dd;}
.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:#4192dd; 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:#1d67ac; color:#fff;}
.contact-page .contact-form form textarea{height:217px;}
.map-block > div > div{display:flex;color:#fff;}
.map-block .map-blue{background-color:#4192dd; 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:#4192dd; 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:#4192dd; 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:#4192dd; 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:'Alegreya', 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:#4192dd; 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:#1d67ac;}
.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:#4192dd; 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:#1d67ac; 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:none;}
.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 h2 + span{display:table-footer-group; font-size:18px; font-weight:normal; font-family:'Alegreya', 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:#4192dd; 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:#1d67ac; 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{color: #4192dd; }
.post-listing .post-item .more-link2:hover{color:#1d67ac; }




/* 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:#4192dd; 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:#1d67ac;}
.post-listing .post-item h2 a{color:#fff; 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:'Alegreya', 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:#4192dd;}

.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:#4192dd;}

/* 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:#4192dd; 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:#4192dd; -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:#4192dd; 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:#4192dd; 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:#4192dd ;}

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

  /* SGSPORTSUNCUT Main */ 

.uncut-container {
   max-width: 1280px;
   margin: 0 auto;
   text-align: center;
}

.uncut-container a,
.uncut-container a:hover {
   color:#ef453f;
}
.watchnow-col {
 width: 50%;
 margin: 0 auto;
 padding: 0 20px 0 0;
 float: left;
}
.watchnow-col h1 {
 margin: 0 0 25px 0;
}
.watchnow-col h2 {
 font-size:24px;
 line-height: 28px;
 margin: 0 0 20px 0;
}
.vote-col-l {
 margin: 0 auto;
 padding: 0 20px 0 0;
 float: left;
 width: 65%;
}
.vote-col-r {
 margin: 0 auto;
 padding: 0 20px 0 0;
 float: left;
 width: 25%;
}

.vid-col {
 width: 30%;
 margin: 0 auto;
 float: left;
 margin: 15px;
}

.quiz-col img {
  width: 230px;
  height: auto;
}

.quiz-col img:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}

.vid-row {
 max-width: 1000px;
 width: 100%;
 margin-bottom: 30px;
}
.pod-col-l {
 width: 30%;
 margin: 0 auto;
 float: left;
 padding: 15px;
}
.pod-col-r {
 width: 70%;
 margin: 0 auto;
 float: left;
 padding: 15px;
}
.pod-col-r h5 {
  margin-top:0;
  font-size:20px;
}
.first {
 margin-left: 0;  
}
.last {
 margin-right: 0!important;
}
.quiz-row {
  width: 100%;
  margin: 25px 0;
  text-align: center;
  margin-top: 8%;
}
.quiz-row h1 {
   color:#cd163f;
   font-size: 60px;
   line-height: 1em;
   margin-bottom: 40px;
}
.quiz-row h3 {
   color: #c4ced1;
}
.quiz-row p {
   font-size: 24px;
   line-height: 1.4em;
   margin-bottom: 25px;
}

.quiz-col {
  width: 22%;
  display: inline-block;
  vertical-align: bottom;
}

.box {
  width: 60%;
  margin: 0 auto;
  padding: 15px 0;
}

legend {
  font-size: 14px!important; 
  margin: 5px 0 30px 0!important;
  font-style: italic;
  border-bottom: none!important;
}

input[type="submit"] {
  max-width: 120px;
  padding: 10px;
  font-size: 16px;
  margin-top: 30px;
  
}

.footer-sw60 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
  text-align: center; 
  font-size: 12px;
}

#hs_cos_wrapper_module_1575634602266370 select  {
    font-size: 12px;
    font-weight: 500;
    padding: 10px 20px;
    color: #3bbfad;
}

form input#hs_cos_wrapper_module_1575634602266370 input[type="text"] {
    background-color: #f8f8f8!important;
}

#hs_cos_wrapper_module_1575634602266370 label:not(.hs-error-msg) {
   font-size: 15px!important;
}
#hs_cos_wrapper_module_1575634602266370 input[type="submit"] {
   background-color: #3bbfad;
}

#hs_cos_wrapper_module_1575634602266370 select {
  font-size: 15px;
}

input[type="email"] {
   padding: 0 0 30px 0;
}

input[type=checkbox] {
   margin-right: 10px!important;
}
legend.hs-field-desc {
   padding-bottom: 10px;
}
#hs_cos_wrapper_module_1575634602266370 label:not(.hs-error-msg),
#hs_cos_wrapper_module_1575634602266370 label {
   color:#c2171d!important;
   font-weight: 400!important;
}

#hs_cos_wrapper_module_1575634602266370 select {
   color: #333333!important;
}
.leadinModal-reset a, .leadinModal-reset button, .leadinModal .leadinModal-content p {
   color:#ffffff!important;
   font-weight: 500;
}


.vid-thumb {position: relative; margin-bottom: 20px;}
.vid-thumb-text-block {position: absolute; background-color: rgba(0, 0, 0, 0.7); width: 100%; bottom: 0; text-align: center; color: #ffffff;}
.vid-thumb-text-block h5 {font-size: 14px; margin: 12px; line-height: 1.3em; text-align: left;}
.vid-thumb a:hover {opacity: 0.8; filter: alpha(opacity=80); /* For IE8 and earlier */}

.uncut-nav {
   display: inline;
   /*min-height: 52px;*/
   float: right;
}
.uncut-nav h5 {
   float: left;
   margin-right: 40px;
   font-size: 13px;
   font-weight: 500px!important;
   color: #ffffff;
   float: right;
}
.uncut-nav h5 a {
  color: #ffffff!important;
}
.uncut-nav h5 a:hover {
  color:#ffffff;
  opacity: 0.7;
  filter: alpha(opacity=50); /* For IE8 and earlier */
  text-decoration: none;
}
.uncut-hero {
  display: block;
  height: 100%;
}

ul.share-buttons{
  list-style: none;
  padding: 0;
  font-size: 26px;
  text-align: center;
  margin: 40px 0px;
}
ul.share-buttons span {
  font-size: 14px;
  margin-left:10px;
  vertical-align: middle;
}
ul.share-buttons li{
  display: inline;
  margin-right: 10px;
  border: 1px solid #cccccc;
  padding: 5px 15px;
}
ul.share-buttons li:hover {
   background-color: #e40225;
}
ul.share-buttons li a {
  color: #ffffff;
  text-decoration: none;
}

.clear {
  clear:both;
}

.formbg {
  background-color: #f8f8f8;
  background-image: url('https://6212555.fs1.hubspotusercontent-na1.net/hubfs/6212555/startwith60/quiz/form-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  margin: 0;
}
.quiz-nav {
  max-width: 1080px; 
  margin: 0 auto;
  margin-top: 10px;
}
.quiz-nav p {
  font-size: 25px;
  float: left;
  margin-top: 5px;
}
.right {
  float: right!important;
}
.quiz-nav p a {
  text-decoration: none;
  color: #3bbfad;
}

.quiz-nav p a:hover {
  text-decoration: none;
  color: #3bbfad;
}

a#cta_button_6212555_5c5264d3-9256-4b8a-a71c-8b03f75b97e7:hover {
   background:none;
}

#st-1 .st-btn > span {
   font-size: 12px;
   padding: 8px!important;
}

.b-share-wa, .b-share-tg {
  display: inline-block;
  margin-right: 20px;
}



.mr-20 {
  margin-right: 20px;
}

  /* END SGSPORTSUNCUT Main */ 


.anchor {
   padding-top:100px;
}
.mt-80 { 
  margin-top: 80px;
}
.hero-sec-r {
  padding: 50px 30px;
}
.hero-sec-l {
  padding: 20px;
}
.dek-sec-l,.dek-sec-r {
  padding: 20px;
}
.mg-table {
  width: 100%;
  background-color: #b5d1d5;
  font-family: Avenir; 
  font-size: 20px;
  color:#004158;
  margin-top: 20px;
}

.purple {
  color:#870066;
}
.dblue {
  color:#004158;
}
.red {
  color:#ee364b;
}
.white {
   color:#ffffff;
}
h4.package {
  font-size: 24px!important;
  text-align: center;
  line-height: 28px;
  color: #870066;
}
h4.app,h4.app a {
  font-size: 20px!important;
  line-height: 25px;
  color: #000000;
}

.hs-submit {
   text-align: center!important;
}

.cta_button {
  margin:0;
}

.bgbutton {
  background-color: #004158; /* dkblue */
  border: none;
  color: white;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
}



/* GetActive 2019 Main */  
  /* YouTube Responsive CSS for HubSpot */ 

.container-fluid {
   padding-left:0!important;
   padding-right:0!important;
}
.carousel-indicators {
   bottom: 20px!important;
   z-index: 1!important;
}
.carousel-indicators li {
   border: 1px solid #c7c7c7!important;
}

.slide-caption {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 20;
    max-width: 550px;
    color: #EEE;
    font-size: 1.375rem;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
}
.slide-caption-right {
    top: 96.2% !important;
    right: 0 !important;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 4px 12px;
    color: #fff !important;
}

.slide-caption.slide-caption-right {
    left: auto;
    right: 15px;
}

.video-container {
  margin:0 auto;
  height:585px;
  text-align:center;
  overflow:hidden;
  max-width:1040px;
}

.video-container iframe {
  height:100%;
  width:100%;
}        
.ico-fb {
   width: 38px;
   height: 38px;
   background: url("https://6212555.fs1.hubspotusercontent-na1.net/hubfs/6212555/GetActive%20Singapore%202019/img/social/social-fb-n.png") no-repeat;
   display: inline-block;
   margin: 0 15px 15px 0;
}
.ico-fb:hover {
   background: url("https://6212555.fs1.hubspotusercontent-na1.net/hubfs/6212555/GetActive%20Singapore%202019/img/social/social-fb-h.png") no-repeat;
}
.ico-yt {
   width: 38px;
   height: 38px;
   background: url("https://6212555.fs1.hubspotusercontent-na1.net/hubfs/6212555/GetActive%20Singapore%202019/img/social/social-youtube-n.png") no-repeat;
   display: inline-block;
   margin: 0 15px 15px 0;
}
.ico-yt:hover {
   background: url("https://6212555.fs1.hubspotusercontent-na1.net/hubfs/6212555/GetActive%20Singapore%202019/img/social/social-youtube-h.png") no-repeat;
}
.ico-rss {
   width: 38px;
   height: 38px;
   background: url("https://6212555.fs1.hubspotusercontent-na1.net/hubfs/6212555/GetActive%20Singapore%202019/img/social/social-rss-n.png") no-repeat;
   display: inline-block;
   margin: 0 15px 15px 0;
}
.ico-rss:hover {
   background: url("https://6212555.fs1.hubspotusercontent-na1.net/hubfs/6212555/GetActive%20Singapore%202019/img/social/social-rss-h.png") no-repeat;
}
.ico-ig {
   width: 38px;
   height: 38px;
   background: url("https://6212555.fs1.hubspotusercontent-na1.net/hubfs/6212555/GetActive%20Singapore%202019/img/social/social-ig-n.png") no-repeat;
   display: inline-block;
}
.ico-ig:hover {
   background: url("https://6212555.fs1.hubspotusercontent-na1.net/hubfs/6212555/GetActive%20Singapore%202019/img/social/social-ig-h.png") no-repeat;
}

.footer-links {
  margin: 0 auto;
  padding: 0px 40px 10px;
}
.footer-links a {
   color: #231F20 !important;
   margin-right: 15px;
}
.footer-widgets {
   padding: 60px;
}

.articles h2 {
   text-align: center;
   margin-bottom: 25px;
}
.articles img.story {
   margin-bottom: 25px;
}
.articles a.cta_button {
   margin:0;
}
h3.widget  {
   font-size: 18px;
   color: #cd163f;
}
.partner-hd {
  font-size: 18px;
  font-weight: 600;
  color: #444444;
  text-align: center;
  margin-bottom: 60px;
}
.our-partners {
  margin-top: 40px;
  padding:40px 40px;
}
.our-app {
  padding:40px 40px;
}
.our-partners-logo,.our-app-art {
  width: 23%!important;
  display: inline-block!important;
  vertical-align: top;
}
.hub-bg-box {
  width: 50%;
  margin: 0 auto;
  padding: 130px 0;
}
p.hub-bg {
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
}
.main-vid-wrap {
   padding: 20px 40px;
   background-color:#000000;
}
.main-vid-wrap-last {
   padding: 20px 40px 0px;
   background-color:#000000;
}

.main-vid-wrap-first {
   padding: 10px 40px;
   background-color:#000000;
}

/* SW60 check-in page */
.subheading {
  margin-left: 0!important; 
  text-align: center; 
  color: #96e0d5; 
  margin-top: 10px!important;
}

@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*/100%;} }
@media (min-width:1620px) { .container, .row-fluid .container[class*="span"]{width:1600px;} }

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

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

@media (max-width:1619px){
    .no-br br{display:none;}
    .header-container-wrapper{padding: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);}
}

@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: 0;}
    .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: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:768px){
    body{font-size:14px;}
    h3,.title-txt-intro h3 {font-size: 26px!important; line-height: 1.3em;}
    .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, .quiz-col {width:100%; padding-left:15px; padding-right:15px;}
    .hidden-xs{display:none !important;}
    .social-ico h4 {display: block; font-family: Avenir!important; margin-right: 0;}
    .social-ico span {margin-right:0; padding: 10px 0;}    
    /* 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: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: 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%;}
   .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;}
  
  /* Uncut @max-width:768px */  

  .watchnow-col,.vote-col-l,.vote-col-r {
    width: 100%;
    display: block;
}
  .watchnow-col h2 {
   margin-top: 20px;  
}
.vid-col {
 width: 100%;
 display: block;
 margin:0;
}
ul.share-buttons li {
  display: block;
  width: 100%;
  margin: 20px 0;
  padding: 15px;
}
.vid-thumb img {
  width: 100%!important;
}
  
.pod-col-l {
 width: 100%;
 display: block;
 margin:0;
 padding: 15px;
}
.pod-col-r {
 width: 100%;
 display: block;
 margin:0;
 padding: 15px;
}

}


  
@media (max-width:480px){
  .inner-banner .banner-image {
    background-position: 65% 0;
    background-size: 580px 311px;
  }
   h1.hero {font-size: 22px;}
   h2.hero {font-size: 24px; line-height: 1.3em;}
   h5.hero {display:none;}
  .inner-banner .banner-content {min-height: 308px;}
  .inner-banner .banner-content .container {padding-top:70px;}
  .hero-cta {font-size: 14px;}
  a#cta_button_6212555_0228cb5a-693e-4d01-9d89-dbb556d0f90b {font-size:15px;}
  .site-logo .hs-image-widget {width: 60px!important;}
  .about {padding: 50px;}
  
.slide-caption-right {
    top: 88.2% !important;
    font-size: 8px;
}
.carousel-indicators {
   bottom: 0!important;
}

/* GetActive 2019 @media max-width:480px */  

h3.widget  {
   font-size: 16px!important;
}
.logo-ss {
   width: 80px!important;
}
  
.partner-hd {
  font-size: 16px;
  margin-bottom: 20px;
}
.our-partners {
  margin: 0;
}
.our-partners-logo {
  margin-bottom: 20px;
}
 .img-partners {
  margin-left: 10px;
}

.hub-bg-box {
  width: 80%;
  padding: 40px 0;
}
p.hub-bg {
  font-size: 15px;
  line-height: 22px;
}
.main-vid-wrap {
   padding: 25px;
}
  
.saep-stories h2 {
  font-size: 24px;
  margin: 20px;
  line-height: 1.2em;
  width: auto;
}

.saep-stories p {
  font-size: 14px;
  line-height: 21px;
  margin: 20px;
  width: auto;
}
/* Merdeka Generation @media max-width:480px */

h1 {
  font-size: 28px!important;
  line-height: 34px;
}
  
h2 {
 font-size:23px!important;
 line-height: 27px!important;
}
h3 {
 font-size:20px!important;
 line-height: 25px!important;
}
p.hero,p.dek {
  font-size: 19px;
  line-height: 1.45em;
}
span {
  font-size: 18px;
  line-height: 1.2em;
}
.hero-sec-r {
  padding: 25px;
}
 .dek-sec-l,.dek-sec-r {
  padding: 25px;
}
.mg-table {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.our-partners {
  padding: 15px;
}
.our-partners-logo {
  width: 42%!important;
  margin:20px;
  vertical-align: top;
}
 .our-app {
  padding: 15px 0;
}
.our-app-art {
  width: 46%!important;
  vertical-align: top;
}
  h4.package {
  font-size: 18px!important;
  text-align: center;
  line-height: 24px;
  color: #870066;
}
  
 .package-art {
  max-width: 253px;
  max-height: 194px;
  vertical-align: middle;
}
/* Uncut @media max-width:480px */ 
 .uncut-hero {
   margin-top: 40px;  
  }
  p {
    font-size: 16px;
    line-height: 1.4em;
  }
  .quiz-row h1 {
   font-size: 40px!important;
   line-height: 1.1em!important;
   margin-bottom: 25px;
}
  .quiz-row p {
    font-size: 20px;
    line-height: 1.5em;
  }
  .quiz-col {
    width: 49%;
  }
  .quiz-col h3 {
    font-size: 16px!important;
    line-height: 1.2em!important;
    margin-top: 10px;
    margin-bottom: 20px;
  }  
  .quiz-col img {
    width: 150px;
  }
  
  .box {
  width: 80%;
}
/* SW60 @media max-width:480px */ 
.b-share-wa, .b-share-tg {
  display: block;
  margin-bottom: 20px;
}
}
  
/* ==========================================================================
   E-spiration Fit For Life 
   ========================================================================== */  

  
  /* Forms overides 
  

  textarea#sng2020_quiz_submission-b153250b-8323-4798-b0f0-a7a55043bd6e_7476 {
     line-height: 1.3em!important;
  }
  div.input textarea #sng2020_quiz_submission-b153250b-8323-4798-b0f0-a7a55043bd6e_7476 {
     line-height: 1.3em!important;
  }
  
    div.input textarea.hs-input {
     line-height: 1.3em!important;
  }
  
  #hs_cos_wrapper_widget_1589783819056 textarea {
       line-height: 1.3em!important;
  }
  
  #hs_cos_wrapper_widget_1589783819056 textarea {
       line-height: 1.3em!important;
  }
*/