/* ******************************************************************************
*********************************************************************************
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: 1140px;
}

@media (min-width: 576px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 539.9999999928px;
  }
}
@media (min-width: 768px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 719.9999999903999px;
  }
}

@media (min-width: 992px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 959.999999991px;
  }
}

@media (min-width: 1200px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 1140px;
  }
}

@media (max-width: 575px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 100%;
  }
}
.dnd-section {
  padding-bottom: 50px;
  padding-top: 50px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center {
  max-width: 1140px;
}




html {
  font-size: 16;
}

body {
  color: rgba(29, 74, 126, 1.0);
  font-family: sans-serif;
  font-weight: 400;
  font-size: 16px;
}

p {
  font-family: sans-serif;
}

a {
  font-family: sans-serif;
  color: rgba(29, 74, 126, 1.0);
}

a:hover,
a:focus {
  color: rgba(196, 184, 132, 1.0);
}


h1 {
  color: #1D4A7E;
  font-family: Anton;
  font-size: 34px;
  font-weight: 700;
}


h2 {
  color: rgba(29, 74, 126, 1.0);
  font-family: brandon-grotesque;
  font-size: 24px;
  font-weight: 700;
}


h3 {
  color: rgba(29, 74, 126, 1.0);
  font-family: brandon-grotesque;
  font-size: 22px;
  font-weight: 700;
}

h4 {
  color: rgba(29, 74, 126, 1.0);
  font-family: brandon-grotesque;
  font-size: 20px;
  font-weight: 700;
}


h5 {
  color: rgba(29, 74, 126, 1.0);
  font-family: brandon-grotesque;
  font-size: 18px;
  font-weight: 700;
}

h6 {
  color: rgba(29, 74, 126, 1.0);
  font-family: brandon-grotesque;
  font-size: 16px;
  font-weight: 700;
}

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





form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: sans-serif;
}

h3.form-title {
  background-color: rgba(0, 0, 0, 0.0);
  color: rgba(29, 74, 126, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(29, 74, 126, 1.0);
  border-color: rgba(153, 153, 153, 1.0);
  border-radius: 0px;
  border-width: 0px;
  border-style:solid;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(29, 74, 126, 1.0);
  border-color: rgba(153, 153, 153, 1.0);
  color: rgba(255, 255, 255, 1.0);  
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(69, 114, 166, 1.0);
  border-color: rgba(193, 193, 193, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(29, 74, 126, 1.0);
}

.hs-form legend {
  color: rgba(29, 74, 126, 1.0);
}

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"],
input[type="file"],
textarea,
select,
.hs-input {
  border: 2px solid rgba(29, 74, 126, 1.0);
  border-radius: 0px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus,
.hs-input:focus {
  border: 2px solid rgba(196, 184, 132, 1.0);
}

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

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

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

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

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

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





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

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

tfoot td {
  background-color: rgba(29, 74, 126, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(29, 74, 126, 1.0);
}





.header {
  background: linear-gradient(rgba(22, 56, 96, 1.0), rgba(29, 74, 126, 1.0));
}

.top__header__container {
  max-width: 90%;
}
.bottom__header__container {
  max-width: 90%;
}


.siteName p:first-child,
.after_name {
  color: rgba(255, 255, 255, 1.0);
}


.header_details .hs_cos_wrapper_type_rich_text > a{
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(196, 184, 132, 1.0);
}
.header_details .hs_cos_wrapper_type_rich_text > a:hover{
  color: rgba(29, 74, 126, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.headerContactInfo a:first-child,
.headerContactInfo a:last-child,
.headerContactInfo >p:last-child>a {
  color: rgba(255, 255, 255, 1.0);
}
.headerContactInfo a:first-child:hover,
.headerContactInfo a:last-child:hover,
.headerContactInfo >p:last-child>a:hover{
  color: rgba(196, 184, 132, 1.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(196, 184, 132, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
  border-bottom: 5px solid rgba(196, 184, 132, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:hover{
  color: rgba(196, 184, 132, 1.0);
}

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

.custom-menu-primary .hs-menu-wrapper > ul ul > li > a{
  color: rgba(29, 74, 126, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover{
  color: rgba(29, 74, 126, 1.0);
  background-color: rgba(229, 229, 229, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul ul > li.active > a{
  color: rgba(29, 74, 126, 1.0);
  background-color: rgba(0, 0, 0, 0.0);
}






.footer__container {
  max-width: 90%;
}
.upper__footer{
  background-color: rgba(144, 144, 144, 1.0);
}
.footer h3{
  color: rgba(255, 255, 255, 1.0);
  border-bottom: 4px solid rgba(255, 255, 255, 1.0);
  border-top: 4px solid rgba(255, 255, 255, 1.0);
}
.get_in_touch h4,
.get_in_touch p,
.get_in_touch .touch_date,
.recent-posts .hs-rss-module .hs-rss-item .hs-rss-byline{
  color: rgba(255, 255, 255, 1.0);
}
.footer_menu ul li a,
.recent-posts ul li a,
.get_in_touch a,
.recent-posts .hs-rss-module .hs-rss-item .hs-rss-title{
  color: rgba(255, 255, 255, 1.0);
}
.footer_menu ul li a:hover,
.recent-posts ul li a:hover,
.get_in_touch a:hover,
.recent-posts .hs-rss-module .hs-rss-item .hs-rss-title:hover{
  color: rgba(29, 74, 126, 1.0);
}
.social-icon a{
  color: rgba(255, 255, 255, 1.0);
}
.social-icon a:hover{
  color: rgba(29, 74, 126, 1.0);
}
.lower__footer{
  background-color: rgba(29, 74, 126, 1.0);
}
.footer__copyright p:first-child, 
.footer__copyright p:last-child{
    color: rgba(255, 255, 255, 1.0);
}






.blog-post__date {
  border-color: #1D4A7E;
}

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

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

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

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

.blog-pagination__link {
  color: #1D4A7E;
}

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

.blog-post__title {
  color: #1D4A7E;
  font-family:brandon-grotesque;
  font-size: 24px;
  font-weight: ;
}

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

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










body .icon svg {
  fill: #494a52;
}

body .tns-nav button.tns-nav-active {
  background-color: #494a52;
}

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

body .social-links__icon {
  background-color: #494a52;
}

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

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




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