/* ====================================================

Created by: S.C. Megatronic General Group S.R.L. 
Date: 12/09/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); */
	
	@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
	
	/* [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 {} */
	
	
/*	===========================================================
	[2] BASIC STYLES
	=========================================================== */
	
	/* [2.1] HTML/Body
	-------------------------------------------------------- */
	
	html,
	body {
		min-height: 100%;
		margin: 0;
		padding: 0;
	}
	
	html {
		background: #fff;
	}
	
	body {
    color: #363636;
    font-family: 'Source Sans Pro',Arial,Helvetica,sans-serif;
    font-size: 0.875em;
    line-height: 22px;
	}
	
	
	/* [2.2] Typography
	-------------------------------------------------------- */	
	
	/* Headings */
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0 0 0.7em;
		padding: 0;
		line-height: 1.1;
	}
	
	h1 a,
	h2 a,
	h3 a,
	h4 a,
	h5 a,
	h6 a {}
	
	h1 {
	color: #004F86;
    font-size: 30px;
    font-weight: normal;
    line-height: 32px;
    margin-top: 0;
	}
	   
    h2 {
    color: #006784;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
	}
	
	h3 {
		font-size: 150%;
	}
	
    h4 {
    color: #534751;
    font-family: 'Bookman Old Style';
    font-size: 23px;
    font-style: italic;
    font-weight: normal;
    line-height: 27px;
    margin-top: 0;
    }
	
    h5 {
    color: #363636;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    }
	
	h6 {    
	font-size: 1em;
    margin-bottom: 1.285em;
    margin-top: 1.285em;
	}
	
	
	/* Paragraphs */
	
	p {
		margin: 1.6em 0;
		padding: 0;
	}
	
	
	/* Links */
	
	a {
		color: #004F86;
		text-decoration: none;
	}
	
	a:hover {
		color: #004F86;
		text-decoration: underline;
	}
	
	a:focus,
	a:active {
		outline: none;
	}
	
	
	/* Lists */
	
	ul,
	ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 2em;
	}
	
	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: #454545;
		border: none;
		color: #454545;
	}
	
	
/*	===========================================================
	[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 {
        padding: 0px; 
        margin: 0px;
	    background: url(//cdn2.hubspot.net/hub/333550/file-402611578-png/layout/header-bg.png) repeat-x scroll center top white;
	}
	
	
	/* Header Inner Wrapper */
	
	.header-container {
	max-width: 1000px;
	padding: 0 25px 0px 0px; /* 17px; */ 
    height: 110px;
	margin: 0 auto;
	}
	
	
	/* 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 {
	background: url(//cdn2.hubspot.net/hub/333550/file-402650108-jpg/layout/content-bg.jpg) repeat-x scroll left top white;
	}
	
	
	/* Content Inner Wrapper */
	
	.body-container {
	max-width: 1000px;
	margin: 0 auto;
	background: url("//cdn2.hubspot.net/hub/333550/file-401381349-png/images/image_shadow.png") no-repeat scroll left top white;
	}
	
	
	/* 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 {color:black;margin:0;}
	
	.body-container a {}
	
	.body-container a:hover {}
	
	.body-container hr {}
	
	
	/* [3.4] Footer
	-------------------------------------------------------- */
	
	/* Footer Outer Wrapper */
	
	.footer-container-wrapper {
	background: url(//cdn2.hubspot.net/hub/333550/file-406845585-jpg/images/footer-bg.jpg) repeat scroll center top transparent;
	}
	
	
	/* Footer Inner Wrapper */
	
	.footer-container {    
	font-size: 11px;
    line-height: 1.5em;    
    margin: 0 auto;
    max-width: 960px;
    padding: 0 25px;
}
	
	
	/* 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 {}
	
	.footer-container a:hover {
	}
	
	.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 {
		display: inline-block !important;
		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;
	}
	
	.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 !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 */
	
	.hs-menu-flow-horizontal {}
	
	
	/* All Levels */
	
	.hs-menu-flow-horizontal ul {}
	
	.hs-menu-flow-horizontal ul li {
	margin-right: 17px;
	}
	
	.hs-menu-flow-horizontal ul li:first-child {}
	
	.hs-menu-flow-horizontal ul li a {
	color: #4481A1;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 27px;
	font-family: 'Source Sans Pro';
	padding: 0 4px 0 8px!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 {
	text-decoration: underline;
	}
	
	.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: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 {}
	
	
	/* 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 {}
	
	.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 {}
	
	[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 {}
	
	
	/* 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
	=========================================================== */
	
	/* 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 */
	
	.page-center {
		width: auto !important;
		max-width: 1000px;
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	
	/* 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 {} */
	.custom_logo {
	margin-left: 22px;
    overflow:default!important;
	}
    
	
	.custom-menu-primary .cell-wrapper {
	float: right;
    margin-top: 43px;
    margin-bottom: 10px;
    margin-right: 7px;
    }
    
    .custom_top-pane.our-service-image {
    background: url(//cdn2.hubspot.net/hub/333550/file-404538626-jpg/images/our_services_main2.jpg) no-repeat scroll left top transparent;
    }
    
    .custom_top-pane .cell-wrapper {
    padding-top: 80px;
    padding-left: 29px;
    padding-bottom: 42px;
    background: url(//cdn2.hubspot.net/hub/333550/file-401381349-png/images/image_shadow.png) no-repeat scroll left top transparent;
    }

    .custom_top-pane .cell-wrapper h1 {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    }
    
    .custom-menu-secondary .cell-wrapper {
    background: url(//cdn2.hubspot.net/hub/333550/file-401390719-jpg/images/sub_nav_bg.jpg) repeat scroll left top transparent;
    }
    
    .custom-menu-secondary .cell-wrapper ul {
    display: block!important;
    height: 80px;
    }
    
    .custom-menu-secondary .cell-wrapper ul li {
    margin: 0;
    width: 14.28%!important;
    background: url(//cdn2.hubspot.net/hub/333550/file-404577676-jpg/images/subnavdiv.jpg) no-repeat scroll right top transparent;
    padding: 0 0.9em;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    text-align: center;
    }
    
    .custom-menu-secondary .cell-wrapper ul li a {
    color: #004F86;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    text-transform: none;
    padding: 0!important;
    white-space: normal!important;
    text-align: center;
    height: 80px;
    vertical-align: middle;
    display: table-cell;
    width: 118px!important;
    }
    
    .custom-menu-secondary .cell-wrapper ul li:hover a {
    background-color: white;
    text-decoration: none;
    }
    
    .custom_right-column {
    border-left: 1px dotted #C9C9C9;
    min-height: 300px;
    padding-left: 20px;
    }
    
	.custom_left-column {
    border-right: 1px dotted #C9C9C9;
    min-height: 300px;
    padding-right: 20px;
	}
	
    .custom_content {
    padding: 40px 22px;
    }
    
    
    #footer-wrapper {
    margin: 0;
    padding: 0;
    }
    
    #footer-wrapper .sociallinks {
    margin: 23px 0 0;
    text-align: center;
    width: 100%;
    }
    
    
    #footer-wrapper .copyright {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    }
    
    #footer-wrapper .social-icons {
    display: block;
    line-height: normal;
    list-style: disc outside none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    }
    
    #footer-wrapper .twitter-icon, 
    #footer-wrapper .linkedin-icon {
    display: inline;
    margin: 1px;
    padding-left: 3px;
    }
    
    #footer-wrapper a {
    color: #555555;
    text-decoration: none;
    }
    
    #footer-wrapper a:hover {
    text-decoration: underline;
    }
    
    .copyright p, 
    .copyright p a {
    color: #555555;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    }
    
    .mobile-trigger {
    display: none;
    }
    
/*	===========================================================
	[9] MEDIA QUERIES
	=========================================================== */
	/* Hide responsive subnav when not on mobile */
    .responsive-subnav{
        display:none !important;
    }
    
   
	/* Landscape phone to portrait tablet (all columns are individual rows) */
	@media (max-width: 980px) {
        
        .custom-menu-primary{
            width:100%!important;
            margin:0!important;
        }
		
	/* Add styles to the correct category: */
		
	/* [2] BASIC STYLES */
	
	
	/* [2.1] HTML/Body */
	
	
	/* [2.2] Typography (eg. p, h1, h2, ul, li,...) */
	
	h1 {
		font-size: 170%;
	}
	
	h2 {
		font-size: 150%;
	}
	
	h3 {
		font-size: 130%;
	}
	
	h4 {
		font-size: 120%;
	}
	
	h5 {
		font-size: 110%;
	}
	
	h6 {
		font-size: 90%;
	}
	
	
	/* [2.3] Objects (eg. img, table, iframe,...) */
	
	
	/* [3] STRUCTURE & SECTIONS */
    

    
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{
        border-bottom:1px solid white;
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
        position:relative;
        display:block;
    }
    
    .hs-menu-children-wrapper{
        display:none !important;
    }
    
    li.hs-menu-depth-1{
        background:#d3ecf3;
        text-align:left;
    }
    
    .hs-menu-depth-1 a{
        text-decoration:none !important;
    }
    
    
    .hs-menu-depth-1 a:hover > .hs-menu-children-wrapper{
        display:block !important;
    }
    

	
	/* [3.1] Common */ 
	
	
	/* [3.2] Header */
	
	
	/* [3.3] Content */
	
	
	/* [3.4] Footer */
	
	
	/* [4] NAVIGATION */
	
	
	/* [4.1] Structure & Behaviour */
	
	.hs-menu-flow-horizontal > ul {
		display: block !important;
        text-align: center;
	}
	
	.hs-menu-flow-horizontal > ul > li {
		float: none !important;
	}
	
	.hs-menu-flow-horizontal > ul > li > a {
		line-height:1.75em;
        font-weight:600;
        font-size:1.4em;
	}
	
	.hs-menu-flow-horizontal.flyouts ul ul,
	.hs-menu-flow-vertical.flyouts ul ul {
		position: static !important;
	}
	
	.hs-menu-flow-horizontal.flyouts ul ul ul,
	.hs-menu-flow-vertical.flyouts ul ul {
		top: auto !important;
		left: auto !important;
	}
	
	.hs-menu-flow-horizontal.flyouts ul ul li a,
	.hs-menu-flow-vertical.flyouts ul ul li a {
		width: auto !important;
		white-space: normal !important;
	}
	
	
	/* [4.2] All Navigation types */
	
	
	/* [4.3] Horizontal Navigation */
	
	.hs-menu-flow-horizontal ul li{
     margin:0;  
	}
	
	
	/* [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 */
	
	
	/* Content Alignment */
	
	.mobile-align-left,
	.mobile-align-left .hs-menu-wrapper ul,
	.mobile-align-left .hs-menu-wrapper ul li,
	.mobile-align-left .hs-menu-wrapper ul li a {
		text-align: left !important;
	}
	
	.mobile-align-center,
	.mobile-align-center .hs-menu-wrapper ul,
	.mobile-align-center .hs-menu-wrapper ul li,
	.mobile-align-center .hs-menu-wrapper ul li a {
		text-align: center !important;
	}
	
	.mobile-align-right,
	.mobile-align-right .hs-menu-wrapper ul,
	.mobile-align-right .hs-menu-wrapper ul li,
	.mobile-align-right .hs-menu-wrapper ul li a {
		text-align: right !important;
	}
	
	
	/* Visibility by Device */
	
	.desktop-only {
		display: none !important;
	}
	
	.mobile-only {
		display: block !important;
	}
	
	
	/* Remove Mobile Padding */
	
	.mobile-remove-top-padding {
		padding-top: 0 !important;
	}
	
	.mobile-remove-bottom-padding {
		padding-bottom: 0 !important;
	}
	
	.mobile-remove-left-padding {
		padding-left: 0 !important;
	}
	
	.mobile-remove-right-padding {
		padding-right: 0 !important;
	}
	
	
	/* Add Mobile Padding */
	
	.mobile-side-spacing {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.mobile-add-top-padding-5 {
		padding-top: 5px !important;
	}
	
	.mobile-add-top-padding-10 {
		padding-top: 10px !important;
	}
	
	.mobile-add-top-padding-20 {
		padding-top: 20px !important;
	}
	
	.mobile-add-bottom-padding-5 {
		padding-bottom: 5px !important;
	}
	
	.mobile-add-bottom-padding-10 {
		padding-bottom: 10px !important;
	}
	
	.mobile-add-bottom-padding-20 {
		padding-bottom: 20px !important;
	}
	
	.mobile-add-left-padding-5 {
		padding-left: 5px !important;
	}
	
	.mobile-add-left-padding-10 {
		padding-left: 10px !important;
	}
	
	.mobile-add-left-padding-20 {
		padding-left: 20px !important;
	}
	
	.mobile-add-right-padding-5 {
		padding-right: 5px !important;
	}
	
	.mobile-add-right-padding-10 {
		padding-right: 10px !important;
	}
	
	.mobile-add-right-padding-20 {
		padding-right: 20px !important;
	}
    
    /* [8.2] Theme Custom Classes */
    .custom-menu-secondary .cell-wrapper ul {
    height: auto;
    }
    
    .custom-menu-secondary .cell-wrapper ul li {
    width: auto!important;
    padding: 0!important;
    }
    
    .custom-menu-secondary .cell-wrapper ul li a {
    display: inline-block!important;
    width: auto!important;
    height: auto!important;
    padding: 10px!important;
    
    }
    
    .custom_right-column {
    border-left: medium none;
    padding-left: 0;
    }
    
    .custom_left-column {
    border-right: medium none;
    padding-right: 0;
    }
    
    .custom-menu-primary .cell-wrapper {
    float: none; 
    margin:0;
    }
    
    .header-container{
        padding:0;
    }
    
    .mobile-nav-title{
        float:left;
        color:white;
        font-size:1.5em;
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
        max-width:300px;
    }
    
    img{
        margin:0 !important;
        max-width:100%!important;
        height:auto;
    }
    
    table{
        max-width:100%;
    }
    
    .hs-menu-flow-horizontal.flyouts.js-enabled{
        display:none;
    }
    
       
   .responsive-subnav{
      display:block !important;
      background:#efefef;
      margin-top:-35px;
   }
   
   .responsive-subnav ul{
       list-style-type:none;
   }
   
   .responsive-subnav ul li{
       border-bottom:1px solid white;
       padding:10px 0;
   }
   
   .responsive-subnav ul li a{
       color:#005a8a;
       font-size:1.5em;
       line-height:2em;
   }
   
    .mobile-trigger {
        display: block !important;
        padding: 10px;
        margin-top:5px;
        position:relative;
        background-color:#005a8a !important;
        text-align:right;
    }
   
   
    
}/* <- end max-width: 980px */

       
       
@media (min-width:981px) {
    .row-number-1 {position: relative; }
    .custom-menu-primary .hs-menu-wrapper ul li {
        position: static !important;
	}
    
    
    .custom-menu-primary .hs-menu-flow-horizontal {
        padding: 0px; 
        margin: 0px;
        margin-top: -34px;
        margin-left: -50px;
        float: none;
        width: 586px;
    }
    
    .custom-menu-primary ul {
        display:inline-block; 
        margin: 0px;
        margin-top:5px;
        padding: 0px;
        width: 586px; 
        text-align: left;
        float: none;
    }

    
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { 
        max-width:100%; 
        text-decoration: none;
        height: 102px;
        display: table-cell;
        vertical-align: middle;
    }
    
    .custom-menu-primary .hs-menu-children-wrapper { 
        /* display: inline-block; */
        display:none;
    }
    
    .custom-menu-primary .hs-menu-children-wrapper .hs-menu-depth-2 { 
        padding: 0px; margin: 0px; max-width: 175px;
    }
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(-n+2) a:hover{
        color:#4481A1;
        text-decoration:underline;
    }
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(-n+3):hover {
        background: #6ba1be;
    	background: -moz-linear-gradient(top, #6ba1be 0%, #4c7387 101%);
    	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ba1be), color-stop(101%,#4c7387));
    	background: -webkit-linear-gradient(top, #6ba1be 0%,#4c7387 101%); 
    	background: -o-linear-gradient(top, #6ba1be 0%,#4c7387 101%);
    	background: -ms-linear-gradient(top, #6ba1be 0%,#4c7387 101%); 
    	background: linear-gradient(to bottom, #6ba1be 0%,#4c7387 101%); 
    	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ba1be', endColorstr='#4c7387',GradientType=0 );
    }
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:hover > a{
        color:white; 
    }
    
    .custom-menu-primary .hs-menu-depth-1 {padding-bottom: 0px; margin-bottom: 0px; }
    .custom-menu-primary .hs-menu-depth-1 a {
        display:table; 
        width: 100%; 
        text-decoration: none !important!;
    }
    
    .custom-menu-primary .hs-menu-depth-2{
        background-color:#c5e3eb;
        border-top: 5px solid #578395;
        text-align:center;
        margin: 0px;
        padding: 0px;
        height: 85px;
        float:left;

     }
    
    .custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-depth-2 a {
        height: 85px;
        border-left:1px solid #578395;
        text-decoration: none;
        display:table-cell !important;
        vertical-align: middle;
        font-weight:400;
        text-transform:none;
    }
    
    .custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-depth-2 a:hover{
        color:#229fce;
    }
    
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper{
        width:1000px; 
        position: absolute;
        top:110px;
        display:block;
    }
    
    
    .custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-depth-2:first-child a { 
        border-left: none; 
    }
    
    .hs-menu-item:first-child .hs-menu-children-wrapper{
        left:170px !important;
    }

    .hs-menu-item:nth-child(2) .hs-menu-children-wrapper{
        max-width: 1000px;
        left:12px !important;
    }
    
    .hs-menu-item:nth-child(3) .hs-menu-children-wrapper{
    	left:510px !important;
        
    }
    
    
    .hs-menu-item .hs-menu-depth-2{
        max-width:142px !important;  
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
        white-space:normal;
        line-height:1.3em;
   }

   

}

    @media only screen and (min-device-width: 980px) and (max-device-width: 1024px) {
        /*.hs-image-widget{
            width:250px !important;    
        }
        
        li.hs-menu-item.hs-menu-depth-1.hs-item-has-children{
            font-size:.8em;
        }*/
        
        
        
        .hs-menu-depth-2{
            display:none;    
        }
        
        .responsive-subnav{
            display:block !important;
            background:#efefef;
            padding-left:55px;
        }
        
        .responsive-subnav ul{
            list-style-type:none;
        }
        
        .responsive-subnav ul li{
            border-bottom:1px solid white;
            padding:10px 0;
        }
        
        .responsive-subnav ul li a{
            color:#005a8a;
            font-size:1em;
            line-height:2em;
        }

        .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
            max-width:100%!important;
            font-size:.9em;
        }

   
        
    }


div.row-fluid-wrapper.row-depth-1.row-number-3{
        /*HS Support Edit 5/16 */
        /* Overridden on 5/19 to match client design decisions */
        /* display:none!important; */
}

/* Hide Dollars & Sense header */

div.span12.widget-span.widget-type-raw_jinja.hs-blog-header{
    display:none !important;
}

/* Temporarily hide conference that is out of date */
.hidden-image{
    display:none;
}

/* Space between subscription and linkedin button */
#hs_cos_wrapper_blog_subscription{
 margin-top:20px;   
}


