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

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

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

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

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



/* Featherlight */
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
    .featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.8);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 25px 25px 0;
		border-bottom: 25px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;

		/* dimensions: 25px x 25px */
		line-height: 25px;
		width: 25px;

		/* styling */
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: #fff; /* Set the background in case it overlaps the content */
		background: rgba(255, 255, 255, 0.3);
		color: #000;
		border: none;
		padding: 0;
	}

	/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
	.featherlight .featherlight-close-icon::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}

	.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;

		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
    .featherlight-next,
	.featherlight-previous {
		display: block;
		position: absolute;
		top: 25px;
		right: 25px;
		bottom: 0;
		left: 80%;
		cursor: pointer;
		/* preventing text selection */
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		/* IE9 hack, otherwise navigation doesn't appear */
		background: rgba(0,0,0,0);
	}

	.featherlight-previous {
		left: 25px;
		right: 80%;
	}

	.featherlight-next:hover,
	.featherlight-previous:hover {
		background: rgba(255,255,255,0.25);
	}


	.featherlight-next span,
	.featherlight-previous span {
		display: none;
		position: absolute;

		top: 50%;
		left: 5%;
		width: 82%;

		/* center horizontally */
		text-align: center;

		font-size: 80px;
		line-height: 80px;

		/* center vertically */
		margin-top: -40px;

		text-shadow: 0px 0px 5px #fff;
		color: #fff;
		font-style: normal;
		font-weight: normal;
	}
	.featherlight-next span {
		right: 5%;
		left: auto;
	}


	.featherlight-next:hover span,
	.featherlight-previous:hover span {
		display: inline-block;
	}

	.featherlight-swipe-aware .featherlight-next,
	.featherlight-swipe-aware .featherlight-previous {
		display: none;
	}

	/* Hide navigation while loading */
	.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
		display:none;
	}
}

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px){
	.featherlight-next:hover,
	.featherlight-previous:hover {
		background: none;
	}
	.featherlight-next span,
	.featherlight-previous span {
		display: block;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight-next,
	.featherlight-previous {
		top: 10px;
		right: 10px;
		left: 85%;
	}

	.featherlight-previous {
		left: 10px;
		right: 85%;
	}

	.featherlight-next span,
	.featherlight-previous span {
		margin-top: -30px;
		font-size: 40px;
	}
}


/* ==========================================================================
   Index:         
  1. BASE STYLES   
    - Fonts
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  6. MISCELLANOUS
  7. MOBILE MEDIA QUERIES
   ========================================================================== */








/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */


/* ==========================================================================
   Fonts                                          
   ========================================================================== */
   

@font-face {
    font-family: 'ETmodules';
    src: url('https://cdn2.hubspot.net/hubfs/2856734/Theme/fonts/modules.ttf')  format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/2856734/Theme/fonts/modules.svg#ETmodules') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */






/* Typography */




/* Containers */

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




/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




/* ==========================================================================
   Base                                                    
   ========================================================================== */


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
} 

/* Website background color and default font styles */
body {
  background: #dedede;
  color: #00324E;
  font-family: Apertura;
  font-size: 14px;
  line-height: 1.5;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 960px;
  margin: 0 auto;
}
@media(max-width: 980px){
  .container-fluid .row-fluid .page-center {
    width: 80%;
    max-width: 1080px;
  } 
}

a { 
    color: #00324E; 
    font-weight: 700;
    text-decoration: none;
}
a:hover, 
a:focus { 
    color: #38b449; 
    text-decoration: underline;
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
/*
::-moz-selection {
  color: #fff;
  background: ;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: ;
  text-shadow: none;
}
*/

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}



/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}








/* ==========================================================================
   2. COS STRUCTURE                                            
   ========================================================================== */





/* ==========================================================================
   Structure                                               
   ========================================================================== */


/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {
    width: 100%;
}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {
    margin: 0 auto;
}




/* ==========================================================================
   Header
   ========================================================================== */


.header-container-wrapper {

}
@media(min-width:981px) {
    .header-container-wrapper {
        position: fixed;
        top: 0px;
        z-index: 10;
    }
}
.header-container {
    background: #00324E;
}

.header-container .row-fluid .page-center {
    position: relative;
}

/* Logo styling */
.header-container .row-fluid [class*="span"].widget-type-logo  {
    display: block;
    width: auto;
    height: auto;
}
.header-container .hs_cos_wrapper_type_logo {
    display: block;
}
.header-container .hs_cos_wrapper_type_logo a {
    display: block;
}
.header-container .hs_cos_wrapper_type_logo img {
    max-height: 100% !important; 
    padding: 12.5px 0;
    vertical-align: middle
}
.header-container .row-fluid [class*="span"].custom-menu-primary {
    display: inline-block;
    width: auto;
    height: auto;
}

@media(max-width: 980px){
    
    .header-container .hs_cos_wrapper_type_logo {
        width: 100% !important;
    }   
}




/* ==========================================================================
   Content                                                 
   ========================================================================== */

.body-container-wrapper {}
.body-container {
    background: #fff;
}


/* Page Banner */
.page-banner {
    background: #00324E;
    position: relative;
}

.page-banner-background {
    background-size: cover; 
    background-position: center center; 
    background-image: url('https://cdn2.hubspot.net/hub/2856734/hubfs/Images/Header%20Images/no-text-banner.jpg');
}

.page-banner-content {
    position: relative;
    z-index: 2;
}
.page-banner-content > .row-fluid-wrapper > .row-fluid > .span6 { 
    text-align: center;
    width: 100%;
    padding: 40px 10%;
}
.page-banner-content > .row-fluid-wrapper > .row-fluid > .widget-type-space{
    display: none;
}

.page-banner-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.page-banner-image img {
    width: 100% !important;
}     

@media(min-width: 981px){
    .page-banner {
        padding-top: 65px;
    }
    .page-banner-content {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }
    .page-banner-content > .row-fluid-wrapper {
        height: 100%;
    }
    .page-banner-content > .row-fluid-wrapper > .row-fluid {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 100%;
    }
    .page-banner-content > .row-fluid-wrapper > .row-fluid > .span6 {
        height: 100%;
        width: 50%;
        display: table-cell;
        vertical-align: middle;
        float:  none;
        padding: 0 0;
    }
    
    .page-banner-image {
        position: relative;
    }    
}

.social-share-wrapper {
    background: #ABD037;
    text-align: right;
    padding: 20px 0;
}


/* Unique Pages
   ========================================================================== */

/* Homepage */

/* Contact Us */

/* About Us */

/* Thank You Page */
.thankyou-sidebar {
    
}
.thankyou-sidebar-modules {
    
}
.thankyou-sidebar-modules .hs_cos_wrapper_widget {
    border-radius: 20px;
    color: #6B7B84;
    margin-bottom: 25px;
    text-align: left;
}
.thankyou-sidebar-modules .hs_cos_wrapper_widget a {
    color: #ABD037;
}
.thankyou-sidebar-modules .hs_cos_wrapper_widget a:hover,
.thankyou-sidebar-modules .hs_cos_wrapper_widget a:focus,
.thankyou-sidebar-modules .hs_cos_wrapper_widget a:active {
    color: #fff;
}



/* Modular & Reusable Components
   ========================================================================== */
   
.banner-text {
    color: #fff;
}
.banner-text h1,
.banner-text h2,
.banner-text h3,
.banner-text h4 {
    font-weight: normal;
}
.banner-text h1 {
    font-size: 60px;
}

   
.jt-video-module {
    width: 100%;
}
.jt-video-thumbnail {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.jt-video-thumbnail a {
    display: block;
}
.jt-video-thumbnail a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "\49";
    font-size: 32px;
    color: #fff;
    font-family: 'ETmodules';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    transform: translate(-50%, -50%);
}
.jt-video-description {
    margin: 15px 0 25px 0;
}
.jt-video-ligthbox {
    display: none;
}
.jt-video-title {
    margin-top: 0px;
    font-size: 32px;
}
.jt-video-share {
    color: #aaa;
    text-align: right;
    font-size: 22px;
}
.jt-video-share a {
    color: #38b449;
    text-decoration: none;
    font-size: 32px;
}
.jt-video-share a:hover {
    color: #00324E;
    text-decoration: none;
}
@media(min-width:600px){
    .jt-video-modules-wrapper {
        
    }
    .jt-video-modules-wrapper .jt-video-module {
        width: calc(33.333% - 10px);
        float: left;
        margin: 0 5px;
    }
    .jt-video-modules-wrapper > span > div:nth-child(3n + 1) .jt-video-module {
        margin: 0 10px 0 0;
    }
    .jt-video-modules-wrapper > span > div:nth-child(3n) .jt-video-module {
        margin: 0 0 0 10px;
    }
}

.featherlight .featherlight-content {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 90%;
}
.jt-video-wrapper {
    position: relative;
	/* padding-bottom: 56.25%; /* 16:9 */
    padding-bottom: 54.2%;
	padding-top: 25px;
	height: 0;
    width: 1200px;
    max-width: 100%;
}
.jt-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Callouts */

/* Social Media Custom Icons */

.jt-share {
    font-size: 32px;
}
.jt-share a {
    color: ;
    text-decoration: none;
}
.jt-share a:hover {
    color: #fff;
}


.fm_button span {
    background: none !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 32px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fm_twitter span::before {
    content: "\f081";
}
.fm_linkedin span::before {
    content: "\f08c";
}

/* Additional Menus aside from the Main Nav */




/* ==========================================================================
   Footer
   ========================================================================== */


.footer-container-wrapper {}
.footer-container {
    padding-top: 35px;
    padding-left: 100px;
    background: #00324E;
    color: #fff;
}
.footer-container a {
    color: #fff;
}
.footer-container h1,
.footer-container h2,
.footer-container h3, 
.footer-container h4,
.footer-container h5 {
    font-weight: 400;
    font-size: 1rem;
    margin: 0 0 10px 0;
    color: #38b449;
}

.footer-menus {
    
}
.footer-menus .widget-type-menu {
    
}
.footer-menus .widget-type-menu ul {
    list-style: none;
    padding: 0 0;
    margin: 0 0 25px 0;
}
.footer-menus .widget-type-menu .hs-menu-item {
    margin-bottom: 2px;
}
.footer-menus .widget-type-menu .hs-menu-item a {
    font-weight: 400;
}
.footer-menus .widget-type-menu .hs-menu-item a:hover,
.footer-menus .widget-type-menu .hs-menu-item a:focus,
.footer-menus .widget-type-menu .hs-menu-item a:active {
    text-decoration: none;
    color: #38b449;
}

.footer-copyright-wrapper {
    text-align: right;
    font-size: 10px;
}
.footer-copyright-wrapper .span6 {
    display: inline-block;
    float: none;
    width: auto !important;
}
.footer-copyright-wrapper .widget-type-menu ul {
    list-style: none;
    padding: 0 0;
    margin: 0 0 20px 0;
}
.footer-copyright-wrapper .widget-type-menu .hs-menu-item {
    display: inline-block;
    padding:  0 8px;
}
.footer-copyright-wrapper .widget-type-menu .hs-menu-item a {
    font-weight: 400;
}
.footer-copyright-wrapper .widget-type-menu .hs-menu-item a:hover,
.footer-copyright-wrapper .widget-type-menu .hs-menu-item a:focus,
.footer-copyright-wrapper .widget-type-menu .hs-menu-item a:active {
    text-decoration: none;
    color: #38b449;
}







/* ==========================================================================
   3. MAIN NAVIGATION                                            
   ========================================================================== */





/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */
 
@media(min-width: 981px){
   
    /* Parent List */
    .custom-menu-primary .hs-menu-wrapper > ul { 
      margin: 0 0;
      padding: 0 0;
      line-height: 1;
    }
    
    .custom-menu-primary .hs-menu-item {
        display: none;
    }
    
    /* Parent Items */
    .custom-menu-primary .hs-menu-item.hs-menu-depth-1 {
        color: #fff;
        display: inline-block;
    }
    .custom-menu-primary .hs-menu-item.hs-menu-depth-1 > a {
        background-color: #00324E;
        color: #fff;
        display: block;
        font-size: 1.15rem;
        font-weight: 400;
        line-height: 1;
        padding: 25px 25px 24px 25px;
        text-decoration: none;
        -webkit-transition: background-color .4s ease-in-out;
  -moz-transition: background-color .4s ease-in-out;
  -o-transition: background-color .4s ease-in-out;
  -ms-transition: background-color .4s ease-in-out;
  transition: background-color .4s ease-in-out;
    }
    .custom-menu-primary .hs-menu-item.hs-menu-depth-1:hover > a {
        background-color: #38b449;
    }
    
    /* Child List */
    .custom-menu-primary .hs-menu-children-wrapper {
        background: #00324E;
        border-top: 4px solid #38b449;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        font-size: 0px;
        font-weight: 400;
        left: 0px;
        opacity: 0;
        padding: 20px;
        position: absolute;
        top: 100%;
        visibility: hidden;
        width: 100%;
        -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
    }
    .custom-menu-primary .hs-menu-item.hs-menu-depth-1:hover .hs-menu-children-wrapper,
    .custom-menu-primary .hs-menu-item.hs-menu-depth-1:focus .hs-menu-children-wrapper,
    .custom-menu-primary .hs-menu-item.hs-menu-depth-1:active .hs-menu-children-wrapper {
        visibility: visible;
        opacity: 1;
    }
    .custom-menu-primary .hs-menu-item.hs-menu-depth-2 {
        display: inline-block;
        min-height: 48px;
        padding: 10px 20px 5px;
        width: 33.333%;
    }
    .custom-menu-primary .hs-menu-item.hs-menu-depth-2 > a {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        color: #fff;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-size: 1rem;
        text-decoration: none;
        -webkit-transition: color .4s ease-in-out;
  -moz-transition: color .4s ease-in-out;
  -o-transition: color .4s ease-in-out;
  -ms-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
    }
    .custom-menu-primary .hs-menu-item.hs-menu-depth-2 > a:hover {
        color: #38b449;
    }
    .custom-menu-primary .menu-image {
        height: 47px;
        margin-right: 10px;
        opacity: 1;
        -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
        width: 47px;
    }
    .custom-menu-primary .hs-menu-item.hs-menu-depth-2 > a:hover .menu-image {
        opacity: 0.3;
    }

}


/* ==========================================================================
   Mobile Menu 
   ========================================================================== */

.mobile-trigger {
    display: none;
}

@media (max-width: 980px){

    /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */
    
    .custom-menu-primary {
        display: block;
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        left: 0px;
        top: 0px;
        margin: 0 0 !important;
        padding: 0 0;
    }
    
    .mobile-trigger {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 0px;
        color: #fff;
        font-size: 0px;
    }
    
    .mobile-trigger::before {
        content: "\61";
        font-size: 32px;
        left: 0;
        position: relative;
        top: 0;
        color: #84ba19;
        font-family: 'ETmodules';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }
    
    .custom-menu-primary .hs-menu-wrapper {
        background: #00324E;
        display: block;
        position: absolute;
        width: 100% !important;
        top: 100%;
        left: 0px;
        margin: 0 0 !important;
        padding: 0 0;
        z-index: 10;
        overflow: hidden;
        height: 0px;
    }
    .mobile-menu-open .custom-menu-primary .hs-menu-wrapper {
        height: auto;   
        border-top: 4px solid #38b449;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        padding: 15px 5%;
        margin: 0 0;
    }
    .custom-menu-primary .hs-menu-item.hs-menu-depth-1 {
        color: #fff;
        display: block;
    }
    .custom-menu-primary .hs-menu-item.hs-menu-depth-1 > a {
        font-weight: bold;
        margin-bottom: 10px;
        background-color: #00324E;
        color: #fff;
        display: block;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.7;
        padding: 5px;
        position: relative;
        text-decoration: none;
        -webkit-transition: background-color .4s ease-in-out;
  -moz-transition: background-color .4s ease-in-out;
  -o-transition: background-color .4s ease-in-out;
  -ms-transition: background-color .4s ease-in-out;
  transition: background-color .4s ease-in-out;
    }
    .custom-menu-primary .hs-menu-item.hs-menu-depth-1 > a::after {
        content: "+";
        color: #84ba19;
        cursor: pointer;
        background-color: #fff;
        width: 22px;
        height: 22px;
        line-height: 1.5;
        text-align: center;
        border-radius: 100%;
        display: inline-block;
        position: absolute;
        right: 0;
    }
    .custom-menu-primary .hs-menu-children-wrapper {
        list-style: none;
        margin-bottom: 10px;
        display: block;
        height: 0px;
        overflow: hidden;
    }
    .custom-menu-primary .menu-item-open .hs-menu-children-wrapper {
        height: auto;
    } 
    .custom-menu-primary .hs-menu-item.hs-menu-depth-2 {
        display: block;
        padding: 5px;
    }
    .custom-menu-primary .hs-menu-item.hs-menu-depth-2 > a {
        padding: 5px;
        margin-bottom: 10px;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        color: #fff;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        text-decoration: none;
    }
    .custom-menu-primary .menu-image {
        height: 47px;
        margin-right: 10px;
        opacity: 1;
        -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
        width: 47px;
    }
    .custom-menu-primary .hs-menu-item.hs-menu-depth-2 > a:hover .menu-image {
        opacity: 0.3;
    }
}








/* ==========================================================================
   4. TEMPLATE MODULE SELECTORS                                         
   ========================================================================== */





/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {
    padding: 25px 0;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */
   
.system-page .main-content {
    padding: 60px 0;
}

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}

body.subscription-template .widget-type-email_simple_subscription .page-header {
    display: none;
}
body.subscription-template .widget-type-email_simple_subscription h3 {
    margin-top: 0px;
}

#email-prefs-form h2 {
    font-size: 30px;
}

.widget-type-email_subscriptions_confirmation h2 {
    font-size: 30px;
}







/* ==========================================================================
   5. COS COMPONENTS                                        
   ========================================================================== */


/* Search Module
   ========================================================================== */
   
.hs-search-module {
    margin-bottom: 20px;
}
.hs-search-module .hs-form {
}
.hs-search-module .field {
    position: relative;
    
}
.hs-search-module .field > label {
    /*
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 2;
    color: #ABD037;
    */
    display: none;
}
.hs-search-module .input {
    display: block;
    width: 100%;
}
.hs-search-module .input::after {
    content: '';
    display: table;
    clear: both;
}
.hs-search-module .input input {
    display: block;
    max-width: 100%;
    float: left;
    width: calc(100% - 115px);
    margin-right: 15px;
    border: 1px solid #00324E;
    border-radius: 50px;
    padding: 10px 12px;
    position: relative;
}
.hs-search-module .input a.hs-button.primary {
    display: block;
    float: left;
    width: 100px;
    text-align: center;
    background: #00324E;
    color: #ABD037;
    border-radius: 50px; 
    padding: 9px 5px 8px 5px;
}
.hs-search-module .input a.hs-button.primary:hover,
.hs-search-module .input a.hs-button.primary:focus,
.hs-search-module .input a.hs-button.primary:active {
    color: #fff;
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section.post-header h1 {
    font-size: 26px;
    color: #00324E;
    line-height: 130%;
    text-transform: none;
    font-weight: bold;
    margin: 0 0 5px;
}

.entry-meta-above {
    line-height: 120%;
    color: #818181;
    font-size: 14px;
    margin-bottom: 10px;
}

.entry-meta-above time {
    color: #6B7B84;
    font-size: 15px;
    line-height: 160%;
    padding-left: 20px;
}

.entry-meta-above a {
    color: inherit;
    text-decoration: none;
}

.entry-meta-above a:hover {
    text-decoration: underline;
}

.single-post-navigation {
    margin: 15px 0 30px;
    float: left;
    clear: both;
    width: 100%;
    font-size: 14px;
}

.single-post-navigation a {
    background-color: #e1e1e1;
    text-decoration: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    line-height: 130%;
    display: inline-block;
    width: 100%;
}

.single-post-navigation a:hover {
    background-color: #d5d5d5;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

.nav-previous, 
.nav-next {
    display: inline-block;
    width: 48%;
}

.blog-sidebar h3 {
    line-height: 100%;
    font-weight: bold;
    font-size: 20px;
    color: #00324E;
    margin: 0;
    margin-bottom: 10px;
}

.blog-sidebar ul {
    margin: 5px 0;
    padding: 0;
    list-style: none;
    line-height: 180%;
}

.blog-sidebar ul li {
    line-height: 150%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.blog-sidebar ul li a {
    text-decoration: none;
    font-weight: 500;
    display: block;
}

.blog-sidebar .hs_cos_wrapper.hs_cos_wrapper_widget {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    margin-bottom: 15px;
}

span.filter-link-count {
    display: none;
}

h2.author-page-title {
    font-size: 26px;
    color: #00324E;
    line-height: 130%;
    text-align: left;
    text-transform: none;
    font-variant: normal;
    font-style: normal;
    font-weight: bold;
    margin: 0 0 5px;
    border-bottom: #ddd solid 1px;
    padding-bottom: 5px;
}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {
    color: #00324E;
    font-size: 40px;
    line-height: 150%;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 30px;
    margin: 0;
    padding-top: 10px;
}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2,
h2.post-listing-simple {
	margin: 0 0 10px;
	padding: 0;
}

.post-header h2 a,
h2.post-listing-simple a {
    text-decoration: none;
}

/* Blog Author and Avatar */
#hubspot-author_data {
	margin: 0 0 10px;
	padding: 0;
}

#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    margin-bottom: 5px;
    width: 27.6414%;
    float: left;
}

.post-wrap-three .post-item:not(:last-child) {
    margin-right: 8.5378%;
}

.post-wrap-three {
    margin-bottom: 50px;
}

.post-inner {
    border: solid 1px #E7E8E9;
    border-radius: 15px;
    overflow: hidden;
}

.excerpt-image {
    padding: 0 2px 2px 2px;
}

.excerpt-image img {
    display: block;
    width: 100%;
}

.excerpt-title h2 {
    color: #00324E;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0px;
    font-size: 20px;
    line-height: 120%;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 5px;
}

.excerpt-title h2, .excerpt-title h2 a {
    color: #00324E;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 120%;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 5px;
    display: block;
    text-decoration: none;
}

.entry-date {
    color: #6B7B84;
    font-size: 15px;
    line-height: 160%;
    padding-left: 20px;
}


.blog-listing-wrapper .post-listing .post-item .post-body {
    color: #6B7B84;
    font-size: 16px;
    line-height: 150%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 15px;
    display: block;
}

/* Read More Link */
a.more-link {
    display: inline-block;
    text-decoration: none;
    color: #00324E;
    font-style: normal;
    font-weight: bold;
    line-height: 150%;
}

/* Blog Topics List */
#hubspot-topic_data {
    color: #888888;
    font-weight: bold;
    margin: 4px 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
    margin: 10px 0;
    padding: 30px 0 0 0;
    height: auto;
}

.entry-utility-below {
    font-size: 14px;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: #efefef;
    padding-bottom: 30px;
    margin: 0 0 10px;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    margin-right: 10px !important;
}

.hs-blog-social-share-list{
	list-style:none;
	margin:0;
	padding:0;
}
.hs-blog-social-share-list li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.custom_listing_comments{
    border: 1px solid #e2e2e2;
    display: block;
    line-height: 165%;
    padding: 15px;
}

/* Grey Form */
.grey-form form {
    background-color: #eee;
    padding: 20px 30px;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing {
   border: 1px solid #ccc;
   margin-bottom: 30px;
   margin-top: 30px;
}
.comment.depth-0 {
   border-bottom: 1px solid #000 !important;
   border-top: medium none !important;
   margin: 0 10px 10px !important;
   padding: 0 15px !important;
}
.comment-body {
   border-bottom: medium none;
   color: inherit;
   display: block;
   padding: 0;
}
.comment-reply-to{
margin-bottom: 15px;
}

.comment-from h4 {
   margin: 0;
   padding-top: 15px;
}

.comment-from h4 a {
   text-decoration: none;
}
.comment-date {
   color: inherit !important;
   display: block !important;
   text-align: left !important;
}



.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }



#comments-listing {
    border: 1px solid #ccc;

    margin-bottom: 30px;

    margin-top: 30px;

}


.comment.depth-0 {
 
   border-bottom: 1px solid #000 !important;
 
   border-top: medium none !important;
   
 margin: 0 10px 10px !important;
   
 padding: 0 15px !important;

}


.comment-body {
   
 border-bottom: medium none;
 
   color: inherit;
 
   display: block;
 
   padding: 0;

}


.comment-reply-to{
margin-bottom: 15px;

}


.comment-from h4 {

    margin: 0;
    
padding-top: 15px;

}



.comment-from h4 a {
    
text-decoration: none;

}


.comment-date {
 
   color: inherit !important;

    display: block !important;
 
   text-align: left;

}



/* Pagination */
.blog-pagination {
    font-size: 14px;
}
.blog-pagination a{
	display: block;
	text-decoration: none;
}

.blog-pagination a:hover {
    text-decoration: underline;
}

.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}


#comments-listing.no-comments {
   border: none;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}






/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field {
    margin-bottom: 20px;
}

/* Descriptions */
body .hs-field-desc {}

/* Error Message */
body .hs-form .hs-error-msg {
  color: #d85454;
}

/* Labels */
body label {}
body .hs-form-field > label {
    font-size: 16px;
    text-align: left;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: Apertura;
  font-size: 14px;
  background: transparent;
  border: none;
  padding: 6px 0;
  border-bottom: 2px solid #bbbaba;
  border-radius: 0px !important;
  outline: none;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
  border-bottom: 2px solid #00324E;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
/*     min-height: 200px; */
}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {
    height: 32px;
    border-radius: 0 !important;
}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


/* Form Module
   ========================================================================== */
   
.hs_cos_wrapper_type_form {
    background-color: #eee !important;
    padding: 20px;
    display: block;
    border-radius: 0 !important;
}
.hs_cos_wrapper_type_form h3 {
    margin-top: 0px;
}

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}


/* Google Search Form
   ========================================================================== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* Multi Column Form
   ========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { 
  max-width: none; 
  margin: 13px 0;
}
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: Apertura;
  font-size: 14px;
  text-decoration: none !important;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 10px 25px;
  text-align: center;
  background: #38b449;
  color: white;
  width: 100%;
  border: none;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    color: #fff;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
    color: #fff;
}


/* Form Module Button
   ========================================================================== */

.hs_cos_wrapper_type_form .hs-button.primary.large {
    display: inline-block;
}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}








/* ==========================================================================
   6. MISCELLANOUS                                        
   ========================================================================== */





/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 








/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */



   

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 960px) {}


/* Landscape tablet and smaller devices
   ========================================================================== */

@media (max-width: 767px) {}
     

/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 479px) {}