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


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

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


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


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

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

@import url(//fonts.googleapis.com/css?family=Lato:400,700,700i,400i,300|Montserrat:400,700|Roboto+Condensed:700,700i,300i,300|Ubuntu:400,500|Merriweather+Sans:400,700);



@font-face {
    font-family: 'squarespace-ui-font';
    src: url('//cdn2.hubspot.net/hubfs/3410673/UFIT_April2019%20Files/Fonts/squarespace-ui-font.eot?#iefix') format('embedded-opentype'),
      url('//cdn2.hubspot.net/hubfs/3410673/UFIT_April2019%20Files/Fonts/squarespace-ui-font.svg#squarespace-ui-font') format('svg'),
      url('//cdn2.hubspot.net/hubfs/3410673/UFIT_April2019%20Files/Fonts/squarespace-ui-font.woff') format('woff'),
      url('//cdn2.hubspot.net/hubfs/3410673/UFIT_April2019%20Files/Fonts/squarespace-ui-font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}





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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

@-webkit-keyframes header-anim {
    0% {
        opacity: 0
    }

    72% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes header-anim {
    0% {
        opacity: 0
    }

    72% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.feature-bg-anim 0% {
    opacity: 0
}

.feature-bg-anim 50% {
    opacity: 0
}

.feature-bg-anim 100% {
    opacity: 1
}

@-webkit-keyframes feature-bg-anim {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes feature-bg-anim {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.feature-text-anim 0% {
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
    -ms-transform: translate3d(0,10px,0);
    -o-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
}

.feature-text-anim 75% {
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
    -ms-transform: translate3d(0,10px,0);
    -o-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
}

.feature-text-anim 100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

@-webkit-keyframes feature-text-anim {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,10px,0);
        -moz-transform: translate3d(0,10px,0);
        -ms-transform: translate3d(0,10px,0);
        -o-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    75% {
        opacity: 0;
        -webkit-transform: translate3d(0,10px,0);
        -moz-transform: translate3d(0,10px,0);
        -ms-transform: translate3d(0,10px,0);
        -o-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes feature-text-anim {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,10px,0);
        -moz-transform: translate3d(0,10px,0);
        -ms-transform: translate3d(0,10px,0);
        -o-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    75% {
        opacity: 0;
        -webkit-transform: translate3d(0,10px,0);
        -moz-transform: translate3d(0,10px,0);
        -ms-transform: translate3d(0,10px,0);
        -o-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.feature-text-anim-alt 0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%,-45%,0);
    -moz-transform: translate3d(-50%,-45%,0);
    -ms-transform: translate3d(-50%,-45%,0);
    -o-transform: translate3d(-50%,-45%,0);
    transform: translate3d(-50%,-45%,0)
}

.feature-text-anim-alt 67% {
    opacity: 0;
    -webkit-transform: translate3d(-50%,-45%,0);
    -moz-transform: translate3d(-50%,-45%,0);
    -ms-transform: translate3d(-50%,-45%,0);
    -o-transform: translate3d(-50%,-45%,0);
    transform: translate3d(-50%,-45%,0)
}

.feature-text-anim-alt 100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

@-webkit-keyframes feature-text-anim-alt {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%,-45%,0);
        -moz-transform: translate3d(-50%,-45%,0);
        -ms-transform: translate3d(-50%,-45%,0);
        -o-transform: translate3d(-50%,-45%,0);
        transform: translate3d(-50%,-45%,0)
    }

    67% {
        opacity: 0;
        -webkit-transform: translate3d(-50%,-45%,0);
        -moz-transform: translate3d(-50%,-45%,0);
        -ms-transform: translate3d(-50%,-45%,0);
        -o-transform: translate3d(-50%,-45%,0);
        transform: translate3d(-50%,-45%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(-50%,-50%,0);
        -moz-transform: translate3d(-50%,-50%,0);
        -ms-transform: translate3d(-50%,-50%,0);
        -o-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0)
    }
}

@keyframes feature-text-anim-alt {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%,-45%,0);
        -moz-transform: translate3d(-50%,-45%,0);
        -ms-transform: translate3d(-50%,-45%,0);
        -o-transform: translate3d(-50%,-45%,0);
        transform: translate3d(-50%,-45%,0)
    }

    67% {
        opacity: 0;
        -webkit-transform: translate3d(-50%,-45%,0);
        -moz-transform: translate3d(-50%,-45%,0);
        -ms-transform: translate3d(-50%,-45%,0);
        -o-transform: translate3d(-50%,-45%,0);
        transform: translate3d(-50%,-45%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(-50%,-50%,0);
        -moz-transform: translate3d(-50%,-50%,0);
        -ms-transform: translate3d(-50%,-50%,0);
        -o-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0)
    }
}

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

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

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

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}



body {
  background-color: #fff;
  font-family: "Lato",Arial, Sans-Serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .03px;
  line-height: 2em;
  color: rgba(26,26,26,.7);
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}

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

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


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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, h2, h3 {
  margin: 1em 0 .5em;
  text-rendering: optimizeLegibility;
}


h1:first-child,
h2:first-child,
h3:first-child {
  margin-top:0;
}

h1 {
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 1px;
  text-transform: none;
  line-height: 1.4em;
  color: rgba(26,26,26,.9);
}

h2 {
    color: #4a4a4a;
    font-family: "Lato",Helvetica,Arial,sans-serif;;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    letter-spacing: 2px;
    line-height: 1.2em;
    text-transform:uppercase;
}

h3 {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.2em;
    color: #1e1a1a;
    text-transform:uppercase;
}

h4 {
  font-size: 1.5em;
  line-height: 1.333em;
  font-weight: bold;
  margin: 1em 0 .5em;
  color: rgba(26,26,26,.9);
  letter-spacing: 1px;
  text-transform: none;
}

h5 {
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2em;
  color: #000;
  margin-bottom: .5em;
}

h6 {
    font-size: 36.0pt;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    margin-top: 3px;
    margin-bottom: 16px;
    line-height: 1.2;
}

/* Anchor Links */
a { 
    color: #ab292c;
    text-decoration: none;
}
a:hover, a:focus {     
  outline: 0;
  text-decoration: none;
}

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

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

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


ul[data-rte-list] li {
   font-size:17px;
}

ul[data-rte-list] li>*,
ol[data-rte-list] li>* {
    margin-top: .5em !important;
    margin-bottom: .5em !important;
    font-size:16px;
}

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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}

  
.custom-header-group {
  background-color: #000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: 20px;
  -webkit-animation: header-anim 1s ease-in-out;
  animation: header-anim 1s ease-in-out;
}

.custom-header-group .page-center {
  max-width:100% !important;
}

.custom-header-group .custom-header-logo > div  {
  width: 200px;
}

.custom-header-group .custom-header-logo>div a {
  display: block;
}

.custom-header-group .custom-header-logo>div img {
    height: auto;
    max-height: 100px;
    width: auto;
    max-width: 100%;
}

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

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

.body-container-wrapper .page-center.content-wrapper {
    padding: 96px 32px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}



.btn.red-btn {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0.2em 0px 0px #c00212;
  -moz-box-shadow: 0px .2em 0px 0px #c00212;
  box-shadow: 0px 0.2em 0px 0px #c00212;
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 1.75em;
  background-color: #e80216;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  line-height: 1em;
  margin: 10px 0;
  color: #fff;
  border: none;
  -webkit-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
  -moz-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
  -ms-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
  -o-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
  transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
}

.btn.red-btn:hover {
  background-color: #f70217;
}





.red-border-button {
    margin:0 !important;
}

/*-----Banner Area -----*/

.has-banner .custom-header-group {
    position:absolute;
    z-index:9999;
      background-color: transparent;
    width:100% !important;
}


.banner-thumbnail-wrapper {
    padding:180px 0 155px;
    position: relative;
    overflow: hidden;
    background-color: #121212;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    top:-1px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom:-1px;
}

.banner-thumbnail-wrapper .color-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(18,18,18,.5);
    z-index: 99;
}

.banner-thumbnail-wrapper #thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-animation: feature-bg-anim .6s ease-in-out;
    animation: feature-bg-anim .6s ease-in-out;
    margin:0;
}

.banner-thumbnail-wrapper #thumbnail img {
    border:0;
}

.banner-thumbnail-wrapper .desc-wrapper {
    -webkit-animation: feature-text-anim .75s ease-in-out;
    animation: feature-text-anim .75s ease-in-out;
    z-index: 100;
    position: relative;
    width: 100%;
    max-width: 956px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 32px;
    text-align: center;
    text-rendering: optimizeLegibility;
}

.banner-thumbnail-wrapper .desc-wrapper p {
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    letter-spacing: .5px;
    text-transform: none;
    line-height: 1.5em;
    color: #fff;
    margin: 20px auto;
 
}

.banner-thumbnail-wrapper .banner-title strong {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    letter-spacing: 0.0666667em;
    text-transform: uppercase;
    line-height: 1em;
    color: #fff;
    display: block;
}

.main-container-wrapper {
   max-width:90% !important;
   margin:0 auto !important;
   display:block !important;
   float:none !important;
}

/*----End-Banner Area -----*/




.body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget:last-child {
  padding-bottom: 0;
}

.body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget:first-child {
  padding-top: 0;
}

.body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget  span > *:first-child {
   margin-top:0;
}

.body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget  span > *:last-child {
   margin-bottom: 0;
}

.body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget {
  padding: 17px 0;
}


/*------Full Width without Banner Website Page----*/

.full-width .body-container-wrapper .page-center.content-wrapper > div {
    max-width: 90%;
    display: block;
    margin: 0 auto;
}

/* .full-width .body-container-wrapper .hs_cos_wrapper_type_module:first-child h2:first-child {
   margin-top:0;
}

.full-width .body-container-wrapper .hs_cos_wrapper_type_module:last-child p:last-child {
   margin-bottom:0;
}
 */
    

/*-----End---Full Width without Banner Website Page----*/








/*-----------Personal-Training-layout-----------*/


.banner-thumbnail-wrapper .banner-content  .hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta {
    margin-left: 1em;
}


.with-container .body-container-wrapper .page-center {  
  padding: 96px 32px;
}

.custom-with-side-menu .custom-sidebar-menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 26.5625%;
  width: calc(255px - 0%);
  display: inline-block;
  vertical-align: top;
  padding-right: 64px;
}

.custom-with-side-menu .custom-right-content-group {
  width: calc(100% - 255px);
  display: inline-block;
  vertical-align: top;
  margin-left:0 !important;
}

.Personal-Training-layout .custom-left-content {
    width: 58.3333% !important;
    margin-left:0 !important;
    padding-left: 17px;
    padding-right: 17px;
}

.Personal-Training-layout .custom-right-content {
    width: 41.6667% !important;
    margin-left:0 !important;
    padding-left: 17px;
    padding-right: 17px;
}

.Personal-Training-layout .custom-right-content-group > div {
    margin-left: -17px;
    margin-right: -17px;
}

.custom-sidebar-menu .hs-menu-flow-vertical > ul > li {
    display: none;
}

.custom-sidebar-menu .hs-menu-flow-vertical > ul > li.active,
.custom-sidebar-menu .hs-menu-flow-vertical > ul > li.active-branch {
   display:block;
}

.custom-sidebar-menu .hs-menu-flow-vertical > ul > li > a {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: none;
    text-decoration: none;
    line-height: 1.2em;
    color: #000;
    margin-bottom: .5em;
    white-space: normal !important;
    cursor: text;
}




.custom-sidebar-menu .hs-menu-flow-vertical > ul ul li a {
    font-family: Lato;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(26,26,26,.4);
    line-height: 1.25em;
    display: block;
    padding: 0 0 .75em;
    white-space:normal !important;
}

.custom-sidebar-menu .hs-menu-flow-vertical > ul ul li.active-branch a,
.custom-sidebar-menu .hs-menu-flow-vertical > ul ul li.active a,
.custom-sidebar-menu .hs-menu-flow-vertical > ul ul li a:hover {
    color: #1a1a1a;
}

.banner-thumbnail-wrapper.no-buttons .button-group {
   display:none;
}

.banner-thumbnail-wrapper .button-group {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*--------End---Personal-Training-layout-----------*/


/*--------spartan-race-layout-----------*/
.spartan-race-layout .custom-right-content-group .custom-left-content {
  width:50% !important;
  padding-left: 17px;
  padding-right: 17px;
  padding-top:17px;
}

.spartan-race-layout .custom-right-content-group .custom-right-content,
.spartan-race-layout .custom-right-content-group .custom-left-content {
  width:50% !important;
  padding-left: 17px;
  padding-right: 17px;
  padding-top:17px;
  margin-left:0 !important;
  padding-bottom:17px;
}

.spartan-race-layout .custom-right-content-group .hs_cos_wrapper_type_header {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom:17px;
    display:block;
    text-align:center;
}

.spartan-race-layout .custom-with-side-menu .custom-right-content-group > div {
    margin:0 -17px;
}

.carousel .hs_cos_wrapper_type_gallery {
   height: 100%;
}


.spartan-race-layout .custom-divider {
    padding-top: 17px;
}

.recent-pots-group .title h3 {
    margin-bottom: 0;
}
/*------End spartan-race-layout----*/

/*------------ special-offers form--------*/

.special-offers-layout.spartan-race-layout .custom-right-content-group .hs_cos_wrapper_type_header {
    text-align:left;
}


.custom-image-with-bottom-content .inner-group .image-with-content {
    margin: 0 auto;
}

.custom-image-with-bottom-content .inner-group .content {
    padding-top: 18px;
}

.custom-image-with-bottom-content .inner-group .content p:first-child {
   margin-top:0;
}

.custom-image-with-bottom-content .inner-group .content p {
    font-size: .875em;
    line-height: 1.25em;
}

/*------------End of  special-offers form--------*/


legend.hs-field-desc {
    padding: .5em 0 .5em;
    font-size: 12px;
    opacity: .7;
    display: block;
    white-space: pre-wrap;
    line-height: normal;
    font-family: Lato;
}


/*---bukit-timah-layout----*/

.bukit-timah-layout .custom-image-with-bottom-content .image-with-content .top-image {
    padding-bottom: 64.9254%;
    overflow: hidden;
    position: relative;
}

.bukit-timah-layout .custom-image-with-bottom-content .image-with-content .top-image img {
    left: 0%;
    top: -1.42404%;
    width: 100%;
    height: 102.848%;
    position: absolute;
}


.sidemenu-with-content .custom-top-content div.hs_cos_wrapper.hs_cos_wrapper_widget:last-child {
    padding-bottom:17px;
}

.sidemenu-with-content .custom-right-content,
.sidemenu-with-content .custom-left-content {
   padding-top:17px;
}

.sidemenu-with-content .custom-bottom-content {
   padding-top:17px;
}


.bukit-timah-layout h3#form-title {
    margin-bottom: .5em;
}


.custom-button-group .center {
  text-align: center;
}

.bukit-timah-layout .custom-left-content .hs_cos_wrapper_type_linked_image {
    text-align: center;
    display: block;
}

.bukit-timah-layout .custom-left-content div.hs_cos_wrapper.hs_cos_wrapper_widget:last-child {
   padding-bottom:17px;
}


.btn.red-border-btn {
  border-radius: 3px;
  color: #e80216;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  -webkit-transition: 0.1s background-color linear, 0.1s color linear;
  -moz-transition: 0.1s background-color linear, 0.1s color linear;
  -o-transition: 0.1s background-color linear, 0.1s color linear;
  transition: 0.1s background-color linear, 0.1s color linear;
  font-family: Ubuntu;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px 26px;
  border-color: #e80216;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  line-height: normal;
}

.btn.red-border-btn:hover {
  background-color: #e80216;
  color: #fff;
}

.custom-lightbox-gallery {
    display: table;
    width: 100%;
}

.custom-lightbox-gallery .lightbox-group {
  width: 12.5%;
  float:left;
}


.custom-lightbox-gallery .inner-group {
   margin-right:-20px;
}

.custom-lightbox-gallery .lightbox-group .lightbox-inner {
    padding-right: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    height: 9.2vw;
    width: 9.2vw;
    position:relative;
}

.custom-lightbox-gallery .lightbox-group .lightbox-inner img {
    display: block;
    object-fit: cover;
    height: 100% !important;
}

.fancybox-container button.fancybox-button.fancybox-button--thumbs,
.fancybox-container button.fancybox-button.fancybox-button--play,
.fancybox-container button.fancybox-button.fancybox-button--zoom {
    display: none !important;
}


.fancybox-container .fancybox-button.fancybox-button--close {
    position: absolute;
    z-index: 100000002;
    display: inline-block;
    color: #ccc;
    height: 20px;
    width: 20px;
    font-size: 25px;
    cursor: pointer;
    outline: none;
    padding: 2px;
    right: 40px;
    top: 9px;
    text-align: right;
    background-color: transparent;
}

.fancybox-container .fancybox-button.fancybox-button--close svg {
   display:none;
}

.fancybox-container .fancybox-button.fancybox-button--close:before {
    font-size: 32px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-family: 'squarespace-ui-font';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    content: "\E02E";
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.fancybox-container .fancybox-bg {
      opacity: 0.95;
      background: #000;
    height: 100%;
    width: 100%;
}

.fancybox-container .fancybox-toolbar {
   visibility:visible !important;
  opacity: 1 !important;
}


.custom-lightbox-gallery .lightbox-group .lightbox-inner .sqs-video-opaque {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
}


.custom-lightbox-gallery .lightbox-group .lightbox-inner .sqs-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent url(//cdn2.hubspot.net/hubfs/3410673/UFIT_April2019%20Files/Images/play-button.png) center center no-repeat;
    height: 48px;
    width: 48px;
    margin-left: -24px;
    margin-top: -24px;
    cursor: pointer;
}

.custom-team-member .custom-content-image-group .image-group .second-image {
    margin-top: 34px;
}

/*---End bukit-timah-layout----*/



/*----Member Layout----*/

.custom-team-member .back-link {
    border-radius: 3px;
    color: #e80216;
    border-width: 2px;
    border-style: solid;
    background-color: transparent;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 13px 26px;
    border-color: #e80216;
    display: inline-block;
    width: auto;
    height: auto;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: normal;
}

.custom-team-member .back-link:hover {
  background-color: #e80216;
  color: #fff;
}

.custom-team-member .back-link-group { 
  padding-bottom: 17px;
}

.custom-team-member .custom-top-group {
    position: relative;
    height: auto;
    padding:17px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
    transition: box-shadow .2s ease-in-out;
    text-align:center;
}

.custom-team-member .custom-top-group .title {
   margin-top:0;
}

.custom-team-member .custom-top-group .title:last-child {
   margin-bottom:0;
}

.custom-team-member .custom-top-group .designation {
   margin-bottom:0;
   /*   color: #4a4a4a; */
}

.custom-team-member .divider {
   padding:17px;
}

.custom-team-member .divider hr {
    border-style: none;
    border-width: 0;
    margin: 32px 0;
    color: rgba(26,26,26,.15);
    background-color: rgba(26,26,26,.15);
}

.custom-team-member .custom-content-image-group .content-group *:first-child {
    margin-top: 0;
}


.custom-team-member .custom-content-image-group .content-group *:last-child {
   margin-bottom:0;
}

.custom-team-member .custom-content-image-group > div {
  padding:17px 17px 0;
  float:left;
}

.custom-team-member .custom-content-image-group .sqs-col-6 {
   width:50%;
}

.custom-team-member .custom-content-image-group {
    display: table;
    width: 100%;
}

.custom-team-member .member-detail {
   margin:0 -17px;
}


.custom-team-member .custom-content-image-group > div.left-content.four-six {
  width: 41.6667%;
}

.custom-team-member .custom-content-image-group > div.content-group.four-six {
  width: 58.3333%;
}


.custom-team-member .custom-content-image-group > div.left-content.three-seven {
  width: 33.3333%;
}

.custom-team-member .custom-content-image-group > div.content-group.three-seven {
    width: 66.6667%;
}


.custom-team-member .custom-content-image-group .image-group {
    text-align: center;
}

.custom-team-member .custom-content-image-group > div.content-group ul[data-rte-list] li>*,
.custom-team-member .custom-content-image-group > div.content-group ol[data-rte-list] li>* {
    margin-top: .5em !important;
    margin-bottom: .5em !important;
}


.custom-team-member .custom-content-image-group > div.content-group ul[data-rte-list] {
   list-style:none;
}

.custom-team-member .custom-content-image-group > div.content-group ul[data-rte-list] li p:before {
       display: inline-block;
    margin-left: -40px;
    min-width: 40px;
    text-align: right;
    box-sizing: border-box;
  padding-right: 10px;
    content: "\2022";
      white-space: pre;
  float:left;
}

.custom-team-member .custom-form {
   margin-top:34px;
   padding:10px;
}

.custom-team-member .custom-form .form-wrapper {
  padding:0;
}

.hs_preferred_location legend.hs-field-desc {
    padding: 0;
    font-size: 8.25px;
    font-weight: 400;
    font-style: normal;
    line-height: 8.25px;
    color: #595d64;
    font-family: Montserrat, "Helvetica Neue", Arial, "Lucida Grande", Tahoma, Verdana, sans-serif;
    opacity: 1;
    margin-bottom: 2px;
    margin-top: -8px;
}



.custom-team-member .bottom-blockquote figure {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .4px;
  line-height: 2em;
  color: rgba(26,26,26,.9);
  padding: 32px 32px 0;
  text-align: center;
  margin: 0;
}

.custom-team-member .bottom-blockquote figure blockquote {
   margin:0;
}

.custom-team-member .bottom-blockquote figure blockquote > span:first-child {
  font-size: 4em;
  display: block;
  opacity: .3;
}

.custom-team-member .bottom-blockquote figure blockquote > span:last-child {
  display:none;
}

.custom-team-member .bottom-blockquote figure .source {
  font-size: .875em;
  padding-top: 1em;
  opacity: .5;
  text-align: center;
  text-transform: capitalize;
}


.custom-team-member .bottom-blockquote {
    padding-top: 34px;
}


.custom-team-member  .button-group {
    padding-top: 34px;
}


 .custom-red-btn:active {
    top: 1px;
    -webkit-box-shadow: 0 1px 0 0 #d51417;
    -moz-box-shadow: 0 1px 0 0 #d51417;
    box-shadow: 0 1px 0 0 #d51417;
}

.custom-team-member .custom-content-image-group .content-group  blockquote {
   margin: 0;
   padding: .5em 2.5em;
   font-style: italic;
}

.custom-team-member .custom-content-image-group .content-group blockquote p:last-child {
   margin: 1em 0;
}



.nav-wrapper.back-to-top-nav {
   text-align:center;
}

.nav-wrapper.back-to-top-nav nav > div {
  text-align: center;
  margin: 24px 0;
  display: inline-block;
}

.nav-wrapper.back-to-top-nav nav > div .back-top {
  text-decoration: none;
  line-height: 1.25em;
  color: #fff;
  border: none;
  display: block;
  padding: .75em 1em;
  font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*----End of Member Layout----*/


/*------custom-content-with-sidebar-layout----*/


.custom-content-with-sidebar-layout .custom-right-content-group h3#form-title {
    margin-bottom: .5em;
}

.custom-content-with-sidebar-layout .custom-right-content-group .hs_cos_wrapper_type_linked_image {
  text-align:center;
  display:block;
}

.custom-content-with-sidebar-layout  .custom-left-content,
.custom-content-with-sidebar-layout  .custom-right-content  {
   padding-bottom:17px;
}


.custom-our-team {
    display: table;
    width: 100%;
}

.custom-our-team .header h3 {
  font-family: Montserrat;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2em;
  color: #1e1a1a;
  margin-top: 0;
  margin-bottom:0;
}

.custom-our-team .header {
  margin-bottom:2em;    
}  

.custom-our-team .header.bold {
    margin-bottom:1.68em;
}

.custom-our-team .header.bold h3 {
    color: #4a4a4a;
}

.custom-our-team .our-team-group .column-wrapper {
  width:25%;
  float:left;
}

.custom-our-team .our-team-group .column-wrapper .image-caption-wrapper p a.read-more {
   text-transform:uppercase;
}

.custom-our-team .our-team-group .column-wrapper > div {
  padding:17px;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
  transition: box-shadow .2s ease-in-out;
}

.custom-our-team .our-team-group .column-wrapper .image-block-wrapper {
    line-height: 0;
    text-align: center;
    position: relative;
    padding-bottom: 100%;
}


.custom-our-team .our-team-group .column-wrapper .image-block-wrapper  img.thumb-image.loaded {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    right: 0;
    height:100%;
}

.custom-our-team .our-team-group .column-wrapper .image-caption-wrapper {
    padding-top: 18px;
}

.custom-our-team .our-team-group .column-wrapper .image-caption-wrapper p {
    font-size: .875em;
    line-height: 1.25em;
    margin-top: 0;
}

.custom-our-team .our-team-group .column-wrapper .image-caption-wrapper p a {
    color: #f01;
    text-decoration: none;
}


.custom-our-team .our-team-group .column-wrapper .intrinsic {
    max-width: 300px;
    margin: 0 auto;
}

.custom-our-team .our-team-group {
    margin: 0 -17px;
}


.custom-location-group .column {
    width: 50%;
    float: left;
    padding: 17px;
}

/* .custom-location-group .column #map-canvas + iframe {
    margin-top: 44px;
} */

.fsBody a {
  text-decoration: none;
  color: rgba(26,26,26,.7);
}

.custom-location-group .column *:first-child {
   margin-top:0;
}


.custom-location-group {
    display: table;
    width: 100%;
}

.custom-location-group .inner-group {
    margin: 0 -17px;
}



.custom-lightbox-gallery .column-wrapper {
    padding: 17px 0;
    display: table;
    width:100%;
}

.lightbox-gallery-parent {
   padding-top:0 !important;
   padding-bottom:0 !important
}


.custom-location-group .column.col2 #map-canvas {
    padding-bottom:44px;
}

.custom-location-group .column.col2 #map-canvas + p {
    margin-top:0;
}

.custom-location-group .column.col2 p:last-child {
   margin-bottom:0;
}

/*---End custom-content-with-sidebar-layout-----*/

.custom-location-group .inner-group #map-canvas + iframe {
    padding-top:44px;
}

.custom-location-group.full-width .inner-group {
    margin:0;
}

.custom-our-team .our-team-group .column-wrapper .image-caption-wrapper p strong {
    display: block;
}



/*-----.two-column-image-with-heading-group-----*/

.custom-two-column-image-with-heading-group .header  {
  padding-top:17px;
  padding-bottom:17px;

}

.custom-two-column-image-with-heading-group .header h2 {
  font-weight: bold;
  margin-bottom:0;
}

.custom-two-column-image-with-heading-group .column-wrapper {
    display: table;
    margin: 0 -17px;
}

.custom-two-column-image-with-heading-group .column-wrapper > div {
    width: 50%;
    float: left;
    padding: 17px;
}


.custom-two-column-image-with-heading-group .column-wrapper > div img {
    width: 100%;
}

.custom-two-column-image-with-heading-group .content-group.row-1 .custom-divider {
   display:none;
}

.custom-two-column-image-with-heading-group .content-group  .custom-divider {
    padding: 17px 0;
}

.ufit-in-the-news-layout  .custom-two-column-image-with-heading-group .content-group.row-1 {
    padding-top: 36px;
}

.ufit-in-the-news-layout  .custom-two-column-image-with-heading-group .content-group.row-1 .header h2 {
   margin-bottom:0;
}

.ufit-in-the-news-layout.sidemenu-with-content .custom-top-content div.hs_cos_wrapper.hs_cos_wrapper_widget:last-child {
    padding-bottom: 0;
}

/*----End of .two-column-image-with-heading-group----*/


/*-----ufit-----*/

.custom-images-with-heading-group .content-group.row-1 .custom-divider {
    display:none;
}

.custom-images-with-heading-group .content-group .header h2 {
    margin-bottom: 0;
    font-weight: bold;
    padding: 17px 0;
}

.custom-images-with-heading-group .content-group .column {
    width: 33.3333%;
    padding:17px;
    float:left;
}

.custom-images-with-heading-group .column-wrapper {
    margin: 0 -17px;
}

.images-with-heading-parent {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.custom-images-with-heading-group .content-group {
    display: table;
    width: 100%;
}

.custom-images-with-heading-group .content-group .custom-divider {
   padding-top:17px;
   padding-bottom:17px;
}

/*----End--of-ufit-----*/

/*-------perks-partners------*/

.custom-image-with-bottom-content.four-col .inner-group {
    width: 25%;
    padding: 17px;
    float: left;
}

.custom-image-with-bottom-content.four-col .inner-group:nth-child(4n + 1) {
    clear:left;
}

.custom-image-with-bottom-content.four-col {
    margin: -17px;
}

.perks-partners-layout .custom-image-with-bottom-content.one-col .image-with-content {
     margin-left: 0;
}

/*-----End--perks-partners------*/


/*-----Career------*/

.careers-layout .banner-thumbnail-wrapper {
    padding: 180px 0 155px !important;
}


.careers-layout .custom-right-content-group form .multi-container li  { 
  font-size: 11px;
  line-height: 22px;
  float: left;
  margin-right: 10px;
  width: auto;
  color: #595d64;
}

.careers-layout .custom-right-content-group form .multi-container label {
  font-size: 11px;
  line-height: 22px;
} 


/* .body-container-wrapper form input[type="checkbox"] {
    top: 5.5px;
    width: 11px !important;
    height: 11px;
    font-family: 'Montserrat', 'Helvetica Neue', Arial, 'Lucida Grande', Tahoma, Verdana, sans-serif;
    -webkit-appearance: none;
    position: relative;
    float: left;
    margin: 0 7px 0 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
    overflow: hidden;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}


.body-container-wrapper form input[type="checkbox"]:focus {
   outline:0;
      border-color: #cfd4d8;
    -moz-box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
    -webkit-box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
    box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
}
 */



/* .body-container-wrapper form input[type="checkbox"]:before {
    content: '';
    display: block;
    margin-top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition-property: border,background-color;
    -o-transition-property: border,background-color;
    -webkit-transition-property: border,background-color;
    transition-property: border,background-color;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    width: 11px;
    height: 11px;
    margin-right: 5.5px;
    border: 1px solid #cfd4d8;
    background-color: #ffffff;
} */

.careers-layout .custom-right-content-group form .fsSupporting {
    font-size: 8.25px;
    font-weight: 400;
    font-style: normal;
    line-height: 8.25px;
    color: #595d64;
    margin-top: 2px;
    clear: both;
}

.body-container-wrapper input[type="checkbox"]:checked:before {
    border-color: #595d64;
    background-color: #595d64;
    background-image:url("data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%20765.2%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M960%2C233.4L468.2%2C725.1c-53.4%2C53.4-140%2C53.4-193.3%2C0L40%2C490.3c-53.4-53.4-53.4-140%2C0-193.3c53.4-53.4%2C140-53.4%2C193.3%2C0%09l138.2%2C138.2L766.6%2C40c53.4-53.4%2C140-53.4%2C193.3%2C0C1013.3%2C93.4%2C1013.3%2C180%2C960%2C233.4z%22%2F%3E%3C%2Fsvg%3E");
    border: 0;
    background-size: 65%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.careers-layout .body-container-wrapper .custom-right-content-group form textarea {
    height: 123px;
}


.careers-layout .body-container-wrapper .custom-right-content-group .hs_date_of_births {
   width:auto !important;
   display:inline-block;
}

.careers-layout .body-container-wrapper .custom-right-content-group form {
    color: #595d64;
}

.careers-layout .body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget.form-group {
    padding-bottom:0;
}

.careers-layout .body-container-wrapper .custom-bottom-content {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 17px;
}


.custom-button-group .custom-item.red-border-btn .custom-red-btn {  
  font-family: Ubuntu;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding: 13px 26px;
  border-color: #e80216;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  -webkit-transition: 0.1s background-color linear, 0.1s color linear;
  -moz-transition: 0.1s background-color linear, 0.1s color linear;
  -o-transition: 0.1s background-color linear, 0.1s color linear;
  transition: 0.1s background-color linear, 0.1s color linear;
  color: #e80216;
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 3px;
  box-shadow: none;

}

.custom-button-group .custom-item.red-border-btn .custom-red-btn:hover {
  opacity: 1;
  background-color: #e80216;
  color: #fff;
}


.testimonial-group h3.title {
  text-transform:inherit;
}

.recent-pots-group .hs-rss-featured-image {
    margin-bottom: 15px;
}

/*----End-Career------*/


.custom-reviews-group .title {
    padding-bottom: 25px;
}

/*-----fancybox---*/

.fancybox-navigation .fancybox-button > div {
	display:none
}

.fancybox-navigation .fancybox-button {
    background-color:transparent;
    opacity:1;
    color: #ccc;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
   left:2%;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_left:after {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\E02C";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 22px;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right:after {
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\E02D";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
   right:2%;
}

.fancybox-infobar {
   display:none;
}


.custom-three-col-equal-group .inner-group .column {
    width: 33.3333%;
    float:left;
}


.custom-three-col-equal-group {
    margin: -17px;
    
}

.custom-three-col-equal-group .inner-group .column {
    width: 33.3333%;
    float: left;
    padding: 17px;
}

.custom-three-col-equal-group .inner-group .column ul {
   margin:0;
}

.custom-three-col-equal-group .inner-group {
    display: table;
    width: 100%;
}

/*----End-fancybox----*/


.custom-footer-menu {
    margin-left: 0 !important;
}

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

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

.custom-footer-group {
  background-color: #999;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgba(255,255,255,.4);
}

.custom-footer-group .page-center {
  padding: 64px 32px;
     max-width: 1020px !important;
}

.custom-footer-menu {
    padding: 0 0 1.5em;
    z-index: 3;
    position: relative;
    line-height: 1.25em;
    right: auto;
    text-align: center;
    left: auto;
}

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

.custom-footer-menu .hs-menu-flow-horizontal > ul > li {
    display: inline-block;
    float: none !important;
    margin-left: 1px;
}

.custom-footer-menu  .hs-menu-flow-horizontal > ul > li > a {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: .75em 1em;
    text-decoration: none;
    line-height: 1.25em;
    color: #fff;
    border: none;
    -webkit-transition: color .1s 0s ease-in-out;
    -moz-transition: color .1s 0s ease-in-out;
    -ms-transition: color .1s 0s ease-in-out;
    -o-transition: color .1s 0s ease-in-out;
    transition: color .1s 0s ease-in-out;
}

.custom-footer-menu  .hs-menu-flow-horizontal > ul > li:first-child > a {
   padding-left:0;
}

.custom-footer-menu  .hs-menu-flow-horizontal > ul > li:last-child > a {
   padding-right:0;
}


.custom-footer-menu  .hs-menu-flow-horizontal > ul ul {
    text-align: left;
    padding: 1em 0;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: -.5em;
    z-index: 1000;
    font-size: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform .14s 0s ease-in-out;
    -moz-transition: -moz-transform .14s 0s ease-in-out;
    -ms-transition: -ms-transform .14s 0s ease-in-out;
    -o-transition: -o-transform .14s 0s ease-in-out;
    transition: transform .14s 0s ease-in-out;
    background-color: #999;
      top: auto;
    bottom: 100%;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

  .custom-footer-menu  .hs-menu-flow-horizontal > ul ul li {
      opacity: 0;
      padding: 0;
      -webkit-transition: opacity .05s 0s ease-in-out;
      -moz-transition: opacity .05s 0s ease-in-out;
      -ms-transition: opacity .05s 0s ease-in-out;
      -o-transition: opacity .05s 0s ease-in-out;
      transition: opacity .05s 0s ease-in-out;
  }

  .custom-footer-menu  .hs-menu-flow-horizontal > ul ul li a {
    -webkit-transition: color .1s 0s ease-in-out;
    -moz-transition: color .1s 0s ease-in-out;
    -ms-transition: color .1s 0s ease-in-out;
    -o-transition: color .1s 0s ease-in-out;
    transition: color .1s 0s ease-in-out;
    display: block;
    padding: .5em 1.5em;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    text-decoration: none;
    line-height: 1.25em;
    color: #fff;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.25em;
    font-size: 14px;
        font-family: "Montserrat",Helvetica,Arial,sans-serif;
  }

  .custom-footer-menu  .hs-menu-flow-horizontal > ul ul li a:hover {
    color: #fff;
  }

  .custom-footer-menu  .hs-menu-flow-horizontal > ul > li:hover > ul {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }

  .custom-footer-menu  .hs-menu-flow-horizontal > ul > li:hover > ul li {
    opacity: 1;
    -webkit-transition: opacity .14s .14s ease-in-out;
    -moz-transition: opacity .14s .14s ease-in-out;
    -ms-transition: opacity .14s .14s ease-in-out;
    -o-transition: opacity .14s .14s ease-in-out;
    transition: opacity .14s .14s ease-in-out;
  }

.custom-footer-social-links {
  text-align:center;
}

.custom-footer-social-links .sqs-svg-icon--list a {
    margin: 0 6.5px;
    width: 28px;
    height: 28px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background-color 170ms ease-in-out;
    -moz-transition: background-color 170ms ease-in-out;
    -ms-transition: background-color 170ms ease-in-out;
    -o-transition: background-color 170ms ease-in-out;
    transition: background-color 170ms ease-in-out;
    z-index: 0;
  border-bottom: none;
}


.custom-footer-social-links .sqs-svg-icon--list a > div {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-footer-social-links .sqs-svg-icon--list a svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-footer-social-links .sqs-use--icon,
.custom-footer-social-links .sqs-use--mask {
    fill: transparent;
    -webkit-transition: fill 170ms ease-in-out;
    -moz-transition: fill 170ms ease-in-out;
    -ms-transition: fill 170ms ease-in-out;
    -o-transition: fill 170ms ease-in-out;
    transition: fill 170ms ease-in-out;
}

.custom-footer-social-links .sqs-use--icon {
    fill: #fff;
}

.custom-footer-social-links {
    text-align: center;
    margin-top: 1.5em;
    padding-bottom:17px;
}

.custom-footer-btn .book-a-free-trial {
   margin:0 !important;
}

.footer-container-wrapper .custom-footer-btn {
    padding-top: 17px;
}

.footer-container-wrapper .custom-footer-btn .book-a-free-trial {
    line-height: 1.2;
}


.custom-footer-social-links .sqs-svg-icon--list:hover .sqs-use--icon {
    fill: rgba(255,255,255,.4);
}

.custom-footer-social-links .sqs-svg-icon--list:hover a:hover .sqs-use--icon {
   fill:#fff;
}



.custom-banner-area {
    padding: 180px 0 155px;
    background-color: #121212;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}


.custom-banner-area:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(18,18,18,.5);
  z-index: 99;
  content:"";
}


.custom-banner-area .inner-group {
    -webkit-animation: feature-text-anim .75s ease-in-out;
    animation: feature-text-anim .75s ease-in-out;
    z-index: 100;
    position: relative;
    width: 100%;
    max-width: 956px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 32px;
    text-align: center;
    text-rendering: optimizeLegibility;
}

.custom-banner-area .inner-group .banner-title {
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: .5px;
  text-transform: none;
  line-height: 1.5em;
  color: #fff;
  margin: 20px auto;
  -webkit-transform: translatez(0);
  letter-spacing: 0.0666667em;
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1em;
  color: #fff;
  margin:20px auto;
}



.custom-footer-top-group  {
    background-color: #f0f0f0;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #171717;
}

.custom-footer-top-group .page-center {
    padding: 55px 62px 32px;
    max-width: 1020px !important;
}


  .custom-footer-left-content h2 {
    margin:0;
    padding: 0;
    color: #171717;
    font-size: 30px;
    line-height: 1.2em;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: -3px;
  }


  .custom-footer-left-content p {
    color: #272727;
    padding: 0;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 600;
    font-family: Lato;
    margin:0;
  }

.custom-footer-top-right-form .hs-form-field { 
    min-width: 250px;
    padding: 6px 3px;
    padding-top:6px !important;
    padding-bottom:6px !important;
}

.custom-footer-top-right-form .hs-form-required {
   display:none;
}

.custom-footer-top-right-form input.hs-input {
  width: 100%;
  padding: 1em;
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  font-family: "Lato",arial;
  font-size: 15px;
  line-height: normal;
  outline: none;
  -webkit-transition: background .3s ease-out,border .3s ease-out;
  -moz-transition: background .3s ease-out,border .3s ease-out;
  -ms-transition: background .3s ease-out,border .3s ease-out;
  -o-transition: background .3s ease-out,border .3s ease-out;
  transition: background .3s ease-out,border .3s ease-out;
  border-radius: 3px;
}

.hs_error_rollup .hs-error-msgs,
.hs-error-msgs {
   list-style:none;
   padding:0;
   margin:0;
}

.custom-footer-top-right-form .hs-error-msgs label {
    display: inline-block;
    margin-bottom: 12px !important;
    padding: 6px  !important;
    background: #fed9db  !important;
    color: #f23d3d  !important;
    font-size: 12px  !important;
    line-height: normal;
}

.custom-footer-top-right-form form {
   max-width: 250px;
   float:right;
  
}


 .custom-footer-top-right-form  .actions {  
    display: block;
    width: auto;
    margin: 12px 0 0 0;
    padding: 6px 3px;
    text-align:right;
}



.custom-footer-top-right-form .hs-button.primary.large {
    border-width: 0;
    top: -1px;
    -webkit-box-shadow: 0 2px 0 0 #d51417;
    -moz-box-shadow: 0 2px 0 0 #d51417;
    box-shadow: 0 2px 0 0 #d51417;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1em 2.5em;
    text-align: center;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #eb272a;
    border: 1px solid #eb272a;
    font-family: inherit;
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
    color: #fff;
    transition: all ease-in-out 600ms;
    box-shadow: none;
    border-radius: 3px;
    line-height: 1.1;
    display: inline-block;
    position: relative;
}

 .custom-footer-top-right-form .hs-button.primary.large:hover {
  color: #000;
  background: #fff;
  border-color:#fff;
}


.custom-footer-menu .hs-menu-flow-horizontal > ul > li:last-child > ul {
    text-align: right;
    right: -1.5em;
    left: auto;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1361px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
  
  .custom-menu-primary {
    padding-top: 7px;
  }
  
  .custom-menu-primary .hs-menu-flow-horizontal > ul {
      display: block;
      float: right;
  }
  
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li {
      float: none !important;
      display: inline-block;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li {
    float:none !important;
    display:inline-block;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li:last-child > a {
    padding-right:0;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li > a {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    color: #fff;
    display: block;
    padding: .75em 1em;
    -webkit-transition: color .1s 0s ease-in-out;
    -moz-transition: color .1s 0s ease-in-out;
    -ms-transition: color .1s 0s ease-in-out;
    -o-transition: color .1s 0s ease-in-out;
    transition: color .1s 0s ease-in-out;
    cursor: pointer;
  }
  
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li.active-branch > a,
   .custom-menu-primary .hs-menu-flow-horizontal > ul > li.active > a,
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li > a:hover {
    color: #eb272a;
  }
  
  
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    text-align: left;
    padding: 1em 0;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: -.5em;
    z-index: 1000;
    font-size: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform .14s 0s ease-in-out;
    -moz-transition: -moz-transform .14s 0s ease-in-out;
    -ms-transition: -ms-transform .14s 0s ease-in-out;
    -o-transition: -o-transform .14s 0s ease-in-out;
    transition: transform .14s 0s ease-in-out;
    background-color: #000;
  }


  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    opacity: 0;
    padding: 0;
    -webkit-transition: opacity .05s 0s ease-in-out;
    -moz-transition: opacity .05s 0s ease-in-out;
    -ms-transition: opacity .05s 0s ease-in-out;
    -o-transition: opacity .05s 0s ease-in-out;
    transition: opacity .05s 0s ease-in-out;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li {
    opacity: 1;
    -webkit-transition: opacity .14s .14s ease-in-out;
    -moz-transition: opacity .14s .14s ease-in-out;
    -ms-transition: opacity .14s .14s ease-in-out;
    -o-transition: opacity .14s .14s ease-in-out;
    transition: opacity .14s .14s ease-in-out;
  }




  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    color: #fff;
    display: block;
    padding: .5em 1.5em;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    -webkit-transition: color .1s 0s ease-in-out;
    -moz-transition: color .1s 0s ease-in-out;
    -ms-transition: color .1s 0s ease-in-out;
    -o-transition: color .1s 0s ease-in-out;
    transition: color .1s 0s ease-in-out;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li > a:hover {
    color: #eb272a;
  }
  

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li:nth-child(8) > ul {
    left: auto !important;
    right: -.5em !important;
  }


  .custom-menu-primary .hs-menu-flow-horizontal > ul > li:last-child > ul {
    text-align: right;
    right: -1.25rem;
    left: auto;
  }
  
  .mobile-menu {
     display:none !important;
  }


  
}


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

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

@media (max-width: 1360px){

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 10px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    z-index: 1002;
    top: 50%;
    right: 0;
    margin-top: -8px;
    padding: 0;
    vertical-align: middle;
    line-height: 16px;
    text-align: right;
    cursor: pointer;
    user-select: none;
    color: #fff;
    width: 22px;
    height: 22px;
  }


  
   .mobile-trigger .top-bar,
   .mobile-trigger .middle-bar,
   .mobile-trigger .bottom-bar {
    width: 22px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: -webkit-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
    -moz-transition: -moz-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
    -ms-transition: -ms-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
    -o-transition: -o-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
    transition: transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute;
    top: 0;
    right: 0;
}
  
  .mobile-trigger .middle-bar {
    -webkit-transition: opacity 0s .15s linear;
    -moz-transition: opacity 0s .15s linear;
    -ms-transition: opacity 0s .15s linear;
    -o-transition: opacity 0s .15s linear;
    transition: opacity 0s .15s linear;
    top: 7px;
  }
  
   .mobile-trigger  .bottom-bar {
    top: 14px;
  }

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

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important;
    min-width: 0 !important;
    height: 35px !important;
    padding: 0 !important;
    border-left: 0;
  }
  



 
  /* ===== Mobile Menu Styles ===== */  
     
  .header-container-wrapper .custom-menu-primary {
    display:none !important;
  }

  .mobile-menu .custom-menu-primary {
    position: fixed;
    width: 260px;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    line-height: 1em;
    text-align: left;
    overflow: auto;
    visibility: hidden;
    background-color: #000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height 0s .14s linear,visibility 0s .14s linear;
    -moz-transition: height 0s .14s linear,visibility 0s .14s linear;
    -ms-transition: height 0s .14s linear,visibility 0s .14s linear;
    -o-transition: height 0s .14s linear,visibility 0s .14s linear;
    transition: height 0s .14s linear,visibility 0s .14s linear;
  }
  
  .mobile-open  .mobile-menu .custom-menu-primary {
      height: 100%;
    visibility: visible;
    -webkit-transition: height 0s .14s linear,visibility 0s 0s linear;
    -moz-transition: height 0s .14s linear,visibility 0s 0s linear;
    -ms-transition: height 0s .14s linear,visibility 0s 0s linear;
    -o-transition: height 0s .14s linear,visibility 0s 0s linear;
    transition: height 0s .14s linear,visibility 0s 0s linear;
  }


  


  #site-wrapper {
    width: 100%;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -moz-transition: -moz-transform .2s ease-in-out;
    -ms-transition: -ms-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    position: relative;
    padding: 0;
  }

  .mobile-open #site-wrapper {
    position: fixed;
    -webkit-transform: translatex(-260px);
    -webkit-transform: translate3d(-260px,0,0);
    -moz-transform: translatex(-260px) translatez(0);
    -moz-transform: translate3d(-260px,0,0);
    -ms-transform: translatex(-260px) translatez(0);
    -ms-transform: translate3d(-260px,0,0);
    -o-transform: translatex(-260px) translatez(0);
    -o-transform: translate3d(-260px,0,0);
    transform: translatex(-260px) translatez(0);
    transform: translate3d(-260px,0,0);
  }

  .mobile-open .mobile-trigger .top-bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }

  .mobile-open .mobile-trigger .middle-bar {
    opacity: 0;
  }
  
  
  
  

  .mobile-open .mobile-trigger .bottom-bar  {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
  }
  
  
  .mobile-open .body-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    cursor: e-resize;
    -webkit-transform: translatex(-260px) translatez(0);
    -moz-transform: translatex(-260px) translatez(0);
    -ms-transform: translatex(-260px) translatez(0);
    -o-transform: translatex(-260px) translatez(0);
    transform: translatex(-260px) translatez(0);
  }

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

  
 
  
  /* Mobile Menu Styles */ 
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  
  .custom-menu-primary .hs-menu-wrapper{
    padding: 24px 36px 72px;
  }

  
  .custom-menu-primary .hs-menu-wrapper > ul li a {  
    display: block;
    padding: .75em 0;
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    color: #fff;
  }
  
  
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
     color: #eb272a;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a:before {
    content: '+';
    margin-right: .25em;
    width: .75em;
    display: inline-block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children.child-open > a:before {
    content: '–';
  }
  
  
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    height: auto;
    max-height: 999px;
    padding: 0 0.9em .93em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
     padding: .45em 0 .42em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 0 0 .5em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #eb272a;
  }


  .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child a {
    padding-bottom: 1em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hover > a{
    color: #eb272a;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    white-space: normal !important;
  }
  
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li.active > a {
    color: #eb272a;

  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active > a {
    color: #eb272a;
  }

}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

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

/* Pagination */
.blog-pagination {
   text-align:center;
}
.blog-pagination a {
      padding: 0;
    margin: 0 10px;
}

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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


.body-container-wrapper form.hs-form {
  moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 10px auto;
  padding: 10px;
  border: 1px solid #cfd4d8;
  background-color: rgba(255,255,255, 1);
  font-family: 'Montserrat', 'Helvetica Neue', Arial, 'Lucida Grande', Tahoma, Verdana, sans-serif;
  display:block;
  max-width: 100%;
}

/* Form Field */
.hs-form-field {
   padding-bottom:5px !important;
}

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

/* Labels and Legends */
.body-container-wrapper label {
  margin-bottom: 5px;
  font-size: 16.5px;
  color: #595d64;
  display: inline-block;
}
.hs-form-field > label {}

/* One Line Inputs */
.body-container-wrapper input[type="text"],
.body-container-wrapper input[type="password"], 
.body-container-wrapper input[type="datetime"], 
.body-container-wrapper input[type="datetime-local"], 
.body-container-wrapper input[type="date"], 
.body-container-wrapper input[type="month"], 
.body-container-wrapper input[type="time"], 
.body-container-wrapper input[type="week"], 
.body-container-wrapper input[type="number"], 
.body-container-wrapper input[type="email"], 
.body-container-wrapper input[type="url"], 
.body-container-wrapper input[type="search"], 
.body-container-wrapper input[type="tel"], 
.body-container-wrapper input[type="color"],
.body-container-wrapper input[type="file"],
.body-container-wrapper textarea,
.body-container-wrapper select {
  padding:8px 5.5px;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  line-height: 11px;
  color: #595d64;
  border: 1px solid #cfd4d8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  -moz-transition-property: color, background-color, border, border-color, box-shadow;
  -o-transition-property: color, background-color, border, border-color, box-shadow;
  -webkit-transition-property: color, background-color, border, border-color, box-shadow;
  transition-property: color, background-color, border, border-color, box-shadow;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, 'Lucida Grande', Tahoma, Verdana, sans-serif;
  width: 100%;
  max-width: 100%;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,0)),to(rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));
  -moz-transition: box-shadow .2s ease-in-out;
  -o-transition: box-shadow .2s ease-in-out;
  -webkit-transition: box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out;
    display:block;
  margin-bottom:5px;
}


.body-container-wrapper textarea {
  height: 68px;
  padding: 5px 5.5px;
}

.body-container-wrapper .hs-form-field:not(.error-found).required input[type="text"],
.body-container-wrapper .hs-form-field:not(.error-found).required input[type="password"], 
.body-container-wrapper .hs-form-field:not(.error-found).required input[type="datetime"], 
.body-container-wrapper .hs-form-field:not(.error-found).required input[type="datetime-local"], 
.body-container-wrapper .hs-form-field:not(.error-found).required input[type="date"], 
.body-container-wrapper .hs-form-field:not(.error-found).required input[type="month"], 
.body-container-wrapper .hs-form-field:not(.error-found).required input[type="time"], 
.body-container-wrapper .hs-form-field:not(.error-found).required input[type="week"], 
.body-container-wrapper .hs-form-field:not(.error-found).required input[type="number"], 
.body-container-wrapper .hs-form-field:not(.error-found).required input[type="email"], 
.body-container-wrapper .hs-form-field:not(.error-found).required input[type="url"], 
.body-container-wrapper .hs-form-field:not(.error-found).required input[type="search"], 
.body-container-wrapper .hs-form-field:not(.error-found).required input[type="tel"], 
.body-container-wrapper .hs-form-field:not(.error-found).required input[type="color"],
.body-container-wrapper .hs-form-field:not(.error-found).required input[type="file"],
.body-container-wrapper .hs-form-field:not(.error-found).required textarea,
.body-container-wrapper .hs-form-field:not(.error-found).required select {
    border: 1px solid #cfd4d8;
    background-color: #fffde2;
}




.body-container-wrapper input[type="text"]:focus,
.body-container-wrapper input[type="password"]:focus, 
.body-container-wrapper input[type="datetime"]:focus, 
.body-container-wrapper input[type="datetime-local"]:focus, 
.body-container-wrapper input[type="date"]:focus, 
.body-container-wrapper input[type="month"]:focus, 
.body-container-wrapper input[type="time"]:focus, 
.body-container-wrapper input[type="week"]:focus, 
.body-container-wrapper input[type="number"]:focus, 
.body-container-wrapper input[type="email"]:focus, 
.body-container-wrapper input[type="url"]:focus, 
.body-container-wrapper input[type="search"]:focus, 
.body-container-wrapper input[type="tel"]:focus, 
.body-container-wrapper input[type="color"]:focus,
.body-container-wrapper input[type="file"]:focus,
.body-container-wrapper textarea:focus,
.body-container-wrapper select:focus {
  border-color: #cfd4d8;
  -moz-box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
  -webkit-box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
  box-shadow: 0 0 5px rgba(89, 93, 100, 0.75);
  outline:0;
}

.form-wrapper {
  padding: 10px;
}

.body-container-wrapper select {
  height: 32px;
}

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

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

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder {
    color: rgb(117, 117, 117);
  opacity:1;
} /* Webkit Browsers */
:-moz-placeholder {
    color: rgb(117, 117, 117);
  opacity:1;
} /* Firefox 18- */
::-moz-placeholder {
    color: rgb(117, 117, 117);
  opacity:1;
} /* Firefox 19+ */
:-ms-input-placeholder {
    color: rgb(117, 117, 117);
  opacity:1;
} /* IE10 */







.page-center .custom-divider .page-center {
   padding: 0 !important;
   max-width: 100%;
}


.bw-select {
   background-image: url(https://cdn2.hubspot.net/hubfs/3410673/UFIT_April2019%20Files/Images/arow.svg) !important;
}

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

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

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

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

.body-container-wrapper .hs-form-field.required {  
    -moz-transition-property: padding, box-shadow, background-color, margin-left, margin-right;
    -o-transition-property: padding, box-shadow, background-color, margin-left, margin-right;
    -webkit-transition-property: padding, box-shadow, background-color, margin-left, margin-right;
    transition-property: padding, box-shadow, background-color, margin-left, margin-right;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.hs-form fieldset.form-columns-2 .hs-form-field {
    padding-right: 3px;
}

.hs-form fieldset.form-columns-2 .hs-form-field:last-child {
    padding-right:0;
     padding-left:2px;
}

.body-container-wrapper .hs-form-field.required.error-found {
    background-color: #fae9e9;
    -moz-box-shadow: 0 0 0 calc(2.5px - 1px) #fae9e9, 0 0 0 2.5px #ce5f6d;
    -webkit-box-shadow: 0 0 0 calc(2.5px - 1px) #fae9e9, 0 0 0 2.5px #ce5f6d;
    box-shadow: 0 0 0 calc(2.5px - 1px) #fae9e9, 0 0 0 2.5px #ce5f6d;
}

.body-container-wrapper .hs-form-field.required.error-found label {
    color: #ce5f6d;
}

.body-container-wrapper .hs-form-field.required.error-found .hs-error-msgs label {
   background-color:transparent !important;
  color: #ce5f6d !important;
}


.body-container-wrapper .hs-error-msgs label {
    border: 1px solid #ce5f6d;
    color: #ce5f6d;
    background-color: #fae9e9;
    margin: 0 0 10px 0;
    padding: 5px;
    font-size: 11px;
    text-align: center;
    clear: both;
}


#comments-listing {
 border:0;
 margin:0;
}

.comment {
    margin: 0 !important;
    border: 1px solid #ccc !important;
    padding: 15px;
    border-bottom: 0 !important;
}

.comment:first-child {
   margin-top: 30px;
}

.comment:last-child {
  border-bottom: 1px solid #ccc !important;
  margin-bottom: 30px;
}

.comment-date {
   font-size: 13px;
   text-align: left;
   display: block;
}

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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container-wrapper .actions {
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
}



.body-container-wrapper .hs-button.primary,
.body-container-wrapper input[type="submit"],
.body-container-wrapper input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, 'Lucida Grande', Tahoma, Verdana, sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  -moz-transition: box-shadow .2s ease-in-out;
  -o-transition: box-shadow .2s ease-in-out;
  -webkit-transition: box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out;
  padding: 15px 25px;
  border: 1px solid #ff5050;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 14px;
  color: #ffffff;
  background-color: #ff3a3a;
  margin: 0 auto;
  clear: both;
  width:auto;
  display:inline-block;
}

.body-container-wrapper  .hs-button.primary:hover,
.body-container-wrapper  input[type="submit"]:hover,
.body-container-wrapper  input[type="button"]:hover {
  outline:0;
}

.body-container-wrapper  .hs-button.primary:focus,
.body-container-wrapper  input[type="submit"]:focus,
.body-container-wrapper  input[type="button"]:focus {
  outline:0;
}


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

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


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

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


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

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


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

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



.body-container-wrapper .hs-form-field:not(.error-found).required input[type="file"] {
    background-color: transparent;
    border: 0;
    font-family: 'Montserrat', 'Helvetica Neue', Arial, 'Lucida Grande', Tahoma, Verdana, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 16px;
    display: inline-block;
    width: auto !important;
    margin-bottom:10px;
}

.body-container-wrapper .hs-dateinput .hs-input {
    width: auto !important;
}


/*-------------Different form------*/


.lean-challenge-page .body-container-wrapper form.hs-form, 
.spartan-race-layout .body-container-wrapper form.hs-form {
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.lean-challenge-page .body-container-wrapper form.hs-form .hs-form-field, 
.spartan-race-layout .body-container-wrapper form.hs-form .hs-form-field {
    padding-bottom: 24px !important;
}


.lean-challenge-page .body-container-wrapper form.hs-form .form-wrapper,
.spartan-race-layout .custom-right-content-group .form-wrapper {
    padding: 0;
}

.lean-challenge-page .body-container-wrapper form,
.spartan-race-layout .custom-right-content-group  form {
   border:0 none;
   padding:0;
   margin:0;
}

.lean-challenge-page .body-container-wrapper .custom-right-content-group label,
.spartan-race-layout .body-container-wrapper .custom-right-content-group label { 
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .03px;
  color: rgba(26,26,26,.7);
  margin-bottom: 0;
  line-height: 1.2;
}

.lean-challenge-page .body-container-wrapper  .hs-form-field,
.spartan-race-layout .body-container-wrapper .hs-form-field {
   padding-bottom:24px;
}


.lean-challenge-page .body-container-wrapper .hs-form-field textarea,
.lean-challenge-page .body-container-wrapper .hs-form-field .hs-input:not([type="checkbox"]):not([type="radio"]),
.lean-challenge-page .body-container-wrapper .hs-form-field:not(.error-found).required .hs-input:not([type="checkbox"]):not([type="radio"]),
.spartan-race-layout .body-container-wrapper .hs-form-field .hs-input:not([type="checkbox"]):not([type="radio"]),
.spartan-race-layout .body-container-wrapper .hs-form-field:not(.error-found).required .hs-input:not([type="checkbox"]):not([type="radio"]) {
    width: 100%;
    padding: 11px 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 14px;
}
.spartan-race-layout .body-container-wrapper .hs-form-field input.hs-input:not([type="radio"]):focus,
.lean-challenge-page .body-container-wrapper .hs-form-field .hs-input:not([type="radio"]):focus,
.lean-challenge-page .body-container-wrapper .hs-form-field textarea:focus,
.lean-challenge-page .body-container-wrapper .hs-form-field .hs-input:not([type="checkbox"]):focus,
.lean-challenge-page .body-container-wrapper .hs-form-field:not(.error-found).required .hs-input:not([type="checkbox"]):not([type="radio"]):focus,
.spartan-race-layout .body-container-wrapper .hs-form-field input.hs-input:not([type="checkbox"]):focus,
.spartan-race-layout .body-container-wrapper .hs-form-field:not(.error-found).required .hs-input:not([type="checkbox"]):not([type="radio"]):focus {
   box-shadow:none;
   background-color:#fff;
}



.lean-challenge-page  .body-container-wrapper .hs-form-field.error-found.required,
.spartan-race-layout .body-container-wrapper .hs-form-field.error-found.required {
   box-shadow:none;
   background-color:transparent;
}

.lean-challenge-page .body-container-wrapper .hs-form-field.error-found.required label,
.spartan-race-layout .body-container-wrapper .hs-form-field.error-found.required label {
    color: rgba(26,26,26,.7);
}


.lean-challenge-page .body-container-wrapper .hs-form-field .hs-form-radio label,
.spartan-race-layout .body-container-wrapper .hs-form-field .hs-form-radio label {
    font-size: 13px;
}


/* .lean-challenge-page .body-container-wrapper .hs-form-field input[type="radio"].hs-input,
.spartan-race-layout .body-container-wrapper .hs-form-field input[type="radio"].hs-input {
    margin-right: 7px !important;
    width: auto !important;
    margin-bottom: 0;
    margin-top: 6px;
} */
 
.lean-challenge-page .body-container-wrapper .hs-richtext .description, 
.spartan-race-layout .body-container-wrapper .hs-richtext .description {
    padding: .5em 0 .5em;
    font-size: 12px;
    opacity: .7;
    display: block;
    white-space: pre-wrap;
    line-height: 1.2;
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .03px;
    color: rgba(26,26,26,.7);
}

.lean-challenge-page .body-container-wrapper .actions,
.spartan-race-layout .body-container-wrapper .actions {
    text-align: left;
    padding: 0;
    margin: 0;
}

.lean-challenge-page .body-container-wrapper .actions .hs-button.primary.large, 
.spartan-race-layout .body-container-wrapper .actions .hs-button.primary.large {
  -webkit-box-shadow: 0 2px 0 0 #c00212;
  -moz-box-shadow: 0 2px 0 0 #c00212;
  box-shadow: 0 2px 0 0 #c00212;
  border-radius: 3px;
  position: relative;
  -webkit-transition: .1s background-color linear;
  -moz-transition: .1s background-color linear;
  -o-transition: .1s background-color linear;
  transition: .1s background-color linear;
  font-family: Ubuntu;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  background-color: #e80216;
  border-color: #e80216;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  border-width: 0;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
}

.lean-challenge-page .body-container-wrapper .actions .hs-button.primary.large:hover, 
.spartan-race-layout .body-container-wrapper .actions .hs-button.primary.large:hover {
  background-color: #f70217;
}



.fwwc .main-content .hs_cos_wrapper_type_widget_container .hs-error-msgs label,
.lean-challenge-page .body-container-wrapper .hs-error-msgs label,
.spartan-race-layout .body-container-wrapper .hs-error-msgs label{
    color: #fff;
    background: #cc3b3b url(//cdn2.hubspot.net/hubfs/3410673/UFIT_April2019%20Files/Images/icon_close_7_light.png) no-repeat 9px 50%;
    padding: 5px 15px 3px 25px;
    font-size: 13px;
    border-radius: 2px;
    margin: 12px 0;
    line-height: 23px;
    display: inline-block; 
}



/* .body-container form .hs-form-field input[type=radio] {
  position: absolute;
  left: -1000em;
}
.body-container form .hs-form-field input[type=radio] + span:before {
  content: "";
  display: inline-block;
  outline: none !important;
  -moz-transition: box-shadow .2s ease-in-out;
  -o-transition: box-shadow .2s ease-in-out;
  -webkit-transition: box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out;
  margin: 0 7px 0 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-family: "Merriweather Sans","Helvetica Neue",Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;
  margin-top: 0;
  -moz-transition-property: border,background-color;
  -o-transition-property: border,background-color;
  -webkit-transition-property: border,background-color;
  transition-property: border,background-color;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  width: 13px;
  height: 13px;
  margin-right: 6.5px;
  border: 1px solid #bbb;
  background-color: #fff;
}
:root .body-container form .hs-form-field input[type=radio]:checked + span:before {
  border: 4px solid #414141;
}
.body-container form .hs-form-field input[type=radio]:focus + span:before{
  border-color: #bbb;
  -moz-box-shadow: 0 0 5px rgba(65,65,65,.75);
  -webkit-box-shadow: 0 0 5px rgba(65,65,65,.75);
  box-shadow: 0 0 5px rgba(65,65,65,.75);
  border: 4px solid #414141;
} */
.body-container form ul.inputs-list.multi-container {
  margin: 0;
}


.banner-thumbnail-wrapper .button-group a.btn.red-btn + a.btn.red-btn {
  margin-left: 1em;
}

.spartan-race-layout .body-container-wrapper .hs-form-field textarea {
   height:100px;
}



/*------------End of  Different form--------*/


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


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

.hs-search-field__suggestions {
   padding: 0;
   margin: 0;
   list-style: none;
   padding:10px;
   background-color:#fff;
}

.hs-search-field--open .hs-search-field__suggestions {
   border: 1px solid #000;
}

.hs-search-field__suggestions li {
   display: block;
   margin: 0;
   padding: 0;
}

.hs-search-field__suggestions li a {
    padding: 5px;
}

.hs-search-field__suggestions #results-for {
   font-weight: bold;
}

.hs-search-field__suggestions a,.hs-search-field__suggestions #results-for {
   display: block;
}

.hs-search-field__suggestions a:hover,.hs-search-field__suggestions a:focus {
   background-color: rgba(0,0,0,.1);
   outline: 0;
}

.system-page .body-container-wrapper form.hs-form, 
.hs-search-field form {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.subscribe-options label {
   margin-left:0;
   margin-right:0;
}

/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */

.no-nav .mobile-trigger {
   display:none !important;
}

.folder-nav-toggle {
   display:none !important;
}



/*-------Style2---------------*/


.conf-detail-layout .main-content {
  max-width: 90% !important;
  width: 100%;
  display: block;
  margin: auto !important;
  float: none;
}
.testimonial-group .top-content {
  padding-bottom: 17px;
}
.testimonial-group .inner {
  padding: 32px 32px 0;
  text-align: center;
  line-height: 2em;
}
.testimonial-group h3.title {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .4px;
  line-height: 2em;
  color: rgba(26,26,26,.9);
  margin: 0;
}
.testimonial-group h3.title > span {
  font-size: 4em;
  display: block;
  opacity: .3;
}
.testimonial-group .author {
  font-size: .875em;
  padding-top: 1em;
  opacity: .5;
  text-align: center;
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .4px;
  color: rgba(26,26,26,.9);
}
.testimonial-group .bottom-content {
  padding-top: 17px;
  text-align: center;
}
.testimonial-group .bottom-content h3:first-child{
  margin-top: 0;
}
.testimonial-group .bottom-content h3 {
  text-rendering: optimizeLegibility;
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 1em 0 .5em;
}
.two-col-with-image .custom-tcol-group {
    padding: 17px 0;
}
.two-col-with-image .custom-tcol-group:first-child {
    padding-top: 0;
}
.two-col-with-image .custom-tcol-group:last-child {
    padding-bottom: 0;
}
.two-col-with-image .button-group {
    padding: 17px 0;
}
.two-col-with-image .button-group:last-child {
    padding-bottom: 0;
}
.two-col-with-image .button-group:first-child {
    padding-top: 0;
}
.custom-tcol-group .inner-group {
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.custom-tcol-group .custom-image {
    width: calc(50% - 0%);
    position: relative;
}
.custom-tcol-group .custom-content {
  position: relative;
  width: calc(50% - 0%);
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  min-height: 100%;
  -ms-flex-align: center;
  align-items: center;
}
.custom-tcol-group .custom-image img {
  width: 100%;
}
.custom-tcol-group .content-inner-group {
  padding: 5% 0;
}
.custom-tcol-group .heading-wrapper {
  font-size: 6.8vw;
  padding: 0 5%;
  text-align: center;
}
.custom-tcol-group .heading-wrap-inner {
  font-size: 34.7%;
  line-height: 1em;
}
.custom-tcol-group .heading-wrap-inner h1 {
  font-weight: bold;
  color: #000;
  font-family: Arial;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.1em;
  font-size: inherit;
  margin: 0;
}
.custom-tcol-group .content-wrapper {
  font-size: 2.8vw;
  padding: 0 5%;
  text-align: center;
}
.custom-tcol-group .content-wrap-inner {
  font-size: 0.972vw;
  margin-top: 4%;
  line-height: 1em;
}
.custom-tcol-group .content-wrap-inner p:first-child{
  margin-top: 0;
}
.custom-tcol-group .content-wrap-inner p {
  font-size: inherit;
  color: #000;
  font-family: Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.5em;
}
.custom-tcol-group .content-wrap-inner h6 {
  font-size: 13px;
  font-family: Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.5em;
  color: #000;
  margin-top: 1em;
  margin-bottom: 0;
}
.two-col-with-image .button-group {
  text-align: right;
}
.custom-red-btn {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
  border-width: 0;
  display: inline-block;
  width: auto;
  height: auto;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background-color: #eb272a;
  border-color: #eb272a;
  padding: 21px 34px;
  position: relative;
  -webkit-transition: .1s background-color linear;
  -moz-transition: .1s background-color linear;
  -o-transition: .1s background-color linear;
  transition: .1s background-color linear;
  -webkit-box-shadow: 0 2px 0 0 #d51417;
  -moz-box-shadow: 0 2px 0 0 #d51417;
  box-shadow: 0 2px 0 0 #d51417;
  border-radius: 3px;
}
.custom-red-btn:hover {
  background-color: #ec3538;
}
.two-col-with-image .button-group.center {
  text-align: center;
}
.custom-divider hr {
  border-style: none;
  border-width: 0;
  margin: 32px 0;
  color: rgba(26,26,26,.15);
  background-color: rgba(26,26,26,.15);
}
.top-image-with-content .custom-title {
  padding-bottom: 17px;
}
.top-image-with-content .custom-title h2 {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2em;
  color: #4a4a4a;
  margin: 0;
  text-align: center;
}
.top-image-with-content .top-image-with-content-inner {
  margin: 0 -15px;
}
.top-image-with-content-inner .custom-item {
  width: 50%;
  float: left;
}
.top-image-with-content-inner .image-group {
    padding: 17px;
}
.top-image-with-content-inner .content-group {
    padding: 17px;
}
.top-image-with-content-inner .content-group h3 {
  text-align: center;
  margin: 0;
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2em;
}
.top-image-with-content-inner .content-group h3 a {
  color: #f01;
  text-decoration: none;
}
.top-image-with-content .custom-buton {
  padding: 17px;
  margin-top: 68px;
  text-align: center;
  padding-bottom: 0;
}
.top-image-with-content-inner.three-col .custom-item {
  width: 33.3333%;
}
.top-image-with-content-inner.three-col .content-group h3 a {
  margin-top: 1em;
  display: inline-block;
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .03px;
  line-height: 2em;
  text-transform: none;
}
.testimonial-group .top-content:last-child {
  padding-bottom: 0;
}
.custom-tcol-group .content-wrap-inner h2:first-child {
  margin-top: 0;
}
.custom-tcol-group blockquote {
  margin: 0;
  padding: .5em 2.5em;
  font-style: italic;
  text-align: center;
}
.conf-detail-layout .main-content h3:first-child {
  margin-top: 0;
}
.recent-pots-group .title {
  padding-bottom: 17px;
}
.recent-pots-group .recent-pots-wrapper {
  padding: 17px 0;
}
.recent-pots-wrapper .hs-rss-item {
  position: relative;
  float: left;
  width: 16.7655%;
  margin-bottom: 4.04313%;
  margin-right: 4.04313%;
}
.recent-pots-wrapper .hs-rss-item:last-child {
  margin-right: 0;
}
.recent-pots-wrapper h3.hs-rss-title {
  line-height: 1.2em;
  margin: 0 0 10px 0;
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666;
  font-size: 20px;
}
.recent-pots-wrapper h3.hs-rss-title a {
  color: #666;
}
.recent-pots-wrapper .summary-excerpt {
  margin: 0 0 10px 0;
}
.recent-pots-wrapper .summary-excerpt p {
  font-size: 14px;
  line-height: 1.4em;
  margin: 0 0 10px 0;
}
.recent-pots-wrapper a.read-more {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.recent-pots-wrapper .hs-rss-byline {
  opacity: .7;
  margin: 0;
  font-size: 13px;
  line-height: 1.4em;
  text-transform: none;
  color: rgba(26,26,26,.4);
}
.staff-assessment-layout .main-content {
  background-color: #edeff0;
  padding: 20px;
}
.staff-assessment-layout .form-group {
  background-color: #fff;
  margin: 20px auto;
  padding: 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.staff-assessment-layout .top-col .hs_cos_wrapper_type_header {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 20px 3px;
  margin-bottom: 23px;
  display: block;
}
.staff-assessment-layout .body-container-wrapper .top-col div.hs_cos_wrapper.hs_cos_wrapper_widget h1:last-child {
  margin-bottom: 10px;
}
.staff-assessment-layout .top-col .hs_cos_wrapper_type_header h1 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 29.25px;
  font-weight: 400;
  font-style: normal;
  line-height: 29.25px;
  color: #414141;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato;
}
.staff-assessment-layout .top-col h1 {
  margin: 0;
}
.staff-assessment-layout .top-col p img {
  margin-bottom: 12px;
}
.staff-assessment-layout .top-col p {
  margin-top: 0;
}
.staff-assessment-layout .top-col p span {
  font-weight: 400;
  color: #414141;
  font-family: "Merriweather Sans","Helvetica Neue",Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;
}
.staff-assessment-layout .top-col {
  margin-bottom: 20px;
}
.staff-assessment-layout .custom-form h3.form-title {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 40px;
  padding: 20px 20px 32px;
  text-align: center;
  font-size: 29.25px;
  font-weight: 400;
  font-style: normal;
  line-height: 29.25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #414141;
  font-family: Lato;
}
.staff-assessment-layout .custom-form .form-wrapper {
  padding: 0;
}
.staff-assessment-layout .custom-form form {
  border-radius: 0;
  margin: 0;
  border: none;
  padding: 0;
  font-family: "Merriweather Sans","Helvetica Neue",Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;
  color: #414141;
  font-weight: 400;
}
.staff-assessment-layout .custom-form form fieldset {
  margin-bottom: 20px;
}
.staff-assessment-layout .custom-form form label {
  margin-bottom: 10px;
  font-size: 19.5px;
  color: #414141;
  display: block;
}
.staff-assessment-layout .custom-form form label span.hs-form-required {
  margin-left: 2.5px;
  font-size: 19.5px;
  color: #d63246;
}
.staff-assessment-layout .custom-form form .hs_firstname label,
.staff-assessment-layout .custom-form form .hs_lastname label,
.staff-assessment-layout .custom-form form .hs_first label,
.staff-assessment-layout .custom-form form .hs_last label {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 13px;
  color: #616161;
}
.staff-assessment-layout .body-container .custom-form form .hs-input,
.staff-assessment-layout .body-container .custom-form form .hs-form-field:not(.error-found).required .hs-input {
  -moz-transition: box-shadow .2s ease-in-out;
  -o-transition: box-shadow .2s ease-in-out;
  -webkit-transition: box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out;
  font-family: "Merriweather Sans","Helvetica Neue",Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;
  -moz-transition-property: color,background-color,border,border-color,box-shadow;
  -o-transition-property: color,background-color,border,border-color,box-shadow;
  -webkit-transition-property: color,background-color,border,border-color,box-shadow;
  transition-property: color,background-color,border,border-color,box-shadow;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  padding: 10px 6.5px;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 13px;
  color: #414141;
  border: 1px solid #bbb;
  background-color: #fff;
  border-radius: 0;
  margin: 0;
}
.staff-assessment-layout .custom-form form fieldset.form-columns-1 .hs-form-field {
  padding-right: 0;
}
.staff-assessment-layout .custom-form form fieldset.form-columns-2 .hs-form-field:last-child {
  padding-right: 0;
}
.staff-assessment-layout .custom-form form ul li label {
  font-size: 13px;
  line-height: 26px;
  margin: 0;
}
.staff-assessment-layout .body-container .custom-form form .hs-form-field:not(.error-found).required input[type=radio] {
  position: absolute;
  left: -1000em;
}
.staff-assessment-layout .body-container .custom-form form .hs-form-field:not(.error-found).required input[type=radio] + span:before {
  content: "";
  display: inline-block;
  outline: none !important;
  -moz-transition: box-shadow .2s ease-in-out;
  -o-transition: box-shadow .2s ease-in-out;
  -webkit-transition: box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out;
  margin: 0 7px 0 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-family: "Merriweather Sans","Helvetica Neue",Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;
  margin-top: 0;
  -moz-transition-property: border,background-color;
  -o-transition-property: border,background-color;
  -webkit-transition-property: border,background-color;
  transition-property: border,background-color;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  width: 13px;
  height: 13px;
  margin-right: 6.5px;
  border: 1px solid #bbb;
  background-color: #fff;
}
:root .staff-assessment-layout .body-container .custom-form form .hs-form-field:not(.error-found).required input[type=radio]:checked + span:before {
  border: 4px solid #414141;
}
.staff-assessment-layout .body-container .custom-form form .hs-form-field:not(.error-found).required input[type=radio]:focus + span:before{
  border-color: #bbb;
  -moz-box-shadow: 0 0 5px rgba(65,65,65,.75);
  -webkit-box-shadow: 0 0 5px rgba(65,65,65,.75);
  box-shadow: 0 0 5px rgba(65,65,65,.75);
  border: 4px solid #414141;
}
.staff-assessment-layout .custom-form form ul.inputs-list.multi-container {
  margin: 0;
}
.staff-assessment-layout .custom-form .hs-richtext p {
  margin-top: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  margin-bottom:1em;
}
.staff-assessment-layout .custom-form .hs-richtext h1 {
  margin-top: 0;
  font-size: 36px;
  font-family: "Merriweather Sans","Helvetica Neue",Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;
  color: #414141;
  letter-spacing: .03px;
}
.staff-assessment-layout .custom-form .hs-richtext h2 {
  margin: 0;
}
.staff-assessment-layout .custom-form form .hs-richtext + .hs-form-field ul.inputs-list.multi-container li.hs-form-radio {
  margin-right: 20px;
  float: left;
}
.staff-assessment-layout .custom-form form .hs-richtext + .hs-form-field ul.inputs-list.multi-container li.hs-form-radio input[type=radio] + span:before {
  vertical-align: -2px;
  margin-right: 7px;
}
.staff-assessment-layout .custom-form form textarea {
  height: 145px;
}
.staff-assessment-layout .custom-form form .hs-richtext {
  margin-bottom: 20px;
}
.staff-assessment-layout .custom-form form input.hs-button.primary.large {
  padding: 15px 25px;
  border: 0 solid transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 13px;
  color: #fff;
  background-color: #477d90;
  -moz-transition: box-shadow .2s ease-in-out;
  -o-transition: box-shadow .2s ease-in-out;
  -webkit-transition: box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out;
  font-family: "Merriweather Sans","Helvetica Neue",Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;
}
.visa-ac-title {
  padding-bottom: 17px;
}
.visa-ac-title h2:first-child {
  margin-top: 0;
}
.visa-ac-title h2 {
  margin: 1em 0 .5em;
}
.visa-ac-group .sqs-block-content {
  padding-top: 17px;
}
div.healcode form .hc_registration .hc-registration-field input, 
div.healcode form .hc_registration .hc-registration-field select {
  color: initial;
  letter-spacing: normal;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  padding: 1px 0px;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  line-height: normal;
  border-radius: 0;
  width: auto;
  border-color: #a9a9a9;
}
.advanced-image-wrapper .advanced-image-inner {
  position: relative;
  overflow: hidden;
}
.advanced-image-wrapper .advanced-image-inner img {
  position: absolute;
  width: 100%;
}
.visa-ac-title h1 {
  margin-top: 0;
  text-align: center;
}
.bw-datepicker__button {
  display: inline-block;
  float: left;
  text-align: center;
}
.bw-calendar-container input.bw-datepicker__input {
  background-color: transparent;
  border: none;
  border-left: 1px solid rgba(0,0,0,0.1);
  color: rgba(0,0,0,0.9);
  flex-grow: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 8px;
  width: 94px;
  margin: 0;
  border-radius: 0;
  display: inline-block;
  float: left;
}
.team-member-details {
  margin: -17px;
}
.team-member-details .custom-image {
  padding: 17px;
  width: 41.6667%;
  float: left;
}
.team-member-details .custom-content {
  padding: 17px;
  width: 58.3333%;
  float: left;
}
.team-member-details.image-right .custom-image {
  float: right;
}
.team-member-details .custom-content p:first-child {
  margin-top: 0;
}
.team-member-details .custom-content p:last-child {
  margin-bottom: 0;
}
.team-member-details .custom-content ul:last-child {
  margin-bottom: 0;
}
.custom-image-with-bottom-content.three-col {
  margin: -17px;
}
.custom-image-with-bottom-content.three-col .inner-group {
  padding: 17px;
  width: 33.3333%;
  float: left;
}

.custom-locations-wrapper .custom-item .custom-content p:last-child {
  margin-bottom:0;
}

.custom-locations-wrapper .custom-item:nth-child(3n+4),
.custom-image-with-bottom-content.three-col .inner-group:nth-child(3n+4) {
  clear: both;
}
.custom-image-with-bottom-content.two-col {
  margin: -17px;
}
.custom-image-with-bottom-content.two-col:after {
  content: "";
  display: table;
  clear: both;
}
.custom-image-with-bottom-content.two-col .inner-group {
  width: 50%;
  float: left;
  padding: 17px;
}
.twci-audio-group {
  margin: -17px;
}
.twci-audio-group .custom-title {
  padding: 17px;
}
.twci-audio-group .custom-title h3 {
  margin: 0;
}
.twci-audio-group .custom-two-col .col {
  padding: 17px;
  width: 50%;
  float: left;
}
.custom-two-col.forty-seventy .custom-image {
  width: 33.3333%;
}
.custom-two-col.forty-seventy .custom-audio.col {
  width: 66.6667%;
}
.twci-audio-group .custom-two-col .col .audio-wrapper {
  padding: 17px 0;
}
.twci-audio-group .custom-two-col .col .audio-wrapper:first-child {
  padding-top: 0;
}
.twci-audio-group .custom-two-col .col .audio-wrapper:last-child {
  padding-bottom: 0;
}
.twci-audio-group .custom-two-col .custom-image {
  text-align: center;
}


.advanced-image-wrapper .intrinsic {
  margin: auto;
}

/* Audio Style */



.audioplayer-volume {
  display: none !important;
}
.audioplayer {
  padding: 0;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  background: #181818;
  color: rgba(255,255,255,.95);
  box-shadow: none;
  text-shadow: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  font-size: 13px;
  position: relative;
  display: table;
  width: 100%;
  overflow: hidden;
  border: none;
  border-radius: 0;
}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
  cursor: pointer;
  z-index: 99;
  display: table-cell;
  width: 15px;
  vertical-align: middle;
  position: relative;
  padding: 20px 22px;
  border-right: 1px solid rgba(0,0,0,.08);
  transition: all 0.3s ease-out;
  border-right-color: rgba(255,255,255,.15);
}
.audioplayer > div.audio-info {
  line-height: 1.4em;
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
  position: static;
}
.audioplayer > .audioplayer-bar {
  margin-top: 0;
  right: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 60px) !important;
  z-index: 5;
  margin-left: 60px;
}
.audioplayer-playing .audioplayer-playpause a:before, 
.audioplayer-playing .audioplayer-playpause a:after {
  width: 35% !important;
}
.audioplayer .audio-info .title {
  cursor: default;
  font-size: 1.2em;
  display: block;
  color: rgba(255,255,255,.95);
  font-family: Lato;
}
.audioplayer .audio-info span.author {
  color: rgba(255,255,255,.5);
}
.audioplayer > div.timer {
  line-height: 1.2em;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
  padding-left: 0;
  position: relative;
}
.audioplayer > div.timer .audioplayer-time.audioplayer-time-current {
  display: inline-block;
  text-align: right;
  margin-right: 2px;
}
.audioplayer > div.timer .audioplayer-time {
  display: inline-block;
  width: auto;
  border: none;
  height: auto;
}
.audioplayer > div.timer .audioplayer-time.audioplayer-time-duration {
  line-height: 1.2em;
  text-align: right;
  width: auto;
  border: none;
  height: auto;
}
.audioplayer > div.timer .audioplayer-time.audioplayer-time-duration:before {
  content: ' / ';
  visibility: visible;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  position: relative;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #111;
  border-left-color: rgba(0,0,0,.95);
  -moz-transform: scale(.999);
  border-left-color: rgba(255,255,255,.95);
  margin: 0;
  top: 0;
  left: 0;
}
.audioplayer-bar div.audioplayer-bar-played {
  border-radius: 0;
  height: 100%;
  background: rgba(255,255,255,.05);
  box-shadow: none;
}
.audioplayer-bar div.audioplayer-bar-played:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s ease-out;
  cursor: ew-resize;
  background: rgba(255,255,255,.1);
}
.audioplayer-bar div.audioplayer-bar-loaded {
  background: transparent;
}
.audioplayer .audioplayer-playpause[title="Pause"] a {
  cursor: pointer;
  height: 20px;
  position: relative;
  margin: 0;
  left: 0;
  top: 0;
  display: block;
  width: 15px;
}

/* Audio Style End */

.location-details-group .custom-title {
  padding-bottom: 17px;
}
.location-details-group .custom-locations-wrapper {
  margin: 0 -17px;
}
.custom-locations-wrapper .custom-item {
  width: 33.3333%;
  float: left;
  padding: 0 17px;
}
.custom-locations-wrapper .heading {
  padding: 17px 0;
}
.custom-locations-wrapper .heading h3 {
  margin: 0;
}
.custom-locations-wrapper .custom-image {
  padding: 17px 0;
}
/* .custom-locations-wrapper .custom-image .image {
  height: 294.59px;
  overflow: hidden;
} */
.custom-our-team .our-team-group.three-col .column-wrapper {
  width: 33.3333%;
}
.spartan-race-layout .body-container-wrapper .hs-form-field textarea, 
.spartan-race-layout .body-container-wrapper .hs-form-field:not(.error-found).required textarea {
  width: 100%;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 14px;
}

.custom-two-col-equal-group {
  margin: -17px;
}
.custom-two-col-equal-group .column {
  width: 50%;
  float: left;
  padding: 17px;
}
.custom-two-col-equal-group .column ul:first-child {
  margin-top: 0;
}
.custom-two-col-equal-group .column ul:last-child {
  margin-bottom: 0;
}
.custom-image-with-bottom-content .top-heading {
  padding-bottom: 17px;
}
.custom-image-with-bottom-content .top-heading h2 {
  margin-bottom: 0;
}
.custom-image-with-bottom-content .top-heading + .top-image {
  padding: 17px 0;
}
.custom-image-with-bottom-content .inner-group .content p:last-child {
  margin-bottom: 0;
}
.no-padding:last-child .custom-button-group .custom-item {
  padding-bottom: 0;
}
.image_with_content_wrap.four_eight .image_with_content_left {
  width: 33.3333%;
}
.image_with_content_wrap.four_eight .image_with_content_right {
  width: 66.6667%;
}
.image_with_content_wrap.four_eight .image_with_content_left img {
  width: auto;
  margin: 0 auto;
  display: block;
}
.image_with_content_wrap .content-inner p:last-child {
  margin-bottom: 0;
}
.custom-lightbox-image.one .lightbox-inner {
  padding: 17px 0;
}
.custom-lightbox-image.three {
  margin: -17px;
}
.custom-lightbox-image.three .lightbox-inner {
  width: 33.3333%;
  float: left;
  padding: 17px;
}
.custom-lightbox-image.three .inner-group:after {
  content: "";
  display: table;
  clear: both;
}
.recent-post-title-wrapper .title {
  padding-bottom: 17px;
}
.recent-post-title-wrapper .title h1:last-child {
  margin: 0;
}
.recent-post-title-wrapper .recent-post-section {
  margin: 0 -17px;
}
.recent-post-section .custom-item {
  width: 33.3333%;
  float: left;
}
.recent-post-section .hs-featured-image-wrapper {
  max-width: 2500.0px;
  margin: auto;
  padding: 17px;
}
.recent-post-section .hs-featured-image-wrapper .inner {
  line-height: 0;
  text-align: center;
  position: relative;
  padding-bottom: 101.896%;
  overflow: hidden;
}
.recent-post-section img.hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}
.recent-post-section .custom-content {
  padding: 17px;
}
.recent-post-section .custom-content h3 {
  font-family: Lato;
  letter-spacing: .03px;
  line-height: 2em;
  margin: 0;
}
.recent-post-section .custom-content h3 {
  font-family: Lato;
  letter-spacing: .03px;
  line-height: 2em;
  margin: 0;
  color: rgba(26,26,26,.7);
  font-weight: bold;
}
.recent-post-section .custom-content a.more-link {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .03px;
  line-height: 2em;
  margin-top: 35px;
  margin-bottom: 0;
}
.custom-meet-the-team .col-heading.col-space h2:last-child {
  margin-bottom: 0;
}
.custom-meet-the-team .col-wrapper.three .col-group {
  width: 33.3333%;
}
.custom-our-team .our-team-group.two-col .column-wrapper {
  width: 50%;
}
.custom-our-team .our-team-group.two-col .column-wrapper:nth-child(2n+3) {
  clear: both;
}
.visa-layout .body-container .hs_cos_wrapper_type_text {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2em;
  color: #1e1a1a;
  display: block;
}
.custom-images-with-content-group .content-group:first-child .header {
  padding-top: 0;
}
.custom-images-with-content-group .header {
  padding-bottom: 17px;
  padding-top: 17px;
}
.custom-images-with-content-group .column-wrapper {
  margin:0 -17px;
}
.custom-images-with-content-group .column-wrapper .column {
  width: 25%;
  float: left;
  padding: 17px;
}
.custom-images-with-content-group .image-with-content {
  margin: 0 auto;
}
.custom-images-with-content-group .content {
  padding-top: 18px;
}
.custom-images-with-content-group .content p {
  font-size: .875em;
  line-height: 1.25em;
  margin-top: 0;
}
.custom-images-with-content-group .three-col .column {
  width: 33.33%;
}
.custom-images-with-content-group .column-wrapper .column.blank {
  display: none !important;
}

/*----End of Style2-----*/





/*--------------css----------------*/


.ais-row-group .page-center {
  width: auto;
  margin: auto;
  max-width: 1020px;
  padding: 96px 32px;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}
.ais-row-group .page-center .ais-col-group {
  margin: 0 auto !important;
  width: 90% !important;
  float: none !important;
}
.image_with_simple_menu .col-img {
  width: 33.3333%;
  margin: auto;
  padding: 17px 11.5px;
}
.image_with_simple_menu {
  padding-top: 17px;
}
.image_with_simple_menu .hs_cos_wrapper_type_simple_menu {
  display: block;
  text-align: center;
}
.image_with_simple_menu .col-menu .hs-menu-wrapper > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.image_with_simple_menu .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper > ul>li:not(:last-child):after {
  content: " | ";
  margin-right: 3px;
}
.image_with_simple_menu .col-menu {
  padding-top: 17px;
  padding-bottom: 0px;
}
.hs-ais .body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget:first-child {
  padding-bottom: 15px;
}
.advance-two-col .col-space {
  padding: 17px;
}
.advance-two-col .col-space.col-heading {
  text-align: center;
}
.advance-two-col .col-space.col-heading h2 {
  margin-top: 0;
}
.advance-two-col .col-wrapper .col-group {
  width: 50%;
  float: left;
}
.advance-two-col .col-wrapper {
  margin: 0 -17px;
}
.col-box.back_wrapper {
  text-align: center;
}
.back_top_top {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
  display: inline-block;
  width: auto;
  height: auto;
  border-color: #e80216;
  font-family: Ubuntu;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px 26px;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  -webkit-transition: 0.1s background-color linear, 0.1s color linear;
  -moz-transition: 0.1s background-color linear, 0.1s color linear;
  -o-transition: 0.1s background-color linear, 0.1s color linear;
  transition: 0.1s background-color linear, 0.1s color linear;
  border-radius: 3px;
}
.back_top_top:hover{
  background-color: #e80216;
  color: #fff;
}
.advance-two-col .col-wrapper .col-group.col-2 .col-box p:last-child {
  margin-bottom: 0;
}

.advance-two-col .col-group.col-2 .col-space p:first-child {
  margin-top: 0;
}
.advance-two-col .col-space .form-title {
  margin: 0;
}
.hs-ais .body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget .hs_cos_wrapper_type_linked_image {
  text-align: center;
  display: block;
}
.advance-two-col .col-space h3 {
  margin-top: 0;
}
.advance-two-col .col-space > p:first-child {
  margin-top: 0;
}
.advance-two-col .col-space > p:last-of-type {
  margin-bottom: 0;
}
.advance-two-col .col-space .img_caption {
  padding-top: 18px;
}
.advance-two-col .col-space .img_caption {
  padding-top: 18px;
  font-size: .875em;
  line-height: 1.25em;
  margin-bottom: 1em;
}
.custom-meet-the-team .col-wrapper {
  margin: 0 -17px;
}
.custom-meet-the-team .col-space {
  padding: 17px;
}
.custom-meet-the-team .col-heading.col-space {
  text-align: center;
}
.custom-meet-the-team .col-wrapper .col-group {
  width: 50%;
  float: left;
}
.custom-meet-the-team .col-space .col-img {
  margin: auto;
}
.custom-meet-the-team .col-space .image-caption-wrapper {
  margin: auto;
}
.custom-meet-the-team .col-space .image-caption-wrapper .image-caption p {
  font-size: .875em;
  line-height: 1.25em;
}
.custom-meet-the-team .col-space .image-caption-wrapper .image-caption {
  padding-top: 18px;
}
.custom-meet-the-team .col-space .image-caption-wrapper .image-caption > p:first-child {
  margin-top: 0;
}
.custom-meet-the-team .col-bottom {
  text-align: center;
}
.custom-button-group .custom-item {
  padding: 17px 0;
}

.body-container .custom-social-share {
  text-align: center;
}

.body-container .custom-social-share p:last-child {
  margin-bottom: 0;
}
.body-container .custom-social-share .custom-footer-social-links {
  position: relative;
  height: auto;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
  transition: box-shadow .2s ease-in-out;
  padding: 17px 17px 0;
  margin: 0;
}
.body-container .custom-social-share .custom-footer-social-links .sqs-svg-icon--list a {
  width: 20px;
  height: 20px;
  margin: 0 4.5px;
}
.body-container .custom-social-share .custom-footer-social-links .sqs-use--icon {
  fill: #222 !important;
}

.body-container .custom-footer-social-links .sqs-svg-icon--list:hover .sqs-use--icon {
  fill: rgba(34,34,34,.4) !important;
}
.body-container .custom-footer-social-links .sqs-svg-icon--list:hover .sqs-svg-icon--wrapper:hover .sqs-use--icon {
  fill: #222 !important;
}
.body-container .custom-social-share .col-heading {
  padding-bottom: 17px;
}
.custom-image-group .col-group {
  width: 25%;
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}
.custom-image-group .col-group a {
  padding-bottom: 100%;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.custom-image-group .col-group a img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
}
.custom-image-group .col-wrapper {
  margin-right: -20px;
}
.ais-row-group {
  padding-bottom: 68px;
}
.hs-ais .advanced-image-wrapper {
  margin: 0 -17px;
}
.hs-ais .advanced-image-wrapper .intrinsic {
  width: 33.3333%;
  max-width: none !important;
  padding: 0 17px;
}
.advance-two-col .col-space.col-heading,
.custom-meet-the-team .col-heading.col-space{
  padding-left: 0;
  padding-right: 0;
}
.body-container-wrapper .hs-button.primary,
.body-container-wrapper input[type="submit"],
.body-container-wrapper input[type="button"] {
  white-space: normal;
}
.custom-image-group .col-group.hs-popup a {
  cursor: default;
}
.custom-image-group .col-group.hs-popup .sqs-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent url(//cdn2.hubspot.net/hubfs/3410673/UFIT_April2019%20Files/Images/play-button-1.png) center center no-repeat;
  height: 48px;
  width: 48px;
  margin-left: -24px;
  margin-top: -24px;
  cursor: pointer;
}
.custom-our-team .header.light h3 {
  margin: 1em 0 .5em;
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-top: 0;
}
.advanced-two-col-right .col-space {
  padding: 17px;
}
.advanced-two-col-right {
  margin: 0 -17px;
}
.no-padding:first-child .advanced-two-col-right .col-space.col-heading {
  padding-top: 0;
}
.advanced-two-col-right .col-space.col-heading.center {
  text-align: center;
}
.advanced-two-col-right .col-group.right-col {
  float: right;
  margin-left: 17px;
  width:50%;
}
h3.form-title:empty {
  margin: 0;
}
.advanced-two-col-right .col-space.col-heading h1 {
  margin: 0;
}
.advanced-two-col-right .col-group.left-col .col-inner>*:first-child {
  margin-top: 0;
}
.advanced-two-col-right .col-group.left-col .col-inner>*:last-child {
  margin-bottom: 0;
}
.img_padding {
  line-height: 0;
  text-align: center;
  position: relative;
  padding-bottom: 66.68%;
  overflow: hidden;
}
.img_padding img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.advanced-two-col-right .col-space.bottom_left_part {
  float: left;
  width: 50%;
}
.advanced-two-col-right .col-space.bottom_right_part {
  float: left;
  margin: 0;
}



.thumbnail-gallery .slick-slide-inner-wrapper {
  display: block !important;
  width: 100%;
}
.thumbnail-gallery .slick-slide-inner-wrapper img {
  width: 100%;
}
.thumbnail-gallery {
  margin: 0 -17px;
}
.thumbnail-gallery .hs_cos_wrapper_type_gallery {
  display: block;
  padding: 17px;
}
.thumbnail-gallery .hs_cos_gallery_main {
  padding: 0;
  margin-bottom: 10px;
}
.thumbnail-gallery .hs_cos_gallery_main ul.slick-dots {
  display: none !important;
}
.thumbnail-gallery .hs_cos_gallery_main .slick-slide-inner-wrapper {
  position: relative;
  background-color: rgba(175,175,175,.1);
}


/*=============*/

.thumbnail-gallery .slick-slide {
  display: block;
}

.thumbnail-gallery .hs_cos_gallery_thumbnails .slick-slide {
  padding: 0;
}
.thumbnail-gallery .hs_cos_gallery_thumbnails {
  padding: 0;
  margin: 0;
}
.thumbnail-gallery .hs_cos_gallery_thumbnails .hs_cos_gallery_slide.slick-slide img {
  opacity: .5;
  cursor:pointer;
}
.thumbnail-gallery .hs_cos_gallery_thumbnails .hs_cos_gallery_slide.slick-slide.slick-current.slick-center img {
  opacity: 1;
}
.thumbnail-gallery .hs_cos_gallery_thumbnails .slick-list {
  padding: 0 !important;
}
.thumbnail-gallery .hs_cos_gallery_thumbnails button.slick-arrow {
  display: none !important;
}
.thumbnail-gallery.no-slider .slick-track {
  transform: none !important;
  margin: auto;
}
.thumbnail-gallery.no-slider button.slick-arrow {
  display: none !important;
}
.thumbnail-gallery button.slick-arrow{
  color:transparent;
  width:44px;
  height:60px;
  font-size: 14px;
  line-height: 40px;
  background-color: rgba(0,0,0,.12);
  transition: all 200ms cubic-bezier(.25,.46,.45,.94);
  margin-top: -30px;
  z-index: 99;
}
.thumbnail-gallery button.slick-arrow:hover{
  background-color: rgba(0,0,0,.2);
}
.thumbnail-gallery button.slick-arrow:before{
  display: none !important;
}
.thumbnail-gallery button.slick-arrow:after {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\E02D";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  width: 44px;
  height: 60px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 60px;
}
.thumbnail-gallery button.slick-arrow.slick-prev:after {
  content: "\E02C";
}



.custom-right-content-row1-heading h1 {
  text-align: center;
}
.custom-right-content-row1-heading {
  padding-bottom: 17px;
}
.thumbnail-gallery-wrapper .col-heading.col-space {
  padding: 17px 0;
  text-align: center;
}
.thumbnail-gallery-wrapper .thumbnail-gallery .hs_cos_gallery_thumbnails .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper {
  position: relative;
  overflow: hidden;
}
.thumbnail-gallery-wrapper .thumbnail-gallery .hs_cos_gallery_thumbnails .hs_cos_gallery_slide.slick-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.thumbnail-gallery-wrapper .thumbnail-gallery .hs_cos_gallery_thumbnails .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 59%;
}
.thumbnail-gallery-wrapper .thumbnail-gallery .hs_cos_gallery_main img {
  width: auto;
  height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
}
.thumbnail-gallery-wrapper .thumbnail-gallery .hs_cos_gallery_main .slick-slide-inner-wrapper {
  position: relative;
  background-color: rgba(175,175,175,.1);
  padding-bottom: 66.716%;
}
.thumbnail-gallery-wrapper .thumbnail-gallery .hs_cos_gallery_main {
  margin-bottom: 20px;
}
.kids-camp-store-row-group .page-center {
  padding: 96px 32px;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}
.kids-camp-store-row-group .page-center .page-center-inner {
  max-width: 90%;
  float: none !important;
  margin: auto !important;
}
.kids-camp-store-row-group .page-center .page-center-inner > .row-fluid-wrapper {
  margin: 0 -17px;
}
.hs-kids-camp-store .col-space {
  padding: 17px;
}
.kids-camp-store-row-group .page-center .page-center-inner>.row-fluid-wrapper:first-child .col-space {
  padding-top: 0;
}
.kids-camp-store-row-group .page-center .page-center-inner>.row-fluid-wrapper:last-child .col-space {
  padding-bottom: 0;
}
.kids-camp-store-row1-heading h2 {
  margin: 0em 0 .5em !important;
}
.fsRowBody input[type="radio"]:checked:before {
  vertical-align: top;
}
.fsRowBody input[type="text"], .fsRowBody input[type="email"], .fsRowBody input[type="number"], .fsRowBody input[type="tel"], .fsForm select, .fsForm textarea{
  margin: 0 !important;
}
.hs-kids-camp-store .body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget{
  padding:0 !important;
}
.custom-header-with-img-group .col-space {
  padding: 17px;
}
.custom-header-with-img-group .col-space.col-heading {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.custom-header-with-img-group .col-space.col-heading h1 {
  margin: 0;
}
.custom-header-with-img-group .col-space.col-heading + .col-space {
  padding-left: 0;
  padding-right: 0;
}
.custom-header-with-img-group .col-wrapper {
  margin: 0 -17px;
}
.custom-header-with-img-group .col-wrapper .col-group {
  float: left;
  width: 33.33%;
}
.custom-header-with-img-group .col-title h2 {
  margin: 0;
}
.custom-header-with-img-group .col-image a {
  display: block;
  padding-bottom: 67.0146%;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.custom-header-with-img-group .col-image img {
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  width: 100%;
}
.custom-header-with-img-group .col-btn.col-space {
  padding-bottom: 0;
}


.hs-ourteam .custom-our-team .header {
  padding: 17px 0;
  margin: 0;
}
.hs-ourteam .custom-our-team .our-team-group .column-wrapper .intrinsic {
  max-width: 100%;
}
.hs-ourteam .custom-our-team .header.light h3 {
  margin: 0;
}
.hs-ourteam .custom-our-team .our-team-group .column-wrapper .intrinsic > a {
  display: block;
  margin-bottom: 17px;
}
.hs-ourteam .custom-our-team .our-team-group .column-wrapper .image-caption-wrapper p strong {
  color: #1e1a1a;
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2em;
}
.hs-ourteam .custom-our-team .our-team-group .column-wrapper .image-caption-wrapper p a {
  color: #f01;
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2em;
}
.hs-ourteam .custom-our-team .our-team-group .column-wrapper .image-caption-wrapper p {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 0px;
}
.hs-ourteam .custom-our-team .our-team-group .column-wrapper .image-caption-wrapper {
  padding-top: 17px;
}
.hs-ourteam .body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget {
  padding: 0 !important;
}
.hs-ourteam .custom-with-side-menu .custom-right-content-group .hs_cos_wrapper_type_header {
  display: block;
  padding-bottom: 17px;
}
.hs-ourteam .custom-divider {
  padding: 17px 0;
}
.hs-meet-our-team .custom-our-team {
  margin-top: -17px;
  margin-bottom: -17px;
}

.hs-meet-our-team .custom-our-team .our-team-group .column-wrapper .image-caption-wrapper p strong {
  margin-bottom: 14px;
}






.mobile-open .home-banner-gallery {
   margin-left: 17px;
}

.hs-meet-our-team .custom-our-team .our-team-group .column-wrapper .image-caption-wrapper p a {
    display: inline-block;
    position: relative;
    text-transform: capitalize;
}



.home .home-body-content {
   background: #fff;
}


.hs-meet-our-team .advance-two-col .col-wrapper .col-group .col-space.col-heading {
  padding: 0;
  padding-bottom: 17px;
}
.hs-meet-our-team .advance-two-col .col-wrapper .col-group .col-space.col-heading h2 {
  margin: 1em 0 .5em;
  margin-top: 0;
  color: rgba(26,26,26,.9);
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 1px;
  text-transform: none;
  line-height: 1.4em;
  text-align: left;
  padding-left: 17px;
}
.hs-meet-our-team .advance-two-col .col-wrapper .col-group.col-2 .col-space.col-box:first-child {
  padding-top: 0;
}
.hs-meet-our-team .advance-two-col .col-space h3 {
  margin-top: 1em;
}
.hs-meet-our-team .image_with_content_wrap .image_with_content_left img {
  max-width: 617px;
  margin: auto;
  display: block;
}
.hs-meet-our-team .image_with_content_wrap .sqs-col-6.image_with_content_right p:first-child {
  margin-top: 0;
}


.custom-header-with-img-group .col-wrapper .col-group.no-space .col-space {
  padding: 0;
}
.custom-header-with-img-group .col-wrapper .col-group.no-space .col-space a {
  padding: 0;
}

.ais-location-row1-group .page-center {
  padding: 96px 32px;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}
.ais-location-row1-group .page-center .page-center-inner {
  width: 90%;
  margin: auto !important;
  float: none !important;
}
.ais-location-row1-group .page-center .page-center-inner > .row-fluid-wrapper {
  margin: 0 -17px;
}
.ais-location-row1-group .page-center .page-center-inner .ais-location-row1-header {
  padding: 0 17px 17px;
}
.ais-location-row1-group .advanced-two-col-right {
  margin: 0;
}
.ais-location-row1-group .advanced-two-col-right .col-group.right-col .col-inner {
  max-width: 416.0px;
  margin: auto;
}
.hs-ais-location.spartan-race-layout .custom-divider {
  padding-bottom: 17px;
}
.ais-location-row2-heading {
  padding: 17px;
  text-align: center;
}
.ais-location-row2-content {
  padding: 17px;
}
.ais-location-row2-heading h2 {
  margin: 0 0 .5em !important;
}
.ais-location-row2-form .form-wrapper {
  padding: 17px;
  padding-bottom: 0;
}






/*-------End css-----*/





/*-------Style3-----*/

.no_padding_content {
  padding: 0 !important;
}
.content-inner {
  padding: 17px;
}
.sqs-col-12 {
  display: flex;
  flex-wrap: wrap;
}
.sqs-col-12 {
  width: 100%
}

.sqs-col-11 {
  width: 91.6667%
}

.sqs-col-10 {
  width: 83.3333%
}

.sqs-col-9 {
  width: 75%
}

.sqs-col-8 {
  width: 66.6667%
}

.sqs-col-7 {
  width: 58.3333%
}

.sqs-col-6 {
  width: 50%
}

.sqs-col-5 {
  width: 41.6667%
}

.sqs-col-4 {
  width: 33.3333%
}

.sqs-col-3 {
  width: 25%
}

.sqs-col-2 {
  width: 16.6667%
}

.sqs-col-1 {
  width: 8.3333%
}

.disney .btn.red-btn + .btn.red-btn {
  margin-left: 15px;
}
.full .body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget {
  padding: 17px;
}

.image_with_button_inner {
  text-align: center;
}
.disney-row-gp .page-center {
  padding: 96px 15px;
}
.disney-row-gp .page-center > div {
  max-width: 90%;
  margin: auto;
}
.image_with_content_left img {
  width: 100%;
}
.blog-content {
  max-width: 90% !important;
  margin: auto !important;
  float: none !important;
}
.post-listing:after {
  display: block;
  content: "";
  clear: both;
}
.post-item {
  max-width: 276px;
  float: left;
  margin-right: 1.68464%;
  margin-bottom: 30px;
}
.post-listing {
  margin-right: -1.68464%;
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  height: 115px !important;
  object-fit: cover;
  margin: 0 0 15px 0 !important;
}
.post-header h2:hover {
  color: #f01;
}
.post-header h2 a {
  color: inherit;
}
.post-header h2 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666;
  font-size: 14px;
}
.post-body.clearfix p {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .03px;
  color: rgba(26,26,26,.7);
  font-size: 14px;
  line-height: 1.4em;
  margin: 0 0 10px 0;
  text-align: left;
}
a.more-link {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #f01;
  display: block;
}
.date {
  display: block;
  color: rgba(26,26,26,.4);
  letter-spacing: .03px;
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  opacity: .7;
  font-size: 13px;
  line-height: 1.4em;
}
.blog-pagination a:first-child {
  padding-left: 0;
}
.blog-pagination a {
  padding: 10px;
}
.post_tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 140px;
  column-gap: 60px;
  -moz-columns: 140px;
  -moz-column-gap: 60px;
  -webkit-columns: 140px;
  -webkit-column-gap: 60px;
}
.post_tags ul li a {
  text-decoration: none;
  color: rgba(26,26,26,.7);
}
.post_tags ul:after {
  display: block;
  clear: both;
  content: "";
}
.post_tags ul li {
  max-width: 250px;
  float: left;
  margin-right: 1.5%;
}
.post_tags {
  padding-bottom: 34px;
}
.post-header-list {
  text-align: center;
  margin-bottom: 36px;
}
.date-list a,
.date-list {
  color: rgba(26,26,26,.4);
}
.post-header-list h2 a {
  color: rgba(26,26,26,.9);
}
.post-header-list h2 {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 1px;
  text-transform: none;
  line-height: 1.4em;
  color: rgba(26,26,26,.9);
  margin: 12px 0;
}
.post-item-list + .post-item-list {
  margin-top: 128px;
}
.de-blog a.next-posts-link {
  text-align: right;
}
.de-blog .blog-pagination {
  display: flex;
}
.de-blog .blog-pagination a {
  width: 100%;
}
.de-blog .blog-pagination {
  margin-top: 6em;
}
.custom-post-pagination > div {
  width: 100%;
}

.custom-post-pagination {
  display: flex;
}
.post-nxt {
  text-align: right;
}
.custom-post-pagination > div span {
  display: block;
}
.blog_post_banner_area:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(18,18,18,.5);
  /*z-index: 99;*/
  content: "";
}

.blog_post_banner_area {
  padding-top: 140.6px;
  padding-bottom: 140.6px;
  margin-top: -90px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.has-banner.hs-blog-post .custom-header-group {
  background: transparent;
  z-index: 999;
}

.blog_post_banner_inner {
  position: relative;
  z-index: 1; /*edited by HS support 18 Oct*/
  text-align: center;
}
.postbanner-date {
  color: #fff;
  line-height: 1.125em;
  margin-bottom: .75em;
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: .5px;
  text-transform: none;
  display: block;
}
.postbanner-title h1 {
  text-decoration: none;
  color: #fff;
  line-height: 1em;
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 0.0666667em;
  margin: 0;
}



.post-social-share .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  display: block !important;
  height: auto !important;
  float: none !important;
  margin-bottom: 10px;
  min-height: 28px;
  text-align: left;
}
ul.hs-blog-social-share-list {
  padding: 14px !important;
  text-align: left;
  min-width: 108px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  background-color: rgba(254,254,254,.9);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(242,242,242,.05);
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
}
.post-social-share {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
}
.ss-social-button-wrapper {
  text-align: center;
  position: relative;
  margin-top: 2em;
}
.ss-social-button {
  color: rgba(26,26,26,.4);
  line-height: 1.25em;
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .03px;
  cursor: pointer
}
.ss-social-button:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02b";
  display: inline-block;
  margin-right: .4em;
  font-size: .85em;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: left;
  vertical-align: initial;
}
.post-pre {
  padding-right: 1em;
}
.post-nxt {
  padding-left: 1em;
}

.transformation .no-padding .custom-button-group .custom-item {
  padding-bottom: 17px;
}
.transformation .image_with_content_left .content-inner {
  padding: 17px 0;
}
.transformation .image_with_content_wrap{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.transformation .image_with_content_right .content-inner {
  padding: 17px 5%;
}
.transformation .custom-main-content {
  margin-top: -17px;
}
.transformation .image_with_content_right p {
  font-size: 18px;
  line-height: 1.45em;
  font-family: arial;
  color: #000;
  letter-spacing: -0.2px;
}
.transformation  div#hs_cos_wrapper_widget_1554800114690 > * {
  position: relative;
  padding-bottom: 56.2061%;
  display: block;
}
.transformation iframe {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.transformation .image_with_content_right p:first-child {
  margin-top: 0;
}
.transformation .content_with_form_main_wrap {
  margin: 0 -17px;
  width: auto;
}
.transformation .form_wrap h3 {
  text-align: center;
  color: #4a4a4a;
  margin: 0 0 .5em;
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2em;
}
.transformation .body-container-wrapper form input[type="checkbox"] {
  top: 0;
  float: none !important;
}
.transformation  li.hs-form-checkbox,
.transformation label.hs-form-radio-display{
  float: left;
  margin-right: 10px;
  font-size: 11px;
  line-height: 22px;
}
.transformation  ul.inputs-list.multi-container:after {
  display: block;
  content: "";
  clear: both;
}
.transformation p.gym {
  margin: 0;
  font-size: 8.25px;
  font-weight: 400;
  font-style: normal;
  line-height: 8.25px;
  color: #595d64;
  margin-bottom: 25px;
}
.transformation .body-container-wrapper label {
  font-size: inherit;
}
.transformation .body-container-wrapper .hs-dateinput .hs-input {
  width: 100% !important;
}
.form_bottom_content figure blockquote>span:first-child {
  font-size: 4em;
  display: block;
  opacity: .3;
}
.form_bottom_content figure {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .4px;
  line-height: 2em;
  color: rgba(26,26,26,.9);
  padding: 32px 32px 0;
  text-align: center;
  margin: 0;
}
.form_bottom_content figure blockquote>span:last-child {
  display: none;
}
.form_bottom_content figure figcaption {
  font-size: .875em;
  opacity: .5;
  text-align: center;
}
.transformation .content_with_form_inner .content-inner {
  padding-bottom: 0;
}
h2.fsSectionHeading {
  background-color: #edeff0;
  text-align: center;
  padding: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.rec-slider .slick-slide img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  object-position: center center;
}
.rec-slider .rec-content-pop {
  position: relative;
  z-index: 99;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 200px;
}
.rec-slider .slick-arrow {
  position: absolute;
  top: 50%;
  outline: none;
  color: #fff !important;
  z-index: 999;
  font-size: 14px;
  line-height: 40px;
  margin-top: -30px;
  padding: 10px;
  cursor: pointer;
  background: center;
  border: 0;
  font-size: 0;
}
.rec-slider button.slick-next.slick-arrow {
  right: 0;
}
span.post-slider-date {
  display: block;
  color: #fff;
  line-height: 1.125em;
  margin-bottom: .75em;
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: .5px;
  text-transform: none;
}
.rec-content-pop h1 {
  font-family: Lato;
  letter-spacing: 0.0666667em;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1em;
  text-decoration: none;
  color: #fff;
  padding-left: 4px;
  margin-top: 0;
}
a.view-post:after {
  display: inline-block;
  content: '\279D';
  color: #fff;
  font: normal .9em sans-serif;
  margin-left: 6px;
  vertical-align: middle;
}
a.view-post:before {
  content: 'View Post';
  display: inline-block;
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: .5px;
  text-transform: none;
  color: #fff;
  line-height: 1.125em;
  vertical-align: middle;
}
.de-blog .custom-header-group {
  background: transparent;
  position: relative;
  z-index: 999;
}
.custom-pop-main-group {
  position: relative;

}
.rec-slider {
  margin-top: -90px;
}
.slick-arrow:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
button.slick-prev.slick-arrow:before {
  content: "\e02c";
}
button.slick-next.slick-arrow:before {
  content: "\e02d";
}
.color-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(18,18,18,.5);
  z-index: 99;
}
.bukit-timah-inner {
  max-width: 90% !important;
  margin: auto !important;
  width: auto !important;
  float: none !important;
}
.bukit-timah .body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget:first-child {
  padding-top: 17px;
}
.bukit-timah-row3 {
  text-align: right;
}
.bukit-timah-row-gp .custom-divider.padding {
  display: none;
}
.bukit-timah .body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget:last-child {
  padding-bottom: 17px;
}
.bukit-timah-row-gp .page-center {
  padding: 96px 13px;
}
.bukit-timah-inner .row-number-2 {
  float: right !important;
  width: 50% !important;
  margin-left: 17px;
}
.bukit-timah-row5 {
  float: none !important;
  padding-top: 42px;
}
.bukit-timah-row-gp div#hs_cos_wrapper_module_1554815263244293 {
  display: none;
}

/*----End-Style3-----*/






/*------Style4-----*/

.carousel {
  height: 340px;
}

.carousel .hs_cos_gallery {
  height: 100%;
}

.carousel .hs_cos_gallery .hs_cos_gallery_main {
  padding: 0;
  margin-bottom: 0;
  height: 100%;
}

.carousel .hs_cos_gallery .hs_cos_gallery_main .slick-arrow {
  display: none !important;
}

.carousel .hs_cos_gallery .hs_cos_gallery_main .slick-list {
  max-height: 100%;
  height: 100%;
}

.carousel .hs_cos_gallery .hs_cos_gallery_main .slick-list img {
  width: auto !important;
  height: 100% !important;
}

.carousel .hs_cos_gallery .hs_cos_gallery_main .slick-list .slick-track {
  height: 100% !important;
}

.carousel .hs_cos_gallery .hs_cos_gallery_main .slick-list .slick-track .slick-slide-inner-wrapper {
  display: block;
  height: 100%;
}

.tccwm.sidemenu-with-content .custom-top-content div.hs_cos_wrapper.hs_cos_wrapper_widget:last-child {
  padding-bottom: 0;
}



.home .body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget {
  padding: 0 !important;
}

.home-banner-gallery .slick-arrow:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\E02D";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  opacity: 1;
  color: #fff !important;
}

.home-banner-gallery .slick-prev.slick-arrow {}

.home-banner-gallery .slick-next.slick-arrow:before {
}

.home-banner-gallery .slick-arrow {
  font-size: 0;
  z-index: 12;
}

.home-banner-gallery .slick-slide {
  margin: 0 !important;
  height: 500px !important;
}

.hs_cos_gallery_main.slick-fixed-height-slider.slick-initialized.slick-slider {}

.home-banner-gallery .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}

.slick-slide-inner-wrapper {}

.home-banner-gallery .slick-slide .slick-slide-inner-wrapper {
  height: 100%;
  display: block;
  width: auto !important;
}

.home-banner-gallery .slick-slide .slick-slide-inner-wrapper img {
  width: 100vw;
  position: absolute;
  object-fit: cover;
  height: 100%;
}

.home-banner-gallery .slick-slide .slick-slide-inner-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(18,18,18,.5);
  z-index: 1;
  width: 100%;
  height: 100%;
}

.home-banner-gallery .slick-slide .slick-slide-inner-wrapper .caption.superimpose {
  position: absolute;
  text-align: center;
  background-color: transparent !important;
  background: none !important;
  margin: 0;
  z-index: 100;
  height: auto !important;
  overflow-y: visible !important;
  text-rendering: optimizeLegibility;
  width: 100% !important;
  max-width: 1084px !important;
  bottom: auto;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%,-45%) !important;
  -moz-transform: translate(-50%,-45%) !important;
  -ms-transform: translate(-50%,-45%) !important;
  -o-transform: translate(-50%,-45%) !important;
  transform: translate(-50%,-45%) !important;
  -webkit-transition: all .25s ease-in-out .3s;
  -moz-transition: all .25s ease-in-out .3s;
  -ms-transition: all .25s ease-in-out .3s;
  -o-transition: all .25s ease-in-out .3s;
  transition: all .25s ease-in-out .3s;
  opacity: 0;
  margin: 0 !important;
  padding-top: 25px;
  z-index: 2;
}

.home-banner-gallery .slick-slide .slick-slide-inner-wrapper .caption.superimpose {

  -webkit-transform: translate(-50%,-50%) !important;
  -moz-transform: translate(-50%,-50%) !important;
  -ms-transform: translate(-50%,-50%) !important;
  -o-transform: translate(-50%,-50%) !important;
  transform: translate(-50%,-50%) !important;
  opacity: 1;
}

.home-banner-gallery .slick-slide .slick-slide-inner-wrapper .caption strong {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 1em;
  color: #fff;
  display: block;
}

.home-banner-gallery .slick-slide .slick-slide-inner-wrapper .caption p {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: .5px;
  text-transform: none;
  line-height: 1.5em;
  color: #fff;
  margin: 20px auto;
  width: 700px !important;
}

.home-banner-gallery .slick-slide .slick-slide-inner-wrapper .caption a.button {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 1.75em;
  display: inline-block;
  line-height: 1em;
  margin: 10px auto;
  color: #fff;
  background-color: #e80216;
  -webkit-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
  -moz-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
  -ms-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
  -o-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
  transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
  -webkit-box-shadow: 0px 0.2em 0px 0px #c00212;
  -moz-box-shadow: 0px .2em 0px 0px #c00212;
  box-shadow: 0px 0.2em 0px 0px #c00212;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.home-banner-gallery .slick-arrow.slick-prev:before {
  content: "\E02C";
}

.home .custom-header-group {
  position: absolute;
  background: transparent;
  z-index: 12;
  width: 100% !important;
}

.home .header-container-wrapper .widget-span {
  min-height: 0;
}

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

.home .home-body-content > div > div > .page-center {
  padding: 96px 32px;
}

.home .home-body-content .custom-divider {}

.home .home-body-content .custom-divider .page-center {
  max-width: 100%;
}

.home .home-body-content .main-content {
  width: 90% !important;
  margin: auto !important;
  float: none !important;
}

.home-row1 > div {
}

.home-row1,
.home-row2,
.home-row3 {
  margin-left: -17px !important;
  margin-right: -17px !important;
  width: auto !important;
}

.home-row1 > div:first-child {
  padding: 17px;
  padding-top: 0;
}

.home-row1 .home-row1-inner {}

.home-row1 .home-row1-inner > div:first-child {
  padding: 17px;
}

.home-row1 .custom-image-with-bottom-content.three-col {
  margin: 0;
}

.home-row1 .custom-image-with-bottom-content.three-col .top-image > a {
  padding-bottom: 67.5676%;
  overflow: hidden;
  position: relative;
  display: block;
}

.home-row1 .custom-image-with-bottom-content.three-col .top-image > a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
}

.home-row1 .custom-image-with-bottom-content.three-col .top-image > a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.home-row1 .custom-image-with-bottom-content.three-col .inner-group {
  padding: 0;
}

.home-row1 .custom-image-with-bottom-content.three-col .inner-group .image-with-content > div {
  padding: 17px;
}

.home-row1 .custom-image-with-bottom-content.three-col .inner-group .image-with-content .content {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .03px;
  line-height: 2em;
  color: rgba(26,26,26,.7);
}

.home-row1 .custom-image-with-bottom-content.three-col .inner-group .image-with-content .content p {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .03px;
  line-height: 2em;
  color: rgba(26,26,26,.7);
}


.home-row2 .custom-image-with-bottom-content.three-col {
  margin: 0;
}

.home-row2 .custom-image-with-bottom-content.three-col .top-image > a {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}

.home-row2 .custom-image-with-bottom-content.three-col .top-image > a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
}

.home-row2 .custom-image-with-bottom-content.three-col .top-image > a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.home-row2 .custom-image-with-bottom-content.three-col .inner-group .image-with-content .content {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .03px;
  line-height: 2em;
  color: rgba(26,26,26,.7);
}

.home-row2 {}

.home-row2 > div:first-child {
  padding: 17px;
}

.home-row2-inner > div:first-child {
  padding: 17px;
}

.home-row2-heading .hs_cos_wrapper_type_header {}

.home-row2-heading .hs_cos_wrapper_type_header h1 {
  margin: 0 0 .5em !important;
}

.home-row3 > div:first-child {
  padding: 17px;
}

.home-row2 .custom-image-with-bottom-content.three-col .inner-group .image-with-content .content p:last-child {
  margin-bottom: 1em;
}

.home-row3-inner > div {
  padding: 17px;
}

.home-row3-content h2:last-child {
  margin-top: 34px;
  margin-bottom: 0.5em !important;
}

.home-row3-Image {}

.home-row3-Image img {
  display: block;
  margin: auto;
}

.home-row4 > div:first-child {
  padding: 17px;
}

.home-row4-inner > div {
  padding: 17px;
}

.home-row4 .custom-social-share .custom-footer-social-links .sqs-svg-icon--list a {
  width: 28px;
  height: 28px;
  margin: 0 6.5px;
}
.home-banner-gallery .slick-arrow {
  padding: 10px;
}

.home-banner-gallery .slick-next.slick-arrow {
  right: 24px;
}

.home-banner-gallery .slick-arrow {
  padding: 10px;
}

.home-banner-gallery .slick-next.slick-arrow {
  right: 24px;
}

.custom-image-group.eight {}

.custom-image-group.eight .col-group {
  width: 12.5%;
}

.home .custom-image-group.eight .col-group.hs-popup {
}

.home .custom-image-group.eight .col-group.hs-popup img {
  height: auto;
  width: 145px;
}

.home-row4-inner > div:last-child {padding-bottom: 0;}

.home-row4 {
  margin-left: -17px !important;
  margin-right: -17px !important;
  width: auto !important;
  float: none !important;
}

.home-banner-gallery {
  max-height: 450px;
}



.fwwc .main-content-group {
  padding: 96px 32px;
  max-width: 90% !important;
  float: none !important;
  margin:  auto !important;
}

.fwwc .main-content {
  max-width: 90% !important;
  margin: auto !important;
  float: none !important
}

.fwwc .main-content .hs_cos_wrapper_type_widget_container .advance-two-col .col-space {
  padding-top: 0;
}

.fwwc .main-content .hs_cos_wrapper_type_widget_container {
  display: block;
  margin-left: -17px;
  margin-right: -17px;
}

.fwwc .body-container-wrapper form.hs-form {
  border: 0;
  padding: 0;
  margin: 0;
}

.fwwc .form-wrapper {
  padding: 0;
}

.fwwc .advance-two-col .col-space .form-title:empty {
  display: none;
}

.fwwc .body-container-wrapper form.hs-form fieldset {
  margin: 0 0 0 -2%;
}

.fwwc .body-container-wrapper form.hs-form fieldset .hs-richtext {
  margin-left: 2%;
}

.fwwc .body-container-wrapper form.hs-form fieldset .hs-richtext ~ div {}

.fwwc .body-container-wrapper form.hs-form fieldset .hs-richtext ~ div legend {
  font-size: 12px;
  opacity: 1;
  padding: 4px 0 0;
}

.fwwc .body-container-wrapper form.hs-form fieldset label span:empty + span {
  display: none;
}

.fwwc .body-container-wrapper form.hs-form fieldset .hs-richtext p {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .03px;
  line-height: normal;
  color: rgba(26,26,26,.7);
}

.fwwc .body-container-wrapper form.hs-form fieldset .hs-richtext p span.astric {
  margin-left: 3px;
}


.fwwc .body-container-wrapper form.hs-form fieldset .hs-input{
  width: 100%;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc !important;
  background: #fafafa !important;
  color: #000;
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
}

.fwwc .body-container-wrapper .hs-form-field:not(.error-found).required input[type="text"]:focus,
.fwwc .body-container-wrapper form.hs-form fieldset .hs-input:focus {
  background: #fff !important;
  -webkit-transition: background .1s ease-in;
  -moz-transition: background .1s ease-in;
  -ms-transition: background .1s ease-in;
  -o-transition: background .1s ease-in;
  transition: background .1s ease-in;
  outline: none;
  box-shadow:none !important;
}

.fwwc .body-container-wrapper form.hs-form fieldset.form-columns-2 .hs-form-field {
  width: 48%;
  padding-right: 0;
  margin-left: 2%;
  padding-bottom: 0 !important;
  margin-bottom: 24px;
  padding-left: 0 !important;
}

.fwwc .body-container-wrapper form.hs-form fieldset.form-columns-1 .hs-form-field {
  width: 98%;
  padding-right: 0;
  margin-left: 2%;
}

.fwwc .body-container-wrapper form.hs-form fieldset .hs-form-field {
  margin: 0 0 19px;
}

.fwwc .body-container-wrapper form.hs-form fieldset label {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .03px;
  line-height: 1.2;
  color: rgba(26,26,26,.7);
}

.fwwc .body-container-wrapper form.hs-form fieldset.form-columns-2 .hs-input {
  font-size: 14px;
}

.fwwc .body-container-wrapper form.hs-form fieldset label span.hs-form-required {
  margin-left: 3px;
}

.fwwc .body-container-wrapper form.hs-form fieldset select.hs-input {
  background: unset !important;
  margin: 6px 0 4px !important;
  padding: 0 !important;
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .02px;
  line-height: 0 !important;
  height: unset;
  border-color: rgb(169, 169, 169) !important;
  width: auto;
}

.fwwc .body-container-wrapper form.hs-form fieldset div legend {
  padding-top: 1px;
}

.fwwc .body-container-wrapper form.hs-form fieldset textarea {
  min-height: 100px;
}

.fwwc .main-content .advance-two-col {}

.fwwc .main-content .advance-two-col a.btn.red-btn {
  padding: 21px 34px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 600;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background-color: #eb272a;
  border-color: #eb272a;
  -webkit-box-shadow: 0 2px 0 0 #d51417;
  -moz-box-shadow: 0 2px 0 0 #d51417;
  box-shadow: 0 2px 0 0 #d51417;
  border-radius: 3px;
  margin: 0;
  line-height: 1.3;
}

.fwwc .main-content .hs_cos_wrapper_type_widget_container .advance-two-col .col-1 .col-space p:nth-child(5),
.fwwc .main-content .hs_cos_wrapper_type_widget_container .advance-two-col .col-1 .col-space p:last-child {
  margin: 0;
  padding: 17px 0;
}

.fwwc .main-content .hs_cos_wrapper_type_widget_container .advance-two-col .col-space p:nth-child(4) {
  margin-bottom: 17px;
}

.fwwc .body-container-wrapper form.hs-form  .hs_submit.hs-submit {
  text-align: left;
}

.fwwc .body-container-wrapper form.hs-form .hs_submit.hs-submit .actions {
  text-align: left;
  margin: 0;
  padding: 0;
}

.fwwc .body-container-wrapper form.hs-form .hs_submit.hs-submit .actions input.hs-button.primary.large {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  border-width: 0;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #e80216;
  border-color: #e80216;
  font-family: Ubuntu;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkit-box-shadow: 0 2px 0 0 #c00212;
  -moz-box-shadow: 0 2px 0 0 #c00212;
  box-shadow: 0 2px 0 0 #c00212;
}

.fwwc .main-content .advance-two-col a.btn.red-btn:hover {
  background-color: #ec3538;
}

.fwwc .body-container-wrapper form.hs-form .hs_submit.hs-submit .actions input.hs-button.primary.large:hover {
  background-color: #f70217;
}

.full.fwwc .body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget {
  padding: 17px;
}

.full.fwwc .body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget .page-center {
  max-width: 100%;
}

.full.fwwc .body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

.full.fwwc .hs_cos_wrapper_type_header {}

.full.fwwc .hs_cos_wrapper_type_header h1 {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2em;
  font-weight: bold;
}

.fwwc .thumbnail-gallery {}

.fwwc .thumbnail-gallery .slick-list {
  height: 100%;
  max-height: 100%;
}

.thumbnail-gallery .hs_cos_gallery_main .slick-track {
  height: 100% !important;
}

.thumbnail-gallery .hs_cos_gallery_main .slick-track .hs_cos_gallery_slide {
  height: 100%;
}

.thumbnail-gallery .hs_cos_gallery_main .slick-track .slick-slide-inner-wrapper {
  display: block;
  height: 100%;
}

.fwwc .thumbnail-gallery {
  margin: 0;
}

.fwwc .thumbnail-gallery .hs_cos_wrapper_type_gallery {
  padding: 0;
}

.fwwc .thumbnail-gallery {
  margin: 0;
}

.fwwc .thumbnail-gallery .hs_cos_wrapper_type_gallery {
  padding: 0;
}

.fwwc .thumbnail-gallery .hs_cos_gallery_thumbnails .slick-slide {
}

.fwwc .thumbnail-gallery .slick-slide-inner-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.fwwc .thumbnail-gallery .hs_cos_gallery_thumbnails .hs_cos_gallery_slide.slick-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.full.fwwc .body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget:last-child {
  padding-bottom: 0;
}

.fwwc .main-content .hs_cos_wrapper_type_widget_container .advance-two-col .col-space * {
  word-break: break-word;
}

.body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget.no-padding {
  padding: 0;
}

button.bw-header__filter-link {
  cursor: pointer;
}

/*----End of style4----*/

.recent-pots-wrapper h3.hs-rss-title a:hover {
  color: #f01;
}


.body-container-wrapper .hs-error-msgs label {
  border: 1px solid #ce5f6d;
  color: #ce5f6d;
  background-color: #fae9e9;
  margin: 0 0 10px 0;
  padding: 10px 5px;
  font-size: 11px;
  text-align: center;
  clear: both;
  line-height: normal;
}

h2#find_your_fit_with_these_great_offers {
    font-weight: bold;
    margin-bottom: 0;
}

.custom-team-member .custom-top-group .designation + .hs_cos_wrapper_type_cta {
  display: block;
  margin-top: 34px;
}







.lean-challenge-page .body-container-wrapper .hs-form-field textarea {
  min-height: 100px;
  resize: vertical;
}
.lean-challenge-page .custom-left-content .no-padding .custom-button-group .custom-item,
.lean-challenge-page .custom-right-content .no-padding .custom-button-group .custom-item {
  padding: 0;
  padding-bottom: 17px;
}
.lean-challenge-page .no-padding .custom-button-group .custom-item {
  padding-bottom: 17px;
}
.lean-challenge-page .hs_cos_wrapper_type_rich_text ul li>*, 
.lean-challenge-page .hs_cos_wrapper_type_rich_text ol li>* {
  margin-top: .5em;
  margin-bottom: .5em;
}
.lean-challenge-page .custom-image-with-bottom-content.one-col .content p:last-child,
.lean-challenge-page .custom-image-with-bottom-content.two-col .content p:last-child,
.lean-challenge-page .custom-image-with-bottom-content .inner-group .content p:last-child {
  margin-bottom: 1em;
}
.lean-challenge-page .custom-image-with-bottom-content.one-col img {
  width: 100%;
}

.lean-challenge-page .advanced-two-col-right .col-space h2 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2em;
  color: #1e1a1a;
  font-weight: bold;
  margin: 0;
}

.right-slider {
  padding: 0 8%;
  position: relative;
}
.right-slider .slick-arrow {
  position: absolute;
  top: 50%;
  outline: none;
  color: #fff !important;
  z-index: 999;
  font-size: 14px;
  line-height: 40px;
  margin-top: -30px;
  background-color: rgba(0,0,0,.12);
  display: inline-block;
  padding: 10px;
  transition: all 200ms cubic-bezier(.25,.46,.45,.94);
  font-size: 0;
  border: none;
  outline: 0;
  cursor: pointer;
}
.right-slider .slick-arrow:hover {
  background-color: rgba(0,0,0,.2);
  color: #fff;
}
.right-slider .slick-arrow:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\E02C";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.right-slider .slick-next:before {
  content: "\E02D";
}
.right-slider .slick-prev {
  left: 0;
}
.right-slider .slick-next {
  right: 0;
}

.right-slider img.right-slider-item {
  cursor: pointer;
  position: relative;
  width: auto !important;
  height: 100%;
  float: left;
}
.right-slider-wrapper {
  padding-bottom: 50%;
  position: relative;
}
.right-slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: none;
  width: 100%;
}

.row3-bottom-col {
  padding-bottom: 17px;
}
.right_col_image_caption {
  padding-top: 18px;
}
.right_col_image_caption p {
  font-size: .875em;
  line-height: 1.25em;
  margin-top: 0;
}





.error404-page .custom_error_message {
  text-align:center;
  padding-bottom: 17px;
  padding-left:17px;
  padding-right:17px;
}

.comment-from h4 {
   margin-top:0;
}


.home-banner-gallery .slick-slide .slick-slide-inner-wrapper .caption a.button:hover {
  background-color: #f70217;
}


  .hs-richtext.hs-main-font-element p {
    margin: 0;
  }


.sqs-mobile-info-bar-triggers {
    font-size: 0;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
}

.sqs-mobile-info-bar-trigger {
    cursor: pointer;
    display: inline-block;
    width: 25%;
    padding: 15px 0;
    text-align: center;
}

.sqs-mobile-info-bar-trigger a {
    display: block;
}

.sqs-mobile-info-bar-trigger-icon {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto 8px auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.sqs-mobile-info-bar-trigger[data-type="contactEmail"] .sqs-mobile-info-bar-trigger-icon {
    background-image: url(//cdn2.hubspot.net/hubfs/3410673/UFIT_April2019%20Files/Images/email.png);
}

.sqs-mobile-info-bar-trigger-label {
    display: block;
    font-size: 10px;
    line-height: 1em;
    color: #222;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.sqs-mobile-info-bar-trigger[data-type="contactPhoneNumber"] .sqs-mobile-info-bar-trigger-icon {
    background-image: url(//cdn2.hubspot.net/hubfs/3410673/UFIT_April2019%20Files/Images/call.png);
}


/* Placeholder Text */
.custom-footer-top-right-form .hs-input::-webkit-input-placeholder {
  color: rgba(0,0,0,.3);
  opacity:1;
} /* Webkit Browsers */
.custom-footer-top-right-form .hs-input:-moz-placeholder {
  color: rgba(0,0,0,.3);
  opacity: .5;
} /* Firefox 18- */
.custom-footer-top-right-form .hs-input::-moz-placeholder {
  color: rgba(0,0,0,.3);
opacity: .5;
} /* Firefox 19+ */
.custom-footer-top-right-form .hs-input:-ms-input-placeholder {
  color: rgba(0,0,0,.3);
opacity: .5;
} /* IE10 */


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

/* @media (max-width: 1540px) {
  .recent-pots-wrapper .hs-rss-item {  
      width: 29.932%;
      margin-bottom: 5.10204%;
      margin-right: 5.10204%;
      clear: left;
  }
} */



.fsRowBody input[type=checkbox]:before, .fsRowBody input[type=checkbox]:checked:before, .fsRowBody input[type=radio]:before, .fsRowBody input[type=radio]:checked:before {
    display:block !important;
}


.custom-our-team .our-team-group.three-col .column-wrapper:nth-child(3n+ 1) {
    clear: left;
}


.system-page input#hs-pwd-widget-password {
   margin-top: 0 !important;
}

.system-page .body-container-wrapper .actions {
   text-align: left;
}

.system-page .body-container-wrapper input {
   max-width: 650px;
}



@media (max-width: 1450px) {
  .visa-layout .custom-with-side-menu .custom-right-content-group iframe {
    max-width: 100% !important;
    width: 100% !important;
  }
}





@media (max-device-height: 768px){
  .banner-thumbnail-wrapper {
    padding: 60px 0 20px;
  }


}

@media (max-width: 1360px) {
  .custom-header-logo {
     width:100% !important;
     position:relative;
  }
  
  .custom-lightbox-gallery .lightbox-group .lightbox-inner {
    height: 8.2vw;
     width: 8.2vw;
  }
  
  .custom-lightbox-gallery .lightbox-group .lightbox-inner .sqs-video-icon {
    margin-left: -30px;
    margin-top: -34px;

  }
  


}


@media (max-width: 1330px) {
  .post-item {
    max-width: calc(33.33% - 1.68464%);
  }
}








@media (max-width: 1300px) {
  .custom-tcol-group .content-wrap-inner {
    font-size: 13px;
  }
  .custom-tcol-group .heading-wrap-inner {
    font-size: 33.9%;
  }
  .audioplayer > div.timer {
    width: 26%;
  }
}
@media (max-width: 1200px) {
  .custom-tcol-group .heading-wrap-inner {
    font-size: 33.7%;
  }
  
}





@media (max-width: 1024px) {
  .custom-lightbox-gallery .lightbox-group .lightbox-inner {
      height: 7.2vw;
       width: 7.2vw;
  }
  
  .staff-assessment-layout .top-col p img {
    height: auto !important;
    max-width: 100%;
  }
  

  .post-item {
      max-width: calc(50% - 3.36474%);
      margin-bottom: 3.36474%;
      margin-right: 3.36474%;
  }
  
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    height: 150px !important;
  }


  
}


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

@media (max-width: 960px) {

  .custom-footer-top-group .page-center .widget-type-custom_widget {
     display:block;
     margin:0 !important;
     width:100% !important;
  }
  
  .custom-footer-top-group .page-center .custom-footer-left-content {
     text-align:center;
  }
  

  .custom-footer-top-right-form form {
      max-width: 100%;
      float: none;
      text-align: center;
      margin-top: 3px;
  }
  
  .custom-footer-top-right-form .hs-form-field {
      display: inline-block;
      width: auto;
      min-width: 250px;
      padding: 6px 3px;
  }
  
  .custom-footer-top-right-form .actions {
     text-align:center;
  }
  
  
  .Personal-Training-layout .custom-left-content {
    width: 100% !important;
  }

  .Personal-Training-layout .custom-right-content {
    width: 100% !important;
    margin-left: 0 !important;
  }
  
  .custom-lightbox-gallery .lightbox-group .lightbox-inner {
    height: 6.5vw;
     width: 6.2vw;
  }

  .custom-lightbox-gallery .lightbox-group .lightbox-inner .sqs-video-icon {
    margin-left: -24px;
    margin-top: -24px;
    background-size: cover;
    height: 25px;
    width: 31px;
  }
  
  
  .custom-tcol-group .heading-wrap-inner {
    font-size: 33.1%;
  }

}

@media (max-width:1024px) and (min-width: 768px) {
  .fsCurrency ~ input.fsField.fsNumberDecimals-2 {
    width: calc(91% - 2.5px) !important;
    float:right;
  }
}

@media (max-width:890px) and (min-width: 768px) {
  .body-container-wrapper .hs-error-msgs label {
    font-size: 9px;
  }
  
  .custom-team-member .custom-content-image-group > div.left-content.four-six fieldset.form-columns-2 .hs-form-field {
    width: 100%;
  }
  
  .advance-two-col .col-wrapper .col-group h1 {
    font-size:25px;
  }
  
  .custom-team-member .custom-content-image-group > div.left-content.three-seven {
    width: 50%;
  }
  .custom-team-member .custom-content-image-group > div.content-group.three-seven {
    width: 50%;
  }
  
  .custom-team-member .custom-content-image-group > div.left-content.four-six {
    width: 50%;
  }
  .custom-team-member .custom-content-image-group > div.content-group.four-six {
    width: 50%;
  }
  
  .custom-images-with-content-group .content p {
    font-size: .75em;
  }
  
  .image_with_button_wrap .btn_group > a {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .hs-richtext.hs-main-font-element p {
    font-size: 14px;
    margin: 0;
  }

  
  
  
  
  .fwwc .main-content .hs_cos_wrapper_type_widget_container .hs-error-msgs label,
  .lean-challenge-page .body-container-wrapper .hs-error-msgs label,
  .spartan-race-layout .body-container-wrapper .hs-error-msgs label {
      font-size:11px;
  }
  
}

@media (max-width:800px) and (min-width: 768px) {
  .hs-ourteam .custom-our-team .our-team-group .column-wrapper .image-caption-wrapper p strong {
     font-size: 13px;
  }
  .hs-ourteam .custom-our-team .our-team-group .column-wrapper .image-caption-wrapper p a {
     font-size: 13px;
  }
  
  .fwwc .main-content .hs_cos_wrapper_type_widget_container .hs-error-msgs label, 
  .lean-challenge-page .body-container-wrapper .hs-error-msgs label, 
  .spartan-race-layout .body-container-wrapper .hs-error-msgs label {
    padding: 5px 7px 3px 20px;
    background-position: 6px 50%;
  }
  
}

@media (min-width: 768px) {
  .custom-sidebar-menu .hs-menu-flow-vertical > ul.active-branch {
     display:block !important;
  }
  
  .sqs-mobile-info-bar-triggers {
    display:none;
  }
}

@media (max-width: 850px) {

  .custom-footer-menu .hs-menu-flow-horizontal > ul > li:nth-child(8) > ul {
    left: auto;
    right: 0;
    text-align: right;
  }
}


@media (max-width: 767px) {

 .body-container-wrapper form.hs-form {
     max-width:100%;
     margin-top:0;
  }
  
  .body-container-wrapper input[type="text"], 
  .body-container-wrapper input[type="password"],
  .body-container-wrapper input[type="datetime"],
  .body-container-wrapper input[type="datetime-local"],
  .body-container-wrapper input[type="date"], 
  .body-container-wrapper input[type="month"], 
  .body-container-wrapper input[type="time"],
  .body-container-wrapper input[type="week"],
  .body-container-wrapper input[type="number"], 
  .body-container-wrapper input[type="email"], 
  .body-container-wrapper input[type="url"], 
  .body-container-wrapper input[type="search"], 
  .body-container-wrapper input[type="tel"],
  .body-container-wrapper input[type="color"],
  .body-container-wrapper input[type="file"],
  .body-container-wrapper textarea, 
  .body-container-wrapper select {
     max-width:100%;
  }
  

  .body-container .widget-type-form,.landing-page.one-column .body-container .hs_cos_wrapper_type_form , 
  .body-container .widget-type-blog_subscribe, 
  .body-container .widget-type-google_search, 
  .body-container .widget-type-password_prompt.custom_error_message, 
  .body-container .widget-type-email_simple_subscription{ 
    display:block !important;
    margin-bottom:25px;
  }
  
  .custom-footer-menu .hs-menu-flow-horizontal > ul > li {
    display: inline-block;
    float: none !important;
    margin-left: 1px;
    width: auto;
    position: relative;
  }
  
  .custom-footer-menu .hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
     position:absolute !important;
  }
  
  .custom-footer-menu .hs-menu-flow-horizontal > ul ul li a {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space:nowrap;
}
  
  .custom-footer-menu .hs-menu-flow-horizontal > ul ul {
    min-width:163px;
  }
  
  .custom-footer-menu .hs-menu-flow-horizontal > ul > li:nth-child(8) > ul {
     left:auto !important;
     right:0 !important;
  }
  
  .with-container .body-container-wrapper .page-center,
  .body-container-wrapper .page-center.content-wrapper {
     padding:32px;
  }
  
  .custom-with-side-menu .custom-sidebar-menu,
  .custom-with-side-menu .custom-right-content-group {
    width: 100%;
     display: block;
  }
  
  .custom-with-side-menu .custom-right-content-group {
      max-width: 90% !important;
      margin: 0 auto !important;
      display: block;
  }
  
  .custom-with-side-menu .custom-sidebar-menu {
      padding-bottom:1.5em;
      position:relative;
  }

  
  .custom-sidebar-menu .hs-menu-flow-vertical > ul > li > a {
     display:none;
  }
  
  .custom-sidebar-menu .hs-menu-flow-vertical > ul ul li {
    padding-top: .75em;
    padding-bottom: .75em;
  }
  
  .custom-sidebar-menu .hs-menu-flow-vertical > ul ul li a {
    font-size:14px;
    line-height:1;
  }

  .custom-sidebar-menu .hs-menu-flow-vertical > ul ul li.active {
    display:none;
  }

  
  .Personal-Training-layout .body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget:first-child {
    padding-top:17px;
  }
  
  .custom-with-side-menu .custom-sidebar-menu > div {
    padding: 0 !important;
  }
  
  
  .folder-nav-toggle { 
    display: block;
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 12px;
    cursor: pointer;
    font-size: 21px;
    line-height: 14px;
    text-align: right;
       display:block !important;
  }

  .folder-nav-toggle:after {
    content: "+";
    display: block;
    text-align: right;
  }
  
  .folder-nav-toggle.active:after {
    content: '–';
  }
   
  .custom-sidebar-menu .hs-menu-flow-vertical > ul.active-branch {
    display: none;
    z-index: 999;
    position: relative;
  }
  
  .spartan-race-layout .custom-right-content-group .custom-right-content,
  .spartan-race-layout .custom-right-content-group .custom-left-content {
    width: 100% !important;
  }

  .spartan-race-layout .custom-right-content-group .custom-right-content {
      padding-bottom:0;
  }
  
  .spartan-race-layout .custom-divider {
    padding-top: 0;
   }
  
  
  
  .spartan-race-layout.special-offers-layout .custom-right-content-group .custom-right-content,
  .spartan-race-layout.special-offers-layout .custom-right-content-group .custom-left-content {
     padding-top:0;
     padding-bottom:0;
     
  }
  
  .special-offers-layout.spartan-race-layout .custom-right-content-group .hs_cos_wrapper_type_header {
    padding-bottom:0;
  }
  
  .form-wrapper {
    padding: 0;
  }
  
  
  .bukit-timah-layout  .body-container-wrapper form.hs-form {
     margin-top:0;
     margin-bottom:0;
  }
  
  .custom-lightbox-gallery .lightbox-group .lightbox-inner {
    height: 38.5vw;
     width: 38.5vw;
  }
  
  .custom-lightbox-gallery .lightbox-group {
    width: 50%;
  }
  
  .fancybox-container .fancybox-button.fancybox-button--close {
    right: 16px;
    top: 18px;
  }
  
  .fancybox-slide--image {
     padding-left:2%;
     padding-right:2%;
       
  }
  
  .custom-lightbox-gallery .lightbox-group .lightbox-inner .sqs-video-icon {
    top: 41%;
    left: 44%;
    height: 48px;
    width: 48px;
    margin-left: -24px;
    margin-top: -24px;
    cursor: pointer;
  }
  
  
  .custom-location-group .column {
    width: 100%;
    float: none;
  }
  
  .custom-our-team .our-team-group .column-wrapper {
    width: 100% !important;
    float: none !important;
  }
  
  .custom-our-team .our-team-group .column-wrapper .image-block-wrapper {
     padding:0;
  }
  
  .custom-our-team .our-team-group .column-wrapper .image-block-wrapper img.thumb-image.loaded {
      position: relative;
      width: 100%;
  }
  
  
  .custom-two-column-image-with-heading-group .column-wrapper > div {
    width: 100%;
    float: none;
  }
  
  .custom-image-with-bottom-content.four-col .inner-group,
  .custom-images-with-heading-group .content-group .column {
    width: 100%;
    float: none;
  }
  
  
  .custom-image-with-bottom-content .inner-group .image-with-content .top-image {
    text-align: center;
  }

  
  .custom-three-col-equal-group .inner-group .column {
    width: 100%;
    float: none;
  }
  
  
  .custom-tcol-group .heading-wrap-inner {
    font-size: 32.2%;
  }
  .team-member-details.image-right .custom-image, 
  .team-member-details .custom-content, 
  .team-member-details .custom-image {
    float: none;
    width: 100%;
  }
  .custom-image-with-bottom-content.three-col .inner-group {
    padding: 17px;
    width: 100%;
    float: none;
  }
  .custom-image-with-bottom-content.two-col .inner-group {
    width: 100%;
    float: none;
  }
  .custom-two-col.forty-seventy .custom-image, .twci-audio-group .custom-two-col .col,
  .custom-two-col.forty-seventy .custom-audio.col {
    width: 100%;
    float: none;
  }
  .custom-locations-wrapper .custom-item {
    width: 100%;
    float: none;
    padding: 0 17px;
  }
  .custom-our-team .our-team-group .column-wrapper {
    width: 100%;
  }
  .custom-two-col-equal-group .column {
    width: 100%;
    float: none;
    padding: 17px;
  }
  .custom-lightbox-image.three .lightbox-inner {
    width: 100%;
    float: none;
  }
  .custom-meet-the-team .col-wrapper.three .col-group {
    width: 100%;
  }
  .recent-post-section .custom-item {
    width: 100%;
    float: none;
  }
  .custom-images-with-content-group .column-wrapper .column {
    width: 100%;
    float: none;
  }
  
  
  
  
  
  
  .ais-row-group .page-center {
    padding: 32px;
  }
  .image_with_simple_menu .col-menu .hs-menu-wrapper>ul>li {
    float: left;
    width: auto;
  }
  .image_with_simple_menu .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper>ul>li:not(:last-child):after {
    display: inline;
    width: auto;
  }
  .image_with_simple_menu .col-menu .hs-menu-wrapper>ul>li>a {
    display: inline;
  }
  .advanced-two-col-right .col-group.right-col {
    float: none;
    width: 100%;
    margin-left:0 !important;
  }
  .advanced-two-col-right .col-space.bottom_left_part {
    float: none;
    width: 100%;
  }
  .advanced-two-col-right .col-space.bottom_right_part {
    float: none;
    width: 100%;
  }
  .kids-camp-store-row-group .page-center {
    padding: 32px;
  }
  .custom-header-with-img-group .col-wrapper .col-group {
    float: none;
    width: 100%;
  }
  .custom-header-with-img-group .col-btn.col-space {
    padding-bottom: 17px;
  }
  .ais-location-row1-group .page-center{
    padding: 32px;
  }
  
  
  
  
  [class*=sqs-col] {
    float: none !important;
    width: 100% !important;
  }
  .full .body-container-wrapper .page-center {
    padding: 96px 3px;
  }
  .post-item-list+.post-item-list {
    margin-top: 80px;
  }
  .post-header-list h2 {
    font-size: 30px;
  }
  .section.post-body img {
    margin: 0 0 15px !important;
    float: none !important;
  }
  .transformation .image_with_content_right p {
    font-size: 13px;
    line-height: 20px;
  }
  .transformation .content_with_form_main_wrap {
    margin: 0;
    width: auto;
  }
  .transformation .content_with_form_inner .content-inner {
    padding: 17px 0;
  }
  .form_wrap .content-inner {
    padding: 17px 0;
  }
  .form_bottom_content figure {
    padding: 32px 0 0;
  }
  .form_bottom_content  div#hs_cos_wrapper_widget_1554800650116 {
    display: none;
  }
  .rec-slider .rec-content-pop {
    min-height: 562px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
  div#hs_cos_wrapper_module_1554807802208120 {
    padding: 0;
  }
  span.post-slider-date {
    font-size: 16px;
  }
  .rec-content-pop h1 {
    font-size: 30px;
  }
  a.view-post {
    display: none;
  }
  .bukit-timah-inner .row-number-2 {
    float: none !important;
    width: 100% !important;
    margin-left: 0;
  }

  .bukit-timah-row-gp .page-center {
    padding: 40px 1px !important;
  }
  .bukit-timah-row-gp div#hs_cos_wrapper_module_1554815263244293 {
    display: block;
    min-height: 100px;
  }

  
    
  .tccwm .custom-divider-wrapper.space {
    display: none;
  }

  .tccwm.sidemenu-with-content .custom-top-content div.hs_cos_wrapper.hs_cos_wrapper_widget:last-child {
    padding-bottom: 17px;
  }

  .home-banner-gallery .slick-slide .slick-slide-inner-wrapper .caption.superimpose {
    max-width: 90% !important;
    width: 90% !important;
  }

  .home-banner-gallery .slick-slide .slick-slide-inner-wrapper .caption p {
    width: 90% !important;
  }

  .home .home-body-content > div > div > .page-center {
    padding: 32px;
  }
  .fwwc .main-content-group {
    padding: 32px;
  }
  
  
  .post-item {
      max-width: 100%;
      margin-bottom: 5.92417%;
      margin-right:0;
  }
  
   .post-item .hs-featured-image-wrapper {
    padding-bottom: 41.6667%;
    position: relative;
    overflow: hidden;
    margin-bottom:15px;
  }

  .post-item .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    height: auto !important;
    position: absolute;
  }
  
  .custom-team-member .custom-content-image-group > div {
    width: 100% !important;
  }
  
  .recent-pots-wrapper .hs-rss-item {
    width: 100%;
    float: none;
    margin-bottom: 11.4504%;
    margin-right: 0;
  }
  
  
  .custom-footer-menu .hs-menu-flow-horizontal > ul > li:nth-child(8) > ul {
    text-align: center;
  }
  
  .advance-two-col .col-wrapper .col-group {
    width: 100%;
    float: none;
  }
  
  
  .nav-wrapper.back-to-top-nav {
    display: block !important;
  }
  
  .sqs-mobile-info-bar-triggers {
    display:block;
    bottom:0;
    background: #ebebeb;
    transition: all .2s cubic-bezier(.23,.47,.32,1);
    z-index:99999;
  }
  
  .emulator-link-close .sqs-mobile-info-bar-triggers {
     bottom:-100px;
  }
  
  
  .postbanner-title h1 {
    font-size: 30px;
  }
  
  
}  



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

@media (max-width: 640px) {
  .custom-footer-menu .hs-menu-flow-horizontal > ul > li {
     display:block;
     width:100% !important;
  }
  
  
  .custom-footer-menu .hs-menu-flow-horizontal > ul ul {
      min-width: 163px;
      max-width: 163px !important;
      text-align: center;
      left: 0;
      right: 0;
      margin: 0 auto;
  }
  
  .custom-footer-menu .hs-menu-flow-horizontal > ul > li:nth-child(8) > ul {
    right: 0 !important;
    left: 0 !important;
  }
  .custom-footer-menu .hs-menu-flow-horizontal > ul > li:last-child > ul {
    text-align: center;
    right: 0;
    left: 0;
  }
  
  
  .custom-footer-group .page-center {
     padding:20px;
  }
  
  .footer-container-wrapper .custom-footer-btn {
     padding-bottom:17px;
  }
  
  .custom-footer-social-links {
     padding-top:17px;
  }
  
  
  .custom-footer-menu .hs-menu-flow-horizontal > ul > li > a {
    display: block;
    padding: .7em 0;
  }
  
  .custom-footer-top-group .page-center {
     padding-bottom:20px;
     padding-top:61px;
  }
  
  .custom-footer-top-group .page-center {}
  
  
  .with-container .body-container-wrapper .page-center,
  .body-container-wrapper .page-center.content-wrapper {
    padding: 40px 20px;
  }
  
 .body-container-wrapper  div.hs_cos_wrapper.hs_cos_wrapper_widget:first-child {
    padding-top: 17px;
  } 
  

 .body-container-wrapper  div.hs_cos_wrapper.hs_cos_wrapper_widget:last-child {
    padding-bottom: 17px;
  }
  
  .custom-footer-top-group .page-center {
    padding-left:40px;
    padding-right:40px;
  }
  

  h1 {
    font-size: 30px;
  }
  
  
  .banner-thumbnail-wrapper .desc-wrapper p {
    font-size: 18px;
    margin: 10px auto;
  }
  
  .banner-thumbnail-wrapper .banner-title strong {
     font-size: 30px;
  }
  
  .banner-thumbnail-wrapper a.cta_button {
    font-size: 13px !important;
    margin: 5px auto;
  }
  
  .banner-thumbnail-wrapper .banner-content .hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta {
    margin-left: 4px;
  }
  
  
  .custom-team-member .custom-content-image-group > div {
    width: 100% !important;
    padding-bottom:17px;
  }

  .custom-team-member .divider hr {
     margin:0;
  }
  
  .member-layout .body-container-wrapper .custom-right-content-group div.hs_cos_wrapper.hs_cos_wrapper_widget {
     padding-bottom:0;
  }
  
  .custom-team-member .custom-form {
    margin-top: 34px;
    padding: 0;
  }
  
  .body-container-wrapper form.hs-form {
    max-width: 100%;
    margin: 0;
    
  }
  
  .banner-thumbnail-wrapper .button-group {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .custom-content-with-sidebar-layout .custom-left-content,
  .custom-content-with-sidebar-layout .custom-right-content {
     padding-top:0;
     padding-bottom:0;
  }

  .hs-form fieldset.form-columns-2 .hs-form-field {
     width:100% !important;
     padding-left:0 !important;
     padding-right:0 !important;
  }
  
  .body-container-wrapper .hs-button.primary,
  .body-container-wrapper input[type="submit"],
  .body-container-wrapper input[type="button"] {
     width:100%;
  }
  
  .banner-thumbnail-wrapper .button-group .btn.red-btn {
    font-size: 13px;
    margin: 5px auto;
  }
  
  .sidemenu-with-content .custom-bottom-content {
    padding-top: 0;
  }
  
  
  
  .testimonial-group .inner {
    padding: 20px;
  }
  .custom-tcol-group .heading-wrap-inner {
    font-size: 32.9%;
  }
  .custom-divider hr {
    margin: 0;
  }
  .top-image-with-content-inner .custom-item {
    width: 100%;
    float: none;
  }
  .top-image-with-content .custom-buton {
    padding: 17px 17px 0;
    margin: 0;
  }
  .top-image-with-content-inner.three-col .custom-item {
    width: 100%;
  }
  .custom-tcol-group blockquote {
    padding: .5em 20px;
  }

  .staff-assessment-layout .main-content {
    background-color: transparent;
    padding: 17px 0;
  }
  .staff-assessment-layout .form-group {
    margin: 0;
  }
  .staff-assessment-layout .top-col .hs_cos_wrapper_type_header {
    padding-top: 3px;
  }
  .staff-assessment-layout .top-col {
    margin-bottom: 0;
  }
  .staff-assessment-layout .custom-form h3.form-title {
    padding-top: 3px;
  }
  .staff-assessment-layout .custom-form form .hs_firstname,
  .staff-assessment-layout .custom-form form .hs_lastname, 
  .staff-assessment-layout .custom-form form .hs_first, 
  .staff-assessment-layout .custom-form form .hs_last {
    width: 100%;
    padding-right: 0;
    float: none;
  }
  .staff-assessment-layout .custom-form form .hs_firstname label span.hs-form-required, 
  .staff-assessment-layout .custom-form form .hs_lastname label span.hs-form-required, 
  .staff-assessment-layout .custom-form form .hs_first label span.hs-form-required,
  .staff-assessment-layout .custom-form form .hs_last label span.hs-form-required {
    font-size: inherit;
  }
  .staff-assessment-layout .body-container .custom-form form ul li.hs-form-radio {
    display: block;
    margin: .5em 0;
    padding: .5em 1em;
    cursor: pointer;
    font-size: 13px;
    line-height: 26px;
    border: 1px solid #bbb;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    color: #414141;
    margin-top: 0;
  }
  .staff-assessment-layout .custom-form form .hs-richtext + .hs-form-field ul.inputs-list.multi-container li.hs-form-radio {
    margin-right: 0;
    float: none;
  }
  .staff-assessment-layout .custom-form form input.hs-button.primary.large {
    width: 100%;
  }
  .staff-assessment-layout .body-container .custom-form form .hs-input {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  
  
  .ais-row-group .page-center {
    padding: 40px 20px;
  }
  .image_with_simple_menu .col-img {
    width: 100%;
    padding: 17px 0;
  }
  .hs-ais .body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget:first-child {
    padding-bottom: 13px;
  }
  .advance-two-col .col-wrapper .col-group {
    float: none;
    width: 100%;
  }
  .custom-meet-the-team .col-wrapper .col-group {
    float: none;
    width: 100%;
  }
  .custom-image-group .col-group {
    width: 50%;
  }
  .custom-image-group .col-group:nth-child(2n+1) {
    clear: both;
  }
  .hs-ais .advanced-image-wrapper .intrinsic {
    width: 100%;
  }
  .ais-row-group {
    padding-bottom: 0;
  }
  .kids-camp-store-row-group .page-center {
    padding: 40px 20px;
  }
  .kids-camp-store-row-group .page-center .page-center-inner>.row-fluid-wrapper:first-child .col-space {
    padding-top: 17px;
  }
  .kids-camp-store-row-group .page-center .page-center-inner>.row-fluid-wrapper:last-child .col-space {
    padding-bottom: 17px;
  }
  .hs-ourteam .custom-with-side-menu .custom-right-content-group .hs_cos_wrapper_type_header {
    padding-top: 17px;
  }
  .hs-meet-our-team .advance-two-col .col-wrapper .col-group .col-space.col-heading h2 {
    font-size: 30px;
  }
  .hs-meet-our-team .advance-two-col .col-wrapper .col-group.col-2 .col-space.col-box:first-child {
    padding-top: 17px;
  }
  .ais-location-row1-group .page-center{
    padding: 40px 20px;
  }
  .hs-ais-location .body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget:last-child {
    padding: 0;
  }
  .ais-location-row1-group .page-center .page-center-inner .ais-location-row1-header {
    padding-top: 17px;
  }
  .ais-location-row1-group .advanced-two-col-right .col-group.right-col .col-inner {
    padding-right: 17px;
  }
  .hs-ais-location .custom-divider.space {
    display: none;
  }
  
  
  
  .home-banner-gallery .slick-slide .slick-slide-inner-wrapper .caption p {
    font-size: 18px;
    margin: 10px auto;
  }

  .home-banner-gallery .slick-slide .slick-slide-inner-wrapper .caption strong {
    font-size: 30px;
    letter-spacing: 2px;
  }

  .home-banner-gallery .slick-slide .slick-slide-inner-wrapper .caption a.button {
    margin: 5px auto;
    font-size: 13px;
  }

  .home-banner-gallery .slick-slide .slick-slide-inner-wrapper .caption.superimpose {
    padding: 45px 20px 20px !important;
  }

  .home .home-body-content > div > div > .page-center {
    padding: 40px 20px;
  }

  .home-row1 > div:first-child {
    padding: 17px;
  }

  .custom-image-group.eight .col-group {
    width: 50%;
  }

  .home .custom-image-group.eight .col-group.hs-popup {
    text-align: left;
  }

  .home .custom-image-group.eight .col-group.hs-popup img {width: 122px;}

  .home .custom-image-group {
    padding-bottom: 17px;
  }
  
    .fwwc .main-content-group {
    padding: 40px 20px;
  }

  .full.fwwc .body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget:first-child {
    padding-top: 17px;
  }

  .full.fwwc .body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget .page-center {
    padding: 0;
  }

  .full.fwwc .body-container-wrapper div.hs_cos_wrapper.hs_cos_wrapper_widget:last-child {
    padding-bottom: 17px;
  }
  
  
  .custom-team-member .bottom-blockquote figure {
    padding: 20px;
  }
  
  .custom-team-member .custom-content-image-group .content-group blockquote {
    padding: .5em 20px;
  }
  

}

@media (max-width: 600px) {
  .custom-lightbox-gallery .lightbox-group .lightbox-inner {
     height: 34.5vw;
     width: 34.5vw;
  }
  
/*   .custom-team-member span[data*="spacer"] {
    display: none;
  } */
  
  .careers-layout .body-container-wrapper .hs-form-field:not(.error-found).required input[type="file"] {
    width: 100% !important;
  }

  
  .hs-meet-our-team  .body-container-wrapper .fsCurrency ~ input.fsField.fsFormatNumber {
    width: calc(94% - 2.5px) !important;
    float:right
  }



}



@media only screen and (max-width: 570px){
  .custom-tcol-group .custom-image ,
  .custom-tcol-group .custom-content{
    width: 100%;
    position: relative;
  }
  .custom-tcol-group .inner-group {
    position: relative;
    display: block;
  }
  .custom-tcol-group .heading-wrap-inner {
    font-size: 64.3%;
  }

}


@media(max-width:479px){
  .hs_recaptcha {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .transformation  .banner-thumbnail-wrapper .banner-title strong {
    font-size: 20px;
  }

}


@media (max-width: 400px) {
  form.hs-form fieldset.form-columns-3 .hs-form-field, 
  form.hs-form .form-columns-2 .hs-form-field .hs-input,
  form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
  }
  
  form.hs-form .form-columns-2 .hs-form-field {
    padding:0 !important;
  }
  
  
  .careers-layout .custom-right-content-group form .multi-container li {
    float: none;
    margin-right: 0;
    width: auto;
  }
  
  .hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
  .hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto !important;
  }
  
  .body-container-wrapper .hs-form-field:not(.error-found).required input[type="file"] {
    display: block;
    width: 100% !important;
  }
  
  
  .custom-tcol-group .heading-wrap-inner {
    font-size: 61.7%;
  }
  .staff-assessment-layout .custom-form .hs-richtext h1 {
    font-size: 20px;
  }
  .staff-assessment-layout .custom-form h3.form-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }
  .staff-assessment-layout .custom-form .hs-richtext p{
    font-size: 14px;
  }
  .staff-assessment-layout .custom-form form label {
    font-size: 15px;
  }
  
  
  .banner-thumbnail-wrapper .banner-title strong {
     font-size:20px;
  }
  
  .staff-assessment-layout .top-col .hs_cos_wrapper_type_header {
    padding-left:0;
    padding-right:0;
  }

  
  .staff-assessment-layout .top-col .hs_cos_wrapper_type_header h1 {
    font-size: 23px;
  }
  
  
  .fn-date-picker .pika-lendar {
    width: 200px !important;
  }

  
}

@media (max-width: 345px) {
  .custom-tcol-group .heading-wrap-inner {
    font-size: 59%;
  }
  .custom-tcol-group .heading-wrap-inner h1 {
    font-size: 13px;
  }
}

@media (max-width: 320px) {
  .custom-footer-top-right-form .hs-form-field {
     min-width:0;
  }
  
  .custom-footer-left-content h2 {
    font-size: 27px !important;
    margin: 0;
  }
  
  .custom-footer-left-content p {
    line-height: normal;
  }
  

}