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

/* Test */















/**
.dnd-section > .row-fluid {
	max-width: 1200px;
}

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

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

**/
.page-center {
	max-width: 1200px;
}




body {
   font-weight: 400;
	color: rgba(0, 0, 0, 1.0);
	font-family: Avenir-LT-W01_35-Light1475496;
	font-size: 14px;
}

a {
	color: rgba(0, 0, 0, 1.0);
	cursor: pointer;
}

a:hover,
a:focus {
	color:#000;
}

h1 {
	color: rgba(0, 79, 113, 1.0);
	font-family: Avenir-LT-W01_85-Heavy1475544;
	font-size: 32px;
	font-weight: 400;
}

@media(max-width: 767px) {
	h1 {
		font-size: 27.2px;
	}
}

h2 {
	color: rgba(0, 0, 0, 1.0);
	font-family: Avenir-LT-W01_85-Heavy1475544;
	font-size: 28px;
	font-weight: 400;
}

@media(max-width: 767px) {
	h2 {
		font-size: 23.8px;
	}
}

h3 {
	color: rgba(51, 108, 65, 1.0);
	font-family: Avenir-LT-W01_35-Light1475496;
	font-size: 24px;
	font-weight: 400;
}

@media(max-width: 767px) {
	h3 {
		font-size: 20.4px;
	}
}

h4 {
	color: rgba(0, 79, 113, 1.0);
	font-family: Avenir-LT-W01_35-Light1475496;
	font-size: 20px;
	font-weight: 400;
}

@media(max-width: 767px) {
	h4 {
		font-size: 17.0px;
	}
}

h5 {
	color: rgba(0, 79, 113, 1.0);
	font-family: Avenir-LT-W01_85-Heavy1475544;
	font-size: 18px;
	font-weight: 400;
}

h6 {
	color: rgba(0, 79, 113, 1.0);
	font-family: Avenir-LT-W01_85-Heavy1475544;
	font-size: 14px;
	font-weight: 400;
}

blockquote {
	border-left: 10px solid #A7A8AA;;
}





form,
.submitted-message {
	border-color: rgba(#null, 0.0);
	font-family: Avenir-LT-W01_35-Light1475496;
}

h3.form-title {
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(0, 0, 0, 1.0);
}

.hs-button,
.button--primary {
	background-color: rgba(255, 255, 255, 0.0);
	border-color: rgba(0, 79, 113, 1.0);
	border-radius: 0px;
	border-width: 3px;
	color: rgba(0, 79, 113, 1.0);
	padding-left: 47px;
	padding-right: 47px;
	padding-top: 11px;
	padding-bottom: 11px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
	background-color: rgba(0, 79, 113, 1.0);
	border-color: rgba(0, 79, 113, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

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

.hs-form legend {
	color: rgba(0, 0, 0, 1.0);
}
input#hs-pwd-widget-password,
.hs-search-field__input,
form input,
form select,
form textarea,
.hs-input:not([type=checkbox]):not([type=radio])  {
	color: rgba(0, 79, 113, 1.0);
	border-color: rgba(0, 79, 113, 1.0);
  background-color: rgba(191, 209, 195, 0.0);
	border-radius: 0px;
}
input#hs-pwd-widget-password:hover,
.hs-search-field__input:hover,
form input:hover,
form select:hover,
form textarea:hover,
.hs-input:not([type=checkbox]):not([type=radio]) :hover {
	border-color: rgba(191, 209, 195, 0.0);
  background-color: rgba(191, 209, 195, 1.0);
}
input#hs-pwd-widget-password:focus,
.hs-search-field__input:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:not([type=checkbox]):not([type=radio]):focus {
	border-color: rgba(191, 209, 195, 0.0);
  background-color: rgba(191, 209, 195, 1.0);
}

.hs-search-field__input:focus {
	background-color: rgba(255,255,255,.85);
}

.fn-date-picker .pika-table thead th {
	color: rgba(255, 255, 255, 0.0);
}
.hs-search-field__input::placeholder,
.hs-search-field__input:-moz-placeholder,
.hs-search-field__input::-webkit-input-placeholder,
.hs-input::placeholder,
.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
	color: rgba(0, 79, 113, 1.0);
}

.hs-richtext {
	font-size: 14;
}

.hs-default-font-element,
.hs-main-font-element {
	font-family: Avenir-LT-W01_35-Light1475496;
}

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

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

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





th,
td {
	background-color: rgba(255, 255, 255, 1.0);
	border: 1px solid rgba(0, 0, 0, 1.0);
	color: rgba(0, 0, 0, 1.0);
}

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

tfoot td {
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(0, 0, 0, 1.0);
}

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






header.header {
  background-color: rgba(255, 255, 255, 1.0);
  box-shadow: rgba(0, 0, 0, 0.7000000000000001) 0px 0px 8px 0px;
}
.header-menu-wrapper .hs-menu-wrapper > ul > li {
  border-color: rgba(127, 163, 136, 1.0);
}
.header-menu-wrapper .hs-menu-wrapper > ul > li > a {
  color: rgba(127, 163, 136, 1.0);
}

.header-menu-wrapper .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(0, 79, 113, 1.0);
  background-color: rgba(0, 79, 113, 0.0);
}

.header-menu-wrapper .hs-menu-wrapper > ul > li.active > a,
.header-menu-wrapper .hs-menu-wrapper > ul > li.active-branch > a {
  color:rgba(0, 79, 113, 1.0);
  background-color: rgba(0, 79, 113, 0.0);
}

.header-menu-wrapper .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
}

.header-menu-wrapper .hs-menu-wrapper > ul ul li {
  border-color: rgba(127, 163, 136, 1.0);
}

.header-menu-wrapper .hs-menu-wrapper > ul ul li a {
  color: rgba(127, 163, 136, 1.0);
}

.header-menu-wrapper .hs-menu-wrapper > ul ul li a:hover {
  color:rgba(0, 79, 113, 1.0);
  background-color: rgba(0, 79, 113, 0.0);
}

.header-menu-wrapper .hs-menu-wrapper > ul ul li.active > a,
.header-menu-wrapper .hs-menu-wrapper > ul ul li.active-branch > a {
  color: rgba(0, 79, 113, 1.0);
  background-color: rgba(0, 79, 113, 0.0);
}
.header-border {
  background-color: rgba(167, 168, 170, 1.0);
}
div#hs_cos_wrapper_header_logo:after {
  background-color: rgba(0, 79, 113, 0.8);
}





.footer {
	background-color: rgba(127, 163, 136, 1.0);
	color: rgba(#null, 0.0);
}
.footer-copyright p {
	color: rgba(255, 255, 255, 1.0);
}
.footer a{
  color: rgba(#null, 0.0);
}
.footer a:hover{
  color: rgba(#null, 0.0);
}
.footer__container {
	max-width: 1200px;
}





.content-wrapper {
	max-width: 1200px;
}

.blog-post__date {
	border-color: #000;
}

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

.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: #000000;
}

.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: #282828;
}

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

.blog-pagination__link {
	color: #000;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
	background-color: #004F71;
}

.blog-post__title {
	color: #000;
	font-family:Avenir-LT-W01_85-Heavy1475544;
	font-size: 28px;
	font-weight: ;
}

.blog-post__author {
	background-color: #A7A8AA;
}

#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);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
	background-color: rgb(#null);
}

.hs-blog-listing,
.hs-blog-post {
	background-color: ;
}

.blog-index__post-inner-card {
	box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__tag-link:hover{
	color: #000;
}

.blog-post__read-more svg {
	fill: #000;
}

.blog-post__read-more a:hover svg {
	fill: #000;
}

.blog-sidebar ul {
	box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-sidebar a {
	color: #000;
}

.blog-sidebar a:hover {
	color: #000;
}

.blog__subscription-block {
	background-color: rgb(#null);
}

.post-featured-image {
	max-height: px;
}

.blog-post {
	box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__meta a {
	color: #000;
}

.blog-post__body, .blog-post__tags a {
	color: #000;
}

.blog-post__meta a:hover {
  color: #000
}

.blog-post__links {
	border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
	color: #000;
}

.blog-post__back-to-blog:hover {
	color: #000;
}

.blog-post__back-to-blog svg {
	fill: #000;
}

a.blog-post__back-to-blog:hover svg {
	fill: #000;
}

.comment.depth-0,
.blog-comments form {
	border-top: 2px solid rgb(#null);
}

.comment.depth-1 {
	border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
	border-color: rgb(#null);
}

.blog-recent-posts {
	background-color: rgb(#null);
}










body .icon svg {
	fill: #004F71;
}

body .tns-nav button.tns-nav-active {
	background-color: #004F71;
}

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

body .social-links__icon {
	background-color: #004F71;
}

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: #A7A8AA;
}

.page-center {
	max-width: 1200px;
	margin: 0 auto;
}




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