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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body, h1, h3, h2, h4, h5{ font-family: 'Arial ', sans-serif !important; }
.homepage_banner .banner-image .bannercontent {padding: 5px 0;background-color: #00000057;margin-left: 7%;margin-right: 7%;border-radius: 35px;}
/* .body-container-wrapper {padding-top:100px;} */
.homepage_banner .banner-image {min-height:540px !important;}
.homepage_banner .custom-banner-wrapper .bannercontent h1 {font-size:100px !important; line-height: normal ;margin: 0;}
.homepage_banner h3 {font-size: 65px;line-height: normal;margin: 0;}
.homepage_banner #cta_button_2756700_693e9bea-3ead-4edf-9bd2-33110c4e0962 {background: rgb(0, 191, 255) !important;padding: 10px 20px !important;border-radius: 50px !important;text-transform: uppercase;margin-top: 40px;}
.custom-menu-primary [class*="span"]{margin-left: 0.564103% !important;}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {letter-spacing: 1px !important;}
.custom-menu-primary .hs-menu-wrapper>ul>li {margin: 0 0 0 0px;}
.custom-menu-primary .hs-menu-wrapper>ul {padding: 15px 0 0;float:right;}
.header_section .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul{float:right;}
.header_section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {padding: 04px 15px;}
.header_section .header_socialicons a .fa {font-size: 12px;background-color: deepskyblue;border-radius: 50%;width: 22px; height: 22px;text-align: center;padding-top: 5px;color: white;}
.header_section .header_socialicons a:first-child .fa {margin-right: 10px;font-size: 16px;background-color: white;border-radius:0 ;text-align: center;padding-top: 5px;color: darkgray;}
.header_section .header_socialicons span a span { color: darkgray;font-size: 14px; text-transform: uppercase;margin-left: 5px;}
.header_section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {letter-spacing: 01px;}
.header_section { max-height: 110px;}
.header_section .custom-menu-primary .hs-menu-wrapper>ul>li>a { margin-bottom: 01px;}
.footer-section .custom-headquarter p {line-height:3px;}
.footer-section .custom-hours p{line-height:3px;}
.footer-section .custom-headquarter h3,
.footer-section .custom-hours h3 {margin: 18px 0 05px;}
.footer_socialicons a .fa {font-size: 13px;background-color:#8f8c8c ;border-radius: 50%;width: 25px; height: 25px;text-align: center;padding-top: 7px;color: white;}
/*.videosection iframe {width:100%;height: 405px; border:0; background-color:#000;margin-bottom:-08px;}
#iframe1 .vp-player-layout  {left:0 !important; right:0;}*/
.conetnt-section-slide .row-fluid .span3 {width:28%;}
.conetnt-section-slide .row-fluid .span6 {width:44%;}
.hidden{display:none;}
.instructor_page h1, .instructor_page h2 {font-weight: 800;text-transform: uppercase;}
.instructor_page .abou_text {margin-left: 0 !important;padding: 25px 2% 0px 03%;background: #eeeeee;height: 400px;width:66%;}
.instructor_page .row-fluid .span4 {width:34%;}
.instructor_page .abou_text button, .instructor_page .abou_text a.button {border: 2px solid deepskyblue; width: 180px;height: 50px;background: none;color: #000;font-weight: bold;font-size: 14px; line-height: 50px; padding:05px 10px;}
.instructor_page .page-center { padding: 0 5% !important; max-width: 100% !important; }
/*.instructor_page img {height:400px ;}/*/
.tools_tips_page .tools_tips_section2, .tools_tips_page .tools_tips_section1 {padding:20px 20% 10px;}
.tools_tips_page .tools_tips_section2 ul, .tools_tips_page .tools_tips_section1 ul {padding-left:20px;}
.tools_tips_page .tools_tips_section2 { background: #edeef0; padding: 20px 20% 20px;}
.tools_tips_section2 { background: #edeef0; padding: 05px 20% 05px;}
.tools_tips_page h2 {color:#00bfff;margin-bottom: -10px !important;}
.abou_text .custom-contact-us-layout h2 {   margin-bottom: 20px;}
.embed-responsive-16by9 {
    padding-bottom:58%;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;}
.body-container .page-center.no-padding {padding: 50px 0;}
.inner-page-banner .banner-image {padding:160px !important;padding-left: 0 !important;padding-right: 0 !important;}
 .banner-image {padding:160px !important;}
.custom-banner-wrapper .bannercontent h1{color: #ffffff !important; font-weight: bold !important;  font-family: Arial, sans-serif !important;text-align: center; }
.text-center p, .text-center h1 { text-align: center !important;}
.custom-resolution-form label { font-size: 13px;font-weight: 500;}
.no-text-transform h1 { text-transform: capitalize;}
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;margin: 0;
    margin-bottom: 02px;
}

.accordion.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
#hs_cos_wrapper_module_1482482118843166 h3 {font-size:15px !important;}
#hs_cos_wrapper_module_1482482118843166 h1 {font-size:70px !important;    letter-spacing: 7px;    line-height: normal;}
.ifrm-vid {    padding-bottom: 56.25%;position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;}
.ifrm-vid iframe {position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;}
@media only screen and (max-width:1530px) {
    .homepage_banner h1 {font-size: 100px !important;}
    .homepage_banner h3 {font-size: 65px;}
    
}
@media only screen and (max-width:1400px) {
    .homepage_banner h1 {font-size: 80px !important;}
    .homepage_banner h3 {font-size: 53px;}
}
@media only screen and (max-width:1200px) {
    .homepage_banner h1 {font-size: 71px !important;}
      .homepage_banner h3 {font-size: 47px;}
      .reveal-modal {left:10% !important;}
      .inner-page-banner .banner-image {padding-left: 0 !important;padding-right: 0 !important;}
      .homepage_banner .custom-banner-wrapper .bannercontent h1 {font-size: 71px !important;}
}
@media only screen and (max-width:1100px) {
.reveal-modal {left:05% !important;}
.footer_btm_cont {padding: 0 !important;}
#hs_cos_wrapper_module_1482482118843166 h1,
.footer_btm_cont p {line-height: normal !important;}
.homepage_banner .banner-image {padding-left: 0 !important;padding-right: 0 !important;}
}
@media only screen and (max-width:2500px) {
     .homepage_banner .custom-banner-wrapper .bannercontent h1 {font-size: 60px !important;}
    .homepage_banner h1 {font-size: 55px !important;}
    .homepage_banner h3 {font-size: 37px;}
    .header_section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {padding: 04px 11px;}
    .reveal-modal {left:10% !important;width: 80% !important; top:25% !important;}
    .reveal-modal h1 {text-align: center;}
    .image-block { max-width: 27%;  float: none !important;   margin:auto !important;  }
    .content-block { max-width:100% !important}
    .content-block p { margin-top: 10px !important;}
    .instructor_page .page-center {padding: 0 !important}
    .instructor_page .abou_text {width: 60%;}
    .instructor_page .row-fluid .span4 {width: 39%}
    .custom-contact-us-layout h2 {margin-bottom: 20px;}
    .instructor_page .page-center p {margin: 0 !important}
    .instructor_page h1 {margin-bottom: 05px}
    .instructor_page.row-fluid [class*="span"] {margin-left: 0}
    .instructor_page .time_schedule {width: 66%;    margin-left: 10px;}
    .instructor_page .ride_cta {width: 32%; height: auto !important;}
    .instructor_page .time_schedule p {margin: 10px 0 !important;}
    }
@media only screen and (max-width:900px) {
    .instructor_page .time_schedule {width: 100%;    margin: 0;padding: 0 7%;}
    .instructor_page .ride_cta {width: 100%;}
    .custom-menu-primary .hs-menu-wrapper>ul ul li a {font-size: 15px !important;}
}
@media only screen and (max-width:820px) {
    .instructor_page img {height: 330px;}
    .instructor_page .abou_text {height: 330px; padding: 25px 0% 0px 01%;}
}
@media only screen and (max-width:768px) {
     .span12.widget-span.widget-type-cell.faq_section {padding: 10px 05% !important;}
     .reg_to_rdbtn {text-align: center;}
     .footer_btm_cont .span2 {
    margin-left: 10px !important;}
    .clint_logs .span1.widget-span.widget-type-linked_image {
    padding-top: 0 !important;}
    .clint_logs .span2.widget-span.widget-type-linked_image {
    padding-top: 0 !important;}

#hs_cos_wrapper_module_1482482118843166 h1 {letter-spacing: normal !important;line-height: normal !important;}
.nonprofit_page .span12.widget-span.widget-type-cell {padding: 20px 03% !important;}
.top_content_sec,
.center_content_sec .span12.widget-span.widget-type-raw_html, 
.bottom_content_sec .span12.widget-span.widget-type-raw_html {padding: 10px 05% !important;}
.tools_tips_page .tools_tips_section2, .tools_tips_page .tools_tips_section1 {padding: 10px 05% !important}
.minimum_page .span12.widget-span.widget-type-rich_text {padding: 20px 05% !important;}
.nonprofit_page .span12.widget-span.widget-type-rich_text {padding: 20px 05% !important;}
.minimum_page span#hs_cos_wrapper_module_151325727255660  {padding: 0 !important;}
.inner-page-banner .banner-image { padding: 130px !important;padding-left: 0 !important;padding-right: 0 !important;}
.tools_tips_page span#hs_cos_wrapper_module_1512458278669343 {padding-left: 05% !important;padding-right: 05% !important;}
.tools_tips_page .span12.widget-span.widget-type-cell {padding-top: 10px !important}
.header_section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {padding: 04px 5px;}
 .schedule_page .span12.widget-span.widget-type-cell {padding: 05px 12% !important;}
}
@media only screen and (max-width:767px) {
    .header_section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {padding: 0 0 !important}
    .homepage_banner h1 {font-size: 40px !important;   }
    .homepage_banner h3 {font-size: 30px;}
    .banner-image {padding: 80px 0 80px !important;}
    .header_socialicons {margin-top:-85px;}
    .header_section .mobile-icon {top:30px;}
    .donatebtn {position:absolute; top:28px;right:50px;}
     .header_section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {display: initial;}
    .header_section.child-trigger::before {display: inherit;}
     .reveal-modal {left:8% !important;width: 85% !important;top:30% !important;}
     .image-block { max-width: 40% !important}
     .instructor_page img {height: auto;}
     .instructor_page .row-fluid .span4 {margin: auto; width: 30% }
     .instructor_page .abou_text {width: 100%;}
     .instructor_page h1, .instructor_page h2 {text-align: center; margin: 02px 0 05px;padding-top: 02px}
     .instructor_page .abou_text {padding: 25px 10% 0px 10%;}
     .inner-page-banner .banner-image {padding: 130px 0 130px!important; text-align: center; }
     .ride_cta {padding-top: 30px !important;}
     .span12.widget-span.widget-type-rich_text.lower_text { padding-left: 15% !important; padding-right: 15% !important}
     .conetnt-section-slide .row-fluid .span6 { width: 44%;float: left;display: inline-block;}
     .conetnt-section-slide .row-fluid .span3 { width: 28%;float: left;display: inline-block;}
     .clint_logs .span1.widget-span.widget-type-linked_image {
    padding-top: 20px !important;}
    .clint_logs .span2.widget-span.widget-type-linked_image {
    padding-top: 20px !important;}
     .span12.widget-span.widget-type-cta {text-align:center}
     .homepage_banner .custom-banner-wrapper .bannercontent h1 {font-size: 45px !important;}
     .time_schedule p span:first-child {padding-right: 5px !important;}
}
@media only screen and (max-width:600px) {
     .homepage_banner .custom-banner-wrapper .bannercontent h1 {font-size: 35px !important;}
.inner-page-banner .banner-image {padding: 100px 0 100px !important;}
.instructor_page .time_schedule {padding: 0 4%;}
.instructor_page .time_schedule p { margin: 30px 0 !important;font-size: 12px}
.instructor_page .abou_text {padding: 5px 04% 0px 04%;}

     .instructor_page .row-fluid .span4 {margin: auto; width: 40% }
     .span12.widget-span.widget-type-rich_text.lower_text {padding-left: 10% !important; padding-right: 10% !important}
     .conetnt-section-slide {background: none !important;}
     .conetnt-section-slide .row-fluid .span6 {width: 80%;float: none;display: block;margin: auto !important;background: #000;}
     .conetnt-section-slide .row-fluid .span3 {width: 80%;float: none;display: block;margin: auto !important;}
     .sign_up_cont {padding: 20px 05% !important;}
}
@media only screen and (max-width:550px) {
    .image-block { max-width: 60% !important}
     .reveal-modal {padding: 30px 15px 34px !important;}
     .instructor_page .row-fluid .span4 {margin: auto; width: 50% }
     .instructor_page .abou_text {padding: 5px 02% 0px 02%;}
     .span12.widget-span.widget-type-rich_text.lower_text {padding-left: 04% !important; padding-right: 04% !important}
       .banner-image {padding: 80px 0 80px !important;}
       .schedule_page .span12.widget-span.widget-type-cell {padding: 05px 2% !important;}
         .schedule_page .schedule_list p span:first-child {HEIGHT: 30px;float: left;padding-right: 02px !important;}
    }
    
@media only screen and (max-width:500px) {
#hs_cos_wrapper_module_1482482118843166 h1 {font-size: 50px !important;letter-spacing: 7px;}
}
 @media only screen and (max-width:450px) {
   .inner-page-banner .banner-image { padding: 70px 0 70px !important;}
   .hs-blog-header .listing-title {;font-size: 50px !important;letter-spacing: normal !important;}
    .schedule_page .span12.widget-span.widget-type-cell {padding: 05px 02% !important;}
   
}
@media only screen and (max-width:400px) {
    .homepage_banner .custom-banner-wrapper .bannercontent h1 {font-size: 30px !important;}
    .homepage_banner h1 {font-size: 31px !important;}
    .homepage_banner h3 {font-size: 25px;}
    .header_section .header_socialicons a:first-child .fa {margin-right: 4px;font-size: 14px}
    .header_section .header_socialicons span a span {margin-left: 2px;font-size: 14px}
    .header_section .header_socialicons a .fa {font-size: 10px;width: 18px; height: 18px;}
    .custom-header-container {padding-left:10px ; padding-right:10px;}
    .instructor_page h1 {font-size: 23px;}
    .custom-contact-us-layout h2 {font-size: 18px;}
    .reveal-modal h1 {font-size: 20px;}
    #hs_cos_wrapper_module_1482482118843166 h1 {font-size: 45px !important;}
    .header_section .header_socialicons a .fa {padding-top:4px;}
    .time_schedule p span:first-child {float: left; height: 30px;}  
  
}
@media only screen and (max-height:500px) {.reveal-modal{height:380px !important;}
    .reveal-modal {top: 23% !important;}
}
@media only screen and (max-height:800px) {
.reveal-modal {top: 22% !important;}
}
@media only screen and (max-width:350px) {
    .instructor_page .abou_text {height: 350px;}
#hs_cos_wrapper_module_1482482118843166 h1 {font-size: 42px !important}

}
@media only screen and (max-width:320px) {
    .image-block { max-width: 80% !important}
    .reveal-modal {left:5% !important;width: 90% !important;}
    .abou_text p {font-size: 13px;}
    .conetnt-section-slide .row-fluid .span6, .conetnt-section-slide .row-fluid .span3 {width: 90%;}
    .span12.widget-span.widget-type-cell.tools_tips_page {margin-top: -18px;}
    .body-container .page-center {padding: 100px 0% !important}
    div#hs_form_target_module_1482318127049582 {    padding: 0 2%;}
    #hs_cos_wrapper_module_1482482118843166 h1 {font-size: 35px !important}
}
.ride_cta img {height:auto;}
.ride_cta {text-align:center;padding-top: 100px;}
.time_schedule a {
    color: black;
}
.time_schedule {
    font-weight: bold;
}
.nonprofit_page p a {
    color: black;
}
.anchor {position: relative;top: -163px;display:block;padding:01px;}
.span12.widget-span.widget-type-cell.minimum_page h2 {margin-bottom: 10px;}
.schedule_page .schedule_list p span:first-child {padding-right: 50px;}



/* Search Style */ 
   #srcModal .reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,0.5);
		z-index: 100;
		display: none;
		top: 0;
		left: 0;
		}
	
	#srcModal .reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: 520px;
		background: #eee url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);overflow-y: hidden !important;
		}
		
	#srcModal .reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	#srcModal .reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	#srcModal .reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	#srcModal .reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	#srcModal .reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 

	/*SEARCH POPUP*/
#srcModal .modal .modal-dialog{width: 100%;margin: 30px auto;height: 80%;}
#srcModal .modal-header{border-bottom: 0;}
#srcModal .modal-header .close {margin-top: 0px;font-size: 30px;color: #ffffff;opacity: 1; text-shadow: none;background: transparent;border: none;}
#srcModal .modal-content{box-shadow: none;background: transparent; border: none; top: 50%; margin-top: -30px;}
#srcModal .modal{background: rgba(0, 0, 0, 0.7);}

#srcModal .modal-body .search-container{text-align: center;width: 60%; margin: 0 auto; position: relative;}
#srcModal .modal-body .search-container input{height: 60px;width: 100%; background:transparent ;border :1px solid #7557a5; padding: 15px; color: #ffffff;}
#srcModal .modal-body .search-container i{position: absolute;top: 50%;color: #ffffff;margin-top: -10px;right: 30px;}

.layout-widget-wrapper #srcModal.reveal-modal {width:100%; height:100%; margin:0 auto;position: fixed;left: 0;right: 0;text-align: center;top: 0 !important;box-shadow: none;background: rgba(0, 0, 0, 0.5);}
#srcModal.reveal-modal .modal-content{top: 55%;position: absolute;width: 100%;margin-top: -50px;left: 0;right: 0;text-align: center;}

/*404 page*/
section.error-404{ padding: 130px 0 230px 0; }
.not-found .page-content{ max-width: 700px; margin: 0 auto }
.button-options { margin-top: 60px;}
.button-options img { max-width: 150px;}
.button-options a:nth-child(2) img { margin: 0 55px;}
h5.error-404-heading { font-size: 70px; color: #7557A5; font-weight: 400;}
p.error-404-para {color: #000; font-size: 18px; font-weight: 500;}

.home-testimonial-grid .vc_gitem-col .vc_gitem-post-data p:nth-child(2) {padding: 20px 10px; position: relative; margin-bottom: 0;}
.home-testimonial-grid .vc_gitem-col .vc_gitem-post-data p:nth-child(2)::before {content: "\f10d"; position: absolute; top: 0; font-family: Fontawesome; color: #5e2b97;}
.home-testimonial-grid .vc_gitem-col .vc_gitem-post-data p:nth-child(2)::after {content: "\f10e"; font-family: Fontawesome; color: #5e2b97; bottom: 0; position: absolute;}
.home-testimonial-grid .vc_gitem-zone{ background-color: transparent !important; }
.testimonial-block .ranking-testimonial-list-wrap{display: none;}
.home-testimonial-grid .vc_custom_heading h4 { text-align: center !important;}
.home-testimonial-grid .vc_custom_heading p:nth-child(2) {min-height: 170px;}
.home-testimonial-grid .vc_btn3-container{ text-align: center !important; }
.home-testimonial-grid a, .home-testimonial-grid a:hover{background-color: #00AFF2 !important; padding: 8px !important;}
.search-top .gsc-control-cse {background: transparent;border: none;}
#gs_tti50 input { line-height: 0px;font-size: 18px;color: #908e7d; border-radius: 0px;background-color: transparent !important;
padding-left: 15px !important; }

input.gsc-search-button { display:none}
.cse .gsc-control-cse, .gsc-control-cse { padding:0px !important;}

/*25-10-2017*/
.gsc-search-box-tools .gsc-search-box .gsc-input{padding-right: 0px;position: relative;}
.gsc-search-box .gsib_b {position: absolute;right: 10px; display: none;}
.gsc-search-box #gsc-iw-id1 {border-radius: 0px;height: 60px;background: transparent;border-color: #7557a5;}
.top_info .search-top {margin-left: 95px;}
.header-top-area .top_info a {padding-top: 3px;}

/*26-10-2017*/
table.gsc-search-box td{height: 60px;}

a.child-trigger {display: block !important;position:absolute;top:0;}
a#cta_button_2756700_3004aad1-4f24-49af-9ffb-778ae26fbca2:hover {background: #00000096 !important;border: 2px solid #00bfff !important;color: #00bfff;}
.child-trigger:before {    font-size: 37px;}

/* YouTube Responsive CSS for HubSpot */

.hs-responsive-embed { 
position: relative; 
height: 0; 
overflow: hidden; 
padding-top: 0; 
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.hs-responsive-embed-youtube, 
.hs-responsive-embed.hs-responsive-embed-wistia, 
.hs-responsive-embed.hs-responsive-embed-vimeo { 
padding-bottom: 56.25%; 
}