/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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

@font-face {
    font-family: 'AppleSDGothicNeoSB00';
    src: url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoSB00.eot');
    src: url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoSB00.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoSB00.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoSB00.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoSB00.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoSB00.svg#AppleSDGothicNeoSB00') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AppleSDGothicNeoM00';
    src: url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoM00.eot');
    src: url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoM00.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoM00.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoM00.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoM00.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoM00.svg#AppleSDGothicNeoM00') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AppleSDGothicNeoB00';
    src: url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoB00.eot');
    src: url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoB00.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoB00.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoB00.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoB00.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoB00.svg#AppleSDGothicNeoB00') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AppleSDGothicNeoEB00';
    src: url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoEB00.eot');
    src: url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoEB00.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoEB00.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoEB00.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoEB00.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoEB00.svg#AppleSDGothicNeoEB00') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AppleSDGothicNeoT00';
    src: url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoT00.eot');
    src: url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoT00.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoT00.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoT00.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoT00.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoT00.svg#AppleSDGothicNeoT00') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AppleSDGothicNeoR00';
    src: url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoR00.eot');
    src: url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoR00.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoR00.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoR00.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoR00.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoR00.svg#AppleSDGothicNeoR00') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AppleSDGothicNeoL00';
    src: url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoL00.eot');
    src: url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoL00.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoL00.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoL00.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoL00.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/AppleSDGothicNeoL00.svg#AppleSDGothicNeoL00') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LucidaGrande';
    src: url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/LucidaGrande.eot');
    src: url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/LucidaGrande.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/LucidaGrande.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/LucidaGrande.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/LucidaGrande.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/LucidaGrande.svg#LucidaGrande') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LucidaGrande';
    src: url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/LucidaGrande-Bold.eot');
    src: url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/LucidaGrande-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/LucidaGrande-Bold.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/LucidaGrande-Bold.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/LucidaGrande-Bold.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/3053274/vertimax-fonts/LucidaGrande-Bold.svg#LucidaGrande-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* Ensure consent text on forms is white - HubSpot */
.legal-consent-container {
    color: white;
}

.live-chat-footer a, .footer-nav ul li a {
	display: none !important;
}

.footer-nav ul li:last-child a {
	display: block !important;
}

.container-cta h2 {
	color: #fff;
  padding-bottom: 20px;
}

.container-cta {
	background-color: #21abca;
  padding: 50px;
  text-align: center;
}

.social-share-footer img {
    height: 40px;
}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


body {
 /*font-family: 'AppleSDGothicNeoR00';*/
  font-family: 'Exo', sans-serif;
  font-weight: normal;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}
.widget-span.widget-type-cell.container {
  float: none;
  margin: 0 auto;
  max-width: 1240px; /*1199px; */
  position: relative;
  width: 95%;
}
*{ margin:0px; padding:0px;}
p {
   margin: 10px 0;
}
h1,h2,h3,h4,h5,h6 {
   margin: 15px 0;
   font-weight:normal;
}
a {
  color: #21abca;
}
.widget-span.widget-type-cell.header-top {
  background-color: #ececec;
  padding: 17px 0 18px;
}
body > div.header-container-wrapper > div > div > div > div > div > div:nth-child(1) > div > div {
  background-color: #000;
}
.contact-outer li {
  float: left;
  list-style: outside none none;
}
.contact-outer li a {
  color: #000000;
  text-decoration: none;
}
.contact-outer li:nth-child(2) a {
  background-image: url("https://cdn2.hubspot.net/hubfs/3053274/phone.png");
  background-position: left center;
  background-repeat: no-repeat;
  float: left;
  font-family: "AppleSDGothicNeoSB00";
  font-size: 14px;
  padding: 7px 0 7px 50px;
}
.contact-outer li:nth-child(2) {
  margin: 0 0 0 45px;
}
.google-search-outer .input .hs-input {
  background-color: #f4f4f6;
  border: medium none;
  border-radius: 4px;
  padding: 12px 6px;
  font-family: 'AppleSDGothicNeoSB00';
color: #7D7D7D;
font-size: 14px;
  
  -webkit-box-shadow:  0 0 1.6px #000000;
-moz-box-shadow: 0 0 1.6px #000000;
box-shadow:  0 0 1.6px #000000;
}
.sports-search-form .input input{
  background-color: #f4f4f6;
  border: medium none;
  border-radius: 4px;
  padding: 12px 6px;
  font-family: 'AppleSDGothicNeoSB00';
color: #7D7D7D;
font-size: 14px;
  
  -webkit-box-shadow:  0 0 1.6px #000000;
-moz-box-shadow: 0 0 1.6px #000000;
box-shadow:  0 0 1.6px #000000;
}
.widget-span.widget-type-cell.google-search-outer {
  float: none;
  left: 0;
  margin: 0 auto;
  max-width: 26.4%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.widget-span.widget-type-cell.contact-outer {
  float: right;
  max-width: 230px;
}
.google-search-outer .hs-button.primary {
  color: transparent;
  position: absolute;
}
.nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  color: white;
  /*font-family: "AppleSDGothicNeoSB00";*/
  font-family: 'Armata', sans-serif;
  font-size: 14px;
  padding: 10px 30px;
}
.widget-span.widget-type-cell.header-bottom {
	background-color: rgba(0,0,0,0.83);
	padding: 16px 0 9px;
}
.mobile-trigger.cta_border_button {
	display: none;
}
.nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  float: right;
}
.nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child a {
  padding-right: 5px;
}
.widget-span.widget-type-cell.home-hero-outer {
  background-attachment: fixed;
  background-image: url("https://cdn2.hubspot.net/hubfs/3053274/hero-bg.png?t=1533028817786");
  background-position: center center;
  background-size: cover;
  padding: 201px 0 0;
}
.home-hero-title h1{  
    color: #FFFFFF;
    font-family: 'AppleSDGothicNeoR00';
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 1px;   
    text-align: center;
    font-size: 64px;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);

}
.home-hero-subtitle {
	opacity: 0.76;
	color: #EBEBEB;
	font-family: 'AppleSDGothicNeoR00';
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.56px;
	text-align: center;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}
.home-hero-cta {
  margin-top: 41px;
  text-align: center;
}
.home-hero-cta .cta_button {
  font-family: "AppleSDGothicNeoSB00" !important;
  font-size: 14px;
  padding: 10px 20px 8px !important;
}
.hero-nav .hs-menu-item.hs-menu-depth-1 a {
	color: #FFF !important;
	/*font-family: LucidaGrande;*/
  font-family: 'Armata', sans-serif;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.5px;
	padding: 47px 10px 43px;
}
.hero-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  float: left;
  width: 100%;
}
.hero-nav .hs-menu-item.hs-menu-depth-1 {
  text-align: center;
  width: 20%;
}
.widget-span.widget-type-cell.home-hero-bottom {
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin-top: 145px;
}
.hero-nav .hs-menu-item.hs-menu-depth-1 a:hover {
  color: white !important;
}
.widget-span.widget-type-cell.athletes-left {
  text-align: center;
  width: 44%;
}
.widget-span.widget-type-cell.athletes-right {
 /* background-color: #f2f2f2; */
  margin: 109px 0 0 7.7%;
  padding: 27.5px;
  width: 48.3%;
  border-radius: 12px;
}
.athletes-left .title h2 {
  color: black;
  /*font-family: "AppleSDGothicNeoM00";*/
  font-family: 'Exo', sans-serif;
  font-size: 64px;
  position: relative;
}

.athletes-left .icon-block-outer h3 {
  color: #000;
  /*font-family: LucidaGrande;*/
  font-family: 'Exo', sans-serif;
  font-size: 24px;
  margin-top: 0;
}
.athletes-left .icon-block-outer .text span {
  color: #2b2d2f !important;
  /*font-family: "AppleSDGothicNeoM00";*/
  font-family: 'Exo', sans-serif;
  font-size: 16px;
}
.widget-span.widget-type-cell.athletes-outer {
  padding: 65px 0;
}
.athletes-left .title h2:after {
  background-color: rgba(151, 151, 151, 0.53);
  bottom: -15px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  max-width: 368px;
  position: absolute;
  right: 0;
  width: 100%;
}
.widget-span.widget-type-cell.icon-block-outer {
  margin: 30px 0 0;
}
.widget-span.widget-type-cell.sports-slider-outer {
  background-color: #262626;
  padding: 60px 0 150px;
  text-align: center;
}
.sports-slider-outer .title h2 {
	color: #b3b3b3;
	font-family: LucidaGrande;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: .5px;
}
.widget-span.widget-type-custom_widget.sports-search-form {
	max-width: 500px;
	width: 100%;
	float: none;
	margin: 48px auto 0;
}
.sports-slider-outer .flexslider .slides img {
	display: inline-block;
	max-width: 144px;
 filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
    -webkit-filter: grayscale(100%); /* New WebKit */
   
    filter: grayscale(100%); /* Current draft standard */
}
.sports-slider-outer .flexslider .slides img:hover {
	filter: initial;
}
.sports-slider-outer .flexslider.carousel {
  margin-top: 30px;
}
.sports-slider-outer .flexslider .slides h3 {
  color: white;
  font-family: LucidaGrande;
  font-size: 27px;
  font-weight: bold;
  margin-top: 45px;
}
.sports-slider-outer .flexslider .slides a,
.sports-slider-outer .flexslider .slides a:hover {
  text-decoration:none;
}
.sports-slider-outer .flex-control-nav {
  bottom: -94px;
  margin-top: 80px;
}
.widget-span.widget-type-cell.athletes-outer.trainers {
  background-attachment: fixed;
  background-image: url("https://cdn2.hubspot.net/hubfs/3053274/Copy%20of%209_19_18_vertimax_raptor_34-1.jpg");
  background-position: center center;
  background-size: cover;
}
.trainers .widget-span.widget-type-cell.athletes-right {
	/*background-color: rgba(216, 215, 215, 0.53);*/
	margin: 109px 7.7% 0 0;
	width: 48%;
  border-radius: 12px;
}
.trainers .widget-span.widget-type-cell.athletes-left {
  margin: 0;
}
.trainers .athletes-left .title h2 {
  color: white;
}
.trainers .athletes-left .title h2:after {
  background-color: rgba(216, 216, 216, 0.53);
  bottom: -15px;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  max-width: 368px;
  position: absolute;
  right: 0;
  width: 100%;
}
.trainers .athletes-left .icon-block-outer .text span {
  color: white;
}
.trainers .athletes-left .icon-block-outer h3 {
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.athletes-left .widget-span.widget-type-cell.icon-block {
  margin-bottom: 20px;
}

.widget-span.widget-type-cell.testimonial-outer {
  background-attachment: fixed;
  background-image: url("https://cdn2.hubspot.net/hubfs/3053274/Personal_Trainer_Education-1.jpg?t=1533028817786");
  background-position: center center;
  background-size: cover;
  color: white;
  /*font-family: LucidaGrande;*/
  font-family: 'Exo', sans-serif;
  font-weight: bold;
  padding: 65px 0;
  text-align: center;
}
.testimonial-outer .title h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
#carousel .slides li {
  cursor: pointer;
  display: inline-block;
  margin: 0 20px !important;
  opacity: 0.3;
}
#carousel .slides li.flex-active-slide {
  opacity: 1;
}
#carousel .slides li:hover {
  opacity: 1;
}
#carousel {
  margin: 50px auto 0;
  max-width: 440px;
}
.testi-text-outer p {
  font-size: 20px;
  letter-spacing: 0.5px;
}
.flexslider .slides .testi-text-outer img {
  display: inline-block;
  margin-top: 6px;
  width: initial;
}
.testi-text-outer h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 6px;
}
#slider.flexslider {
  margin-top: 30px;
}
#slider.flexslider {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 780px;
}
.trusted-by-outer .title h2 {
  border-bottom: 1px solid #979797;
  color: #000;
  /*font-family: LucidaGrande;*/
  font-family: 'Exo', sans-serif;
  font-size: 34px;
  font-weight: bold;
  margin: 0;
  padding: 45px 0;
  text-align: center;
}
.widget-span.widget-type-cell.trusted-by-outer {
  text-align: center;
}
.trusted-logo .hs-image-widget {
  padding: 100px 0;
}
.widget-span.widget-type-cell.footer-outer {
  background-attachment: fixed;
  background-image: url("https://cdn2.hubspot.net/hubfs/3053274/footer-bg.jpg?t=1533028817786");
  background-position: center center;
  background-size: cover;
  padding: 95px 0 0;
}
.social-share-footer li {
  float: left;
  list-style: outside none none;
  margin-right: 16px;
}
.live-chat-footer a {
  font-family: "AppleSDGothicNeoT00";
  text-decoration: none;
  color: #00D0FF;
  font-size: 32px;
  letter-spacing: .5px;
  font-weight: 700;
}
.widget-span.widget-type-cell.live-chat-footer {
  text-align: center;
}
.contact-us-footer a {
  background-image: url("https://cdn2.hubspot.net/hubfs/3053274/phone-icon.png");
  background-position: left center;
  background-repeat: no-repeat;
  color: white;
  float: right;
  font-family: "AppleSDGothicNeoSB00";
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 10px 0 10px 50px;
  text-decoration: none;
  font-weight: 700;
}
.footer-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  color: #21abca;
  font-family: "AppleSDGothicNeoSB00";
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.footer-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li:first-child a {
  padding-left: 0;
}
.widget-span.widget-type-simple_menu.footer-nav {
  margin-bottom: 15px;
  margin-top: 45px;
}
.widget-span.widget-type-cell.footer-copyright {
  background-color: black;
  border-top: 2px solid #9c9c9c;
  color: white;
  padding: 20px;
}
.copyright-text span {
  float: left;
  font-family: LucidaGrande;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 4px 0;
}
.widget-span.widget-type-cell.bussines-hero-outer {
  background-attachment: fixed;
  background-image: url("https://cdn2.hubspot.net/hubfs/3053274/hero-bg.png?t=1533028817786");
  background-position: center center;
  background-size: cover;
  padding: 170px 0 122px;
}
.bussines-hero-outer h1 {
  color: white;
  /*font-family: "AppleSDGothicNeoSB00";I */
  font-family: 'Armata', sans-serif;
  font-size: 64px;
  letter-spacing: 1px;
  text-align: center;
  /*text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);*/
}
.bussines-hero-outer .text p {
  color: white;
  /*font-family: "AppleSDGothicNeoSB00";*/
  font-family: 'Armata', sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 48px auto 0;
  max-width: 776px;
  opacity: 0.73;
  text-align: center;
  /*text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);*/
}
.bussines-hero-outer .buttons a {
  border-radius: 4px;
  float: left;
  font-family: "AppleSDGothicNeoSB00";
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 12px 2%;
  text-decoration: none;
  width: 96%;
}
.bussines-hero-outer .buttons .quote-button a {
  background-color: #21abca;
 
  color: white;
 
}
.bussines-hero-outer .buttons a:hover {
  opacity: 0.9;
}
.bussines-hero-outer .buttons .learn-more a {
  background-color: #f4f4f6;
  color: #21abca;
}
.widget-span.widget-type-custom_widget.quote-button {
  padding: 0 10px 0 0 ;
}
.widget-span.widget-type-custom_widget.learn-more {
 padding: 0 0 0 10px;
}
.bussines-hero-outer .widget-span.widget-type-cell.buttons{
  float: none;
  margin: 80px auto 60px;
  max-width: 400px;
  text-align: center;
}
.fast-left .title h2 {
  color: #4e4e56;
  font-family: "AppleSDGothicNeoSB00";
  font-size: 48px;
  letter-spacing: 1px;
}
.fast-left .text p {
  color: #4e4e56;
  font-family: "Lato",sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin:30px 0;
  max-width:650px;
}
.fast-left .buttons a {
  border-radius: 4px;
  display: inline-block;
  font-family: Lato;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 12px 30px;
  text-decoration: none;
}
.fast-left .buttons .quote-button a {
  background-color: #21abca;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: white;
}
.fast-left .buttons .more-videos a {
  color: #21abca;
  padding-left: 0;
}
.fast-left .widget-span.widget-type-cell.buttons {
  margin: 40px 0 0;
  max-width: 434px;
}
.fast-right .youtube img {
  border: 5px solid #c1c1c1;
  width:100%;
}
.widget-span.widget-type-cell.fast-left {
  width: 56%;
}
.widget-span.widget-type-cell.fast-right {
  margin-left: 4%;
  width: 39.6%;
}
.fast-right a.youtube:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/3053274/img_60026.png?t=1533123931557");
  background-size: cover;
  bottom: 0;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 62px;
  z-index: 1;
}
.fast-right a.youtube {
  position: relative;
  width: 100%;
  float:left;
}
.widget-span.widget-type-cell.fast-outer {
  padding: 74px 0 130px;
}
.widget-span.widget-type-cell.fast-outer.effective-outer {
  background-color: #f3f3f3;
}
.effective-outer .widget-span.widget-type-cell.fast-right {
  margin: 0 6% 0 0;
  width: 50.7%;
  margin-left:-55px;
}
.effective-outer .widget-span.widget-type-cell.fast-left {
  margin: 0;
  text-align: right;
  width: 45.2%;
}
.effective-outer .fast-left .widget-span.widget-type-cell.buttons {
  float: right;
}
.action-outer .title h2 {
  color: #4e4e56;
  font-family: "AppleSDGothicNeoSB00";
  font-size: 64px;
  letter-spacing: 1px;
  text-align: center;
}
.widget-span.widget-type-cell.action-outer {
  border: 1px solid rgba(151, 151, 151, 0.33);
  padding: 60px 0 120px;
}
.action-upper-video a img {
  max-width: 100%;
  width: 100%;
 
}
.action-outer a {
  position:relative;
  width: 100%;
   float:left;
  
}
.action-outer a:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/3053274/img_60026.png?t=1533124830781");
  background-size: cover;
  bottom: 0;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 62px;
  z-index: 1;
}
.widget-span.widget-type-cell.action-upper-video {
  border: 7px solid #c1c1c1;
  margin-top: 35px;
}
.action-lower-video .widget-span.widget-type-custom_widget {
  border: 6px solid #c1c1c1;
  margin-top: 91px;
  border-radius: 4px;
}
.quote-outer .title h2 {
  color: #4e4e56;
  font-family: "AppleSDGothicNeoSB00";
  font-size: 34px;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: 700;
}
.quote-outer .text p {
  color: #4e4e56;
  font-family: Lato;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: center;
}
.widget-span.widget-type-cell.quote-outer {
  border-top: 5px solid #f3f3f3;
  padding: 75px 0;
}
.quote-outer .widget-span.widget-type-cell.container {
  max-width: 780px;
}
.quote-outer .quote-form-outer label {
  display: none;
}
.hs-error-msgs.inputs-list label {
  display: block !important;
}
.hs-error-msgs.inputs-list li {
  color: red;
  font-size: 14px;
  list-style: outside none none;
  margin: 10px 0 0;
}
.quote-form-outer .hs_error_rollup {
  display: none;
}
.quote-form-outer .input .hs-input {
	background-color: #f4f4f6;
	border: medium none;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(104, 104, 104, 0.5);
	color: #7d7d7d;
	font-family: "AppleSDGothicNeoSB00";
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 10px;
}
.widget-span.widget-type-cell.quote-form-outer {
  margin-top: 15px;
}
.fast-left .buttons a:hover {
  opacity: 0.8;
}
.quote-form-outer .hs-button.primary.large {
  background-color: #21abca;
  border: medium none;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(101, 101, 101, 0.5);
  color: white;
  cursor: pointer;
  font-family: "AppleSDGothicNeoSB00";
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.quote-form-outer .field.hs-form-field {
  float: left;
  margin: 0 4.2% 0 0;
  width: 34.5%;
}
.quote-form-outer .hs_submit.hs-submit {
  float: left;
  width: 22.6%;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(https://cdn2.hubspot.net/hubfs/3053274/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(https://cdn2.hubspot.net/hubfs/3053274/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(https://cdn2.hubspot.net/hubfs/3053274/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(https://cdn2.hubspot.net/hubfs/3053274/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(https://cdn2.hubspot.net/hubfs/3053274/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(https://cdn2.hubspot.net/hubfs/3053274/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(https://cdn2.hubspot.net/hubfs/3053274/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(https://cdn2.hubspot.net/hubfs/3053274/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(https://cdn2.hubspot.net/hubfs/3053274/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(https://cdn2.hubspot.net/hubfs/3053274/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(https://cdn2.hubspot.net/hubfs/3053274/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(https://cdn2.hubspot.net/hubfs/3053274/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(https://cdn2.hubspot.net/hubfs/3053274/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(https://cdn2.hubspot.net/hubfs/3053274/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {

  position: relative;
  zoom: 1;
 
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  background-color: white;
  padding: 5px 11px;
  display: block;
  width: 20px;
  height: 20px;
  margin: -15px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: FontAwesome;
  font-size: 20px;
  display: inline-block;
 content:"\f060";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
 content:"\f061";
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  background: none repeat scroll 0 0 #e4e4e5;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  height: 22px;
  text-indent: -9999px;
  width: 22px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: none repeat scroll 0 0 #21abca;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.vidHeadSectionWrap {
  /*background-color: #000;*/
 /*background-color: rgba(0, 0, 0, 0.81) !important;*/
 /* background-blend-mode: color;*/
}

.vidHeadImageBg {
}

.vidHeadImageBg {
  /*opacity: .9;*/
}

.heroImageSportsStaticWrap {
  background-color: #000;
}

.heroImageSportsStaticIm {
}

.heroImageSportsStaticIm img {
  opacity: .2;
}

.testimonialOuterWrapper {
  background-color: #000;
}

.testimonial-outer {
  background-color: rgba(0, 0, 0, 0.71) !important;
  background-blend-mode: color;
}

.vidhomepageWrap {
  /*background-color: rgba(0, 0, 0, 0.71) !important;*/
  /*background-blend-mode: color;*/
}

.banner-video-container {
  /*background-color: rgba(0, 0, 0, 0.71) !important;*/
  /*background-blend-mode: color;*/
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
  .widget-span.widget-type-cell.athletes-outer {
    padding: 0;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  
  padding: 10px 21px;
}
}
@media (max-width:767px) {
  .mobile-trigger.cta_border_button {
  background-color: white;
  cursor: pointer;
  display: block;
  float: right;
  padding: 5px 11px;
  position: absolute;
  right: 0;
  top: 0;
}
.nav-outer .row-fluid [class*="span"] {
  min-height: 0;
}
  .widget-span.widget-type-cell.nav-outer {
  min-height: 0;
}
  .nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {

  max-width: initial;

  width: 100%;
}
  .nav-outer .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal {
  display: none;
}
  
}





/*------------------------ 10-8 -----------------------------------*/

.footer-top-section {
	padding: 70px 0;
  background-color: #262626;
}
.footer-top-section-header h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: center;
  margin: 15px 0 60px;
  color: #b3b3b3 !important;
  font-family: 'Exo', sans-serif;
}
.footer-form {
  max-width: 800px;
  margin: 0 auto !important;
  float: none !important;
}
.footer-form form fieldset {
	max-width: 100%;
}
.footer-form form fieldset.form-columns-2 .hs-form-field .input, .footer-form form fieldset.form-columns-1 .input {
	margin-right: 0px;
}
.footer-form form fieldset.form-columns-1 .hs-input {
	width: 100%;
}
.footer-form form fieldset.form-columns-2 .hs-form-field {
	width: calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
}
.footer-form form fieldset.form-columns-2 .hs-form-field:first-child {
	margin-right: 10px;
}
.footer-form form fieldset.form-columns-2 .hs-form-field:last-child {
  margin-left: 10px;
}
.footer-form form .hs-form-field {
	margin-bottom: 20px;
}
.footer-form form label {
	color: #fff;
  font-size: 18px;
  margin: 0 0 5px;
  display: block;
  text-transform: capitalize;
}
.footer-form form input, .footer-form form select, .footer-form form textarea {
	height: 46px;
  box-shadow: none;
  border: 1px solid #d6d4d4;
  border-radius: 4px;
  background: #f5f5f5;
  padding: 5px 10px;
}
.footer-form form textarea {
	height: 100px;
  resize: none;
}
.footer-form form input[type="checkbox"] {
	height: auto;
  margin-right: 10px;
}
.footer-form form .inputs-list {
	list-style: none;	
}
.footer-form form input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  background: rgb(26,160,194);
  color: rgb(255, 255, 255);
  border-radius: 4px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  text-shadow: none;
  line-height: 1.5em;
  padding: 10px 30px;
  border: 1px solid rgb(26,160,194);
  height: auto;
  text-transform: uppercase;
}
.footer-form form input[type="submit"]:hover {
  background: rgb(28,176,213);
  color: rgb(255,255,255);
}
.footer-form form input:focus, .footer-form form select:focus, .footer-form form textarea:focus  {
	outline: 0;
}
.nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul {
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
}
.nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-depth-1 > ul:before {
	content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 10px 15px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  left: 15px;
  top: -10px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	left: 25px;
  width:180px;
  opacity:.9 !important;
}
.nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul li {
  border-bottom: 1px solid #a5a5a5;
}
.nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul li:last-child {
	border-bottom: 0px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	width: auto !important;
  opacity: 1;
  color:rgb(26,160,194) !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover > a {
	opacity: .7;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 5px;
}
.nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li a.child-trigger-new, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a.child-trigger-new {
	display: none ;
}
/* Video Banner Style */
.banner-video-container {
	position: relative;
  height: 700px;
  /*background-color: rgba(0, 0, 0, 0.71) !important;*/
  /*background-blend-mode: color;*/
}
.cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}
.cover .hi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  padding: 45px 40px;
  width: 100%;
}
.cover .hi h1 {
  color: #FFFFFF;
  /*font-family: 'AppleSDGothicNeoR00';*/
  font-family: 'Armata', sans-serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  font-size: 64px;
  /*text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);*/
  -webkit-text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
}
.cover .hi p {
  color: #EBEBEB;
  /*font-family: 'AppleSDGothicNeoR00';*/
  font-family: 'Exo', sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.56px;
  text-align: center;
  /*text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);*/
}
.cover .hi p > .hs-cta-wrapper {
	margin: 35px 0 0;
  display: block;
}
.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0 !important;
  z-index: 1;
  margin: auto;
  transition: opacity .5s;
}
.tv .screen video{
  width:100%;
}
/*.tv .screen iframe {
	height: 100%;
  width: 100%;
}*/
.screen.active {
  opacity: 1;
}
.home-hero-bottom-container {
	position: relative;
  min-height: 0px !important;
}
.widget-span.widget-type-cell.home-hero-bottom {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
}
/*.testimonial-slider-outer ..flexslider .slides img {
  opacity: .4;
}*/


.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(2).hs-item-has-children ul.hs-menu-children-wrapper {
    left: 25px;
    width: 342px;
    opacity: .9 !important;
}
.nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li:nth-child(2)  ul li {
    border-bottom: 1px solid #a5a5a5;
    width: 49.7%;
    float: left;
}
.nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li:nth-child(2) ul li:nth-child(odd) {
		border-right: 1px solid #a5a5a5 !important;
}
/*----------- responsive css -------------*/


@media screen and (max-width: 1199px) {
    
}/*-------- 1199 ends here ----------*/

@media screen and (max-width: 991px) {
  .banner-video-container {
    height: 600px;
  }
  .athletes-left .title h2 {
    font-size: 54px;
	}
  .widget-span.widget-type-cell.athletes-right {
    margin: 109px 0 0 6.7%;
    padding: 24.5px;
	}
  .trainers .widget-span.widget-type-cell.athletes-right {
    margin: 109px 6.7% 0 0;
	}
  .athletes-left .icon-block-outer h3 {
    font-size: 22px;
	}
}/*-------- 991 ends here ----------*/

@media screen and (max-width: 880px) {
    
}/*-------- 880 ends here ----------*/

@media screen and (max-width: 767px) {
  .cover .hi h1 {
    font-size: 45px;
  }
  .banner-video-container {
    height: 450px;
  }
  .cover .hi p {
    font-size: 16px;
	}
  .athletes-outer .container > .row-fluid-wrapper > .row-fluid {
  	display: flex;
    flex-direction: column-reverse;
  }
  .athletes-outer.trainers .container > .row-fluid-wrapper > .row-fluid {
    flex-direction: column;
  }
  .trainers .widget-span.widget-type-cell.athletes-right, .widget-span.widget-type-cell.athletes-right {
    margin: 0 0 50px;
    width: auto;
	}
  .widget-span.widget-type-cell.athletes-right img {
  	width: 100% !important;
  }
  .widget-span.widget-type-cell.athletes-left {
    width: auto;
	}
  .athletes-left .title h2 {
    font-size: 44px;
	}
  .athletes-left .title h2:after {
    max-width: 300px;
	}
  .athletes-left .widget-span.widget-type-cell.icon-block {
    margin-bottom: 30px;
	}
  .footer-top-section-header h2 {
    font-size: 26px;
	}
  .footer-top-section {
    padding: 50px 0;
	}
  .footer-form form label {
    font-size: 16px;
	}
  .sports-slider-outer .title h2 ,.testimonial-outer .title h2, .trusted-by-outer .title h2 {
    font-size: 28px;
	}
  .widget-span.widget-type-cell.sports-slider-outer {
    padding: 40px 0 120px;
	}
  .sports-slider-outer .flex-control-nav {
    bottom: -60px;
    margin-top: 50px;
	}
  .sports-slider-outer .flexslider .slides h3 {
    font-size: 22px;
    margin-top: 35px;
	}
  .widget-span.widget-type-cell.testimonial-outer {
    padding: 50px 0;
	}
  .testi-text-outer p {
    font-size: 16px;
	}
  .testimonial-slider-outer #carousel .slides li {
    cursor: pointer;
    display: inline-block;
    margin: 0 10px !important;
    opacity: 1;
	}
  .trusted-by-outer .title h2 {
    padding: 35px 0;
	}
  .trusted-logo {
  	width: 25% !important;
    float: left !important;
  }
  .trusted-logo .hs-image-widget {
    padding: 70px 0;
	}
  .home-hero-bottom .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  	width: 19%;
  }
  .hero-nav .hs-menu-item.hs-menu-depth-1 a {
    font-size: 20px;
    padding: 35px 0px;
    box-sizing: border-box;
    display: block;
	}
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(2).hs-item-has-children ul.hs-menu-children-wrapper {
    left: 0px;
    width: 100%;
    opacity: .9 !important;
  }
  .nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li:nth-child(2)  ul li {
    
    width: 100%;
    float: none;
  }
  .nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li:nth-child(2) ul li:nth-child(odd) {
    border-right: none !important;
	}	
}/*-------- 767 ends here ----------*/

@media screen and (max-width: 630px) {
    
}/*-------- 630 ends here ----------*/

@media screen and (max-width: 568px) {
  .banner-video-container {
    height: 300px;
  }
  .cover .hi h1 {
    font-size: 35px;
	}
  .cover .hi {
    padding: 30px 20px;
	}
  .cover .hi p {
    font-size: 14px;
	}
  .cover .hi p > .hs-cta-wrapper {
    margin: 25px 0 0;
	}
  .trusted-logo {
  	width: 50% !important;
    float: left !important;
  }
  .trusted-logo .hs-image-widget {
    padding: 50px 0;
	}
  .home-hero-bottom .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    width: auto;
	}
  .hero-nav .hs-menu-item.hs-menu-depth-1 a {
    font-size: 17px;
    padding: 10px;
	}
  .hero-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  	text-align: center;
    padding: 10px 0;
  }
  .widget-span.widget-type-cell.home-hero-bottom {
    position: static;
    margin-top: 0;
	}
  .hero-nav .hs-menu-item.hs-menu-depth-1 a:hover {
    color: #333;
	}
}/*-------- 568 ends here ----------*/

@media screen and (max-width: 480px) {
  .widget-span.widget-type-cell.athletes-right {
    padding: 18.5px;
  }
  .trainers .widget-span.widget-type-cell.athletes-right, .widget-span.widget-type-cell.athletes-right {
    margin: 0 0 30px;
	}
  .athletes-left .title h2 {
    font-size: 36px;
	}
  .athletes-left .title h2:after {
    max-width: 240px;
	}
  .athletes-left .widget-span.widget-type-cell.icon-block {
    margin-bottom: 20px;
	}
  .athletes-left .icon-block-outer h3 {
    font-size: 20px;
	}
  .footer-top-section-header h2 {
    font-size: 22px;
    margin: 15px 0 40px;
	}
}/*-------- 480 ends here ----------*/

@media screen and (max-width: 360px) {
    
}/*-------- 360 ends here ----------*/


/*----- **** ------*/
.testimonial-slider-outer .flex-direction-nav {
  display:none;
}
 .youtube-video{
position: relative;
padding-bottom: 56.25%;
padding-top: 90px; 
height: 0; 
overflow: hidden;
}
.effective-outer .youtube-video {
  padding-top:0px;
}
 .youtube-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.icon-image {
  min-height: 106px !important;
}

.fast-left .buttons .quote-button a,
.bussines-hero-outer .buttons .quote-button a,
.nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li a{
  color: #fff !important;
}
.nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  font-size: 14px;
}
.widget-span.widget-type-cell.header-bottom {
	position: fixed;
  height: 73px !important;
  z-index: 999;
  width:100%;
}
.body-container-wrapper {
  margin-top: -28px;
}
.fast-left .title h2 {
  margin-top:35px; 
  margin-bottom: 35px;
}
.widget-span.widget-type-cell.fast-outer.effective-outer {
  padding-top: 110px;
}
.effective-outer .fast-left .title h2 {
  margin-top: 3px;
}
.widget-span.widget-type-cell.action-upper-video {
      max-width: 800px;
    float: none;
    margin: 0px auto;
}
.testimonial-text {
max-width: 800px;
    float: none !important;
    margin: 0px auto !important;
    line-height: 1.5;
    font-family: 'Exo', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 38px;
}
.testimonial-text p,
.testimonial-text span{
      font-size: 20px;
    line-height: 38px;
    letter-spacing: .5px;
    font-weight: 100;
    font-family: 'Exo', sans-serif;
}
.table-responsive {
     max-width: 800px;
    float: none !important;
    margin: 0px auto !important;
    width: 100%;
}
.table-responsive .event-date {
  margin-bottom: 10px; height: 20px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 15px;
}
.table-responsive .event-button {
  margin-bottom: 10px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; text-align:center;
}
  /*----------------------pillar page---------------------*/

.body-section {
  padding: 120px 0px;
}
.body-section .container {
  padding: 0px 10px;
}
.body-section-title h2 {
  font-size: 32px;
  line-height: 40px;
  color: #000;
	letter-spacing: .5px;
  /*font-family: 'AppleSDGothicNeoSB00';*/
  font-family: 'Exo', sans-serif;
}
.body-section-content {
  font-size:16px;
  line-height: 32px;
  color: #2b2d2f !important;
	letter-spacing: .5px;
  /*font-family: 'AppleSDGothicNeoSB00';*/
  font-family: 'Exo', sans-serif;
} 
.body-section-content ul{
    list-style-type: disc;
}
.body-section-content ul li{
  line-height:30px;
  /*font-family: 'AppleSDGothicNeoM00';*/
  font-family: 'Exo', sans-serif;
}
.body-section-quote {
  /*font-family:'LucidaGrande';*/
  font-family: 'Exo', sans-serif;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: .5px;
  color: #ACACB7;
}
.video-navigation,
.cta-section{
  background-color: #f8f8f8;
}
.video-navigation ul {
    margin: 0 auto;
    display: table;
    padding: 0px;
}
.video-navigation ul li {
    float: left;
    list-style-type: none;
  padding: 0px 30px;  
}
.video-navigation ul li a {
    padding: 60.5px 0px 56.5px;  
    border-bottom: 4px solid #fafafa;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  font-family:'LucidaGrande';
  font-size: 24px;
  line-height: 24px;
  letter-spacing: .67px;
  color: #acacb7 !important;
}
.video-navigation ul li a:hover {
    border-bottom-color: #21ABCA;
    color: #21ABCA !important;
}
.cta-section {
 padding: 63px 0px;
}
.cta-section-title h3,
.video-section-title h3{
      color: #4E4E56;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: .5px;
    /*font-family: 'AppleSDGothicNeoSB00';*/
    font-family: 'Exo', sans-serif;
}
.video-section-title h3 {
  text-align:center;
  padding-bottom: 80px;
}
.cta-section-body p {
      color: #4E4E56;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .5px;
    /*font-family: 'AppleSDGothicNeoSB00';*/
    font-family: 'Exo', sans-serif;
}
.footer-cta {
  padding-top: 36px;
}
.video-section {
      padding: 80px 0px;
}
.video-section .video-container {
  padding-bottom: 40px;
}
.icon-image a:hover,
.icon-image.sports img:hover{
  opacity:.4;
  cursor:pointer;
}
/*----------------------media query---------------------*/

@media screen and (max-width: 1410px) {
	.effective-outer .widget-span.widget-type-cell.fast-right {
  	margin-left:0px;
    width:48.7%
	}
}
@media screen and (max-width: 1140px) {
  .widget-span.widget-type-cell.action-outer {
    padding-top: 50px;
  }
}

@media screen and (max-width: 1100px) {

.video-navigation ul li a {
  padding: 30px 0px;
    font-size: 18px;
  }
}

/*-------- 1100 ends here ----------*/

@media screen and (max-width: 941px) {
	.fast-left .buttons a {
		padding: 12px 22px !important;
		font-size: 13px;
	}
	.fast-left .widget-span.widget-type-cell.buttons {
		max-width: 347px;
	}
	.fast-outer .more-videos a {
		padding: 12px 0 !important;
	}
	.effective-outer .more-videos a {
		padding: 12px 0px !important;
		margin-right: 26px;
	}
   .youtube-video {
     padding-top: 30px;
  }
}

/*-------- 941 ends here ----------*/


@media screen and (max-width: 920px) {
	.nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  	  padding: 10px 20px !important;
	}
}

/*-------- 920 ends here ----------*/

@media screen and (max-width: 860px) {
	.nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  	  padding: 10px 18px !important;
	}
  .nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  	font-size: 14px;
	}

}

/*-------- 860 ends here ----------*/


@media screen and (max-width: 900px) {

  .video-navigation ul li {
    padding: 0px 15px;
  }
	.video-navigation ul li a {
  	padding: 15px 0px;
    font-size: 16px;
  }
}

/*-------- 900 ends here ----------*/


@media screen and (max-width: 780px) {}

/*-------- 780 ends here ----------*/

@media (min-width: 768px) {
	/*  used to be 961 - need to change back? */
	a.mobile-trigger-new, a.child-trigger-new {
		display: none !important;
		/* Hide button on Desktop */
	}
  .nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
    padding: 10px 15px;
	}
  .nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child a {
  	color: #4CBB17 !important;
  }
}



/*-------- 768 ends here ----------*/

@media screen and (max-width: 767px) {
	@media (min-width: 768px){  /*  used to be 961 - need to change back? */

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

}
@media (max-width: 767px){   /* used to be 960 - need to change back?  */

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */
    /* Toggle Button
     ========================================================================== */

  a.mobile-trigger-new {
      display: inline-block !important;
      cursor: pointer;
      position: absolute;
      top: 0px;
      right: 9px;
      width: 34px;
      height: auto;
      background: #000;
      z-index: 99999999999;
      -webkit-transition: background-color 0.2s linear;
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      -webkit-transition: color .2s ease-in;
      -moz-transition: color .2s ease-in;
      transition: color .2s ease-in;
      border: 1px solid #E2E2E2;
      box-sizing: border-box;
      padding: 6px 3px;
  }

  a.mobile-trigger-new:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #E2E2E2;
      border-color: #E2E2E2 !important;
  }

  a.mobile-trigger-new span{
      display: inline;
  }

  a.mobile-trigger-new span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
      display: none;
  }

  a.mobile-trigger-new span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #000;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out;
      display: none
}

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger-new{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */ 
  }

  .mobile-open a.mobile-trigger-new span:after{
     opacity: 1;
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger-new i {
      display: inline;
      position: relative;
      top: -3px;
      margin-left: 5px;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger-new  i:before, a.mobile-trigger-new i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger-new  i, a.mobile-trigger-new  i:before, a.mobile-trigger-new  i:after {
      width: 15px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: #E2E2E2; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger-new  i:before {
      margin-top: -6px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger-new  i:after {
      margin-top: 6px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger-new i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  /* Child Toggle Button
     ========================================================================== */

  a.child-trigger-new {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */ 
      padding: 0 !important;
     /* border-left: 1px dotted rgba(255, 255, 255, .20); */
  }
  a.child-trigger-new:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-trigger-new span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger-new span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger-new span, a.child-trigger-new span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #E2E2E2; /* Icon color */
      display: block;
  }
  a.child-trigger-new span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger-new.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger-new.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
}
	/*----------------------menu custome style--------------------*/
	.nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul {
		float: none;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
		float: none;
    width: 100%;
    display: inline-block;
   
    font-size: 0;
	}
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 0;
    width: 100%;
	}
  .mobile-open .widget-span.widget-type-cell.header-bottom {
    background-color: #000;
    height: auto !important;
  }
  .custom-menu-primary ul .hs-menu-item:hover .hs-menu-children-wrapper {
  	display:none;
  }
  .nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-depth-1 > ul:before {
  	display:none;
  }
  .nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul {
    box-shadow: none;
	}
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: static;
    display:none;
	}
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: .9;
	}
  .custom-menu-primary ul {
  	width:100%;
  }
  .nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
    box-sizing: border-box;
	}
 	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper.open-menu-list {
    visibility: hidden !important;
    opacity: 0 !important;
    display: none !important;
  }
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    padding-top: 30px;
	}
  .nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul {
    background-color: #fff;
  }
  .nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul li {
    border-bottom: 1px solid #8e8d8d;
	}
 	.nav-outer .hs-menu-wrapper.hs-menu-flow-horizontal ul .hs-item-has-children ul li:first-child {
    border-top: 1px solid #8e8d8d;
  }
  
	/*--------------------------------------------close menu style-------------------*/
	.bussines-hero-outer h1 {
		font-size: 50px;
	}
	.fast-left .title h2 {
		font-size: 40px;
		text-align: center;
		line-height: 1.2;
	}
	.fast-left .text p {
		line-height: 1.6;
		text-align: center;
	}
	.bussines-hero-outer .widget-span.widget-type-cell.buttons {
		width: 100%;
	}
	.widget-span.widget-type-custom_widget.quote-button,
	.widget-span.widget-type-custom_widget.learn-more {
		padding: 0px;
		margin: 15px 0;
	}
	.widget-span.widget-type-custom_widget.quote-button:after,
	.widget-span.widget-type-custom_widget.learn-more:after {
		content: "";
		display: table;
		clear: both;
	}
	.widget-span.widget-type-cell.fast-left {
		width: 100%;
	}
	.fast-left .widget-span.widget-type-cell.buttons {
		max-width: 100%;
		margin: 0px 0 23px;
	}
	.widget-span.widget-type-custom_widget.quote-button {
		text-align: center;
	}
	.fast-left .buttons .more-videos a {
		display: block;
		text-align: center;
	}
	.widget-span.widget-type-cell.fast-right {
		margin-left: 0%;
		width: 100%;
		margin: 0 auto;
	}
	.effective-outer .widget-span.widget-type-cell.fast-right {
		margin: 0;
		width: 100%;
	}
	.effective-outer .widget-span.widget-type-cell.fast-left {
		margin: 16px 0;
		text-align: center;
		width: 100%;
	}
	.effective-outer .fast-left .widget-span.widget-type-cell.buttons {
		float: none;
	}
	.effective-outer .more-videos a {
		margin-right: 0px;
	}
	.action-lower-video .widget-span.widget-type-custom_widget:after {
		content: "";
		display: table;
		clear: both;
	}
	.action-lower-video a img {
		width: 100%;
	}
	.widget-span.widget-type-cell.bussines-hero-outer {
		padding: 50px 0;
	}
	.widget-span.widget-type-cell.fast-outer {
		padding: 60px 0;
	}
	.action-outer .title h2,
	.quote-outer .title h2 {
		font-size: 40px;
	}
	.widget-span.widget-type-cell.action-outer {
		padding: 50px 0;
	}
	.footer-outer .container .row-fluid-wrapper>.row-fluid {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		align-content: stretch;
	}
	.footer-outer .social-share-footer,
	.footer-outer .live-chat-footer,
	.footer-outer .contact-us-footer {
		width: 33.33%;
	}
	.footer-form form .hs-form-field {
		margin-bottom: 15px;
	}
	.action-lower-video .widget-span.widget-type-custom_widget {
		margin-top: 60px;
	}
	.widget-span.widget-type-cell.quote-outer {
		border-top: 5px solid #f3f3f3;
		padding: 30px 0 70px;
	}
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a, .footer-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li:first-child a {
    padding: 10px 20px;
	}
  .footer-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  	text-align:center;
  }
  .footer-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li {
  	display: inline-block;
    width: auto;
  }
  .bussines-hero-outer h1 {
    margin-top: 90px;
	}
  .fast-left .title h2 {
    margin: 0px;
  }
  .widget-span.widget-type-cell.fast-outer.effective-outer {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}


/*-------- 767 ends here ----------*/

@media screen and (max-width: 568px) {
	.widget-span.widget-type-cell.bussines-hero-outer {
		padding: 20px 0;
	}
	.bussines-hero-outer .text p {
		margin: 14px auto 0;
	}
	.bussines-hero-outer .widget-span.widget-type-cell.buttons {
		margin: 47px auto 60px;
	}
	.widget-span.widget-type-cell.fast-outer.effective-outer {
		padding: 40px 0 0;
	}
	.fast-left .text p {
		margin: 18px 0;
	}
	.footer-outer .container .row-fluid-wrapper>.row-fluid {
		flex-direction: column;
	}
	.footer-outer .social-share-footer,
	.footer-outer .live-chat-footer,
	.footer-outer .contact-us-footer {
		margin: 13px 0;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
	.footer-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li:first-child a {
		padding: 10px 20px;
	}
	.widget-span.widget-type-simple_menu.footer-nav {
		margin: 7px 0 60px;
	}
	.widget-span.widget-type-cell.footer-outer {
		padding: 60px 0 0;
	}
	.footer-outer .social-share-footer,
	.footer-outer .live-chat-footer,
	.footer-outer .contact-us-footer {
		width: 100%;
	}
	.footer-form form fieldset.form-columns-2 .hs-form-field:first-child {
		margin-right: 0;
		width: 100%;
	}
	.footer-form form fieldset.form-columns-2 .hs-form-field:last-child {
		margin-left: 0;
		width: 100%;
	}
	.footer-form .hs-submit {
		text-align: center;
		padding: 19px 0 0;
	}
	.copyright-text span {
		text-align: center;
		width: 100%;
	}
	.bussines-hero-outer h1 {
		font-size: 45px;
	}
	.bussines-hero-outer .text p {
		margin: 0px auto 0;
	}
	.bussines-hero-outer .widget-span.widget-type-cell.buttons {
		margin: 30px auto 40px;
	}
	.fast-left .title h2 {
		font-size: 32px;
		line-height: normal;
	}
	.fast-left .text p {
		margin: 0px 0 10px;
	}
	.action-outer .title h2 {
		font-size: 32px;
		line-height: normal;
	}
	.widget-span.widget-type-cell.action-outer {
		padding: 30px 0 50px;
	}
	.quote-form-outer .field.hs-form-field {
		float: none;
		margin: 20px 0;
		width: 100%;
	}
	.quote-form-outer .hs_submit.hs-submit {
		float: none;
		width: 35%;
		margin: 0 auto;
	}
	.footer-form form input,
	.footer-form form select,
	.footer-form form textarea {
		height: 40px;
	}
	.footer-form form textarea {
		height: 80px;
		resize: none;
	}
  .footer-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  	 text-align: center;
  }
}


/*-------- 568 ends here ----------*/

@media screen and (max-width: 410px) {
	.body-container-wrapper {
	    margin-top: 45px;
	}
}


@media screen and (max-width: 400px) {
	.footer-form form fieldset.form-columns-2 .hs-input {
		width: 100% !important;
	}
  .footer-form form fieldset.form-columns-2 .hs-form-field:first-child {
		margin-right: 0;
		width: 100%;
	}
	.footer-form form fieldset.form-columns-2 .hs-form-field:last-child {
		margin-left: 0;
		width: 100%;
	}
}


/*-------- 400 ends here ----------*/

.hs-content-id-6191477090 .bussines-hero-outer {
  background-color: transparent !important;
}

















