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

















@media (min-width: 1266px) {
  .dnd-section > .row-fluid {
    max-width: 1296px;
  }

  .header__container {
    max-width: 1296px;
  }

  .footer__container {
    max-width: 1296px;
  }

  .page-center {
    max-width: 1296px;
  }

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

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

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





html {
  font-size: 18;
}

body {
  color: #54585a;
  font-family: Gotham Narrow A, Gotham Narrow B;
  font-weight: 400;
  font-size: 18px;
}


a {
  color: rgba(84, 88, 90, 1.0);
}

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

@media (min-width: 992px) {
  h1 {
    font-size: 44px;
  }


  h2 {
    font-size: 35px;
  }


  h3 {
    font-size: 30px;
  }


  h4 {
    font-size: 24px;
  }


  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }
}

h1 {
  color: #54585a;
  font-family: Gotham A, Gotham B;
  font-weight: 700;
}


h2 {
  color: #54585a;
  font-family: Gotham A, Gotham B;
  font-weight: 700;
}


h3 {
  color: #54585a;
  font-family: Gotham A, Gotham B;
  font-weight: 700;
}


h4 {
  color: #54585a;
  font-family: Gotham A, Gotham B;
  font-weight: 500;
}


h5 {
  color: #54585a;
  font-family: Gotham A, Gotham B;
  font-weight: 700;
}

h6 {
  color: #54585a;
  font-family: Gotham A, Gotham B;
  font-weight: 700;
}







form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: Gotham Narrow A, Gotham Narrow B;
}

h3.form-title {
  background-color: rgba(0, 0, 0, 0.0);
  color: rgba(84, 88, 90, 1.0);
}

form .hs-button,
form .button--primary,
.error-page .hs-button {
  background-color: rgba(33, 82, 153, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 6px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 21.5px;
  padding-bottom: 21.5px;
}

.hs-button:hover,
.button--primary:hover {
  background-color: #215299;
  border-color: #215299;
  color: #FFFFFF;
}

.hs-form label {
  color: rgba(51, 71, 91, 1.0);
}

.hs-form legend {
  color: rgba(51, 71, 91, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(204, 204, 204, 1.0);
  color: ;
  border-radius: 3px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(82, 168, 236, 1.0);
}

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

input:-moz-placeholder,
input::-webkit-input-placeholder {
  color: #54585a;
}


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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Gotham Narrow A, Gotham Narrow B;
}

.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(33, 82, 153, 1.0);
  color: rgba(33, 82, 153, 1.0);
}

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(33, 82, 153, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(33, 82, 153, 1.0);
}





.header-fixed-wrapper {
  background-color: rgba(255, 255, 255, 1.0);
}

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

body .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
body .custom-menu-primary .hs-menu-wrapper > ul > li:focus > a {
  color: rgba(33, 62, 124, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

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

.custom-menu-primary.desktop-menu .hs-menu-wrapper>ul>li:hover:after {
  border-color: rgba(64, 200, 244, 1.0);
}


.child-menu-wrappper {
  background-color: rgba(255, 255, 255, 1.0);
}

.child-menu-wrappper>ul>li>ul>li>a {
  border-color: rgba(255, 255, 255, 0.0);
}

.child-menu-wrappper>ul>li>ul>li>a:hover {
  border-color: rgba(64, 200, 243, 1.0);
}

.child-menu-wrappper>ul>li>ul>li.menu-open>a {
  border-color: rgba(64, 200, 244, 1.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul ul a {
  color: rgba(33, 62, 124, 1.0);
}

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

body .custom-menu-primary .hs-menu-wrapper > ul ul li > a:hover {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(33, 62, 124, 1.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
  color: rgba(33, 62, 124, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a {
  color: rgba(33, 62, 124, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}


.header-top-section {
  color: rgba(255, 255, 255, 1.0);
  background: -webkit-linear-gradient(149deg, 
    rgba(54, 175, 144, 1.0) 0%, 
    rgba(33, 62, 124, 1.0) 100%);
}

.header-search-form {
  background-color: rgba(255, 255, 255, 1.0);
}

.header-search-form .search-form input[type="text"] {
  color: rgba(0, 0, 0, 1.0);
  border-right-color: rgba(204, 204, 204, 1.0);
}

.header-search-form a, 
.header-search-form i {
  color: rgba(33, 62, 124, 1.0);
}

.header-search-form a:hover,
.header-search-form i:hover {
  color: rgba(33, 62, 124, 1.0);
}





.footer {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(51, 71, 91, 1.0);
}

.footer a {
  color: rgba(33, 82, 153, 1.0);
}

.footer a:hover {
  color: rgba(33, 82, 153, 1.0);
}


.footer__copyright {
  color: rgba(33, 82, 153, 1.0);
}


.footer-form-wrapper form .hs-input {
  color: rgba(51, 71, 91, 1.0);
  border-color: rgba(203, 214, 226, 1.0);
  background-color: rgba(245, 248, 250, 1.0);
}

.footer-form-wrapper form .hs-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
}

.footer-form-wrapper form .hs-button {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(128, 188, 0, 1.0);
  background-color: rgba(128, 188, 0, 1.0);
}

.footer-form-wrapper form .hs-button:hover {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(128, 188, 0, 1.0);
  background-color: rgba(128, 188, 0, 1.0);
}

.footer .social-media-link a {
  color: rgba(33, 82, 153, 1.0);
}

.footer .social-media-link a:hover {
  color: rgba(33, 82, 153, 1.0);
}








.blog-post__date {
  border-color: #54585a;
}


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


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

.blog-post__title {
  color: #54585a;
  font-family:Gotham A, Gotham B;
  font-size: 35px;
  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;
}





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