﻿
/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
	max-width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
	max-width: 100%;
	height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
	position: relative;
	height: auto;
	overflow: hidden;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

	.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
		width: 100%;
		height: 100%;
		border: 0;
	}

	.hs-responsive-embed,
	.hs-responsive-embed.hs-responsive-embed-youtube,
	.hs-responsive-embed.hs-responsive-embed-wistia,
	.hs-responsive-embed.hs-responsive-embed-vimeo {
		padding-bottom: 2%;
	}

		.hs-responsive-embed.hs-responsive-embed-instagram {
			padding-bottom: 116.01%;
		}

		.hs-responsive-embed.hs-responsive-embed-pinterest {
			height: auto;
			overflow: visible;
			padding: 0;
		}

			.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
				position: static;
				width: auto;
				height: auto;
			}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
	width: 100%;
	max-width: 100%;
}

@media (max-width: 568px) {
	iframe {
		max-width: 100%;
	}
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
	padding: 6px;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
	padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
	list-style: none;
	margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
	display: inline-block;
	margin-bottom: 20px;
}

	.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
		content: " ";
		display: table;
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
		content: " ";
		display: table;
		clear: both;
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
		float: left;
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
		display: inline-block;
		padding: 10px 20px;
		white-space: nowrap;
		max-width: 140px;
		overflow: hidden;
		text-overflow: ellipsis;
		text-decoration: none;
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
		position: relative;
	}

		.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
			visibility: hidden;
			opacity: 0;
			-webkit-transition: opacity 0.4s;
			position: absolute;
			z-index: 10;
			left: 0;
		}

			.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
				display: block;
				white-space: nowrap;
				width: 140px;
				overflow: hidden;
				text-overflow: ellipsis;
			}

			.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
				left: 180px;
				top: 0;
			}

		.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
			opacity: 1;
			visibility: visible;
		}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
	margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
	position: relative;
	margin-bottom: 20px;
	min-height: 7em;
}

	.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
		margin-bottom: 0;
	}

		.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
			position: static;
		}

			.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
				display: none;
			}

			.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
				display: block;
				visibility: visible;
				opacity: 1;
			}

				.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
					content: " ";
					display: table;
				}

				.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
					content: " ";
					display: table;
					clear: both;
				}

				.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
					float: left;
				}

					.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
						display: inline-block;
						padding: 10px 20px;
						white-space: nowrap;
						max-width: 140px;
						width: auto;
						overflow: hidden;
						text-overflow: ellipsis;
						text-decoration: none;
					}

.hs-menu-wrapper.hs-menu-flow-vertical {
	width: 100%;
}

	.hs-menu-wrapper.hs-menu-flow-vertical ul {
		list-style: none;
		margin: 0;
	}

	.hs-menu-wrapper.hs-menu-flow-vertical li a {
		display: block;
		white-space: nowrap;
		width: 140px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.hs-menu-wrapper.hs-menu-flow-vertical > ul {
		margin-bottom: 20px;
	}

		.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
			width: auto;
		}

		.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
			padding: 10px 20px;
			text-decoration: none;
		}

		.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
			position: relative;
		}

			.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
				visibility: hidden;
				opacity: 0;
				-webkit-transition: opacity 0.4s;
				position: absolute;
				z-index: 10;
				top: 0;
				left: 180px;
			}

			.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
				opacity: 1;
				visibility: visible;
			}

	.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
		min-width: 140px;
		width: auto;
	}

	.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
		max-width: 100%;
		overflow: hidden;
	}

		.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
			display: none;
		}

		.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
		.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
			display: block;
			visibility: visible;
			opacity: 1;
			position: static;
		}

	.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
		padding-left: 4em;
	}

	.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
		padding-left: 6em;
	}

	.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
		padding-left: 8em;
	}

	.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
		padding-left: 140px;
	}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
	.hs-menu-wrapper, .hs-menu-wrapper * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

		.hs-menu-wrapper.hs-menu-flow-horizontal ul {
			list-style: none;
			margin: 0;
			display: block;
		}

		.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
			display: block;
		}

			.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
				float: none;
			}

			.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
			.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
			.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
				display: block;
				max-width: 100%;
				width: 100%;
			}
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	visibility: visible;
	opacity: 1;
}

/* Space Module */

.widget-type-space {
	visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
	margin: 0 0 .75em 0;
}

.hs-author-social-links {
	display: inline-block;
}

	.hs-author-social-links a.hs-author-social-link {
		width: 24px;
		height: 24px;
		border-width: 0px;
		border: 0px;
		line-height: 24px;
		background-size: 24px 24px;
		background-repeat: no-repeat;
		display: inline-block;
		text-indent: -99999px;
	}

		.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
			background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
		}

		.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
			background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
		}

		.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
			background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
		}

		.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
			background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
		}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
	display: block;
	overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus {
	outline: none;
}

.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {
	margin: 0;
	padding: 0;
}

	.hs_cos_flex-slider .hs_cos_flex-slides > li {
		display: none;
		-webkit-backface-visibility: hidden;
		position: relative;
	}
	/* Hide the slides before the JS is loaded. Avoids image jumping */
	.hs_cos_flex-slider .hs_cos_flex-slides img {
		width: 100%;
		display: block;
		border-radius: 0px;
	}

.hs_cos_flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .hs_cos_flex-slides {
	display: block;
}

* html .hs_cos_flex-slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {
	margin: 0 0 60px;
	background: #fff;
	border: 0;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	zoom: 1;
}

.hs_cos_flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .hs_cos_flex-viewport {
	max-height: 300px;
}

.hs_cos_flex-slider .hs_cos_flex-slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px
}


/* Direction Nav */
.hs_cos_flex-direction-nav {
	*height: 0;
}

	.hs_cos_flex-direction-nav a {
		width: 30px;
		height: 30px;
		margin: -20px 0 0;
		display: block;
		background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0;
		position: absolute;
		top: 50%;
		z-index: 10;
		cursor: pointer;
		text-indent: -9999px;
		opacity: 0;
		-webkit-transition: all .3s ease;
	}

	.hs_cos_flex-direction-nav .hs_cos_flex-next {
		background-position: 100% 0;
		right: -36px;
	}

	.hs_cos_flex-direction-nav .hs_cos_flex-prev {
		left: -36px;
	}

.hs_cos_flex-slider:hover .hs_cos_flex-next {
	opacity: 0.8;
	right: 5px;
}

.hs_cos_flex-slider:hover .hs_cos_flex-prev {
	opacity: 0.8;
	left: 5px;
}

	.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {
		opacity: 1;
	}

.hs_cos_flex-direction-nav .hs_cos_flex-disabled {
	opacity: .3 !important;
	filter: alpha(opacity=30);
	cursor: default;
}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.hs_cos_flex_thumbnavs-direction-nav {
	*height: 0;
}

	.hs_cos_flex_thumbnavs-direction-nav a {
		width: 30px;
		height: 140px;
		margin: -60px 0 0;
		display: block;
		background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%;
		position: absolute;
		top: 50%;
		z-index: 10;
		cursor: pointer;
		text-indent: -9999px;
		opacity: 1;
		-webkit-transition: all .3s ease;
	}

	.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {
		background-position: 100% 40%;
		right: 0px;
	}

	.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
		left: 0px;
	}

.hs-cos-flex-slider-control-panel img {
	cursor: pointer;
}

	.hs-cos-flex-slider-control-panel img:hover {
		opacity: .8;
	}

.hs-cos-flex-slider-control-panel {
	margin-top: -30px;
}



/* Control Nav */
.hs_cos_flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

	.hs_cos_flex-control-nav li {
		margin: 0 6px;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}

.hs_cos_flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

	.hs_cos_flex-control-paging li a:hover {
		background: #333;
		background: rgba(0,0,0,0.7);
	}

	.hs_cos_flex-control-paging li a.hs_cos_flex-active {
		background: #000;
		background: rgba(0,0,0,0.9);
		cursor: default;
	}

.hs_cos_flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

	.hs_cos_flex-control-thumbs li {
		width: 25%;
		float: left;
		margin: 0;
	}

	.hs_cos_flex-control-thumbs img {
		width: 100%;
		display: block;
		opacity: .7;
		cursor: pointer;
	}

		.hs_cos_flex-control-thumbs img:hover {
			opacity: 1;
		}

	.hs_cos_flex-control-thumbs .hs_cos_flex-active {
		opacity: 1;
		cursor: default;
	}

@media screen and (max-width: 860px) {
	.hs_cos_flex-direction-nav .hs_cos_flex-prev {
		opacity: 1;
		left: 0;
	}

	.hs_cos_flex-direction-nav .hs_cos_flex-next {
		opacity: 1;
		right: 0;
	}
}

.hs_cos_flex-slider .caption {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	font-size: 2em;
	line-height: 1.1em;
	color: white;
	padding: 0px 5% 0px 5%;
	width: 100%;
	bottom: 0;
	text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
	color: white;
	font-size: 3em;
	line-height: 1.1em;
	position: absolute;
	padding: 0px 5% 0px 5%;
	width: 90%;
	top: 40%;
	text-align: center;
	background-color: transparent;
}

@media all and (max-width: 400px) {
	.hs_cos_flex-slider .superimpose .caption {
		background-color: black;
		position: static;
		font-size: 2em;
		line-height: 1.1em;
		color: white;
		width: 90%;
		padding: 0px 5% 0px 5%;
		top: 40%;
		text-align: center;
	}

	/* beat recaptcha into being responsive, !importants and specificity are necessary */
	#recaptcha_area table#recaptcha_table {
		width: 300px !important;
	}

		#recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
			width: 300px !important;
		}

		#recaptcha_area table#recaptcha_table .recaptcha_r4_c4 {
			width: 67px !important;
		}

		#recaptcha_area table#recaptcha_table #recaptcha_image {
			width: 280px !important;
		}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
	color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	margin-right: -4px;
}

.hs-gallery-thumbnails.fixed-height li img {
	max-height: 150px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}


/* responsive pre elements */

pre {
	overflow-x: auto;
}

/* responsive pre tables */

table pre {
	white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
	margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
	word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

	audio:not([controls]) {
		display: none;
	}

/* Support migrations from wordpress */

.wp-float-left {
	float: left;
	margin: 0 20px 20px 0;
}

.wp-float-right {
	float: right;
	margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
	max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {
	line-height: 0;
}

.recaptchatable #recaptcha_response_field {
	min-height: 0;
	line-height: 12px;
}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/


.hideblock {
	display: none;
}

.flexslider {
	margin: 0 0 60px;
	background: #ffffff;
	border: 4px solid #ffffff;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flex-direction-nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.flexslider .slides {
	zoom: 1;
}

	.flexslider .slides img {
		height: auto;
	}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.carousel li {
	margin-right: 5px;
}

.flex-direction-nav {
	*height: 0;
}

	.flex-direction-nav a {
		text-decoration: none;
		display: block;
		width: 50px;
		height: 50px;
		margin: -35px 0 0;
		position: absolute;
		top: 50%;
		z-index: 10;
		overflow: hidden;
		opacity: 1;
		cursor: pointer;
		color: rgba(0, 0, 0, 0.8);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

		.flex-direction-nav a:before {
			font-family: "FontAwesome";
			font-size: 40px;
			display: inline-block;
			content: '\f001';
			color: #F36422;
			height: 50px;
			width: 50px;
			background-color: rgba(0,58,93,0.8);
			line-height: 50px;
			border-radius: 25px;
			padding: 1px 7px;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}

		.flex-direction-nav a.flex-prev:before {
			content: '\f053';
		}

		.flex-direction-nav a.flex-next:before {
			content: '\f054';
		}

		.flex-direction-nav a.flex-prev:hover:before {
			background-color: rgba(0,58,93,1);
		}

		.flex-direction-nav a.flex-next:hover:before {
			background-color: rgba(0,58,93,1);
		}

	.flex-direction-nav .flex-prev {
		left: 15px;
	}

	.flex-direction-nav .flex-next {
		right: 15px;
		text-align: right;
	}

.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 10px;
}

	.flexslider:hover .flex-direction-nav .flex-prev:hover {
		opacity: 1;
	}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px;
}

	.flexslider:hover .flex-direction-nav .flex-next:hover {
		opacity: 1;
	}

.flex-direction-nav .flex-disabled {
	opacity: 1 !important;
	filter: alpha(opacity=0);
	cursor: default;
}

.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 1;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

	.flex-pauseplay a:before {
		font-family: "flexslider-icon";
		font-size: 20px;
		display: inline-block;
		content: '\f004';
	}

	.flex-pauseplay a:hover {
		opacity: 1;
	}

	.flex-pauseplay a.flex-play:before {
		content: '\f003';
	}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

	.flex-control-nav li {
		margin: 0 6px;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}

.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-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

	.flex-control-paging li a:hover {
		background: #333;
		background: rgba(0, 0, 0, 0.7);
	}

	.flex-control-paging li a.flex-active {
		background: #000;
		background: rgba(0, 0, 0, 0.9);
		cursor: default;
	}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

	.flex-control-thumbs li {
		width: 25%;
		float: left;
		margin: 0;
	}

	.flex-control-thumbs img {
		width: 100%;
		height: auto;
		display: block;
		opacity: .7;
		cursor: pointer;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}

		.flex-control-thumbs img:hover {
			opacity: 1;
		}

	.flex-control-thumbs .flex-active {
		opacity: 1;
		cursor: default;
	}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}
/* END FLEXSLIDER */


/* GLOBAL */
body {
	margin: 0;
}

.fa.mobile-menu {
	display: none;
}

form[id*='hsForm_55b4107e-44d1-4977-bdc3-f85fc0126528'] {
	display: none;
}

.download-form .form-title {
	display: none;
}


/*{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}*/
/*
.header-container-wrapper{
	position:relative;
	padding-bottom:0;
	margin-bottom:0;
}*/
.body-container-wrapper {
	padding-top: 167px;
	/* padding-top:0;*/
}


/* Page Banner */
.page-banner {
	margin-top: -40px;
}

.body-container {
	margin-bottom: 15px;
}

.banner-slide,
.page-banner {
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

	.banner-image,
	.page-banner img {
		position: relative;
		width: 100%;
		left: 50%;
		margin: 0 0 0 -100%;
		text-align: center;
		display: inline-block;
		left: 100%;
		width: 100%;
		min-width: 1200px;
		margin-left: -200%;
	}



h1 {
	font-size: 50px;
	font-weight: normal;
	color: #f36422;
	font-family: "chaparral-pro",sans-serif;
}

.blog-section h1 {
	margin-top: 3px;
	line-height: 60px;
	margin-bottom: 15px;
}

h1:first-child {
	margin-top: 40px;
	margin-bottom: 15px;
	line-height: 70px;
}

h2 {
	color: #6d6e72;
	margin: 0;
	line-height: 35px;
	font-weight: normal;
}

	h2:first-child {
		margin: 0 0 25px 0;
	}

	h2:after {
		display: block;
		content: '';
		width: 25%;
		border-bottom: 1px solid #e9eef0;
		padding-bottom: 15px;
	}

.home-page h2:after {
	display: none;
}

.padding60tb {
	padding: 25px 0 0;
}

body, div, p, table {
	color: #6d6e72;
}

p {
	margin: 0 0 15px;
}

a, a:hover, a:focus {
	color: rgba(0,58,93,1);
}

.title-background {
	background: none;
}

.hs-breadcrumb-menu .hs-breadcrumb-menu-item a {
	color: #f36422;
	font-size: 18px;
	font-weight: bold;
}

.hs-breadcrumb-menu .hs-breadcrumb-menu-item span,
.hs-breadcrumb-menu .hs-breadcrumb-menu-item {
	color: #E9EEF0;
	font-size: 18px;
	font-weight: bold;
}

.hs-breadcrumb-menu-divider:before {
	content: '/';
}

/* COLOR BOX */
#cboxClose {
	position: absolute;
	top: -25px;
	right: -25px;
	background: none;
	border: 2px solid #ffffff;
	color: #fff;
	border-radius: 25px;
	padding: 3px 6px;
}

#cboxOverlay {
	opacity: 0.9;
	cursor: pointer;
	visibility: visible;
	display: block;
	top: 0;
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
}

#cboxClose:focus, #cboxClose:active #colorbox img:focus, #colorbox img:active,
#colorbox:focus, #colorbox:active #colorbox div:focus, #colorbox div:active #cboxLoadedContent:focus, #cboxLoadedContent:active,
#cboxContent:focus, #cboxContent:active {
	outline: none;
}


/* HEADER */

.header-container, .small-header .header-container {
	padding-top: 0;
	background: none;
}

.header-container-wrapper .supernav-container {
	background-color: #f36422;
}

.hs-menu-wrapper {
	line-height: 16px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.small-header .supernav .hs-menu-wrapper {
	margin-top: -35px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
	padding: 5px 20px 0;
	line-height: 20px;
}

.header-container-wrapper .row-fluid .span4.logo {
	max-width: 225px;
	width: 100%;
	margin: 10px 0 10px 15px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

	.header-container-wrapper .row-fluid .span4.logo img {
		width: auto !important;
		height: 74px;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}

.small-header .header-container-wrapper .row-fluid .span4.logo img {
	height: 48px;
}

.small-header .header-container-wrapper .logo {
	max-width: 150px;
}

.header-container-wrapper .main-menu {
	float: right;
}

	.header-container-wrapper .main-menu ul {
		padding: 0;
	}

.small-header .header-container-wrapper .main-menu ul {
	padding: 0;
}

.header-container-wrapper .menu-container {
	background-color: #ffffff;
}

.header-container-wrapper .breadcrumbs-container {
	background-color: rgba(0, 58, 93, 0.8);
	min-height: 40px;
}

.header-container > .row-number-1 {
	position: relative;
	z-index: 1;
}

.body-container > .row-number-1 {
	position: relative;
	z-index: 0;
}

.body-content {
	padding-right: 30px;
}


/* MENUS */
.header-container-wrapper .supernav {
	text-align: right;
}

	.header-container-wrapper .supernav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
		color: #ffffff;
		font-size: 14px;
		font-weight: normal;
	}

#main-menu .mobile-menu-header {
	display: none;
}

.fa.expand {
	display: none;
}

.row-fluid [class*="span"].supernav-mobile {
	display: none;
}


/* LINKS */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
	color: #6d6e72;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 20px 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a:after {
	display: none;
}

.small-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
	padding: 2px 20px;
}


.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
	padding: 40px 20px 35px;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.active-branch > a {
	color: #34495e;
	border-bottom: 5px solid #f36422;
	padding: 40px 20px 30px;
}

.small-header .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
	padding: 24px 20px 24px;
}

.small-header .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.active-branch > a {
	padding: 24px 20px 19px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
	display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	margin-left: -15px;
	width: 200px;
	top: 100%;
	margin-top: 0;
	padding: 0;
	border: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
	width: 200px;
	border: none;
	border-radius: 0;
	background: none;
	padding: 0;
	margin-left: -15px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	background-color: #a4b1ba;
	color: #ffffff;
	padding: 10px 15px;
	text-transform: Capitalize;
}

	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
		background-color: #6d6e72;
	}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
	border: 1px solid #ffffff;
	border-width: 1px 0 0 0;
}

	.custom-menu-primary .hs-menu-wrapper > ul ul li:first-child {
		border: none;
	}

/* FLEXSLIDER */
.banner-block {
	margin-top: -40px;
}

.banner-slide {
	position: relative;
}

.banner-content {
	position: absolute;
	min-height: 40px;
	bottom: 0;
	width: 100%;
	padding: 12px 0 10px;
	color: #ffffff;
	line-height: 26px;
	text-align: left;
	background-image: linear-gradient(180deg,rgba(0,58,93,0.8) 50%,rgba(0,58,93,1.0) 50%);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 200%;
	-webkit-transition: background-position .5s ease;
	-moz-transition: background-position .5s ease;
	-ms-transition: background-position .5s ease;
	-o-transition: background-position .5s ease;
	transition: background-position .5s ease;
}

.banner-block:hover .banner-content {
	background-position: 0 100%;
}

.banner-title {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	line-height: 26px;
}

.banner-cta {
	color: #f36422;
	margin-left: 20px;
	font-weight: bold;
	line-height: 26px;
	;
}

	.banner-cta:hover {
		color: #f36422;
		text-decoration: underline;
	}

	.banner-cta:after {
		display: inline-block;
		content: '\f054';
		font-size: 20px;
		font-family: 'FontAwesome';
		margin-left: 15px;
		vertical-align: top;
		background-color: #f36422;
		color: rgba(0,58,93,1);
		height: 26px;
		width: 26px;
		text-align: center;
		border-radius: 25px;
		padding-left: 3px;
		line-height: 28px;
	}

.cta_button {
	background: #f36422;
	color: #fff;
	border-radius: 3px;
	box-shadow: 2px 2px 5px #888;
	border: none;
	padding: 5px 15px 5px 15px;
	font-size: 18px;
	margin-top: 10px;
	display: inline-block;
}

.container-fluid .row-fluid .page-center.module-group {
	margin: 50px auto;
}

.mini-cta-block img {
	width: 100% !important;
}

.mini-cta-block .widget-type-linked_image > .cell-wrapper {
	display: table;
	margin: 15px 0;
	width: 100%;
}

	.mini-cta-block .widget-type-linked_image > .cell-wrapper > span {
		display: table-cell;
		vertical-align: middle;
		height: 250px;
		padding: 0 15px 0 0;
		position: relative;
	}

		.mini-cta-block .widget-type-linked_image > .cell-wrapper > span a {
			display: inline;
			height: 250px;
		}

/* BASIC PAGE */
.accordion-block {
	margin-bottom: 2px;
	clear: both;
}

.accordion-title h4 {
	background: #aaa;
	color: #fff;
	padding: 10px 15px;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 38px;
	position: relative;
	width: 100%;
	padding-right: 50px;
}

	.accordion-title h4 span.fa-plus {
		display: block;
		background-color: #666666;
		width: 38px;
		height: 38px;
		font-size: 20px;
		text-align: center;
		padding-top: 9px;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		position: absolute;
		top: 0;
		right: 0;
	}

		.accordion-title h4 span.fa-plus:hover, .accordion-title h4 span.fa-minus {
			background-color: #f36422;
			cursor: pointer;
		}

	.accordion-title h4 span.fa-minus {
		display: block;
		background-color: #f36422;
		width: 38px;
		height: 38px;
		font-size: 20px;
		text-align: center;
		padding-top: 9px;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		position: absolute;
		top: 0;
		right: 0;
	}

.accordion-content {
	display: none;
	border: 1px solid #f36422;
	border-width: 1px 0px;
	padding: 25px 15px;
	margin-bottom: 2px;
	background-color: #e9eef0;
}

.body-container .tabber-tabs {
	background-color: #aaaaaa;
	border: none;
}

.tabber-tabs > li > a {
	background: none;
	border: none;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #6d6e72;
	border-bottom: 3px solid #aaaaaa;
	padding: 10px 15px 5px;
	color: #e9eef0;
}

	.tabber-tabs > li > a:hover, .tabber-tabs > li > a:focus,
	.tabber-tabs > .active > a, .tabber-tabs > .active > a:hover, .tabber-tabs > .active > a:focus {
		background: none;
		border: none;
		border-bottom: 3px solid #6d6e72;
		cursor: pointer;
		color: #6d6e72;
	}

.tabber-content {
	background: none;
	border: none;
	padding: 25px 15px;
}

.tab-pane {
	display: none;
}

	.tab-pane.active {
		display: block;
	}

.body-content-image {
	float: left;
	display: inline-block;
	margin: 10px 20px 15px 0;
	position: relative
}

	.body-content-image .image-title {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 10px 15px;
		color: #fff;
		background-image: linear-gradient(180deg,rgba(0,58,93,0.8) 50%,rgba(0,58,93,1.0) 50%);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 100% 200%;
		-webkit-transition: background-position .5s ease;
		-moz-transition: background-position .5s ease;
		-ms-transition: background-position .5s ease;
		-o-transition: background-position .5s ease;
		transition: background-position .5s ease;
	}

	.body-content-image:hover .image-title {
		background-position: 0 100%;
	}

	.body-content-image .image-title:after {
		display: inline-block;
		position: absolute;
		content: '\F0b2';
		font-family: 'FontAwesome';
		color: #fff;
		right: 10px;
		bottom: 7px;
		font-size: 20px;
	}

/* Image Gallery */
.image-gallery .image-gallery-block div.hs_cos_wrapper {
	display: inline-block;
	width: 30%;
	margin: 10px 1.5%;
	float: left;
}

	.image-gallery .image-gallery-block div.hs_cos_wrapper img {
		width: 100%;
		cursor: pointer;
	}

	.image-gallery .image-gallery-block div.hs_cos_wrapper:nth-child(3n+1) {
		clear: both;
	}

/* CTA With Image */
.cta-block {
	position: relative;
}

	.cta-block .cta-image-block {
		display: block;
		position: relative;
	}

		.cta-block .cta-image-block a {
			display: block;
		}

	.cta-block .cta-content-block {
		position: absolute;
		bottom: 0;
		width: 100%;
		color: #fff;
		padding: 10px 15px;
		background-image: linear-gradient(180deg,rgba(0,58,93,0.8) 50%,rgba(0,58,93,1.0) 50%);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 100% 200%;
		min-height: 106px;
		-webkit-transition: background-position .5s ease;
		-moz-transition: background-position .5s ease;
		-ms-transition: background-position .5s ease;
		-o-transition: background-position .5s ease;
		transition: background-position .5s ease;
	}

	.cta-block:hover .cta-content-block {
		background-position: 0 100%;
	}

	.cta-block h4 {
		font-size: 20px;
		text-transform: uppercase;
		margin-bottom: 0;
	}

	.cta-block p {
		font-size: 16px;
		margin: 4px 0px;
		color: #ffffff;
	}

	.cta-block .cta-link {
		background-color: rgba(0,58,93,1);
		color: #f36422;
		display: block;
		padding: 10px 15px;
		line-height: 25px;
		font-size: 20px;
		font-weight: bold;
	}

		.cta-block .cta-link:after {
			display: inline-block;
			content: '\f054';
			font-size: 18px;
			font-family: 'FontAwesome';
			margin-left: 15px;
			vertical-align: top;
			background-color: #f36422;
			color: rgba(0,58,93,1);
			height: 26px;
			width: 26px;
			text-align: center;
			border-radius: 25px;
			padding-left: 3px;
			margin-top: -2px;
			line-height: 28px;
		}

/* ARTICLE TEMPLATE */

.blog-section .post-body img {
	padding: 20px;
}

.category-dropdown {
	margin-bottom: 25px;
	position: relative;
}

.list-title {
	padding: 5px 15px;
	color: #ffffff;
	background-color: #6d6e72;
	margin: 0;
	cursor: pointer;
}

	.list-title span {
		margin-right: 15px;
	}

.category-list {
	display: none;
	position: absolute;
	width: 100%;
	background-color: #ffffff;
	z-index: 1;
}

	.category-list h3 {
		display: none;
	}

	.category-list ul {
		margin: 0;
		padding: 0;
		list-style: none;
		border: 1px solid #6d6e72;
		border-width: 0 1px 1px 1px;
	}

		.category-list ul li a {
			display: block;
			padding: 10px 15px;
			color: #6d6e72;
			font-weight: bold;
		}

			.category-list ul li a span {
				display: none;
			}

			.category-list ul li a:hover {
				background-color: #e9eef0;
				color: rgba(0,58,93,1);
			}



.back-to-block {
	padding: 10px 0;
	background: #e9eef1;
}

	.back-to-block a.cta_button {
		font-weight: bold;
		text-transform: uppercase;
		font-size: 14px;
		background: none;
		color: rgba(0,58,93,1);
		border-radius: 0;
		box-shadow: none;
		border: none;
		padding: 0;
		margin-top: 0;
		display: inline-block;
		line-height: 26px;
	}

	.back-to-block a:before {
		display: inline-block;
		content: '\f053';
		font-family: 'FontAwesome';
		font-size: 25px;
		vertical-align: top;
		line-height: 28px;
		margin-right: 10px;
	}

.article-date {
	margin-top: 35px;
	display: block;
	color: rgb(0,58,93);
	font-size: 15px;
	font-style: italic;
}

/* Download Links */
.downloads-list {
	margin-top: 25px;
}

	.downloads-list a {
		font-size: 14px;
		font-weight: bold;
		color: #f36422;
		text-transform: uppercase;
	}

		.downloads-list a:before {
			content: '\f019';
			font-family: 'FontAwesome';
			font-size: 20px;
			vertical-align: top;
			margin-right: 15px;
			line-height: 26px;
		}

.other-articles-block {
	border-top: 1px solid #a3b1bc;
	margin-top: 40px;
	margin-bottom: -40px;
	padding: 15px 0;
}

	.other-articles-block a.prev-article {
		position: relative;
		display: block;
		padding-left: 50px;
		float: left;
	}

	.other-articles-block a.next-article {
		position: relative;
		display: block;
		padding-right: 60px;
		float: right;
	}

		.other-articles-block a.prev-article .prev-previous,
		.other-articles-block a.next-article .next-next {
			display: block;
			font-size: 12px;
			font-weight: bold;
			color: #6d6e72;
			text-transform: uppercase;
		}

		.other-articles-block a.prev-article .prev-title,
		.other-articles-block a.next-article .next-title {
			font-size: 20px;
			font-weight: bold;
			color: #f36422;
		}

	.other-articles-block a.prev-article:before {
		content: '\f053';
		font-family: 'FontAwesome';
		font-size: 30px;
		vertical-align: top;
		margin-right: 15px;
		line-height: 26px;
		color: #f36422;
		position: absolute;
		left: 0;
		top: 30%;
	}

	.other-articles-block a.next-article:after {
		content: '\f054';
		font-family: 'FontAwesome';
		font-size: 30px;
		vertical-align: top;
		margin-left: 15px;
		line-height: 26px;
		color: #f36422;
		position: absolute;
		right: 0;
		top: 30%;
	}

.pagination {
	list-style: none;
	padding: 0;
	width: 100%;
	text-align: center;
}

	.pagination li {
		display: inline-block;
	}

		.pagination li a {
			padding: 4px 0 5px;
			background: none;
			color: #a3b0b9;
			border-radius: 25px;
			text-align: center;
			min-width: 32px;
			display: block;
		}

		.pagination li.active a {
			padding: 4px 0 5px;
			background: #e9eef1;
			color: #f36422;
			border-radius: 25px;
			text-align: center;
			min-width: 32px;
			display: block;
		}

		.pagination li.previous {
			margin-right: 75px;
		}

		.pagination li.next {
			margin-left: 75px;
		}


/* CONTACT PAGE */

body form.hs-form fieldset .hs-form-field {
	padding: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

	body form.hs-form fieldset .hs-form-field label {
		display: none;
	}

	body form.hs-form fieldset .hs-form-field .hs-form-checkbox label {
		display: block;
	}

	body form.hs-form fieldset .hs-form-field .hs-error-msgs {
		margin: 5px 0;
	}

		body form.hs-form fieldset .hs-form-field .hs-error-msgs label {
			display: block;
		}

@media \0screen,screen\9 {
	body form.hs-form fieldset .hs-form-field label {
		display: block;
	}
}
/* Show in IE8 and below */

body form.hs-form fieldset.form-columns-2 .hs-form-field:nth-child(odd) {
	padding: 0 25px 0 0;
}

body form.hs-form fieldset.form-columns-2 .hs-form-field:nth-child(even) {
	padding: 0 0 0 25px;
}

body form.hs-form fieldset[class*="form-columns"] .hs-input, textarea {
	border: 1px solid #999999;
	border-radius: 3px;
	background-color: #e9eef0;
	padding: 10px 15px;
	height: auto;
	color: #003b5d;
	box-shadow: none;
}

	body form.hs-form fieldset[class*="form-columns"] .hs-input:focus, textarea:focus, body form.hs-form fieldset[class*="form-columns"] .hs-input:active, textarea:active {
		background-color: #ffffff;
		box-shadow: none;
	}

body .hs-button.primary, body input[type="submit"], body input[type="button"], a.more-link {
	background: #f36422;
	color: #fff;
	border-radius: 3px;
	box-shadow: 2px 2px 5px #888888;
	border: none;
	padding: 10px 75px;
	font-size: 20px;
	margin-top: 10px;
}

	body .hs-button.primary:hover, body input[type="submit"]:hover, body input[type="button"]:hover, a.more-link:hover {
		border: none;
		background: #003b5d;
		color: #ffffff;
	}

a.more-link {
	display: inline-block;
}


fieldset.form-columns-2 .hs-form-field {
	width: 50%;
	float: left;
}

.contact-information-block h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #e9eef0;
	padding-bottom: 10px;
}

.contact-information-block .contact-info {
	position: relative;
	padding-left: 65px;
	min-height: 65px;
	padding-top: 15px;
	line-height: 18px;
}

	.contact-information-block .contact-info:before {
		position: absolute;
		left: 0;
		top: 0;
		line-height: 40px;
		color: #6d6e72;
	}

.contact-information-block .contact-phone:before {
	content: '\f095';
	font-family: 'FontAwesome';
	font-size: 30px;
	display: inline-block;
	background-color: #e9eef0;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top: 6px;
}

.contact-information-block .contact-address:before {
	content: '\f041';
	font-family: 'FontAwesome';
	font-size: 30px;
	display: inline-block;
	background-color: #e9eef0;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top: 4px;
}

.contact-information-block .contact-email:before {
	content: '\f0e0';
	font-family: 'FontAwesome';
	font-size: 25px;
	display: inline-block;
	background-color: #e9eef0;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top: 6px;
}

.contact-information-block .contact-address address {
	font-style: normal;
	margin-bottom: 0px;
}

.contact-information-block .contact-email a {
	color: #f36422;
}




/* FOOTER */
.footer-container-wrapper {
	background: #6d6e72;
	border-top: 15px solid #6d6e72; /*#a4b1ba If we ever go back to using a three layer footer on this site, we'll need to switch back to this light grey.*/
	color: #a4b1ba;
	clear: both;
	z-index: 4;
}

	.footer-container-wrapper .footer-container .sub-footer {
		background: #525256;
		color: #6d6e72;
		padding: 10px 0;
		font-size: 12px;
		text-align: center;
	}

.footer-menu li {
	display: inline-block;
}

	.footer-menu li a {
		color: #ffffff;
		font-size: 15px;
		padding: 15px 0;
	}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
	padding: 10px 0 5px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
	margin-bottom: 0;
}

.footer-menu li a:after {
	display: inline-block;
	content: '|';
	padding: 0;
	margin: 0 15px 0 15px;
}

.footer-menu li:last-child a:after {
	content: '';
	margin: 0;
}

.row-fluid .main-footer {
	padding: 40px 0 75px 0;
}

.main-footer .cta_button {
	color: #ffffff;
	background-color: #a4b1ba;
	line-height: 40px;
	display: inline-block;
	padding: 5px 25px 5px 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	border-radius: 3px;
	box-shadow: 2px 2px 5px #333333;
}

	.main-footer .cta_button:before {
		content: '\f0ac';
		font-family: 'FontAwesome';
		color: #fff;
		font-size: 35px;
		font-weight: normal;
		display: inline-block;
		margin-right: 15px;
		vertical-align: top;
	}

.main-footer h3, .main-footer h3, .main-footer h3 span {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
}

.main-footer h4 {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 20px 0;
	line-height: 24px;
	height: 10px;
	color: #a4b1ba;
}

.main-footer .contactBlock {
	margin-bottom: 35px;
	color: #ffffff;
}

	.main-footer .contactBlock p {
		line-height: 10px;
		padding: 0;
		height: 10px;
		font-size: 14px;
		color: #ffffff;
	}

.contactBlock {
	display: table;
}

.addressBox, .contactBox {
	display: table-cell;
	padding: 0 15px 0 0;
}

.tableRow {
	display: block;
	width: 100%;
}

.mobile-view .cell-wrapper {
	display: none;
}

/*  Sidebar */
.sidebar-right h3 {
	text-transform: uppercase;
	margin-bottom: 30px;
}

.post-block {
	margin-bottom: 30px;
}

.topic-link {
	background-color: #e9eef0;
	padding: 6px 15px 4px 10px;
	text-transform: uppercase;
	line-height: 19px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 14px;
}

	.topic-link:before {
		margin-right: 15px;
		font-size: 20px;
		vertical-align: top;
		display: inline-block;
	}

.white-paper:before {
	content: '\f0ed';
	font-family: 'FontAwesome';
}

.article:before {
	content: '\f0f6';
	font-family: 'FontAwesome';
}

.post-title h4 {
	color: #f36422;
	text-transform: Capitalize;
	margin: 15px 0 0;
	font-size: 20px;
	line-height: 22px;
}

.post-date {
	line-height: 16px;
}

	.post-date span {
		font-style: italic;
	}

.button {
	background: #f36422;
	color: #fff;
	border-radius: 3px;
	box-shadow: 2px 2px 5px #888;
	border: none;
	padding: 5px 25px 5px 10px;
	font-size: 20px;
	margin-top: 10px;
	display: inline-block;
}

	.button:before {
		margin-right: 15px;
		padding: 3px;
		border: 2px solid #fff;
		border-radius: 25px;
		min-width: 38px;
		display: inline-block;
		text-align: center;
		font-size: 18px;
	}

	.button:hover, .button:focus, .button:active {
		background: #003b5d;
		color: #ffffff;
	}

/* Association Partners */
.main-footer .association-partners {
	margin: 15px 0 35px;
}

	.main-footer .association-partners .cell-wrapper {
		position: relative;
		display: block;
	}

		.main-footer .association-partners .cell-wrapper span {
			display: block;
		}

.main-footer .association-links img {
	width: 100%;
}

.main-footer .association-links {
	display: table;
	width: 100%;
}

	.main-footer .association-links a {
		display: table-cell;
		padding: 0 30px 0 0;
		vertical-align: middle;
	}

/* Social Links */
.main-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
	margin-top: 20px;
}

	.main-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
		position: relative;
		display: inline-block;
		height: 40px;
		width: 40px;
		line-height: 40px;
		color: #a4b1ba;
		font-weight: normal;
		vertical-align: top;
		padding: 0;
		margin-right: 35px;
	}

	.main-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
		color: #ffffff;
	}

	.main-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:before {
		display: block;
		font-size: 40px;
		font-family: 'FontAwesome';
		line-height: 40px;
	}

	.main-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a[href*='linkedin']:before {
		content: '\f08c';
	}

	.main-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a[href*='twitter']:before {
		content: '\f081';
	}

	.main-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a[href*='youtube']:before {
		content: '\f166';
	}


.copyright {
	color: #a4b1ba;
	font-size: 14px;
	margin-bottom: 25px;
	padding: 10px 0 0;
}

.powered-by {
	margin-top: 35px;
	margin-bottom: 15px;
}

	.powered-by img {
		position: relative;
		width: 100px !important;
	}


/* MEDIA QUERIES */
@media (max-width: 1085px) {
	.container-fluid .row-fluid .page-center {
		padding: 0;
	}

	.body-container-wrapper .body-container > .row-fluid-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

		.body-container-wrapper .body-container > .row-fluid-wrapper:first-child {
			padding-left: 0;
			padding-right: 0;
		}

	.container-fluid .row-fluid .page-center.main-footer {
		padding: 40px 15px 75px 15px;
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
		font-size: 14px;
		padding: 5px 5px 0;
	}

	.back-to-block {
		padding: 10px 15px;
		margin: 0 -15px !important;
	}

	.other-articles-block {
		padding: 10px 15px;
		margin: 40px -15px -40px !important;
	}
}

@media (max-width:768px) {

	body {
		position: relative;
		left: 0;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}

		body.menu-active {
			left: -100%;
		}

	.header-container-wrapper .container-fluid .row-fluid [class*="span"].supernav,
	.header-container-wrapper .container-fluid .row-fluid [class*="span"].breadcrumbs-container {
		display: none;
	}

	.header-container-wrapper .row-fluid .span4.logo img {
		height: auto;
	}

	h1 {
		font-size: 40px;
	}

		h1:first-child {
			font-size: 40px;
			line-height: 45px;
		}

	h2:first-child {
		margin: 25px 0;
	}

	.body-container-wrapper {
		padding-top: 110px;
	}

	.banner-content {
		text-align: center;
	}

	.banner-cta {
		display: block;
		font-size: 18px;
		margin: 0;
	}

		.banner-cta:after {
			display: none;
			font-size: 18px;
		}

	.header-container-wrapper {
		position: fixed;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li {
		margin-right: 0;
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
		display: table;
	}

		.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
			display: table-cell;
			padding: 0;
			text-align: left;
			width: 50%;
			vertical-align: top;
		}

			.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a {
				float: right;
				text-align: right;
			}

			.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
				display: block;
				padding: 5px 15px;
			}

	#main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
		float: none;
		display: block;
		width: auto;
		border: 1px solid #fff;
		border-width: 1px 0 0 0;
	}

	.logo img {
		max-width: 180px;
		padding: 0 15px;
	}


	/* MENU */

	#main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
		color: #6d6e72;
		font-weight: bold;
		font-size: 16px;
		padding: 14px 15px;
		background-color: #a4b1ba;
		float: none;
		text-align: left;
		height: 48px;
	}

		#main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover, #main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.active-branch > a {
			background-color: #6d6e72;
		}

	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a:after {
		display: none;
	}

	.small-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
		padding: 2px 20px;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
		display: none;
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
		width: 100%;
		border: none;
		border-radius: 0;
		background: none;
		padding: 0;
	}

	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
		background-color: #f36422;
		color: #ffffff;
		padding: 14px 15px;
		text-transform: Capitalize;
	}

		.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
			background-color: #f36422;
		}

	.custom-menu-primary .hs-menu-wrapper > ul ul li {
		border: 1px solid #eea989;
		border-width: 0 0 1px;
	}


	#main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a > span {
		background-color: #6d6e72;
		position: absolute;
		top: 0;
		right: 0;
		width: 48px;
		height: 48px;
		text-align: center;
		padding-top: 14px;
		font-size: 22px;
	}

		#main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a > span.active {
			background-color: #f36422;
		}

	#main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > .hs-menu-children-wrapper {
		display: none;
		padding: 0;
	}

	.category-dropdown {
		margin-top: 15px;
	}


	.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
		padding-top: 0;
	}

	.row-fluid-wrapper:last-child #main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
		background-color: #f36422;
		padding: 0;
	}

	.row-fluid-wrapper:last-child #main-menu .supernav-mobile .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
		margin-top: 5px;
		background: #fff;
	}

		.row-fluid-wrapper:last-child #main-menu .supernav-mobile .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
			display: inline-block;
			width: 50%;
		}

			.row-fluid-wrapper:last-child #main-menu .supernav-mobile .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
				text-align: center;
				font-weight: normal;
				color: #f36422;
				background: #fff;
			}

	#main-menu .menu-content {
		display: block;
		z-index: 1;
		position: fixed;
		top: 0;
		height: 100%;
		width: 100%;
		right: -100%;
		background-color: #ffffff;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		overflow-x: auto;
	}

		#main-menu .menu-content.active {
			right: 0;
			box-shadow: -2px 0 5px #6d6e72;
		}

	#main-menu .mobile-menu-header {
		display: block;
		text-align: right;
		width: 100%;
		display: block;
		padding: 17px 10px;
		background-color: #ffffff;
	}

	.close-mobile {
		display: inline-block;
		padding: 5px 15px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.fa.expand {
		display: inline-block;
	}
	/*.header-container-wrapper .container-fluid .row-fluid .widget-type-linked_image.logo,
	.header-container-wrapper .container-fluid .row-fluid .widget-type-menu.main-menu{
		display:inline-block;
		width: 69% !important;
	} */

	.fa.mobile-menu {
		display: block;
		position: absolute;
		top: 12px;
		right: 15px;
		color: #6d6e72;
		cursor: pointer;
	}

	.small-header .mobile-menu {
		top: 12px;
	}

	.fa.mobile-menu:before {
		font-size: 45px;
	}

	.row-fluid {
		position: relative;
	}

	.body-content {
		padding-right: 0;
	}

	body form.hs-form fieldset.form-columns-2 .hs-form-field:nth-child(odd) {
		padding: 0 8px 0 0;
	}

	body form.hs-form fieldset.form-columns-2 .hs-form-field:nth-child(even) {
		padding: 0 0 0 7px;
	}

	.sidebar-right {
		margin-top: 25px;
	}

	.cta-block, .mini-cta-block {
		margin-bottom: 30px;
	}

		.cta-block img, .mini-cta-block img {
			width: 100%;
		}

		.mini-cta-block .widget-type-cta {
			text-align: center;
		}

	/*FOOTER*/
	.main-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
		display: inline;
		width: auto;
	}

	.footer-container .footer-sidebar {
		margin-top: 25px;
		text-align: center;
	}

	.main-footer .association-links a {
		padding: 0 15px;
	}

	.main-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
		display: inline-block;
		width: auto;
		margin: auto;
	}

		.main-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
			margin: 0 15px;
			float: none;
		}

	.footer-menu li a:after {
		content: '';
		margin: 0;
	}

	.contactBlock {
		display: block;
	}

	.addressBox, .contactBox {
		display: block;
		padding: 15px;
	}
}

@media (max-width:480px) {
	.mobile-view .cell-wrapper {
		display: block;
	}
}

@media (max-width:399px) {
	body form.hs-form fieldset.form-columns-2 .hs-form-field:nth-child(odd),
	body form.hs-form fieldset.form-columns-2 .hs-form-field:nth-child(even) {
		padding: 0;
	}
}

.dxbs-grid-header-content {
	color: #6d6e72 !important;
}

.sub-menu li {
	display: block !important;
	text-align: left !important;
}

	.sub-menu li a {
		text-align: left !important;
	}