/* ******************************************************************************
*********************************************************************************
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 > .row-fluid {
  max-width: 1140px;
}

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

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





html {
  font-size: 18px;
}

body {
  color: #000000;
  font-family: Open Sans;
  font-size: 18px;
font-weight: 300;
}

p {
  font-family: Open Sans;
}

a {
  font-family: Open Sans;
  color: rgba(23, 52, 103, 1.0);
}

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

a:active {
  color: rgba(63, 92, 143, 1.0);
}

h1 {
  color: #505050;
  font-family: Open Sans;
  font-size: 48px;
  font-weight: 700;
}

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

h2 {
  color: #173467;
  font-family: Open Sans;
  font-size: 36px;
  font-weight: 500;
}

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

h3 {
  color: #173467;
  font-family: Open Sans;
  font-size: 30px;
  font-weight: 500;
}

h4 {
  color: #252221;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 500;
}

h5 {
  color: #000000;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 500;
}

h6 {
  color: #000000;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 500;
}





form,
.submitted-message {
  border-color: rgba(255, 255, 255, 0.0) ;
  font-family: Open Sans;
}

h3.form-title {
  background-color: rgba(0, 0, 0, 0.0);
  color: rgba(23, 52, 103, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(0, 0, 0, 1.0);
  border-color: rgba(0, 0, 0, 1.0);
  border-radius: 6px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 53px;
  padding-right: 53px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: ;
  border-color: ;
  color: ;
  text-decoration: none;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(40, 40, 40, 1.0);
  border-color: rgba(40, 40, 40, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(23, 52, 103, 1.0);
}

.hs-form legend {
  color: rgba(23, 52, 103, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
input[type="password"],
.hs-search-field__input {
  border-color: rgba(255, 255, 255, 0.0);
  color: ;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input[type="password"]:focus,
.hs-search-field__input:focus {
  border-color: rgba(0, 0, 0, 0.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: #000000;
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Open Sans;
}

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

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

.fn-date-picker td .pika-button:hover {
  background-color: #505050 !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, 0.5);
}

.fixed header .desktop-display,
.fixed header .desktop-display span,
.fixed header .nshead-text {
  color: rgba(255, 255, 255, 1.0);
}

@media (min-width: 1025px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: rgba(23, 52, 103, 1.0);
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover {
    background-color: rgba(23, 52, 103, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li ul {
    border-color: rgba(23, 52, 103, 1.0);
  }

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

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

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

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

  .custom-menu-primary .hs-menu-wrapper>ul>li ul li:hover {
    background-color: rgba(247, 215, 8, 1.0);
  }

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

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

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

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




.footer {
  background-color: rgba(255, 255, 255, 1.0);
}
.footer p {
  color: rgba(0, 0, 0, 1.0);
}
footer .quick-links ul li a {
  color: rgba(99, 99, 99, 1.0);
}
footer .quick-links ul li a:hover {
  color: rgba(99, 99, 99, 1.0);
}
footer .footer-heading,
footer .desktop-display span,
footer .desktop-display {
  color: rgba(23, 52, 103, 1.0);
}
.footer-bottom p {
  color: rgba(0, 0, 0, 1.0);
}
.footer-bottom {
  background-color: rgba(235, 235, 235, 1.0);
  border-color: rgba(23, 52, 103, 1.0);
}
footer.footer .col {
  border-color: rgba(23, 52, 103, 1.0);
}
.review-link a {
  color: rgba(23, 52, 103, 1.0);
}
.review-link a:hover {
  color: rgba(23, 52, 103, 1.0);
}




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

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

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

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

.blog-pagination__link {
  color: #000000;
}

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

.blog-post__title {
  color: #173467;
  font-family:Open Sans;
  font-size: 36px;
  font-weight: ;
}

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

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

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

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

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

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

.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=}
}

.content-wrapper, .page-center, .dnd-section>.row-fluid, .container {
  max-width: calc(1140px + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.process-section .container,
.banner-section .home-banner+.container {
  max-width: 1140px;
  padding: 0;
}
@media (max-width: 1024px) {
  .content-wrapper, .page-center, .dnd-section>.row-fluid, .container,.process-section .container,
  .banner-section .home-banner+.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
  }

}