/* @import url('http://example.com/example_style.css'); */
/*@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css'); */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');
</style>
font-family: 'Teko', sans-serif;
font-family: 'Titillium Web', sans-serif;

/***********************************************/
/* 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    */
/*****************************************/
.logo{
    margin:20px;
}


body{ margin:0; font-family: 'Titillium Web', sans-serif; font-size:16px; color:#262626; line-height:26px; }

* { box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box; }

body .row-fluid h1 { font-family: 'Teko', sans-serif; font-weight: 400; letter-spacing: .025cm; font-size:45px; line-height:1.1; color:#; padding:0px 0; margin:0; }
body .row-fluid h2 { font-family: 'Teko', sans-serif; font-weight: 300; letter-spacing: .025cm; font-size:42px; line-height:1.2; color:#; padding:0px 0; margin:0; }
body .row-fluid h3 { font-family: 'Teko', sans-serif; font-weight: 300; letter-spacing: .025cm; font-size:35px; line-height:1.2; color:#e81725; padding:0px 0; margin:0; }
body .row-fluid h4 { font-family: 'Teko', sans-serif; font-weight: 300; font-size:26px; letter-spacing: .025cm; line-height:1.2; color:#; padding:0px 0; margin:0; }
body .row-fluid h5 { font-family: 'Teko', sans-serif; font-weight: 300; letter-spacing: .025cm; size:30px; line-height:1.2; color:#; padding:0px 0; margin:0; }
body .row-fluid h6 { font-family: 'Teko', sans-serif; font-weight: 300; letter-spacing: .025cm; font-size:35px; line-height:1.2; color:#e81725; padding:0px 0; margin:0; }
/*===============================================*/

.header-container {
  padding: 2rem 1rem;
}

.fa-arrows{
    font-size: 72px;
    color: #11ada4;
    background: #fff;
    padding: 15px;
    border: 1px solid #11ada4;
    border-radius: 50%;
}

.fa-arrows:hover {
    color: #fff;
    background: #11ada4;
}

.four-img-text{
    margin-left: -40px;
}
.four-img{
    padding: 10px 0px 10px 10px;
}
.fa-block{
    padding: 30px 20px;
}
.fa-clock-o{
    color: #ba9d62;
}
.fa-calendar{
    color: #ba9d62;
}

.sports-name{
    font-size: 36px;
}

.sports-team{
    font-size: 20px;
}

.image-group{
    padding:60px 200px;
    
}
.img-edu{
    padding-top:10px;
}


.img-text{
    opacity:1.0;
    padding-top:250px;
    margin-bottom:-60px;
}

.image-group{
    padding:60px 200px;
    
}
.buy-now a{
    border-style: solid;
    border-width:2px;
    border-color:#ba9d62;
    text-decoration:none;
    padding:10px 20px;
    color:#fff;
    
}
.buy-now a:hover{
    color:#fff;
    text-decoration:none;
    background-color:#ba9d62;
}
.img-edu{
    padding-top:10px;
}

.hero-text{
    padding-top:200px;
    color:#fff;
    
}
.buy-now-group{
    text-align: center;
    padding-bottom:200px;
    padding-top:20px;
    
}

.service-wrapper{
    overflow:hidden;
    position:relative;
    margin-bottom:20px;
    
}
.read-more-group{
    text-align: center;
    padding-bottom:40px;
    padding-top:40px;
    
}
.read-more-group{
    text-align: center;
    padding-bottom:40px;
    padding-top:40px;
    
}


.hero-group{
    background-size:cover;
    background-position:center center;
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-image: url('https://448674.fs1.hubspotusercontent-na1.net/hubfs/448674/new...png');
    margin-top:-10px;
}
.service-wrapper .service-link{
    text-align:center; 
    text-decoration:none !important;  
    color:#797979; 
    border:solid 1px #fff; 
    border-radius:50px;
    padding:2px 8px;
    background-color:#fff;
}

.service-wrapper-inner{
    height:100%;
    line-height:1.3em;
    text-align:center;
    color:#fff;
    width:315px;
    position:absolute;
    z-index:1;
    top:300px;
    margin-left:-15px;
    padding:15px 40px;
    -webkit-transition:0.1s;
    -moz-transition:0.1s;
    -ms-transition:0.1s;
    -o-transition:0.1s;
    transition:0.1s;
    background: -moz-linear-gradient(270deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(29,44,90,1)), color-stop(100%, rgba(0,235,235,0.4)));
    background: -webkit-linear-gradient(270deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
    background: -o-linear-gradient(270deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
    background: -ms-linear-gradient(270deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
    background: linear-gradient(180deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2c5a', endColorstr='#00EBEB',GradientType=0 );
    
}
.service-wrapper:hover .service-wrapper-inner{
    top:0;
}

    .whole-group{
    padding:50px;
}

.banner-new{
    background-size:cover;
    background-attachment:fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-image:url("https://448674.fs1.hubspotusercontent-na1.net/hubfs/448674/ybanner3.png");
    color:#fff;
    
}
.events-big-group{
    padding:50px 80px;
}
.bannernew{
    padding:50px;
}
.text-group{
    padding:30px;
}

.text-time{
    color:#ba9d62;
}

.text-time :hover {
   background:#ba9d62;
    color:#fff;
}
.image-wrapper{
    width:300px;
    height:300px;
    
    
}
.group-three div{
    text-align: center; font-size: 30px; text-shadow: 1px 0.5px #bdbdbd;
}
.group-three p{
    text-align: center; font-size: 20px; text-shadow: 1px 0.5px #bdbdbd;
}

.group-three{
    background-color:#ba9d62;
    color:#fff;
    padding:20px ;
}
.img-slider{
    padding:50px 80px;
}
.row-fluid .read-more a { background:#ba9d62;
background-repeat:repeat;
color: #fff; 
font-weight: 500; 
text-transform: uppercase; 
padding: 7px 14px; 
margin-left: 0px; 
border: 1.5px solid;
border-color: #ba9d62;
}
.row-fluid .read-more a:hover { background-color: #fff; color:#ba9d62; border-color: #ba9d62;}



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

.image-bg{
    background-image:url("https://448674.fs1.hubspotusercontent-na1.net/hubfs/448674/alumni-img.png");
    background-size:cover;
    background-position:center bottom;
    background-attachment:;
    background-repeat:no-repeat;
}

.text-gp{
    padding:80px;
    text-decoration:none !important;
}

.img-text-cta{
    margin-left: -40px;
}
.choose-cta{
    text-align: right;
    padding-right: 20px;
}

.smart-container {
  width: auto;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 2%;
}

.smart-card {
  width: 100%;
  height: 100%;
  position: relative;
}

.smart-card:hover {
  box-shadow: 0px 0px 5px 3px #ddd;
  cursor: pointer;
}

.smart-card p {
  font-size: 18px;
  padding: 5px;
  text-align: center;
}

.smart-face {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 10px;
}

.smart-title {
text-align: center;
  font-size: 24px;
  margin: 0%;
  padding-top: 5px;
}

.smart-portrait {
  max-width: 100%;
  max-height: auto;
  display: block;
  margin: 8px auto 8px;
}


.card-container {
  width: auto;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 2%;
}

.card-card {
  width: 100%;
  height: 100%;
  position: relative;
}

.card-text:hover {
  box-shadow: 0px 0px 5px 3px #ddd;
  cursor: pointer;
}

.card-text p {
  font-size: 18px;
  padding: 5px;
}

.card-face {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 10px;
}

.card-title {
  font-size: 24px;
  margin: 0%;
  padding-top: 5px;
}

.card-portrait {
  max-width: 100%;
  max-height: auto;
  display: block;
  margin: 8px auto 8px;
}
.event-group{
    max-width:520px;
    margin-top:50px;
    margin-left:50px;
    border: 1px solid #3f3f3f;
}

.card-name{
margin-top: -50px;
padding-left: 80px;
padding-bottom: 15px;
}

.card-image{
width: 50px;
border-radius: 50%;
padding: 10px;
}
.upcom{
    text-align: center; font-size: 25px;
}



.four{
    padding-left:60px;
}
.row-fluid .header-cta  a{ background:#143559 ;
background-repeat:repeat;
color: #fff;
padding: 4px 10px;
margin-left: 0px;
border-radius: 20px;}
.row-fluid .header-cta:hover a{ background-color: #ba9d62 ; color:#fff; }
.row-fluid .header-cta a { margin-left:0; }
/*===============================================*/
.sports{
    padding: 50px 100px;
}
.sports-box{
    padding: 30px;
}
.whitefont {
 color: #fff;
 padding: 250px 0px;
}
.teamcontainer {
  position: relative;
  width: 100%;
}

.teamimage {
  display: block;
  width: 100%;
  height: auto;
}

.teamoverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .1s ease;
  opacity: 1;
     background: -moz-linear-gradient(270deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(29,44,90,1)), color-stop(100%, rgba(0,235,235,0.4)));
   background: -webkit-linear-gradient(270deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
   background: -o-linear-gradient(270deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
   background: -ms-linear-gradient(270deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
   background: linear-gradient(180deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2c5a ', endColorstr='#00EBEB ',GradientType=0 );
}

.teamcontainer:hover .teamoverlay {
  height: 100%;
}

.teamtext {
  white-space: nowrap; 
  color: #fff;
  font-size: 14px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.img2 {
-webkit-animation: slide2 1s infinite;
-moz-animation: slide2 5s infinite;
-o-animation: slide2 5s infinite;
animation: slide2 1s infinite; 
}

    @-webkit-keyframes slide2 {
0% {opacity:0;}
25% {opacity:0.6;}
50% {opacity:1;}
75% {opacity:0.6;}
100% {opacity:0;}
}
@-moz-keyframes slide2 {
0% {opacity:0;}
25% {opacity:0.6;}
50% {opacity:1;}
75% {opacity:0.6;}
100% {opacity:0;}
}
@-o-keyframes slide2 {
0% {opacity:0;}
25% {opacity:0.6;}
50% {opacity:1;}
75% {opacity:0.6;}
100% {opacity:0;}
}

	@keyframes slide2 {
0% {opacity:0;}
25% {opacity:0.6;}
50% {opacity:1;}
75% {opacity:0.6;}
100% {opacity:0;}
}
/*===============================================*/
.row-fluid .read-cta a{ 
    color:#11ada4;
    background:  transparent;
    background-repeat:repeat;
    padding: 3px 12px;
    background-color:#fff;
    border:1px solid #11ada4;
    border-radius: 20px;
    text-decoration: none;
    }
.row-fluid .read-cta a:hover{ 
    color: #fff;
    
    background-color:#11ada4;
    }
    
    .ebook-card{
        padding-bottom: 10px; border: 1px solid #ddd; border-radius: 5px;
    }
    
    .card-card{
        padding: 50px 100px; 
    }
/*===============================================*/

.row-fluid .tycta a { background:#11ADA4;
background-repeat:repeat;
color: #fff; 
font-weight: 500; 
text-transform: uppercase; 
padding: 7px 14px; 
margin-left: 0px; 
border: 1.5px solid;
border-color: #143559;
border-radius: px;
}
.row-fluid .tycta a:hover { background-color: #143559; color:#fff; border-color: #143559;}

.row-fluid .go a { background:#11ADA4;
background-repeat:repeat;
color: #fff; 
font-weight: 500; 
text-transform: uppercase; 
padding: 7px 14px; 
margin-left: 0px; 
border: 1.5px solid;
border-color: #143559;
border-top-left-radius:2em;
border-bottom-left-radius:2em;
}
.row-fluid .go a:hover { background-color: #143559; color:#fff; border-color: #143559;}

.go-right{
    text-align: right;
}

.img-404{
    padding: 30px 0px;
text-align: center;    
}
.row-fluid .go2 a { background:#11ADA4;
background-repeat:repeat;
color: #fff; 
font-weight: 500; 
text-transform: uppercase; 
padding: 7px 14px; 
margin-left: 0px; 
border: 1.5px solid;
border-color: #143559;
border-top-right-radius:2em;
border-bottom-right-radius:2em;
}
.row-fluid .go2 a:hover { background-color: #143559; color:#fff; border-color: #143559;}

.go-left{
    text-align: left;
}

.tycta{
    padding: 30px 0px;
}
/*===============================================*/
.fa-section{
    padding: 20px 0px;
}
.four-sec{
    padding: 50px 100px;
}
.icon-html{
    margin-left: 0px;
    padding-bottom: 20px;
    text-align: center;
}
.row-fluid .set-bg { background-size:cover !important; background-repeat:no-repeat;height: 500px; background-position:center top !important; }
.row-fluid .get-bg { 
    display:none
    }

.row-fluid a { color:black; outline:none; display:inline; text-decoration: underline !important; transition:ease all 0.4s; }
.row-fluid a:hover { color:#e81725; }

.row-fluid input[type=text], .row-fluid input[type=email], .row-fluid input[type=tel], .row-fluid input[type=number] { width:100% !important; border:none; font-family: 'Roboto', sans-serif; outline:none; border-radius:2px;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid input[type=submit] { border:none; background:url() #e81725; color:#FFF; font-family: 'Roboto', sans-serif; border-radius:2px; outline:none; }
.row-fluid input[type=submit]:hover { background:url() #000; }
.row-fluid img { max-width:100%; height:auto; outline:none; }
.row-fluid .text-center { text-align:center; }
body .row-fluid .text-white, body.landing-1 .row-fluid .text-white h1, body.landing-1 .row-fluid .text-white h2, body.landing-1 .row-fluid .text-white h3, body.landing-1 .row-fluid .text-white h4, body.landing-1 .row-fluid .text-white h, body.landing-1 .row-fluid .text-white h6 { color:#FFF; }

.row-fluid [class*="span"] { min-height:1px; }
.row-fluid .fl100 { float:left; width:100%; }
.row-fluid .wrapper { width:100%; margin:0 auto !important; max-width:1200px; float:none; }
.row-fluid .text-center { text-align:center; }

.row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { vertical-align:top; width:100%; max-width:100%; }

.row-fluid .btn-design1 a { text-align:center; letter-spacing:1px; padding: 12px 25px; color: #000; font-weight: 700; text-transform: uppercase; border-radius: 30px; line-height: 28px; border: #FFF solid 4px; box-shadow: #CCC 0 0 10px; color:#FFF;
background: #fd6921; /* Old browsers */ background: -moz-linear-gradient(top,  #fd6921 0%, #e02a27 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top,  #fd6921 0%,#e02a27 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom,  #fd6921 0%,#e02a27 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6921', endColorstr='#e02a27',GradientType=0 ); /* IE6-9 */ }
.row-fluid .btn-design1 a:hover { background: #3574e3; /* Old browsers */ background: -moz-linear-gradient(top,  #3574e3 0%, #2757aa 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top,  #3574e3 0%,#2757aa 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom,  #3574e3 0%,#2757aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3574e3', endColorstr='#2757aa',GradientType=0 ); /* IE6-9 */ }


body { background-color:#fff;}
.position {
  float: left;
  margin: 0;
}
/*Start Header*/

.row-fluid .header-top{ padding:10px 0px; }
.row-fluid .mobile-menu-icon{ text-align:right;padding-top:7px; }
.row-fluid .mobile-menu-icon a{ color: #0d0d0d;font-size: 30px;border: 2px solid #0d0d0d;border-radius: 50%;padding: 10px 12px; }

/*End Header*/
/*Start Banner Section*/

.row-fluid .banner-section{ position:relative; }
.row-fluid .banner-section:before{ position:absolute;content:'';width:100%;height:100%;left:0;top:0;background:rgba(226, 100, 115,0.64); }
.row-fluid .banner-content{ font-family: 'Teko', position:relative;text-align:center;padding: 0px 0px ;color:#fff;font-size:18px; }
.row-fluid .banner-content h1{ color:#fff;font-size:50px;text-shadow:0 2px 0 #000; }
.row-fluid .banner-content h1 span{ font-weight:100; }
.row-fluid .banner-content .banner-content-text{ text-align:left;padding:0px 220px;font-weight:300;font-size:22px;text-shadow: 0 1px 0 #000; }
/*End Banner Section*/


/*Start Footer*/
.row-fluid .footer{  }
.row-fluid .visit-box{ padding-right: 332px;font-size:16px;line-height:26px;color:#000; }
.row-fluid .visit-box h4,.row-fluid .site-menu h4,.row-fluid .contact-box h4,.row-fluid .socila-box h4{ font-family: 'Teko',font-size:24px;font-weight:900;color:#000;line-height:30px;padding-bottom:0px; }
.row-fluid .row-fluid .site-menu ul{ padding:0px;margin:0px;list-style:none; }
.row-fluid .site-menu ul li a{ font-family: 'Teko', color:#000;font-size:16px;line-height:26px; }
.row-fluid .site-menu ul li a:hover{ color:#48c7df;transition:all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s;-moz-transition:all ease-in-out 0.5s;-o-transition:all ease-in-out 0.5s; }
.row-fluid .site-menu-right{ padding-top:50px; }
.row-fluid .contact-box a{ font-size:16px;line-height:26px;color:#000; }
.row-fluid .contact-box a:hover{  color:#48c7df;transition:all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s;-moz-transition:all ease-in-out 0.5s;-o-transition:all ease-in-out 0.5s; }
.row-fluid .contact-box a i{ font-size:20px;padding-right:5px; }
.row-fluid .socila-box{ text-align:right; }
.row-fluid .socila-box ul{ padding:0px;margin:0px;list-style:none; }
.row-fluid .socila-box ul li{ float:none;display:inline-block;padding: 10px 0px 0px 10px;; }
.row-fluid .socila-box ul li a{ background:#525252;color:#fff;font-size:20px;width:40px;height:40px;border-radius:50%;text-align:center; }
.row-fluid .socila-box ul li a:hover{ background:#48c7df;color:#525252;transition:all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s;-moz-transition:all ease-in-out 0.5s;-o-transition:all ease-in-out 0.5s; }
.row-fluid .socila-box ul li a i{ padding-top:10px; }
.row-fluid .footer-inner{ padding:50px 0px; }
.row-fluid .copyright{ background:#525252;padding:10px 0px; }
.row-fluid .copyright-text{ text-align:right;color:#fff;font-size:16px;line-height:26px;padding-top:6px; }
/*End Footer*/

.row-fluid .banner-section.game-hero:before { background-color:rgba(19,27,40,0.7); }
.row-fluid .banner-section.game-hero .wrapper { position:relative; }
.row-fluid .banner-section.game-hero .banner-content { padding-bottom:70px; text-align:left; }
.row-fluid .banner-section.game-hero .game-right { bottom: -170px; position: relative; }
.row-fluid .banner-section.game-hero .banner-content-text { padding:0; }
.row-fluid .banner-section.game-hero .secondary-header { font-size:25px; line-height:1.3; margin-top:0; }


.row-fluid .custom-header-logo p { margin:0; }
.row-fluid .header-top-logo { margin:0 !important; }
.row-fluid .dd_top_menu ul li a { color:#000; font-weight:400; }
.row-fluid .dd_phone a { color:#000; font-weight:400; }


/*----- Apps Club Page -----*/
.row-fluid .btn-design2 .cta_button, .row-fluid .btn-design2 .cta_button a { background:transparent;background-repeat:repeat;text-transform:uppercase; font-size:27px; font-weight:300; color:#000; padding:15px; background-color:#ffe554; border-bottom:rgba(0,0,0,0.3) solid 3px; border-radius:4px; }
.row-fluid .btn-design2 .cta_button:hover { background-color:#000; color:#e81725; }
.row-fluid .btn-design2 span { font-weight:700; }

.appsclub .row-fluid .banner-section .banner-content { padding:50px 0 150px; text-shadow:0 2px 0 #000; }
.appsclub .row-fluid .banner-section:before { background-color:rgba(0,0,0,0.57); }
.appsclub .row-fluid .banner-section:after { position:absolute; content:''; left:0; top:0; width:100%; height:100%; background:rgba(35,171,183,0.25); }
.appsclub .row-fluid .banner-section .wrapper { position:relative; z-index:1; }
.appsclub .row-fluid .banner-section h1 span { display:block; }
.appsclub .row-fluid .hero-subtitle { margin:60px 0; }
.appsclub .row-fluid .hero-subtitle h4 { color:#ffe850; font-weight:500; text-transform:uppercase; }
.appsclub .row-fluid .herobottom-text { font-size:22px; color:#FFF; padding:0px 0 50px; }
.appsclub .row-fluid .herobottom-text span span { color:#ffe850; display:block; font-weight:500; }

.row-fluid .club-learnmore a { background:transparent;
background-repeat:repeat;
color: #fff; 
font-weight: 500; 
text-transform: uppercase; 
padding: 7px 14px; 
margin-left: 0px; 
border: 1.5px solid;
border-color: #fff;}
.row-fluid .club-learnmore a:hover { background-color: #ba9d62; color:#fff; border-color: #ba9d62;}
.appsclub .row-fluid .app-detail-section { padding:50px 0; }

.row-fluid .service-brand { padding:60px 0 80px; float:left; width:100%; position:relative; text-align:center; }
.row-fluid .service-brand:before { position:absolute; content:''; left:0; top:0; width:100%; height:100%; background:rgba(255,255,255,0.66); }
.row-fluid .service-brand:after { position:absolute; content:''; left:0; bottom:0; width:100%; height:160px; background:#f1f2f2; }
.row-fluid .service-brand .wrapper { position:relative; }
.row-fluid .service-brand h2 { color:#000; text-transform:uppercase; }
.row-fluid .service-brand h2 span { font-weight:300; }

.row-fluid .service-boxes { margin-top:50px; padding:50px 0 30px; position:relative; z-index:2; color:#020202; font-size:20px; line-height:28px; }
.row-fluid .service-boxes h5 { color:#2a2a2a; margin-bottom:7px; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget { float:left; width:28%; margin-right:8%; background:#9aca5b; border-radius:15px 0 0 15px; padding:15px; position:relative; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:before { position:absolute; content:''; right:0; top:-40px; width:40px; height:40px; border-bottom:#709542 solid 35px; border-right:transparent solid 40px; box-sizing:border-box; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:after { position:absolute; content:''; right:0; bottom:-40px; width:40px; height:40px; border-top:#709542 solid 35px; border-right:transparent solid 40px; box-sizing:border-box; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2):before { border-bottom-color:#674976; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2):after { border-top-color:#674976; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3):before { border-bottom-color:#b86740; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3):after { border-top-color:#b86740; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n) { margin-right:0; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2) { background:#a275bc; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3) { background:#f38756; }
.row-fluid .service-boxes .service-icon img { max-width: 80px; margin: 10px; }
.row-fluid .service-boxes .service-detail { display: block; padding: 15px 40px; border-top:#FFF dashed 1px; }
.row-fluid .service-boxes .service-detail:before { position: absolute; content: ''; left: 100%; top: 115px; width: 120px; height: 2px; border-top: #b6b5b5 dashed 1px; }
.row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n) .service-detail:before { display:none; }
.row-fluid .sidebar.right .bordered-box form .hs_submit .actions{ text-align:center; }
.row-fluid .sidebar.right .bordered-box form .hs_submit .actions input{ background:transparent;background-repeat:repeat;cursor:pointer;margin-top:20px;background-color: #fee06e;text-transform: uppercase;color: #010101;font-weight: 900;border-radius: 5px;padding: 10px 30px;font-size: 18px;box-shadow: 0 3px 0 0 #dbba3a;-webkit-box-shadow: 0 3px 0 0 #dbba3a;-moz-box-shadow: 0 3px 0 0 #dbba3a;-o-box-shadow: 0 3px 0 0 #dbba3a; }
.row-fluid .sidebar.right .bordered-box form .hs_submit .actions input:hover{ background-color: #010101;box-shadow: 0 3px 0 0 #000;-webkit-box-shadow: 0 3px 0 0 #000;-moz-box-shadow: 0 3px 0 0 #000;-o-box-shadow: 0 3px 0 0 #000;color: #fee06e;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;-moz-transition: all ease-in-out .5s;-o-transition: all ease-in-out .5s; }
.row-fluid .sidebar.right .bordered-box form.hs-form .field{ text-align:left; }
.row-fluid .sidebar.right .bordered-box form.hs-form{ text-align:center; }
.row-fluid .sidebar.right .bordered-box form.hs-form a.hs-button{ background:transparent;background-repeat:repeat;cursor:pointer;margin-top:20px;background-color: #fee06e;text-transform: uppercase;color: #010101;font-weight: 900;border-radius: 5px;padding: 10px 30px;font-size: 18px;box-shadow: 0 3px 0 0 #dbba3a;-webkit-box-shadow: 0 3px 0 0 #dbba3a;-moz-box-shadow: 0 3px 0 0 #dbba3a;-o-box-shadow: 0 3px 0 0 #dbba3a; }
.row-fluid .sidebar.right .bordered-box form.hs-form a.hs-button:hover{ background-color: #010101;box-shadow: 0 3px 0 0 #000;-webkit-box-shadow: 0 3px 0 0 #000;-moz-box-shadow: 0 3px 0 0 #000;-o-box-shadow: 0 3px 0 0 #000;color: #fee06e;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;-moz-transition: all ease-in-out .5s;-o-transition: all ease-in-out .5s; }
.row-fluid .calculate-left{ padding-top:30px; }
.row-fluid .calculate-left .diffrent-club-title h2{ text-align:center; }
.row-fluid .calculate-left .brand-section-text{ padding-top:30px;text-align:center; }


/*==============testimonial===================*/

/*===========================*/
@media (max-width:1240px){
    .row-fluid .wrapper{ width:768px; }  
    .row-fluid .banner-content .banner-content-text{ padding:0px 135px; }
    .row-fluid .app-box-big:before{ width:45px;left:-5px; }
    .row-fluid .app-box-big>div:before{ width:45px;right:-5px; }
    .row-fluid .app-box-big:after{ left:-20px; }
    .row-fluid .app-box-big>div:after{ right:-20px; }
    .row-fluid .app-box-big .mobile-image{ top:-100px; }
    .row-fluid .app-section{ padding:30px 0px; }
    .row-fluid .app-detail-image{ margin-top:-60px; }
    .row-fluid .app-detail-image:after{ width:225px;right:-200px; }
    .row-fluid .app-detail-image:before{ right:-215px; }
    .row-fluid .brand-notice-box:before{ border-width:60px 101px 0 101px; }
    .row-fluid .brand-notice-header h4{ font-size:18px;padding:10px; }
    .row-fluid .visit-box{ padding-right:110px; }
    .row-fluid .app-detail-right-inner{ padding-top:0; }
    .row-fluid .banner-content{padding:80px 0 250px; }
    .row-fluid .brand-notice-list ul li{ font-size:18px; }
    .row-fluid .app-boxes { margin-top:-80px; }
    .row-fluid .app-boxes .app-box-icon img { max-width:100px; }
    .row-fluid .app-boxes .app-box-title, .row-fluid .app-boxes .app-box-text { font-size:16px; }
    .row-fluid .banner-section.game-hero .game-right { bottom:-130px; }
    .row-fluid .top-content .topcontent-title { padding-left:40px; }
    .row-fluid .top-content .topcontent-title h2 { font-size:36px; }
    .appsclub .row-fluid .banner-content h1 { font-size:48px; }
    .row-fluid .instruction-boxes .instruction-text { padding:0; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget > span { padding:15px; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget > span:before { top:-30px; }
    .row-fluid .app-subscription h2 { font-size:38px; }
    .appsclub .row-fluid .app-detail-image { margin-top:-100px; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget { width:25%; margin:0 3%; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2):before, .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3):before { width:26%; left:-27%; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(2):after, .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3):after { left:-27%; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3):after { left:-20px !important; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n){ margin-right:6.5%; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:nth-child(3n+1){ margin-left:6.5%; }
    .row-fluid .service-boxes .service-detail { padding:15px 0; }
    .row-fluid .sidebar.right .bordered-box form .hs_submit .actions input{ padding:10px; }
    .row-fluid .calculate-left .diffrent-club-title h2{ line-height:40px; }
    
}


@media (max-width:768px){
    .row-fluid .wrapper{ width:700px; }   
    .row-fluid .banner-content .banner-content-text{ text-align:center;padding:0px; }
    .row-fluid .banner-content{ padding:70px 0px 200px; }
    .row-fluid .app-box-icon img{ width:80px; }
    .row-fluid .app-box-title{ font-size:16px;line-height:22px; }
    .row-fluid .app-detail-image:after,.row-fluid .app-detail-image:before{ display:none; }
    .row-fluid .app-number-box h4{ font-size:24px;line-height:34px; }
    .row-fluid .app-detail-right-inner{ width:100%;float:left; }
    .row-fluid .banner-content h1{ font-size:42px;line-height:52px; }
    .row-fluid .secret-section-title h2{ font-size:36px;line-height:30px; }
    .row-fluid .brand-header h2,.row-fluid .diffrent-club-title h2{ font-size:36px;line-height:40px; }
    .row-fluid .secret-box-main-title h2{ font-size:32px;line-height:42px; }
    .row-fluid .brand-main-box{ padding-top:20px; }
    .row-fluid .brand-box{ width:33%;float:left;min-height:175px;margin-top:0px; }
    .row-fluid .brand-box:nth-child(3n){ margin:0px; }
    .row-fluid .brand-notice-box{ width:28%;float:left;margin-top:-245px; }
    .row-fluid .brand-spacer{ min-height:0px !important; }
    .row-fluid .brand-top-content{ width:100%;padding-bottom:80px; }
    .row-fluid .brand-notice-box:before{ border-width: 60px 95px 0 95px; }
    .row-fluid .visit-box{ padding-right:0px; }
    .row-fluid .mobile-menu-icon{ padding-top:0px; }
    .row-fluid .app-number-box h4, .row-fluid .app-value-box h4{ font-size:20px;line-height:30px; }
    .row-fluid .app-number-box, .row-fluid .app-value-box{ font-size:16px;line-height:16px; }
    .row-fluid .app-box-text{ font-size:16px;line-height:18px; }
    .row-fluid .app-box-icon{ text-align:center; }
    .row-fluid .app-box-icon{ width:85px;float:none;display: inline-block; }
    .row-fluid .diffrent-club-cta{ margin-bottom:15px; }
    .row-fluid .diffrent-club-cta-group{ padding:20px 0px; }
    .row-fluid .app-box-big .mobile-image{ top:-66px; }
    .row-fluid .banner-section.game-hero .game-right { margin-top:60px; bottom:0; }
    .row-fluid .app-boxes { margin-top: 0; width: 100%; }
    .row-fluid .top-content .topcontent-title { margin-top:180px; }
    .row-fluid .app-detail-right-inner { padding-top:30px; }
    .appsclub .row-fluid .banner-content h1 { font-size:38px; }
    .appsclub .row-fluid .hero-subtitle { margin:30px 0; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget { width:31.33%; margin:0 1% !important; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:before, .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:after { display:none; }
    .row-fluid .game-box { padding-right:0; }
    .row-fluid .app-subscription { padding:80px 0; width:100%; margin-left:0; }
    .appsclub .row-fluid .app-detail-image { margin-top:0; }
    .row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget { width:32%; margin-right:2%; }
    .row-fluid .service-boxes .service-detail { padding:15px 0; } 
    .row-fluid .service-boxes .service-detail:before { display:none; }
    .row-fluid .sidebar.right .bordered-box form .hs_submit .actions input{ padding:10px 5px;font-size:14px; }
    .row-fluid .sidebar.right .bordered-box form fieldset{ margin:0 auto; }
    .row-fluid .sidebar.right .bordered-box form.hs-form .field{ width:100%;float:left; }
    .row-fluid .sidebar.right .bordered-box form.hs-form a.hs-button{ padding:10px 20px;font-size:16px; }
    body.blog-2017 .row-fluid .blog-hero-content{ padding:100px 0px 250px; }
    .hs-blog-post .row-fluid .mainblog-section .post-header h1,body.blog-2017 .row-fluid .blog-hero-content h1{ font-size:40px;line-height:48px; }
    body.blog-2017 .row-fluid .blog-section .post-listing .post-item{width:100%;margin:30px 0px 0px !important;  }
}

@media (max-width:767px){
    .row-fluid .wrapper{ width:100%;padding:0px 20px; }   
    .row-fluid .app-box-big .mobile-image{ position:relative;top:0; }
    .row-fluid .app-detail-image{ margin:0px; }
    .row-fluid .secret-box-icon:before{ display:none; }
    .row-fluid .brand-box{ width:100%;margin:0px; }
    .row-fluid .brand-main-box{ text-align:center; }
    .row-fluid .brand-notice-box:before{ left: 50%;transform: translateX(-50%); }
    .row-fluid .brand-notice-box{ width:70%;margin:0px;float:none;display:inline-block; }
    .row-fluid .diffrent-club-cta{ width:100%;padding:10px 0px;margin-bottom:0px;}
    .row-fluid .diffrent-club-cta-group{ padding:10px 0px; }
    .row-fluid .site-menu-right{ padding-top:15px; }
    .row-fluid .visit-box,.row-fluid .site-menu,.row-fluid .contact-box,.row-fluid .socila-box{ width:100%;text-align:center; }
    .row-fluid .footer-logo,.row-fluid .copyright-text{ text-align:center;width:100%; }
    .row-fluid .secret-section-title h2, .row-fluid .brand-header h2, .row-fluid .diffrent-club-title h2{ font-size:30px;line-height:40px; }  
    .row-fluid .brand-section-text{ font-size:18px;line-height:28px; }
    .row-fluid .brand-top-content{ text-align:center; }
    .row-fluid .brand-promotion-text{ font-size:20px;line-height:30px; }
    .row-fluid .brand-section{ padding:50px 0px 85px; }
    .row-fluid .secret-box-main-title h2{ font-size:26px;line-height:36px;padding:15px 0px;text-align:center; }
    .row-fluid .secret-right-image{ text-align:center;padding:35px 15px;margin:15px 0px; }
    .row-fluid .secret-left-text{ text-align:center; }
    .row-fluid .app-detail-image{ padding:20px 0px;max-width:300px;float: none;margin: 0 auto;float:none;display:inline-block; }
    .row-fluid .app-box-big .mobile-image{ padding:20px 0px;max-width:300px;float: none;margin: 0 auto;float:none; }
    .row-fluid .app-box{ width:100%;float:left;padding-bottom:20px; }
    .row-fluid .app-box-big:after,.row-fluid .app-box-big:before,.row-fluid .app-box-big>div:after,.row-fluid .app-box-big>div:before{ width:0px;height:0px;display:none;right:0;left:0;top:0;bottom:0; }
    .row-fluid .app-detail-section{ text-align:center }
    .row-fluid .header-top-logo{ width:auto;float:left; }
    .row-fluid .mobile-menu-icon{ width:70px;text-align:center;float:right; }
    .row-fluid .secret-right-image{ width:300px;height:300px;float:none;text-align:center;margin:auto; }
    .row-fluid .app-main-box-right{ width:100%; }
    .row-fluid .app-main-box-right > img{ max-width: 300px;margin: 0 auto;vertical-align: bottom; }
    .row-fluid .app-number-box, .row-fluid .app-value-box{ text-align:center; }
    .row-fluid .secret-box:first-child .secret-box-icon{ text-align:center; }
    .row-fluid .banner-content h1{ font-size:32px;line-height:38px; }
    .row-fluid .banner-content .banner-content-text{ font-size:20px;line-height:24px; }
    .row-fluid .diffrent-club-cta a,.row-fluid .diffrent-club-lernmore-cta a{ font-size:20px;padding:10px 30px; }
    .row-fluid .banner-content{ padding:70px 0px; }
    .row-fluid .secret-right-image img{ max-width:250px; }
    .row-fluid .brand-notice-box:after{ display:none; }
    .row-fluid .contact-box, .row-fluid .socila-box{ padding-top:15px; }
    .row-fluid .banner-section.game-hero { padding-bottom:50px; }
    .row-fluid .banner-section.game-hero .banner-content { padding:50px 0; }
    .row-fluid .banner-section.game-hero, .row-fluid .banner-section.game-hero .banner-content { text-align:center; }
    .row-fluid .banner-section.game-hero .game-right { margin-top:0; }
    .row-fluid .banner-section.game-hero .game-right img { max-width:250px; width:100% !important; }
    .row-fluid .top-content .topcontent-title { margin: 70px 0; text-align: center; padding: 0; width: 100%; }
    .row-fluid .game-secret .secret-left-text { padding:0 0 40px; }
    .row-fluid .brand-main-box { padding-left:0; }
    .row-fluid .rank-box.option2 { margin-top:30px; }
    .row-fluid .btn-design2 .cta_button, .row-fluid .btn-design2 .cta_button a { font-size:18px; line-height:24px; }
    .appsclub .row-fluid .herobottom-text { padding-bottom:0; }
    .appsclub .row-fluid .banner-content h1 { font-size:32px; }
    .appsclub .row-fluid .banner-content h1 span { display:inline; }
    .appsclub .row-fluid .hero-subtitle { margin:10px 0; }
    .appsclub .row-fluid .banner-section .banner-content { padding:40px 0; }
    .row-fluid .game-box { padding:0; }
    .row-fluid .game-box .gameicon { position:static; float:none; display:inline-block; margin-bottom:15px; }
    .row-fluid .club-learnmore a { margin-left:0; }
    .row-fluid .instruction-boxes { top:0; margin:30px 0 10px !important; }
    .row-fluid .instruction-boxes h6 { min-height:0; margin-bottom:10px; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget { width:100% !important; margin:0 0 45px !important; }
    .row-fluid .instruction-boxes .hs_cos_wrapper_type_custom_widget:last-child { margin:0 !important; }
    .row-fluid .app-subscription { text-align:center; padding:40px 0; }
    .row-fluid .app-subscription h2, .row-fluid .service-brand h2 { font-size:36px; }
    .row-fluid .service-boxes { display:block; margin:0; }
    .row-fluid .service-boxes .hs_cos_wrapper_type_custom_widget { width: 100%; margin: 50px 0; }
    .hs-blog-post .row-fluid .mainblog-section .post-header h1{ font-size:24px;line-height:30px; }
    .hs-blog-post .row-fluid .mainblog-section #hubspot-author_data{ font-size:16px; }
    body.blog-2017 .body-container-wrapper{ padding:30px 0px; }
    .hs-blog-post #comment-form.new-comments{ padding-top:30px; }
    body.blog-2017 .row-fluid .blog-hero-content h1{ font-size:32px;line-height:40px; }
     body.blog-2017 .row-fluid .blog-hero-content{ padding:60px 0px 100px; }
     .hs-blog-post .row-fluid .mainblog-section .post-header h1,body.blog-2017 .row-fluid .blog-hero-content h1{ font-size:28px;line-height:36px; }
     
    body.blog-2017 .blog-filter { margin:0 0 30px; }
    body.blog-2017 .blog-filter li { margin:2px 2px 2px -2px; }
}  

@media (max-width:480px){
    .row-fluid .header-top-logo{ width:170px;padding-top:6px; }   
    .row-fluid .secret-section-sub-title{ font-size:24px;line-height:34px; }
    .row-fluid .secret-section-title h2, .row-fluid .brand-header h2, .row-fluid .diffrent-club-title h2{ font-size:22px;line-height:32px; }
    .row-fluid .brand-section-text{ font-size:16px;line-height:22px; }
    .row-fluid .brand-promotion-text{ font-size:18px;line-height:28px; }
    .row-fluid .brand-box-title{ font-size:18px;line-height:28px; }
    .row-fluid .diffrent-club-cta a{ font-size:16px; }
    .row-fluid .visit-box h4, .row-fluid .site-menu h4, .row-fluid .contact-box h4, .row-fluid .socila-box h4,.row-fluid .app-number-box h4, .row-fluid .app-value-box h4{ font-size:20px;line-height:30px; }
    .row-fluid .app-detail-image,.row-fluid .app-box-big .mobile-image{ max-width:100%; }
    .row-fluid .socila-box ul li a{ width:30px;height:30px;font-size:18px; }
    .row-fluid .socila-box ul li a i{ padding-top:7px; }
    .row-fluid .diffrent-club-cta a{ padding:7px 30px; }
    .row-fluid .brand-notice-box{ width:85%; }
    .row-fluid .diffrent-club-lernmore-cta a{ padding:10px 30px; }
    .row-fluid .footer-inner{ padding:20px 0px; }
    .row-fluid .diffrent-club{ padding:30px 0px; }
    .row-fluid .brand-section{ padding:30px 0px 75px }
    .row-fluid .brand-top-content{ padding-bottom:20px; }
    .row-fluid .our-secret{ padding:30px 0px 70px; }
    .row-fluid .app-detail-section{ padding:0px 0px 30px; }
    .row-fluid .banner-content .banner-content-text{ font-size:18px;line-height:20px; }
    .row-fluid .secret-right-image img{ max-width:150px }
    .row-fluid .secret-right-image{ padding:25px;width:215px;height:215px; }
    .row-fluid .calculate-left .brand-section-text,.row-fluid .calculate-left{ padding-top:0px; }
    .row-fluid .sidebar.right .bordered-box h4.form-title{ font-size:18px;padding-top:0px; }
    .row-fluid .calculate-left .diffrent-club-title h2{ line-height:26px; }
}


/****************************/
/*******Landing Page********/
/**************************/
body.landing { background:#f1f2f2; }

/*Start Banner Section*/
body.landing .row-fluid .banner-module{ position:relative; }
body.landing .row-fluid .banner-module:before{ position:absolute;content:'';width:100%;height:100%;left:0;top:0;background:rgba(55,36,57,0.4); }
body.landing .row-fluid .banner-contain{ position:relative;padding:80px 0px 100px; }
body.landing .row-fluid .banner-header h1{ color:#fff;font-size:50px;line-height:60px;text-shadow:0 2px 0 #000; }
body.landing .row-fluid .banner-header h1 span{ font-weight:300;width:100%;float:left; }
body.landing .row-fluid .banner-text{ color:#fff;font-size:28px;line-height:36px;padding-top:100px; }
body.landing .row-fluid .banner-text span span{ color:#ffe850;float:left;width:100%; }
body.landing .row-fluid .banner-cta{ text-align:right;padding-top:220px; }
body.landing .row-fluid .banner-cta a{ background:transparent;background-repeat:repeat;background-color:#ffe850;padding:10px 30px;font-size:30px;color:#000;border-radius:5px;font-weight:900;text-align:center;text-transform:uppercase; }
body.landing .row-fluid .banner-cta a:hover{ background-color:#06b8d1;transition:all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s;-moz-transition:all ease-in-out 0.5s;-o-transition:all ease-in-out 0.5s; }
body.landing .row-fluid .banner-cta a span span{ font-weight:300; }
/*End Banner Section*/

/*Start Data Section*/
body.landing .row-fluid .data-section{ background:#f0f0eb;padding:40px 0px 230px; }
body.landing .row-fluid .section-title{ color:#2a2a2a;font-size:42px;line-height:50px;font-weight:900; }
body.landing .row-fluid .section-title span span{ font-weight:300; }
body.landing .row-fluid .section-subtext{ color:#2a2a2a;font-size:20px;line-height:30px;font-weight:300;padding-right:385px; }
body.landing .row-fluid .section-subtext p{ margin-top:5px;display:inline-block; } 
body.landing .row-fluid .data-left-content{ text-align:right;padding-top:25px; }  
body.landing .row-fluid .data-image > div{ position:relative; }
body.landing .row-fluid .data-image > div:before{ position: absolute;content: '';top: 40px;left: 20px;width: 70px;border-top: 1px solid #878785;z-index: 2; }
body.landing .row-fluid .data-image > div:after{ position: absolute;content: '';top: 33px;left: 5px;width: 15px;height: 15px;background: #878785;border-radius: 50%; }
body.landing .row-fluid .data-bottom-content{ text-align:center;padding:0px 200px; }
body.landing .row-fluid .data-image .widget-type-linked_image{ position:relative; }
body.landing .row-fluid .data-image .widget-type-linked_image:before{ position: absolute;content: '';bottom: -67px;left: 44%;height:70px;border-left: 1px solid #878785;z-index: 9;transform:translateX(-50%); }
body.landing .row-fluid .data-image .widget-type-linked_image:after{ position: absolute;content: '';bottom: -81px;left: 41.9%;width: 15px;height: 15px;background: #878785;border-radius: 50%; }
body.landing .row-fluid .data-content-title{ font-size:22px;line-height:30px;color:#2a2a2a;font-weight:900; }
body.landing .row-fluid .data-content-text{ color:#2a2a2a;font-size:20px;line-height:24px;font-weight:300; }
body.landing .row-fluid .data-content-text p{ margin-top:0px; }
body.landing .row-fluid .data-right-content{ padding-top:15px; }
body.landing .row-fluid .data-image{ position:relative;padding-bottom:90px; }
body.landing .row-fluid .data-image:before{ position: absolute;content: '';top: 30px;right: 26px;width: 70px;border-top: 1px solid #878785;z-index: 2; }
body.landing .row-fluid .data-image:after{ position: absolute;content: '';top: 23px;right: 11px;width: 15px;height: 15px;background: #878785;border-radius: 50%; }
body.landing .row-fluid .data-image img{ z-index:10;position:relative; }
/*End Data Section*/


/*Start Graphs Section*/
body.landing .row-fluid .graphs-section{ padding:150px 0px;background:#06b8d1;margin:0px 0px 240px; }
body.landing .row-fluid .graphs-image{ margin:-350px 0px; }
body.landing .row-fluid .result-content{ background:#fff;padding:50px 30px 75px; }
body.landing .row-fluid .result-image{ padding-top:30px; }
/*End Graphs Section*/  

/*Start Currency Section*/
body.landing .row-fluid .currency-section{ padding:100px 0px 0px;background:#06b8d1;margin-bottom:380px; }
body.landing .row-fluid .currency-section .section-title{ color:#fff;}
body.landing .row-fluid .currency-section .section-subtext{ padding-right:220px;color:#fff; }
body.landing .row-fluid .currency-image{ margin-bottom:-400px;padding-top:15px; }
/*End Currency Section*/

/*Start Help Section*/
body.landing .row-fluid .help-section{ text-align:center;padding:140px 0px 50px; }
body.landing .row-fluid .help-section .help-subtext{ padding:0px;font-size:20px;line-height:24px;font-weight:300;color:#2a2a2a;}
body.landing .row-fluid .help-section .help-subtext p{ margin:0px; }
body.landing .row-fluid .help-section .help-subtext p a{ font-weight:600;font-style:italic;color:#2a2a2a; }
body.landing .row-fluid .help-section .help-subtext p span{ font-weight:600; }
body.landing .row-fluid .help-icon{ padding:60px 0px 15px; }
/*End Help Section*/


/*Start Footer*/
body.landing .row-fluid .footer-help{ background:#000; }
/*End Footer */
.hub{
    padding-top: 9px;
    color: #000;
}
.footer-top{
    background: #000;
    padding: 5px;
}
.header1{
    padding: 20px;
    background: #000000;
    color: #000;
}
    background: #000;
    padding: 30px;
}
.header-header{
    padding: 20px 20px 0px 20px;
}
.footer-menu{
    padding-top: 40px;
    padding-left: 40px;
    text-align: center;
}
.footer-menu a{
    border-bottom: 0px !important;
    font-size:15px;
    font-weight: 800px;
    color: #fff;
    line-height: 18px;
    font-family: 'Titillium Web', sans-serif;
    
}
.center-form {
    margin:0 auto!important;
    float:none!important;
    width:100%;
    text-align: center;
}
    .form-holder {
    padding: 5px;
    border-radius:15px;
    max-width: 500px;
    margin:0 auto!important;
    float:none!important;
    text-align: center;

    }
.banner-info{
    margin-top: -650px;
    position:relative;
    text-align:center;
    padding:0px 0px ;
    color:#fff;
    font-size:18px;
    background: #ef5a27;
}
.banner-form{
    margin-top: -200px;
    position:relative;
    text-align:center;
    padding:50px 50px ;
    background: gray;
}
.banner-text{
    padding-top: 220px;
}
.footer-menu a:hover{
    color: #ba9d62;
}
.icon-3{
padding: 50px 70px 30px 70px;
border-bottom: 1px solid;
border-color: gray;
}
.text-img{
    padding: 30px 50px;
}
.img{
     border-radius: 5px;
     padding-top: 20px;
}

/*=========form=============*/

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

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

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {
    
}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {
    width: 50%;
}

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

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


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

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

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

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

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

/* Error */
body .hs-common-error-message {}


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

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

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

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

#leadinModal-2986590.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-preview .leadin-preview-wrapper h4,
#leadinModal-2986590.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-preview .leadin-preview-wrapper p,
#leadinModal-2986590.leadinModal-2986590.leadinModal-theme-bottom-right-corner.leadinModal-preview.leadinModal-v3 .leadinModal-close:before{
color: #000 !important;
}

#leadinModal-2986590.leadinModal-2986590 .leadin-button-secondary{
background: #000 !important;
}
/* Google Search Form
   ========================================================================== */

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

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


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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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

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




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: ;
  font-size: ;
  text-decoration: none !important;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}


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

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


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

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

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

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

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

/* Error */
body .hs-common-error-message {}


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

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

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

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


ul { position:center; }


.icon {color:#fff; margin: 0 0 0 10px; border-radius:50px; padding:10px; background-color:#d4d4d4; transition:all .5s ease;}

.icon a {width:20px; height:20px; display:block; position:relative; color:#fff; padding-left: 2px;}

.icon a:after {box-sizing:content-box; border-radius:50%; content:""; height:100%; width:100%; box-shadow:0 0 0 0 #ba9d62; padding:8px; position:absolute; top:-8px; left:-8px; opacity:1; transition:all .25s ease;}

.icon:hover {background-color:#ba9d62;}
.icon:hover a {color:#fff;}
.icon:hover a:after {padding:12px; left:-12px; top:-12px; box-shadow:0 0 0 2px #fff;}

/*Visually adjust font icon sizes and positions*/
.fa-x-twitter {font-size:20px}
.fa-facebook {font-size:20px}
.fa-pinterest {font-size:20px}
.fa-google-plus {font-size:18px}
.fa-linkedin {font-size:20px}
.fa-youtube {font-size:20px}
/*---------------------------------------------------------------------------------*/

 .box {  
    cursor: pointer;  
    height: 168px;  
    float: left;  
    margin: 5px;  
    position: relative;  
    overflow: hidden;  
    width: 168px;  
  
}  
  
 .box img {  
    position: absolute;  
    left: 0;  
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;  
}  


.box .caption {  
    font-family: Tahoma;
    font-size: .5em;
    background-color: rgba(0,0,0,0.8);  
    position: absolute;  
    color: #fff;  
    z-index: 100;  
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;  
    left: 0;  
    opacity: 0;  
    width: 150px;  
    height: 150px;  
    text-align: left;  
    padding: 15px;
}  

 

 .box:hover .fade-caption {  
    opacity: 1;  
}  

.row-fluid .dot-cta a { background:transparent;
background-repeat:repeat;
color: #fff; 
font-weight: 500; 
text-transform: uppercase; 
padding: 3px 10px; 
margin-left: 0px; 
border: 1.5px solid;
border-color: #fff;}
.row-fluid .dot-cta a:hover { background-color: #e81725; color:#fff; border-color: #ba9d62;}
/*++++++++++++++++++++++++++++++++++++++++++*/

.row-fluid .menu-cta  { background:#143559;
background-repeat:repeat;
color: #000; 
padding: 7px 10px; 
margin-left: 0px; 
border-radius: 20px;}
.row-fluid .menu-cta:hover { background-color: #ba9d62; color:#000; }
.row-fluid .menu-cta a { margin-left:0; }

.row-fluid .header-cta-head a { background: #e81725;
background-repeat:repeat;
color: #fff; 
padding: 4px 10px; 
margin-left: 0px; 
border-radius: 20px;}
.row-fluid .header-cta-head a:hover { background-color: #143559; color:#e81725; }
.row-fluid .header-cta-head a { margin-left:0; }

.custom-header-logo {
      border-bottom: 1px solid #ddd;
      border-right: 1px solid #ddd;
      padding: 12px 0 0px 16px;
      position: absolute !important;
      text-align: center;
      max-width: 185px;
      min-width:185px;

  }
  
.dd_header { background:#FFF; }
.dd_header .custom-menu-primary-2 .hs-menu-wrapper>ul>li>a {
    border-bottom: 0px !important;
    padding: 3px 20px;
    font-size:16px;
    color: #000;
    font-weight: 800;
    line-height: 38px;
    text-decoration: underline;
    font-family: 'Titillium Web', sans-serif;
}
.dd_header .custom-menu-primary-2 .hs-menu-wrapper>ul>li {
    width: auto;
    border-right: 0px;
}
.dd_header .custom-menu-primary-2 .hs-menu-wrapper>ul>li li:nth-child(2n) { background-color:rgba(0,0,0,0.04); }
.dd_header .custom-menu-primary-2 .hs-menu-wrapper>ul {
    width: 100%;
    float: right;
}
.dd_header .custom-menu-primary-2 .hs-menu-wrapper>ul>li>a:hover {
    color: #e81725;
    border-radius: 3px;
    background: #fff;
}
.dd_header .custom-header-logo {
    border-right: 0px;
    border-bottom: 0px;
   padding:30px 0 30px 25px;
   margin-left:18px !important;
}
.dd_top_menu ul li a{
 font-size:15px; 
     padding: 8px 22px 8px 22px;
    font-family: Roboto;
    font-weight: 500;
     border-right: 1px solid #ddd;
    line-height: 11px;
    margin: 8px 0 15px 0;
}
.dd_top_menu ul li a:hover {
    text-decoration: none;
}
.dd_top_menu ul{
    float: right;
}
.dd_phone{
    margin-left: 12px !important;
}
.dd_phone a{
    font-size: 15px;
    padding-top: 8px;
    float: left;
    font-family: Roboto;
    font-weight: 500;
}
.dd_header .custom-menu-primary .hs-menu-wrapper>ul {
    background: #fff;
}
.dd_header .custom-menu-primary .hs-menu-wrapper>ul>li{
    border-bottom: 1px solid #ddd;
}
.dd_header .custom-menu-primary .hs-menu-wrapper>ul li a {
    color: #444344 !important;
        text-transform: uppercase;
    font-family: roboto;
        font-size: 18px;
    padding: 0px 15px;
    }
.dd_header .custom-menu-primary .hs-menu-wrapper>ul li a:hover {
    color: #000 !important;
}
.dd_header .child-trigger i, .child-trigger i:after{
    background-color: #7F7F73 !important;
}
.dd_header .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1:last-child a{
    text-align: center;
    background: #fff;
    padding: 0px 20px;
    width: 123px !important;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 12px;
}
.dd_phone a:hover{
    text-decoration:none;
}

.dd_header .custom-menu-primary-2 .hs-menu-depth-2 {
    border-bottom: 1px solid #ddd;
}
.dd_header .custom-menu-oct-theme ul ul.hs-menu-children-wrapper a {
    color: #444344;
}
.dd_header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    border: 1px solid #ddd;
        background: #fff;
}
.dd_header .custom-menu-oct-theme ul ul.hs-menu-children-wrapper li:hover {
    background-color: #fff;   
}
.dd_header .custom-menu-oct-theme ul ul.hs-menu-children-wrapper li a:hover{
    color: #fff !important;
}

.dd_header .custom-menu-primary .hs-menu-wrapper>ul ul li {
    background-color: #fff;
}
.dd_header .custom-menu-primary .hs-menu-wrapper>ul li:nth-child(2n+2) {
    background-color: #fff;
}
.dd_header .dd-main-menu {
    margin-bottom: 15px !important;
}


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


  .custom-menu-primary-2 {
      font-size: 18px;
      color: #000
  }
  /* Parent List */
  .custom-menu-primary-2 .hs-menu-wrapper > ul{
    width:100% !important;
      display: block;
       margin-top: 1rem;
  }
  .custom-menu-primary-2 .hs-menu-wrapper > ul > li{
      width: calc(100% / 7);
      border-right: 1px solid #ddd;
  }
  .custom-menu-primary-2 .hs-menu-wrapper > ul > li > a{
      background-color: transparent;
      border-bottom: 1px solid #ddd;
      color: #000;
      display: block;
      line-height: 5.16667rem;
      text-align: center;
      text-decoration: underline;
      transition: background-color 150ms linear 0s;
      width: 100%;
  }
  .custom-menu-primary-2 .hs-menu-wrapper>ul>li.active > a {
      background-color: #fff;
      border-bottom: solid 1px #fff;
      color: #000;
  }
  .custom-menu-primary-2 .hs-menu-wrapper > ul > li > a:hover{
      background-color: #fff;
      border-bottom: 1px solid #fff;
      color: #000;
  }

  .menu-item-selected {
      background-color: #fff !important;
      border-bottom: 1px solid #fff !important;
      color: #000 !important;
  }

  /* Child List */
  .custom-menu-primary-2 .hs-menu-wrapper > ul ul{}
  .custom-menu-primary-2 .hs-menu-wrapper > ul ul li{
    background:;
  }
  .custom-menu-primary-2 .hs-menu-wrapper > ul ul li a{
    color:;
  }
  .custom-menu-primary-2 .hs-menu-wrapper > ul ul li a:hover{
    color:;
    text-decoration: none;
  }

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

  .custom-menu-primary-2 .hs-menu-depth-2 {
    font-size: 1rem;
  }

  /* Fix menu disappearing on desktop after toggling mobile menu */

.dd_header .custom-menu-primary-2 .hs-menu-wrapper>ul {
    padding-top: 2rem;
  }

  @media screen and (min-width: 569px) {
    .dd_header .custom-menu-primary-2 .hs-menu-wrapper>ul {
    display: flex;
    justify-content: center;
  }

}
  @media screen and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper {
      display:block !important;
    }
    
    .dd_header .custom-menu-primary-2 .hs-menu-wrapper>ul {
    justify-content: flex-start;
      padding-top: 0;
  }
}

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

  .mobile-trigger {
      cursor: pointer;
      display: inline-block;
      padding: 2rem;
      position: relative;
/*       right: 1rem; */
      text-decoration: none;
      z-index: 99999;
  }

    /* Toggle Button Icon
       ========================================================================== */
    .mobile-open .mobile-trigger i {
      height: 0;  
    }

    .mobile-trigger i{
      display: inline;
      position: relative;
      top: 3px;
      -webkit-transition: all .2s ease-in-out .2s;
      transition: all .2s ease-in-out .2s;
    }

    .mobile-trigger i:before, .mobile-trigger i:after{
      position: absolute;
      content: '';
    }
    .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
      width: 30px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color:#000; /* Icon color */
      display: inline-block;
    }
    .mobile-trigger i:before{
      top: -14px; /* Position top line */
      -webkit-transition: all .2s ease-in-out .2s;
      transition: all .2s ease-in-out .2s;
    }
    .mobile-trigger i:after{
      top: -7px; /* Position bottom line */
      -webkit-transition: all .2s ease-in-out .2s;
      transition: all .2s ease-in-out .2s;
    }

   .mobile-open {
       overflow:hidden;
   }

   .mobile-open .mobile-trigger i{
       top: 13px;
   }

   .mobile-open .mobile-trigger i:before{
       top: -21px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
   }

   .mobile-open .mobile-trigger i:after{
       top: -21px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
   }

  .custom-menu-primary-2 {
    display: none !important;
  }

   .mobile-open .custom-menu-primary-2 {
    display: block !important;
  }


  /* Close Button
     ========================================================================== */
  .close-icon {
    border-bottom: 3px solid #fff;
    cursor: pointer;
    display: none;
    float: right;
    height: 30px;
    margin: 0;
    position: fixed;
    right: 50px;
    top: 21px;
    width: 30px !important;
  }
  .close-icon:after,
  .close-icon:before {
      content: "";
      width: 30px !important;
      height: 3px;
      background: #fff;
      position: absolute;
      top: 7px;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  .close-icon:before {
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }


  /* ==========================================================================
     Mobile Menu - Hubspot Standard Toggle Menu
     ========================================================================== */


  /**
   * Special Note
   *
   * When the menu is open, a class of .mobile-open is applied to the body. You can
   * use this for custom styling on any element when the menu is in the open position.
   */

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

.custom-mobile-tigger {
   width: auto !important; 
}

  @media (max-width: 768px){
      .custom-mobile-tigger {
          display: table-cell;
      }
      .custom-header-logo {
          border-bottom: medium none;
          border-right: medium none;
          max-width: 185px;
          min-width: 185px;
          padding: 12px 0 0px 23px;
          position: absolute !important;
          text-align: left;
  }
      .custom-header-bg {
          min-height: 61px !important;
          background: #fff none repeat scroll 0 0;
      }

      .close-icon{
          right: 24px;
          top: 22px;
      }

    .dnone { display:none !important; }
    .dd_header .custom-header-logo { margin-left:0 !important; padding-top:10px; }
    .custom-mobile-tigger { position: absolute; right: 0; top: 0;}
    .dd_header .custom-menu-primary .hs-menu-wrapper>ul li a { padding:10px 15px !important; line-height:28px; }
  }

@media (min-width:768px) {
  .mobile-trigger {
    display: none;
  }

  .custom-menu-primary-2 {
    display: block !important;
  }
}

/* Strat Media Query*/
@media (max-width:1240px){
    body.landing .row-fluid .banner-header h1{ font-size:40px; }
    body.landing .row-fluid .banner-text{ font-size:22px; }
    body.landing .row-fluid .data-image:before{ right:0; }
    body.landing .row-fluid .data-image>div:before{ left:0; }
    body.landing .row-fluid .data-image>div:after{ left:-12px; }
    body.landing .row-fluid .data-image:after{ right:-12px; }
    body.landing .row-fluid .data-image .widget-type-linked_image:before{ bottom:-56px; }
    body.landing .row-fluid .data-image .widget-type-linked_image:after{ bottom:-59px;left:41.3%; }
    body.landing .row-fluid .data-image{ padding-bottom:70px; }
    body.landing .row-fluid .data-bottom-content{ padding:0px 50px; }
    body.landing .row-fluid .graphs-image{ margin:-110px 0px -290px; } 
    body.landing .row-fluid .graphs-section{ padding:0px;margin-bottom:320px; } 
    body.landing .row-fluid .data-section{ padding-bottom:140px; }
    body.landing .row-fluid .section-subtext{ padding-right:76px; }
        
    
}  

@media (max-width:768px){
    body.landing .row-fluid .banner-header h1{ font-size:32px;line-height:40px; }
    body.landing .row-fluid .banner-text{ font-size:18px;line-height:26px;padding-top:50px; }
    body.landing .row-fluid .banner-cta{ padding-top:120px; }
    body.landing .row-fluid .banner-cta a{ font-size:22px; }        
    body.landing .row-fluid .banner-contain{ padding:100px 0px; }
    body.landing .row-fluid .section-subtext,body.landing .row-fluid .currency-section .section-subtext{ padding:0px; }
    body.landing .row-fluid .data-image .widget-type-linked_image:after{ left:40.5%; }
    body.landing .row-fluid .graphs-section{ padding: 70px 0px;margin-bottom: 215px; }
    body.landing .row-fluid .graphs-image{ margin:-180px 0px -250px; }
    body.landing .row-fluid .currency-image{ margin-bottom:-165px; }
    body.landing .row-fluid .currency-section{ margin-bottom:169px; }
    body.landing .row-fluid .section-title{ font-size:33px;line-height:36px; }
    body.landing .row-fluid .help-section{ padding:30px 0px 50px; }
}


@media (max-width:767px){
    body.landing .row-fluid .data-left-content,body.landing .row-fluid .data-image,body.landing .row-fluid .data-right-content,body.landing .row-fluid .data-bottom-content{ width:100%;text-align:center;padding:15px 0px; }
    body.landing .row-fluid .data-image>div:after,body.landing .row-fluid .data-image>div:before,body.landing .row-fluid .data-image:after,body.landing .row-fluid .data-image:before,body.landing .row-fluid .data-image .widget-type-linked_image:after,body.landing .row-fluid .data-image .widget-type-linked_image:before{ display:none; }
    body.landing .row-fluid .currency-section{padding:50px 0px;margin-bottom:125px; }
    body.landing .row-fluid .graphs-image{ margin:-140px 0 -200px; }
    body.landing .row-fluid .graphs-section{ margin-bottom:125px; }
    body.landing .row-fluid .data-section{ padding-bottom:60px; }
    body.landing .row-fluid .result-content{ padding:50px 10px; }
    body.landing .row-fluid .banner-header h1{ font-size:26px;line-height:34px; }
    body.landing .row-fluid .banner-header h1 span,body.landing .row-fluid .banner-text span span{ width:auto;float:none; }
    body.landing .row-fluid .banner-contain{ padding:50px 0px;text-align:center; }
    body.landing .row-fluid .banner-text{ padding:0px;text-align:center; }
    body.landing .row-fluid .banner-cta{ padding-top:15px !important;padding:0px;text-align:center; }
    body.landing .row-fluid .help-section .help-subtext,body.landing .row-fluid .section-subtext{ font-size:18px;line-height:24px; }
    body.landing .row-fluid .help-icon{ padding:20px 0px; }
    body.landing .row-fluid .data-content-title{ font-size:24px;line-height:26px; }
    body.landing .row-fluid .data-content-text{ font-size:18px;line-height:22px; }
    
    body .row-fluid .hs-form fieldset.form-columns-1 .input, body .row-fluid .hs-form fieldset.form-columns-2 .input, body .row-fluid .hs-form fieldset.form-columns-3 .input { margin-right:0 !important; }
    body .row-fluid #hs_cos_wrapper_module_14818721735479075 input[type="submit"],.row-fluid .sidebar.right .bordered-box form.hs-form a.hs-button{ font-size:15px !important; margin-left:0 !important; float:none; display:inline-block; width: auto; height: auto; word-wrap: break-word; white-space: normal;padding:10px 40px; } 
    body .row-fluid .hs_submit { text-align:center; }
}

@media (max-width:480px){
    body{
    }
    body.landing .row-fluid .banner-header h1{ font-size:24px;line-height:30px; }    
    body.landing .row-fluid .banner-contain,body.landing .row-fluid .currency-section,body.landing .row-fluid .help-section{ padding:30px 0px; }
    body.landing .row-fluid .banner-contain,body.landing .row-fluid .data-content-text,body.landing .row-fluid .banner-text{ font-size:16px;line-height:22px; }
    body.landing .row-fluid .banner-cta a{ font-size:18px;padding:5px 20px; }
    body.landing .row-fluid .section-title{ font-size:22px;line-height:28px;text-align:center; }
    body.landing .row-fluid .data-content-title{ font-size:18px;line-height:24px; }
    body.landing .row-fluid .help-section .help-subtext, body.landing .row-fluid .section-subtext{ font-size:16px;line-height:22px;text-align:center; }    
    body.landing .row-fluid .graphs-image{ margin:-60px 0px; }
    body.landing .row-fluid .graphs-section{ padding:0px;margin-bottom:75px; }
    body.landing .row-fluid .result-content{ padding:30px 10px; }
    body.landing .row-fluid .currency-image{ margin-bottom:-120px; }
    body.landing .row-fluid .currency-section{ margin-bottom:95px; }
    body .row-fluid #hs_cos_wrapper_module_14818721735479075 input[type="submit"],.row-fluid .sidebar.right .bordered-box form.hs-form a.hs-button{ padding:10px; }
.postListing  .itemWrap {
  
    width:100%;
}
.image-group{
    padding:0px 0px;
    
}

.text-gp{
    padding:10px;
    text-decoration:none !important;
}

.img-text-cta{
    margin-left: -0px;
    padding: 5px;
}
.footer-menu{
    padding-left: 0px;
}

.header-logo{
    height:60px;
}

.banner-text{
    padding-top: 20px;
}
.text-bg{
    color:#fff;font-size:28px;line-height:36px;padding-top:200px;
}
.club-learnmore{
    text-align: center;
    padding-top: 10px;
}
.text-img{
    text-align: center;
    padding:10px;
}
.icon-html{
    margin-left: -40px;
    padding-bottom: 20px;
    text-align: center;
}
.icon-top{
    padding: 10px;
}

.banner-info{
    margin-top: 0px;
    position:relative;
    text-align:center;
    padding:0px 0px ;
    color:#000;
    font-size:18px;
    background: #ef5a27;
}
.row-fluid .set-bg { background-size:cover !important; background-repeat:no-repeat; background-position:center top !important; height: auto;}
.row-fluid .get-bg { 
    display:none
    }
    .row-fluid .banner-content{ position:relative;text-align:center;padding: 0px 0px 10px;color:#fff;font-size:18px; }

.icon-3{
padding: 10px;
}
.group-three{
        margin-bottom:50px;
        
    }
     .img-slider{
        display:none !important;
    }
    
.four-sec{
    padding: 10px;
}
.header-cta{
    text-align: center;
    padding-top: 10px;
}
.header-cta-head{
    text-align: center;
    padding: 10px;
}
.footer-top{
    background: #000;
    padding: 5px;
}
.sports{
    padding: 10px;
}
.sports-box{
    padding: 5px 0px;
}
.four-img-text{
    margin-left: -0px;
    padding: 10px;
    text-align: center;
}
.four-img{
padding: 5px;
text-align: center;
}
.fa-block{
    padding: 10px;
}
.read-cta{
    padding-bottom: 10px;
}
.whitefont {
 color: #fff;
 padding: 10px 0px;
}
  .card-card{
        padding: 10px; 
    }
    .choose-cta{
    text-align: center;
    padding-right: 0px;
}

.image-group{
    padding:0px 0px;
    
}.events-big-group{
    padding:0px 0px;
}
.four{
    padding-left: 0px;
}
       .event-group{
    max-width:100%;
    margin-top:50px;
    margin-left:0px;
    border: none !important;
}
.event-text{
        padding-left:0px; padding-top: 20px;
        margin-left: 0px;
        padding-right:10px;
        text-align:center;
        max-width:100%;
        padding-left:0px;
    }
 .events{
        padding-left:60px;
        
    }.last-slider{
    padding: 10px 10px;
}
   
}

/*================================*/
.event-text{
    padding-left:30px;
    
}
.last-text{
        padding:5px;
    }
.fa-clock-o{
    text-align: right; padding-left: 230px; color: #f7ca4c; font-size: 25px;
}
.fa-map-marker{
    text-align: right; padding-left: 20px; color: #f7ca4c; font-size: 25px;
}
.view-all-group{
    padding-top:40px;
    text-align:center;
    padding-bottom:40px;
    }
    .view-all a{
    border-style: solid;
    border-width:2px;
    border-color:#ba9d62;
    text-decoration:none;
    padding:10px 20px;
    color:#666666;
}
.view-all a:hover{
    color:#fff;
    text-decoration:none;
    background-color:#3f3f3f;
    border-color:#3f3f3f;
}
.last-slider{
    padding: 50px 100px;
}

.group{
    padding-top:50px;
    padding-bottom:50px;
}
.headi h2{
    font-weight:bold;
    font-size:20px;
}
.groupie{
    text-decoration:none !important;
    text-align: center;
}
/*End Media Query*/

@media (max-width:1024px){
    .row-fluid .header-cta a { 
padding: 3px 7px; 
font-size: 12px;}
    .row-fluid .header-cta-head a { 
padding: 3px 7px; 
font-size: 12px;}
.header-cta-head{
    padding-top: 3px;
}
.header-cta{
    padding-top: 3px;
}
}
@import url('//fonts.googleapis.com/css?family=Raleway:300,400,400i,500,600,700,900');
@import url('//opensource.keycdn.com/fontawesome/4.6.3/font-awesome.min.css');

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

/* ==========================================================================
   SparkReaction Boilerplate v1.5.3                                
   ========================================================================== */

/* This responsive framework is required for all styles. */
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
/* 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;
}

/* These includes are optional, but helpful. */
/* 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;} 



/* ==========================================================================
   Index:         
  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  6. MISCELLANEOUS
  7. MOBILE MEDIA QUERIES
   ========================================================================== */

/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */





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

/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */


/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */


/* ==========================================================================
   Macros                                                  
   ========================================================================== */









/* ==========================================================================
   Base                                                    
   ========================================================================== */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: ;
  font-family: ;
  font-size: ;
  line-height: ;
  font-weight:300;
}
.container-fluid .row-fluid .page-center, .container-fluid .row-fluid .wrapper {
  float: none;
  max-width: 1070px;
  margin: 0 auto;
  padding-left:15px;
  padding-right:15px;
}

a { color:; -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;; }
a:hover, a:focus { color: ; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
/* Highlighted Text */
::-moz-selection {
  color: #3297FD;
  background: #3297FD;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3297FD;
  text-shadow: none;
}
/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}

body .row-fluid [class*="span"] { 
    min-height:0px; 
}
body .row-fluid [class*="span"].widget-type-space { 
    min-height:1px; 
}

.set-bg, .bg, .overlay { 
    background-size:cover; 
    background-position:center; 
    position:relative; 
}
.get-bg { 
    display:none !important; 
}
.overlay > div { 
    position:relative;
    z-index:2; 
}
.overlay:before { 
    content:'';
    position:absolute;
    z-index:1;
    background: ;;
    opacity:0.8;
    top:0;
    bottom:0;
    right:0;
    left:0;
}

img { 
    max-width:80%; 
    height:auto; 
    border:none; 
}

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


/* Basic text */
p { margin:0; padding:0; } 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 40%;
  line-height: 1;
  vertical-align: middle;
}

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

/* Headings */
h1, h2, h3, h4, h5, h6 { margin:0; padding:0; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration:none; color:; }

/* Global Margin and Padding between tags in Richtext Editor */
* + h1 ,* + h2 { margin-top:35px; }
* + h3 ,* + h4 { margin-top:30px; }
* + h5 ,* + h6 { margin-top:25px; }
* + p { margin-top:20px; }

h1, .h1Style, .h1Style h2, .h1Style h3, { font-size:24px; font-weight:600; }
h2 { font-size:22px; font-weight:600; }
h3 { font-size:18px; font-weight:600; }
h4 { font-size:16px; font-weight:600; }
h5 { font-size:15px; font-weight:600; }
h6 { font-size:14px; font-weight:600; }

/* Lists */
ul, ol { margin:0; }
ul ul, ul ol, ol ol, ol ul { margin-top:20px; }
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {
    margin:0;
    padding:10px 20px 10px 50px;
    position:relative;
}
blockquote:before {
    content:"\f10d";
    position:absolute;
    left:0;
    font-family:fontawesome;
    font-size:30px;
    color:#d4d4d4;
    line-height:1;
}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

strong, .bold { 
    font-weight:700; 
}
.light {
    font-weight:300;
}
.normal {
    font-weight:400;
}
.text-center { 
    text-align:center; 
}
.text-right { 
    text-align:right; 
}
.text-left { 
    text-align:left;
}
.font18 {
    font-size:18px;
    letter-spacing:0.1em;
}
.font14 {
    font-size:14px;
    letter-spacing:0.025em;
}
.lineHeight2 {
    line-height:2;
}
.uppercase {
    text-transform:uppercase;
}
.capitalize {
    text-transform:capitalize;
}
/*unique paddings*/
.p0-20 { padding-left:20px; padding-right:20px; }
.p10-0 { padding-top:10px; padding-bottom:10px; }
.p20-0 { padding-top:20px; padding-bottom:20px; }
.p30-0 { padding-top:30px; padding-bottom:30px; }
.p40-0 { padding-top:40px; padding-bottom:40px; }
.p50-0 { padding-top:50px; padding-bottom:50px; }
.p60-0 { padding-top:60px; padding-bottom:60px; }
.p70-0 { padding-top:70px; padding-bottom:70px; }
.pb10 { padding-bottom:10px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px  }
.pb40 { padding-bottom:40px; }
.pb50 { padding-bottom:50px; }
.pb60 { padding-bottom:60px; }
.pb70 { padding-bottom:70px; }
.pt10 { padding-top:10px; }
.pt20 { padding-top:20px; }
.pt30 { padding-top:30px  }
.pt40 { padding-top:40px; }
.pt50 { padding-top:50px; }
.pt60 { padding-top:60px; }
.pt70 { padding-top:70px; }

.fontWhite { 
    color:#fff; 
}
.fontBlue {
    color:;
}




/* ==========================================================================
   2. COS STRUCTURE                                            
   ========================================================================== */





/* ==========================================================================
   Structure                                               
   ========================================================================== */
.row-fluid .contactForm form .input input:focus , .row-fluid .contactForm form .input textarea:focus   {  background:#f1f1f1; text-indent: 0px; }
.lp1Form form .input textarea:focus ,  .lp1Form form .input input:focus   {  background:#fff; text-indent: 0px; padding: 10px; }
.row-fluid .blogSidebar .widget-type-google_search a.hs-button:hover { opacity:.8; background:#f05a27; }

.row-fluid .custome-price0 .pricingBlock { float:left; width:23.076923077%; margin:30px 0px 30px 26px; }
.row-fluid .custome-price0  span > div.hs_cos_wrapper:first-child  .pricingBlock{ margin-left:0; }
.row-fluid .titleStyle.titleStyle1:after { margin:30px 0; }
.row-fluid .full-image0 { margin:30px 0; }
.row-fluid .content-img1 { margin:60px 0 15px; float:left; width:100%; }
.row-fluid .content-txt1 span span { margin-top:10px; float:left; width:100%; }

.row-fluid .fullwidth_subscribe0 h4 { color:#666666; font-size:24px; font-weight:700; }
.row-fluid .fullwidth_subscribe0 .hs-form-required { display:none; }
.row-fluid .fullwidth_subscribe0 form { position:relative;  margin-bottom:40px; }
/*.row-fluid .fullwidth_subscribe0 form:after { position:absolute; top:17px; right:13px; color:#fff; content: "\f002"; font-family:'fontAwesome'; }*/
.row-fluid .fullwidth_subscribe0 form input[type="email"] { padding-right:60px; background:#fff; border:1px solid #d4d4d4; height:41px; color:#d4d4d4; }
.row-fluid .fullwidth_subscribe0 form input[type="submit"] { position:absolute; background: transparent; top:0; right:0; width:auto; min-width:auto; font-size:0; height:41px; padding:0; width:41px; }
.row-fluid .book0-cta img { width:100%; }

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

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

/* Fancybox Basic */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}
.fancybox-skin {
	position: relative;
	background:#fff;
	text-align:center;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:15px ;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 99999;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background:rgba(0,0,0,0.7);
	background-size:100%;
}
.fancybox-close {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	font-family:'FontAwesome';
	border-radius:100%;
	background:trasparent;
	font-size:30px;
	text-align:center;
	line-height:36px;
	color:#cdcdcd;
    text-decoration:none;
}
.fancybox-close:before {
	content: "\f00d";
}
.fancybox-nav {
	text-align:center;
	position: relative;
	top: 0;
	width: 36px;
	height:36px;
	cursor: pointer;
	text-decoration: none;
	color:#ffd34e;
	z-index: 8040;
	display:inline-block;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 99999;
	font-family:'FontAwesome';
	font-size:30px;
	line-height:36px;
}
.fancybox-prev span:before {
	content:"\f190";
}
.fancybox-next span:before {
	content:"\f18e";
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background:#000;
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index:999999999999;
	text-align:center;
}
.fancybox-lock .fancybox-overlay {
	overflow: hidden;
	overflow-y: scroll;
}
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* Slick Slider */
.slick-list, .slick-slider, .slick-track {
    position:relative;
	display:block
}
.slick-loading .slick-slide, .slick-loading .slick-track {
	visibility:hidden
}
.slick-list {
	overflow:hidden;
	margin:0;
	padding:0
}
.slick-list:focus {
	outline:0
}
.slick-list.dragging {
	cursor:pointer;
	cursor:hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
}
.slick-track {
	top:0;
	left:0
}
.slick-track:after, .slick-track:before {
	display:table;
	content:''
}
.slick-track:after {
	clear:both
}
.slick-slide {
	display:none;
	float:left;
	height:100%;
	min-height:1px
}
[dir=rtl] .slick-slide {
	float:right
}
.slick-slide img {
	display:block
}
.slick-slide.slick-loading img {
	display:none
}
.slick-slide.dragging img {
	pointer-events:none
}
.slick-initialized .slick-slide {
	display:block
}
.slick-vertical .slick-slide {
	display:block;
	height:auto;
	border:1px solid transparent
}
.slick-arrow.slick-hidden {
	display:none
}
.slick-arrow {
	position:absolute;
	top:50%;
	left:0px;
	z-index:5;
	font-size:0;
	line-height:40px;
	width:40px;
	height:40px;
	background:transparent;
	cursor:pointer;
	border:none;
	margin:-20px 0 0;
	display:block;
	text-align:center;
	padding:0;
}
.slick-arrow:before {
	content:"\f190";
	font-family:fontawesome;
	font-size:20px;
	color:;
	display:block;
	line-height:40px;
	width:40px;
}
.slick-arrow.slick-next {
	left:inherit;
	right:0px
}
.slick-arrow.slick-next:before {
	content:"\f18e";
}
.slick-dotted ul.slick-dots {
	margin:30px 0 0;
	padding:0;
	list-style:none;
	text-align:center;
	display:block;
	width:100%;
	line-height:0
}
.slick-dotted ul.slick-dots li {
	display:inline-block;
	margin:0 3px;
}
.slick-dotted ul.slick-dots li button {
	width: 15px;
    height: 15px;
    font-size: 0;
    cursor: pointer;
    border: 2px solid ;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;;
    outline: 0;
    padding: 0;
}
.slick-dotted ul.slick-dots li.slick-active button {
	background:;
}
.slick-slider a, .slick-slider button, .slick-slider .slick-slide {
	outline:none;
}





/* ==========================================================================
   5. COS COMPONENTS                                        
   ========================================================================== */





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


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

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

/* Blog Listing */
body.hs-blog-listing .row-fluid .listingFull { width:100%; margin-left:0; }
body.hs-blog-listing .row-fluid .listingHide { display:none; }

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


/* Blog Content Column
   ========================================================================== */
.blogSection {
    padding:40px 0 10px;
}
.main-blog:hover{
       background: -moz-linear-gradient(270deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(29,44,90,1)), color-stop(100%, rgba(0,235,235,0.4)));
   background: -webkit-linear-gradient(270deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
   background: -o-linear-gradient(270deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
   background: -ms-linear-gradient(270deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
   background: linear-gradient(180deg, rgba(29,44,90,1) 0%, rgba(0,235,235,0.4) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2c5a ', endColorstr='#00EBEB ',GradientType=0 );
}
.blogv1 .post-listing .post-item + .post-item {
    padding-top:70px;
}

.post-header label.date {
    font-size:14px;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:0.1em;    
}
.post-header label.date + h2, .post-header label.date + h1 {
    margin:15px 0;
} 
.post-header h2 ,.post-header h1 {
    font-size:24px;
    font-weight:400;
    letter-spacing:0.025em;
}
.post-header h2 a:hover {
    color:;
}

.aboutBlogPost {
    padding:20px 0;
    border-top:1px solid #d4d4d4;
}
.aboutBlogPost a {
    color:;
    text-decoration:none;
}
.aboutBlogPost a:hover {
    color:;
}
.aboutBlogPost > span {
    display:inline-block;
    margin-right:25px;
}
.aboutBlogPost > span img {
    display:inline-block;
    vertical-align:baseline;
    padding-right:5px;
}
.post-item .more-link {
    min-width:230px;
    text-align:center;
    line-height:30px;
}
.post-body h1 + h2, .post-body h2 + h3, 
.post-body h3 + h4, .post-body h4 + h5, 
.post-body h5 + h6 { margin-top:0; }

/* Blog Version 2 
-=-=-=-=-=-=-=-=-*/
.postFilter { 
    letter-spacing:0.1em; 
}
.postFilter ul { 
    list-style:none;
    padding:10px 0 15px;
}
.postFilter .filter-link-count { 
    display:none;
}
.postFilter ul li { 
    display:inline-block; 
}
.postFilter ul li a { 
    display:block;
    padding:10px;
    color:;
    text-decoration:none;
    text-transform:uppercase;
    line-height:1;
}
.postFilter ul li a.active, .postFilter ul li a:hover {
    background-color:;
    color:#fff;
}
.postListing { 
    margin:0 -15px; 
    display:block; 
}
.postListing  .itemWrap {
    display:inline-block; 
    width:100%;
    vertical-align:top;
    margin-right:-4px;
    padding:15px;
}

.postItem {
    position:relative;
    width:100%;
    display:block;
}
.postItem .ListingImage {
    position:relative;
    width:100%;
    display:block;
    padding-bottom:37%;
    overflow:hidden;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;;
}
.postItem .ListingImage:before {
    content:'';
    width:100%;
    height:auto;
    left:0;
    bottom:0;
    position:absolute;
    opacity:0.5;
    z-index:1;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;;
}
.postItem:hover .ListingImage:before {
    opacity:0;
}
.postItem:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);
    -o-box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);
    -ms-box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);;
background: #dddddd;
}

.postItem .ListingImage a.readMore {
    background-color: #F0592B;
    color: #fff;
    padding: 10px 15;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);;
    z-index:5;
    border-color:#fff;
    opacity:0;

}
.postItem:hover .ListingImage a.readMore {
    opacity:1;
}
.postItem .ListingImage a.readMore:hover {
    color:;
         background: #fff;
}

.postItem .listingContent {
    text-align:left;
    padding:30px 25px;
    border: 1px solid #eaeaea;

}
.postItem .listingContent a {
    text-decoration:none;
    color:;

}
.postItem .listingContent:hover a {
    text-decoration:none;

}
.postItem .listingContent h3 {
    letter-spacing:0.025em;
    font-weight:600;
    line-height:1.3;
}
.postItem .listingAuthor {
    padding:10px 0;
}
.postItem .leftAligned {
    float:left;
    padding:3px 3px 3px 0;
}
.postItem .rightAligned {
    float:right;
    padding:3px 0px 3px 3px;
}
.postItem .postTopic {
    text-transform:uppercase;
    padding-top:20px;
}
.postItem .postTopic img{
    display:inline-block;
    vertical-align:baseline;
}


/* Blog Commments  */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
/* Pagination */
.blogPagination {
    margin:0;
    padding-left:0;
    list-style:none;
    display:block;
    text-align: center;
}
.blogPagination li {
    display:inline-block;  text-align: center;
}
.blogPagination li a {
    width:30px;
    height:30px;
    text-align:center;
    text-decoration:none;
    color:;
    line-height:30px;
    display:block;
}
.blogPagination li.disabled {
    display:none;
}
.blogPagination li.active a, .blogPagination li a:hover {
    background:#143559;
    color:#fff;
}
.blogPostBottom {
    padding:40px 0;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.blogPostBottom a {
    color:;
    text-decoration:none;
}
.blogPostBottom a:hover {
    color:;
}
.shareIt, .shareIt a {
    display:inline-block;
    padding:0 4px;
}


/* Blog Sidebar */
.blogSidebar h4 {
    font-size:24px;
    margin-bottom:10px;
}
.blogSidebar a:not(.filter-expand-link) {
    text-decoration:none;
    color:;
 }
.blogSidebar a:not(.filter-expand-link):hover {
    color:;
}
.blogSidebar ul {
    padding:0;
    list-style:none;
}
.blogSidebar ul li + li {
    margin-top:5px;
}
.blogSidebar form {
    position:relative;
}
.blogSidebar form label {
    display:none;    
}
.blogSidebar form input.hs-input {
    padding:9px;
    border:1px solid #d4d4d4;
    padding-right:45px;
}
.blogSidebar form a.hs-button, .blogSidebar form input.hs-button {
    position:absolute;
    width:40px;
    height:40px;
    font-size:16px;
    font-family:fontawesome,;
    color:#fff;
    background-color:;
    line-height:40px;
    padding:0;
    text-align:center;
    top:0;
    right:0;
    cursor:pointer;
    min-width:0;
}
.blogSidebar form a.hs-button:hover, .blogSidebar form input.hs-button:hover {
    background-color:;
    opacity:1;
    color:#fff;
}
.sidebarRss .hs-rss-item {
    margin-top:15px;
    padding-top:20px;
    border-top:1px solid #d4d4d4;
    margin-bottom:0;
}
.sidebarRss .hs-rss-item .hs-rss-item-image-wrapper, .sidebarRss .hs-rss-item .hs-rss-item-text {
    min-width:100%;
    max-width:100%;
    padding:0;
}
.sidebarRss a {
    display:block;
    margin-top:15px;
}


.contactSec2 .contactForm form input[type="submit"] {  border:2px solid transparent; }
.contactSec2 .contactForm form input[type="submit"]:hover { border:2px solid #f05a27; color:#f05a27; background:transparent; }


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

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

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

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

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

/* Error */
body .hs-common-error-message {}


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

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

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

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

.header-header .row-fluid