/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */











































.dnd-section {
	padding-bottom: 30px;
	padding-top: 30px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
	background-color: #292b2c;
}






html {
	font-size: 18;
}

body {
	color: #292b2c;
	font-family: source-sans-pro;
	font-size: 18px;
}

.body-container-wrapper {
}

body,
html {
	height:100%;
}

p {
	font-size: 18px;
	font-weight: 400
}

ul li,
ol li {
	font-weight: 400
}

a {
	color: rgba(245, 129, 38, 1.0);
	background: transparent;
}

.hs-search-field__suggestions #results-for {
	color: #292b2c;
}

.hs-search-field__suggestions li {
	color: #292b2c;
}

.hs-search-field__suggestions li a,
.hs-search-field__suggestions a{
	color: rgba(245, 129, 38, 1.0);
}

.post__meta a {
	color: #292b2c;
	text-decoration:none;
}

.post__meta a:hover {
	color: #292b2c;
}

a:hover {
	color: #014c8c;
}

a:active {
	color: rgba(41, 116, 180, 0.0);
}


h1 {
	color: #003748;
	font-family: source-sans-pro;
	font-size: 40px;
	font-weight: 400;
}


h2 {
	color: #003748;
	font-family: source-sans-pro;
	font-size: 34px;
	font-weight: 600;
}

h3 {
	color: #292b2c;
	font-family: source-sans-pro;
	font-size: 30px;
	font-weight: 400;
}

h4 {
	color: #292b2c;
	font-family: source-sans-pro;
	font-size: 26px;
	font-weight: 400;
}

h5 {
	color: #292b2c;
	font-family: source-sans-pro;
	font-size: 22px;
	font-weight: 400;
}

h6 {
	color: #292b2c;
	font-family: source-sans-pro;
	font-size: 18px;
	font-weight: 400;
}






.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt {
	border-width: 0px;
	border-radius: 6px;
	border-style:solid;
	border-color: rgba(41, 43, 44, 1.0) ;
	font-family: source-sans-pro;
	padding:30px;
	background-color:rgba(255, 255, 255, 10.0 );
	box-shadow:0 0 40px rgba(56, 56, 56, 0.2 );
	margin:0 0 30px;
}



h3.form-title {
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(41, 43, 44, 1.0);
	padding:5px;
}

.body-container-wrapper .custom_error_message h3,
.body-container-wrapper .widget-type-form h3,
.body-container-wrapper .widget-type-blog_subscribe h3,
.body-container-wrapper .widget-type-google_search h3 ,
.body-container-wrapper .widget-type-password_prompt.custom_error_message h3 ,
.body-container-wrapper .widget-type-email_simple_subscription h3,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments h3,
.body-container-wrapper .hs-search-field__bar h3 {
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(41, 43, 44, 1.0);
}


.hs-button,
.button--primary,
.blog-comments .hs-button {
	background-color: rgba(245, 129, 38, 1.0);
	color: rgba(255, 255, 255, 1.0);
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	border-width:2px;
	border-radius:10rem;
	border-style:solid;
	border-color: rgba(245, 129, 38, 1.0);
}

.header-button .button {
	background-color: rgba(245, 129, 38, 1.0);
	color: rgba(255, 255, 255, 1.0);
	border-width:2px;
	border-radius:10rem;
	border-style:solid;
	border-color: rgba(245, 129, 38, 1.0);
}

.header-button .button:hover {
	border-color: rgba(245, 129, 38, 1.0);
	background-color: rgba(245, 129, 38, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

.footer_form .hs-form .hs-button,
.footer_form .hs-form .button--primary{
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(245, 129, 38, 1.0);
	border-color: rgba(245, 129, 38, 1.0);
	padding: .7rem 2rem;
	border-radius:2px;
}


.hs-button:hover,
.button--primary:hover,
.blog-comments .hs-button:hover,
.hs-button:focus,
.button--primary:focus,
.blog-comments .hs-button:focus{
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(245, 129, 38, 1.0);
	border-color: rgba(245, 129, 38, 1.0);
	text-decoration:none;
}

.footer_form .hs-form .hs-button:hover,
.footer_form .hs-form .button--primary:hover,
.footer_form .hs-form .hs-button:focus,
.footer_form .hs-form .button--primary:focus{
	background-color: rgba(245, 129, 38, 1.0);
	color: rgba(255, 255, 255, 1.0);
	border-color: rgba(245, 129, 38, 1.0);
}

.hs-button:active,
.button--primary:active {
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(245, 129, 38, 1.0);
}

.hs-form label {
	color: rgba(89, 89, 89, 1.0);
}

.footer_form .hs-form label {
	color: rgba(89, 89, 89, 1.0);
}

.hs-error-msgs {
	padding-bottom: 6px;
	padding-top: 8px;
	background-color:rgba(255, 223, 224, 0.25);
	border-top: 1px solid #C89797;
	border-bottom: 1px solid #C89797;
}

.hs-error-msgs label,
.footer_form .hs-error-msgs label{
	color:#790000;
}

.hs-form legend {
	color: rgba(89, 89, 89, 1.0);
}


form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
form select,
form select,
form textarea,
.hs-input, 
.hs-search-field__input,
#hs-pwd-widget-password{
	background-color: rgba(255, 255, 255, 1.0);
	border-color: rgba(225, 225, 225, 1.0);
	color: rgba(0, 0, 0, 1.0);
	border-radius:4px;
	border-width:1px;
	border-style:solid;
}

.footer_form form .input .hs-input,
.footer_form form .input input[type="email"] {
	border-radius:2px;
}


form input[type="text"]::placeholder,
form input[type="password"]::placeholder, 
form input[type="datetime"]::placeholder, 
form input[type="datetime-local"]::placeholder, 
form input[type="date"]::placeholder, 
form input[type="month"]::placeholder, 
form input[type="time"]::placeholder, 
form input[type="week"]::placeholder, 
form input[type="number"]::placeholder, 
form input[type="email"]::placeholder, 
form input[type="url"]::placeholder, 
form input[type="search"]::placeholder, 
form input[type="tel"]::placeholder,
form input[type="color"]::placeholder,
form input[type="file"]::placeholder,
form textarea::placeholder,
form select::placeholder,
form select::placeholder,
form textarea::placeholder,
.hs-search-field__input::placeholder,
#hs-pwd-widget-password::placeholder {
	color: rgba(118, 118, 118, 1.0);
}


form#email-prefs-form input[type="email"] {
	width:100% !important;
}

form input:hover,
form select:hover,
form textarea:hover,
.hs-input:hover,
.hs-search-field__input:hover,
#hs-pwd-widget-password:hover{
	border-color: rgba(225, 225, 225, 1.0);
}

form input[type="text"]:focus,
form input[type="password"]:focus, 
form input[type="datetime"]:focus, 
form input[type="datetime-local"]:focus, 
form input[type="date"]:focus, 
form input[type="month"]:focus, 
form input[type="time"]:focus, 
form input[type="week"]:focus, 
form input[type="number"]:focus, 
form input[type="email"]:focus, 
form input[type="url"]:focus, 
form input[type="search"]:focus, 
form input[type="tel"]:focus,
form input[type="color"]:focus,
form input[type="file"]:focus,
form textarea:focus,
form select:focus,
form select:focus,
form textarea:focus,
.hs-input:focus, 
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus{
	border-color: rgba(225, 225, 225, 1.0);
}

form input[type="text"]:focus:invalid,
form input[type="password"]:focus:invalid, 
form input[type="datetime"]:focus:invalid, 
form input[type="datetime-local"]:focus:invalid, 
form input[type="date"]:focus:invalid, 
form input[type="month"]:focus:invalid, 
form input[type="time"]:focus:invalid, 
form input[type="week"]:focus:invalid, 
form input[type="number"]:focus:invalid, 
form input[type="email"]:focus:invalid, 
form input[type="url"]:focus:invalid, 
form input[type="search"]:focus:invalid, 
form input[type="tel"]:focus:invalid,
form input[type="color"]:focus:invalid,
form input[type="file"]:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid,
form select:focus:invalid,
form textarea:focus:invalid,
.hs-input:focus:invalid, 
.hs-search-field__input:focus:invalid,
#hs-pwd-widget-password:focus:invalid{

}

.fn-date-picker .pika-table thead th {
	color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
	color: #292b2c ;
}

.hs-richtext {
	font-size: 18px;
}

.footer_form .hs-richtext {
	color: rgba(89, 89, 89, 1.0);
}

.footer_form .hs-richtext h3 {
	color: rgba(0, 117, 130, 1.0);
}

.footer_form .hs-richtext span {
	color: rgba(89, 89, 89, 1.0);
}

.hs-default-font-element,
.hs-main-font-element {
	font-family: source-sans-pro;
}

.fn-date-picker td.is-today .pika-button {
	color: #292b2c;
}

.fn-date-picker td.is-selected .pika-button {
	background: #292b2c;
}

.fn-date-picker td .pika-button:hover {
	background-color: #292b2c !important;
}





th,
td {
	background-color: rgba(255, 255, 255, 1.0);
	border: 1px solid rgba(102, 102, 102, 1.0);
	color: rgba(41, 43, 44, 1.0);
}

thead th,
thead td {
	background-color: rgba(12, 83, 148, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

tfoot td {
	background-color: rgba(12, 83, 148, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

table,
tbody + tbody {
	border-color: rgba(102, 102, 102, 1.0);
}






.body-container,
.banner__container,
.footer__container,
.content-wrapper,
.page-center{
	margin:0 auto;
	padding-left:10px;
	padding-right:10px;
}

.dnd-section > .row-fluid {
	margin:0 auto;
}

.header__container {
	max-width: 1923px;
}

.custom-header {
	background-color: rgba(255, 255, 255, 0.0);
}

.animate .custom-header,
.no-banner .custom-header{
	background-color: rgba(0, 55, 72, 1.0);
	border-color: rgba(221, 221, 221,1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li{
	background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover{
	background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active{
	background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a{
	color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{
	color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active>a{
	color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.mega-menu>ul>li>a {
	color: rgba(98, 113, 113, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul ul>li>a,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a>.text>.link,
.custom-menu-primary .hs-menu-wrapper>ul>li.normal-menu>ul>li>a>.text>.link{
	color: rgba(32, 34, 29, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul ul>li.active>a,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.active>a>.text>.link,
.custom-menu-primary .hs-menu-wrapper>ul>li.normal-menu>ul>li.active>a>.text>.link{
	color: rgba(32, 34, 29, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a>.text>.discription {
	color: rgba(98, 113, 113, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.normal-menu>ul>li,
.custom-menu-primary .hs-menu-wrapper>ul>li.mega-menu>ul>li>ul>li{
	background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.normal-menu>ul>li:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li.mega-menu>ul>li>ul>li:hover{
	background-color: rgba(240, 240, 240, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul ul{
	color: rgba(32, 34, 29, 1.0);
	background: rgba(255, 255, 255, 1.0);
}

.body-wrapper {
	max-width:px;
	margin:0 auto;
	position: relative;
	width:100%;
}

.body-container {
	margin:0 auto;
	padding-left:15px;
	padding-right:15px;
}

@media (min-width:576px) {
	.body-container,
	.banner__container,
	.footer__container,
	.content-wrapper,
	.page-center,
	.dnd-section > .row-fluid{
		max-width:540px;
	}

}

@media (min-width:768px) {

	.body-container,
	.banner__container,
	.footer__container,
	.content-wrapper,
	.page-center,
	.dnd-section > .row-fluid{
		max-width:720px;
	}

}

@media (min-width:992px) {

	.mobile {
		display:none !important;
	}

	.body-container,
	.banner__container,
	.footer__container,
	.content-wrapper,
	.page-center,
	.dnd-section > .row-fluid{
		max-width:960px;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.mega-menu>ul>li>a:hover {
		color: rgba(98, 113, 113, 1.0);
	}

	.custom-menu-primary .hs-menu-wrapper>ul ul>li:hover>a,
	.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:hover>a>.text>.link,
	.custom-menu-primary .hs-menu-wrapper>ul>li.normal-menu>ul>li:hover>a>.text>.link{
		color: rgba(0, 55, 72, 1.0);
	}


	.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:hover>a>.text>.discription {
		color: rgba(98, 113, 113, 1.0);
	}

	.animate .custom-menu-primary .hs-menu-wrapper>ul>li,
	.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li{
		background-color: rgba(255, 255, 255, 0.0);
	}

	.animate .custom-menu-primary .hs-menu-wrapper>ul>li:hover,
	.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li:hover{
		background-color: rgba(255, 255, 255, 0.0);
	}

	.animate .custom-menu-primary .hs-menu-wrapper>ul>li.active,
	.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li.active{
		background-color: rgba(255, 255, 255, 0.0);
	}

	.animate .custom-menu-primary .hs-menu-wrapper>ul>li>a,
	.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li>a{
		color: rgba(32, 34, 29, 1.0);
	}

	.animate .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
	.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{
		color: rgba(32, 34, 29, 1.0);
	}

	.animate .custom-menu-primary .hs-menu-wrapper>ul>li.active>a,
	.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li.active>a{
		color: rgba(32, 34, 29, 1.0);
	}



}

@media (min-width:1200px) {

	.body-container,
	.banner__container,
	.footer__container,
	.content-wrapper,
	.page-center,
	.dnd-section > .row-fluid{
		max-width:1300px;
	}
}






.custom-footer {
	color: rgba(170, 170, 170, 1.0);
	border-width:1px 0 0;
	border-color: rgba(225, 225, 225, 1.0);
	border-style:solid;
	background-color: rgba(255, 255, 255, 1.0);
}

.footer_top {
	border-width:1px 0 0;
	border-color: rgba(225, 225, 225, 1.0);
	border-style:solid;
	background-color: rgba(255, 255, 255, 1.0);
}


.custom-footer h1,
.custom-footer h2,
.custom-footer h3,
.custom-footer h4,
.custom-footer h5,
.custom-footer h6,
.custom-footer p{
	color: rgba(170, 170, 170, 1.0);
}

.custom-footer a {
	color: rgba(245, 129, 38, 1.0);
}

.custom-footer a:hover {
	color: rgba(1, 76, 140, 1.0);
}

.footer__copyright {
	background-color: rgba(240, 240, 240, 1.0);
	color: rgba(41, 43, 44, 1.0);
}

.copyright_menu .hs-menu-wrapper>ul>li {
	border-width:0 1px 0 0;
	border-color: rgba(89, 89, 89, 1.0);
	border-style:solid;
}

.copyright_menu .hs-menu-wrapper>ul>li:last-of-type {
	border-width:0;
}

.copyright_menu .hs-menu-wrapper>ul>li:hover {
	border-color: rgba(89, 89, 89, 1.0);
}

.copyright_menu .hs-menu-wrapper>ul>li>a {
	color: rgba(89, 89, 89, 1.0);
}

.copyright_menu .hs-menu-wrapper>ul>li:hover>a {
	color: rgba(89, 89, 89, 1.0);
}

/* ========================== Footer Social Icons =================================== */

.footer_social_icons .social a i.fa {
	color: rgba(255, 255, 255,1.0);
}

.footer_social_icons .social a i.fa:hover {
	color: rgba(255, 255, 255,1.0);
}

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

.footer_menu .hs-menu-wrapper>ul>li>ul>li>a,
.footer_contact a.link{
	color: rgba(0, 117, 130,1.0);
}
.footer_menu .hs-menu-wrapper>ul>li>ul>li>a:hover,
.footer_contact a.link:hover{
	color: rgba(0, 117, 130,1.0);
}

.footer_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a,
.footer_contact .address a.contact-line{
	color: rgba(89, 89, 89,1.0);
}
.footer_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover,
.footer_contact .address a.contact-line:hover{
	color: rgba(89, 89, 89,1.0);
}

.footer_contact {
	color: rgba(89, 89, 89,1.0);
}








.blog-post__date {
	border-color: #292b2c;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
	color: #292b2c;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
	color: #010304;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
	color: #515354;
}

.blog-tag-filter__menu-link--active-item:after {
	background-color: #292b2c;
}

.blog-post__author {
	background-color: #292b2c;
}

#comments-listing .comment-reply-to {
	color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
	color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
	color: rgba(#null, 0.0);
}






.hs-search-results__title {
	text-decoration:none;
	font-family: ;
	font-size: 34px;
	color: #003748 ;
	font-weight: 600;
}
.hs-search-results__title:hover {
	color: #003748 ;
}





body .icon svg {
	fill: #292b2c;
}

body .tns-nav button.tns-nav-active {
	background-color: #292b2c;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
	background-color: #292b2c;
}

body .social-links__icon {
	background-color: #292b2c;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
	fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
	fill: rgba(#null, 0.0);
}

body .team-member__description {
	background-color: #292b2c;
}






.body-container__website .dnd-section:nth-child(odd) {
	background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}

@media (max-width:991px) {
	.desktop {
		display:none !important;
	}

	.custom-header {
		background-color: rgba(0, 55, 72, 1.0);
		border-width:0 0 px;
		border-color: rgba(221, 221, 221,1.0);
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.mega-menu>ul>li>ul>li,
	.custom-menu-primary .hs-menu-wrapper>ul>li.normal-menu>ul>li{
		background-color: #f0f0f0;
		border-bottom: 1px solid #fff;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.mega-menu>ul>li>ul>li:hover,
	.custom-menu-primary .hs-menu-wrapper>ul>li.normal-menu>ul>li:hover{
		background-color: #ddd;
	}


	.custom-menu-primary .hs-menu-wrapper>ul>li{
		background-color: rgba(255, 255, 255, 0.0);
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li:hover{
		background-color: rgba(255, 255, 255, 0.0);
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.active{
		background-color: rgba(255, 255, 255, 0.0);
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li>a{
		color: rgba(32, 34, 29, 1.0);
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{
		color: rgba(32, 34, 29, 1.0);
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li.active>a{
		color: rgba(32, 34, 29, 1.0);
	}


}



@media(max-width: 767px) {

	.custom-header {
	}

	.footer__container,
	.header__container,
	.banner__container,
	.body-container,
	.content-wrapper{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.copyright_menu .hs-menu-wrapper>ul>li {
		border:none;
	}

	.footer_form .hs-form .hs-button, .footer_form .hs-form .button--primary {
		padding: .3rem .1rem;
	}




}

@media (max-width:480px) {

}