/*    Adrian Radulescu - Nov 10, 2013

    
    TABLE OF CONTENTS
    
    [1] EXTERNAL
		[1.1] Import
		[1.2] HubSpot Assets
		[1.3] Font-Face
		
	[2] BASIC STYLES
		[2.1] HTML/Body
		[2.2] Typography (eg. p, h1, h2, ul, li,...)
		[2.3] Objects (eg. img, table, iframe,...)
		
	[3] STRUCTURE & SECTIONS
		[3.1] Common
		[3.2] Header
		[3.3] Content
		[3.4] Footer
		
	[4] NAVIGATION
		[4.1] Structure & Behaviour
		[4.2] All Navigation types
		[4.3] Horizontal Navigation
		[4.4] Vertical Navigation
		
	[5] FORM
	
	[6] BLOG
		[6.1] Blog Content
		[6.2] Post Filter & Listing Widgets
		[6.3] Blog Email Subscription
		
	[7] OTHER WIDGETS
		[7.1] Section Header
		[7.2] Header
		[7.3] Google Search
		[7.4] Logo
		[7.5] Image
		[7.6] Image Slider
		[7.7] CTA
		[7.8] Social Sharing
		[7.9] Follow Me
		[7.10] Spacer
		[7.11] Jinja
		[7.12] Flexible
		
	[8] STYLES APPLY TO CUSTOM CLASSES
		[8.1] Useful Custom Classes
		[8.2] Theme Custom Classes
		
	[9] MEDIA QUERIES
	
*/	
	
	
/*	===========================================================
	[1] EXTERNAL
	=========================================================== */
	
	/* [1.1] Import
	-------------------------------------------------------- */
	
	/* Do not add anything before @import except comments
	Import Google Fonts with "//" or "https" prefix
	eg. @import url(https://external.com/ex.css); */
	
	
	/* [1.2] HubSpot Assets
	-------------------------------------------------------- */

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

 */
	/* [1.3] Font-Face
	-------------------------------------------------------- */
	
	/* eg. @font-face {} */
    
    @font-face {
    font-family: 'avenir_lt';
    src: url('//cdn2.hubspot.net/hub/309123/file-455843585-eot/fonts/avenir-webfont.eot');
    src: url('//cdn2.hubspot.net/hub/309123/file-455843585-eot/fonts/avenir-webfont.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hub/309123/file-455857475-woff/fonts/avenir-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hub/309123/file-451567688-ttf/fonts/avenir-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hub/309123/file-454466577-svg/fonts/avenir-webfont.svg#avenir_lt_65_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
	
	
/*	===========================================================
	[2] BASIC STYLES
	=========================================================== */
	
	/* [2.1] HTML/Body
	-------------------------------------------------------- */
	
	html,
	body {
		min-height: 100%;
		margin: 0;
		padding: 0;
	}
	
	html {
		background: #adb2ba;
	}
	
	body {
		color: #656972;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 75%;
		line-height: 1.4;
	}
	
	
	/* [2.2] Typography
	-------------------------------------------------------- */	
	
	/* Headings */
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0 0 0.7em;
		padding: 0;
		line-height: 1.4 !important;
        font-family: Arial, Helvetica, sans-serif;
        color: #5C5634;
        font-weight: normal;
    }
	
	h1 a,
	h2 a,
	h3 a,
	h4 a,
	h5 a,
	h6 a {}
	
	h1 {
		font-size: 200%;
	}
	
	h2 {
		font-size: 170%;
	}
	
	h3 {
		font-size: 150%;
	}
	
	h4 {
		font-size: 130%;
	}
	
	h5 {
		font-size: 90%;
	}
	
	h6 {
		font-size: 80%;
	}
	
	
	/* Paragraphs */
	
	p {
		margin: 0 0 1em;
		padding: 0;
	}
	
	
	/* Links */
	
	a {
		color: #659CBA;
		text-decoration: none;
	}
	
	a:hover {
		color: #427898;
		text-decoration: none;
	}
	
	a:focus,
	a:active {
		outline: none;
	}
	
	
	/* Lists */
	
	ul,
	ol {
		margin: 0 0 1em;
		padding: 0 0 0 40px;
	}
	
	li ul,
	li ol {
		margin: 0;
	}
	
	ul {
		list-style: disc;
	}
	
	ol {
		list-style: decimal;
	}
	
	li {
		margin: 0;
	}
	
	
	/* Blockquote */
	
	blockquote {
		margin: 0 0 1em;
		padding: 0 40px;
	}
	
	
	/* Subscript, Superscript */
	
	sub,
	sup {
		position: relative;
		font-size: 75%;
		line-height: 0;
		vertical-align: baseline;
	}
	
	sup {
		top: -0.5em;
	}
	
	sub {
		bottom: -0.25em;
	}
	
	
	/* Code, Preformatted */
	
	code,
	pre {}
	
	code {}
	
	pre {}
	
	
	/* Selections (keep them both separately */
	
	/*::selection {}
	
	::-moz-selection {}*/
	
	
	/* [2.3] Objects
	-------------------------------------------------------- */
	
	/* Images */
	
	img,
	a img {
		outline: none;
	}
	
	
	/* Horizontal Rule */
	
	hr {
		height: 1px;
		background: #E6EFF3;
		border: none;
		color: #E6EFF3;
	}
	
	
/*	===========================================================
	[3] STRUCTURE & SECTIONS
	=========================================================== */
	
	/* [3.1] Common
	-------------------------------------------------------- */
	
	/* Common Outer Wrappers */
	
	body > [class$="-container-wrapper"] {}
	
	
	/* Common Inner Wrappers */
	
	.container-fluid {}
	
	
	/* Common Row Wrappers */
	
	.container-fluid > .row-fluid-wrapper {}
	
	
	/* Common Widget Wrappers
	The smallest cell in COS layouts, available for
	all widgets including modules in flexible areas.
	Useful for smooth and equal vertical spacing between
	modules of any kind. */
	
	.hs_cos_wrapper_widget {
		display: block;
	}
	
	
	/* [3.2] Header
	-------------------------------------------------------- */
	
	/* Header Outer Wrapper */
	
	.header-container-wrapper {}
	
	
	/* Header Inner Wrapper */
	
	.header-container {}
	
	
	/* Header Row Wrappers */
	
	.header-container > .row-fluid-wrapper {}
	
	
	/* Header Widget Wrappers */
	
	.header-container .hs_cos_wrapper_widget {}
	
	
	/* Header HTML Elements,
	if different than basic */
	
	.header-container h1,
	.header-container h2,
	.header-container h3,
	.header-container h4,
	.header-container h5,
	.header-container h6 {}
	
	.header-container a {}
	
	.header-container a:hover {}
	
	.header-container hr {}
	
	
	/* [3.3] Content
	-------------------------------------------------------- */
	
	/* Content Outer Wrapper */
	
	.body-container-wrapper {}
	
	
	/* Content Inner Wrapper */
	
	.body-container {}
	
	
	/* Content Row Wrappers */
	
	.body-container > .row-fluid-wrapper {}
	
	
	/* Content Widget Wrappers */
	
	.body-container .hs_cos_wrapper_widget {}
	
	
	/* Content HTML Elements,
	if different than basic */
	
	.body-container h1,
	.body-container h2,
	.body-container h3,
	.body-container h4,
	.body-container h5,
	.body-container h6 {}
	
	.body-container a {}
	
	.body-container a:hover {}
	
	.body-container hr {}
	
	
	/* [3.4] Footer
	-------------------------------------------------------- */
	
	/* Footer Outer Wrapper */
	
	.footer-container-wrapper {}
	
	
	/* Footer Inner Wrapper */
	
	.footer-container {
        color: #656972;  
        font-size: 9px;
        text-align: center;
	}
	
	
	/* Footer Row Wrappers */
	
	.footer-container > .row-fluid-wrapper {}
	
	
	/* Footer Widget Wrappers */
	
	.footer-container .hs_cos_wrapper_widget {}
	
	
	/* Footer HTML Elements,
	if different than basic */
	
	.footer-container h1,
	.footer-container h2,
	.footer-container h3,
	.footer-container h4,
	.footer-container h5,
	.footer-container h6 {}
	
	.footer-container a {
        color: #656972; 
        text-decoration: none;
	}
	
	.footer-container a:hover {
        color: #656972; 
        text-decoration: underline;   
	}
	
	.footer-container hr {}
	
	
/*	===========================================================
	[4] NAVIGATION
	=========================================================== */
	
	/* [4.1] Structure & Behaviour - PLEASE DO NOT CHANGE
	-------------------------------------------------------- */
	
	/* Modules.css Styles Overwriting.
	Use !important to overwrite any of these styles
	later on ul, li and a */
	
	.hs-menu-wrapper ul,
	.hs-menu-wrapper li,
	.hs-menu-wrapper a {
		display: block !important;
		position: static !important;
		z-index: auto !important;
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		float: none !important;
		overflow: visible !important;
		visibility: visible !important;
		opacity: 1 !important;
		-webkit-box-sizing: content-box !important;
		-moz-box-sizing: 	content-box !important;
		box-sizing: 		content-box !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: 	none !important;
		box-shadow: 		none !important;
		list-style: none !important;
		text-decoration: none !important;
		text-overflow: clip !important;
		white-space: normal !important;
		-webkit-transition: none !important;
		-moz-transition: 	none !important;
		-o-transition: 		none !important;
		transition: 		none !important;
	}
	
	
	/* Begin Nav Structure & Behavior Styles.
	These styles are linked to Nav widget options
	in Template Builder. All options are 100% functional now */
	
	.hs-menu-flow-horizontal > ul {
		text-align: left;
		vertical-align: top;
	}
	
	.lt-ie8 .hs-menu-flow-horizontal > ul {
		display: inline !important;
	}
	
	.hs-menu-flow-horizontal > ul > li {
		float: left !important;
	}
	
	.hs-menu-flow-horizontal > ul > li > a {
		white-space: nowrap !important;
	}
		
	.hs-menu-wrapper ul li {
		position: relative !important;
	}
	
	.hs-menu-flow-horizontal.flyouts ul ul,
	.hs-menu-flow-vertical.flyouts ul ul {
		display: none !important;
		position: absolute !important;
		z-index: 100 !important;
	}
	
	.hs-menu-flow-horizontal.flyouts li:hover > ul,
	.hs-menu-flow-vertical.flyouts li:hover > ul {
		display: block !important;
		opacity: 1 !important;
        color: #B3CDDC;
	}
	
	.hs-menu-flow-horizontal.flyouts ul ul {
		top: 100% !important;
		left: 0 !important;
	}
	
	.hs-menu-flow-vertical_flyouts.flyouts ul li {
		position: static !important;
	}
	
	.hs-menu-flow-vertical_flyouts.flyouts ul ul {
		position: static !important;
		display: none !important;
		max-height: 0;
		overflow: hidden !important;
	}
	
	.hs-menu-flow-vertical_flyouts.flyouts li:hover > ul {
		display: block !important;
		max-height: 100%;
		opacity: 1 !important;
	}
	
	.hs-menu-flow-horizontal.flyouts ul ul ul,
	.hs-menu-flow-vertical.flyouts ul ul {
		top: 0 !important;
		left: 100% !important;
	}
	
	.hs-menu-flow-horizontal.flyouts ul ul li a,
	.hs-menu-flow-vertical.flyouts ul ul li a {
		white-space: nowrap !important;
	}
	
	.hs-menu-flow-horizontal.no-flyouts > ul {
		vertical-align: top !important;
	}
	
	.hs-menu-flow-horizontal.no-flyouts > ul > li {
		display: inline-block !important;
		float: none !important;
		vertical-align: top !important;
	}
	
	
	/* [4.2] All Navigation types
	-------------------------------------------------------- */
	
	/* STYLES APPLY TO BOTH OPTIONS (FLYOUTS ENABLED/DISABLED) */
	
	/* Wrapper */
	
	.hs-menu-wrapper {}
	
	
	/* All Levels */
	
	.hs-menu-wrapper ul {}
	
	.hs-menu-wrapper ul li {}
	
	.hs-menu-wrapper ul li:first-child {}
	
	.hs-menu-wrapper ul li a {}
	
	.hs-menu-wrapper ul li:first-child > a {}
	
	.hs-menu-wrapper ul li:hover > a,
	.hs-menu-wrapper ul li a:hover {}
	
	.hs-menu-wrapper ul li.active > a,
	.hs-menu-wrapper ul li.active-branch > a {}
	
	
	/* First Level Only */
	
	.hs-menu-wrapper > ul {}
	
	.hs-menu-wrapper > ul > li {}
	
	.hs-menu-wrapper > ul > li:first-child {}
	
	.hs-menu-wrapper > ul > li > a {}
	
	.hs-menu-wrapper > ul > li:first-child > a {}
	
	.hs-menu-wrapper > ul > li:hover > a,
	.hs-menu-wrapper > ul > li > a:hover {}
	
	.hs-menu-wrapper > ul > li.active > a,
	.hs-menu-wrapper > ul > li.active-branch > a {}
	
	
	/* Secondary Levels */
	
	.hs-menu-wrapper ul ul {}
	
	.hs-menu-wrapper ul ul li {}
	
	.hs-menu-wrapper ul ul li:first-child {}
	
	.hs-menu-wrapper ul ul li a {}
	
	.hs-menu-wrapper ul ul li:first-child > a {}
	
	.hs-menu-wrapper ul ul li:hover > a,
	.hs-menu-wrapper ul ul li a:hover {}
	
	.hs-menu-wrapper ul ul li.active > a,
	.hs-menu-wrapper ul ul li.active-branch > a {}
	
	
	/* STYLES APPLY ONLY WHEN FLYOUTS ARE ENABLED */
	
	/* Wrapper */
	
	.hs-menu-wrapper.flyouts {}
	
	
	/* All Levels */
	
	.hs-menu-wrapper.flyouts ul {}
	
	.hs-menu-wrapper.flyouts ul li {}
	
	.hs-menu-wrapper.flyouts ul li:first-child {}
	
	.hs-menu-wrapper.flyouts ul li a {}
	
	.hs-menu-wrapper.flyouts ul li:first-child > a {}
	
	.hs-menu-wrapper.flyouts ul li:hover > a,
	.hs-menu-wrapper.flyouts ul li a:hover {}
	
	.hs-menu-wrapper.flyouts ul li.active > a,
	.hs-menu-wrapper.flyouts ul li.active-branch > a {}
	
	
	/* First Level Only */
	
	.hs-menu-wrapper.flyouts > ul {}
	
	.hs-menu-wrapper.flyouts > ul > li {}
	
	.hs-menu-wrapper.flyouts > ul > li:first-child {}
	
	.hs-menu-wrapper.flyouts > ul > li > a {}
	
	.hs-menu-wrapper.flyouts > ul > li:first-child > a {}
	
	.hs-menu-wrapper.flyouts > ul > li:hover > a,
	.hs-menu-wrapper.flyouts > ul > li > a:hover {}
	
	.hs-menu-wrapper.flyouts > ul > li.active > a,
	.hs-menu-wrapper.flyouts > ul > li.active-branch > a {}
	
	
	/* Secondary Levels */
	
	.hs-menu-wrapper.flyouts ul ul {}
	
	.hs-menu-wrapper.flyouts ul ul li {}
	
	.hs-menu-wrapper.flyouts ul ul li:first-child {}
	
	.hs-menu-wrapper.flyouts ul ul li a {}
	
	.hs-menu-wrapper.flyouts ul ul li:first-child > a {}
	
	.hs-menu-wrapper.flyouts ul ul li:hover > a,
	.hs-menu-wrapper.flyouts ul ul li a:hover {}
	
	.hs-menu-wrapper.flyouts ul ul li.active > a,
	.hs-menu-wrapper.flyouts ul ul li.active-branch > a {}
	
	
	/* STYLES APPLY ONLY WHEN FLYOUTS ARE DISABLED */
	
	/* Wrapper */
	
	.hs-menu-wrapper.no-flyouts {}
	
	
	/* All Levels */
	
	.hs-menu-wrapper.no-flyouts ul {}
	
	.hs-menu-wrapper.no-flyouts ul li {}
	
	.hs-menu-wrapper.no-flyouts ul li:first-child {}
	
	.hs-menu-wrapper.no-flyouts ul li a {}
	
	.hs-menu-wrapper.no-flyouts ul li:first-child > a {}
	
	.hs-menu-wrapper.no-flyouts ul li:hover > a,
	.hs-menu-wrapper.no-flyouts ul li a:hover {}
	
	.hs-menu-wrapper.no-flyouts ul li.active > a,
	.hs-menu-wrapper.no-flyouts ul li.active-branch > a {}
	
	
	/* First Level Only */
	
	.hs-menu-wrapper.no-flyouts > ul {}
	
	.hs-menu-wrapper.no-flyouts > ul > li {}
	
	.hs-menu-wrapper.no-flyouts > ul > li:first-child {}
	
	.hs-menu-wrapper.no-flyouts > ul > li > a {}
	
	.hs-menu-wrapper.no-flyouts > ul > li:first-child > a {}
	
	.hs-menu-wrapper.no-flyouts > ul > li:hover > a,
	.hs-menu-wrapper.no-flyouts > ul > li > a:hover {}
	
	.hs-menu-wrapper.no-flyouts > ul > li.active > a,
	.hs-menu-wrapper.no-flyouts > ul > li.active-branch > a {}
	
	
	/* Secondary Levels */
	
	.hs-menu-wrapper.no-flyouts ul ul {}
	
	.hs-menu-wrapper.no-flyouts ul ul li {}
	
	.hs-menu-wrapper.no-flyouts ul ul li:first-child {}
	
	.hs-menu-wrapper.no-flyouts ul ul li a {}
	
	.hs-menu-wrapper.no-flyouts ul ul li:first-child > a {}
	
	.hs-menu-wrapper.no-flyouts ul ul li:hover > a,
	.hs-menu-wrapper.no-flyouts ul ul li a:hover {}
	
	.hs-menu-wrapper.no-flyouts ul ul li.active > a,
	.hs-menu-wrapper.no-flyouts ul ul li.active-branch > a {}
	
	
	/* [4.3] Horizontal Navigation
	-------------------------------------------------------- */
	
	/* STYLES APPLY TO BOTH OPTIONS (FLYOUTS ENABLED/DISABLED) */
	
	/* Wrapper */
	
	/* All Levels */
	
	.hs-menu-flow-horizontal ul {}
	
	.hs-menu-flow-horizontal ul li {}
	
	.hs-menu-flow-horizontal ul li:first-child {}
	
	.hs-menu-flow-horizontal ul li a {}
	
	.hs-menu-flow-horizontal ul li:first-child > a {}
	
	.hs-menu-flow-horizontal ul li:hover > a,
	.hs-menu-flow-horizontal ul li a:hover {}
	
	.hs-menu-flow-horizontal ul li.active > a,
	.hs-menu-flow-horizontal ul li.active-branch > a {}
	
	
	/* First Level Only */
	
	.hs-menu-flow-horizontal > ul {}
	
	.hs-menu-flow-horizontal > ul > li {
	}
	
	.hs-menu-flow-horizontal > ul > li:last-child {
        border-right: none;   
	}
	
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        width: 100% !important;
    }
	
	.hs-menu-flow-horizontal > ul > li:first-child > a {}
	
	.hs-menu-flow-horizontal > ul > li:hover > a,
	.hs-menu-flow-horizontal > ul > li > a:hover {
        color: #FFFFFF;   
	}
	
	.hs-menu-flow-horizontal > ul > li.active > a,
	.hs-menu-flow-horizontal > ul > li.active-branch > a {
        color: #FFFFFF;
        background: #656972;
        font-style: normal;
	}
	
    .hs-menu-flow-horizontal > ul > li.active:hover > a,
	.hs-menu-flow-horizontal > ul > li.active-branch:hover > a {
        color: #FFFFFF;
        background: #656972;
	}
	
	/* Secondary Levels */
	
	.hs-menu-flow-horizontal ul ul {
	}
	
	.hs-menu-flow-horizontal ul ul li {}
	
	.hs-menu-flow-horizontal ul ul li:first-child {}
	
	.hs-menu-flow-horizontal ul ul li a {
        border-bottom: 1px solid #FFFFFF;
        background: transparent;
        text-align: center;
        padding: 5px 10px !important;
        font-size: 12px;
        font-weight: normal;
        color: #FFFFFF;
	}
	
	.hs-menu-flow-horizontal ul ul li:first-child > a {}
	
	.hs-menu-flow-horizontal ul ul li:hover > a,
	.hs-menu-flow-horizontal ul ul li a:hover {}
	
	.hs-menu-flow-horizontal ul ul li.active > a,
	.hs-menu-flow-horizontal ul ul li.active-branch > a {}
	
	
	/* STYLES APPLY ONLY WHEN FLYOUTS ARE ENABLED */
	
	/* Wrapper */
	
	.hs-menu-flow-horizontal.flyouts {}
	
	
	/* All Levels */
	
	.hs-menu-flow-horizontal.flyouts ul {}
	
	.hs-menu-flow-horizontal.flyouts ul li {}
	
	.hs-menu-flow-horizontal.flyouts ul li:first-child {}
	
	.hs-menu-flow-horizontal.flyouts ul li a {}
	
	.hs-menu-flow-horizontal.flyouts ul li:first-child > a {}
	
	.hs-menu-flow-horizontal.flyouts ul li:hover > a,
	.hs-menu-flow-horizontal.flyouts ul li a:hover {}
	
	.hs-menu-flow-horizontal.flyouts ul li.active > a,
	.hs-menu-flow-horizontal.flyouts ul li.active-branch > a {}
	
	
	/* First Level Only */
	
	.hs-menu-flow-horizontal.flyouts > ul {}
	
	.hs-menu-flow-horizontal.flyouts > ul > li {}
	
	.hs-menu-flow-horizontal.flyouts > ul > li:first-child {}
	
	.hs-menu-flow-horizontal.flyouts > ul > li > a {}
	
	.hs-menu-flow-horizontal.flyouts > ul > li:first-child > a {}
	
	.hs-menu-flow-horizontal.flyouts > ul > li:hover > a,
	.hs-menu-flow-horizontal.flyouts > ul > li > a:hover {}
	
	.hs-menu-flow-horizontal.flyouts > ul > li.active > a,
	.hs-menu-flow-horizontal.flyouts > ul > li.active-branch > a {}
	
	
	/* Secondary Levels */
	
	.hs-menu-flow-horizontal.flyouts ul ul {}
	
	.hs-menu-flow-horizontal.flyouts ul ul li {}
	
	.hs-menu-flow-horizontal.flyouts ul ul li:first-child {}
	
	.hs-menu-flow-horizontal.flyouts ul ul li a {}
	
	.hs-menu-flow-horizontal.flyouts ul ul li:first-child > a {}
	
	.hs-menu-flow-horizontal.flyouts ul ul li:hover > a,
	.hs-menu-flow-horizontal.flyouts ul ul li a:hover {}
	
	.hs-menu-flow-horizontal.flyouts ul ul li.active > a,
	.hs-menu-flow-horizontal.flyouts ul ul li.active-branch > a {}
	
	
	/* STYLES APPLY ONLY WHEN FLYOUTS ARE DISABLED */
	
	/* Wrapper */
	
	.hs-menu-flow-horizontal.no-flyouts {}
	
	
	/* All Levels */
	
	.hs-menu-flow-horizontal.no-flyouts ul {}
	
	.hs-menu-flow-horizontal.no-flyouts ul li {}
	
	.hs-menu-flow-horizontal.no-flyouts ul li:first-child {}
	
	.hs-menu-flow-horizontal.no-flyouts ul li a {}
	
	.hs-menu-flow-horizontal.no-flyouts ul li:first-child > a {}
	
	.hs-menu-flow-horizontal.no-flyouts ul li:hover > a,
	.hs-menu-flow-horizontal.no-flyouts ul li a:hover {}
	
	.hs-menu-flow-horizontal.no-flyouts ul li.active > a,
	.hs-menu-flow-horizontal.no-flyouts ul li.active-branch > a {}
	
	
	/* First Level Only */
	
	.hs-menu-flow-horizontal.no-flyouts > ul {}
	
	.hs-menu-flow-horizontal.no-flyouts > ul > li {}
	
	.hs-menu-flow-horizontal.no-flyouts > ul > li:first-child {}
	
	.hs-menu-flow-horizontal.no-flyouts > ul > li > a {}
	
	.hs-menu-flow-horizontal.no-flyouts > ul > li:first-child > a {}
	
	.hs-menu-flow-horizontal.no-flyouts > ul > li:hover > a,
	.hs-menu-flow-horizontal.no-flyouts > ul > li > a:hover {}
	
	.hs-menu-flow-horizontal.no-flyouts > ul > li.active > a,
	.hs-menu-flow-horizontal.no-flyouts > ul > li.active-branch > a {}
	
	
	/* Secondary Levels */
	
	.hs-menu-flow-horizontal.no-flyouts ul ul {}
	
	.hs-menu-flow-horizontal.no-flyouts ul ul ul {}
	
	.hs-menu-flow-horizontal.no-flyouts ul ul li {}
	
	.hs-menu-flow-horizontal.no-flyouts ul ul li:first-child {}
	
	.hs-menu-flow-horizontal.no-flyouts ul ul li a {}
	
	.hs-menu-flow-horizontal.no-flyouts ul ul li:first-child > a {}
	
	.hs-menu-flow-horizontal.no-flyouts ul ul li:hover > a,
	.hs-menu-flow-horizontal.no-flyouts ul ul li a:hover {}
	
	.hs-menu-flow-horizontal.no-flyouts ul ul li.active > a,
	.hs-menu-flow-horizontal.no-flyouts ul ul li.active-branch > a {}
	
	
	/* [4.4] Vertical Navigation
	-------------------------------------------------------- */
	
	/* STYLES APPLY TO BOTH OPTIONS (FLYOUTS ENABLED/DISABLED) */
	
	/* Wrapper */
	
	[class*="hs-menu-flow-vertical"] {}
	
	
	/* All Levels */
	
	[class*="hs-menu-flow-vertical"] ul {
        background: #E6EFF3;  
        padding: 10px !important;
	}
	
	[class*="hs-menu-flow-vertical"] ul li {
        padding-left: 16px !important;   
        background: transparent url(//cdn2.hubspot.net/hub/309123/file-376070132-gif/images/template/arrow.gif) no-repeat left 7px;
	}
    
    [class*="hs-menu-flow-vertical"] ul li:hover {
        background: transparent url(//cdn2.hubspot.net/hub/309123/file-372662434-gif/images/template/arrow_on.gif) no-repeat left 7px;
    }
    
    [class*="hs-menu-flow-vertical"] ul li.active,  [class*="hs-menu-flow-vertical"] ul li.active:hover {
        background: transparent url(//cdn2.hubspot.net/hub/309123/file-375372861-gif/images/template/arrow_back.gif) no-repeat left 7px;
    }
	
	[class*="hs-menu-flow-vertical"] ul li:first-child {}
	
	[class*="hs-menu-flow-vertical"] ul li a {
        font-size: 11px;
        font-weight: normal;
        letter-spacing: 1px;
        line-height: 16px;
        text-transform: uppercase;
        padding: 7px 10px !important;
	}
	
	[class*="hs-menu-flow-vertical"] ul li:first-child > a {}
	
	[class*="hs-menu-flow-vertical"] ul li:hover > a,
	[class*="hs-menu-flow-vertical"] ul li a:hover {}
	
	[class*="hs-menu-flow-vertical"] ul li.active > a,
	[class*="hs-menu-flow-vertical"] ul li.active-branch > a {}
	
	
	/* First Level Only */
	
	[class*="hs-menu-flow-vertical"] > ul {}
	
	[class*="hs-menu-flow-vertical"] > ul > li {}
	
	[class*="hs-menu-flow-vertical"] > ul > li:first-child {}
	
	[class*="hs-menu-flow-vertical"] > ul > li > a {}
	
	[class*="hs-menu-flow-vertical"] > ul > li:first-child > a {}
	
	[class*="hs-menu-flow-vertical"] > ul > li:hover > a,
	[class*="hs-menu-flow-vertical"] > ul > li > a:hover {}
	
	[class*="hs-menu-flow-vertical"] > ul > li.active > a,
	[class*="hs-menu-flow-vertical"] > ul > li.active-branch > a {}
	
	
	/* Secondary Levels */
	
	[class*="hs-menu-flow-vertical"] ul ul {}
	
	[class*="hs-menu-flow-vertical"] ul ul li {}
	
	[class*="hs-menu-flow-vertical"] ul ul li:first-child {}
	
	[class*="hs-menu-flow-vertical"] ul ul li a {}
	
	[class*="hs-menu-flow-vertical"] ul ul li:first-child > a {}
	
	[class*="hs-menu-flow-vertical"] ul ul li:hover > a,
	[class*="hs-menu-flow-vertical"] ul ul li a:hover {}
	
	[class*="hs-menu-flow-vertical"] ul ul li.active > a,
	[class*="hs-menu-flow-vertical"] ul ul li.active-branch > a {}
	
	
	/* STYLES APPLY ONLY WHEN FLYOUTS ARE ENABLED
	FOR BOTH OPTIONS (RIGHT POSITIONED FLYOUTS/EXPANDING FLYOUTS) */
	
	/* Wrapper */
	
	[class*="hs-menu-flow-vertical"].flyouts {}
	
	
	/* All Levels */
	
	[class*="hs-menu-flow-vertical"].flyouts ul {}
	
	[class*="hs-menu-flow-vertical"].flyouts ul li {}
	
	[class*="hs-menu-flow-vertical"].flyouts ul li:first-child {}
	
	[class*="hs-menu-flow-vertical"].flyouts ul li a {}
	
	[class*="hs-menu-flow-vertical"].flyouts ul li:first-child > a {}
	
	[class*="hs-menu-flow-vertical"].flyouts ul li:hover > a,
	[class*="hs-menu-flow-vertical"].flyouts ul li a:hover {}
	
	[class*="hs-menu-flow-vertical"].flyouts ul li.active > a,
	[class*="hs-menu-flow-vertical"].flyouts ul li.active-branch > a {}
	
	
	/* First Level Only */
	
	[class*="hs-menu-flow-vertical"].flyouts > ul {}
	
	[class*="hs-menu-flow-vertical"].flyouts > ul > li {}
	
	[class*="hs-menu-flow-vertical"].flyouts > ul > li:first-child {}
	
	[class*="hs-menu-flow-vertical"].flyouts > ul > li > a {}
	
	[class*="hs-menu-flow-vertical"].flyouts > ul > li:first-child > a {}
	
	[class*="hs-menu-flow-vertical"].flyouts > ul > li:hover > a,
	[class*="hs-menu-flow-vertical"].flyouts > ul > li > a:hover {}
	
	[class*="hs-menu-flow-vertical"].flyouts > ul > li.active > a,
	[class*="hs-menu-flow-vertical"].flyouts > ul > li.active-branch > a {}
	
	
	/* Secondary Levels */
	
	[class*="hs-menu-flow-vertical"].flyouts ul ul {}
	
	[class*="hs-menu-flow-vertical"].flyouts ul ul li {}
	
	[class*="hs-menu-flow-vertical"].flyouts ul ul li:first-child {}
	
	[class*="hs-menu-flow-vertical"].flyouts ul ul li a {}
	
	[class*="hs-menu-flow-vertical"].flyouts ul ul li:first-child > a {}
	
	[class*="hs-menu-flow-vertical"].flyouts ul ul li:hover > a,
	[class*="hs-menu-flow-vertical"].flyouts ul ul li a:hover {}
	
	[class*="hs-menu-flow-vertical"].flyouts ul ul li.active > a,
	[class*="hs-menu-flow-vertical"].flyouts ul ul li.active-branch > a {}
	
	
	/* STYLES APPLY ONLY WHEN FLYOUTS ARE ENABLED
	(RIGHT POSITIONED FLYOUTS) */
	
	/* Wrapper */
	
	.hs-menu-flow-vertical.flyouts {}
	
	
	/* All Levels */
	
	.hs-menu-flow-vertical.flyouts ul {}  
	
	.hs-menu-flow-vertical.flyouts ul li {}
	
	.hs-menu-flow-vertical.flyouts ul li:first-child {}
	
	.hs-menu-flow-vertical.flyouts ul li a {}
	
	.hs-menu-flow-vertical.flyouts ul li:first-child > a {}
	
	.hs-menu-flow-vertical.flyouts ul li:hover > a,
	.hs-menu-flow-vertical.flyouts ul li a:hover {}
	
	.hs-menu-flow-vertical.flyouts ul li.active > a,
	.hs-menu-flow-vertical.flyouts ul li.active-branch > a {}
	
	
	/* First Level Only */
	
	.hs-menu-flow-vertical.flyouts > ul {}
	
	.hs-menu-flow-vertical.flyouts > ul > li {}
	
	.hs-menu-flow-vertical.flyouts > ul > li:first-child {}
	
	.hs-menu-flow-vertical.flyouts > ul > li > a {}
	
	.hs-menu-flow-vertical.flyouts > ul > li:first-child > a {}
	
	.hs-menu-flow-vertical.flyouts > ul > li:hover > a,
	.hs-menu-flow-vertical.flyouts > ul > li > a:hover {}
	
	.hs-menu-flow-vertical.flyouts > ul > li.active > a,
	.hs-menu-flow-vertical.flyouts > ul > li.active-branch > a {}
	
	
	/* Secondary Levels */
	
	.hs-menu-flow-vertical.flyouts ul ul {}
	
	.hs-menu-flow-vertical.flyouts ul ul li {}
	
	.hs-menu-flow-vertical.flyouts ul ul li:first-child {}
	
	.hs-menu-flow-vertical.flyouts ul ul li a {}
	
	.hs-menu-flow-vertical.flyouts ul ul li:first-child > a {}
	
	.hs-menu-flow-vertical.flyouts ul ul li:hover > a,
	.hs-menu-flow-vertical.flyouts ul ul li a:hover {}
	
	.hs-menu-flow-vertical.flyouts ul ul li.active > a,
	.hs-menu-flow-vertical.flyouts ul ul li.active-branch > a {}
	
	
	/* STYLES APPLY ONLY WHEN FLYOUTS ARE ENABLED
	(EXPANDING FLYOUTS) */
	
	/* Wrapper */
	
	.hs-menu-flow-vertical_flyouts.flyouts {}
	
	
	/* All Levels */
	
	.hs-menu-flow-vertical_flyouts.flyouts ul {}  
	
	.hs-menu-flow-vertical_flyouts.flyouts ul li {}
	
	.hs-menu-flow-vertical_flyouts.flyouts ul li:first-child {}
	
	.hs-menu-flow-vertical_flyouts.flyouts ul li a {}
	
	.hs-menu-flow-vertical_flyouts.flyouts ul li:first-child > a {}
	
	.hs-menu-flow-vertical_flyouts.flyouts ul li:hover > a,
	.hs-menu-flow-vertical_flyouts.flyouts ul li a:hover {}
	
	.hs-menu-flow-vertical_flyouts.flyouts ul li.active > a,
	.hs-menu-flow-vertical_flyouts.flyouts ul li.active-branch > a {}
	
	
	/* First Level Only */
	
	.hs-menu-flow-vertical_flyouts.flyouts > ul {}
	
	.hs-menu-flow-vertical_flyouts.flyouts > ul > li {}
	
	.hs-menu-flow-vertical_flyouts.flyouts > ul > li:first-child {}
	
	.hs-menu-flow-vertical_flyouts.flyouts > ul > li > a {}
	
	.hs-menu-flow-vertical_flyouts.flyouts > ul > li:first-child > a {}
	
	.hs-menu-flow-vertical_flyouts.flyouts > ul > li:hover > a,
	.hs-menu-flow-vertical_flyouts.flyouts > ul > li > a:hover {}
	
	.hs-menu-flow-vertical_flyouts.flyouts > ul > li.active > a,
	.hs-menu-flow-vertical_flyouts.flyouts > ul > li.active-branch > a {}
	
	
	/* Secondary Levels */
	
	.hs-menu-flow-vertical_flyouts.flyouts ul ul {}
	
	.hs-menu-flow-vertical_flyouts.flyouts ul ul li {}
	
	.hs-menu-flow-vertical_flyouts.flyouts ul ul li:first-child {}
	
	.hs-menu-flow-vertical_flyouts.flyouts ul ul li a {}
	
	.hs-menu-flow-vertical_flyouts.flyouts ul ul li:first-child > a {}
	
	.hs-menu-flow-vertical_flyouts.flyouts ul ul li:hover > a,
	.hs-menu-flow-vertical_flyouts.flyouts ul ul li a:hover {}
	
	.hs-menu-flow-vertical_flyouts.flyouts ul ul li.active > a,
	.hs-menu-flow-vertical_flyouts.flyouts ul ul li.active-branch > a {}
	
	
	/* STYLES APPLY ONLY WHEN FLYOUTS ARE DISABLED */
	
	/* Wrapper */
	
	[class*="hs-menu-flow-vertical"].no-flyouts {}
	
	
	/* All Levels */
	
	[class*="hs-menu-flow-vertical"].no-flyouts ul {}
	
	[class*="hs-menu-flow-vertical"].no-flyouts ul li {}
	
	[class*="hs-menu-flow-vertical"].no-flyouts ul li:first-child {}
	
	[class*="hs-menu-flow-vertical"].no-flyouts ul li a {}
	
	[class*="hs-menu-flow-vertical"].no-flyouts ul li:first-child > a {}
	
	[class*="hs-menu-flow-vertical"].no-flyouts ul li:hover > a,
	[class*="hs-menu-flow-vertical"].no-flyouts ul li a:hover {}
	
	[class*="hs-menu-flow-vertical"].no-flyouts ul li.active > a,
	[class*="hs-menu-flow-vertical"].no-flyouts ul li.active-branch > a {}
	
	
	/* First Level Only */
	
	[class*="hs-menu-flow-vertical"].no-flyouts > ul {}
	
	[class*="hs-menu-flow-vertical"].no-flyouts > ul > li {}
	
	[class*="hs-menu-flow-vertical"].no-flyouts > ul > li:first-child {}
	
	[class*="hs-menu-flow-vertical"].no-flyouts > ul > li > a {}
	
	[class*="hs-menu-flow-vertical"].no-flyouts > ul > li:first-child > a {}
	
	[class*="hs-menu-flow-vertical"].no-flyouts > ul > li:hover > a,
	[class*="hs-menu-flow-vertical"].no-flyouts > ul > li > a:hover {}
	
	[class*="hs-menu-flow-vertical"].no-flyouts > ul > li.active > a,
	[class*="hs-menu-flow-vertical"].no-flyouts > ul > li.active-branch > a {}
	
	
	/* Secondary Levels */
	
	[class*="hs-menu-flow-vertical"].no-flyouts ul ul {}
	
	[class*="hs-menu-flow-vertical"].no-flyouts ul ul li {}
	
	[class*="hs-menu-flow-vertical"].no-flyouts ul ul li:first-child {}
	
	[class*="hs-menu-flow-vertical"].no-flyouts ul ul li a {}
	
	[class*="hs-menu-flow-vertical"].no-flyouts ul ul li:first-child > a {}
	
	[class*="hs-menu-flow-vertical"].no-flyouts ul ul li:hover > a,
	[class*="hs-menu-flow-vertical"].no-flyouts ul ul li a:hover {}
	
	[class*="hs-menu-flow-vertical"].no-flyouts ul ul li.active > a,
	[class*="hs-menu-flow-vertical"].no-flyouts ul ul li.active-branch > a {}
	
	
/*  ===========================================================
	[5] FORMS
	=========================================================== */
	
    /* Google search */
    #hs-search-module input {
        width: 200px;
        border-radius: 30px;
        border: 2px #898D99 solid;
        margin: 80px 0 0 200px;
    }
     #hs-search-module label {
        display: none;
    }
    
    
    
	/* Wrappers */
		
	.hs_cos_wrapper_type_form,
	.hs_cos_wrapper_type_google_search,
	.hs_cos_wrapper_type_blog_subscribe {}
	
	.hs-form {
		margin: 0;
		padding: 0;
	}
	
	
	/* Header */
	
	h3.form-title {}
	
	
	/* Fields */
	
	.field {
		padding: 10px 0 0;
	}
	
	.hs-form > .field:first-child {
		padding: 0;
	}
	
	.field > label {}
	
	.field > label > span.hs-form-required {
		color: red;
	}
	
	.field > .input {
		padding: 2px 0 0;
	}
	
	.hs-form ul.inputs-list,
	.hs-form ul.inputs-list > li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	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 {
		display: inline-block;
		width: 100%;
		min-height: 24px;
		margin: 0;
		padding: 6px !important;
		background: #fff;
		border: 1px solid #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:	border-box;
		box-sizing:		 	border-box;
		-webkit-border-radius:  3px;
		-moz-border-radius:	 	3px;
		border-radius:		  	3px;
		-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		-moz-box-shadow:	0 0 0 rgba(0, 0, 0, 0);
		box-shadow:		 	0 0 0 rgba(0, 0, 0, 0);
		font-family: inherit;
		font-size: inherit;
		-webkit-transition: all 0.2s ease-out 0s;
		-moz-transition:	all 0.2s ease-out 0s;
		-o-transition:	  	all 0.2s ease-out 0s;
		transition:		 	all 0.2s ease-out 0s;
		-webkit-appearance: none;
	}
	
	#hs-pwd-widget-password {
		height: auto !important;
	}
	
	textarea:hover,
	input[type="text"]:hover,
	input[type="password"]:hover,
	input[type="datetime"]:hover,
	input[type="datetime-local"]:hover,
	input[type="date"]:hover,
	input[type="month"]:hover,
	input[type="time"]:hover,
	input[type="week"]:hover,
	input[type="number"]:hover,
	input[type="email"]:hover,
	input[type="url"]:hover,
	input[type="search"]:hover,
	input[type="tel"]:hover,
	input[type="color"]:hover,
	select:hover {}
	
	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus,
	select:focus,
	textarea:active,
	input[type="text"]:active,
	input[type="password"]:active,
	input[type="datetime"]:active,
	input[type="datetime-local"]:active,
	input[type="date"]:active,
	input[type="month"]:active,
	input[type="time"]:active,
	input[type="week"]:active,
	input[type="number"]:active,
	input[type="email"]:active,
	input[type="url"]:active,
	input[type="search"]:active,
	input[type="tel"]:active,
	input[type="color"]:active,
	select:active {
		outline: none;
	}
	
	input[type="radio"],
	input[type="checkbox"] {
		margin-right: 8px;
	}
	
	#email-prefs-form .item input[type="checkbox"] {
		margin-top: 4px;
	}
	
	
	/* Button */
	
	.hs-form .hs-button,
	input[type="submit"] {
		display: inline-block;
		*display: inline;
		padding: 4px 12px;
		margin-top: 12px;
		margin-bottom: 12px;
		*margin-left: .3em;
		*zoom: 1;
		background-color: #f5f5f5;
		*background-color: #e6e6e6;
		background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
		background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
		background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
		background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		border: 1px solid #cccccc;
		*border: 0;
		border-color: #e6e6e6 #e6e6e6 #bfbfbf;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		border-bottom-color: #b3b3b3;
		-webkit-border-radius:	4px;
		-moz-border-radius: 	4px;
		border-radius:			4px;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
							0 1px 2px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 	inset 0 1px 0 rgba(255, 255, 255, 0.2),
							0 1px 2px rgba(0, 0, 0, 0.05);
		box-shadow: 		inset 0 1px 0 rgba(255, 255, 255, 0.2),
							0 1px 2px rgba(0, 0, 0, 0.05);
		color: #333;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
		vertical-align: middle;
		cursor: pointer;
		-webkit-appearance: none;
	}

	.hs-form .hs-button:hover,
	input[type="submit"]:hover,
	.hs-form .hs-button:focus,
	input[type="submit"]:focus,
	.hs-form .hs-button:active,
	input[type="submit"]:active {
		background-color: #e6e6e6;
		*background-color: #d9d9d9;
		color: #333333;
	}

	input[type="submit"]:focus,
	.hs-form .hs-button:active {
		background-color: #cccccc \9;
	}
	
	input[type="submit"]:first-child,
	.hs-form .hs-button:first-child {
		*margin-left: 0;
	}

	.hs-form .hs-button:hover,
	input[type="submit"]:hover,
	.hs-form .hs-button:focus,
	input[type="submit"]:focus {
		background-position: 0 -15px;
		color: #333333;
		text-decoration: none;
		-webkit-transition: background-position 0.1s linear;
		-moz-transition: 	background-position 0.1s linear;
		-o-transition: 		background-position 0.1s linear;
		transition: 		background-position 0.1s linear;
	}

	.hs-form .hs-button:focus,
	input[type="submit"]:focus {
		outline: thin dotted #333;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}
	
	.hs-form .hs-button:active,
	input[type="submit"]:active {
		background-image: none;
		-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 	inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
		box-shadow: 		inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
		outline: 0;
	}
	
	
/*	===========================================================
	[6] BLOG
	=========================================================== */
	
	/* [6.1] Blog Content
	-------------------------------------------------------- */
	
	/* Wrapper */
	
	.blog-section {}
	
	.post-item {
		margin: 0 0 20px;
	}
	
	
	/* Header */
	
	.post-header {}
	
	.post-header h2 {}
	
	.post-header h2 a {}
	
	.post-header h2 a:hover {}
	
	.post-listing .post-header h2 {}
	
	.post-listing .post-header h2 a {}
	
	.post-listing .post-header h2 a:hover {}
	
	
	/* Author */
	
	#hubspot-author_data {}
	
	#hubspot-author_data .author-link {}
	
	
	/* Find Me Social Icons */
	
	.hs-author-social-section {
		margin: 20px 0;
		padding: 8px;
		background: #F8F8F8;
		border: 1px solid #E9E9E9;
		-webkit-border-radius: 	5px;
		-moz-border-radius: 	5px;
		border-radius: 			5px;
		-webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 	0 2px rgba(0, 0, 0, 0.12);
		box-shadow: 		0 2px rgba(0, 0, 0, 0.12);
		color: #333;
		font-size: 13px;
	}
	
	.hs-author-social-label {}
	
	.hs-author-social-links {}
	
	.hs-author-social-links a {
		margin-left: 4px;
	}
	
	.hs-author-social-links a.hs-social-facebook {}
	
	.hs-author-social-links a.hs-social-linkedin {}
	
	.hs-author-social-links a.hs-social-twitter {}
	
	.hs-author-social-links a.hs-social-google-plus {}
	
	
	/* Post Body */
	
	.post-body {
		margin-bottom: 30px;
	}
	
	.post-listing .post-body {
		margin-bottom: 20px;
	}
	
	.post-listing .post-body > p:last-child {
		margin-bottom: 0;
	}
	
	
	/* Read More Link */
	
	.more-link {
		display: inline-block;
		margin: 12px 0 30px;
		padding: 4px 12px;
		background: #ffffff; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
		font-size: 80%;
		line-height: 22px;
		font-weight: bold;
		text-shadow: 0 1px 0 #fff;
	}
	
	.lt-ie9 .more-link {
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
	}
	
	
	/* Topics */
	
	#hubspot-topic_data {
		margin: 0 0 20px;
		padding: 10px 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		text-align: right;
	}
	
	#hubspot-topic_data a {
		font-weight: bold;
	}
	
	
	/* Post Footer */
	
	.post-footer {
		margin-bottom: 20px;
	}
	
	
	/* Comments */
	
	#comments-listing {
		margin: 0 0 40px;
		padding: 0 20px;
		border: 1px solid #ccc;
	}
	
	#comments-listing .comment {
		padding: 20px 0;
		border-top: 1px dotted #ccc;
	}
	
	#comments-listing .comment:first-child {
		border-top: none;
	}
	
	#comments-listing .comment .comment-from {
		font-size: 120%;
	}
	
	#comments-listing .comment .comment-from a {}
	
	#comments-listing .comment .comment-body {
		font-size: 90%;
	}
	
	#comments-listing .comment .comment-date {
		font-size: 80%;
		font-style: italic;
	}
	
	
	/* Comment Form */
	
	#comment-form {
		margin-bottom: 20px;
		padding: 10px 20px;
		background: #F0F0F0;
		border: 1px solid #bbb;
		-webkit-border-radius: 	5px;
		-moz-border-radius: 	5px;
		border-radius: 			5px;
		-webkit-box-shadow: 1px 1px 1px #ccc;
		-moz-box-shadow: 	1px 1px 1px #ccc;
		box-shadow: 		1px 1px 1px #ccc;
	}
	
	#comment-form h4 {}
	
	#comment-form form#blog-comment-form {}
	
	#comment-form form#blog-comment-form .field {
		margin: 0 0 12px;
	}
	
	#comment-form form#blog-comment-form .field label {}
	
	#comment-form form#blog-comment-form .field .input {}
	
	#comment-form form#blog-comment-form .field .input input[type="text"],
	#comment-form form#blog-comment-form .field .input textarea {}
	
	#comment-form form#blog-comment-form .field .input label#id_follow_up {}
	#comment-form form#blog-comment-form .field .input label#id_follow_up input[type="checkbox"] {}
	#comment-form form#blog-comment-form .hs_submit {}
	#comment-form form#blog-comment-form .hs_submit .actions {}
	
	#comment-form form#blog-comment-form .hs_submit .actions input#add-comment-button {}
	
	#recaptcha_table td {
		line-height: 0;
	}
	
	.recaptchatable #recaptcha_response_field {
		min-height: 0;
		line-height: 12px;
	}
	
	
	/* Pagination */
	
	.blog-pagination {
		margin-bottom: 20px;
	}
	
	.blog-pagination a {
		margin-left: 15px;
	}
	
	.blog-pagination a:first-child {
		margin-left: 0;
	}

	.blog-pagination a.previous-posts-link {}
	.blog-pagination a.all-posts-link {}
	.blog-pagination a.next-posts-link {}
	
	
	/* Simple Listing */
	
	.post-listing-simple {}
	
	.post-listing-simple .post-item {
		margin: 0;
	}
	
	.post-listing-simple .post-item h3.post-listing-simple {}
	.post-listing-simple .post-item h3.post-listing-simple a {}
	
	
	/* CUSTOM ELEMENTS */
	
	/* eg. .custom-social-sharing {} */
	
	
	/* [6.2] Post Filter & Listing Widgets
	-------------------------------------------------------- */
	
	/* Wrappers */
	
	.hs_cos_wrapper_type_post_listing,
	.hs_cos_wrapper_type_post_filter {}
	
	.hs_cos_wrapper_type_post_listing .block,
	.hs_cos_wrapper_type_post_filter.block {}
	
	
	/* Header */
	
	.hs_cos_wrapper_type_post_listing .block h3,
	.hs_cos_wrapper_type_post_filter .block h3 {}
	
	
	/* List */
	
	.hs_cos_wrapper_type_post_listing .block .widget-module,
	.hs_cos_wrapper_type_post_filter .block .widget-module {}
	
	.hs_cos_wrapper_type_post_listing .block .widget-module ul,
	.hs_cos_wrapper_type_post_filter .block .widget-module ul {}
	
	.hs_cos_wrapper_type_post_listing .block .widget-module ul li,
	.hs_cos_wrapper_type_post_filter .block .widget-module ul li {}
	
	.hs_cos_wrapper_type_post_listing .block .widget-module ul li a,
	.hs_cos_wrapper_type_post_filter .block .widget-module ul li a {}
	
	
	/* "See all" link */
	
	.hs_cos_wrapper_type_post_listing .block .widget-module > a,
	.hs_cos_wrapper_type_post_filter .block .widget-module > a {
		text-transform: capitalize;
	}
	
	
	/* [6.3] Blog Email Subscription
	-------------------------------------------------------- */
	
	/* Wrappers */
	
	.hs_cos_wrapper_type_blog_subscribe {}
	
	
	/* Header */
	
	.hs_cos_wrapper_type_blog_subscribe h3.form-title {}
	
	
	/* Fields */
	
	.hs_cos_wrapper_type_blog_subscribe .field {}
	
	.hs_cos_wrapper_type_blog_subscribe .hs-form > .field:first-child {}
	
	.hs_cos_wrapper_type_blog_subscribe .field > label {}
	
	.hs_cos_wrapper_type_blog_subscribe .field > label > span.hs-form-required {}
	
	.hs_cos_wrapper_type_blog_subscribe .field > .input {}
	
	.hs_cos_wrapper_type_blog_subscribe .hs-form ul.inputs-list,
	.hs_cos_wrapper_type_blog_subscribe .hs-form ul.inputs-list > li {}
	
	.hs_cos_wrapper_type_blog_subscribe .hs-form ul.inputs-list > li > label {}
	
	.hs_cos_wrapper_type_blog_subscribe input[type="email"] {}
	.hs_cos_wrapper_type_blog_subscribe input[type="email"]:hover {}
	
	.hs_cos_wrapper_type_blog_subscribe input[type="email"]:focus,
	.hs_cos_wrapper_type_blog_subscribe input[type="email"]:active {}

	.hs_cos_wrapper_type_blog_subscribe input[type="radio"],
	.hs_cos_wrapper_type_blog_subscribe input[type="checkbox"] {}
	
	
	/* Button */
	
	.hs_cos_wrapper_type_blog_subscribe .hs-form .hs-button {}
	
	.hs_cos_wrapper_type_blog_subscribe .hs-form .hs-button:hover {}
	
	.hs_cos_wrapper_type_blog_subscribe .hs-form .hs-button:focus,
	.hs_cos_wrapper_type_blog_subscribe .hs-form .hs-button:active {}
	
	
/*	===========================================================
	[7] OTHER WIDGETS
	=========================================================== */
	
	/* [7.1] Section Header
	-------------------------------------------------------- */
	
	/* Wrappers */
	
	.hs_cos_wrapper_type_section_header {}
	
	.hs_cos_wrapper_type_section_header .page-header {}
	
	
	/* Main Header */
	
	.hs_cos_wrapper_type_section_header .page-header h1 {}
	
	
	/* Subheader */
	
	.hs_cos_wrapper_type_section_header .page-header p {}
	
	
	/* [7.2] Header
	-------------------------------------------------------- */
	
	/* Wrappers */
	
	.container-fluid .hs_cos_wrapper_type_header {
		padding-bottom: 0 !important;
	}
	
	
	/* Headers */
	
	.hs_cos_wrapper_type_header h1 {}
	
	.hs_cos_wrapper_type_header h2 {}
	
	.hs_cos_wrapper_type_header h3 {}
	
	.hs_cos_wrapper_type_header h4 {}
	
	
	/* [7.3] Google Search
	-------------------------------------------------------- */
	
	/* Wrappers */
	
	.hs_cos_wrapper_type_google_search {}
	
	.hs_cos_wrapper_type_google_search .hs-form {}
	
	
	/* Header */
	
	.hs_cos_wrapper_type_google_search h3.form-title {}
	
	
	/* Fields */
	
	.hs_cos_wrapper_type_google_search .field {}
	
	.hs_cos_wrapper_type_google_search .field > label {}
	
	.hs_cos_wrapper_type_google_search .field > .input {}
	
	.hs_cos_wrapper_type_google_search input[type="text"] {}
	
	.hs_cos_wrapper_type_google_search input[type="text"]:hover {}
	
	.hs_cos_wrapper_type_google_search input[type="text"]:focus,
	.hs_cos_wrapper_type_google_search input[type="text"]:active {}
	
	
	/* Button */
	
	.hs_cos_wrapper_type_google_search .hs-form .hs-button {}
	
	.hs_cos_wrapper_type_google_search .hs-form .hs-button:hover {}
	
	.hs_cos_wrapper_type_google_search .hs-form .hs-button:focus,
	.hs_cos_wrapper_type_google_search .hs-form .hs-button:active {}
	
	
	/* [7.4] Logo
	-------------------------------------------------------- */
	
	/* Wrapper */
	
	.hs_cos_wrapper_type_logo {}
	
	
	/* Link & Image */
	
	.hs_cos_wrapper_type_logo #hs-link-logo {}
	
	.hs_cos_wrapper_type_logo #hs-link-logo img {  
	}
	
	
	/* [7.5] Image
	-------------------------------------------------------- */
	
	/* Wrapper */
	
	.hs_cos_wrapper_type_image {}
	
	
	/* Link & Image */
	
	.hs_cos_wrapper_type_image a {}
	
	.hs_cos_wrapper_type_image img {}
	
	.hs_cos_wrapper_type_image a img {}
	
	
	/* [7.6] Image Slider
	-------------------------------------------------------- */
	
	/* Wrappers */
	
	.hs_cos_wrapper_type_image_slider {}
	
	.hs_cos_flex-slider {}
	
	.hs_cos_flex-viewport {}
	
	.loading .hs_cos_flex-viewport {}
	
	
	/* Slides */
	
	.hs_cos_flex-slider .hs_cos_flex-slides {}
	
	.carousel li {}
	
	
	/* Next/Prev buttons */
	
	.hs_cos_flex-direction-nav {}
	
	.hs_cos_flex-direction-nav a {}
	
	.hs_cos_flex-direction-nav .hs_cos_flex-next {}
	
	.hs_cos_flex-direction-nav .hs_cos_flex-prev {}
	
	.hs_cos_flex-slider:hover .hs_cos_flex-next {}
	
	.hs_cos_flex-slider:hover .hs_cos_flex-prev {}
	
	.hs_cos_flex-slider:hover .hs_cos_flex-next:hover,
	.hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {}
	
	
	/* Pagination */
	
	.hs_cos_flex-control-nav {}
	
	.hs_cos_flex-control-nav li {}
	
	.hs_cos_flex-control-paging li a {}
	
	.hs_cos_flex-control-paging li a:hover {}
	
	.hs_cos_flex-control-paging li a.hs_cos_flex-active {}
	
	
	/* Caption */
	
	.hs_cos_flex-slider .caption {}
	
	.hs_cos_flex-slider .superimpose .caption {}
	
	.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 {}
	
	
	/* [7.7] CTA
	-------------------------------------------------------- */
	
	/* Wrapper */
	
	.hs_cos_wrapper_type_cta {}
	
	
	/* Link & Image */
	
	.hs_cos_wrapper_type_cta a {}
	
	.hs_cos_wrapper_type_cta a img {}
	
	
	/* [7.8] Social Sharing
	-------------------------------------------------------- */
	
	/* Wrappers */
	
	.hs_cos_wrapper_type_social_sharing {}
	
	
	/* Icons */
	
	.hs_cos_wrapper_type_social_sharing a {}
	
	.hs_cos_wrapper_type_social_sharing a:first-child {}
	
	
	/* [7.9] Follow Me
	-------------------------------------------------------- */
	
	/* Wrappers */
	
	.hs_cos_wrapper_type_follow_me {}
	
	
	/* Header */
	
	.hs_cos_wrapper_type_follow_me h3 {}
	
	
	/* Icons */
	
	.hs_cos_wrapper_type_follow_me a {}
	
	.hs_cos_wrapper_type_follow_me a:first-child {}
	
	
	/* [7.10] Spacer
	-------------------------------------------------------- */
	
	.hs_cos_wrapper_type_space {}
	
	
	/* [7.11] Jinja
	-------------------------------------------------------- */
	
	.widget-type-raw_jinja {
		min-height: 0 !important;
	}
	
	.widget-type-raw_jinja .hs_cos_wrapper_widget {}
	
	
	/* [7.12] Flexible
	-------------------------------------------------------- */
	
	/* Wrappers */
	
	.widget-type-widget_container {
		min-height: 0 !important;
	}
	
	.hs_cos_wrapper_type_ {}
	
	
	/* Widgets */
	
	.hs_cos_wrapper_type_ > .hs_cos_wrapper_widget {}
	
	
/*	===========================================================
	[8] STYLES APPLY TO CUSTOM CLASSES
	=========================================================== */
	
	/* [8.1] Useful Custom Classes
	-------------------------------------------------------- */
	
	/* Centered Wrapper */
	
	.centered-wrapper {
		width: auto !important;
		max-width: 950px;
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
        background: #FFFFFF;
        padding: 0 !important;
        margin: 0 !important;
	}
	/* Content Alignment */
	
	.align-left {
		text-align: left;
	}
	
	.align-center {
		text-align: center;
	}
	
	.align-right {
		text-align: right;
	}
	
	
	/* No Widget Spacing */
	
	.container-fluid .no-widget-spacing .hs_cos_wrapper_widget {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.container-fluid .no-widget-top-spacing .hs_cos_wrapper_widget {
		padding-top: 0 !important;
	}
	
	.container-fluid .no-widget-bottom-spacing .hs_cos_wrapper_widget {
		padding-bottom: 0 !important;
	}
	
	
	/* Visibility by Device */
	
	.mobile-only {
		display: none !important;
	}
	
	
	/* [8.2] Theme Custom Classes
	-------------------------------------------------------- */
	
	/* eg. .dark-sidebar {} */
	
	
/*	===========================================================
	[9] MEDIA QUERIES
	=========================================================== */
	
	
    
    
    /**** BEING CUSTOM CSS - JAV ****/


	/* General Span Containers */

	.body-container [class*='span'] {
		padding: 20px !important;
		box-sizing: border-box;
	}

	.body-container .span12 {
		padding: 0 !important;
	}

	.resource-content .body-container .span12 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}

	.body-container .span12.related-content {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	@media(max-width: 800px) {
		.body-container [class*='span'] {
			width: 100% !important;
			margin: 0 !important;
			padding: 20px !important;
		}

		.resource-content .body-container .span12 {
			padding-left: 20px !important;
			padding-right: 20px !important;
		}

		.body-container .span12.related-content {
			padding-right: 20px !important;
			padding-left: 20px !important;
		}
	}

	.table-wrapper {
		overflow-x: scroll;
	}

	figure {
		margin: 0 !important;
		padding-bottom: 20px;
		max-width: 100% !important;
	}

	@media(max-width: 650px) {
		blockquote {
			max-width: 100% !important;
			margin: 0 !important;
			padding: 0 !important;
		}
	}

	.newsletter-body .row-fluid-wrapper > .row-fluid > div.span8.widget-type-google_search {
		padding: 0 !important;
	}

	/* Thank you LP */
	#hs_cos_wrapper_module_13944852106241008 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}


	/* general css */
    
    body {
        width: 100%;
        max-width: 1000px;
        min-width: 320px;
/*        padding-left: 20px;
        padding-right: 20px;*/
        box-sizing: border-box;
        margin: 0 auto;
        background: #adb2ba;
        box-shadow: 12px 0 15px -4px #888, -12px 0 8px -4px #888;
    }
    
    body .header-container-wrapper,
    body .body-container-wrapper,
    body .footer-container-wrapper { 
        background: white;
        /*box-shadow: -5px 0 5px -5px #333, 5px 0 5px -5px #333;*/
    }
    
    .shadow-box {
        box-shadow: 12px 0 15px -4px #888, -12px 0 8px -4px #888;
        position: absolute;
        width: 1000px;
        margin: 0 auto;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    .widget-type-logo img {
        padding: 40px 0px 25px 40px !important;
    }
    
    @media (max-width: 767px) {

    .row-fluid [class*="span"] {
        float: left;
    }
    
        .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: 95px !important;
    }
}


    .body-container div.row-fluid h1, 
    .body-container div.row-fluid h2, 
    .body-container div.row-fluid h3, 
    .body-container div.row-fluid h4, 
    .body-container div.row-fluid h5, 
    .body-container div.row-fluid h6 {
        margin: 0 0 .4em;
        line-height: 1;
        font-family: Arial,Helvetica,sans-serif;
        color: #656972;
        font-weight: bold;
        text-transform: normal;
    }
    
    .body-container div.row-fluid h2 {
        font-size: 18pt;
    }
    
    .body-container p {
        padding-right: 0;
        font-size: 14px;
    }

    @media(max-width: 650px) {
    	.body-container p {
    		padding-right: 0;
    	}
    }
    
    .inner-page-content {
        padding: 0 !important;
    }

    .inner-page-content p {
    	padding-left: 0 !important;
    }

    .inner-page-content h1 {
    	padding-left: 0 !important;
    }
    
    div.span12 .hs-menu-flow-horizontal > ul > li > a {
        padding: 3px 38px 0 0 !important;
    }
    
    .header-container ul {
        text-transform: uppercase;
        font-weight: normal;
        margin-left: 40px !important;
    }
    
    .header-container ul li:nth-child(5) {
        margin-left: 193px !important;
    }
    
    .hs-menu-flow-horizontal {
        color: #B3CDDC;
        font-style: italic;
        font-family: 'avenir_lt', sans-serif;
        font-weight: normal;
        background: #656972;  
        text-align: right;
        height: 26px !important;
    }
    
    .hs-menu-flow-horizontal ul {
        margin-top: -2px;   
    }
    
    .hs-menu-flow-horizontal > ul > li > a {   
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 1px;
        color: #B3CDDC;
        margin-top: 2px;
    }
    
    div.span12 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        font-weight: bold;
        text-transform: uppercase;
        color: rgb(179, 205, 220);
    }
    
    div.span12 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
        color: white;
    }
    
    a.blog-link {
        margin-left: 207px !important;
    }
    
    #footer-links {
        position: relative;
        top: -149px;
        left: 645px;
        width: 250px;
    }
    
    #footer-links a {
        display: block;
        color: rgb(101, 105, 114);
        font-weight: bold;
    }
    
    #footer-links a:hover {
        color: #999;
    }
    
    #footer-links a.blog-link {
        margin: 0 !important;
        padding: 0 0 25px 0 !important;
    }
    
    #footer-links a.contact-link {
        margin: 0 !important;
        padding: 0 0 25px 0  !important;
    }
    
    .row-fluid div.footer-menu .hs-menu-flow-horizontal > ul > li.active-branch > a.contact-link:hover {
        color: #999 !important;
    }
    
    .row-fluid div.footer-menu {
        margin-top: 60px;
        width: 1000px;
        height: 170px;
        padding-top: 20px;
        padding-left: 40px;
        border-top: 1px solid rgb(210, 213, 217);
    }
    
    .hs-content-name-home .row-fluid div.footer-menu {
        /*margin-top: -60px;*/
    }
    
    .hs-content-name-what-we-do .row-fluid div.footer-menu {
        /*margin-top: 30px;*/
    }
    
    .hs-content-name-plan-design .row-fluid div.footer-menu,
    .hs-content-name-vendor-search .row-fluid div.footer-menu,
    .hs-content-name-investment-consulting .row-fluid div.footer-menu,
    .hs-content-name-employee-engagement .row-fluid div.footer-menu,
    .hs-content-name-fiduciary-governance .row-fluid div.footer-menu,
    .hs-content-name-fee-benchmarking .row-fluid div.footer-menu,
    .hs-content-name-resource-center .row-fluid div.footer-menu {
/*        margin-top: 5px;*/
    }
    
    .row-fluid div.footer-menu ul {
        font-family: Arial, sans-serif !important;
        background: white !important;
        color: #656972 !important;
        width: 100% !important;
    }
    
    .row-fluid div.footer-menu ul li {
        padding-right: 50px !important;
    }
    
    .row-fluid div.footer-menu ul a {
        color: #656972 !important;
        font-family: Arial, sans-serif !important;
        font-size: 9pt !important;
        font-style: normal !important;
        line-height: .7 !important;
        text-align: left !important;
        font-weight: bold;
    }
    
    .footer-menu .hs-menu-flow-horizontal ul ul li a {
        padding: 5px 0px !important;
    }
    
    .row-fluid div.footer-menu ul a:hover {
        color: #999 !important;
    }
    
    .row-fluid div.footer-menu .hs-menu-flow-horizontal > ul > li > a {
        padding: 5px 0px !important;
    }
    
    .row-fluid div.footer-menu .hs-menu-flow-horizontal > ul > li.active-branch > a {
        color: #656972  !important;
        background: white  !important;
    }
    
    .row-fluid div.footer-menu ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        font-weight: normal !important;
        text-transform: none !important;
    }
    
    .header-container ul.hs-breadcrumb-menu {
        margin-top: -10px;
        margin-left: 38px !important;
    }
    
    .hs-breadcrumb-menu li a.hs-breadcrumb-label,
    .hs-breadcrumb-menu span.hs-breadcrumb-label {
        color: rgb(123, 127, 138) !important;
        text-transform: uppercase !important;
        font-style: italic;
        font-size: 7pt;
    }
    
    .hs-breadcrumb-menu-item { 
        padding: 10px 4px !important;   
    }
    
    /*** SOCIAL LINKS ***/
    
    div#social-links {
        margin-left: -1px;
    }
    
    div#social-links a {
        display: inline-block;
        width: 25px;
        height: 18px;
        background: url(//cdn2.hubspot.net/hub/309123/file-447154706-png/images/social-links.png) no-repeat;
    }
    
    #in         { background-position: 0 0 !important; }
    #in:hover   { background-position: 0 -23px !important ; }
    #tw         { background-position: -30px 0 !important; }
    #tw:hover   { background-position: -30px -23px !important; }
    #gp         { background-position: -60px 0 !important; }
    #gp:hover   { background-position: -60px -23px !important; }
    
    
    /*** SEARCH BAR ***/
    .widget-type-google_search {
        width: 300px !important;
        float: right !important;
    }
    
    #hs-search-module a.hs-button.primary {
        width: 18px;
        height: 18px;
        margin: 8px 0 0 -21px;
        text-indent: -9999px;
        color: transparent;
        border: none;
        background: url(//cdn2.hubspot.net/hub/309123/file-460088817-png/images/search-submit-2.png) no-repeat;
        box-shadow: none;
    }
    
    #hs-search-module input {
        width: 250px;
        height: 20px;
        min-height: 20px;
        padding: 0 0 0 10px !important;
        border-radius: 30px;
        border: 1px solid rgb(137, 141, 153);
        font-size: 10pt;
        margin: 102px 0px 0px 0px;
        color: rgb(137, 141, 153);
        letter-spacing: 1px;
    }
    
    .footer-container {
        text-align: left;
        padding-left: 40px;
    }

    /*** HOME PAGE ***/
    .home-header {
        padding-top: 2px;
        width: 100%;
        max-width: 1040px;
    }

    @media(max-width: 1000px) {
    	.home-header {
    		padding-top: 5px;
    	}
    }
    
    .services {
    	overflow: hidden;
    }

    .services-row {
    	padding-bottom: 5px;
    	overflow: hidden;
    	box-sizing: border-box;
    }

    .services-row-top {
    	padding-top: 5px;
    }

    @media(max-width: 650px) {
    	.services-row-top {
    		padding-bottom: 0;
    	}
    }

    .services a {
    	display: inline-block;
    	width: 33.3333333%;
    	box-sizing: border-box;
    	float: left;
    	padding-left: 2.5px;
    	padding-right: 2.5px;
    }

    @media(max-width: 800px) {
    	.services a {
    		padding-left: 0;
    		padding-right: 0;
    	}
    }

    .services-row a:first-child {
    	padding-left: 0;
    }

    .services-row a:last-child {
    	padding-right: 0;
    }

    @media(max-width:650px) {
    	.services a {
			display: inline-block;
			width: 100%;
			float: left;
			padding-bottom: 5px;
    	}
    }
    
    .services img {
        padding: 0;
        width: 100%;
    }
    
    .webinar {
        width: 33.1%;
        float: left;
     	box-sizing: border-box;
     	position: relative;
    }

    @media(max-width: 800px) {
    	.webinar {
    		width: 100%;
    		padding: 0;
    	}
    }

    .webinar img {
    	width: 100%;
    	height: auto;
    	padding-bottom: 6px;
    }
    
    div.home-bottom-right {
        width: 66.9%;
        float: left;
        margin: 0;
        box-sizing: border-box;
        padding-left: 5px;
    }

    @media(max-width: 800px) {
    	div.home-bottom-right {
    		width: 100%;
    		padding: 0;
    	}
    }

    @media(max-width: 800px) {
    	div.home-bottom-right > a {
			display: block;
			box-sizing: border-box;
			padding-top: 5px;
    	}
    }
    
    div.home-bottom-right img {
        display: inline-block;
        padding-bottom: 5px;
        width: 100%;
    }
    
    div.home-bottom-right a.blog-link {
        margin: 0 !important;
    }
    
    .newsletter {
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding-right: 2.5px;
        position: relative;
    }

    @media(max-width: 650px) {
    	.newsletter {
    		width: 100%;
    		padding: 0;
    	}
    }
    
    .white-paper {
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding-left: 2.5px;
        position: relative;
    }

    @media(max-width: 650px) {
    	.white-paper {
    		width: 100%;
    		padding: 0;
    	}
    	.white-paper > a {
			display: block;
			box-sizing: border-box;
			padding-top: 5px;
    	}
    }
    
    .home-links {
        width: 1000px;
        position: relative;
        top: -70px;
    }
    
    .home-links td {
        width: 330px;
        text-align: center;
        padding: 0 30px;
    }
    
    .home-links td p,
    .home-links td a {
        display: block;
        text-align: center;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .home-links a {
        text-decoration: underline;
        font-size: 13px;
    }

    .home-link-block {
		width: 100%;
		margin: 0 auto;
		background-color: #CBDEE7;
		display: block;
		height: 65px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 15px;
		box-sizing: border-box;
    }
    
    /*** BLUE HEADER ***/
    .blue-bar {
        clear: both;
        background: #D7E6ED;
        margin-top: 2px;
        margin-bottom: 30px;
        width: 100%;
        max-width: 100%;
        height: auto !important
    }

    .blue-bar img {
    	max-width: 100%;
    	width: 100%;
    	height: auto;
    }
    
    /*** WHO WE ARE MENU ***/

    body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-1 > div > div.span2.widget-span.widget-type-menu.who-we-are-menu {
    	padding-right: 0 !important;
    }
    
    div.who-we-are-menu ul.active-branch {
        background: white;
        text-transform: normal;
        padding: 0 !important;
    }

    @media(max-width: 800px) {
	    div.who-we-are-menu ul > li {
	    	padding-left: 10px !important;
	    }

	    div.who-we-are-menu ul > li > a {
	    	padding-left: 0 !important;
	    }
	}
    
    div.who-we-are-menu ul li,
    div.who-we-are-menu ul li:hover,
    div.who-we-are-menu ul li.active,
    div.who-we-are-menu ul li.active:hover {
        background: none;
    }
    
    div.who-we-are-menu ul li a {
        text-transform: none;
        color: #ADB2BA;
        font-weight: bold;
        line-height: 1;
        padding: 4px 10px !important;
        letter-spacing: normal;
    }
    
    div.who-we-are-menu ul li.active a,
    div.who-we-are-menu ul li a:hover {
        color: #656972;
    }
    
    div.who-we-are-menu ul li.hs-menu-depth-1 a {
        font-size: 11pt;
    }
    
    div.who-we-are-menu ul li.hs-menu-depth-2 a {
        font-size: 10pt;
        font-weight: normal;
    }
    
    div.who-we-are-menu ul ul {
        padding: 0px !important;
    }
    
    .who-we-are-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    @media(min-width: 801px) {
    	.body-container div.span3.who-we-are-menu {
    		padding-right: 0 !important;
    	}
    }
    
    /*** TEAM PAGE ***/

    .team-header img {
    	width: 100%;
    	max-width: 100%;
    	height: auto;
    }
    
    .team-content {
        padding-left: 20px;
        box-sizing: border-box;
    }

    .team-content .hs_cos_wrapper_type_rich_text > * {
    	padding-left: 0 !important;
    }
    
    h1 img {
        padding-top: 5px;
    }
    
    div.who-we-are-menu ul li.hs-menu-depth-2 {
        width: 140px !important;
    }
    
    div.who-we-are-menu ul li.hs-menu-depth-2 a {
        color: #ADB2BA;
    }
    
    div.who-we-are-menu ul li.hs-menu-depth-2.active a,
    div.who-we-are-menu ul li.hs-menu-depth-2 a:hover {
        color: #656972;
        font-weight: bold;
    }

    .team-table {
    	width: 100% !important;
    	height: auto !important;
    	overflow: hidden;
    }

    
    .team-table td {
        width: 50%;
        padding: 15px 0px;
        padding-left: 0 !important;
        margin: 0;
        box-sizing: border-box;
    }

    @media(max-width: 800px) {
    	.team-table td {
    		width: 100%;
  			float: left;
  			padding-left: 0 !important;
  			display: block;
    	}
    }
    
    .team-table img {
        float: left;
    }
    
    .team-text {
        padding-left: 10px;
        width: auto;
        float: left;
        line-height: .9;
        box-sizing: border-box;
    }
    
    .team-text h4 {
        text-transform: none;
        font-size: 10pt;
        color: #656972;
    }
    
    .team-text h4,
    .team-text p,
    .team-text a {
        margin: 4px 0px 0px !important;
        padding: 3px 1px 0px !important;
    }
    
    .team-text p,
    .team-text a {
        font-size: 8pt;
        font-weight: bold;
    }
    .team-text a {
        text-decoration: underline;
    }
    
    .team-text h4 a {
        font-size: 10pt !important;
        font-weight: bold;
        color: rgb(101, 105, 114);
        text-decoration: none;
    }
    
    .team-text h4 a:hover {
        color: #999;
    }
    
    .team-header {
        margin-top: 2px;
        margin-bottom: 30px;
    }
    
    
    /*** WHAT WE DO ***/
    
    .hs-content-name-what-we-do table {
        margin-left: 0;
        width: 100% !important;
        padding-right: 40px !important;
        box-sizing: border-box;

    }

    @media(max-width: 998px) {
	    .hs-content-name-what-we-do table {
			height: auto!important;
			width: 100% !important;
			padding-right: 40px !important;
			box-sizing: border-box;
		}
    }

    @media(max-width: 650px) {
	    .hs-content-name-what-we-do table {
			height: auto!important;
			width: 100% !important;
			padding-right: 0 !important;
			box-sizing: border-box;
		}

	    .hs-content-name-what-we-do table tr td:first-child {
			vertical-align: top;
			padding-top: 30px;
			padding-right: 8px;
			box-sizing: border-box;
		}
	    .hs-content-name-what-we-do table tr td:first-child img {
			padding: 0 !important;
		}    
    }
    
    .hs-content-name-what-we-do table a {
        font-weight: bold;
        font-style: italic;
        font-size: 7pt;
    }
    
    .hs-content-name-what-we-do table p {
        font-size: 13px;
        padding: 0;
    }
    
    .hs-content-name-what-we-do div.row-fluid table h1 {
        line-height: .3;
        padding-top: 20px !important;
    }
    
    .icon-box {
        margin-top: 8px;
        padding-left: 13px;
        width: 75px !important;
    }
    
    .what-we-do-home td span img {
        vertical-align: 350%;
        padding: 0 10px 0 40px;
        margin-top: -5px; 
    }
    
    .what-we-do-home table h1 a {
        font-size: 20pt;
        color: rgb(101, 105, 114);
        text-decoration: none;
        font-style: normal !important;
    }

    #hs_cos_wrapper_widget_419249407 > table > tbody > tr:nth-child(1) > td:nth-child(1) {
    	overflow: hidden;
    	width: 120px;
    }

    @media(max-width: 800px) {
	    #hs_cos_wrapper_widget_419249407 > table > tbody > tr:nth-child(1) > td:nth-child(1) {
	    	overflow: hidden;
	    	width: 100px;
	    }
    }
   
   .what-we-do-content {
       border-right: 1px solid #d2d5d9;
       margin-top: 0px;
       padding-top: 33px;
       margin: 0 !important;
   }
   
   .what-we-do-content ul,
   .what-we-do-content ol {
       font-size: 14px;
       padding: 0 30px 0 40px !important;
   }
   
   .what-we-do-sidebar {
       margin: 0 !important;
   }
   
   .what-we-do-menu  {
        width: 100% !important;
        margin-top: -40px;
    }
   
    .what-we-do-menu ul {
        list-style: none;
        margin-top: 50px;
        background: white;
        padding-left: 20px;
    }
    
    .what-we-do-menu ul li a {
        display: block;
        padding: 7px 10px 8px 40px !important;
        margin-top: 10px !important;
    }
    
    .what-we-do-menu ul li a {
        color: #ADB2BA;
        font-weight: bold;
    }
    
    .grey-fill {
    	display: none !important;
    }

    @media(max-width: 800px) {
    	.grey-fill {
    		display: none !important;
    	}
    }
    
    .grey-fill img {
    }
    
    .hs-content-name-vendor-search .grey-fill img {
        margin-top: 54px;
    }
            
    /*** What We Do Menu Links ***/
    li.ic a {
        background: url(//cdn2.hubspot.net/hub/309123/file-438756928-png/images/wwd-menu/ic-menu.png) 0 -31px no-repeat;
    }
    
    li.pd a {
        background: url(//cdn2.hubspot.net/hub/309123/file-441289647-png/images/wwd-menu/pd-menu.png) 0 -31px no-repeat;
    }
    
    li.vs a {
        background: url(//cdn2.hubspot.net/hub/309123/file-438756923-png/images/wwd-menu/vs-menu.png) 0 -32px no-repeat;
    }
    
    li.ee a {
        background: url(//cdn2.hubspot.net/hub/309123/file-441289642-png/images/wwd-menu/ee-menu.png) 0 -31px no-repeat;
    }
    
    li.fg a {
        background: url(//cdn2.hubspot.net/hub/309123/file-438756918-png/images/wwd-menu/fg-menu.png) 0 -32px no-repeat;
    }
    
    li.fb a {
        background: url(//cdn2.hubspot.net/hub/309123/file-441356677-png/images/wwd-menu/fb-menu.png) 0 -31px no-repeat;
    }
    
    li.fb {
        margin-top: -3px;   
    }
    
    li.ic a:hover,
    li.ic a.active {
        color: #5986A1;
        background: url(//cdn2.hubspot.net/hub/309123/file-438756928-png/images/wwd-menu/ic-menu.png) 0 1px no-repeat;
    }
    
    li.pd a:hover,
    li.pd a.active {
        color: #7A5C41;
        background: url(//cdn2.hubspot.net/hub/309123/file-441289647-png/images/wwd-menu/pd-menu.png) 0 1px no-repeat;
    }
    
    li.vs a:hover,
    li.vs a.active {
        color: #7B7F8A;
        background: url(//cdn2.hubspot.net/hub/309123/file-438756923-png/images/wwd-menu/vs-menu.png) 0 1px no-repeat;
    }
    
    li.ee a:hover,
    li.ee a.active {
        color: #BA6836;
        background: url(//cdn2.hubspot.net/hub/309123/file-441289642-png/images/wwd-menu/ee-menu.png) 0 1px no-repeat;
    }
    
    li.fg a:hover,
    li.fg a.active {
        color: #699968;
        background: url(//cdn2.hubspot.net/hub/309123/file-438756918-png/images/wwd-menu/fg-menu.png) 0 0px no-repeat;
    }
    
    li.fb a:hover,
    li.fb a.active {
        color: #E68C00;
        background: url(//cdn2.hubspot.net/hub/309123/file-441356677-png/images/wwd-menu/fb-menu.png) 0 1px no-repeat;
    }
    
   
   	.body-container div.row-fluid .what-we-do-content h1 { 
       font-size: 20pt;
       padding: 0 0 10px 0 !important;
       margin: 0 !important;
   	}
   
   	div.row-fluid .related-content {
       background: #D7E6ED;
       margin-top: 30px;
   	}
   
   	.hs-content-name-plan-design .row-fluid div.related-content,
   	.hs-content-name-vendor-search .row-fluid div.related-content,
   	.hs-content-name-investment-consulting .row-fluid div.related-content,
   	.hs-content-name-employee-engagement .row-fluid div.related-content,
   	.hs-content-name-fiduciary-governance .row-fluid div.related-content,
   	.hs-content-name-fee-benchmarking .row-fluid div.related-content {
        margin-top: 5px;
    }
   
   	div.row-fluid .related-content h3 {
        padding: 4px;
        padding-left: 100px;
        width: 145px;
        background: white;
        border-bottom-right-radius: 10px;
        color: #659CBB;
        margin-top: -15px;
   	}

   	.body-container div.span1.icon-box {
   		padding-right: 0 !important;
   	}

   	.body-container div.span3.what-we-do-sidebar {
   		padding: 0 !important;
   	}

/*    @media(max-width: 998px) {
    	.body-container div.span3.what-we-do-sidebar {
    		width: 100% !important;
    	}
    }*/
   
   	/*** FAQS + other content***/
   
   	.faq-content h4 {
       color: rgb(101, 156, 187) !important;
   	}
   
   	.faq-content {
       padding: 0 60px 30px 100px !important;
       font-size: 10pt;
    }
   
    div.row-fluid .faq-links .related-content {
        padding-bottom: 10px;  
    }
   
    div.row-fluid .faq-links .related-content h3 {
        width: 140px;   
    }
    
    .related-content table {
        padding-left: 100px;
        padding-top: 5px;
        padding-bottom: 10px;
        width: 100%;
        margin-left: -2px;
    }

    @media(max-width: 800px) {
    	.related-content table {
    		padding-left: 0;
    	}
    }
    
    .related-content table td {
        width: 500px;
        height: 25px;
        margin: 0 !important;
        padding-right: 20px !important;
        font-size: 7pt;
        font-weight: bold;
        vertical-align: top;
    }

    @media(max-width: 800px) {
    	.related-content table td {
    		width: 100%;
    		float: left;
    		height: auto;
    		padding-bottom: 14px;
    	}
    }
    
    .related-content table td p {
        font-size: 7pt;
        font-weight: bold;
        margin: 0 0 .5em !important;
        
    }
    
    .related-content table td a {
        text-decoration: underline;
        margin: 0 !important;
        padding: 0 0px 0 0 !important;
        font-size: 9pt;
        font-weight: normal;
        position: relative;
        top: -4px;
    }

    @media(max-width: 800px) {
	    #hs_cos_wrapper_module_1389402045558686 > img {
	    	width: 100%;
	    	max-width: 100%;
	    	margin: 0 !important;
	    }
	}
    
    body.resource-content .row-fluid .footer-menu {
        margin-top: 5px;
    }
    
     /*** RESOURCE CENTER ***/
   	div.row-fluid .resource-center-content {
       padding-left: 100px !important;
       padding-right: 100px !important;
       font-size: 10pt;
       margin-bottom: 40px;
       line-height: 1;
   	}

   	@media(max-width: 800px) {
   		div.row-fluid .resource-center-content {
   			line-height: 1.4 !important;
   			padding-left: 20px !important;
   			padding-right: 20px !important;
   		}
   	}
   
   	div.row-fluid .resource-center-content table {
        margin-left: -2px;
        width: 100% !important;
        max-width: 100%;
        height: auto;
   	}

   	#hs_cos_wrapper_widget_2896053954 > table {
   		width: 100% !important;
   	}

	   	div.row-fluid .resource-center-content table td {
	   		width: 50%;
	   		float: left;
	   		padding-bottom: 10px;
	   		box-sizing: border-box;
	  	}

    #hs_cos_wrapper_widget_2896053954 > table:nth-child(10) td:first-child {
    	width: 10% !important;
    }

    #hs_cos_wrapper_widget_2896053954 > table:nth-child(10) td:nth-child(2) {
    	width: 90% !important;
    }

    @media(max-width: 650px) {
	    #hs_cos_wrapper_widget_2896053954 > table:nth-child(10) td:first-child {
	    	width: 100% !important;
	    }
	    #hs_cos_wrapper_widget_2896053954 > table:nth-child(10) td:nth-child(2) {
	    	width: 100% !important;
	    }  	
    }

  	@media(max-width: 800px) {
	   	div.row-fluid .resource-center-content table {
	        margin-left: -2px;
	        width: 100% !important;
	        max-width: 100%;
	        height: auto;
	   	}

	   	div.row-fluid .resource-center-content table td {
	   		width: 100%;
	   		float: left;
	   		padding-bottom: 10px;
	  	}
  	}
   
   	div.row-fluid .resource-center-content p {
       padding: 0 !important;
       font-size: 10pt;
       line-height: 1.4;
   	}
   
    div.row-fluid .resource-center-content h3 {
       width: 100%;
       border-bottom: 1px solid #d2d5d9;
       padding-top: 20px;
       padding-bottom: 3px
    }
    
    div.row-fluid .resource-center-content table h3 {
       width: 400px;
       border-bottom: 1px solid #d2d5d9;
    }

    @media(max-width: 800px) {
	    div.row-fluid .resource-center-content table h3 {
	       width: 100%;
	       border-bottom: 1px solid #d2d5d9;
	    }    	
    }
    
    div.row-fluid .resource-center-content a {
        text-decoration: underline;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .date-table td {
        vertical-align: top;
    }
    
    .date-table tr td:first-child {
        font-size: 10px;
        padding-top: 3px;
    }
    
    .date-table tr td:nth-child(2) {
    }

    @media(min-width: 801px) {
    	.date-table tr td:first-child {
    		width: 10% !important;
    	}

    	.date-table tr td:nth-child(2) {
    		width: 90% !important;
    	}
    }
    
    .date-table td a {
        font-size: 11px;
    }
    
    .case-studies p {
        margin: 0 0 8px !important; 
        font-size: 10pt;
    }
    
    /**** NEWSLETTER ****/

    @media(min-width: 801px) {
	    .newsletter-body .span8.newsletter-main,
	    .newsletter-body .span4.newsletter-sidebar {
	    	padding: 0 !important;
	    }
	}

	@media(max-width: 800px) {
	    .newsletter-body .newsletter-sidebar .span12.upcoming-events-sidebar {
	    	height: auto !important;
	    }
	}

	.newsletter-body .row-fluid-wrapper > .row-fluid > div.span8 {
		padding-top: 10px !important;
		padding-left: 40px !important;
		padding-right: 20px !important;
	}

	.newsletter-body span#hs_cos_wrapper_left_column {
		padding-right: 0 !important;
	}

	@media(max-width: 800px) {
		.newsletter-body .row-fluid-wrapper > .row-fluid > div.span8 {
			padding-top: 10px !important;
			padding-left: 0 !important;
			padding-right: 0 !important;
		}
	}
    
    .body-container div.span12.newsletter-header-image {
        margin-top: 2px;
        padding: 0 !important;
    }
    
    .newsletter-header {
        padding: 5px 0 0 100px;
    }
    
    .newsletter-content {
        padding-left: 100px !important;
        padding-top: 30px !important;
        box-sizing: border-box !important;
    }
    
    .newsletter-content p {
        padding-right: 10px !important;
        margin: 0px 0px .5em;
    }
    
    .newsletter-content a {
        color: rgb(101, 156, 186);
        text-transform: uppercase;
        font-size: 10px;
        font-weight: bold;
        font-style: italic;
    }
    
    .newsletter-content img {
        float: left;
        padding-right: 15px;
        margin-top: 5px;
    }
    
    .body-container .row-fluid .newsletter-content h2 {
        font-size: 17pt;
    }
    .newsletter-content h3 {
        font-size: 15px;
    }
    
    .newsletter-main {
        width: 67%  !important;
        float: left !important;
        box-sizing: border-box;
    }
    
    .newsletter-sidebar {
        width: 33% !important;
        float: left !important;
        padding: 0 !important;
        box-sizing: border-box;
        margin: 0 !important;
        overflow: hidden !important;
    }

    @media(max-width: 800px) {
    	.newsletter-sidebar > div > div > div {
    		background-image: none;
    		background-color: #d7e6ed;
    	}
    }
    
    .newsletter-form-box {
        position: relative;
        background: url(//cdn2.hubspot.net/hub/309123/file-465919105-png/images/newsletter-form.png);
        padding: 40px;
        height: 358px;
        width: 330px;
        margin-top: 5px;
    }

    @media(min-width: 801px) {
    	.body-container div.span12.newsletter-form-box {
    		padding: 28px !important;
    	}
    }
    
    .newsletter-form input[type='text'],
    .newsletter-form input[type='email'] {
        height: 20px;
        padding: 0 0 0 5px !important;
        border: 1px solid #adb2ba;
        width: 100% !important;
    }
    
    .newsletter-form-header {
        padding-right: 20px !important;
        font-size: 18px;
        color: rgb(123, 127, 138) !important;
        font-size: 18px !important;
        margin-top: 28px;
        font-weight: bold !important;
        padding-right: 15px !important;
        width: 300px !important;
        padding-bottom: 10px;
    }
    
    .newsletter-form input[type='submit'] {
        display: block;
        width: 142px;
        height: 34px;
        background: url(//cdn2.hubspot.net/hub/309123/file-464575877-png/images/subscribe.png) 0 0 no-repeat;
        border: none;
        box-shadow: none;
        margin: 25px 0 0 45px;
    }
    
    .newsletter-form input[type='submit']:hover {
        background: url(//cdn2.hubspot.net/hub/309123/file-464575877-png/images/subscribe.png) 0 0 no-repeat;
    }
    
    .upcoming-events-sidebar {
        text-align: center;
        margin-top: 5px;
        background: #d7e6ed;
        width: 330px;
        min-height: 720px !important;
    }
    
    .body-container div.row-fluid .upcoming-events-sidebar h2 {
        color: white;
        background: #98b6c7;
        font-size: 16px;
        height: 30px;
        padding-top: 14px;
        margin-bottom: 10px;
        letter-spacing: 2px;
    }
    
    .body-container div.row-fluid .upcoming-events-sidebar p {
        padding: 5px 15px;
        font-size: 12px;
    }
    
    .body-container .upcoming-events-sidebar  a {
        text-decoration: underline;
    }
    
    .newsletter-body .row-fluid .footer-menu {
        margin-top: 5px;
    }
    
    
    /**** Webinar ****/

    @media(max-width: 800px) {

    	.hs-landing-page .header-container {
    		padding-bottom: 0 !important;
    	}

/*	    body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-1 > div > div > div > div > div {
	    	display: none !important;
	    }*/

	}
    
    .webinar-content {
        padding-left: 100px !important;
        margin-top: 20px !important
    }
    
    .webinar-content {
        width: 64% !important
    }

    @media(min-width: 801px) {
    	.body-container div.span8.webinar-content {
    		padding: 0 0 10px 40px !important;
    		margin: 0 !important;
    	}

    	.body-container div.span4.webinar-form-box {
    		padding: 28px !important;
    		margin: 0 !important;
    	}
    }
    
    .webinar-form-box {
        width: 33% !important;
    }

    @media(max-width: 800px) {
    	.body-container div.span4.webinar-form-box {
    		background-image: none;
    		background-color: #d7e6ed;
    	}
    }
    
    .webinar-content img {
        float: left;
        padding-right: 10px;
    }
    
    .webinar-content h1 {
        color: #656972 !important;
        padding-right: 30px;
        font-size: 22pt;
    }
    
    .webinar-content h3 {
        padding: 2px !important;
        margin: 0 !important;
        color: #656972 !important;
    }
    
    .webinar-content p {
        color: #656972;
        font-size: 15px;
        padding: 0 15px 0 0 !important;
        line-height: 1.3;
    }

    .webinar-form-box {
        position: relative;
        top: -25px;
        margin-left: -15px;
        background: url(//cdn2.hubspot.net/hub/309123/file-464499592-png/images/webinar-bg-1.png);
        padding: 40px;
        height: 481px;
        float: right !important;
    }
    
    span.hs-form-required {
        display: none !important;
    }

    .body-container .webinar-form-box p {
        padding: 0;
    }
    
    .webinar-form input[type='text'],
    .webinar-form input[type='email'],
    .webinar-register-form input[type='text'],
    .webinar-register-form input[type='email'] {
        height: 20px;
        padding: 0 0 0 5px !important;
        border: 1px solid #adb2ba;
    }

    .webinar-form input[type='submit'] {
        display: block;
        width: 186px;
        height: 34px;
        background: url(//cdn2.hubspot.net/hub/309123/file-445300567-png/images/view-webinar.png) 0 0 no-repeat;
        border: none;
        box-shadow: none;
        margin: 20px 0 0 25px;
    }
    
    .webinar-form input[type='submit']:hover {
        background: url(//cdn2.hubspot.net/hub/309123/file-445300567-png/images/view-webinar.png) 0 0 no-repeat;
    }
    
    .webinar-register-form input[type='submit'] {
        display: block;
        width: 134px;
        height: 32px;
        background: url(//cdn2.hubspot.net/hub/309123/file-459109979-png/images/register.png) 0 0 no-repeat;
        border: none;
        box-shadow: none;
        margin: 20px 0 0 53px;
    }
    
    .webinar-register-form input[type='submit']:hover {
        background: url(//cdn2.hubspot.net/hub/309123/file-459109979-png/images/register.png) 0 0 no-repeat;
    }
    
    
    .form-header,
    .register-form-header {
        font-size: 18px;
        color: rgb(123, 127, 138) !important;
        font-size: 18px !important;
        margin-top: 50px;
        font-weight: bold !important;
        padding-right: 30px !important;
        padding-bottom: 20px;
    }

    /*** GATE FORM ***/
    
    #gate-form.webinar-form-box {
        background: url(//cdn2.hubspot.net/hub/309123/file-546324638-png/images/gate-bg.png);
    }

    @media(max-width: 800px) {
    	#gate-form.webinar-form-box {
    		background-image: none !important;
    		background-color: #d7e6ed !important;
    	}
    }

    #gate-form.webinar-form-box .webinar-form input[type='submit'] {
        width: 214px;
        height: 34px;
        background: url(//cdn2.hubspot.net/hub/309123/file-542339749-png/images/get-access.png) 0 0 no-repeat;
    }
    
    #gate-form.webinar-form-box .webinar-form input[type='submit']:hover {
        background: url(//cdn2.hubspot.net/hub/309123/file-542339749-png/images/get-access.png) 0 0 no-repeat;
    }

    
    /*** BLOG ***/
    .blog-banner {
        padding-top: 3px;
    }

    @media(max-width: 800px) {
    	.body-container .span12.blog-banner {
    		padding: 0 !important;
    	}
    }
    
    .blog-section {
        /*margin: 50px 0 0 100px;*/
    }
    @media(max-width: 999px) {
    	.blog-section {
    		margin: 0 !important;
    		padding-left: 100px !important;
    		padding-right: 100px !important;
    	}
    }

    @media(max-width: 800px) {
    	.blog-section {
    		padding-left: 0 !important;
    		padding-right: 0 !important;
    	}
    }
    
    .body-container .blog-section p {
        padding-right: 0px;
    }
    
    .blog-page .post-listing .post-body {
        margin-bottom: 60px;
    }
    
    div.post-header h2 a {
        color: #656972 !important;
        font-size: 30px !important;
    }

    @media(max-width: 650px) {
    	div.post-header h2 a {
    		font-size: 1.5rem !important;
    	}
    }
    
    .blog-page .post-header {
        margin-bottom: 10px;
    }
    
    .body-container .blog-content .post-header p {
        display: inline-block;
        font-size: 12px;
    }
    
    .body-container .blog-content a.author-link {
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
        padding-right: 10px;
    }
    
    .blog-sidebar {
        border-left: 1px solid rgb(210, 213, 217);
        padding-left: 20px;
        width: 280px !important;
        padding-right: 20px;
        float: right !important;
        margin-top: 15px;
        min-height: 520px !important;
    }

    @media(max-width: 999px) {
    	body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-2 > div > div > div.row-fluid-wrapper.row-depth-1.row-number-3 > div > div.span4.widget-span.widget-type-cell.blog-sidebar,
    	.blog-sidebar {
    		width: 100% !important;
    		padding-left: 100px !important;
    		padding-right: 100px !important;
    	}
    }

    @media(max-width: 800px) {
    	body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-2 > div > div > div.row-fluid-wrapper.row-depth-1.row-number-3 > div > div.span4.widget-span.widget-type-cell.blog-sidebar,
    	.blog-sidebar {
    		padding-left: 0 !important;
    		padding-right: 0 !important;
    	}
    }
    
    .blog-sidebar .block h3 {
        margin: 0 !important;
    }
    
    .blog-sidebar .block a {
        padding-left: 1px;
    }
    
    .blog-sidebar img {
        width: 115px !important;
        margin: 0px 0 20px -7px;
    }
    
    .blog-sidebar h3 {
        font-size: 12px !important;
        color: #659cbb !important;
        text-transform: uppercase !important;
        margin-top: 20px !important;
    }
    
    .blog-sidebar form input[type='submit'] {
        display: block;
        width: 142px;
        height: 34px;
        background: url(//cdn2.hubspot.net/hub/309123/file-464575877-png/images/subscribe.png) 0 0 no-repeat;
        border: none;
        box-shadow: none;
        margin: 25px 0 0 5px;
        color: transparent;
        position: relative;
    }
    
    .blog-sidebar form input[type='submit']:hover {
        background: url(//cdn2.hubspot.net/hub/309123/file-464575877-png/images/subscribe.png) 0 0 no-repeat;
        color: transparent;
    }
 
    
    .blog-page .blog-sidebar ul {
       list-style: none; 
       padding: 0;
    }
    
    .blog-page .blog-sidebar ul li {
        padding: 5px 0;
    }

    .blog-page .blog-sidebar ul li a {
        color: #656972;
        font-size: 11px;
    }
    
    .blog-authors ul li a {
        font-weight: bold;
    }
    
    .blog-content {
        width: 692px !important;
    }

    @media(min-width: 1000px) {
    	.body-container .span8.blog-content {
    		padding-left: 40px !important;
    	}
    }

    @media(max-width: 999px) {
    	.blog-content {
    		width: 100% !important;
    	}
    }

    @media(max-width: 650px) {
    	.blog-content,
    	.blog-content .span12 {
    		padding: 0 !important;
    	}
    }

    .body-container div.row-fluid .blog-content h2 {
        padding-right: 35px;
        line-height: 1.1;
    }

    .blog-content img {
        float: left;
        margin: 0px 30px 0px 0px;
    }
    
    .body-container .blog-content p {
        font-size: 13px;
    }
    
    .body-container .blog-content p a {
        text-decoration: underline;
    }
    
    .blog-content #social-links {
        float: right;
    }
    
    .blog-page .footer-menu {
        margin-top: 5px !important;
    }


    .widget-type-blog_comments div.actions {
    	overflow-x: scroll !important;
    }
    
    
    
    /**** CONTACT PAGE ****/
    
    .hs-content-name-contact-us table {
        /*margin-top: -93px;*/
    }
    
    .hs-content-name-contact-us table img {
        /*margin-right: 95px; */
        float: right;
    }

    @media(max-width: 800px) {
    	.hs-content-name-contact-us table img {
    		margin-right: 0;
    	}
    }
    
    .hs-content-name-contact-us div.row-fluid .resource-center-content table a {
        text-decoration: none;
    }
    
    .hs-content-name-contact-us div.row-fluid .resource-center-content table a:hover {
        color: rgb(200, 200, 200) !important;
    }
    
    .hs-content-name-contact-us div.row-fluid  .footer-menu {
        /*margin-top: -101px;*/
    }
    
    /*SLIDE-IN CTA*/
#slidebox {
    padding: 10px 16px 10px 10px;
    background-color: #fff;
    border-top: 3px solid #659CBA;
    position: fixed;
    bottom: 0;
    right: -430px;
    -moz-box-shadow: -2px 0 5px #aaa;
    -webkit-box-shadow: -2px 0 5px #aaa;
    box-shadow: -2px 0 5px #aaa;
}

a.close {
    background: transparent url(//cdn2.hubspot.net/hub/53/file-527841348-gif/close.gif) no-repeat top left;
    width: 13px;
    height: 13px;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

a.close:hover {
    background-position: 0 -13px;
}

@media only screen and (max-device-width: 480px) {
    #slidebox {
       width: 100%;
    }
}



/* Header Styling */

@media(min-width: 1001px) {
	#menu-button {
		display: none !important;
	}
}

@media(max-width: 1000px) {
	#menu-button {
		display: block !important;
		text-align: left;
		padding-left: 20px !important;
		font-size: 2em !important;
		color: #B3CDDC;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.header-container .span4 {
		width: 100%;
		box-sizing: border-box;
	}

	.hs_cos_wrapper_type_logo img {
		height: auto;
		box-sizing: border-box;
		padding: 20px 60px 20px 20px !important;
		max-width: 550px;
	}

	.header-container ul {
		margin-left: 0 !important;
		padding: 20px !important;
		display: none !important;
	}

	.header-container ul li {
		display: block !important;
		width: 100% !important;
		padding: 10px 0 !important;
	}

	.header-container ul li:nth-child(5) {
		margin-left: 0 !important;
	}

	#hs-search-module input {
		margin-top: 0;
	}

	.header-container .hs-menu-flow-horizontal {
		overflow: hidden !important;
		height: auto !important;
	}

	.navigation-menu .hs_cos_wrapper_type_menu .hs-menu-flow-horizontal > ul.menu-expanded {
		display: block !important;
	}
}

@media(max-width: 650px) {
	.hs_cos_wrapper_type_logo img {
		width: 100% !important;
		height: auto;
	}
}


/* Mobile Breadcrumb Display */

@media(max-width: 1000px) {

.header-container ul.hs-breadcrumb-menu {
	display: block !important;
	margin-left: 0 !important;
}

.header-container ul.hs-breadcrumb-menu > li {
	width: auto !important;
	padding: 10px !important;
}


}

/* Footer Styling */
body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-2 > div > div > div.row-fluid-wrapper.row-depth-0.row-number-1 > div > div.span9.widget-span.widget-type-menu.footer-menu,
body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-2 > div > div.span8.widget-span.widget-type-menu.footer-menu,
body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-3 > div > div.span9.widget-span.widget-type-menu.footer-menu,

body > div.body-container-wrapper > div > [class*='row-number-'] > div > div.footer-menu,
.footer-menu {
	width: 68% !important;
	float: left !important;
	padding: 40px !important;
	margin-top: 60px !important;
}

body > div.body-container-wrapper > div > div[class*='row-depth-'] div.widget-span.widget-type-raw_jinja
{
	width: 32% !important;
	margin-left: 0 !important;
	float: left !important;
	margin-top: 60px !important;
	border-top: 1px solid #d2d5d9 !important;
	box-sizing: border-box;
	padding: 40px !important;
}

.body-container .span8,
.body-container .span4 {
	height: auto !important;
	padding: 20px !important;
}

.row-fluid div.footer-menu {
	width: 100%;
	max-width: 1000px;
	height: auto !important;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal {
	overflow: hidden;
	height: auto !important;
}

#footer-links {
	top: inherit;
	left: inherit;
	width: 100%;
}

.footer-container {
	padding: 0 40px !important;
}


@media(max-width: 800px) {
	body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-2 > div > div > div.row-fluid-wrapper.row-depth-0.row-number-1 > div > div.span9.widget-span.widget-type-menu.footer-menu,
	body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-2 > div > div.span8.widget-span.widget-type-menu.footer-menu,
	body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-3 > div > div.span9.widget-span.widget-type-menu.footer-menu,

	body > div.body-container-wrapper > div > [class*='row-number-'] > div > div.footer-menu,
	.footer-menu {
		width: 100% !important;
		height: auto !important;
		padding: 20px !important;
	}

	.footer-menu li.hs-item-has-children {
		width: 100% !important;
		padding-bottom: 40px !important;
	}

	.row-fluid div.footer-menu li.hs-item-has-children > a,
	.row-fluid div.footer-menu div.hs-menu-flow-horizontal > ul > li > a {
		font-size: 1.0rem !important;
		padding-bottom: 20px !important;
	}

	.footer-menu li.hs-item-has-children > ul > li {
		padding: 10px !important;
		font-size: 1rem !important;
	}

	.footer-menu li.hs-item-has-children > ul > li > a {
		font-size: 1rem !important;
	}


	body > div.body-container-wrapper > div > div[class*='row-depth-'] div.widget-span.widget-type-raw_jinja {
		width: 100% !important;
		margin-top: 0 !important;
		border-top: 0 !important;
		padding: 20px !important;
	}

	.footer-container {
		padding: 0 20px !important;
	}

	.footer-container p.copyright {
		font-size: 0.8rem;
	}

	body.hs-landing-page #hs_cos_wrapper_module_13944852106241008 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body.hs-landing-page #hs_cos_wrapper_right_column > [id*='hs_cos_wrapper_widget_']
	{
		padding-left: 0 !important;
		padding: 0 !important;
	}

}

	div.span12.single-column-content {
		padding: 40px !important;
	}

	@media(max-width: 800px) {
		div.span12.single-column-content {
			padding: 20px !important;
		}
	}

	body.hs-content-name-home div.span12.single-column-content {
		padding: 0 !important;
	}

	@media(max-width: 800px) {
		body.hs-content-name-home div.span12.single-column-content {
			padding: 20px !important;
		}
	}