/* @import url('http://example.com/example_style.css'); */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900|Michroma|Montserrat:300,400,500,600,700');

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

/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */



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

.nBody body , .nTop body, body.nBody { margin:0; padding:0; }
.nBody .body-container-wrapper, .nTop .header-container-wrapper { margin:0; padding:0; font-family:'Montserrat', Arial, Helvetica, sans-serif; font-size:16px; line-height:24px; color:#515251; background:#fff; overflow-x:hidden }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:15px 0; margin:0; }

.nBody .body-container-wrapper h1, .nTop .header-container-wrapper h1 { color:#76bb43; font-family:'Montserrat', Arial, Helvetica, sans-serif; font-size:40px; margin:0; padding:15px 0 25px; line-height:40px; font-weight:400; clear:both }
.nBody .body-container-wrapper h2, .nTop .header-container-wrapper h2 { font-weight:900; color:#76bb43; font-family:'Montserrat', Arial, Helvetica, sans-serif; font-size:36px; line-height:40px; margin:0; padding:10px 0 10px; clear:both }
.nBody .body-container-wrapper h3, .nTop .header-container-wrapper h3 { font-weight:900; color:#76bb43; font-family:'Montserrat', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; margin:0; padding:10px 0 10px; clear:both }
.nBody .body-container-wrapper h4, .nTop .header-container-wrapper h4 { font-weight:normal; color:#515251; font-family:'Montserrat', Arial, Helvetica, sans-serif; font-size:28px; line-height:34px; margin:0; padding:10px 0 10px; clear:both }
.nBody .body-container-wrapper h5, .nTop .header-container-wrapper h5 { font-weight:normal; color:#515251; font-family:'Montserrat', Arial, Helvetica, sans-serif; font-size:24px; line-height:30px; margin:0; padding:10px 0 10px; clear:both; }
.nBody .body-container-wrapper h6, .nTop .header-container-wrapper h6 { font-weight:400; color:#515251; font-family:'Montserrat', Arial, Helvetica, sans-serif; font-size:22px; margin:0; padding:10px 0; line-height:26px; clear:both }
 
.nBody .body-container-wrapper a , .nTop .header-container-wrapper a { text-decoration:none; outline:none; color:#6db04c; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
.nBody .body-container-wrapper a:hover , .nTop .header-container-wrapper a:hover { color:#333; }

.nBody .body-container-wrapper label, .nTop .header-container-wrapper label { font-family:'Montserrat', Arial, Helvetica, sans-serif; }
.nBody .body-container-wrapper input , .nBody .body-container-wrapper button , .nBody .body-container-wrapper textarea, .nBody .body-container-wrapper select , .nBody .body-container-wrapper input[type="text"], .nBody .body-container-wrapper input[type="password"], .nBody .body-container-wrapper input[type="datetime"], .nBody .body-container-wrapper input[type="datetime-local"], .nBody .body-container-wrapper  input[type="date"], .nBody .body-container-wrapper  input[type="month"], .nBody .body-container-wrapper input[type="time"], .nBody .body-container-wrapper input[type="week"], .nBody .body-container-wrapper  input[type="number"], .nBody .body-container-wrapper input[type="email"], .nBody .body-container-wrapper input[type="url"], .nBody .body-container-wrapper input[type="search"], .nBody .body-container-wrapper input[type="tel"], .nBody .body-container-wrapper input[type="color"],
.nTop .header-container-wrapper input , .nTop .header-container-wrapper button , .nTop .header-container-wrapper textarea, .nTop .header-container-wrapper select , .nTop .header-container-wrapper input[type="text"], .nTop .header-container-wrapper input[type="password"], .nTop .header-container-wrapper input[type="datetime"], .nTop .header-container-wrapper input[type="datetime-local"], .nTop .header-container-wrapper  input[type="date"], .nTop .header-container-wrapper  input[type="month"], .nTop .header-container-wrapper input[type="time"], .nTop .header-container-wrapper input[type="week"], .nTop .header-container-wrapper  input[type="number"], .nTop .header-container-wrapper input[type="email"], .nTop .header-container-wrapper input[type="url"], .nTop .header-container-wrapper input[type="search"], .nTop .header-container-wrapper input[type="tel"], .nTop .header-container-wrapper input[type="color"] { border-radius:0; outline:none; border:1px solid #ccc; background:#fff; height:40px; padding:0 20px; font-family:'Montserrat', Arial, Helvetica, sans-serif; font-size:16px; width:100%; max-width:none; }
.nBody .body-container-wrapper input[type=checkbox] , .nBody .body-container-wrapper input[type=radio], .nTop .header-container-wrapper input[type=checkbox] , .nTop .header-container-wrapper input[type=radio] { width:auto; height:auto; } 
.nBody .body-container-wrapper textarea, .nTop .header-container-wrapper textarea { padding:15px 20px; height:100px; }
.nBody .body-container-wrapper input[type=submit] , .nBody .body-container-wrapper button, .nTop .header-container-wrapper input[type=submit] , .nTop .header-container-wrapper button { border-radius:0; height:auto; width:auto; border:none; cursor:pointer; border-radius:0; background:url(https://cdn2.hubspot.net/hubfs/569324/Nonstopwellness-2017/images/blank.png) no-repeat left top #76bb43; font-size:20px; line-height:24px; font-weight:900; padding:10px 25px; color:#fff; display:inline-block; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
.nBody .body-container-wrapper input[type=submit]:hover , .nBody .body-container-wrapper  button:hover, .nTop .header-container-wrapper input[type=submit]:hover , .nTop .header-container-wrapper button:hover { background-color:#469b1d; }

.nBody .body-container-wrapper ul.hs-error-msgs, .nTop .header-container-wrapper ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.nBody .body-container-wrapper .hs-form .input , .nTop .header-container-wrapper .hs-form .input { margin:0; }
.nBody .body-container-wrapper .hs-form .hs-form-field, .nTop .header-container-wrapper .hs-form .hs-form-field { padding:0 0 15px; }
.nBody .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-2 .input , .nBody .body-container-wrapper .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input, 
.nTop .header-container-wrapper .row-fluid .hs-form fieldset.form-columns-2 .input , .nTop .header-container-wrapper .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.nBody .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-2 .field, .nTop .header-container-wrapper .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.nBody .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-2 .field:first-child, .nTop .header-container-wrapper .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.nBody .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field, .nTop .header-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.nBody .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field:first-child, .nTop .header-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.nBody .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field, .nTop .header-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.nBody .body-container-wrapper .row-fluid .hs-form fieldset .hs-input, .nTop .header-container-wrapper .row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.nBody .body-container-wrapper .row-fluid .hs-form fieldset, .nTop .header-container-wrapper .row-fluid .hs-form fieldset { max-width:none; }
.nBody .body-container-wrapper .row-fluid .hs-form fieldset input[type="checkbox"], .nTop .header-container-wrapper .row-fluid  .hs-form fieldset input[type="radio"],
.nBody .body-container-wrapper .row-fluid .hs-form fieldset input[type="checkbox"], .nTop .header-container-wrapper .row-fluid  .hs-form fieldset input[type="radio"]{ width:auto !important; }
.nBody .body-container-wrapper ul.inputs-list , .nTop .header-container-wrapper ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.nBody .body-container-wrapper .row-fluid .inputs-list .hs-form-checkbox-display , .nBody .body-container-wrapper .row-fluid .inputs-list .hs-form-booleancheckbox , .nBody .body-container-wrapper .row-fluid .inputs-list li.hs-form-radio,
.nTop .header-container-wrapper .row-fluid .inputs-list .hs-form-checkbox-display , .nTop .header-container-wrapper .row-fluid .inputs-list .hs-form-booleancheckbox , .nTop .header-container-wrapper .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.nBody .body-container-wrapper .row-fluid .inputs-list input[type="checkbox"] , .nBody .body-container-wrapper .row-fluid .inputs-list input[type="radio"] ,
.nTop .header-container-wrapper .row-fluid .inputs-list input[type="checkbox"] , .nTop .header-container-wrapper .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 16px; height: 16px; }
.nBody .body-container-wrapper .row-fluid .inputs-list input[type="radio"], .nTop .header-container-wrapper .row-fluid .inputs-list input[type="radio"] { top:3px; }
.nBody .body-container-wrapper .row-fluid .inputs-list input[type="checkbox"] + span, .nTop .header-container-wrapper .row-fluid .inputs-list input[type="checkbox"] + span { line-height: 16px; position:relative; display: block; }
.nBody .body-container-wrapper .row-fluid .inputs-list input[type="checkbox"] + span:before, .nTop .header-container-wrapper .row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:16px; height:16px; border:1px solid #dadada; color:#fafafa; background:#fafafa; border-radius:5px; }
.nBody .body-container-wrapper .row-fluid .inputs-list input[type="checkbox"]:checked + span:before, .nTop .header-container-wrapper .row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#76bb43; color:#fff; border-color:#76bb43; }
.nBody .body-container-wrapper .row-fluid .inputs-list input[type="checkbox"]:checked + span:after, .nTop .header-container-wrapper .row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 16px; line-height: 16px; }

.nBody .body-container-wrapper .row-fluid .inputs-list input[type="radio"] + span:before, .nTop .header-container-wrapper .row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:16px; height:16px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.nBody .body-container-wrapper .row-fluid .inputs-list input[type="radio"]:checked + span:after, .nTop .header-container-wrapper .row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:0; top:4px;  content:''; width:12px; height:12px; border-color:#000; background:#000;  border-radius:100%; }


@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    
  .nBody .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-2 .field, .nTop .header-container-wrapper .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .nBody .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-2 .field:first-child, .nTop .header-container-wrapper .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .nBody .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field, .nTop .header-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .nBody .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field:first-child, .nTop .header-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .nBody .body-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field, .nTop .header-container-wrapper .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
  
}

.nBody .body-container-wrapper { overflow:hidden; }

.nBody .body-container-wrapper .row-fluid a.cta_button, .nTop .header-container-wrapper .row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.nBody .body-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .nBody .body-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited , .nBody .body-container-wrapper .row-fluid .hs-menu-wrapper.hs-menu-flow-vertical li a,
.nTop .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .nTop .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited , .nTop .header-container-wrapper .row-fluid .hs-menu-wrapper.hs-menu-flow-vertical li a { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.nBody .body-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a  , .nBody .body-container-wrapper .row-fluid .hs-menu-wrapper.hs-menu-flow-vertical li a,
.nTop .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a  , .nTop .header-container-wrapper .row-fluid .hs-menu-wrapper.hs-menu-flow-vertical li a{ width:100%; }
.nBody .body-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul , .nTop .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul  { vertical-align:top; }
.nBody .body-container-wrapper .row-fluid .hs-menu-wrapper.hs-menu-flow-vertical li a , .nTop .header-container-wrapper .row-fluid .hs-menu-wrapper.hs-menu-flow-vertical li a  { white-space: normal; }

.nBody .body-container-wrapper .row-fluid [class*="span"] , .nTop .header-container-wrapper .row-fluid [class*="span"] { min-height:1px; }

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img { display:none; }


/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-italic { font-style:italic; }
.row-fluid .text-white a { color:#fff; }  
.row-fluid .text-white a:hover { color:#39c9cb; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -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 { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#a1a1a1;  width:15px; height:15px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#fbb314; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.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: 8020; }
.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.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", Helvetica, 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, .fancybox-prev span, .fancybox-next span { background-image: url('//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_sprite.png'); }
#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: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url('//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { text-decoration:none; color:#fff !important; position: absolute; top: -18px; right: -34px; width: 36px; height: 36px; line-height:36px; text-align:center; cursor: pointer; z-index: 8040; font-size:24px; }
.fancybox-close:before { content:"\f00d"; font-family:'FontAwesome';  }
.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('https://cdn2.hubspot.net/hubfs/569324/Nonstopwellness-2017/images/blank.png'); -webkit-tap-highlight-color: rgba(0, 0, 0, 0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }
.fancybox-prev span { left: 10px; background-position: 0 -36px; }
.fancybox-next span { right: 10px; background-position: 0 -72px; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }
/* Overlay helper */

.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:none; }
.fancybox-overlay:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8); opacity:0.8; }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }
/* Title helper */

.fancybox-title { visibility: hidden; font: normal 13px/20px "Arial", Helvetica, 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); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
 #fancybox-loading, .fancybox-prev span, .fancybox-next span {
 background-image: url('//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_sprite@2x.png');
 background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}
 #fancybox-loading div {
 background-image: url('//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_loading@2x.gif');
 background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}
}

.row-fluid .blogsidebar-topics a.filter-expand-link, .row-fluid a.link-style , .row-fluid .link-style a { border:2px solid #76bb43; border-radius:0; display:inline-block; font-weight:900; text-transform:uppercase; font-size:14px; line-height:24px; color:#76bb43; padding:10px 20px; background:none; }
.row-fluid .blogsidebar-topics a.filter-expand-link:hover, .row-fluid a.link-style:hover , .row-fluid .link-style a:hover { background:#76bb43; color:#fff; }

.row-fluid a.link-style2 , .row-fluid .link-style2 a { border:2px solid #fff; background:rgba(255,255,255,0.25);  border-radius:0; display:inline-block; font-weight:900; text-transform:uppercase; font-size:20px; line-height:28px; color:#fff; padding:10px 20px;  }
.row-fluid a.link-style2:hover , .row-fluid .link-style2 a:hover { background:#fff; color:#00abcd; }

.row-fluid a.link-style3 , .row-fluid .link-style3 a { border:2px solid #76bb43; border-radius:0; display:inline-block; font-weight:900; text-transform:uppercase; font-size:20px; line-height:28px; color:#fff; padding:10px 20px; background:#76bb43; }
.row-fluid a.link-style3:hover , .row-fluid .link-style3 a:hover { background:none; color:#76bb43; }




.row-fluid .wrapper { margin:0 auto !important; width:1170px; float:none !important; padding:0 15px; } 

.row-fluid .top { position:absolute; left:0; top:0; padding:25px 0; width:100%; z-index:8; }
.top-normal .row-fluid .top { position:relative; background:#414241; }
.row-fluid .logo { width:auto; }
.row-fluid .mainmenu { float:right; width:auto; margin:0; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { text-transform:uppercase; font-size:18px; color:#77b93a; font-weight:900; padding:10px 16px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:hover, .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active > a { color:#fff; }
.wlp .row-fluid .logo, .wlp .row-fluid .association-logo { float:none; width:auto; display:inline-block; vertical-align:middle; }


/*header Landing page*/
.row-fluid .header-lp { padding:155px 0 45px; position:relative; }
.row-fluid .header-lp:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:#2d2d2d; opacity:0.84; }
.row-fluid .header-lp > div { position:relative; }
.row-fluid .headerlp-subtext { font-size:24px; line-height:30px; font-weight:900; color:#76bb43; text-transform:uppercase; }
.row-fluid .header-lp h2 { font-size:68px; line-height:72px; font-weight:900; text-transform:uppercase; padding:0; }
.row-fluid .header-lp h3 { padding:0 0 15px; font-family:'Michroma'; font-size:30px; line-height:36px; }
.row-fluid .headerlp-content { padding:25px 0 0; font-size:20px; line-height:26px; }
.row-fluid .headerlp-img { padding:20px 0 0; }
.row-fluid .headerlp-lpform { padding:0 10% 0 0; }
.row-fluid .headerlp-lpform label { color:#fff; }
.row-fluid .headerlp-lpform .hs-form-required { display:none; }
.row-fluid .headerlp-lpform .hs-form-field input { height:35px; }
.row-fluid .headerlp-lpform input[type=submit] { min-width:48%; }

.row-fluid .headerlp-content2 { padding:40px 0 0; }
.row-fluid .headerlp-lc2text { padding:0 0 20px; color:#76bb43; font-weight:900; font-size:16px; text-transform:uppercase; }
.row-fluid .headerlp-lc2text strong { color:#fff; font-size:28px; display:inline-block; padding:0 0 0 10px; text-transform:none; }
.row-fluid .headerlp-lc2text2 { font-size:20px; line-height:32px; }
.row-fluid .headerlp-lpform2 h3 { padding: 0;
    color: white;
    text-align: center;
    margin-bottom: 30px; }
.row-fluid .headerlp-lpform2 { background:#76bb43; padding:25px; }
.row-fluid .headerlp-lpform2 .input input, .row-fluid .headerlp-lpform2 .input select { border-radius:5px; }
.row-fluid .headerlp-lpform2 .field label, .row-fluid .headerlp-lpform2 .hs-form-required { color:#fff; line-height:20px; }
.header-container-wrapper .row-fluid .headerlp-content2 .actions { text-align:center; padding:15px 0 0; }
.header-container-wrapper .row-fluid .headerlp-lpform2 input[type=submit], .webinar-page-green-form .row-fluid  .headerlp-lpform2  input[type=submit] { background:rgba(0,0,0,0); border:2px solid #fff; }
.header-container-wrapper .row-fluid .headerlp-lpform2 input[type=submit]:hover, .webinar-page-green-form .row-fluid  .headerlp-lpform2 input[type=submit]:hover { background:#fff;  color:#76bb43; } 



/*learn more about section*/
.row-fluid .learnmoreabout-section { padding:60px 0; background:#f0f0f0; }
.row-fluid .learnmoreabout-section h3 { padding:0; }
.row-fluid .learnmoreabout-boxes { padding:35px 0 0; }
.row-fluid .learnmoreabout-bicon span { display:inline-block; width:100px; height:100px; border-radius:100%; background:#fff; padding:0 15px; }
.row-fluid .learnmoreabout-bicon img { -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; position:relative; top:50% }
.row-fluid .learnmoreabout-btext { padding:20px 0 0; color:#4d4d4d; font-weight:700; font-size:16px; line-height:20px; }

/*testimonial section*/
.row-fluid .testimonial-section { position:relative; padding:55px 0 60px; }
.row-fluid .testimonial-section:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:#faa61a; opacity:0.90; }
.row-fluid .testimonial-section > div { position:relative; }
.row-fluid .testimonial-text { padding:0 5% 20px; font-size:30px; line-height:36px; }
.row-fluid .testimonial-name { font-size:14px; font-family:'Michroma';  }

/*weblpcontent section*/
.row-fluid .weblpcontent-section { padding:80px 0; }
.row-fluid .weblpcontent-secright { font-size:18px; line-height:30px; }
.row-fluid .weblpcontent-secltext { font-size:90px; font-weight:900; line-height:90px; color:#76bb43; padding:0 0 25px; }
.row-fluid .weblpcontent-secltext strong { font-size:180px; font-weight:900; display:inline-block; vertical-align:top; line-height:140px; }
.row-fluid .weblpcontent-secltext2 { text-transform:uppercase; font-size:22px; line-height:32px; font-weight:900; color:#76bb43; }

/*company section*/
.row-fluid .company-section { padding:50px 0; }
.company-logo span { height:80px; display:block; }
.company-logo span img { -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; position:relative; top:50%; width:auto !important; max-height:80px; height:auto; }
.row-fluid .company-section h4 { font-size:18px; color:#666; font-weight:700; line-height:24px; padding:0 0 35px; text-transform:uppercase; } 

/*header*/
.row-fluid .header { padding:210px 0 110px; position:relative; }
.row-fluid .header:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:#2d2d2d; opacity:0.64; }
.row-fluid .header > div { position:relative; }
.row-fluid .header h1, .row-fluid .header h2 { padding:0 20% 15px 0; font-size:68px; line-height:70px; text-transform:uppercase; font-weight:900 }
.row-fluid .header-text { font-size:30px; font-family:'Michroma'; line-height:36px; }


/*blog*/
.row-fluid .blog-main { padding:60px 0 45px; }

body .row-fluid .blog-sidebar h3 { padding:0 0 10px; text-transform:uppercase; font-size:20px; line-height:26px; font-weight:900; color:#414241; }
.row-fluid .blogsidebar-box { background:#f0f0f0; padding:30px 25px; margin:0 0 15px; }
.row-fluid .blogsidebar-searchform .field > label { display:none; }
.row-fluid .blogsidebar-searchform { position:relative; }
.row-fluid .blogsidebar-box a.hs-button { position:absolute; top:0; right:0;  min-width:0; width:40px; height:40px; color:#fff; font-size:0; border-radius:0; padding:0; text-align:center; line-height:40px; }
.row-fluid .blogsidebar-box a.hs-button:before { content:"\f002"; font-family:'FontAwesome'; font-size:14px; }
.row-fluid .blogsidebar-box a.hs-button:hover { color:#469b1d; }
.row-fluid .blogsidebar-searchform input { margin:0; }

.row-fluid .blogsidebar-subscribe .hs-form-required { display:none; }
.row-fluid .blogsidebar-subscribe input { margin:0 0 5px; }
.row-fluid .blogsidebar-subscribe .actions { position:absolute; top:0; right:0; width:40px;  }
.row-fluid .blogsidebar-subscribe .actions input { width:100%; font-size:0; height:40px; padding:0; background-image:url(https://cdn2.hubspot.net/hubfs/569324/Nonstopwellness-2017/images/arrow-img.png); background-repeat:no-repeat; background-position:center; }
.row-fluid .blogsidebar-subscribe form { position:relative; }

.row-fluid .blogsidebar-mostread ul, .row-fluid .blogsidebar-topics ul { margin:0; padding:0; list-style:none; }
.row-fluid .blogsidebar-mostread ul li { margin:0; padding:10px 0; }

.row-fluid .blogsidebar-topics ul li { padding:5px 0; margin:0; }
.row-fluid .blogsidebar-topics ul li a { display:block; padding:0 0 0 25px; background:url(https://cdn2.hubspot.net/hubfs/569324/Nonstopwellness-2017/images/check-icon.png) no-repeat left 5px; }
.row-fluid .blogsidebar-topics a.filter-expand-link { margin:15px 0 0; }

.row-fluid .blog-comment { display:none; }

.row-fluid .blog-sidebar { padding:0 0 0 35px; }
.row-fluid .blogsidebar-text { color:#939598; font-size:12px; line-height:16px; }

.blog-detail .blogdetail-content .hs-cta-wrapper { float:left; width:100%; text-align:center; padding:40px 0 50px; }
.blogdetail-ctabox { float:left; width:100%; margin:20px 0 0; background:#00abcd; padding:40px 12% 30px; }
body .row-fluid .blogdetail-ctabox h3 { font-weight:500; padding:0 0 30px; }
.blog-detail .blogdetail-content ul { margin:0; padding:0 0 15px; list-style:none; }
.blog-detail .blogdetail-content ul li { padding:0 0 0 30px; position:relative; margin:0 0 5px; line-height:24px; }
.blog-detail .blogdetail-content ul li:before { content:''; position:absolute; top:12px; left:15px; width:4px; height:4px; border-radius:100%; border-radius:100%; background:#515251; }
.row-fluid .blog-detail .blogdetail-content img , .blog-left #hs_cos_wrapper_post_body img { border:none !important; box-shadow: 0 0 0 rgba(0,0,0,0); }
.row-fluid .alignleft { float:left; margin:15px 15px 15px 0; }
.row-fluid .aliright { float:left; margin:15px 0 15px 15px; }
.row-fluid .aligncenter { float:none; display:block; margin:15px 0; } 
.row-fluid .blog-detail blockquote { float:right; width:210px; padding:15px 10px; position:relative; z-index:5; border-top:4px solid #00abcd;  border-bottom:4px solid #00abcd; text-align:center; color:#00abcd; font-size:24px; line-height:28px; font-family:'Montserrat'; }
.row-fluid .blog-detail blockquote span { display:block; font-size:12px; color:#b1b3b6; line-height:16px; padding:10px 0 0; }

.row-fluid .blog-detail .hs-blog-social-share { border-bottom:1px solid #ccc; border-top:1px solid #ccc; height:auto; margin-top:10px; padding:15px 0 10px; }
.row-fluid .blog-detail .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item { height:auto; display:inline-block; vertical-align:top; }

.row-fluid .blogdetail-byline { padding:0 0 10px; font-size:12px; color:#b1b3b6; line-height:20px; }
body .row-fluid .blog-detail > h1 { font-weight:400; padding-top:0; }
.row-fluid .blogdetail-content { padding:10px 0 0; }

.row-fluid .blogpost-boxes { margin:0 -15px; display:block; }
.row-fluid .blogpost-box { float:left; width:50%; padding:0 15px; margin:0 0 45px; }
.row-fluid .blogpost-box:nth-child(2n) { clear:right; }
.row-fluid .blogpost-box:nth-child(2n+1) { clear:left; }
.row-fluid .blogpost-b { position:relative; float:left; width:100%; }
.row-fluid .blogpost-b:before { position:absolute; left:0; bottom:0; width:100%; height:6px; background:#f0f0f0; content:''; }
body .row-fluid .blogpost-box h3 { font-size:22px; font-weight:400; line-height:28px; padding:0 0 15px; }
.row-fluid .blogpost-bcont { padding:0 0 50px; float:left; width:100%; }

.row-fluid .blogpost-image { height:140px; margin:0 0 15px; background-size:cover; background-position:center; float:left; width:100%; }
.row-fluid .blogpost-image img { display:none; }

.row-fluid .blogpost-byline { font-size:12px; color:#b1b3b6; line-height:20px; }
.row-fluid .blogpost-content { padding:10px 0 0; }
.row-fluid .blogpost-content p { display:inline; padding:0; }
.row-fluid .readmore-link { font-weight:900; }

.row-fluid .coffeecup-header { padding:0; }
.row-fluid .coffeecup-header:before { background:#000; opacity:0.64; }
.row-fluid .coffeecupheader-content { padding:165px 0 80px; }
.row-fluid .coffeecupheader-content h4 { font-size:24px; line-height:32px; padding:25px 0 15px; }
.row-fluid .cheaderlp-text { max-width:700px; font-weight:700; font-size:20px; line-height:26px; }
.row-fluid .cheaderlp-text p { max-width:418px; margin:0; padding:0; }
.row-fluid .cheaderlp-text strong { display:block; color:#76bb43; }

.row-fluid .coffeecupheader-content2 { background:rgba(118,187,67,0.8); padding:80px 0; }
.row-fluid .coffeecupheader-content2 h3 { font-size:24px; line-height:32px; font-weight:900; text-transform:uppercase; font-family:'Montserrat',sans-serif; text-align:center; padding:0 0 35px; }
.row-fluid .coffeecupheader-content2 form { margin:0 auto; max-width:600px; color:#fff; }
.row-fluid .coffeecupheader-content2 .input input { border-radius:5px; }
.row-fluid .coffeecupheader-content2 .field label { color:#fff; }
.row-fluid .coffeecupheader-content2 .actions { text-align:center; padding:15px 0 0; }
.row-fluid .coffeecupheader-content2 .actions input { background-color:#009ec3; padding:15px 25px; min-width:200px; }
.row-fluid .coffeecupheader-content2 .actions input:hover { background-color:#037995; }

.row-fluid .coffeelpcontent-section { padding:60px 0; background:#009ec3; padding:60px 0; text-align:center; color:#fff; font-size:15px; }
.row-fluid .coffeelpcontent-section .wrapper { max-width:800px; }
.row-fluid .coffeelpcontent-section h3 { color:#fff; }



@media (min-width: 768px) {
    
    /*header Landing page*/
    .header-container-wrapper .row-fluid .headerlp-lpform2 input[type=submit] { min-width:290px; }
        
}

@media (min-width: 768px) and (max-width: 1200px){
    
    .nBody .body-container-wrapper h1, .nTop .header-container-wrapper h1 { font-size:36px; line-height:40px; }
    .nBody .body-container-wrapper h2, .nTop .header-container-wrapper h2 { font-size:32px; line-height:36px; }
    .nBody .body-container-wrapper h3, .nTop .header-container-wrapper h3 { font-size:30px; line-height:36px; }
    .nBody .body-container-wrapper h4, .nTop .header-container-wrapper h4 { font-size:28px; line-height:34px; }
    .nBody .body-container-wrapper h5, .nTop .header-container-wrapper h5 { font-size:24px; line-height:30px; }
    .nBody .body-container-wrapper h6, .nTop .header-container-wrapper h6 { font-size:22px; line-height:26px; }
  
    .row-fluid .logo { width:200px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:16px; padding:4px 8px; }
    
    /*header Landing page*/
    .row-fluid .header-lp h2 { font-size:58px; line-height:62px; }
    .row-fluid .header-lp h3 { font-size:20px; line-height:32px; }
    .row-fluid .headerlp-content { padding:5px 0 0; }
 
    /*learn more about section*/
    .row-fluid .learnmoreabout-section { padding:50px 0 35px; }
    .row-fluid .learnmoreabout-boxes { padding:25px 0 0; }
    
    /*testimonial section*/
    .row-fluid .testimonial-section { padding:45px 0 50px; }
    .row-fluid .testimonial-text { font-size:22px; line-height:28px; }

    /*header*/
    .row-fluid .header h1, .row-fluid .header h2 { padding:0 10% 15px 0; font-size:52px; line-height:57px; }
    .row-fluid .header { padding:180px 0 80px; }
    .row-fluid .header-text { font-size:26px; line-height:33px; }
    
    /*blog*/
    .row-fluid .blog-sidebar { padding:0 0 0 15px; }
    .row-fluid .blogsidebar-box { padding:25px 18px; }
    body .row-fluid .blog-sidebar h3 { padding:0 0 7px; font-size:18px; line-height:22px; }
    body .row-fluid .blogpost-box h3 { font-size:19px; line-height:23px; }
    
}

@media (min-width: 992px) and (max-width: 1200px){
	
	.row-fluid .wrapper {  width:920px; }	
    
    /*header Landing page*/
    
    /*learn more about section*/
    
    /*testimonial section*/
    
    /*header*/
    
    /*blog*/
    
}

@media (min-width: 768px) and (max-width: 991px){
	
	.row-fluid .wrapper {  width:720px; }
    
    /*header Landing page*/
    
    /*learn more about section*/
    
    /*testimonial section*/
    
    /*header*/
    
    /*blog*/
    
}

@media (min-width: 30px) and (max-width: 767px){
    
    .row-fluid a.link-style2, .row-fluid .link-style2 a, .row-fluid a.link-style3, .row-fluid .link-style3 a { font-size:18px; line-height:19px; }
    
    .nBody .body-container-wrapper h1, .nTop .header-container-wrapper h1 { font-size:30px; line-height:32px; }
    .nBody .body-container-wrapper h2, .nTop .header-container-wrapper h2 { font-size:28px; line-height:30px; }
    .nBody .body-container-wrapper h3, .nTop .header-container-wrapper h3 { font-size:26px; line-height:30px; }
	.nBody .body-container-wrapper h4, .nTop .header-container-wrapper h4 { font-size:24px; line-height:28px; }
    .nBody .body-container-wrapper h5, .nTop .header-container-wrapper h5 { font-size:22px; line-height:26px; }
    .nBody .body-container-wrapper h6, .nTop .header-container-wrapper h6 { font-size:20px; line-height:24px; }
    
	.row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }	
    
    .row-fluid .logo { max-width:200px; }
    .row-fluid .association-logo { margin:15px 0; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li { padding:0; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:16px; padding:15px 10px; color:#fff; line-height: 22px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child { border:none; }

    /*header Landing page*/
    .row-fluid .header-lp { padding:125px 0 35px; }
    .wlp .row-fluid .header-lp { padding-top:180px; }
    .row-fluid .header-lp h2 { font-size:34px; line-height:36px; }
    .row-fluid .header-lp h3 { font-size:20px; line-height:32px; padding:5px 0 10px; }
    .row-fluid .headerlp-content { padding:0; }
    .row-fluid .headerlp-lpform { padding:0; }
    .row-fluid .headerlp-img { padding:15px 0 0; }
    
    
    .row-fluid .headerlp-lc2text2 { padding:0 0 25px; }
    .row-fluid .headerlp-lc2text strong { font-size:16px; padding:0 0 0 5px; }
 
    /*learn more about section*/
    .row-fluid .learnmoreabout-section { padding:50px 0 30px; }
    .row-fluid .learnmoreabout-boxes { padding:25px 0 0; }
    .row-fluid .learnmoreabout-box { padding:15px 0 20px; }
    .row-fluid .learnmoreabout-btext { padding:10px 0 0; }
    
    /*testimonial section*/
    .row-fluid .testimonial-section { padding:40px 0 35px; }
    .row-fluid .testimonial-text { font-size:22px; line-height:28px; }
    
    /*weblpcontent section*/
    .row-fluid .weblpcontent-section { padding:40px 0 35px; }

    /*company section*/
    .row-fluid .company-section { padding:35px 0; }
    .company-logo { margin:10px 0; }
    
    /*header*/
    .row-fluid .header h1, .row-fluid .header h2 { padding:0 0 15px 0; font-size:32px; line-height:37px; }
    .row-fluid .header { padding:150px 0 60px; }
    .row-fluid .header-text { font-size:20px; line-height:30px; }
    
    /*blog*/
    .row-fluid .blog-main { padding:40px 0 25px; }
    .row-fluid .blogpost-box { width:100%; margin:0 0 35px; }
    .row-fluid .blogpost-bcont { padding:0 0 25px; }
    body .row-fluid .blogpost-box h3 { font-size:22px; line-height:28px; }
    
    .row-fluid .blog-sidebar { padding:40px 0 0; }
    .row-fluid .alignleft { float:none; margin:15px 0; }
    .row-fluid .aliright { float:none; margin:15px 0; }
    .row-fluid .blog-detail blockquote { float:left; width:100%; margin:10px 0 25px; }
    .blog-detail .blogdetail-content .hs-cta-wrapper { padding:30px 0 20px; }
    
    .blogdetail-ctabox { padding:25px 15px; }
    
}


.timeline-header.header-lp { text-align:center; }
.timeline-header.header-lp h2, .timeline-header.header-lp .header-lp h3 { max-width:none; } 
body.nTop .header-container-wrapper .timeline-header.header-lp h3 { font-weight:400; padding:20px 0 0; } 

.timeline-datesection { font-size:20px; text-align:center; color:#fff; padding:10px 0; background:#6db04c; position:relative; float:left; width:100%; z-index:5; }
.timeline-datesection:after { top:100%; left:50%; border:solid transparent; content:" "; height:0; width:0; position:absolute; pointer-events:none; border-color:rgba(109, 176, 76, 0); border-top-color:#6db04c; border-width:30px; margin-left:-30px; }
.timeline-datesection .wpb_content_element { margin:0 !important; }

.timeline-box .timeline-b { background:#fff; padding:15px 10px; box-shadow:0 0 10px 2px rgba(0,0,0,0.1); float:left; width:100%; }
.timeline-b a.link-style, .timeline-b .link-style a { font-size:15px; padding:6px 8px; }
.nBody .body-container-wrapper .timeline-b h6 { text-transform:uppercase; font-size:12px; font-weight:900; color:#4d4d4f; line-height:24px; padding:0; margin:0 0 5px; }
.timeline-resourceimg img { border:1px solid #e1e1e1; }
.timeline-b .wpb_content_element { margin:0; }
.timeline-text p { font-size:14px; font-weight:500; line-height:20px; color:#4d4d4f; }
.timeline-box .timeline-time { width:150px; height:150px; border-radius:100%; background:#a8a8a8; border:4px solid #d9d9d9; text-align:center; margin:0;color:#fff; font-size:16px; font-weight:700; }
.timeline-time span { position:relative; top:50%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display:block; } 
.timeline-time strong { display:block; font-size:20px; line-height:26px; text-transform:uppercase; }
.timeline-text { padding:0 0 15px; min-height:90px; }
.timeline-time strong + br { display:none; }
.timeline-section { background:#f0f0f0; position:relative; float:left; width:100%; padding:110px 0 80px; }
.timeline-today .timeline-time { background:#00abcd; }
.timeline-today .timeline-b { border-color:#00abcd !important; }
.timeline-lastday .timeline-time { background:#faa61a; }
.timeline-lastday .timeline-b { border-color:#faa61a !important; }
.timeline-box:hover .timeline-time { background:#76bb43; border-color:#76bb43; }



@media ( min-width: 768px ) { 
    .timeline-header.header-lp { padding-bottom:150px; }
	.timeline-box { float:right; width:50%; padding:0 0 0 100px; position:relative; clear:both; margin:0 !important; } 
	.timeline-box .timeline-b { border-left:8px solid #a8a8a8; position:relative;  }
	.timeline-box .timeline-resource { width:35%; border-left:2px solid #e1e1e1; float:right; padding:0 15px; }
	.timeline-box .timeline-content { width:65%; padding:0 15px 0 0 ; float:left;  }
	.timeline-box .timeline-time { position:absolute; left:-75px; top:50%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
	.timeline-boxes .hs_cos_wrapper_widget:nth-child(2n) .timeline-box { float:left; padding:0 100px 0 0; }
	.timeline-boxes .hs_cos_wrapper_widget:nth-child(2n) .timeline-box .timeline-b { border:none; border-right:8px solid #a8a8a8; }
	.timeline-boxes .hs_cos_wrapper_widget:nth-child(2n) .timeline-box .timeline-resource { border:none; border-right:2px solid #e1e1e1; float:left; }
	.timeline-boxes .hs_cos_wrapper_widget:nth-child(2n) .timeline-box .timeline-content { padding:0 0 0  15px; }
	.timeline-boxes .hs_cos_wrapper_widget:nth-child(2n) .timeline-box .timeline-time { left:auto; right:-75px; }
	.timeline-section:before { content:''; position:absolute; left:50%; margin:0 0 0 -5px; width:10px; height:80%; top:12%; background:#d9d9d9; display:block !important; }
	.timeline-box:before { content:''; position:absolute; left:0; top:50%; background:#d9d9d9; height:4px; width:30%; }
	.timeline-boxes .hs_cos_wrapper_widget:nth-child(2n) .timeline-box:before { left:auto; right:0; }
	.timeline-today:before { background:#00abcd; } 
	.timeline-lastday:before { background:#faa61a; }
	.timeline-box:hover .timeline-b { border-color:#76bb43 !important; }
	.timeline-box:hover:before { background:#76bb43; } 
} 

@media ( min-width: 768px ) and ( max-width: 993px ) { 
	.timeline-b .vc_column-inner  { padding:0  5px 0 0 !important; }
	.timeline-b a.link-style, .timeline-b .link-style a { font-size:14px; padding:6px 8px; }
}
@media ( max-width:767px ) { 
  .timeline-section { padding:50px 15px; }
  .timeline-box { padding:15px 0; text-align:center; float:left; width:100%; }
  .timeline-b h6 , .timeline-resourceimg {  text-align:center !important; }
  .timeline-box .timeline-time { margin:0 0 15px; display: inline-block; }
}


@media (min-width: 768px){

  a.mobile-trigger, span.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }

}

@media (max-width: 767px){

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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
    }


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 20px;          /* Position Button at top right of screen  */
      right: 15px;        /*******************************************/
      width: 44px; /* Button width */
      height: 44px; /* Button height */      
      padding: 12px 10px; 
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      border-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #fff;
  }

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

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

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

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

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


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

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

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

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


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

  span.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  span.child-triggerm span, span.child-triggerm span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
  
  span.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


  /* Hide menu on mobile */
  .mainmenu.js-enabled .hs-menu-flow-horizontal,
  .mainmenu.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 70px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 0; /* Padding to add room for close button */
      background-color: #6db04c; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #fff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}

/*!* Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license(Font:SIL OFL 1.1,CSS:MIT License) */@font-face {
    font-family:'FontAwesome';src:url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?v=4.1.0');src:url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    -webkit-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-square:before,.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

button.pika-day {
    padding: 5px !important;
    font-size: 16px !important;
    height: auto !important;
    font-weight: normal !important;
    z-index: 9999 !important;
    display: block !important;
    position: relative !important;
    color: #333 !important;
    background: #fff !important;
    border: 1px solid #ccc !important;
    border-bottom-color: #bbb !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.pika-table th, .pika-table td {
    width: auto !important;
    padding: 1px !important;
}
.pika-single {
    z-index: 9999 !important;
    display: block !important;
    position: relative !important;
    color: #333 !important;
    background: #fff !important;
    border: 1px solid #ccc !important;
    border-bottom-color: #bbb !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.pika-single.is-hidden {
    display: none !important;
}

.pika-single.is-bound {
    position: absolute !important;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5) !important;
}

.pika-single {
    *zoom: 1 !important;
}

.pika-single:before,
.pika-single:after {
    content: " " !important;
    display: table !important;
}

.pika-single:after {
    clear: both !important;
}

.pika-lendar {
    float: left !important;
    width: 240px !important;
    margin: 8px !important;
}

.pika-title {
    position: relative !important;
    text-align: center !important;
}

.pika-title select {
    cursor: pointer !important;
    position: absolute !important;
    z-index: 9998 !important;
    margin: 0 !important;
    left: 0 !important;
    top: 5px !important;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
}

.pika-label {
    display: inline-block !important;
    *display: inline !important;
    position: relative !important;
    z-index: 9999 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 5px 3px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: bold !important;
    background-color: #fff !important;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1 !important;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default !important;
    opacity: 0.2 !important;
}

.pika-select {
    display: inline-block !important;
    *display: inline !important;
}

.pika-table {
    width: 100% !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    border: 0 !important;
}

.pika-table th,
.pika-table td {
    width: 14.28571% !important;
    padding: 0 !important;
}

.pika-table th {
    color: #999 !important;
    font-size: 12px !important;
    line-height: 25px !important;
    font-weight: bold !important;
    text-align: center !important;
}

.pika-button {
    cursor: pointer !important;
    display: block !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    outline: none !important;
    border: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    padding: 5px !important;
    color: #666 !important;
    font-size: 12px !important;
    line-height: 15px !important;
    text-align: right !important;
    background: #f5f5f5 !important;
}

.nTop .header-container-wrapper .is-today button.pika-button {
    font-weight: bold !important;
    background: #76bb43 !important;
    color: #fff !important;
}
.nTop .header-container-wrapper button.pika-prev, .nTop .header-container-wrapper button.pika-next {
    padding: 5px;
    font-size: 11px;
    line-height: 14px;
    text-indent: 0px;
    font-weight: normal;
}

.pika-button:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
    border-radius: 3px !important
}

.pika-week {
    font-size: 11px !important;
    color: #999 !important;
}


.member-login .member-login-container {
    padding: 5px;
    float: none;
    max-width: 1170px;
    margin: 0 auto;
    text-align: right;
  	padding-right: 25px;
    color: #fff !important;
}
.member-login a {
    text-align: right;
    color: #fff !important;
    padding: 4px 0px;
}