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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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

@font-face {  font-family: 'linecons';  
src: url('//cdn2.hubspot.net/hubfs/327432/Linecons/linecons.eot');  
src: url('//cdn2.hubspot.net/hubfs/327432/Linecons/linecons.eot?#iefix') format('embedded-opentype'), url('//cdn2.hubspot.net/hubfs/327432/Linecons/linecons.woff') format('woff'), url('//cdn2.hubspot.net/hubfs/327432/Linecons/linecons.ttf') format('truetype'), url('//cdn2.hubspot.net/hubfs/327432/Linecons/linecons.svg') format('svg');  font-weight: normal;  font-style: normal;}

 /**************** Global Syles *************/
 
body {
     width: 100%!important;
     font-size: 15px;
     line-height: 24px;
     color: #424242;
     margin: 0px;
     font-family: 'Roboto', sans-serif;
     font-weight: 300;
     background-color: #fff;
     -webkit-font-smoothing: antialiased;
}


div.site-width {
     max-width: 1156px;
     padding-left: 15px;
     padding-right: 15px;
     margin: 0 auto!important;
     float: none!important;
     overflow: hidden;
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}

div.site-width.ov {overflow: visible!important;}

div.site-width .layout-widget-wrapper {
    margin-bottom: 0;
}


div.wide-white {
    width: 100%!important;
    background-color: #ffffff;
}

.innerMain {padding: 30px 0; overflow: hidden;}


/**************** Classes *************/
.display-none {
    display: none;
}

/**************** Typography *************/

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a {
    line-height: 1.1em;
    color: #292929;
    font-weight: 300;
}

h1 {font-size: 44px;}
h2 {font-size: 37px;}
h3 {font-size: 28px;}
h4 {font-size: 22px;}
h5 {font-size: 19px;}
 
 
a {text-decoration:none; color: #0093d0;}
a:hover {text-decoration: none; color: #ff9900;}


/****************** Header ******************/

.header-container-wrapper {}
.nonavHeader {
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
}

.top-bar {
    background: #e9e9e9;
    min-height: 30px;
    padding: 12px 0;
    border-bottom: 1px solid #f3f3f3;
}

.customLogo img {max-width: 400px; padding: 10px 15px 20px;}

.socialfollow a {
    width: 40px;
    height: 38px;
    text-align: center;
    padding: 8px;
    float: left;
    text-decoration: none;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.31s ease;
    -moz-transition: all 0.31s ease;
    -ms-transition: all 0.31s ease;
    -o-transition: all 0.31s ease;
    transition: all 0.31s ease;
    margin: 1px 2px;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.socialfollow a i {
    color: #979797;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.125s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;   
    font-size: 18px;
    opacity: 0.95;
}

.socialfollow a:hover {background-color: transparent;}
.socialfollow a:hover i {color: #3b5996;}

.courtesyLinks {padding-right: 10px;}
.courtesyLinks .hs-menu-wrapper.hs-menu-flow-horizontal>ul {float: right; padding: 4px 0 0 4px;}
.courtesyLinks .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 0;
    font-size: 12px;
    color: #9aa6af;
    margin: 0 6px;
    font-weight: 400;
    letter-spacing: .6px;
    max-width: 100%;
}

.courtesyLinks .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:after {
    content: "|";
    padding-left: 10px;
    color: #ccc;
}
.courtesyLinks .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a:after {display: none;}

.custom_htform {padding-top: 17px; padding-right: 15px;}
.custom_htform fieldset {
    border: 0px;
    padding: 0;
    margin: 0;
    position: relative;
}

.custom_htform fieldset input[type="text"] {
    float: right;
    margin: 10px 0 0 0;
    background-color: #f5f5f5;
    border-width: 0px;
    border-radius: 0;
    padding: 5px 28px 5px 18px;
    min-width: 200px;
    width: 200px;
    min-height: 50px;
    -webkit-transition: width 0.22s ease;
    -moz-transition: width 0.22s ease;
    -o-transition: width 0.22s ease;
    transition: width 0.22s ease;
}

.custom_htform fieldset input[type="text"]:focus {width: 250px; background-color: #fff;}

.custom_htform fieldset button {
    position: absolute;
    right: 0;
    top: 20px;
    text-indent: -9999px;
    background: url(//cdn2.hubspot.net/hubfs/327432/Images/find-ico1.png);
    border: 0px;
    width: 30px;
    height: 30px;
}

.wideNav {
    background: #808386;
    border-top: 2px solid #666;
    border-bottom: 4px solid #666;
}

.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul {display: block; float: right; padding-right: 15px;}
.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li { }
.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
    color: #fff; 
    font-size: 16px; 
    padding: 20px 20px 15px 21px; 
    background: #808386; 
    border-right: 1px solid #666; 
    font-weight: 400;
    line-height: 18px;
}

.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:first-child>a {border-left: 1px solid #666;}

.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:hover a {background-color: #222;}

.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a i {
    display: block;
    color: #fff;
    font-style: normal;
    font-size: 12px;
}

.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:after {
    display: block;
    font-size: 11px;
    color: #fff;
    line-height: 16px;
    margin-top: 6px;
}

.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:before {color: #fff; padding-right: 5px;}

#sidr-main ul li:first-child a:before,
.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:first-child a:before {content: "\f015"; font-family: FontAwesome;}
.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:first-child a:after {content: 'welcome';}

#sidr-main ul li:nth-child(2) a:before,
.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(2) a:before {content: "\e02f";font-family: 'linecons';}
.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(2) a:after {content: 'best in-class tips & tools';}

#sidr-main ul li:nth-child(3) a:before,
.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(3) a:before {content: "\f16c"; font-family: FontAwesome;}
.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(3) a:after {content: 'boost your engagement';}

#sidr-main ul li:nth-child(4) a:before,
.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(4) a:before {content: "\e00e";font-family: 'linecons';}
.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(4) a:after {content: 'big ideas. big results';}

#sidr-main ul li:nth-child(5) a:before,
.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(5) a:before {content: "\f1e7"; font-family: FontAwesome;}
.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(5) a:after {content: 'big savings. better solutions';}

#sidr-main ul li:nth-child(6) a:before,
.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(6) a:before {content: "\e018";font-family: 'linecons';}
.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(6) a:after {content: 'industry articles';}

#sidr-main ul li:last-child a:before,
.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a:before {content: "\e00a";font-family: 'linecons';}
.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a:after {content: 'our process';}

#sidr-main .sidr-class-nav ul li a:before {padding-right: 5px;}
#sidr-main .sidr-class-courtesyLinks ul li a:before {display: none!important;}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    overflow: visible!important;
    text-overflow: inherit!important;
    width: auto!important;
}

/****** New Modal May 2017 ******/

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

/****** New Header March 2016 ******/
#site-header {
    display: inline-block;
    width: 100%;
    border-bottom: 4px solid #f0f0f0;
    transition: 0.2s;
}
#site-header .site-width {
    overflow: visible;
}
@media (min-width:768px) {
    #site-header > div > div > .row-fluid-wrapper > .row-fluid {
        padding: 0px 15px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
}
@media (min-width: 961px) {
    .header-container-wrapper {
        min-height: 140px;
    }
    #site-header.sticky {
        width: 100%;
        border-bottom: 4px solid #f0f0f0;
        z-index: 800000000;
        background: rgba(255,255,255,0.97);
        display: block;
        position: fixed;
        height: 100px;
        padding: 0;
        left: 0;
        top: 0;
        -webkit-animation: header-anim .2s ease .027s both;
        animation: header-anim .2s ease .027s both;
        transition: background 0.3s ease-in-out 0s, border-bottom 0.3s ease-in-out 0s;
    }
}
@media (max-width:767px) {
    #site-header {
        padding-bottom: 40px;
    }   
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    #site-header .site-width {
        width: 420px;
    }
}
@media only screen and (max-width: 479px) {
    #site-header .site-width {
        width: 300px;
    }
}

/* Header animation*/
@-webkit-keyframes header-anim {
    from {
        opacity: 0.5;
        -webkit-transform: translateY(-60px);
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes header-anim {
    from {
        opacity: 0.5;
        -webkit-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        transform: translateY(-60px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes header-anima {
    from {
        height: 0;
    }
    to {
        height: 60px;
        padding: 0;
    }
}

@keyframes header-anima {
    from {
        height: 0;
    }
    to {
        height: 60px;
        padding: 0;
    }
}

@-webkit-keyframes fade-anim {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-anim {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Header logo */
#site-header .header-logo img {
    max-width: 400px;
    margin-top: 8px;
    transition: 0.2s;
}
@media (min-width:960px) {
    #site-header.sticky .header-logo img {
        max-width: 236px;
    }   
}
@media (min-width:768px) and (max-width:960px) {
    #site-header .header-logo img {
        margin-top: 17px;
    }   
}
@media (min-width:768px) {
    #site-header .header-logo {
        float: left;
        margin: 0px;
    }    
}
@media (max-width:767px) {
    #site-header .header-logo img {
        max-width: 100%;
    }   
}

/* Secondary nav */
#site-header .secondary-nav {
    position: relative;
}
#site-header .secondary-nav ul {
    float: right;
    margin: 5px 0px 0px;
    padding: 0px;
    line-height: 28px;
}
#site-header .secondary-nav ul li a {
    padding: 0px;
    font-size: 12px;
    color: #9aa6af;
    display: inline;
    margin: 0 6px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.6px;
}
#site-header .secondary-nav ul li:first-child a:after,
#site-header .secondary-nav ul li:nth-child(2) a:after,
#site-header .secondary-nav ul li:nth-child(3) a:after {
    content: "|";
    padding-left: 10px;
    color: #ccc;
}
#site-header .secondary-nav ul li:last-child a {
    margin: 0px 0px 0px 3px;
}
#site-header .secondary-nav ul li:last-child a i {
    color: #aaa;
    padding: 11px;
    padding-left: 12px;
    font-size: 14px;
    border-radius: 50%;
    background-color: #f3f3f3;
}
@media (min-width:768px) {
    #site-header .secondary-nav {
        float: right;
    }    
}
@media (max-width:960px) {
    #site-header .secondary-nav ul li:last-child {
        display: none;
    }
}
@media (max-width:767px) {
    #site-header .secondary-nav {
        margin-top: 38px;
        text-align: center;
    }
    #site-header .secondary-nav ul {
        float: left;
        width: 100%;
        line-height: 20px;
        text-align: left;
    }
    #site-header .secondary-nav ul li {
        display: inline-block;
        width: auto;
    }
    #site-header .secondary-nav ul li a {
        text-transform: initial;
    }
}
@media (max-width:480px) {
    #site-header .secondary-nav ul {
        text-align: center;
    }    
}

/* search popup */
#site-header .siteheader-search {
    display: none;
    position: absolute;
    right: 0px;
    margin-top: 10px;
    width: 210px;
    background: #fff;
    padding: 14px 18px;
    height: 63px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    -moz-box-shadow: 0 2px 12px rgba(0,0,0,0.082);
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.082);
    box-shadow: 0 2px 12px rgba(0,0,0,0.082);
}
#site-header .siteheader-search:before {
    content: '';
    display: block;
    position: absolute;
    right: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    top: -19px;
    border-color: transparent transparent #e2e2e2 transparent;
}
#site-header .siteheader-search:after {
    content: '';
    display: block;
    position: absolute;
    right: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    top: -18px;
    border-color: transparent transparent #ffffff transparent;
}
#site-header .siteheader-search label {
    display: none;
}
#site-header .siteheader-search .input {
    margin: 0px;
}
#site-header .siteheader-search input {
    background-color: #f5f5f5;
    background-image: url(//cdn2.hubspot.net/hubfs/327432/SeniorLivingSMART_March2016/Icons/search-icon.png);
    background-position: 12px 50%;
    background-repeat: no-repeat;
    border: 0 none;
    border-radius: 18px;
    box-shadow: none;
    color: transparent;
    cursor: text;
    font-size: 13px;
    color: #444;
    min-height: 35px;
    height: 35px;
    line-height: 18px;
    padding: 7px 5px 8px 30px;
    transition: all 0.3s ease-in-out 0s;
    width: 1px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#site-header .siteheader-search a.hs-button {
    display: none;
}
@media (max-width:960px) {
    #site-header .siteheader-search {
        display: none!important;
    }   
}

/* Main nav */
@media (min-width:961px) {
    #site-header .main-nav ul {
        display: inline-block;
        float: left;
        margin-bottom: -2px;
    }
    #site-header .main-nav ul li {
        list-style: none;
        padding: 0;
        margin: 0;
        float: left;
        display: block;
        height: 100%;
        vertical-align: middle;
    }
    #site-header .main-nav ul a {
        padding: 16px 16px 10px;
        font-weight: 400;
        color: #777;
        font-size: 14px;
        line-height: 24px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -moz-box-sizing: border-box;
        transition: 0.2s;
    }
    #site-header.sticky .main-nav ul a {
        padding-top: 12px;
    }
    #site-header .main-nav .hs-menu-wrapper > ul > li > a {
        border-bottom: 3px solid transparent;
    }
        #site-header .main-nav .hs-menu-wrapper > ul > li > a:hover {
            border-bottom: 3px solid #7CBC20;
        }
    
    #site-header .main-nav ul li ul.hs-menu-children-wrapper {
        width: 210px;
        background: #fff;
        padding: 5px 0;
        padding-left: 20px;
        margin: 0;
        top: 52px;
        border: 1px solid #e2e2e2;
        z-index: 91000;
        visibility: hidden;
        opacity: 0;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
    }
        #site-header .main-nav ul li:hover > ul.hs-menu-children-wrapper {
            visibility: visible;
            opacity: 1;
        }
    #site-header .main-nav ul li ul.hs-menu-children-wrapper li {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #efefef;
    }
        #site-header .main-nav ul li ul.hs-menu-children-wrapper li:last-child {
            border: 0px;
        }
    #site-header .main-nav ul li ul.hs-menu-children-wrapper li a {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        background: #fff;
        color: #777;
        display: block;
        text-align: left;
        padding: 4px 11px 4px 0!important;
        border-radius: 0;
        font-size: 13px!important;
        font-weight: 400;
        border: 0 none;
        text-transform: capitalize;
        line-height: 24px;
        min-height: 24px;
        white-space: normal;
        overflow: visible;
    }
        #site-header .main-nav ul li ul.hs-menu-children-wrapper li a:hover {
            color: #7cbc20;
        }
    #site-header .main-nav ul li > ul.hs-menu-children-wrapper > li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
        top: -10px;
        left: 206px;
        width: 170px;
        visibility: visible;
        opacity: 1;
    }
    #site-header .main-nav ul li > ul.hs-menu-children-wrapper > li.hs-item-has-children > a {
        position: relative;
    }
    #site-header .main-nav ul li > ul.hs-menu-children-wrapper > li.hs-item-has-children > a:after {
        font-family: 'FontAwesome';
        content: "\f054";
        position: absolute;
        color: #cdcdcd;
        font-size: 8px;
        display: inline;
        speak: none;
        cursor: pointer;
        right: 9px;
        top: 5px;
    }
}
@media (min-width:961px) and (max-width: 1150px) {
    #site-header .main-nav .hs-menu-wrapper > ul > li:nth-child(n+5) ul.hs-menu-children-wrapper  ul.hs-menu-children-wrapper {
        right: 209px;
        left: auto!important;
    }
}
@media (min-width:961px) and (max-width:1000px) {
    #site-header .main-nav ul a {
        padding: 16px 8px 10px;
    }   
}



/* Mobile nav */
#site-header .mobile-nav {
    position: relative;
    margin-top: 10px;
}
#site-header .mobile-nav #menu-icon {
    color: rgba(255,255,255,0.7);
    margin: 0 auto;
    width: 260px;
    max-width: 100%;
    font-size: 16px;
    font-weight: 400;
    height: 37px;
    border-radius: 2px;
    background: #363f46;
    padding: 7px 10px 7px 42px;
    cursor: pointer;
    clear: both;
    box-shadow: 0 2px 2px -2px rgba(0,0,0,0.3);
    text-align: left;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#site-header .mobile-nav #menu-icon i {
    font-size: 16px;
    color: rgba(0,0,0,0.6);
    float: left;
    margin-left: -28px;
    margin-top: 3px;
}
#site-header .mobile-nav #menu-icon span.mn-clk {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}
#site-header .mobile-nav #menu-icon:hover,
#site-header .mobile-nav #menu-icon.active {
    background-color: #0ab1f0;
}
@media (max-width: 960px) {
    .header-container-wrapper .main-nav {
        display: block!important;
        width: 278px;
        margin: auto!important;
    }
    .mobile-menu-primary .hs-menu-wrapper{
        width: 278px!important;
    }
}
@media (max-width: 480px) {
    .header-container-wrapper .main-nav {
        display: block!important;
        width: 260px;
        margin: auto!important;
    }
    .mobile-menu-primary .hs-menu-wrapper{
        width: 260px!important;
    }
}


/****** Footer New (March 2016) ******/
#site-footer {
    padding: 10px 0 50px 0;
    background: #fafafa;
    border-top: 6px solid #e9e9e9;
}
#site-footer > div > .span12 {
    padding: 0px 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#site-footer .sitefooter-header h3 {
    margin: 25px 0px 6px;
    font-size: 19px;
    color: #414141;
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    #site-footer .site-width {
        width: 420px;
    }
}
@media only screen and (max-width: 479px) {
    #site-footer .site-width {
        width: 300px;
    }
}

/* Site footer - links */
#site-footer .sitefooter-links {
    margin-top: 30px;
}
#site-footer .sitefooter-links ul li a {
    display: inline-block;
    padding: 0;
    color: #444;
    font-size: 13px;
    margin-bottom: 31px;
    line-height: 1;
    font-weight: normal;
    transition: 0.2s;
}
    #site-footer .sitefooter-links ul li a:hover {
        color: #7cbc20;
    }
@media (max-width:767px) {
    #site-footer .sitefooter-links ul {
        margin-bottom: 0px;
    }
    #site-footer .sitefooter-links ul li:last-child a {
        margin: 0px;
    }
}

/* Site footer - form */
#site-footer form {
    margin-bottom: 31px;
    margin-top: 3px;
}
#site-footer form .hs-form-field {
    margin: 0px 0px 13px;
}
#site-footer form label {
    font-size: 13px;
    font-weight: normal;
    color: #444;
}
#site-footer form input {
    padding: 4px;
    height: 31px;
    margin-bottom: 10px;
    line-height: 18px;
    color: #666;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#site-footer form .hs_submit .actions {
    padding: 0px;
    margin: 0px;
}
#site-footer form .hs_submit input {
    margin-bottom: 7px;
    margin-top: 10px;
    height: auto;
    background: #167c85;
    border-width: 0px;
    border-radius: 0px;
    padding: 12px 30px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    line-height: 12px;
}
    #site-footer form .hs_submit input:hover {
        background: #1fabb8;
    }
    
/* Site footer - Social links */
#site-footer .socialfollow {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
}
#site-footer .socialfollow a {
    margin: 0px;
    background: none;
}
#site-footer .socialfollow a:hover i {
    color: #fff;
}
#site-footer .socialfollow a:hover:first-child {
    background: #00acee;
}
#site-footer .socialfollow a:hover:nth-child(2) {
    background: #3b5996;
}
#site-footer .socialfollow a:hover:nth-child(3) {
    background: #cb322c;
}
#site-footer .socialfollow a:hover:nth-child(4) {
    background: #0073b2;
}
#site-footer .socialfollow a i {
    font-size: 21px;
}

/* Site footer - contact */
#site-footer .footerContact a {
    color: #444;
    transition: 0.2s;
}
    #site-footer .footerContact a:hover {
        color: #7cbc20;
    }

/* Copyright */
#site-copyright {
    padding: 26px 0 18px;
    text-align: center;
    border-top-right-radius: 2px;
    border-top-left-radius: 1px;
    border-color: #e0e0e0;
    background: #e9e9e9;
    color: #5b5b5b;
}
#site-copyright p {
    margin: 0px;
    line-height: 38px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #9B9B9B;
}
#site-copyright p a {
    color: #a9b2b4; 
    margin: 0 4px;
}

/* Scroll to top */
.scrollup {
    position: fixed;
    bottom: 48px;
    right: 32px;
    width: 32px!important;
    height: 32px;
    padding: 4px 8px 6px;
    border-radius: 4px;
    background: #818c90;
    opacity: 0.89;
    z-index: 499841;
    cursor: pointer;
    transition: 0.15s;
}
    .scrollup:hover {
        background: #7bb82d;
    }
.scrollup i {
    font-size: 24px;
    color: #fff;
}


/****** Form Styles ******/
ul.inputs-list.multi-container {padding-left: 0px; list-style: none;}
.input > input.hs-input {padding: 0 10px; height: 35px; line-height: 35px;}
.hs-form-field {margin-bottom: 8px;}

.hs-button {
    background: #0aad80;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
    font-weight: 400;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    text-shadow: 0 -1px rgba(0, 0, 0, .29);
    padding: 15px 40px;
    border: 0px;
    margin-top: 15px;
    cursor: pointer;
}

.hs-button:hover {background: #19bc8f;}

/************** Footer ****************/
.footerUpper {
    background: #fafafa;
    border-top: 6px solid #e9e9e9;
    padding: 10px 0 50px 0
}

.footerHeader h3 {
    color: #414141;
    text-shadow: 0 1px 0 #fff;
    border-bottom: 1px solid #888;
    padding-bottom: 6px;
    margin: 35px 0;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 300;
}

.footerMenu .hs-menu-wrapper.hs-menu-flow-vertical>ul li {
    color: #91979d; 
    border-bottom: 1px solid #e2e2e2; 
    padding: 8px 4px 8px 0;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
}
.footerMenu .hs-menu-wrapper.hs-menu-flow-vertical>ul li:last-child {border-bottom: 0px;}
.footerMenu .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {padding: 0px; color: #666;}
.footerMenu .hs-menu-wrapper.hs-menu-flow-vertical>ul li:hover a {color: #515151;}

.formEmbed .input input.hs-input {margin-bottom: 20px;}

.formEmbed .hs-form .hs-button {
    color: #fff;
    text-shadow: 0 -1px 0 #3574e3;
    background-color: #3574e3;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7ec8f4), color-stop(100%, #3574e3));
    background-image: -webkit-linear-gradient(top, #7ec8f4,#3574e3);
    background-image: -moz-linear-gradient(top, #7ec8f4,#3574e3);
    background-image: linear-gradient(top, #7ec8f4,#3574e3);
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
    border-top: 1px solid #64baf0;
    border-bottom: 1px solid #1c4ed5;
    border-right: 1px solid #468ee6;
    border-left: 1px solid #468ee6;
    border-radius: 4px;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    padding: 20px 60px;
    font-size: 15px;
}

.formEmbed .hs-form .hs-button:hover {background-color: #9ecd40; background-image: none;}

.footerUpper .socialfollow a {background: transparent;}
.footerUpper .socialfollow a i {margin: 1px; font-size: 21px;}

.footerUpper .socialfollow a:hover {background: #00acee;}
.footerUpper .socialfollow a:hover i {color: #fff;}

.footerContact p {
    margin: 0;
    display: block;
    color: #9b9b9b;
    font-family: Arial;
    font-size: 14px;
}

.footerLower {
    background: #e9e9e9;
    color: #5b5b5b;
    padding: 26px 0 18px;
}

.footerLower {
    line-height: 38px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #9B9B9B;
}
.footerLower p {margin: 0;}
.footerLower a {color: #a9b2b4; margin: 0 4px;}
.footerLower a:hover {color: #ccc; text-decoration: underline;}

.customCopyright {text-align: right;}

.row-fluid .span6.lp_footerSocial {overflow: hidden;}
.lp_footerSocial a {line-height: 24px;}
.lp_footerSocial a i {line-height: 18px;}

.mobile-menu-icon {display: none}
/* ------ Mobile ------ */
/* Large desktop */
@media  (max-width: 1160px) {
    .nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {font-size: 14px; padding: 20px 15px 15px 15px;}
}
     
/* Portrait tablet to landscape and desktop */
@media (min-width: 961px) and (max-width: 1024px) {
    .nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {padding: 15px 10px;}
}

/* Landscape phone to portrait tablet */
@media (max-width: 960px) {
    .wideNav {min-height: 1px!important; border-bottom: 4px solid #666; border-top: 0px;}
    .wideNav .site-width {min-height: 0px!important;}
    .mobile-menu-icon {
        display: block!important; 
        position: absolute; 
        top: 20px; 
        right: 10px; 
        font-size: 35px; 
        line-height: 35px; 
        cursor: pointer; 
        text-decoration: none; 
        color: #289aa2;
    }
    .mobile-menu-icon:hover { color: #3b5996;}
    .header-container-wrapper .widget-type-menu {display: none;}
    
    .customLogo img {max-width: 100%; padding: 15px 0;}
}

@media (max-width: 767px) {
    .custom_htform {padding: 0 0 15px;}
    .customCopyright {text-align: left;}
}
     
/* Landscape phones and down */
@media (max-width: 480px) {

}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.tb_notification_bar {
    display:block;
    width:100%;
    vertical-align:middle;
    text-align:center;
    z-index:99999;
    font-weight:normal;
    top:0;
    padding:2px 0;
    min-height:30px;
    line-height:30px;
    background-color:#289aa2;
    color:#FFF;
    position:absolute;
    -webkit-animation-delay: 1000ms !important;
    animation-duration: 1000ms !important;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode:both;
    box-shadow:0 0 6px #111;
}

.tb_notification_bar a {color: #fff; font-size: 14px;}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

 
 
 .sidr {
    display:none;
    position:absolute;
    position:fixed;
    top:0;
    height:100%;
    z-index:999999;
    width:250px;
    overflow-x:none;
    overflow-y:auto;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-size:15px;
    background:#289aa2;
    color:#fff;
    -webkit-box-shadow: 5px 0 5px -2px #888;
    -moz-box-shadow: 5px 0 5px -2px #888;
    box-shadow: 5px 0 5px -2px #888;
    }

.sidr .sidr-inner{padding:0 0 15px}

.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}

.sidr.right{left:auto;right:-260px}

.sidr.left{left:-260px;right:auto}



.sidr ul{
    display:block;
    margin:0;
    padding:0;
    border-top: 1px solid #37ADB5;
    border-bottom: 1px solid #29878E;
    }

/* for courtesy links */
/*.sidr-class-consolidated .sidr-class-layout-widget-wrapper:first-child ul {
    border-top: 1px solid #ea1684;
    border-bottom: 1px solid #760b42;   
}

.sidr-class-consolidated .sidr-class-layout-widget-wrapper:first-child ul li {
    border-top: 1px solid #ea1684;
    border-bottom: 1px solid #760b42;
    }

.sidr-class-consolidated .sidr-class-layout-widget-wrapper:first-child ul li a {background-color: #b40e64;}*/

.sidr ul li{
    display:block;
    margin:0;
    line-height:48px;
    border-top: 1px solid #37ADB5;
    border-bottom: 1px solid #29878E;
}

li.sidr-class-hs-item-has-children > a {border-bottom: 1px solid #29878E;}

/*li.sidr-class-hs-menu-depth-1:hover > a, li.sidr-class-hs-menu-depth-2:hover a {color: #ff55a3;}
.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{border-top:none; line-height:49px;} */

/*.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span {
    -webkit-box-shadow:inset 0 0 15px 3px #ebebeb;
    -moz-box-shadow:inset 0 0 15px 3px #ebebeb;
    box-shadow:inset 0 0 15px 3px #ebebeb;
    }*/

.sidr ul li a,.sidr ul li span{
    padding:0 15px;
    display:block;
    text-decoration:none;
    background-color:#289aa2; 
    color: #fff;
    font-weight: 400;
    font-size:14px;
    }

.sidr ul li ul{border-style:none;margin:0}

.sidr ul li ul li{line-height:40px;font-size:13px;background:#289aa2;}

.sidr ul li ul li:last-child{border-bottom:none}

.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{/*border-top:none;line-height:41px*/}

/*.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{
    -webkit-box-shadow:inset 0 0 15px 3px #ebebeb;
    -moz-box-shadow:inset 0 0 15px 3px #ebebeb;
    box-shadow:inset 0 0 15px 3px #ebebeb;
    }*/

.sidr ul li ul li a,.sidr ul li ul li span{color:#fff;font-weight: 400; padding-left:30px; font-size:12px;}

.sidr form{margin:0 15px}

.sidr label{font-size:13px}

.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{width:100%;font-size:13px;padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:none;background:rgba(0,0,0,0.1);color:rgba(51,51,51,0.6);display:block;clear:both}

.sidr input[type=checkbox]{width:auto;display:inline;clear:none}

.sidr input[type=button],.sidr input[type=submit]{color:#f8f8f8;background:#333}

.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(51,51,51,0.9)}

.sidr-class-hs-item-has-children {position: relative;}
.sidr-class-hs-item-has-children .dd-trigger {
    position: absolute;
    width: 51px;
    height: 49px;
    top: 0;
    right: 0;
    padding: 0px;
    text-align: center;
    border-left: 1px dotted #fff;
    cursor: pointer;
    transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
}

.sidr-class-hs-item-has-children .dd-trigger .dd-inner.dd-open {
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.sidr-class-hs-item-has-children .dd-inner {
    padding: 0px;
    transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  background-color: transparent;
}

.sidr-class-hs-item-has-children>a {
    margin-right: 42px;
    padding-right: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



.sidr-class-hs-menu-depth-3 {padding-left: 5px;}
.sidr-class-hs-menu-depth-3 a {font-size: 12px;}
































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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.mobile-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.mobile-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.mobile-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.mobile-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.mobile-menu-primary .hs-menu-wrapper > ul ul{}
.mobile-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.mobile-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.mobile-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:960px) {
      .mobile-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




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


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

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

@media (max-width: 960px){


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

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


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

  .mobile-trigger{
    color: rgba(255,255,255,0.7);
    width: 278px;
    margin: 10px auto 0;
    font-size: 16px;
    font-weight: 400;
    height: 37px;
    border-radius: 2px;
    background: #363f46;
    padding: 7px 10px 7px 42px;
    cursor: pointer;
    clear: both;
    line-height: 20px;
    box-shadow: 0 2px 2px -2px rgba(0,0,0,0.3);
    text-align: left;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -mo-box-sizing: border-box;
  }
  .mobile-trigger i {
        font-size: 12px;
        color: rgba(0,0,0,0.6);
        float: left;
        top: 7px;
        margin-left: -28px;
        margin-top: 3px;
  }
  .mobile-trigger span.mn-clk {
        font-size: 12px;
        color: rgba(255,255,255,0.5);
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #0ab1f0;
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
    background: #0ab1f0;
  }


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: 7px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 16px; /* Icon line width */
    height: 1.5px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -5px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 5px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


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

  .child-trigger{
    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);
  }
  .main-nav .hs-menu-wrapper > ul > li >ul >li .child-trigger {
      height: 23px!important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#777; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .mobile-menu-primary.js-enabled{
       position: relative;
       margin: 0px auto;
       float: none;
   }

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

  /* Make child lists appear below parent items */
  .mobile-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  .mobile-menu-primary.js-enabled .hs-menu-children-wrapper li a {
      padding: 4px 0px;
      font-size: 13px;
      border-bottom: 1px solid #dcdee2;
  }
  /* Mobile Menu Styles */ 
  .mobile-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .mobile-menu-primary .hs-menu-wrapper{
      position: absolute!important;
      top: 37px!important;
    background-color:#fff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
    margin: 0 auto;
    background: #fff;
    position: absolute;
    width: 260px;
    z-index: 10000;
    padding: 2px 0 44px 18px;
    border: 1px solid #d2d2d2;
    border-top: 0 none;
  }
  .mobile-menu-primary.js-enabled .hs-menu-wrapper > ul {
        padding: 2px 0 44px 18px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -moz-box-sizing: border-box;
  }

   /* Level 1 Menu List Styles */
  .mobile-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
    border-bottom: 1px solid #dcdee2;
  }
    .mobile-menu-primary .hs-menu-wrapper > ul > li:hover > a {
        border-bottom: 3px solid #7CBC20;
    }
  .mobile-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 14px; /* Font size of top level list items */
    padding: 14px 0;
    line-height: 16px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mobile-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .mobile-menu-primary .hs-menu-wrapper >  ul li a{
    color:#777; /* link color set by global mobile-aColor variable */
  }
  .mobile-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #0ab1f0;
  }
    .mobile-menu-primary .hs-menu-wrapper > ul li  ul.hs-menu-children-wrapper li a:hover {
        color: #7cbc20;
    }
  /* Level 2 and Higher Menu List Styles */
  .mobile-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .mobile-menu-primary .hs-menu-wrapper > 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 */
  .mobile-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .mobile-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}
@media (max-width:480px) {
    .mobile-trigger {
        width: 260px!important;
    }   
}
}