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


.row-fluid {
    width: 100%;
}
.row-fluid::before, .row-fluid::after {
    content: "";
    display: table;
}
.row-fluid::after {
    clear: both;
}
.row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.12766%;
    min-height: 28px;
    width: 100%;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .span12 {
    width: 100%;
}
.row-fluid .span11 {
    width: 91.4894%;
}
.row-fluid .span10 {
    width: 82.9787%;
}
.row-fluid .span9 {
    width: 74.4681%;
}
.row-fluid .span8 {
    width: 65.9574%;
}
.row-fluid .span7 {
    width: 57.4468%;
}
.row-fluid .span6 {
    width: 48.9362%;
}
.row-fluid .span5 {
    width: 40.4255%;
}
.row-fluid .span4 {
    width: 31.9149%;
}
.row-fluid .span3 {
    width: 23.4043%;
}
.row-fluid .span2 {
    width: 14.8936%;
}
.row-fluid .span1 {
    width: 6.38298%;
}
.container-fluid {
}
.container-fluid::before, .container-fluid::after {
    content: "";
    display: table;
}
.container-fluid::after {
    clear: both;
}
@media (max-width: 767px) {
.row-fluid {
    width: 100%;
}
.row-fluid [class*="span"] {
    display: block;
    float: none;
    margin-left: 0;
    width: auto;
}
}
@media (min-width: 768px) and (max-width: 1139px) {
.row-fluid {
    width: 100%;
}
.row-fluid::before, .row-fluid::after {
    content: "";
    display: table;
}
.row-fluid::after {
    clear: both;
}
.row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.76243%;
    min-height: 28px;
    width: 100%;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .span12 {
    width: 100%;
}
.row-fluid .span11 {
    width: 91.4365%;
}
.row-fluid .span10 {
    width: 82.8729%;
}
.row-fluid .span9 {
    width: 74.3094%;
}
.row-fluid .span8 {
    width: 65.7459%;
}
.row-fluid .span7 {
    width: 57.1823%;
}
.row-fluid .span6 {
    width: 48.6188%;
}
.row-fluid .span5 {
    width: 40.0552%;
}
.row-fluid .span4 {
    width: 31.4917%;
}
.row-fluid .span3 {
    width: 22.9282%;
}
.row-fluid .span2 {
    width: 14.3646%;
}
.row-fluid .span1 {
    width: 5.80111%;
}
}
@media (min-width: 1280px) {
.row-fluid {
    width: 100%;
}
.row-fluid::before, .row-fluid::after {
    content: "";
    display: table;
}
.row-fluid::after {
    clear: both;
}
.row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.5641%;
    min-height: 28px;
    width: 100%;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .span12 {
    width: 100%;
}
.row-fluid .span11 {
    width: 91.453%;
}
.row-fluid .span10 {
    width: 82.906%;
}
.row-fluid .span9 {
    width: 74.359%;
}
.row-fluid .span8 {
    width: 65.812%;
}
.row-fluid .span7 {
    width: 57.265%;
}
.row-fluid .span6 {
    width: 48.7179%;
}
.row-fluid .span5 {
    width: 40.1709%;
}
.row-fluid .span4 {
    width: 31.6239%;
}
.row-fluid .span3 {
    width: 23.0769%;
}
.row-fluid .span2 {
    width: 14.5299%;
}
.row-fluid .span1 {
    width: 5.98291%;
}
}
.clearfix {
}
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.invisible {
    visibility: hidden;
}
.hidden {
    display: none;
    visibility: hidden;
}
.visible-phone {
    display: none !important;
}
.visible-tablet {
    display: none !important;
}
.hidden-desktop {
    display: none !important;
}
@media (max-width: 767px) {
.visible-phone {
    display: inherit !important;
}
.hidden-phone {
    display: none !important;
}
.hidden-desktop {
    display: inherit !important;
}
.visible-desktop {
    display: none !important;
}
}
@media (min-width: 768px) and (max-width: 1139px) {
.visible-tablet {
    display: inherit !important;
}
.hidden-tablet {
    display: none !important;
}
.hidden-desktop {
    display: inherit !important;
}
.visible-desktop {
    display: none !important;
}
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
img.alignRight {
    margin: 0 0 5px 15px;
}
img.alignLeft {
    margin: 0 15px 5px 0;
}
.row-fluid [class*="span"] {
    min-height: 1px;
}
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
}
@media (max-width: 479px) {
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important;
}
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span {
    vertical-align: top !important;
}
video {
    height: auto;
    max-width: 100%;
}
#calroot {
    line-height: normal;
    width: 202px !important;
}
#calroot, #calroot *, #calroot *::before, #calroot *::after {
    box-sizing: content-box;
}
#calroot select {
    font-family: "Lucida Grande","Lucida Sans Unicode","Bitstream Vera Sans","Trebuchet MS",Verdana,sans-serif !important;
    font-size: 10px !important;
    font-weight: normal !important;
    line-height: 18px !important;
    min-height: 0 !important;
    padding: 1px 2px !important;
}
#caldays {
    margin-bottom: 4px;
}
.hs-responsive-embed {
    height: 0;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
}
.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    border: 0 none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.hs-responsive-embed, .hs-responsive-embed.hs-responsive-embed-youtube, .hs-responsive-embed.hs-responsive-embed-wistia, .hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 56.25%;
}
.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 {
    height: auto;
    position: static;
    width: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    max-width: 100%;
    width: 100%;
}
@media (max-width: 568px) {
iframe {
    max-width: 100%;
}
}
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 {
    box-sizing: border-box;
    display: inline-block;
}
#email-prefs-form .email-edit {
    max-width: 507px !important;
    width: 100% !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}
.hs-menu-wrapper ul {
    padding: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: outside none none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul::before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul::after {
    clear: both;
    content: " ";
    display: table;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 0;
    opacity: 0;
    position: absolute;
    visibility: visible;
    z-index: 10;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
    opacity: 1;
    visibility: visible;
}
.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 {
    clear: both;
    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 > 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;
}
.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: outside none none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 0;
    opacity: 0;
    position: absolute;
    visibility: visible;
    z-index: 10;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 767px) {
.hs-menu-wrapper, .hs-menu-wrapper * {
    box-sizing: border-box;
    display: block;
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    display: block;
    list-style: outside none none;
    margin: 0;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    opacity: 1 !important;
    position: static !important;
    visibility: visible !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    opacity: 1;
    position: static;
    visibility: visible;
}
}
.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    opacity: 1;
    visibility: visible;
}
.widget-type-space {
    visibility: hidden;
}
.hs-author-social-links {
    display: inline-block;
}
.hs-author-social-links a.hs-author-social-link {
    display: inline-block;
    font-size: 25px;
    padding-right: 3px;
}
.about-author-sec {
    margin-top: 40px;
}
.about-author-sec img {
    border: 1px solid #ccc;
    border-radius: 50%;
    display: block;
}
.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");
}
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden;
}
.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: medium none;
}
.hs_cos_flex-slides, .hs_cos_flex-control-nav, .hs_cos_flex-direction-nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.hs_cos_flex-slider {
    margin: 0;
    padding: 0;
}
.hs_cos_flex-slider .hs_cos_flex-slides > li {
    display: none;
    position: relative;
}
.hs_cos_flex-slider .hs_cos_flex-slides img {
    border-radius: 0;
    display: block;
    width: 100%;
}
.hs_cos_flex-pauseplay span {
    text-transform: capitalize;
}
.hs_cos_flex-slides::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
html[xmlns] .hs_cos_flex-slides {
    display: block;
}
* html .hs_cos_flex-slides {
    height: 1%;
}
.hs_cos_flex-slider {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    margin: 0 0 60px;
    position: relative;
}
.hs_cos_flex-viewport {
    max-height: 2000px;
    transition: all 1s ease 0s;
}
.loading .hs_cos_flex-viewport {
    max-height: 300px;
}
.hs_cos_flex-slider .hs_cos_flex-slides {
}
.carousel li {
    margin-right: 5px;
}
.hs_cos_flex-direction-nav {
}
.hs_cos_flex-direction-nav a {
    background: rgba(0, 0, 0, 0) url("http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: -20px 0 0;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 30px;
    z-index: 10;
}
.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 {
    left: 5px;
    opacity: 0.8;
}
.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 {
    cursor: default;
    opacity: 0.3 !important;
}
.hs_cos_flex_thumbnavs-direction-nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.hs_cos_flex_thumbnavs-direction-nav {
}
.hs_cos_flex_thumbnavs-direction-nav a {
    background: rgba(0, 0, 0, 0) url("http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat scroll 0 40%;
    cursor: pointer;
    display: block;
    height: 140px;
    margin: -60px 0 0;
    opacity: 1;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 30px;
    z-index: 10;
}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {
    background-position: 100% 40%;
    right: 0;
}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
    left: 0;
}
.hs-cos-flex-slider-control-panel img {
    cursor: pointer;
}
.hs-cos-flex-slider-control-panel img:hover {
    opacity: 0.8;
}
.hs-cos-flex-slider-control-panel {
    margin-top: -30px;
}
.hs_cos_flex-control-nav {
    bottom: -40px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.hs_cos_flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
}
.hs_cos_flex-control-paging li a {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
}
.hs_cos_flex-control-paging li a:hover {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.hs_cos_flex-control-paging li a.hs_cos_flex-active {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    cursor: default;
}
.hs_cos_flex-control-thumbs {
    margin: 5px 0 0;
    overflow: hidden;
    position: static;
}
.hs_cos_flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 25%;
}
.hs_cos_flex-control-thumbs img {
    cursor: pointer;
    display: block;
    opacity: 0.7;
    width: 100%;
}
.hs_cos_flex-control-thumbs img:hover {
    opacity: 1;
}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {
    cursor: default;
    opacity: 1;
}
@media screen and (max-width: 860px) {
.hs_cos_flex-direction-nav .hs_cos_flex-prev {
    left: 0;
    opacity: 1;
}
.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);
    bottom: 0;
    color: white;
    font-size: 2em;
    line-height: 1.1em;
    padding: 0 5%;
    position: absolute;
    text-align: center;
    width: 100%;
}
.hs_cos_flex-slider .superimpose .caption {
    background-color: transparent;
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    padding: 0 5%;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 90%;
}
@media all and (max-width: 400px) {
.hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    color: white;
    font-size: 2em;
    line-height: 1.1em;
    padding: 0 5%;
    position: static;
    text-align: center;
    top: 40%;
    width: 90%;
}
}
.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;
}
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0 -4px 0 0;
    padding: 0;
}
.hs-gallery-thumbnails.fixed-height li img {
    border-width: 0;
    margin: 0;
    max-height: 150px;
    padding: 0;
}
pre {
    overflow-x: auto;
}
table pre {
    white-space: pre-wrap;
}
.comment {
    margin: 10px 0;
}
.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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}
.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}
#map_canvas img, .google-maps img {
    max-width: none;
}
#recaptcha_table td {
    line-height: 0;
}
.recaptchatable #recaptcha_response_field {
    line-height: 12px;
    min-height: 0;
}
*, *::before, *::after {
    box-sizing: border-box;
}
html, body {
    margin: 0;
    min-height: 100%;
    padding: 0;
}
body {
    -moz-osx-font-smoothing: grayscale;
    background: #fff none repeat scroll 0 0;
    color: #666;
    font-family: "Lato",arial,sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0.1) -moz-use-text-color rgba(255, 255, 255, 0.3);
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
    height: 0;
}
.container-fluid .row-fluid .page-center {
    float: none;
    margin: 0 auto;
    max-width: 1080px;
}
a {
    color: white;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
}
a:hover, a:focus {
    color: #02172c;
}
*::-moz-selection {
    background: #666 none repeat scroll 0 0;
    color: #fff;
    text-shadow: none;
}
p {
    margin: 10px 0;
}
small {
}
strong {
}
em {
}
cite {
}
code {
}
pre {
}
sup, sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat",sans-serif;
    margin: 10px 0;
    text-rendering: optimizelegibility;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
ul, ol {
}
ul ul, ul ol, ol ol, ol ul {
}
li {
}
ul.unstyled, ol.unstyled {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
blockquote {
}
blockquote p {
}
blockquote small {
}
blockquote small::before {
}
q::before, q::after, blockquote::before, blockquote::after {
}
.text-center {
    text-align: center;
}
.header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
}
.header-container, .body-container, .footer-container {
}
.header-container-wrapper {
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.header-container {
    background: #fff none repeat scroll 0 0;
    padding: 10px 0;
    z-index: 9999;
}
.header-cta {
    margin-top: 20px;
    transition: all 0.1s ease-in-out 0s;
}
.header-container .hs_cos_wrapper_type_logo a img {
    transition: all 0.1s ease-in-out 0s;
}
.header-container .hs_cos_wrapper_type_logo a img {

    width: auto;
}
.small-header .header-container {
    padding: 5px 0;
}
.small-header .header-container .hs_cos_wrapper_type_logo a img {
    max-width: 100px;
}
.small-header .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 0;
}
.small-header .header-cta {
    margin-top: 5px;
}
.body-container-wrapper {
    padding-top: 110px;
}
.body-container {
}
.background-image {
    display: none !important;
}
#banner-background-image {
    background-color: #444;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 620px;
    position: relative;
}
#banner-background-image h1 {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 0;
    margin-top: 30px;
    max-width: 720px;
    padding: 5px 5px 5px 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#banner-background-image h3 {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    color: #fff;
    font-family: "Lato",arial,sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 15px;
    max-width: 680px;
    padding: 5px 5px 5px 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#banner-background-image .subscribe-form h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}
#banner-background-image .cta_solid_button {
    -moz-user-select: none;
    background: #fff none repeat scroll 0 0;
    border-color: #34495e;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    color: #34495e;
    cursor: pointer;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}
#banner-background-image .cta_solid_button:hover {
    background: #34495e none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
}
.homepage .subscribe-form {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    padding: 30px 0 70px;
    position: absolute;
}
.homepage .subscribe-form .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
.homepage .subscribe-form input[type="email"] {
    height: 37px;
    max-width: 400px;
}
.homepage .subscribe-form .hs_email {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    width: 354px;
}
.homepage .subscribe-form .hs_submit {
    display: inline-block;
}
.homepage .subscribe-form .hs-button.primary {
    background: #34495e none repeat scroll 0 0;
    border-color: #34495e;
    border-style: solid;
    border-width: 2px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
}
.homepage .subscribe-form .hs-button.primary:hover {
    background: #fff none repeat scroll 0 0;
    border-color: #34495e;
    border-style: solid;
    border-width: 2px;
    color: #34495e;
}
.social-media {
    bottom: 0;
    padding: 10px 0;
    position: absolute;
    width: 100%;
}
.social-media::before {
    background: #34495e none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.social-media > .page-center {
    position: relative;
    z-index: 2;
}
.social-media a {
    padding-right: 5px;
}
.social-tagline {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
.logo-bar-background {
    background: #f5f5f5 none repeat scroll 0 0;
    height: 100px;
}
#offer-background-image {
    background-color: #444;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    position: relative;
}
#offer-background-image h1 {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 0;
    margin-top: 30px;
    max-width: 720px;
    padding: 5px 5px 5px 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#offer-background-image h3 {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    color: #fff;
    font-family: "Lato",arial,sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 15px;
    max-width: 680px;
    padding: 5px 5px 5px 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.offer-image {
    display: none !important;
}
#offer-background-image .hs-form-field > label {
    color: #fff;
}
#offer-background-image .offer-form h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.homepage .main-content h2 {
    margin: 0;
}
.homepage .main-content .sub-headline {
    font-size: 18px;
}
.faq-background {
    background: #f5f5f5 none repeat scroll 0 0;
}
.homepage .fb_iframe_widget {
    top: -2px;
}
.homepage .fb_iframe_widget > span, .homepage .linked-in-share {
    vertical-align: top !important;
}
.homepage #twitter-widget-0 {
    width: 80px !important;
}
.homepage .social-share-data {
    position: relative;
    top: 3px;
}
.accordion {
    margin-bottom: 20px;
}
.accordion_group {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 2px;
    padding: 5px 10px;
}
.accordion_header {
    cursor: pointer;
    font-size: 18px;
    line-height: 16px;
    padding: 10px 15px;
    width: 100%;
}
.accordion_icon {
    color: #34495e;
    padding-right: 10px;
}
.accordion_content {
    padding: 10px 15px;
}
.title-background {
    background: #f5f5f5 none repeat scroll 0 0;
}
.title-background h1, .title-background h2 {
    margin-bottom: 0;
}
.subscribe-form {
    background: #f5f5f5 none repeat scroll 0 0;
}
.subscribe-form .widget-type-blog_subscribe input[type="email"] {
    height: 38px;
    margin: 0;
    max-width: 400px;
    width: 100%;
}
.subscribe-form .hs_email {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    width: 300px;
}
.subscribe-form .hs_submit {
    display: inline-block;
}
.subscribe-form .hs-button.primary {
    border-color: #34495e;
    border-style: solid;
    border-width: 2px;
    margin: 0;
    transition: all 0.4s ease-in-out 0s;
}
.subscribe-form .hs-button.primary:hover {
    background: #34495e none repeat scroll 0 0;
    border-color: #34495e;
    border-style: solid;
    border-width: 2px;
    color: #34495e;
}
.widget-type-blog_subscribe label {
    display: none !important;
}
.team-member-headshot img {
    border-color: #34495e;
    border-radius: 100px;
    border-style: solid;
    border-width: 5px;
    display: inline-block;
    height: auto;
    max-height: 150px;
    max-width: 150px;
    width: 100%;
}
.team-member-social a {
    color: #34495e;
    font-size: 30px;
}
.three-column .team-member-social a {
    display: block;
}
.three-column .team-member-social i {
    padding: 0;
}
.team-member-social i {
    padding-right: 5px;
}
.team-member-social a:last-child i {
    padding-right: 0;
}
.team-member-social a:hover, .hs-author-social-links a.hs-author-social-link:hover {
    color: #ccc;
}
.team-member-name {
    font-weight: 100;
    margin: 0;
}
.team-member-title {
    color: #34495e;
    font-weight: 100;
    margin: 0;
}
#well {
    border-radius: 4px;
    color: #fff;
    margin-bottom: 20px;
    min-height: 20px;
}
#well .default {
    background: #34495e none repeat scroll 0 0;
    border-color: #02172c;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
}
#well .primary {
    background: #74bdfc none repeat scroll 0 0;
    border: 1px solid #428bca;
    border-radius: 4px;
}
#well .success {
    background: #8eea8e none repeat scroll 0 0;
    border: 1px solid #5cb85c;
    border-radius: 4px;
}
#well .danger {
    background: #db7674 none repeat scroll 0 0;
    border: 1px solid #a94442;
    border-radius: 4px;
}
#well .info {
    background: #8df2ff none repeat scroll 0 0;
    border: 1px solid #5bc0de;
    border-radius: 4px;
}
#well .plain {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #666;
}
#well .small {
    padding: 20px;
}
#well .medium {
    padding: 24px;
}
#well .large {
    padding: 28px;
}
#well .close {
    color: #666;
    cursor: pointer;
    float: right;
    padding: 3px 10px 0 0;
}
.pricing-table h3.heading {
    background: #34495e none repeat scroll 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    margin: 0;
    padding: 5px 0;
    text-align: center;
}
.pricing-table .label {
    background: #02172c none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    padding: 5px 10px;
    right: 15px;
    vertical-align: middle;
}
.pricing-table .content {
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 30px;
    text-align: center;
}
.pricing-table .content ul {
    list-style: outside none none;
    padding-left: 0;
}
.pricing-table .content ul li {
    padding: 10px 0;
}
.pricing-table .number {
    font-size: 60px;
    font-weight: 700;
}
.pricing-table .currency {
    font-size: 24px;
    position: relative;
    top: -25px;
}
.pricing-table .unit {
    color: #ccc;
    font-size: 12px;
    text-transform: uppercase;
}
.pricing-table .content a {
    padding: 10px 25px;
}
.icon-width i {
    color: #34495e;
}
.hs_cos_wrapper_type_rich_text ul {
    padding-left: 20px;
}
.hs_cos_wrapper_type_rich_text ul li {
    list-style: outside none none;
}
.hs_cos_wrapper_type_rich_text ul li::before {
    -moz-osx-font-smoothing: grayscale;
    color: #34495e;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 8px;
}
.body-container .tabber-tabs {
    border-bottom: 1px solid #ddd;
    list-style: outside none none;
    margin: 0 0 -2px;
    padding: 0;
}
.tabber-tabs > li {
    float: left;
}
.tabber-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    display: block;
    line-height: 20px;
    margin-right: 2px;
    padding: 8px 12px;
    text-decoration: none;
}
.tabber-tabs > .active > a, .tabber-tabs > .active > a:hover, .tabber-tabs > .active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555;
    cursor: default;
}
.tabber-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0 4px 4px;
    padding: 8px;
}
.body-container .tabber-content ul {
    margin: 0;
    padding: 0;
}
.tabber-content .block h3 {
    display: none;
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
    border-radius: 4px;
    float: left;
    width: 40%;
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: right;
    padding: 0 0 0 15px;
    width: 60%;
}
.blog-tabber .hs-rss-item:last-child {
    margin-bottom: 10px;
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: block;
    width: auto;
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
    border-radius: 4px;
    float: left;
    width: 40%;
}
.quote-box {
    background: #f5f5f5 none repeat scroll 0 0 padding-box;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 30px 30px 15px;
    position: relative;
}
.quote-box::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f5f5f5;
    bottom: -20px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 0;
}
.quote {
    border: medium none;
    color: #666;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.details {
    font-size: 13px;
}
.name {
    display: block;
    font-family: "Montserrat",sans-serif;
    font-weight: normal;
}
.quote-box .title {
    color: #b3b3b3;
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
}
.quote-box .fa {
    bottom: 30px;
    font-size: 18px;
    position: absolute;
    right: 30px;
}
.img-rounded {
    border-radius: 6px;
}
.testimonial-headshot img {
    border: 5px solid #f5f5f5;
    border-radius: 50%;
    margin-top: -10px;
    max-height: 150px;
    max-width: 150px;
}
.hs_cos_flex-slider .caption {
    background: #34495e none repeat scroll 0 0;
}
.accentColor1 {
    color: #34495e;
}
.accentColor2 {
    color: #ccc;
}
.accentColor3 {
    color: #ddd;
}
.delayp1 {
    animation-delay: 0.1s;
    transition-delay: 0.1s;
}
.delayp2 {
    animation-delay: 0.2s;
    transition-delay: 0.2s;
}
.delayp3 {
    animation-delay: 0.3s;
    transition-delay: 0.3s;
}
.delayp4 {
    animation-delay: 0.4s;
    transition-delay: 0.4s;
}
.delayp5 {
    animation-delay: 0.5s;
    transition-delay: 0.5s;
}
.delayp6 {
    animation-delay: 0.6s;
    transition-delay: 0.6s;
}
.delayp7 {
    animation-delay: 0.7s;
    transition-delay: 0.7s;
}
.delayp8 {
    animation-delay: 0.8s;
    transition-delay: 0.8s;
}
.delayp9 {
    animation-delay: 0.9s;
    transition-delay: 0.9s;
}
.delay1s {
    animation-delay: 1s;
    transition-delay: 1s;
}
.delay2s {
    animation-delay: 0.2s;
    transition-delay: 0.2s;
}
.padding10tb {
    padding: 10px 0;
}
.padding20tb {
    padding: 20px 0;
}
.padding40tb {
    padding: 40px 0;
}
.padding60tb {
    padding: 60px 0;
}
.padding80tb {
    padding: 80px 0;
}
.padding100tb {
    padding: 100px 0;
}
.footer-container-wrapper {
}
.footer-container {
}
.footer-background, .footer-background a, .footer-copyright a, .footer-container-wrapper .more-links a, .footer-container-wrapper .contact-us a, .footer-container-wrapper .about-us a {
    color: #da5918;
}
.footer-background, .footer-background a {
    background: #34495e none repeat scroll 0 0;
}
.footer-container-wrapper .more-links a:hover, .footer-container-wrapper .contact-us a:hover, .footer-container-wrapper .about-us a:hover {
    color: #da5918;
}
.footer-container-wrapper .more-links a {
    margin: 10px 0;
}
.footer-container-wrapper .footer-copyright {
    background: #666 none repeat scroll 0 0;
    color: #ccc;
    font-size: 12px;
    padding: 10px 0;
}
.footer-container-wrapper .social-icons .fa {
    font-size: 20px;
    padding-right: 5px;
}
.container-fluid .row-fluid .back-to-top {
    background: #34495e none repeat scroll 0 0;
    border-radius: 4px;
    bottom: 20px;
    cursor: pointer;
    font-size: 20px;
    padding: 1px 8px 4px;
    position: fixed;
    right: 20px;
    width: auto;
}
.back-to-top a {
    color: #da5918;
}
.custom-menu-primary .hs-menu-wrapper > ul {
    float: right;
    padding-top: 18px;
    transition: all 0.1s ease-in-out 0s;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    font-size: 14px;
    margin-right: 10px;
    text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #da5918;
    display: block;
    padding: 10px 15px;
    position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
}
.custom-menu-primary .hs-menu-wrapper > ul ul {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    left: 15px !important;
    min-width: 150px;
    padding: 10px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
    background: #34495e none repeat scroll 0 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul::before {
    -moz-osx-font-smoothing: grayscale;
    color: #da5918;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    line-height: 1;
    padding-left: 10px;
    position: absolute;
    text-shadow: 0 -1px 0 #ccc;
    top: -12px;
    width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 3px 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #da5918;
}
.custom-menu-primary .hs-menu-wrapper > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    max-width: none !important;
    overflow: visible !important;
    width: auto !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a::after {
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 7px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children::after {
    border-top-color: #34495e;
}
@media screen and (min-width: 769px) {
.custom-menu-primary .hs-menu-wrapper {
    background: transparent none repeat scroll 0 0 !important;
    display: block !important;
}
}
@media (max-width: 768px) {
.header-container-wrapper .container-fluid .row-fluid [class*="span"] {
    display: block;
    float: none !important;
    margin-left: 0 !important;
    width: auto !important;
}
}
.mobile-trigger, .child-trigger {
    display: none !important;
}
@media (max-width: 768px) {
.custom-menu-primary, .custom-menu-primary .hs-menu-wrapper > ul, .custom-menu-primary .hs-menu-wrapper > ul li, .custom-menu-primary .hs-menu-wrapper > ul li a {
    background-color: transparent;
    background-image: none;
    border: 0 none;
    border-radius: 0;
    bottom: auto;
    box-shadow: none;
    color: #da5918;
    display: block;
    float: none;
    font-weight: normal;
    height: auto;
    left: auto;
    line-height: 1;
    margin: 0;
    max-width: none;
    padding: 0;
    position: static;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    top: auto;
    width: 100%;
}
.mobile-trigger {
    cursor: pointer;
    display: inline-block !important;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    margin-top: -16px;
    padding: 6px 12px;
    position: absolute;
    right: 10px;
    text-align: left;
    text-transform: uppercase;
    top: 32px;
    width: auto;
    z-index: 2147483647;
}
.mobile-trigger:hover {
    text-decoration: none;
}
.mobile-open .mobile-trigger {
}
.mobile-trigger i {
    display: inline;
    position: relative;
    top: -5px;
}
.mobile-trigger i::before, .mobile-trigger i::after {
    content: "";
    position: absolute;
}
.mobile-trigger i, .mobile-trigger i::before, .mobile-trigger i::after {
    background-color: #fff;
    display: inline-block;
    height: 2px;
    width: 25px;
}
.mobile-trigger i::before {
    margin-top: -6px;
}
.mobile-trigger i::after {
    margin-top: 6px;
}
.child-trigger {
    border-left: 1px dotted rgba(255, 255, 255, 0.2);
    cursor: pointer;
    display: block !important;
    height: 45px !important;
    min-width: 55px !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px !important;
}
.child-trigger:hover {
    text-decoration: none;
}
.child-trigger i {
    margin: 0 auto !important;
    position: relative;
    top: 50%;
}
.child-trigger i::after {
    content: "";
    position: absolute;
}
.child-trigger i, .child-trigger i::after {
    background-color: #fff;
    display: block;
    height: 1px;
    width: 10px;
}
.child-trigger i::after {
    transform: rotate(-90deg);
}
.child-trigger.child-open i::after {
    transform: rotate(-180deg);
}
.child-trigger.child-open i {
    transform: rotate(180deg);
}
.custom-menu-primary.js-enabled .hs-menu-wrapper, .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    display: none;
}
.custom-menu-primary ul.hs-menu-children-wrapper {
    display: none;
    opacity: 1 !important;
    position: static !important;
    visibility: visible !important;
}
.custom-menu-primary.js-enabled .hs-menu-wrapper {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.custom-menu-primary .hs-menu-wrapper {
    padding: 0;
    width: 100%;
    z-index: 8888;
}
.custom-menu-primary .hs-menu-wrapper > ul {
    background: #34495e none repeat scroll 0 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: 22px;
    line-height: 45px;
    overflow: visible;
}
.custom-menu-primary .hs-menu-wrapper > ul li {
    border-top: 1px dotted rgba(255, 255, 255, 0.35);
}
.custom-menu-primary .hs-menu-wrapper > ul li a {
    color: #da5918 !important;
    padding: 0 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: #da5918 !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a::after {
    display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    padding: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
    background-color: rgba(255, 255, 255, 0.08);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 16px;
    text-indent: 10px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children::after {
    display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul::before {
    display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    text-indent: 30px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {
    text-indent: 50px;
}
}
body.one-column {
}
body.two-column {
}
body.three-column {
}
.content-wrapper {
}
.main-content {
}
.sidebar {
}
.blog-sidebar ul, .sidebar ul {
    list-style: outside none none;
    padding-left: 10px;
}
.sidebar.right {
}
.sidebar.left {
}
body.site-page.one-column, body.landing-page.one-column, body.error-template.one-column, body.password-template.one-column, body.subscription-template.one-column {
}
body.site-page.one-column .main-content, body.landing-page.one-column .main-content, body.error-template .main-content, body.password-template .main-content, body.subscription-template .main-content {
}
body.site-page.two-column, body.landing-page.two-column, body.blog {
}
body.site-page.two-column .main-content, body.landing-page.two-column .main-content, body.blog .blog-content {
}
body.site-page.three-column, body.landing-page.three-column {
}
body.site-page.three-column .main-content, body.landing-page.three-column .main-content {
}
body.site-page.one-column {
}
body.site-page.one-column .content-wrapper {
}
body.site-page.one-column .main-content {
}
body.site-page.two-column {
}
body.site-page.two-column .content-wrapper {
}
body.site-page.two-column .main-content {
}
body.site-page.two-column .sidebar.right {
}
body.site-page.three-column {
}
body.site-page.three-column .content-wrapper {
}
body.site-page.three-column .main-content {
}
body.landing-page.one-column {
}
body.landing-page.one-column .content-wrapper {
}
body.landing-page.one-column .main-content {
}
body.landing-page.two-column {
}
body.landing-page.two-column .content-wrapper {
}
body.landing-page.two-column .main-content {
}
body.landing-page.two-column .sidebar.right {
}
body.landing-page.three-column {
}
body.landing-page.three-column .content-wrapper {
}
body.landing-page.three-column .main-content {
}
body.error-template.one-column {
}
body.error-template.one-column .content-wrapper {
}
body.error-template.one-column .main-content {
}
body.password-template.one-column {
}
body.password-template.one-column .content-wrapper {
}
body.password-template.one-column .main-content {
}
body.subscription-template.one-column {
}
body.subscription-template.one-column .content-wrapper {
}
body.subscription-template.one-column .main-content {
}
body.blog {
}
body.hs-blog-post {
}
body.hs-blog-listing {
}
.blog .content-wrapper {
}
.blog .blog-content {
}
.blog-listing-wrapper {
}
.blog-post-wrapper {
}
.hs-blog-header h1 a {
}
.post-header h2 {
    margin-bottom: 0;
}
.post-header p {
    font-size: 13px;
}
#hubspot-author_data {
    float: left;
}
#hubspot-author_data a.author-link {
}
.hs-author-avatar {
}
.hs-author-avatar img {
}
p.custom_listing_comments {
    float: right;
}
.hs-blog-social-share {
    float: left;
}
.blog-listing-wrapper .post-listing .post-item {
    padding-bottom: 60px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
}
.blog-post-wrapper .post-body {
}
.hs-featured-image-wrapper {
}
.hs-featured-image-wrapper .hs-featured-image-link {
    display: block;
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    display: inline-block !important;
    float: none !important;
    margin: 10px 0;
    max-height: 300px;
    max-width: 100%;
}
a.more-link {
}
#hubspot-topic_data {
}
#hubspot-topic_data a.topic-link {
}
.social-sharing-wrapper {
    clear: both;
}
.hs-blog-social-share {
    height: auto;
    padding: 10px 0 0;
}
#comments-listing {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment {
    border-top: 1px solid #ccc;
    margin: 10px 0;
    padding: 15px 0;
}
.comment-date {
    font-size: 13px;
    text-align: right;
}
.comment-from {
    font-weight: bold;
}
.comment-body {
    padding: 10px 0;
}
.blog-pagination {
    text-align: center;
}
.blog-pagination .previous-posts-link {
    float: left;
}
.blog-pagination .all-posts-link {
}
.blog-pagination .next-posts-link {
    float: right;
}
.hs-author-social-label {
    display: inline-block;
    font-weight: bold;
    margin-right: 8px;
    vertical-align: middle;
}
.hs-author-social-links a.hs-author-social-link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    display: inline-block;
    font-size: 30px;
    padding-right: 5px !important;
    vertical-align: middle;
}
.blog .blog-sidebar {
}
.blog-sidebar-filter-list li {
    padding: 2px 0;
}
.blog .blog-sidebar .widget-span {
    padding: 0 0 40px;
}
body .hs-form-field {
    margin-bottom: 15px;
}
body .hs-field-desc {
}
body label {
    font-weight: 700;
    margin-bottom: 5px;
}
body .hs-form-field > label {
}
body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"], body input[type="file"], body textarea, body select {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-family: "Lato",arial,sans-serif;
    font-size: 16px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
body input[type="text"]:focus, body input[type="password"]:focus, body input[type="datetime"]:focus, body input[type="datetime-local"]:focus, body input[type="date"]:focus, body input[type="month"]:focus, body input[type="time"]:focus, body input[type="week"]:focus, body input[type="number"]:focus, body input[type="email"]:focus, body input[type="url"]:focus, body input[type="search"]:focus, body input[type="tel"]:focus, body input[type="color"]:focus, body input[type="file"]:focus, body textarea:focus, body select:focus {
    border-color: #34495e;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6);
    outline: 0 none;
}
body textarea {
    min-height: 200px;
}
body textarea:focus {
}
body select {
}
body select:focus {
}
body form.hs-form .hs-form-field ul.inputs-list {
    list-style: outside none none;
    padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {
}
body input[type="radio"] {
}
body input[type="checkbox"] {
}
body input:focus:required:invalid, body textarea:focus:required:invalid, body select:focus:required:invalid {
}
body input:focus:required:invalid:focus, body textarea:focus:required:invalid:focus, body select:focus:required:invalid:focus {
}
:-moz-placeholder {
}
*::-moz-placeholder {
}
.hs_cos_wrapper_type_form .hs-form-field {
}
.hs_cos_wrapper_type_form .hs-field-desc {
}
.hs_cos_wrapper_type_form label {
}
.hs_cos_wrapper_type_form .hs-form-field > label {
}
.hs_cos_wrapper_type_form input[type="text"], .hs_cos_wrapper_type_form input[type="password"], .hs_cos_wrapper_type_form input[type="datetime"], .hs_cos_wrapper_type_form input[type="datetime-local"], .hs_cos_wrapper_type_form input[type="date"], .hs_cos_wrapper_type_form input[type="month"], .hs_cos_wrapper_type_form input[type="time"], .hs_cos_wrapper_type_form input[type="week"], .hs_cos_wrapper_type_form input[type="number"], .hs_cos_wrapper_type_form input[type="email"], .hs_cos_wrapper_type_form input[type="url"], .hs_cos_wrapper_type_form input[type="search"], .hs_cos_wrapper_type_form input[type="tel"], .hs_cos_wrapper_type_form input[type="color"], .hs_cos_wrapper_type_form input[type="file"], .hs_cos_wrapper_type_form textarea, .hs_cos_wrapper_type_form select {
}
.hs_cos_wrapper_type_form input[type="text"]:focus, .hs_cos_wrapper_type_form input[type="password"]:focus, .hs_cos_wrapper_type_form input[type="datetime"]:focus, .hs_cos_wrapper_type_form input[type="datetime-local"]:focus, .hs_cos_wrapper_type_form input[type="date"]:focus, .hs_cos_wrapper_type_form input[type="month"]:focus, .hs_cos_wrapper_type_form input[type="time"]:focus, .hs_cos_wrapper_type_form input[type="week"]:focus, .hs_cos_wrapper_type_form input[type="number"]:focus, .hs_cos_wrapper_type_form input[type="email"]:focus, .hs_cos_wrapper_type_form input[type="url"]:focus, .hs_cos_wrapper_type_form input[type="search"]:focus, .hs_cos_wrapper_type_form input[type="tel"]:focus, .hs_cos_wrapper_type_form input[type="color"]:focus, .hs_cos_wrapper_type_form input[type="file"]:focus, .hs_cos_wrapper_type_form textarea:focus, .hs_cos_wrapper_type_form select:focus {
}
.hs_cos_wrapper_type_form textarea {
}
.hs_cos_wrapper_type_form textarea:focus {
}
.hs_cos_wrapper_type_form select {
}
.hs_cos_wrapper_type_form select:focus {
}
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {
}
.hs_cos_wrapper_type_form input[type="radio"] {
}
.hs_cos_wrapper_type_form input[type="checkbox"] {
}
#comment-form .hs-form-field > label {
}
#comment-form label {
}
#comment-form input[type="text"] {
    display: inline-block;
}
#comment-form input[type="text"]:focus {
}
#comment-form textarea {
}
#comment-form textarea:focus {
}
#comment-form input[type="checkbox"] {
}
body .hs-common-error-message {
}
#hs_form_target_blog_subscription .hs-form-field > label {
}
#hs_form_target_blog_subscription label {
}
#hs_form_target_blog_subscription input[type="email"], .widget-type-blog_subscribe input[type="email"] {
    float: left;
    height: 36px;
    margin-top: 2px;
    width: 70%;
}
.blog-sidebar #hs_form_target_blog_subscription input[type="email"] {
}
#hs_form_target_blog_subscription input[type="email"]:focus {
}
#hs_form_target_blog_subscription input[type="radio"] {
}
.widget-type-google_search label {
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
    text-rendering: optimizelegibility;
}
.widget-type-google_search input[type="text"] {
    float: left;
    height: 36px;
    margin-top: 0;
    width: 60%;
}
.widget-type-google_search input[type="focus"] {
}
.widget-type-google_search .hs-button.primary {
    float: left;
    margin-left: 2px;
}
body .hs-form fieldset.form-columns-1 {
}
body .hs-form fieldset.form-columns-1 .hs-form-field {
}
body .hs-form fieldset.form-columns-2 {
}
body .hs-form fieldset.form-columns-2 .hs-form-field {
}
body .hs-form fieldset.form-columns-3 {
}
body .hs-form fieldset.form-columns-3 .hs-form-field {
}
body form.hs-form .hs-form-field ul.inputs-list li input {
}
body input[type="radio"] {
}
body input[type="checkbox"] {
}
body form.hs-form fieldset {
    max-width: none;
}
body form.hs-form fieldset .hs-form-field {
    padding: 0 10px 0 0;
}
body form.hs-form fieldset[class*="form-columns"] .input {
    margin-right: 0;
}
body form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100%;
}
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
    width: auto;
}
body form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.33%;
}
@media (max-width: 400px) {
body form.hs-form fieldset .hs-form-field {
    padding: 0;
}
body form.hs-form fieldset.form-columns-3 .hs-form-field, body form.hs-form .form-columns-2 .hs-form-field .hs-input, body form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 100%;
}
body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] {
    width: auto;
}
}
.hsformerror {
    background: #34495e none repeat scroll 0 0 !important;
    border: 0 none #34495e !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 12px !important;
    z-index: 99999 !important;
}
.hsformerror .close-form-error {
    color: #34495e;
}
.hsformerror em {
    border-color: #34495e transparent transparent !important;
}
body .hs-button.primary, body input[type="submit"], body input[type="button"] {
    -moz-user-select: none;
    background: #fff none repeat scroll 0 0;
    border-color: #34495e;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    color: #34495e;
    cursor: pointer;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}
body .hs-button.primary:hover, body input[type="submit"]:hover, body input[type="button"]:hover {
    background: #34495e none repeat scroll 0 0;
    border: 2px solid #34495e;
    color: #fff;
}
body .hs-button.primary:focus, body input[type="submit"]:focus, body input[type="button"]:focus {
}
.hs_cos_wrapper_type_form .hs-button.primary.large {
}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {
}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {
}
#add-comment-button.hs-button.primary {
}
#add-comment-button.hs-button.primary:hover {
}
#add-comment-button.hs-button.primary:focus {
}
.comment-reply-to {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #666 !important;
    padding-left: 0 !important;
}
.comment-reply-to::before {
    -moz-osx-font-smoothing: grayscale;
    color: #34495e;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 7px;
    vertical-align: top;
}
#hs_form_target_blog_subscription .hs-button.primary.large {
}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {
}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {
}
.widget-type-google_search .hs-button.primary {
}
.widget-type-google_search .hs-button.primary:hover {
}
.widget-type-google_search .hs-button.primary:focus {
}
.cta_border_button {
    -moz-user-select: none;
    background: #fff none repeat scroll 0 0;
    border-color: #34495e;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    color: #34495e;
    cursor: pointer;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.cta_border_button:hover {
    background: #34495e none repeat scroll 0 0;
    border: 2px solid #34495e;
    color: #fff;
}
.cta_solid_button {
    -moz-user-select: none;
    background-image: none;
    border-color: #34495e;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.cta_solid_button:hover {
    background: #34495e none repeat scroll 0 0;
    border-color: #34495e;
    border-style: solid;
    border-width: 2px;
    text-transform: uppercase;
}
@media (max-width: 1080px) {
.container-fluid .row-fluid .page-center {
    padding: 10px;
}
.container-fluid .footer-copyright .row-fluid .page-center {
    padding: 0 10px;
}
}
@media (max-width: 768px) {
.header-container-wrapper {
    position: relative;
}
.header-container {
    padding: 0;
}
.header-container-wrapper .container-fluid .row-fluid .page-center {
    padding: 0;
}
.header-container .hs_cos_wrapper_type_logo a img {
    margin: 5px 0 5px 10px;
    max-width: 120px;
}
.row-fluid .header-cta[class*="span"] {
    display: none !important;
}
.body-container-wrapper {
    padding-top: 0;
}
.padding40tb {
    padding: 25px 0;
}
.sidebar.right, .main-content, .blog-sidebar {
    margin: 25px 0;
}
.three-column .team-member-social a {
    display: inline-block;
}
.three-column .team-member-social i {
    padding-right: 5px;
}
.three-column .team-member-social a:last-child i {
    padding-right: 0;
}
.team-member-name, .team-member-title {
    text-align: center;
}
.footer-container-wrapper .more-links a i {
    display: inline-block;
    width: auto;
}
.footer-container .about-us, .footer-container .more-links {
    margin-bottom: 25px;
}
.service-group h4, .service-group-icon, #offer-background-image h1, #banner-background-image {
    text-align: center;
}
.homepage .subscribe-form {
    padding-top: 10px;
}
.homepage .subscribe-form .hs_email {
    width: auto;
}
#banner-background-image h1 {
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: 55px;
}
#banner-background-image h3 {
    display: none;
    <label for="checkbox-for-666680" class="add-to-calendar-checkbox">+ Add to my Calendar</label><input name="add-to-calendar-checkbox" class="add-to-calendar-checkbox" id="checkbox-for-666680" type="checkbox"><a class="icon-google" target="_blank" href="https://www.google.com/calendar/render?action=TEMPLATE&amp;text=Growth-Driven%20Design%20Webinar&amp;dates=20170607T140000Z/20170607T170000Z&amp;details=&amp;location=&amp;sprop=&amp;sprop=name:">Google Calendar</a><a class="icon-yahoo" target="_blank" href="http://calendar.yahoo.com/?v=60&amp;view=d&amp;type=20&amp;title=Growth-Driven%20Design%20Webinar&amp;st=20170607T160000Z&amp;dur=0300&amp;desc=&amp;in_loc=">Yahoo! Calendar</a><a class="icon-ical" target="_blank" href="data:text/calendar;charset=utf8,BEGIN:VCALENDAR%0AVERSION:2.0%0ABEGIN:VEVENT%0AURL:http://carlsednaoui.github.io/add-to-calendar-buttons/generator/generator.html%0ADTSTART:20170607T140000Z%0ADTEND:20170607T170000Z%0ASUMMARY:Growth-Driven%20Design%20Webinar%0ADESCRIPTION:%0ALOCATION:%0AEND:VEVENT%0AEND:VCALENDAR">iCal Calendar</a><a class="icon-outlook" target="_blank" href="data:text/calendar;charset=utf8,BEGIN:VCALENDAR%0AVERSION:2.0%0ABEGIN:VEVENT%0AURL:http://carlsednaoui.github.io/add-to-calendar-buttons/generator/generator.html%0ADTSTART:20170607T140000Z%0ADTEND:20170607T170000Z%0ASUMMARY:Growth-Driven%20Design%20Webinar%0ADESCRIPTION:%0ALOCATION:%0AEND:VEVENT%0AEND:VCALENDAR">Outlook Calendar</a><style type="text/css">#add-to-calendar-checkbox-label{cursor:pointer}.add-to-calendar-checkbox ~ a{display:none}.add-to-calendar-checkbox:checked ~ a{display:block;width:150px;margin-left:20px}input[type=checkbox].add-to-calendar-checkbox{position:absolute;top:-9999px;left:-9999px}.add-to-calendar-checkbox ~ a:before{width:16px;height:16px;display:inline-block;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAQCAYAAACIoli7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0MzJCRDU2NUE1MDIxMUUyOTY1Q0EwNTkxNEJDOUIwNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0MzJCRDU2NkE1MDIxMUUyOTY1Q0EwNTkxNEJDOUIwNCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQzMkJENTYzQTUwMjExRTI5NjVDQTA1OTE0QkM5QjA0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQzMkJENTY0QTUwMjExRTI5NjVDQTA1OTE0QkM5QjA0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+1Gcb3QAACh1JREFUeNrEWAtwVNUZ/u7d9yvZJBtMIC8eBhIKMkQIhqIBKirWwpSW0dahCir1gQhWg2XKjNRqR7AjQ6QjglBFRIW20KmC0KRYjRYMCZGHGEjIY0Oy2U32lX3d3Xv6nxuSbEJCQNvpn/n33POfxz33u9//uBGaBQFcMhgrpGYC6ddk+zfiZKgxsvOG4buJMGATNtzcq4l+WStbsGgpvOiELpgBWetGQGNCstSGkKwH1Ek04oVNFUZQsEAjedCg0iBRVivrP737CL+H8Na7f7lpRFa2cOfMqdUn9n3ARGc7NLEYJj62Qle6Z3/ZlATt82mINV4QVPV33HVXmK/1bRgPvst60vzXgJzZZ84UlOfnV1L/YvwhBxk7Q7quZ3zZLrvSivRy+PtR0Y8oUit2P7+aWm5TifxahErVPWfd/JRBQaNVjA2CIhsecEwIubHzB3+CQWNDNBCCyuiEC6NgpV3agkCszYWknBTInjAMFh20HAo1/QQFVM7Kw9aly7D1ze2iJEemhbu8Mzf++rkVNGMkaS7puKadb0yubGscp/Wa3rc0nNXVJ6RsJvsaUhmXt5oyZv36e4o//hi1tbUonjWrYNTs2QXxhywuL+8bmzevoG7dOu3gj8Po2MIVZGIcAw6TcPma0YV4JfXYEBiy/rbeqZcv+i1tEbIgagzgOAWMerT5MvDuXgfOH6vAsRoRgVAqHOp2TMrX4dYfFmLhVAHTRqtgkn0QQ3W0anZK+UsvzJe/qflxi2d04a3u9iJWdngUHd/I33KEyJEoqBE2mqCxGBCqq//p8idWvPh66Wa35ZlzUIcAnez3w+n14uwDD8CalYWo293vYePH+Fy+Jn58289HKu2rpbux9KF7EY4yfHroAHKL5iv2w/v2Ye7CBfBHBLRWHYJ54rzrCQcsDtx+YA4MAbyTqjsHLfLIrWWcChjwu/XHUVnuxrGDC2G2AdwnnKQNXwOLHnwFH4da8VnZBpg0ZqgcOgJMfKa+oqJkTDQMX3or3GF/khgJQ9TroDInQENq9rjItaNwqUWkeDoy0wtmTKYt/8XPpg4wZpADARTt2YOJx45Bo9PBlZEBy86dvQedPGkSxmZnw5SQAD6Xrxns6XWmYO+1x3e+n52D2WM3Y96w6F0F1F4wBwsBprBEv+0wIQO7Xj2HC0ercLbiEdi0zYgyAk1OgFUQccONwP5dyxELNMCQ5Cfq0YZpekgCpMZgENPvmIc5KckEm4gL7+9BrL0d1rFjYSGGGkePgyWX4qU1CQW3zVG5ztV+n25aQRpVGBojkFpWroTBaAQ/TpD6eput3xOZzWaKEjL43IEM3frHLZD8XtyQasXhdzbDbNTCJjN89tftvfaW8jd67fPyzP3jRBzThGGYKgwxrcceM2eyYDQNG9+8iAMfHsaRXY/AouV4qRAS9NCrmmkjKxBKwOQsM8X0iQhQkpK1IUiiBxq1+oLfaPJJXo8lEOyCJtGKScsfhTYpGYItFTUXG9DY2oqQw4UnFi5SGF/2zfkialQcUJ66V7PrFL5mQhwgXGRZZjv+8ALzBGPM4YuyA9s3sFMtIUW5/Xx7hNU0+RU7X7OM5bFlJxSQ2ODR+ArlIUy5HDjW04y+t5UrC9J5Vm5tYxkz/s5YF3WiESYzP2MRmbmp6+EH9vuZxM9N9iBz0ViUHbclsPuX/GJ2SUnJeX+LnUW6/MqzHTp6lL29dy9rtLewx598kpWsWcPuu+8+Fo1GlfG9+/bZn1q1Kk1JzHQSlUxHjBL7rkX5XL5mMBQks7WvY0vvZ3d4pW63j7Nfo/QDfYCbs3iGa6UORYMUP/92qhoYE4VsdNCoDEEyUYqnhBIDEmJ8hZYenKdmETH6468pWa3GJbvdHpKiTWpio4YSz7Hjx7Hu2Wdx9KOPkDkyHaWbNiE/Lw+LFy+makWlHCInOyc9MyOTJ3JRzcEhnCHHYtf0dCJtwrrp3Suvv/UGvO4uWBLN2L9/N7xeFzyedrS43+q1F401DQdaP+8Vrg1ppcRS3t+DDVQe9dhFqF3JiHTaIYaTyL2jYIld8IsGWCQRTB+GoCcgiU5q2QCD6KNFdQjrM1FVXeUYd+PYxg6nE+np6ZiYn48dO3Zg7dq1iEQi0Gq1KKeqh1h82T2BURkZQlpa2kzqHuJ1qEph3zCAPnVyDao8X6EgeQowANDlSx7mfo9t772NBQt+pmT5T468jgmFS5TxiqPvdderLO+Kfcnte2X71G9VzCvjulhfZaJFFjJSrCj7/DjCqgh0VN6EvSIsCUAXndxPvDxf1w5t4gjoY1qEnAYUfI8SpuokOlyIBIPhC06nSwHUZDIhNzcXoVAIRF7k5OQoLc83/E1eutSKpuYmRKToLZs3l6Zzhqo5QyPR6FVPfcJZg2lFN6Py80q+kbp2WzLwUEe/OZ2Ovr4YU11przqL/5XoRH3fvakwmjFdQtlH4/FC6VdY/dRNVKEYeMqAUR3EiSo9Vj56As2+MKwGMx68fySm5o+HSeDh6FLM7/fVu1zO3v24axcUFJDneZX+SkrgXq8PlZUnEKKKwGpNgM/rmaLT66Z1uzwxVBoC0JKqtTjpPtVd8sQ8YJKM+g3W5Ze/HpZ3f9r0kahk5aq41b/st1c8A3uYOQQrr0uyFwep+ujrG6HHip/YsPvlTmz+7dcovnMGZk4gt6cYKXQFMWuyAV98+iOcpfB6e9HzFBvvoS87J9XfynKZWFnfbLfzbwOlmpEkCauffhpejxenvjqF7KxsdPF6PByCz+PH6dOnKVRUW8eMGX1LN0MJ0MgQLl/dVgNb8YjuAj/qRFJhMmYVzkkv/3NZAV6jJPS4W/gWGLDr/Ua/mkQMzQM2T4dN58Q/DxbizuIKLLjtHax7bhqWPJaLVJMWPsXpzah3SWj3n6GQMKf7/wAmP6/65fq6uubGpsaOFntLuqPdARe5v4fY2emi1uefore{background-position:-68px 0}.icon-yahoo:before{background-position:-36px+4px}.icon-google:before{background-position:-52px 0}</style>
}
.homepage .subscribe-form {
    width: 100%;
}
.social-tagline {
    margin-bottom: 15px;
    text-align: center;
}
#comment-form {
    margin-bottom: 25px;
}
}
@media (max-width: 479px) {
}
