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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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

 /* 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;}
 
 @import url(http://fonts.googleapis.com/css?font-family: 'Roboto:300,700,400');
 


 /*****************************************/
 /* Start your style declarations here    */
 /*****************************************/
 
.website-settings,
.website-settings *,
.blog-settings,
.blog-settings *{height:0!important;overflow:hidden!important;margin:0!important;padding:0!important;min-height:0!important;max-height:0!important;}
 
/* FIXING RESPONSIVENESS FOR SIMPLEX CORE */

.body-container-wrapper .row-fluid [class*="span"] {
  margin-left: 0%;
  *margin-left: -0.05319148936170213%;
  padding-left: 2.127659574%;
  padding-right: 2.127659574%;
}
.body-container-wrapper .row-fluid [class*="span"]:first-child {
  margin-left: 0;
  padding-left: 0 !important;
}
.body-container-wrapper .row-fluid [class*="span"]:last-child {
  padding-right: 0 !important;
}
.body-container-wrapper .grid-list .row-fluid [class*="span"]:first-child {
  padding-left: 2.127659574% !important;
}
.body-container-wrapper .grid-list .row-fluid [class*="span"]:last-child {
  padding-right: 2.127659574% !important;
}

.body-container-wrapper .row-fluid .span12 {
  width: 99.99999999600001%;
  *width: 99.9468085066383%;
}
.body-container-wrapper .row-fluid .span11 {
  width: 91.666666663%;
  *width: 91.61347517363829%;
}
.body-container-wrapper .row-fluid .span10 {
  width: 83.33333333%;
  *width: 83.2801418406383%;
}
.body-container-wrapper .row-fluid .span9 {
  width: 74.999999997%;
  *width: 74.9468085076383%;
}
.body-container-wrapper .row-fluid .span8 {
  width: 66.666666664%;
  *width: 66.6134751746383%;
}
.body-container-wrapper .row-fluid .span7 {
  width: 58.333333331000006%;
  *width: 58.280141841638304%;
}
.body-container-wrapper .row-fluid .span6 {
  width: 49.99999999800001%;
  *width: 49.946808508638306%;
}
.body-container-wrapper .row-fluid .span5 {
  width: 41.666666665%;
  *width: 41.6134751756383%;
}
.body-container-wrapper .row-fluid .span4 {
  width: 33.333333332%;
  *width: 33.2801418426383%;
}
.body-container-wrapper .row-fluid .span3 {
  width: 24.999999999000003%;
  *width: 24.946808509638302%;
}
.body-container-wrapper .row-fluid .span2 {
  width: 16.666666666%;
  *width: 16.6134751766383%;
}
.body-container-wrapper .row-fluid .span1 {a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -5px;
      margin-left: 5px;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  width: 8.333333333%;
  *width: 8.2801418436383%;
}

@media (max-width: 767px) {
  .body-container-wrapper .container-fluid {
    padding: 0;
  }
  .body-container-wrapper .row-fluid {
    width: 100%;
  }
  [class*="span"],
  .body-container-wrapper .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin-left: 0;
  }
}

/* END FIXING RESPONSIVENESS FOR SIMPLEX CORE */


/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

      /*  */
      /*  */
      /*  */
      /*  */

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

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

 
html {padding: 0;margin: 0}
body {padding: 0;margin: 0;border: 0;font-size: 18px;line-height: 2em;background-color:#fffff;color:#000000;}
body.mobile-menu-active{overflow-x:hidden;}
body.mobile-menu-inactive{overflow-y:auto;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Helvetica', sans-serif!important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.cell-wrapper {margin-bottom: 30px;}
b,strong {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
h1,h2,h3,h4,h5,h6 {
    color: inherit;
    text-rendering: auto;
    line-height: 1.2 !important;
    margin: 0 0 .75em 0 !important;
    padding:0;
}
h1{
    font-family: 'Helvetica', sans-serif; !important;
    font-size: 32px;
    color: #26275e;
    font-weight: normal;
}
h1 b,h1 strong {
    font-size: 32px;
    color: #26275e;
    font-weight: normal;
}
h1 *{font-family: 'Helvetica', sans-serif; !important;}
h2 {
    font-family: 'Helvetica', sans-serif; !important;
    font-size: 30px;
    color: #666;
    font-weight: normal;
}
h2 b,h2 strong {
    font-size: 30px;
    color: #666;
    font-weight: normal;
    margin: 0 !important;
}
h2 *{font-family: 'Helvetica', sans-serif; !important;}
h3 {
    font-size: 28px;
    color: #444444;
    font-weight: normal !important;
}
h4 {font-family: 'Helvetica', sans-serif; !important;
    font-size: 28px;
    color: #444444;
    font-weight: normal;
}
h4 *{font-family: 'Helvetica', sans-serif; !important;}
h5 {font-family: 'Helvetica', sans-serif; !important;
    font-size: 19px;
    color: #444444;
    font-weight: normal;
    background-color:#efefef;
    display:inline !important;
}
h5 *{font-family: 'Helvetica', sans-serif; !important;}
h5:after{height:19px;content:"";display:block;clear:both;}
h6 {
    font-size: 19px;
    color: #444444;
    font-weight: normal;
    text-transform: none;
    line-height:1.6 !important;
    margin: 0 0 1.2em 0!important;
}
ul,ol {
    padding: 0 0 0 25px;
    margin: 0 0 9px 20px;
    line-height: 1.9;
}
ul ul,ul ol,ol ol,ol ul {
    margin-bottom: 0 !important;
    line-height: 1.9;
    padding: 0;
}
ul {
    list-style: disc;
    color: #959595;
}
ul ul {
    list-style: 
    arrow;
    margin-left: 17px;
}
ol {
    list-style: decimal
}
li {
    font-size: 18px;
    line-height: 1.1;
}
li li {
}
ul.unstyled,ol.unstyled {
    margin-left: 0;
    list-style: none;
}
p {
    font-size: 18px;
    line-height: 2em;
    margin: 0 0 1.2em 0 !important;
    color: #606060;
}
label{font-size: 18px;}
p.p-spacer {
    height: 1px;
    line-height: 1px;
}
blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 18px;
    border-left: 5px solid #eee;
}
blockquote:before, blockquote:after {
    content: "";
}
.clear {clear: both;}
a,
a:visited{
    color: #26275e;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #4d4dff;
    text-decoration: none;
}

strong * {font-weight:bold !important;}
.hs-button,.hs-button.primary {
    font-size: 18px!important;
    color: #fff!important;
    display: inline-block!important;
    text-decoration: none!important;
    line-height: 20px!important;
    height: auto!important;
    font-weight: normal!important;
    padding: 10px 28px!important;
    border: 0!important;
    text-shadow: 0 0 #fff!important;
    box-shadow: inset 0 0 0 #e0e0e0!important;
    -webkit-box-shadow: inset 0 0 0 #e0e0e0!important;
    -moz-box-shadow: inset 0 0 0 #e0e0e0!important;
    -o-box-shadow: inset 0 0 0 #e0e0e0!important;
    box-shadow: 0 0 0 #e0e0e0!important;
    -webkit-box-shadow: 0 0 0 #e0e0e0!important;
    -moz-box-shadow: 0 0 0 #e0e0e0!important;
    -o-box-shadow: 0 0 0 #e0e0e0!important;
    background:none #26275e!important;
    margin: 0px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -o-border-radius: 0px!important;
    border-radius: 0px!important;
    font-family: 'Open Sans', sans-serif !important;
    -webkit-appearance:none;
    -moz-appearance:none;
    white-space:normal;
}

.hs-button:hover,.hs-button:focus,.hs-button.primary:hover,.hs-button.primary:focus {
    text-decoration: none!important;
    background: none #26275e!important;
    color: #fff!important;
    border: 0!important;
    text-shadow: 0 0 #fff!important;
    box-shadow: inset 0 0 0 #e0e0e0!important;
    -webkit-box-shadow: inset 0 0 0 #e0e0e0!important;
    -moz-box-shadow: inset 0 0 0 #e0e0e0!important;
    -o-box-shadow: inset 0 0 0 #e0e0e0!important;
    box-shadow: 0 0 0 #e0e0e0!important;
    -webkit-box-shadow: 0 0 0 #e0e0e0!important;
    -moz-box-shadow: 0 0 0 #e0e0e0!important;
    -o-box-shadow: 0 0 0 #e0e0e0!important
}

.hs-button b,.hs-button.primary b,.hs-button strong,.hs-button.primary strong {
    font-weight: bold!important;
}
textarea{resize: vertical;}
::selection{background:#26275e;color:#fff;text-shadow:none;}
::-moz-selection{background:#26275e;color:#fff;text-shadow:none;}

img{max-width:100% !important;}

.body-container-wrapper img{height:auto !important;}
.header-container-wrapper,
.body-container-wrapper,
.footer-container-wrapper {
    width: 100%;
    Height: 100%;
}
.header-container-wrapper .container-fluid{
    position: relative;
    padding: -13px;
    width: 105%;
    height: 100px;
    margin: -20px; auto; 0px; auto;
    max-width: 105%;
}
.footer-container-wrapper .container-fluid {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1150px;
}
.body-container-wrapper .container-fluid {
    width: 100%;
    max-width: 100%;
}

.span12,
.content-wrapper,
.full-width>div,
.header-container .span12.content-wrapper,
.footer-container .span12.content-wrapper,
.page-breadcrumb>div,
.page-title-block>div,
.colored-bg-fullwidth>div,
.blog-title-description>div,
.fixed-bg-section>div{max-width: 1150px;margin-left: auto!important;margin-right: auto!important;float: none!important;width: 98%!important;}
 .span12.widget-span.widget-type-linked_image.nopadding {
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
} 
.span12 .span12,
.span12.full-width,
.content-wrapper.full-width,
.colored-bg-fullwidth,
.widget-type-space,
.header-container .span12,
.footer-container .span12,
.page-breadcrumb,
.page-title-block,
.blog-title-description,
.fixed-bg-section{width:100%!important;max-width:100%;position:relative !important;}

.horiz-menu {font-weight: bold!important;font-size: 20px;}

.span12.width1000{max-width:1000px !important;}
.span12.width900{max-width: 900px !important;}
.span12.width800{max-width: 800px !important;}
.span12.width700{max-width: 700px !important;}
.span12.width600{max-width: 600px !important;}
.span12.width500{max-width: 500px !important;}

.widget-type-space.double-space .cell-wrapper{margin-bottom: 70px;}
.widget-type-space.line-separator .cell-wrapper,
.widget-type-space.shadow-separator .cell-wrapper{margin-bottom: 70px;}
.widget-type-space.line-separator .cell-wrapper{height:40px;border-bottom:1px solid #444444;visibility:visible;}
.widget-type-space.shadow-separator .cell-wrapper{height:40px;visibility:visible;
                                                                box-shadow: 0 1px 2px rgba(0,0,0,0.1);
                                                                -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
                                                                -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
                                                                -o-box-shadow: 0 2px 3px rgba(0,0,0,0.1);}
.widget-type-space.line-separator.stuck-to-top .cell-wrapper,
.widget-type-space.line-separator.under-vertical-line .cell-wrapper{height: 0px!important;min-height: 1px !important;position: relative;top: -1px;}
.widget-type-space.shadow-separator.under-vertical-line .cell-wrapper,
.widget-type-space.shadow-separator.stuck-to-top .cell-wrapper{height: 0px!important;min-height: 3px !important;position: relative;top: -3px;}

.colored-bg>div{padding:0px 25px!important;}
.colored-bg>div:first-child{padding-top:20px!important;}
.colored-bg>div:last-child{padding-bottom:20px!important;}
.colored-bg-fullwidth>div:first-child{padding-top:20px !important;}
.colored-bg-fullwidth>div:last-child{padding-bottom:20px !important;}
.colored-bg-fullwidth.medium-padding>div:first-child{padding-top:45px !important;}
.colored-bg-fullwidth.medium-padding>div:last-child{padding-bottom:45px 0px !important;}
.colored-bg-fullwidth.large-padding>div:first-child{padding-top:70px !important;}
.colored-bg-fullwidth.large-padding>div:last-child{padding-bottom:70px !important;}

[class*="widget-type-"].colored-bg>.cell-wrapper,
[class*="widget-type-"].colored-bg-fullwidth>.cell-wrapper{margin-bottom:0px;}
[class*="colored-bg"].dark-gray{background-color:#454545;}
[class*="colored-bg"].light-gray{background-color: #f3f3f3;}
[class*="colored-bg"].light-mist{background-color: #c5eff0;}
[class*="colored-bg"].csm-purple{background-color:#42408e;}
[class*="colored-bg"].light-purple{background-color:#d6c2f0;}
[class*="colored-bg"].csm-red{background-color:#c40813;}
[class*="colored-bg"].csm-blue{background-color:#1f325e;}
[class*="colored-bg"].grs-green{background-color:#9fc505;}
[class*="colored-bg"].grs-purple{background-color:#4a479f;}
[class*="colored-bg"].vin-purple{background-color:#23265d;}
[class*="colored-bg"].vin-green{background-color:#c4d544;}
.centered-text{text-align:center;}

.no-margin-bottom>.cell-wrapper{margin-bottom:0px!important;}

.body-container img.alignleft{margin-right:2.5%;margin-bottom:1.5%;}
.body-container img.alignright{margin-left:2.5%;margin-bottom:1.5%;}

.hs-form fieldset{max-width:100% !important;}


.header-container-wrapper{background-color:rgba(255,255,255,.95);z-index:9999999;height:108px;position:fixed;
                            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .3);
                            -webkit-transition: all 0.6s ease;
                            -moz-transition: all 0.6s ease;
                            -o-transition: all 0.6s ease;
                            transition: all 0.6s ease;}
.header-container-wrapper .container-fluid{}
.header-container-wrapper.scroll-resize{height:96px;}
.header-container-wrapper #hs-link-logo,
.header-container-wrapper .hs_cos_wrapper_type_logo a{height:91px;display:block;vertical-align:middle;max-width:100%;line-height:90px;
                                        -webkit-transition: all 0.6s ease;
                                        -moz-transition: all 0.6s ease;
                                        -o-transition: all 0.6s ease;
                                        transition: all 0.6s ease;}
.header-container-wrapper.scroll-resize #hs-link-logo,
.header-container-wrapper.scroll-resize .hs_cos_wrapper_type_logo a{height:70px;line-height:70px;}
.header-container #hs-link-logo img,
.header-container .hs_cos_wrapper_type_logo a img{max-height:100% !important;display:inline;width:auto !important;
                                            padding: 15px 0px 0px 0px;
                                            display: inline;
                                            height: auto;
                                            max-width: 100%;
                                            vertical-align: middle;}
.header-container .widget-type-logo.centered{float:none;margin:-5px auto; 0px auto;}


                                            
.header-container .cell-wrapper{margin-bottom:0px;}

.header-container .header-top{line-height:29px !important;min-height: 29px;border-top:0px solid #24285E !important; background-color:#f8f8f8;box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);}
.header-container .header-top>div{width: 100% !important;margin: -18px auto 0px !important;max-width: 100% !important;float: none !important;}
.header-container .header-top *{line-height:15px !important;margin:-1px;padding:0px;font-size:14px;color:#000000;min-height:15px;}
.header-container .header-top a[href^="tel"],
.header-container .header-top a[href^="tel"]:hover,
.header-container .header-top a[href^="tel"]:focus{text-decoration:none;}


.header-main-menu .hs-menu-wrapper{padding: 0;margin: -5px 0px 0px 0px;width: auto!important;float: right!important;display:table;}
.header-main-menu .hs-menu-wrapper>ul {list-style: none;padding: 25px 0px;margin: 0;float: right;display:table-row;}
.header-main-menu .hs-menu-wrapper>ul>li {margin: 0;padding: -3px 12px;position: relative;background: none transparent;line-height: 50px;vertical-align: middle;text-align: center;
                                            border-bottom:2px solid transparent;display:table-cell;float: none!important;}
.header-main-menu .hs-menu-wrapper>ul>li.last {background: none transparent;}
.header-main-menu .hs-menu-wrapper>ul>li>a{line-height: 18px;background: transparent;color: #666;font-size: 14px;text-decoration: none;vertical-align: middle;text-align: center;
                                            padding-left 15px; margin: 0;white-space: normal;font-weight:normal;max-width: inherit;
                                            box-shadow: 0 0 0 #e0e0e0 inset;
                                            -webkit-box-shadow: 0 0 0 #e0e0e0 inset;
                                            -moz-box-shadow: 0 0 0 #e0e0e0 inset;
                                            -o-box-shadow: 0 0 0 #e0e0e0 inset;}
.header-container-wrapper.scroll-resize .hs-menu-wrapper>ul>li{line-height:50px !important;height:50px;}
.header-main-menu .hs-menu-wrapper>ul>li.last {background: none transparent;}
.header-main-menu .hs-menu-wrapper>ul>li a {cursor: pointer;color: #23275b;}
.header-main-menu .hs-menu-wrapper>ul>li:hover {border-bottom:3px solid color: #23275b;}
.header-main-menu .hs-menu-wrapper>ul>li.search-trigger:hover {border-bottom:3px solid transparent;}
.header-main-menu .hs-menu-wrapper>ul>li.menu-trigger{display:block;position:relative;}
.header-main-menu .hs-menu-wrapper>ul>li.menu-trigger:hover{border-bottom:3px solid transparent;}
.header-main-menu .hs-menu-wrapper>ul>li>a:hover {color: #c4d544;;background: none transparent;box-shadow: 0 0 #fff inset;}
.header-main-menu .hs-menu-wrapper>ul>li.active-branch{border-bottom:3px solid #26275e;}
.header-main-menu .hs-menu-wrapper>ul>li.active-branch>a,
.header-main-menu .hs-menu-wrapper>ul>li.active-branch>a:hover,
.header-main-menu .hs-menu-wrapper>ul>li.active-branch>a:focus {color: #000000;background: none transparent;box-shadow: 0 0 #fff inset;}
.header-main-menu .hs-menu-wrapper>ul>li>ul {width: 220px;left: auto!important;margin:0px 0px 0px -12px;padding: 0px 0 0 0;list-style: none;z-index: 999;position: absolute;background: none no-repeat 0px 0 #fff;
                                                display: none;opacity: 0;border-top:2px solid #26275e;border-bottom:1px solid #444444;
                                                box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
                                                -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
                                                -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
                                                -o-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);}
.header-main-menu .hs-menu-wrapper>ul>li:hover>ul {opacity: 1;display: block;}
.header-main-menu .hs-menu-wrapper>ul>li>ul>li {margin: 0;padding: 0;display: block;position: relative;text-align: left;background-color: #fff;border-left:1px solid #444444;border-right:1px solid #444444;}
.header-main-menu .hs-menu-wrapper>ul>li>ul>li:hover,
.header-main-menu .hs-menu-wrapper>ul>li>ul>li.sfHover {display: block;}
.header-main-menu .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children {}
.header-main-menu .hs-menu-wrapper>ul>li>ul>li>a{color: #666;display: block;text-decoration: none;font-size: 12px;font-weight: normal;cursor: pointer;line-height: 20px;padding: 5px 10px;
                                                border-bottom: 0px;width: 100%!important;white-space: normal!important;max-width: 100% !important;text-overflow: inherit;
                                                background:url(//cdn2.hubspot.net/hub/298916/file-402813845-png/simplex_core_images/parent-menu-arrow.png) no-repeat 130% center  #fff;
                                                    box-shadow: 0 0 0 #e0e0e0 inset;
                                                    -webkit-box-shadow: 0 0 0 #e0e0e0 inset;
                                                    -moz-box-shadow: 0 0 0 #e0e0e0 inset;
                                                    -o-box-shadow: 0 0 0 #e0e0e0 inset;}
.header-main-menu .hs-menu-wrapper>ul>li>ul>li>a:hover,
.header-main-menu .hs-menu-wrapper>ul>li>ul>li>a:focus {color: #26275e;text-decoration: none;background-color: #f9f9f9 !important;}
.header-main-menu .hs-menu-wrapper>ul>li>ul>li.active-branch>a,
.header-main-menu .hs-menu-wrapper>ul>li>ul>li.active-branch>a:focus,
.header-main-menu .hs-menu-wrapper>ul>li>ul>li.active-branch>a:hover {color: #26275e;text-decoration: none;font-weight:normal;background-color: #f3f3f3 !important;
                                                                        box-shadow: 0 0 0 #e0e0e0 inset;
                                                                        -webkit-box-shadow: 0 0 0 #e0e0e0 inset;
                                                                        -moz-box-shadow: 0 0 0 #e0e0e0 inset;
                                                                        -o-box-shadow: 0 0 0 #e0e0e0 inset;}
.header-main-menu .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children:hover>a,
.header-main-menu .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children>a:hover,
.header-main-menu .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children>a:focus{color:#1073bd;text-decoration:none;background-color:#f9f9f9!important;
                                                                    background: url(//cdn2.hubspot.net/hub/298916/file-402813845-png/simplex_core_images/parent-menu-arrow.png) no-repeat right center #f9f9f9 !important;}
.header-main-menu .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children.active-branch>a{background-position: 130% center; background-color:#f3f3f3 !important;}
.header-main-menu .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children>a:hover,
.header-main-menu .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children>a:focus,
.header-main-menu .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children.active-branch>a:hover,
.header-main-menu .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children.active-branch>a:focus{background-position: right center; }
.header-main-menu .hs-menu-wrapper>ul>li>ul>li>ul {width: 200px!important;left: 219px!important;top:-2px!important;padding: 0;list-style: none;z-index: 999;position: absolute;background: none no-repeat 0px 0 #fff;
                                                    display: none;opacity: 0;border-top:2px solid #26275e;border-bottom:1px solid #444444;
                                                    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
                                                    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
                                                    -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
                                                    -o-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);}
.header-main-menu .hs-menu-wrapper>ul>li>ul>li:hover>ul {opacity: 1;display: block;}
.header-main-menu .hs-menu-wrapper>ul>li>ul>li>ul>li {margin: 0;padding: 0;display: block;width: 200px!important;position: relative;text-align: left;}
.header-main-menu .hs-menu-wrapper>ul>li>ul>li>ul>li:hover,
.header-main-menu .hs-menu-wrapper>ul>li>ul>li>ul>li.sfHover {display: block;}
.header-main-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {color: #666;display: block;background-color: #fff;text-decoration: none;font-size: 12px;font-weight: normal;cursor: pointer;line-height: 20px;
                                                        padding: 5px 10px;border-bottom: 0px;width: 100%!important;white-space: normal!important;max-width: 100% !important;text-overflow: inherit;
                                                        box-shadow: 0 0 0 #e0e0e0 inset;
                                                        -webkit-box-shadow: 0 0 0 #e0e0e0 inset;
                                                        -moz-box-shadow: 0 0 0 #e0e0e0 inset;
                                                        -o-box-shadow: 0 0 0 #e0e0e0 inset;}
.header-main-menu .hs-menu-wrapper>ul>li>ul>li>ul>li:hover>a {color: #26275e;text-decoration: none;background-color: #f7f7f7;}
.header-main-menu .hs-menu-wrapper>ul>li>ul>li>ul>li.active-branch>a {color: #26275e;text-decoration: none;font-weight:normal;background-color: #f5f5f5;
                                                                    box-shadow: 0 0 0 #e0e0e0 inset;
                                                                    -webkit-box-shadow: 0 0 0 #e0e0e0 inset;
                                                                    -moz-box-shadow: 0 0 0 #e0e0e0 inset;
                                                                    -o-box-shadow: 0 0 0 #e0e0e0 inset;}

.header-main-menu .hs-menu-wrapper>ul>li.menu-trigger{cursor:pointer;width:35px;display:none;background:url(//cdn2.hubspot.net/hub/298916/file-397636081-jpg/Images/menu-trigger.jpg) no-repeat center center transparent;}
.header-main-menu .hs-menu-wrapper>ul>li.menu-trigger:hover{background:url(//cdn2.hubspot.net/hub/298916/file-395828928-jpg/Images/menu-trigger-over.jpg) no-repeat center center transparent;}
.header-container .google-search{position:relative;display:none;}
.header-container .google-search>div{position:absolute;background-color:#fff;border:1px solid #ccc;padding:15px;width:340px;right:0px;margin-top:20px;opacity:0.6;
    box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -o-box-shadow: 1px 1px 8px #ccc;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    -o-border-radius: 4px!important;
    border-radius: 4px!important}
.header-container .google-search>div.active{display:block;opacity:1;margin-top:10px;}
.header-container .google-search form,
.header-container .google-search .cell-wrapper{margin:0px;}
.header-container .google-search form .field{position:relative;}
.header-container .google-search form .field>label{display:none;}
.header-container .google-search form input[type="text"]{
    position: relative;
    padding: 10px 45px 10px 5px;
    z-index: 1;
    margin: 0;
    box-shadow: none;
    background-color: #fff;
    border:1px solid #444444;
    color:#888;
    width:100%;   
    height: 39px!important; 
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -o-border-radius: 0px!important;
    border-radius: 0px!important;
}
.header-container .google-search form .hs-button.primary {
    height: 45px!important;
    padding: 5px!important;
    margin: 0px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -o-border-radius: 0px!important;
    border-radius: 0px!important;
    width: 40px!important;
    height: 39px!important;
    background-image:url(//cdn2.hubspot.net/hub/298916/file-359699086-png/Images/header-search-icon-submit.png) !important;
    background-repeat:no-repeat  !important;
    background-position:  center center  !important;
    overflow:hidden;
    text-indent:-999px;
    position:absolute;
    top:0px;
    right:0px;
    z-index: 2;
}



.hs-cta-wrapper a{margin-bottom:10px;}

.body-container-wrapper{padding-top:118px;background-color:#fff;}
.body-container-wrapper .container-fluid{padding:0px;}

/* Gradient transparent - color - transparent */
    	
.hr .style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

.main-banner{position:relative;background: #ffffff no-repeat center top;background-size:cover;margin-bottom: 0px;border-bottom:0px solid #444444;/*opacity:0;*/max-width:100%!important;width:100%!important;}
.bannerblog{position:relative;background: #ffffff no-repeat center top;background-size:cover;margin-bottom: 0px;border-bottom:0px solid #444444;opacity:0;max-width:100%!important;width:100%!important;height: 390px;}
.main-banner .banner-image{display:none !important;}
.main-banner .banner-description{margin:0px auto 0px auto !important;max-width:1150px;float:none;}
.main-banner .banner-description>div{margin:25px 0 0 0 ;padding:0px 20px 0px 40px;width:50%;}
.main-banner .banner-description>div *{clear:both;}

.main-banner-2{position:relative;background: transparent no-repeat center ;margin-bottom:0px;border-bottom:1px solid #444444;max-width:100%!important;width:100%!important;}
.main-banner-2>div{margin:0px auto 0px auto !important;max-width:1150px;float:none;width: 98% !important;}
.main-banner-2 .banner-image{margin-top:auto;margin-bottom:auto;}
.main-banner-2 .banner-image img{}
.main-banner-2 .banner-description{}
.main-banner-2 .banner-description>div{margin:60px 0 60px 0;}
.main-banner-2 .banner-image:after,
.main-banner-2 .banner-description>div:after{display:block;content:"";width:100%;clear:both;}
.main-banner-2 .cell-wrapper{margin-bottom:0px;}

[class^="main-banner"] .hs-cta-wrapper a{margin-bottom:4px;}
 
.main-banner .banner-description h1{display: inline-block;color:#fff;margin-bottom:4px !important;background-color:rgba(0,0,0,0.55);padding:10px 8px;float:left;}
.main-banner .banner-description h2{display: inline-block;color:#fff;margin-bottom:4px !important;background-color:rgba(0,0,0,0.55);padding:10px 8px;float:left;clear:both;}
.main-banner .banner-description ul{list-style:none;padding:0px;margin:0px 0px 4px 0px;display:inline-block;clear:both;float:left;}
.main-banner .banner-description ul>li{display:block;float:none;clear:both;color:#fff;margin-bottom:4px !important;background-color:rgba(0,0,0,0.55);
                                                                    padding:6px 8px;font-size:15px;line-height: 20px;}

.main-banner-2 .banner-description h1{display: block;color:#000000;margin-bottom:.75em !important;font-size: 30px;}
.main-banner-2 .banner-description h2{display: block;color:#666;margin-bottom:.75em !important;font-size: 24px;}
.main-banner-2 .banner-description ul{list-style:disc;display: table !important;margin-bottom:1em !important;padding-left:0;}
.main-banner-2 .banner-description ul>li{display:block;float:none;clear:both;margin-bottom:.3em !important;font-size: 16px;
                                        background:url(//cdn2.hubspot.net/hub/298916/file-524139947-png/simplex_core_images/home-banner-bullet.png) no-repeat 2px 6px;
                                        line-height: 1.7 !important;padding-left:22px !important;}
                                                                    

.widget-type-rss_listing .hs-rss-module{padding: 0!important;margin: 0 0 0 5px!important;border-bottom: 0px solid #444444;}
.widget-type-rss_listing .hs-rss-item {margin:0px 0px 20px 0px !important;border-left:6px #26275e solid;padding-left:15px;}
.widget-type-rss_listing .hs-rss-item a.hs-rss-title {font-size: 15px!important;font-weight: bold;}




.page-breadcrumb{line-height:20px;color:#ffffff;background-color:#f3f3f3;font-weight:normal;padding:0px 0px;border-bottom: 1px solid #444444;border-top: 1px solid #f1f1f1;}
.page-breadcrumb:after{content:" ";display:block;height:0px;overflow:hidden;clear:both;}
.page-breadcrumb>div{max-width:1150px;margin:0 auto;}
.page-breadcrumb *{color:#666666 !important;font-size:11px;text-align:right;min-height: 20px !important;line-height:28px;}
.page-breadcrumb .cell-wrapper{margin-bottom: 0px;}
.page-breadcrumb ul{margin:0px;padding:0px;float:right;}
.page-breadcrumb ul li{margin:0px 0px 0px 5px!important;padding:0px;}
.page-breadcrumb ul li.first-crumb{margin:0px;}
.page-breadcrumb ul li .hs-breadcrumb-menu-divider:before{padding:0px 0px 0px 5px!important;}

.page-title-block{border-bottom:1px solid #444444;padding:25px 0 10px 0px;}
.page-title-block>div{max-width:1150px;margin:0 auto;}
.page-title-block .cell-wrapper{margin-bottom: 0px;}
.page-title-block h1{text-align:center;margin-bottom:.5em !important;}
.page-title-block h2{text-align:center;}
.page-title-block.bleeding-color{background-color:#26275e;}
.page-title-block.bleeding-color h1{color:#fff;}
.page-title-block.bleeding-color h2{color:#ddd;}


.column-container{padding-top:40px !important;padding-bottom:40px !important;position:relative;}
.main-panel{padding-top:40px !important;padding-bottom:40px !important;}
.column-container,
.main-panel {padding-left:40px !important;padding-right:40px !important;}
.column-container.left-panel{border-right:1px solid #444444;left:1px;padding-left:0px !important;}
.column-container.right-panel{border-left:1px solid #444444;right:1px;padding-right:0px !important;}
.main-panel{border-left:1px solid #444444;border-right:1px solid #444444;}
.main-panel .column-container.right-panel{padding-top:0px !important;padding-left:2% !important;}
.main-panel .column-container.left-panel{padding-top:0px !important;padding-right:2% !important;}
.column-container.no-border,
.main-panel.no-border{border:0 !important;}
.main-panel.no-border-left{border-left:0 !important;padding-left:0px;}
.main-panel.no-border-right{border-right:0 !important;padding-right:0px;}
.subcribe-to-blog{margin-top: -60px;}


.body-container .row-fluid [class*="span"]:last-child.column-container.no-border,
.body-container .row-fluid [class*="span"]:last-child.main-panel.no-border{padding-left:0px !important;}
.body-container .row-fluid [class*="span"]:last-child.main-panel.no-border-right .column-container.no-border{padding-left:2.127659574% !important;}

.body-container .hs-menu-wrapper>ul {padding: 0;margin: 0 0 20px 0;list-style: none;}
.body-container .hs-menu-wrapper>ul>li {padding: 0;margin: 0;background: none transparent;}
.body-container .hs-menu-wrapper>ul>li>a{display:block;text-decoration:none;border:0;padding:10px 10px 10px 10px;font-size:18px;line-height:1.2em;color:#666;position:relative;margin-bottom:1px;
                                                font-weight: normal;text-align:left;text-overflow:inherit;white-space:normal;width: 100% !important;background-color:#f5f5f5;
                                                -moz-box-sizing: content-box !important;
                                                -ms-box-sizing: content-box !important;
                                                box-sizing: content-box !important;}
                                                
                                                
.body-container .hs-menu-wrapper2>ul>li>a{display:block;text-decoration:none;border:0;padding:10px 10px 10px 10px;font-size:26px;line-height:1.8em;color:#666;position:relative;margin-bottom:1px;
                                                font-weight: normal;text-align:left;text-overflow:inherit;white-space:normal;width: 100% !important;background-color:#f5f5f5;
                                                -moz-box-sizing: content-box !important;
                                                -ms-box-sizing: content-box !important;
                                                box-sizing: content-box !important;}
.body-container .hs-menu-wrapper>ul>li>a:hover,
.body-container .hs-menu-wrapper>ul>li>a:focus,
.body-container .hs-menu-wrapper>ul>li.active-branch>a {text-decoration: none;color: #26275e;background: none #e9e9e9;}
                                                                
.body-container .hs-menu-wrapper>ul>li>ul {position:static !important;padding: 0;margin: 0;list-style: none;display:none !important;opacity: 1 !important;visibility: visible !important;}
.body-container .hs-menu-wrapper>ul>li.hs-item-has-children.active-branch>ul{display:block !important;}
.body-container .hs-menu-wrapper>ul>li>ul>li {padding: 0;margin: 0;background: none #fff;}
.body-container .hs-menu-wrapper>ul>li>ul>li>a {display: block;text-decoration: none;border: 0;padding: 10px 10px 10px 20px;font-size: 18px;line-height: 1em;color: #777;text-overflow:inherit;white-space:normal;
                                                max-width:100%;width: 100% !important;position:relative;margin-bottom:1px;background: none #f6f9fa;
                                                                                            -moz-box-sizing: content-box !important;
                                                                                            -ms-box-sizing: content-box !important;
                                                                                            box-sizing: content-box !important;}
.body-container .hs-menu-wrapper>ul>li>ul>li>a:hover,
.body-container .hs-menu-wrapper>ul>li>ul>li>a:focus,
.body-container .hs-menu-wrapper>ul>li>ul>li.active-branch>a{text-decoration:none;color:#26275e;background-color:#f0f0f0;}

.column-container.left-panel .hs-menu-wrapper>ul>li>a{padding:10px 40px 10px 10px;left:-10px;}
.column-container.left-panel .hs-menu-wrapper>ul>li>ul>li>a {padding: 10px 30px 10px 20px;left:-10px;}
.column-container.right-panel .hs-menu-wrapper>ul>li>a{padding:10px 10px 10px 40px;right:40px;text-align:right;}
.column-container.right-panel .hs-menu-wrapper>ul>li>ul>li>a {padding: 10px 20px 10px 30px;right:40px;text-align:right;}
          
.column-container.left-panel.no-border .hs-menu-wrapper>ul>li>a{padding:10px 10px 10px 10px;left:initial;}
.column-container.left-panel.no-border .hs-menu-wrapper>ul>li>ul>li>a {padding: 10px 10px 10px 20px;left:initial;}
.column-container.right-panel.no-border .hs-menu-wrapper>ul>li>a{padding:10px 10px 10px 10px;right:initial;text-align:left;}
.column-container.right-panel.no-border .hs-menu-wrapper>ul>li>ul>li>a {padding: 10px 0px 10px 20px;right:initial;text-align:left;}

.column-container.left-panel.no-border .hs-menu-wrapper>ul>li>a,
.column-container.right-panel.no-border .hs-menu-wrapper>ul>li>a{
                                                                -moz-box-sizing: border-box !important;
                                                                -ms-box-sizing: border-box !important;
                                                                box-sizing: border-box !important;}

.column-container [class*="widget-type-"]{margin-bottom:30px;}

.fixed-bg-section{background: no-repeat center center fixed;background-size:cover;background-attachment:fixed;padding:100px 40px;}
.fixed-bg-section>div{}
.fixed-bg-section .bg-image{display:none!important;}


.blog-title-description{border-bottom:1px solid #444444;margin:0px;background-color:#26275e;text-align:center;padding:20px 0px;}
.blog-title-description .blog-title{text-align:center;margin:0 auto !important;max-width:1150px;font-size:30px;color:#fff;padding:0px 0px 10px 0px;line-height: 1.15!important;}
.blog-title-description .blog-title a{font-size:30px;color:#fff;font-family: 'Helvetica', sans-serif; !important;}
.blog-title-description .blog-title a:hover,
.blog-title-description .blog-title a:focus{color:#ddd;text-decoration:none;}
.blog-title-description .blog-description{text-align:center;margin:0px auto !important;max-width:1150px;font-size:20px;color:#fff;padding:0px;line-height: 1.15!important;}
.blog-title-description .blog-description a{font-size:20px;color:#ddd;font-family: 'Helvetica', sans-serif; !important;}
.blog-title-description .blog-description a:hover,
.blog-title-description .blog-description a:focus{color:#eee;text-decoration:none;}



body[class*="hs-blog-name-"] .blog-content{padding-right:3%;}
body[class*="hs-blog-name-"] .column-container .widget-span{}
body[class*="hs-blog-name-"] .column-container h3,
body[class*="hs-blog-name-"] .column-container .widget-type-google_search form label{font-size:15px;color:#fff;font-weight:bold !important;text-transform: uppercase;margin-bottom: 0.5em !important;display:none;margin-bottom:10px;}
body[class*="hs-blog-name-"] .column-container h3 a{color:#444;font-weight:bold !important;text-transform: uppercase;}

body[class*="hs-blog-name-"] .column-container .widget-type-blog_subscribe{margin-bottom:20px;}

body[class*="hs-blog-name-"] .body-container-wrapper .column-container .blog-about-text {background-color:#f3f3f3;padding:15px 15px 5px 15px !important;margin-bottom:40px;}
body[class*="hs-blog-name-"] .body-container-wrapper .column-container .blog-about-text p{font-style:italic;}
body[class*="hs-blog-name-"] .body-container-wrapper .column-container .blog-about-text .cell-wrapper{margin-bottom:0px;}


.widget-type-google_search form.hs-form input{width:87%;max-width:400px;margin:0px 0px 10px 0px;padding:8px 2%;border:1px solid #444444;height:36px;background-color:#fafafa;font-size:16px;color:#454545;
                                                            float:left;border-right:0;
                                                            box-shadow: 0px 0px 0px #e0e0e0 !important;
                                                            -webkit-box-shadow: 0px 0px 0px #e0e0e0 !important;
                                                            -moz-box-shadow: 0px 0px 0px #e0e0e0 !important;
                                                            -o-box-shadow: 0px 0px 0px #e0e0e0 !important;
                                                            -webkit-border-radius: 0px!important;
                                                            -moz-border-radius: 0px!important;
                                                            -o-border-radius: 0px!important;
                                                            border-radius: 0px!important;}
.widget-type-google_search form.hs-form  a{padding: 0!important;
                                                    margin: 0!important;
                                                    -webkit-border-radius: 0!important;
                                                    -moz-border-radius: 0!important;
                                                    -o-border-radius: 0!important;
                                                    border-radius: 0!important;
                                                    width: 40px!important;
                                                    height: 36px!important;
                                                    background-image: url(//cdn2.hubspot.net/hub/298916/file-359699086-png/Images/header-search-icon-submit.png)!important;
                                                    background-repeat: no-repeat!important;
                                                    background-position: center center!important;
                                                    overflow: hidden;
                                                    text-indent: -999px;}
.widget-type-google_search form.hs-form  a:hover,
.widget-type-google_search form.hs-form  a:focus{background-image: url(//cdn2.hubspot.net/hub/298916/file-359699086-png/Images/header-search-icon-submit.png)!important;
                                                    background-repeat: no-repeat!important;
                                                    background-position: center center!important;}

.widget-type-blog_subscribe form{margin:0px;}
.widget-type-blog_subscribe form .hs-form-field{clear:both;}
.widget-type-blog_subscribe form .hs-form-field label{font-size:18px;}
.widget-type-blog_subscribe form .hs_email label{display:block;margin:0px 0px 10px 0px;padding:2px 0 0 0px;min-height:20px; no-repeat 0px 1px transparent;font-size:18px;color:#000000;text-decoration:none;}
.widget-type-blog_subscribe form .hs_email{width:100%;float:left;}
.widget-type-blog_subscribe form .hs_email input{width:100%;margin:0px 0px 10px 0px;padding:8px 2%;border:1px solid #444444;height:36px;background-color:#fafafa;font-size:18px;color:#777777;
                                                            box-shadow: 0px 0px 0px #e0e0e0 !important;
                                                            -webkit-box-shadow: 0px 0px 0px #e0e0e0 !important;
                                                            -moz-box-shadow: 0px 0px 0px #e0e0e0 !important;
                                                            -o-box-shadow: 0px 0px 0px #e0e0e0 !important;
                                                            -webkit-border-radius: 0px!important;
                                                            -moz-border-radius: 0px!important;
                                                            -o-border-radius: 0px!important;
                                                            border-radius: 0px!important;}
.widget-type-blog_subscribe form ul.inputs-list{padding-left:0;margin-left: 0;list-style: none;}
.widget-type-blog_subscribe form ul.inputs-list li{float:left;width:45%;margin-bottom:0px;}
.widget-type-blog_subscribe form ul.inputs-list li label{color:#777777;font-size:13px;}
.widget-type-blog_subscribe form .hs_submit{width:auto;float:left;margin-top:10px;clear:both;}
.widget-type-blog_subscribe form .hs_submit input{padding:0px 15px !important;height:45px !important;line-height:45px !important;
                                                                                -webkit-border-radius: 0px!important;
                                                                                -moz-border-radius: 0px!important;
                                                                                -o-border-radius: 0px!important;
                                                                                border-radius: 0px!important;}

.hs_cos_wrapper_type_post_filter ul,
.hs_cos_wrapper_type_post_listing ul{margin-top:0px;margin-left:0px;list-style:none;padding:0 !important;}
.hs_cos_wrapper_type_post_filter ul>li,
.hs_cos_wrapper_type_post_listing ul>li{color:#909090;margin-bottom:0px;}
.hs_cos_wrapper_type_post_filter ul>li>a,
.hs_cos_wrapper_type_post_listing ul>li>a{text-decoration:none;color:#444;}
.hs_cos_wrapper_type_post_filter ul>li>a:hover,
.hs_cos_wrapper_type_post_filter ul>li>a:focus,
.hs_cos_wrapper_type_post_listing ul>li>a:hover,
.hs_cos_wrapper_type_post_listing ul>li>a:focus{color:#222;text-decoration:underline;}
.hs_cos_wrapper_type_post_filter .filter-expand-link{color:#555;font-size:13px;}

body[class*="hs-blog-name-"] .hs_cos_wrapper_type_post_filter ul>li>a,
body[class*="hs-blog-name-"] .hs_cos_wrapper_type_post_listing ul>li>a{color:#909090;font-size:13px;}
body[class*="hs-blog-name-"] .hs_cos_wrapper_type_post_filter ul>li>a:hover,
body[class*="hs-blog-name-"] .hs_cos_wrapper_type_post_filter ul>li>a:focus,
body[class*="hs-blog-name-"] .hs_cos_wrapper_type_post_listing ul>li>a:hover,
body[class*="hs-blog-name-"] .hs_cos_wrapper_type_post_listing ul>li>a:focus{color:#444;text-decoration:underline;}


body[class*="hs-blog-name-"] .column-container .blog-rss-link {display: block;margin: 0 0 40px 0;padding: 2px 0 0 37px;min-height: 25px;font-size: 15px;color: #434343;text-decoration: none;
                                                background: url(//cdn2.hubspot.net/hub/298916/file-394568839-jpg/Images/rss-icon.jpg) no-repeat 0 1px transparent;}
body[class*="hs-blog-name-"] .column-container .blog-rss-link:hover,
body[class*="hs-blog-name-"] .column-container .blog-rss-link:focus{color: #000000;text-decoration: underline;}

body[class*="hs-blog-name-"] .blog-section .post-listing-simple .post-item{margin-bottom: 1em;padding-bottom: 1em;border-bottom: 1px solid #e2e2e2;}
body[class*="hs-blog-name-"] .blog-section .post-header h1,
body[class*="hs-blog-name-"] .blog-section .post-header h3,
body[class*="hs-blog-name-"] .blog-section .post-listing-simple .post-item h3{font-family:'Helvetica', sans-serif;!important;font-size:24px;color:#333;font-weight: normal;margin-bottom:.5em !important;font-weight:bold!important;}
body[class*="hs-blog-name-"] .blog-section .post-header h1 a,
body[class*="hs-blog-name-"] .blog-section .post-header h3 a,
body[class*="hs-blog-name-"] .blog-section .post-header h1 a.hubspot-editable,
body[class*="hs-blog-name-"] .blog-section .post-header h3 a.hubspot-editable,
body[class*="hs-blog-name-"] .blog-section .post-listing-simple .post-item h3 a{color:#333;font-size:24px;float:none;font-weight:normal!important;}
body[class*="hs-blog-name-"] .blog-section .post-header h3:after,
body[class*="hs-blog-name-"] .blog-section .post-header h1:after,
body[class*="hs-blog-name-"] .blog-section .post-listing-simple .post-item h3:after{content:"";height:0px;display:block;clear:both;}
body[class*="hs-blog-name-"] .blog-section .post-header .hs-author-avatar{float: left;margin-right:5px !important;height:30px;}
body[class*="hs-blog-name-"] .blog-section .post-header .hs-author-avatar .avatar-wrapper{height:30px;width:30px;overflow:hidden;display:table-cell;text-align:center;background-color:#f1f2f4;
                                                                                -webkit-border-radius: 50%!important;
                                                                                -moz-border-radius: 50%!important;
                                                                                -o-border-radius: 50%!important;
                                                                                border-radius: 50%!important;}
body[class*="hs-blog-name-"] .blog-section .post-header .hs-author-avatar .avatar-wrapper img{height:30px;width:30px;display:inline;vertical-align: middle;line-height: 30px;}
body[class*="hs-blog-name-"] .blog-section .post-header p{color:#666;float: left;margin-right:5px !important;line-height:30px !important;}
body[class*="hs-blog-name-"] .blog-section .post-header .hubspot-editable a{}
body[class*="hs-blog-name-"] .blog-section .post-header .hubspot-editable a:hover,
body[class*="hs-blog-name-"] .blog-section .post-header .hubspot-editable a:focus{}

body[class*="hs-blog-name-"] .blog-section .post-header .social-sharing-widget-horizontal{height:auto;clear:both;margin:20px 0;border-top: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;padding:10px 0 0px 0;}
body[class*="hs-blog-name-"] .blog-section .post-header .social-sharing-widget-horizontal .hs-blog-social-share-list{margin:0;}
body[class*="hs-blog-name-"] .blog-section .post-header .social-sharing-widget-horizontal .IN-widget{line-height:0!important;display:inline-flex!important;vertical-align:top!important;}
body[class*="hs-blog-name-"] .blog-section .post-header .social-sharing-widget-horizontal .hs-blog-social-share{height:auto;}
body[class*="hs-blog-name-"] .blog-section .post-header .social-sharing-widget-horizontal ul{margin:0px !important;padding:0px !important;height: auto !important;}
body[class*="hs-blog-name-"] .blog-section .post-header .social-sharing-widget-horizontal ul li{padding-right:20px;vertical-align:top !important;height: 20px !important;margin-bottom:10px;}
body[class*="hs-blog-name-"] .blog-section .post-header .social-sharing-widget-horizontal .email-share{display:none;}
body[class*="hs-blog-name-"] .blog-section .post-header .social-sharing-widget-horizontal ul li .email-share{display:inline-block;}
body[class*="hs-blog-name-"] .blog-section .post-header .social-sharing-widget-horizontal ul li .fb-like.fb_iframe_widget > span {vertical-align: top!important;}
body[class*="hs-blog-name-"] .blog-section .post-header .hs-author-social-section{display:none;}
body[class*="hs-blog-name-"] .blog-section .post-body{clear:both;margin:30px auto 15px auto;}
body[class*="hs-blog-name-"] .blog-section .hs-featured-image-wrapper .hs-featured-image{float:none;margin: 0 0 10px 150px;max-width:55%!important;max-height:350px;width: auto;}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .twitter-share-button{width:90px !important;}

body[class*="hs-blog-name-"] .blog-section .more-link{color:#fff;display:inline-block;text-decoration:none;font-weight:normal;float:center; width:14%;background-color:#26275e;line-height:26px;text-align:center;}
body[class*="hs-blog-name-"] .blog-section .more-link:hover,
body[class*="hs-blog-name-"] .blog-section .more-link:focus{background-color:#26275e;text-decoration:none;}

body[class*="hs-blog-name-"] .blog-section #hubspot-topic_data{padding:6px !important;font-size:18px;background-color:#e8e8e8;margin-bottom:20px;font-weight:bold;}
body[class*="hs-blog-name-"] .blog-section #hubspot-topic_data a{font-size:18px;color:#434343;text-decoration:none;font-weight:normal;}
body[class*="hs-blog-name-"] .blog-section #hubspot-topic_data a:hover,
body[class*="hs-blog-name-"] .blog-section #hubspot-topic_data a:focus{text-decoration:underline;}

body[class*="hs-blog-name-"] .blog-section .post-listing #hubspot-topic_data{margin-right:17%;width:83%;}
body[class*="hs-blog-name-"] .blog-section .post-listing .post-item{border-bottom:0px solid #444444;padding-bottom:0px;margin-bottom:60px;}

body[class*="hs-content-path-blogauthor"] .blog-section .post-listing .post-item{margin-bottom:30px;}
body[class*="hs-content-path-blogauthor"] .blog-section .post-listing #hubspot-topic_data{margin-right:0%;width:100%;}
body[class*="hs-content-path-blogauthor"] .hs-author-name{font-weight: normal;margin-bottom:.6em;}
body[class*="hs-content-path-blogauthor"] .hs-author-listing-header{margin: 35px 0 20px 0!important;height: 20px;line-height: 20px !important;border-top: 1px solid #444444;padding: 19px 0 !important;}
body[class*="hs-content-path-blogauthor"] .blog-section #hubspot-topic_data{padding:1px 6px;}

body[class*="hs-blog-name-"] .blog-section .blog-pagination{text-align:center;}
body[class*="hs-blog-name-"] .blog-section .blog-pagination a{color:#26275e;display:inline-block;text-decoration:none;line-height:20px;text-align:center;font-weight:bold;}
body[class*="hs-blog-name-"] .blog-section .blog-pagination a:hover,
body[class*="hs-blog-name-"] .blog-section .blog-pagination a:focus{color:#26275e;text-decoration:underline;}
body[class*="hs-blog-name-"] .blog-section .blog-pagination a.previous-posts-link{float:left;background:url(//cdn2.hubspot.net/hub/298916/file-399877135-png/Images/blog-next-prev-icon.png) no-repeat left center;padding-left:17px;}
body[class*="hs-blog-name-"] .blog-section .blog-pagination a.next-posts-link{float:right;background:url(//cdn2.hubspot.net/hub/298916/file-399877135-png/Images/blog-next-prev-icon.png) no-repeat right center;padding-right:17px;}
body[class*="hs-blog-name-"] .blog-section .blog-pagination a.all-posts-link{}




body[class*="hs-blog-name-"] #comments-listing{margin:0px;border: 0px solid #b1b1b1;padding: 0px;}
body[class*="hs-blog-name-"] #comments-listing h4.comments-counter{margin:0px;color:#26275e;font-size:24px;background-color:transparent;position: relative;top:15px;}
body[class*="hs-blog-name-"] #comments-listing h4.comments-counter:after{height:0px;}
body[class*="hs-blog-name-"] #comments-listing .first-to-comment{margin:20px 0px;color:#666;font-size:18px;font-weight:bold;}
body[class*="hs-blog-name-"] #comments-listing .comment{border-top:0px;border-right:0px;border-left: 1px solid #ccc;border-bottom: 1px solid #ccc;margin: 0;position: relative;padding: 10px;}
body[class*="hs-blog-name-"] #comments-listing .comment.depth-0{margin-top: 30px;}
body[class*="hs-blog-name-"] #comments-listing .comment.depth-1{margin-left:1.5em !important;}
body[class*="hs-blog-name-"] #comments-listing .comment.depth-2{margin-left:3em !important;}
body[class*="hs-blog-name-"] #comments-listing .comment.depth-3{margin-left:4.5em !important;}
body[class*="hs-blog-name-"] #comments-listing .comment.depth-4{margin-left:6em !important;}
body[class*="hs-blog-name-"] #comments-listing .comment.depth-5{margin-left:7.5em !important;}
body[class*="hs-blog-name-"] #comments-listing .comment.depth-6{margin-left:9em !important;}
body[class*="hs-blog-name-"] #comments-listing .comment.depth-7{margin-left:10.5em !important;}
body[class*="hs-blog-name-"] #comments-listing .comment.depth-8{margin-left:12em !important;}
body[class*="hs-blog-name-"] #comments-listing .comment.depth-9{margin-left:13.5em !important;}
body[class*="hs-blog-name-"] #comments-listing .comment .comment-from{margin-bottom:0px;}
body[class*="hs-blog-name-"] #comments-listing .comment .comment-from h4{font-size:18px;margin:0px !important;padding:0px !important;background-color:transparent;display:block;clear:both;}
body[class*="hs-blog-name-"] #comments-listing .comment .comment-from h4:after{height:0px !important;}
body[class*="hs-blog-name-"] #comments-listing .comment .comment-from a{color:#222222;}
body[class*="hs-blog-name-"] #comments-listing .comment .comment-date{font-size:12px;color:#919191;font-style:normal;display:block;margin-bottom:5px;white-space:nowrap;}
body[class*="hs-blog-name-"] #comments-listing .comment .comment-body{clear:both;}
body[class*="hs-blog-name-"] #comments-listing .comment .comment-body p{margin:0 0 10px 0 !important;}
body[class*="hs-blog-name-"] #comments-listing .comment .hs-button,
body[class*="hs-blog-name-"] #comments-listing .comment .hs-button.primary{font-weight:bold !important;padding: 0px 0px 0px 10px !important;color:#cdcdcd !important;cursor:pointer !important;
                                                                        height:22px !important;line-height:16px !important;font-size:12px !important;
                                                                        background:url(//cdn2.hubspot.net/hub/298916/file-422300788-png/simplex_core_images/reply-icon-blue.png) transparent no-repeat 0px 8px !important;}
body[class*="hs-blog-name-"] #comments-listing .comment .hs-button em,
body[class*="hs-blog-name-"] #comments-listing .comment .hs-button.primary em{font-style:normal!important;font-weight:bold !important;}

body[class*="hs-blog-name-"] #comment-form{margin:40px 0px 0px 0px;}
body[class*="hs-blog-name-"] #comment-form>h4{margin:0px;color:#26275e;font-size:24px;background-color:transparent;}
body[class*="hs-blog-name-"] #comment-form>h4:after{height:20px;}
body[class*="hs-blog-name-"] #comment-form .hs-form-field{clear:both;margin:0;}
body[class*="hs-blog-name-"] #comment-form .hs-form-field label{float:left;width:14%;font-size:18px;color:#000000;display:inline-block;padding-top:10px;}
body[class*="hs-blog-name-"] #comment-form .hs-form-field .input{float:left;width:70%;}
body[class*="hs-blog-name-"] #comment-form .hs-form-field .input input[type="text"],
body[class*="hs-blog-name-"] #comment-form .hs-form-field .input textarea{margin:0px 0px 30px 0px;padding:5px 10px;border:1px solid #444444;height:30px;background-color:#fff;font-size:18px;
                                                            box-shadow: 0px 0px 0px #e0e0e0 !important;
                                                            -webkit-box-shadow: 0px 0px 0px #e0e0e0 !important;
                                                            -moz-box-shadow: 0px 0px 0px #e0e0e0 !important;
                                                            -o-box-shadow: 0px 0px 0px #e0e0e0 !important;
                                                            -webkit-border-radius: 5px !important; 
                                                            -moz-border-radius: 5px !important; 
                                                            -o-border-radius: 5px !important; 
                                                            border-radius: 5px !important;}
body[class*="hs-blog-name-"] #comment-form .hs-form-field .input textarea{height:120px;}
body[class*="hs-blog-name-"] #comment-form .hs-form-field #captcha_wrapper{margin-left:14%;}
body[class*="hs-blog-name-"] #comment-form .hs-form-field label[for="id_follow_up"]{width:100%;display:block;clear:both;margin:0px 0px 30px 20%;}
body[class*="hs-blog-name-"] #comment-form .hs_submit{width:85%;text-align:left;margin-left:14%;clear:both;margin-top:20px;}


body[class*="hs-blog-name-"] .hs-author-profile{display:table;width:100%;}
body[class*="hs-blog-name-"] .hs-author-name{margin-bottom: .4em !important;font-size:20px;}
body[class*="hs-blog-name-"] .hs-author-name a{color:#444;font-size:20px;}
body[class*="hs-blog-name-"] .hs-author-social-section{clear:both;}
body[class*="hs-blog-name-"] .hs-author-listing-header{clear:both;padding: 20px 0px 0px 0px;font-size:20px;font-weight:bold;background-color:transparent;display:block !important;}
body[class*="hs-blog-name-"] .hs-author-listing-header:after{height:0px !important;}


body[class*="hs-blog-name-"] .filter-posts-by-author ul{list-style:none;padding:0px;margin:20px 0px 0px 0px;}
body[class*="hs-blog-name-"] .filter-posts-by-author ul li{float:left;text-align:center;width:31%;margin:2% 1% 2% 1%;}
body[class*="hs-blog-name-"] .filter-posts-by-author ul li.newrow{clear:both;}
body[class*="hs-blog-name-"] .filter-posts-by-author ul li a{font-size:18px;display:block;padding:60px 0 0 0;background:url(//cdn2.hubspot.net/hub/298916/file-394575039-jpg/Images/profile-pic.jpg) no-repeat top center;}


body[class*="hs-blog-name-"] .hs-author-profile.author-page .hs-author-avatar{float:left;margin:0 15px 10px 0px;}
body[class*="hs-blog-name-"] .hs-author-profile.author-page .hs-author-avatar img{width:120px;height:120px;
                                                                                                                -webkit-border-radius: 50% !important; 
                                                                                                                -moz-border-radius: 50% !important; 
                                                                                                                -o-border-radius: 50% !important; 
                                                                                                                border-radius: 50% !important;}
body[class*="hs-blog-name-"] .hs-author-profile.author-page .hs-author-bio{margin-bottom:20px;}
body[class*="hs-blog-name-"] .hs-author-profile.author-page .hs-author-bio:after{content:"";display:block;height:1px;line-height:1px;clear:both;}

body[class*="hs-blog-name-"] .hs-author-profile.list-all{padding-bottom:20px;margin-bottom:20px;border-bottom: 1px solid #444444;}
body[class*="hs-blog-name-"] .hs-author-profile.list-all .hs-author-avatar{float:left;margin:0 15px 10px 0px;}
body[class*="hs-blog-name-"] .hs-author-profile.list-all .hs-author-avatar img{width:80px;height:80px;
                                                                                            -webkit-border-radius: 50% !important; 
                                                                                            -moz-border-radius: 50% !important; 
                                                                                            -o-border-radius: 50% !important; 
                                                                                            border-radius: 50% !important;}
body[class*="hs-blog-name-"] .hs-author-profile.list-all .hs-author-bio{margin-bottom:0px;}
body[class*="hs-blog-name-"] .hs-author-profile.list-all .hs-author-bio:after{content:"";display:block;height:1px;line-height:1px;clear:both;}

body[class*="hs-blog-name-"] .hs-author-profile.single-post{padding:20px;margin-bottom:20px;border-bottom: 1px solid #444444;background-color:#f9f9f9;}
body[class*="hs-blog-name-"] .hs-author-profile.single-post>label{display:block;font-weight:normal;margin-bottom:10px;font-size: 18px;color: #777;}
body[class*="hs-blog-name-"] .hs-author-profile.single-post a.author-title{color:#333;margin-bottom:0px !important;display:block;font-size:16px;font-weight: bold;}
body[class*="hs-blog-name-"] .hs-author-profile.single-post .hs-author-avatar{float:left;margin:0 15px 10px 0px;clear:both;}
body[class*="hs-blog-name-"] .hs-author-profile.single-post .hs-author-avatar img{width:60px;height:60px;
                                                                                            -webkit-border-radius: 50% !important; 
                                                                                            -moz-border-radius: 50% !important; 
                                                                                            -o-border-radius: 50% !important; 
                                                                                            border-radius: 50% !important;}
body[class*="hs-blog-name-"] .hs-author-profile.single-post .hs-author-bio{margin-bottom:0px;}
body[class*="hs-blog-name-"] .hs-author-profile.single-post .hs-author-bio:after{content:"";display:block;height:1px;line-height:1px;clear:both;}



.hs_cos_wrapper_type_form{margin-top: 10px;/* Margin-left: 100px */;align: center;}
.hs_cos_wrapper_type_form .cell-wrapper{margin-bottom:0px;}
.hs_cos_wrapper_type_form h3.form-title{font-size: 26px;font-weight: normal;line-height: 1.4;padding: 16px 15px color: #fff;margin:0 !important;}
.hs_cos_wrapper_type_form form{padding: 35px 20px 20px 20px;!important;}
.hs_cos_wrapper_type_form form .hs_submit{text-align: center;}
.hs_cos_wrapper_type_form form .hs-button.primary{margin-top: 20px!important;background-color:#c4d544 !important;}
.hs_cos_wrapper_type_form form .hs-button.primary:hover,
.hs_cos_wrapper_type_form form .hs-button.primary:focus{background-color:#424083 !important;}
.hs_cos_wrapper_type_form form .hs-form-field{float: left;width: 100%;margin-bottom: 0px;}
.hs_cos_wrapper_type_form form label{font-weight: normal;position: relative;z-index: 999;font-size: 15px;padding: 0;display: block;}
.hs_cos_wrapper_type_form form div.input{position: relative;overflow: hidden;}
.hs_cos_wrapper_type_form form div.input textarea,
.hs_cos_wrapper_type_form form div.input input,
.hs_cos_wrapper_type_form form div.input input[type="text"],
.hs_cos_wrapper_type_form form div.input input[type="email"],
.hs_cos_wrapper_type_form form div.input input[type="number"] {
                                                            
                                                          color: #333;
                                                            font-size: 18px;
                                                            border-radius: 0px;
                                                            border: 0;
                                                            box-shadow: none;
                                                            height: 34px;
                                                            line-height: 39px;
                                                            padding: 0 2%;
                                                            margin:0;
                                                           /* width: 90%;  */
                                                            border: 1px solid #424083;
                                                            box-shadow: 0px 0px 0px #e0e0e0 !important;
                                                            -webkit-box-shadow: 0px 0px 0px #e0e0e0 !important;
                                                            -moz-box-shadow: 0px 0px 0px #e0e0e0 !important;
                                                            -o-box-shadow: 0px 0px 0px #e0e0e0 !important;
                                                            -webkit-border-radius: 0px !important; 
                                                            -moz-border-radius: 0px !important; 
                                                            -o-border-radius: 0px !important; 
                                                            border-radius: 0px !important;}
.hs_cos_wrapper_type_form form div.input textarea{height: 120px;line-height: 1.2;}
.hs_cos_wrapper_type_form form div.input select{
                                            background: #fff;
                                            color: #333;
                                            font-size: 18px;
                                            border-radius: 0px;
                                            border: 0;
                                            box-shadow: none;
                                            height: 36px;
                                            line-height: 34px;
                                            /* padding: 8px; */
                                            width: auto;
                                            border: 1px solid #424083;}
.hs_cos_wrapper_type_form form ul.inputs-list{padding-left:0;margin-left: 0;list-style: none;}
.hs_cos_wrapper_type_form form ul.inputs-list li{margin-bottom:0px;}
.hs_cos_wrapper_type_form form ul.inputs-list li label{color:#777777;font-size:13px;}

.arrow-from-left .hs_cos_wrapper_type_form h3.form-title{position:relative;}
.arrow-from-left .hs_cos_wrapper_type_form h3.form-title:before{display:block;width:30px;height:100%;content:"";position:absolute;top:0px;left:-30px;border-radius:10px 0 0 10px;
                                                        background:url(//cdn2.hubspot.net/hub/298916/file-545228092-png/simplex_core_images/form-arrow-from-left.png) no-repeat center;
                                                            box-shadow:-8px 0px 10px -7px rgba(0,0,0,0.5);
                                                            -webkit-box-shadow:-8px 0px 10px -7px rgba(0,0,0,0.5);
                                                            -moz-box-shadow:-8px 0px 10px -7px rgba(0,0,0,0.5);
                                                            -o-box-shadow:-8px 0px 10px -7px rgba(0,0,0,0.5);}
.arrow-from-left .hs_cos_wrapper_type_form form{background-image:none;}

.form-arrow-from-left>div{padding-right:30px !important;}
                                            
.microcopy{visibility:hidden!important;height:0px;overflow:hidden;min-height: 0 !important;margin-bottom:0 !important;}
.microcopy>.cell-wrapper{margin-bottom:0 !important;}
.hs_cos_wrapper_type_form .microcopy{visibility:visible!important;overflow:auto!important;height:auto;margin-top:20px;font-style:italic;color:#666;line-height:1.3;text-align:center;}
                                                                                
.testimonials-list.symetric-list .testimonial-item.reversed .widget-type-linked_image{float:right;padding-right: 0% !important;padding-left: 2.127659574% !important;}
.testimonials-list.symetric-list .testimonial-item.reversed .widget-type-rich_text{padding-left: 0% !important;padding-right: 2.127659574% !important;}


.one-column-listing>div,
.one-column-listing-flex>span>div{width:100%;margin:0 0 30px 0;float:none;display:inline-block;text-align:left;vertical-align:top;}

.two-columns-listing{text-align:left;}
.two-columns-listing>div,
.two-columns-listing-flex>span>div{width:47%;margin:0 6% 30px -4px;float:none;display:inline-block;text-align:left;vertical-align:top;}
.two-columns-listing>div:nth-child(2n+1),
.two-columns-listing-flex>span>div:nth-child(2n+1){margin-left:0;}
.two-columns-listing>div:nth-child(2n),
.two-columns-listing-flex>span>div:nth-child(2n),
.two-columns-listing>div:last-child,
.two-columns-listing-flex>span>div:last-child{margin-right:0;}
.two-columns-listing>div:nth-child(2n+1),
.two-columns-listing-flex>span>div:nth-child(2n+1){clear:both;}
.two-columns-listing.centered-listing,
.two-columns-listing-flex.centered-listing{text-align:center;}

.three-columns-listing{text-align:left;}
.three-columns-listing>div,
.three-columns-listing-flex>span>div{width:30%;margin:0 5% 30px -4px;float:none;display:inline-block;text-align:left;vertical-align:top;}
.three-columns-listing>div:nth-child(3n+1),
.three-columns-listing-flex>span>div:nth-child(3n+1){margin-left:0;}
.three-columns-listing>div:nth-child(3n),
.three-columns-listing-flex>span>div:nth-child(3n),
.three-columns-listing>div:last-child,
.three-columns-listing-flex>span>div:last-child{margin-right:0;}
.three-columns-listing>div:nth-child(3n+1),
.three-columns-listing-flex>span>div:nth-child(3n+1){clear:both;}
.three-columns-listing.centered-listing,
.three-columns-listing-flex.centered-listing{text-align:center;}

.four-columns-listing{text-align:left;}
.four-columns-listing>div,
.four-columns-listing-flex>span>div{width:20.5%;margin:0 6% 30px -4px;float:none;display:inline-block;text-align:left;vertical-align:top;}
.four-columns-listing>div:nth-child(4n+1),
.four-columns-listing-flex>span>div:nth-child(4n+1){margin-left:0;}
.four-columns-listing>div:nth-child(4n),
.four-columns-listing-flex>span>div:nth-child(4n),
.four-columns-listing>div:last-child,
.four-columns-listing-flex>span>div:last-child{margin-right:0;}
.four-columns-listing>div:nth-child(4n+1),
.four-columns-listing-flex>span>div:nth-child(4n+1){clear:both;}
.four-columns-listing.centered-listing,
.four-columns-listing-flex.centered-listing{text-align:center;}

.one-column-listing>div,
.one-column-listing-flex>span>div,
.two-columns-listing>div,
.two-columns-listing-flex>span>div{margin-bottom:60px;}

.one-column-listing>div:after,
.one-column-listing-flex>span>div:after,
.two-columns-listing>div:after,
.two-columns-listing-flex>span>div:after,
.three-columns-listing>div:after,
.three-columns-listing-flex>span>div:after,
.four-columns-listing>div:after,
.four-columns-listing-flex>span>div:after{display:block;content:"";clear:both;}

[class*="one-column-listing"].with-left-image>span>div>img,
[class*="two-columns-listing"].with-left-image>span>div>img,
[class*="three-columns-listing"].with-left-image>span>div>img{margin-right:3%;float:left;margin-bottom:30px;}
[class*="two-columns-listing"].with-left-image>span>div>img{margin-right:5%;}

[class*="one-column-listing"].with-right-image>span>div>img,
[class*="two-columns-listing"].with-right-image>span>div>img,
[class*="three-columns-listing"].with-right-image>span>div>img{margin-left:3%;width:30%;float:right;margin-bottom:30px;}
[class*="two-columns-listing"].with-right-image>span>div>img{margin-left:5%;}

.one-column-listing:after,
.one-column-listing-flex:after,
.two-columns-listing:after,
.two-columns-listing-flex:after,
.three-columns-listing:after,
.three-columns-listing-flex:after,
.four-columns-listing:after,
.four-columns-listing-flex:after{display:block;content:"";clear:both;}



.footer-container-wrapper{background-color:#222;color:#fff;line-height: 14px}
.footer-container-wrapper .container-fluid{width:100%;max-width: 100%;}

.footer-container-wrapper .footer-top{margin:0px auto;padding:20px 0px 10px 0px;border-top: 3px solid #C4D645 !important;}
.footer-container-wrapper .footer-top *{color: #eee;font-size: 13px;}
.footer-container-wrapper .footer-top .footer-top-column{padding-bottom:20px !important;}
.footer-container-wrapper .footer-top .cell-wrapper{margin-bottom: 0px;}
.footer-container-wrapper .footer-top h3{color: #919191 !important;font-weight:normal !important;text-transform:uppercase !important;letter-spacing:1px;font-size: 18px !important;position:relative;margin:0 !important;padding:0 !important;}
.footer-container-wrapper .footer-top .hs_cos_wrapper_type_post_filter h3{display:none;}
.footer-container-wrapper .footer-top .hs_cos_wrapper_type_post_filter ul{list-style:none;padding:0px;margin:5px 0px 0px 0px;}
.footer-container-wrapper .footer-top .hs_cos_wrapper_type_post_filter ul li{float: left;padding:0px;margin:0px;}
.footer-container-wrapper .footer-top .hs_cos_wrapper_type_post_filter ul li a{font-size: 12px !important;
                                                                                padding: 2px 8px;
                                                                                margin: 0 5px 5px 0;
                                                                                display: block;
                                                                                border:1px solid #444444;
                                                                                text-decoration: none;}
.footer-container-wrapper .footer-top .hs_cos_wrapper_type_post_filter ul li a:hover,
.footer-container-wrapper .footer-top .hs_cos_wrapper_type_post_filter ul li a:focus{text-decoration: underline;color:#fff;}

.footer-container-wrapper .footer-bottom{background-color:#333;border-top:1px solid #444;text-align:center;}
.footer-container-wrapper .footer-bottom .cell-wrapper{margin-bottom: 0px;padding: 12px 0;font-size:12px;color:#eee;}

.footer-container-wrapper .widget-type-follow_me{margin-top:10px;}

.footer-container-wrapper .hs-menu-wrapper>ul {list-style: none;padding: 0;margin: 0 0 0 0px!important;overflow:hidden;}
.footer-container-wrapper .hs-menu-wrapper>ul>li {padding: 0 0 5px 1px;position: relative;margin: 0;line-height: 18px;color: #ecf0f1;clear: both;}
.footer-container-wrapper .hs-menu-wrapper>ul>li.last {margin-right: 0;}
.footer-container-wrapper .hs-menu-wrapper>ul>li>a {color: #eee;font-size: 13px;padding: 0;font-weight: normal;text-decoration: none;display: inline;
                                                                    background: none transparent;box-shadow: 0 0 #fff inset;}
.footer-container-wrapper .hs-menu-wrapper>ul>li>a:hover,
.footer-container-wrapper .hs-menu-wrapper>ul>li>a:focus{color: #bbb;background: none transparent;box-shadow: 0 0 #fff inset;text-decoration: underline;line-height: 10px;}
.footer-container-wrapper .hs-menu-wrapper>ul>li.active-branch>a,
.footer-container-wrapper .hs-menu-wrapper>ul>li.active-branch>a:hover,
.footer-container-wrapper .hs-menu-wrapper>ul>li.active-branch>a:focus {color: #bbb;background: none transparent;box-shadow: 0 0 #fff inset;}
.footer-container-wrapper .hs-menu-wrapper>ul>li>ul {padding: 10px 0;list-style: none;margin: 0 0px 0px 18px;display: block !important;visibility: visible !important;position: static !important;opacity: 1 !important;}
.footer-container-wrapper .hs-menu-wrapper>ul>li>ul>li {margin: 0;padding: 0 0 5px 0;text-align: left;line-height: 18px;}
.footer-container-wrapper .hs-menu-wrapper>ul>li>ul>li>a {color: #bababa;text-decoration: none;font-size: 12px;cursor: pointer;line-height: 16px;padding: 0;background: transparent;}
.footer-container-wrapper .hs-menu-wrapper>ul>li>ul>li>a:hover,
.footer-container-wrapper .hs-menu-wrapper>ul>li>ul>li>a:focus{color: #aaa;text-decoration: underline;}


    /* Header Main Menu */
    .mobile-menu{display:none;width:100% !important;position:absolute;background-color:#fff;top:0px;left:0px;overflow-x:hidden;overflow-y:auto;z-index:99999999;
                -webkit-transition: none;
                -moz-transition: none;
                -o-transition: none;
                transition: none;}
    .mobile-menu i.close-menu{width:30px;height:30px;float:right;margin:0;position:relative;top:15px;right:15px;background:url(//cdn2.hubspot.net/hub/298916/file-394561229-png/Images/close-mobile-menu.png) center center no-repeat #808080;
                    -webkit-border-radius: 30px!important;
                    -moz-border-radius: 30px!important;
                    -o-border-radius: 30px!important;
                    border-radius: 30px!important;}
    .mobile-menu i.close-menu:hover,
    .mobile-menu i.close-menu:active,
    .mobile-menu i.close-menu:focus{background:url(//cdn2.hubspot.net/hub/298916/file-394561229-png/Images/close-mobile-menu.png) center center no-repeat #26275e;}
    .mobile-menu ul{clear:both;list-style:none;padding:16px 0 0 0;margin:0px;float:none !important;}
    .mobile-menu ul li{padding:0px;position:static;margin:0px;background:none transparent;height:auto;vertical-align:middle;text-align:left;float:none !important;width: 100%;border:0px !important;}
    .mobile-menu ul li:first-child{display:block;}
    .mobile-menu ul li.last{background:none transparent;}
    .mobile-menu ul li a{display: block;color:#000000;font-size:15px;line-height:18px;height:auto;padding:7px 1% 6px 12px;height:auto;font-weight:normal;text-decoration:none;vertical-align:middle;text-align:left;
                                                                    font-weight:normal !important;margin: 0px;width:100% !important;max-width:100% !important;white-space: normal;border:0px !important;border-bottom:1px solid #f0f0f0 !important;}
    .mobile-menu ul li a:hover{color:#26275e;}
    .mobile-menu ul li.active-branch>a,
    .mobile-menu ul li.active-branch>a:hover,
    .mobile-menu ul li.active-branch>a:focus{color:#26275e;}
    
    .mobile-menu ul ul{padding:0;margin:0px;}
    .mobile-menu ul li li a{padding-left:22px;}
    .mobile-menu ul li li li a{padding-left:33px;}
    .mobile-menu ul li li li li a{padding-left:44px;}
    .mobile-menu ul li li li li li a{padding-left:55px;}
    .mobile-menu ul li li li li li li a{padding-left:66px;}    
    
    .mobile-menu ul li.active-branch>a,
    .mobile-menu ul li.active-branch>a:hover,
    .mobile-menu ul li.hs-item-has-children:hover>a,
    .mobile-menu ul li.hs-item-has-children>a,
    .mobile-menu ul li.hs-item-has-children:hover>a,
    .mobile-menu ul li.hs-item-has-children.active-branch>a,
    .mobile-menu ul li.hs-item-has-children.active-branch:hover>a{background-image:none !important;background-color:#fff !important;}
    /* Superfish Menu */
    /* End Header Main Menu */
    
    
.header-main-menu .hs-menu-wrapper>ul.landscape>li.menu-trigger{display:none !important;}
.header-main-menu .hs-menu-wrapper>ul.landscape{display:table-row !important;}
.header-main-menu .hs-menu-wrapper>ul.landscape>li{padding: 0 6px;display:table-cell!important;}
.header-main-menu .hs-menu-wrapper>ul.landscape li a{font-size:11px !important;}


@media (max-width: 1150px){
    .body-container-wrapper .row-fluid [class*="span"].page-breadcrumb{padding:0 1% !important;}
    .body-container-wrapper .container-fluid .content-wrapper.width1000{max-width: 100% !important;}
    .body-container-wrapper .container-fluid .content-wrapper.width800{max-width: 100% !important;}
}

@media(min-width:850px) and (max-width:1150px) {
    .header-main-menu .hs-menu-wrapper>ul>li{padding: 0 6px;}
    .header-main-menu .hs-menu-wrapper>ul>li>a{font-size:12px;}
    .header-main-menu .hs-menu-wrapper>ul>li>ul{margin-left:-6px;}
}
@media(min-width:768px) and (max-width:1150px) {
    
    .column-container.left-panel{padding-right:20px !important;}
    .column-container.right-panel{padding-left:20px !important;}
        
    .column-container.left-panel .hs-menu-wrapper>ul>li>a{padding:10px 20px 10px 10px;}
    .column-container.left-panel .hs-menu-wrapper>ul>li>ul>li>a {padding: 10px 30px 10px 0;}
    .column-container.right-panel .hs-menu-wrapper>ul>li>a{padding:10px 10px 10px 20px;right:20px;}
    .column-container.right-panel .hs-menu-wrapper>ul>li>ul>li>a{padding:10px 0 10px 30px;right: 20px;}

    body[class*="hs-blog-name-"] .body-container-wrapper .row-fluid [class*="span"].main-panel,
    body[class*="hs-blog-name-"] .body-container-wrapper .row-fluid [class*="span"].column-container{padding-left: 50px !important;padding-right: 50px !important;}
    body[class*="hs-blog-name-"] .body-container-wrapper .container-fluid .content-wrapper{max-width:100%;}
}
@media (max-width:1150px){

    body[class*="hs-blog-name-"] .blog-title-description .blog-title,
    body[class*="hs-blog-name-"] .blog-title-description .blog-title a{font-size:24px;}
    body[class*="hs-blog-name-"] .blog-title-description .blog-description,
    body[class*="hs-blog-name-"] .blog-title-description .blog-description a{font-size:17px;}
    body[class*="hs-blog-name-"] .blog-section .post-header .social-sharing-widget table td{min-width:90px !important;vertical-align:top !important;display:inline-block;}
}

@media(max-width:1166px) {    
    .main-banner .banner-description{max-width:100%;}  
    body[class*="hs-blog-name-"] .blog-section .more-link{width:auto;padding:0 15px;float:right;line-height:30px;margin-bottom:10px;}
    body[class*="hs-blog-name-"] .blog-section .post-listing #hubspot-topic_data{clear:both;margin-right:0%;width:100%;}
}

@media (min-width: 850px) {
    .header-container-wrapper .widget-type-logo{width:18%;}
    .header-container-wrapper .header-right-content{width:79%;float:right;}
}
@media only screen and (max-width: 980px) {
    .header-container-wrapper{height:78px;}
    .body-container-wrapper {padding-top: 78px;}
    .header-container-wrapper #hs-link-logo,
    .header-container-wrapper .hs_cos_wrapper_type_logo a{height: 50px;line-height: 20px;}
    .header-main-menu .hs-menu-wrapper>ul>li{line-height: 48px;height:48px;}
    .header-container-wrapper .container-fluid .content-wrapper{height:50px;min-height:50px;} 
    .header-container-wrapper .container-fluid .content-wrapper:after{content:'';display:block;width:100%;clear:both;}
    
    .four-columns-listing>div,
    .four-columns-listing-flex>span>div{width:43%;margin:0 6% 30px -4px;}
    .four-columns-listing>div:nth-child(2n+1),
    .four-columns-listing-flex>span>div:nth-child(2n+1){margin-left:4%;}
    .four-columns-listing>div:nth-child(2n),
    .four-columns-listing-flex>span>div:nth-child(2n){margin-right:4%;}
    .four-columns-listing>div:nth-child(2n+1),
    .four-columns-listing-flex>span>div:nth-child(2n+1){clear:both;}
}

@media (max-width: 850px){
    .header-main-menu .hs-menu-wrapper>ul>li{display:none;}
    .header-main-menu .hs-menu-wrapper>ul>li.menu-trigger,
    .header-main-menu .hs-menu-wrapper>ul>li.search-trigger{display:table-cell;height:54px;}
    .mobile-menu{display:none;}
}

@media (max-width: 767px){
    .header-container-wrapper{position:relative;background-color: #fff;height: auto;}
    .header-container-wrapper:after{content:'';display:block;width:100%;clear:both;}
    .body-container-wrapper {padding-top: 0px;clear:both;}
    .header-container-wrapper .header-top *{text-align:center !important;}
    [class*="span"],
    .body-container-wrapper .row-fluid [class*="span"] {float: none !important;padding-left:0px;padding-right:0;}
    .header-container-wrapper .widget-type-logo{width: 46.928176794% !important;float:left !important;}
    .header-container-wrapper .header-main-menu{width: 50.30939226% !important;margin-left: 2.762430939% !important;float:right !important;}
    
    .header-container-wrapper .container-fluid .content-wrapper,
    .body-container-wrapper .container-fluid .content-wrapper,
    .footer-container-wrapper .container-fluid .content-wrapper{width:428px !important;}
    .body-container-wrapper .row-fluid [class*="span"].page-breadcrumb{min-height:18px !important;padding:2px 0px !important;}
    .page-breadcrumb>div{padding:0;max-width:428px;}
    .page-breadcrumb *{line-height:18px;min-height:18px !important;}
    .page-title-block>div{max-width:428px;}
    .fixed-bg-section>div{max-width:428px;}
    .main-banner>div{background-color:rgba(255,255,255,.4) !important;}
    .main-banner .banner-description{max-width:428px !important;margin: 0 auto !important;}
    .main-banner{}
    .main-banner .banner-description>div{margin:20px 0;padding:0px;width: 100%;}
    .main-banner{margin-bottom:45px;}
    .main-banner-2>div{max-width:428px!important;width:100%;}
    .main-banner-2 .banner-description>div{margin-top:25px !important;}
    
    [class*="main-banner"] .banner-description h1,
    [class*="main-banner"] .banner-description h2,
    [class*="main-banner"] .banner-description ul{display:block !important;float:none;}
    
    
    .main-banner-2 .banner-description h1{font-size: 24px;}
    .main-banner-2 .banner-description h2{font-size: 20px;}
    .main-banner-2 .banner-description ul>li{font-size: 16px;}
    
    .header-container .google-search>div{width:300px;}
    
    .column-container,
    .main-panel{padding-left:0 !important;padding-right:0 !important;border:0!important;}
    
    
    .main-panel{border:0px !important;padding-bottom:0 !important;}
    .column-container.left-panel{display:none !important;padding-bottom:0 !important;}
    .column-container.right-panel{padding-top:0 !important;}
    .column-container{width:100% !important;padding-left:0 !important;}
        
    .landing-page .column-container.left-panel{display:block !important;}
    
    
    body[class*="hs-blog-name-"] .main-panel{width:100%;border:0px !important;padding:0px;}
    body[class*="hs-blog-name-"] .main-panel>div{margin-right:0 !important;}
    body[class*="hs-blog-name-"] .column-container{border:0px;padding:0px;border:0px;}
    body[class*="hs-blog-name-"] .widget-type-header{display:table;width:100%;}
    body[class*="hs-blog-name-"] .widget-type-header h1{margin:20px auto !important;font-size:35px;}
    
    
    body[class*="hs-blog-name-"] .blog-section .post-header .social-sharing-widget table td{min-width:90px !important;vertical-align:top !important;display:inline-block;}
    body[class*="hs-blog-name-"] #comment-form .hs-form-field label{float:none;width:100%;}
    body[class*="hs-blog-name-"] #comment-form .hs-form-field .input{float:none;width:100%;overflow: hidden;}
    body[class*="hs-blog-name-"] #comment-form .hs-form-field #captcha_wrapper{margin-left:0%;}
    body[class*="hs-blog-name-"] #comment-form .hs-form-field label[for="id_follow_up"]{margin-left:0%;}
    body[class*="hs-blog-name-"] #comment-form .hs_submit{width:100%;margin-left:0%;}
    body[class*="hs-blog-name-"] #comment-form .hs-form-field #captcha_wrapper{zoom:0.85;}
    
    body[class*="hs-blog-name-"] .blog-section .post-header .social-sharing-widget ul{height: auto !important;}
    
    .double-space .cell-wrapper{margin-bottom: 45px;}
    .line-separator .cell-wrapper,
    .shadow-separator .cell-wrapper{margin-bottom: 45px;}
    .line-separator .cell-wrapper{height:25px;}
    .shadow-separator .cell-wrapper{height:25px;}
    .colored-bg>div{padding:15px 20px!important;}
    .colored-bg-fullwidth>div{padding:15px 0px !important;}
    .colored-bg-fullwidth.medium-padding>div{padding:25px 0px !important;}
    .colored-bg-fullwidth.large-padding>div{padding:45px 0px !important;}
    .colored-bg-fullwidth.medium-padding>div:first-child{padding-top:25px !important;}
    .colored-bg-fullwidth.medium-padding>div:last-child{padding-bottom:25px 0px !important;}
    .colored-bg-fullwidth.large-padding>div:first-child{padding-top:45px !important;}
    .colored-bg-fullwidth.large-padding>div:last-child{padding-bottom:45px !important;}
    
   
    
    .testimonials-list.symetric-list .testimonial-item *{text-align:center !important;}
    
    .one-column-listing>div,
    .one-column-listing-flex>span>div,
    .two-columns-listing>div,
    .two-columns-listing-flex>span>div,
    .three-columns-listing>div,
    .three-columns-listing-flex>span>div,
    .four-columns-listing>div,
    .four-columns-listing-flex>span>div{width:100%;margin:0 0 30px 0!important;float:none;clear:both;}
    
    .one-column-listing.centered-content-m *,
    .one-column-listing-flex.centered-content-m>span *,
    .two-columns-listing.centered-content-m *,
    .two-columns-listing-flex.centered-content-m>span *,
    .three-columns-listing.centered-content-m *,
    .three-columns-listing-flex.centered-content-m>span *,
    .four-columns-listing.centered-content-m *,
    .four-columns-listing-flex.centered-content-m>span *{text-align:center!important;}  
    
    [class*="one-column-listing"].with-left-image.centered-content-m>span>div>img,
    [class*="two-columns-listing"].with-left-image.centered-content-m>span>div>img,
    [class*="three-columns-listing"].with-left-image.centered-content-m>span>div>img{margin-right:0%;width:auto;float:none !important;}
    [class*="one-column-listing"].with-right-image.centered-content-m>span>div>img,
    [class*="two-columns-listing"].with-right-image.centered-content-m>span>div>img,
    [class*="three-columns-listing"].with-right-image.centered-content-m>span>div>img{margin-left:0%;width:auto;float:none !important;}
    
    [class*="one-column-listing"].centered-content-m table{margin-left:auto;margin-right:auto;}
    
    

    .column-container.left-panel .hs-menu-wrapper>ul>li>a{padding:10px 10px 10px 10px;left:initial;}
    .column-container.left-panel .hs-menu-wrapper>ul>li>ul>li>a {padding: 10px 10px 10px 20px;left:initial;}
    .column-container.right-panel .hs-menu-wrapper>ul>li>a{padding:10px 10px 10px 10px;right:initial;text-align:left;}
    .column-container.right-panel .hs-menu-wrapper>ul>li>ul>li>a {padding: 10px 0px 10px 20px;right:initial;text-align:left;}
    
    .column-container.left-panel .hs-menu-wrapper>ul>li>a,
    .column-container.right-panel .hs-menu-wrapper>ul>li>a{
                                                            -moz-box-sizing: border-box !important;
                                                            -ms-box-sizing: border-box !important;
                                                            box-sizing: border-box !important;}
}

@media (max-width: 568px){
    .header-container-wrapper .header-main-menu li{width:auto;}
}

@media (max-width: 480px){
    .header-container-wrapper .container-fluid .content-wrapper,
    .body-container-wrapper .container-fluid .content-wrapper,
    .footer-container-wrapper .container-fluid .content-wrapper{width:268px !important;}
    .page-breadcrumb>div{padding:0;max-width:268px;}
    .page-title-block>div{max-width:268px;}
    .fixed-bg-section>div{max-width:268px;}
    .header-container-wrapper .google-search>div{width:280px;}
    .main-banner .banner-description{max-width:280px!important;margin: 0 auto !important;}
    .main-banner-3>div{max-width:280px!important;}
    .main-banner-2>div{max-width:280px!important;}
    
    body[class*="hs-blog-name-"] .blog-section .hs-featured-image-wrapper{text-align:center;}
    body[class*="hs-blog-name-"] .blog-section .hs-featured-image-wrapper .hs-featured-image{float:none;margin: 0 0 20px 0;max-width:100%;max-height:130px;width: auto;}
}
.center {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

 .page-center{
    max-width: 1920px;
    margin: 0 auto!important;
    float: none!important;
   }

   .Full-width-homepagebg1{
    background-image: url ('http://cdn2.hubspot.net/hubfs/461218/unspecified-10-1.png');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover!important;
}

   .full-width-bg{
    background-image: url ('http://cdn2.hubspot.net/hub/461218/file-2283793233-jpg/backround-tasting.jpg');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover!important;
}
   .full-width-bg-calc{
    background-image: url ('http://cdn2.hubspot.net/hubfs/461218/calc-background.png');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover!important;
}

.full-width-bg2{
    background-image: url ('http://cdn2.hubspot.net/hub/461218/file-2405649726-jpg/CTA-background-winery-tasting.jpg');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover!important;
}
.full-width-bg22{
    background-image: url ('http://cdn2.hubspot.net/hub/461218/file-2406715446-jpg/blurBG_cellar_cropped.jpg');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover!important;
}

.full-width-bg3{
    background-image: url ('http://cdn2.hubspot.net/hub/461218/file-2283793233-jpg/backround-tasting.jpg');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover!important;
}
.full-width-bg4{
    background-image: url ('http://cdn2.hubspot.net/hub/461218/file-2406715446-jpg/blurBG_cellar.jpg');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover!important;
}
.full-width-bg5{
    background-image: url ('http://cdn2.hubspot.net/hub/461218/file-2353211305-jpg/6blurBG_cellar.jpg');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover!important;
}

.full-width-bg-blog{
    background-image: url ('http://www.vinsuite.com/hs-fs/hubfs/Winery_Resources.png');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover!important;
}

.full-width-bg6{
    background-image: url ('http://cdn2.hubspot.net/hub/461218/file-2374906167-jpg/mobile-POS-bg-2.jpg');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover!important;
}
.full-width-bg7{
    background-image: url ('http://cdn2.hubspot.net/hub/461218/file-2374419075-jpg/quotes_purple_BG1.jpg');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover!important;
}
.full-width-bg8{
    background-image: url ('http://cdn2.hubspot.net/hub/461218/file-2388534527-jpg/products-bg8-1.jpg');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover!important;
}
.full-width-bg9{
    background-image: url ('http://cdn2.hubspot.net/hub/461218/file-2375754243-jpg/industry_experts_purpleBG.jpg');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover!important;
}
.full-width-bg10{
    background-image: url ('http://cdn2.hubspot.net/hub/461218/file-2375754243-jpg/industry_experts_purpleBG.jpg');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover!important;
}
.full-width-bg15{
    background-image: url ('http://cdn2.hubspot.net/hub/461218/file-2394059679-png/pair-wine-recipes-bg.png');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover!important;
}
.full-width-bg16{
    background-image: url ('http://cdn2.hubspot.net/hub/29066/file-2564717410-png/wood-bg.png');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover!important;
}
.full-width-EMV{
    background-image: url ('http://cdn2.hubspot.net/hubfs/461218/EMV_Header_Image.png');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover!important;
}

.table1{
    background: rgba(255,255,255,0.5);
}
}
.module-transparent{
    background: rgba(255,255,255,0.5);
}

.view {
    width: 300px;
    height: 200px;
    margin: 10px;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../images/bgimg.jpg) no-repeat center center
}
.view-new {
    width: 400px;
    height: 360px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    float: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background-color: rgba(255, 255, 255, 0.62); no-repeat center center
    
}
.view .mask, .view .content {
    width: 300px;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}
.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view a.info:hover {
    box-shadow: 0 0 5px #000
}

.view-second:hover .mask { 
    opacity:1; 
    transform: translate(-80px, -125px) rotate(45deg);
}                             
.view-second:hover h2 { 
    transform: translate(0px,0px);
    transition-delay: 0.3s; 
}
.view-second:hover p { 
    transform: translate(0px,0px); 
    transition-delay: 0.4s;
}
.view-second:hover a.info { 
    transform: translate(0px,0px); 
    transition-delay: 0.5s;
}
.view-second img {  
    transition: all 0.2s ease-in;
}
.view-second .mask { 
    background-color: rgba(115,146,184, 0.7); 
    width: 300px;
    padding: 60px;
    height: 300px;
    opacity: 0;
    transform: translate(265px, 145px) rotate(45deg);
    transition: all 0.2s ease-in-out;
}
.view-second h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 20px 40px 0px 40px;
    transform: translate(200px, -200px);
    transition: all 0.2s ease-in-out;
}
.view-second p { 
    transform: translate(-200px, 200px);
    transition: all 0.2s ease-in-out;
}
.view-second a.info { 
    transform: translate(0px, 100px);
    transition: all 0.2s 0.1s ease-in-out;
} 
.view-first:hover img { 
    transform: scale(1.1);
} 
.view-first:hover .mask { 
    opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}
.view-third img {   
    transition: all 0.2s ease-in; 
}
.view-third .mask { 
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    transform: translate(460px, -100px) rotate(180deg);
    transition: all 0.2s 0.4s ease-in-out;
}
.view-third h2{
    transform: translateY(-100px);
    transition: all 0.2s ease-in-out;
}
.view-third p { 
    transform: translateX(300px) rotate(90deg);
    transition: all 0.2s ease-in-out;
}
.view-third a.info { 
    transform: translateY(-200px);
    transition: all 0.2s ease-in-out;
} 

.view-third:hover .mask { 
    opacity:1; 
    transition-delay: 0s;                            
    transform: translate(0px, 0px);
}
.view-third:hover h2 { 
    transform: translateY(0px); 
    transition-delay: 0.1s; 
}
.view-third:hover p { 
    transform: translateX(0px) rotate(0deg);
    transition-delay: 0.2s;
}
.view-third:hover a.info { 
    transform: translateY(0px);
    transition-delay: 0.3s;
}

.view-tenth img { 
    transform: scaleY(1);
    transition: all 0.7s ease-in-out;
}
.view-tenth .mask { 
    background-color: rgba(255, 231, 179, 0.3); 
    transition: all 0.5s linear;
    opacity: 0;
}   
.view-tenth h2{
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 20px 40px 0px 40px;
    transform: scale(0);
    color: #333;
    transition: all 0.5s linear;
    opacity: 0;
}
.view-tenth p {
    color: #333;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}
.view-tenth a.info { 
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}
.view-tenth:hover img { 
    transform: scale(10);
    opacity: 0;
}
.view-tenth:hover .mask { 
    opacity: 1;
}                                                                            
.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info{ 
    transform: scale(1);
    opacity: 1;
}
.view-fourth img { 
    transition: all 0.4s ease-in-out 0.2s;
    opacity: 1;
}
.view-fourth .mask { 
    background-color: rgba(0,0,0,0.8);
    opacity: 0;
    transform: scale(0) rotate(-180deg);
    transition: all 0.4s ease-in;
    border-radius: 0px;
}
.view-fourth h2{
    opacity: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 20px 40px 0px 40px;
    transition: all 0.5s ease-in-out;
}
.view-fourth p { 
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.view-fourth a.info { 
    opacity: 0;
    transition: all 0.5s ease-in-out;
} 

.view-fourth:hover .mask { 
    opacity: 1; 
    transform: scale(1) rotate(0deg);
    transition-delay: 0.2s;
}                                 
.view-fourth:hover img    { 
    transform: scale(0); 
    opacity: 0;
    transition-delay: 0s;
}                       
.view-fourth:hover h2,
.view-fourth:hover p,
.view-fourth:hover a.info{
    opacity: 1;
    transition-delay: 0.5s;
}

} 
.view-op:hover img { 
     opacity: 1;
} 

}
.newview .newmask, .newview .newcontent {
    width: 150px;
    height: 150px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.newview img {
    display: block;
    position: relative
}

}
.newview h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}
.newview p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}

 
.img-op:hover img { 
     opacity: .9;
     
#checkmark {
    display:inline-block;
    width: 22px;
    height:22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

#circle {
    position: absolute;
    width:0;
    height:0;
    border:11px solid #c9ff00;
    border-radius:11px;
    left:0;
    top:0;
}

#stem {
    position: absolute;
    width:3px;
    height:9px;
    background-color:#fff;
    left:11px;
    top:6px;
}

#kick {
    position: absolute;
    width:3px;
    height:3px;
    background-color:#fff;
    left:8px;
    top:12px;
}

/* Slider
http://www.freshdesignweb.com/free-beautiful-css3-table-style.html
*/
#fdw-pricing-table {
    	margin:auto auto;
		text-align: center;
		width: 928px; /* total computed width */
		zoom: 1;
        align: center;
	}

	#fdw-pricing-table:before, #fdw-pricing-table:after {
	  content: "";
	  display: table
	}

	#fdw-pricing-table:after {
	  clear: both
	}

	/* --------------- */	

	#fdw-pricing-table .plan {
		font: 13px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;     
		background: #fff;      
		border: 1px solid #ddd;
		color: #333;
		padding: 20px;
		width: 180px;
		float: left;
		_display: inline; /* IE6 double margin fix */
		position: center;
		margin: 0 5px;
		-moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
		box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);		
	}

	#fdw-pricing-table .plan:after {
	  z-index: -1; 
	  position: absolute; 
	  content: "";
	  bottom: 10px;
	  right: 4px;
	  width: 80%; 
	  top: 80%; 
	  -webkit-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);   
	  -moz-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
	  box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
	  -webkit-transform: rotate(3deg);    
	  -moz-transform: rotate(3deg);   
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);	
	}	
	
	#fdw-pricing-table .popular-plan {
		top: -20px;
		padding: 40px 20px;   
        align: center;
        position: center;
	}
	
	/* --------------- */	

	#fdw-pricing-table .header {
		position: relative;
		font-size: 20px;
		font-weight: normal;
		text-transform: uppercase;
		padding: 40px;
		margin: -20px -20px 20px -20px;
		border-bottom: 8px solid;
		background-color: #eee;
		background-image: -moz-linear-gradient(#fff,#eee);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    
		background-image: -webkit-linear-gradient(#fff, #eee);
		background-image: -o-linear-gradient(#fff, #eee);
		background-image: -ms-linear-gradient(#fff, #eee);
		background-image: linear-gradient(#fff, #eee);
	}

	#fdw-pricing-table .header:after {
		position: absolute;
		bottom: -8px; left: 0;
		height: 3px; width: 100%;
		content: '';
		background-image: url(images/bar.png);
	}
	
	#fdw-pricing-table .popular-plan .header {
		margin-top: -40px;
		padding-top: 60px;		
	}

	#fdw-pricing-table .plan1 .header{
		border-bottom-color: #B3E03F;
	}

	#fdw-pricing-table .plan2 .header{
		border-bottom-color: #7BD553;
	}

	#fdw-pricing-table .plan3 .header{
		border-bottom-color: #3AD5A0;
	}

	#fdw-pricing-table .plan4 .header{
		border-bottom-color: #45D0DA;
	}			
	
	/* --------------- */

	#fdw-pricing-table .price{
		font-size: 45px;
	}

	#fdw-pricing-table .monthly{
		font-size: 13px;
		margin-bottom: 20px;
		text-transform: uppercase;
		color: #999;
	}

	/* --------------- */

	#fdw-pricing-table ul {
		margin: 20px 0;
		padding: 0;
		list-style: none;
	}

	#fdw-pricing-table li {
		padding: 10px 0;
	}
	
	/* --------------- */
		
	#fdw-pricing-table .signup {
		position: relative;
		padding: 10px 20px;
		color: #fff;
		font: bold 14px Arial, Helvetica;
		text-transform: uppercase;
		text-decoration: none;
		display: inline-block;       
		background-color: #72ce3f;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;     
		text-shadow: 0 -1px 0 rgba(0,0,0,.15);
		opacity: .9;       
	}

	#fdw-pricing-table .signup:hover {
		opacity: 1;       
	}

	#fdw-pricing-table .signup:active {
		-moz-box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
		box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;       
	}			

	#fdw-pricing-table .plan1 .signup{
		background: #B3E03F;
	}

	#fdw-pricing-table .plan2 .signup{
		background: #7BD553;
	}

	#fdw-pricing-table .plan3 .signup{
		background: #3AD5A0;
	}

	#fdw-pricing-table .plan4 .signup{
		background: #45D0DA;
	}	
	
	/* end --------------- */
    
    .btn {
  background: #a2c647;
  background-image: -webkit-linear-gradient(top, #a2c647, #a2c647);
  background-image: -moz-linear-gradient(top, #a2c647, #a2c647);
  background-image: -ms-linear-gradient(top, #a2c647, #a2c647);
  background-image: -o-linear-gradient(top, #a2c647, #a2c647);
  background-image: linear-gradient(to bottom, #a2c647, #a2c647);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #a2c647;
  background-image: -webkit-linear-gradient(top, #a2c647, #000000);
  background-image: -moz-linear-gradient(top, #a2c647, #000000);
  background-image: -ms-linear-gradient(top, #a2c647, #000000);
  background-image: -o-linear-gradient(top, #a2c647, #000000);
  background-image: linear-gradient(to bottom, #a2c647, #000000);
  text-decoration: none;
}