/* ******************************************************************************
*********************************************************************************
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,
.page-center,
.content-wrapper {
  max-width: 2558px;
  padding-left: 6vw;
  padding-right: 6vw;
}

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

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






body {
  color: #284b63;
  font-family: Questrial;
  font-weight: 400;
  font-size: 20px;
}

p {
  font-family: Questrial;
  font-weight: 400
}

a {
  font-family: Questrial;
  color: rgba(0, 0, 0, 1.0);
  cursor: pointer; 
}

a:hover,
a:focus {
  color: rgba(0, 0, 0, 1.0); 
}

a:active {
  color: rgba(40, 40, 40, 1.0);
}

:root {
  --heading-1-size: 4rem;
  --heading-1-size-value: 4;
  --heading-2-size: 2.8rem;
  --heading-2-size-value: 2.8;
  --heading-3-size: 2.2rem;
  --heading-3-size-value: 2.2;
  --heading-4-size: 1.6rem;
  --heading-4-size-value: 1.6;
  --heading-font-line-height: 1.4em;
}


h1 {
  color: #284b63;
  font-family: Questrial;
  font-size: 4px;
  font-weight: 400;
}

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

h2 {
  color: #284b63;
  font-family: Questrial;
  font-size: 2.8px;
  font-weight: 400;
}

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

h3 {
  color: #284b63;
  font-family: Questrial;
  font-size: 2.2px;
  font-weight: 400;
}

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

h4 {
  color: #284b63;
  font-family: Questrial;
  font-size: 1.6px;
  font-weight: 400;
}

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

h5 {
  color: #284b63;
  font-family: Questrial;
  font-size: 26px;
  font-weight: 400;
}

h6 {
  color: #284b63;
  font-family: Questrial;
  font-size: 24px;
  font-weight: 400;
}
h1 {
  line-height: calc(
    var(--heading-font-line-height) *
    (1 + (1 - var(--heading-1-size-value)) / 25)
  );
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  h1 {
    font-size: calc(
      (var(--heading-1-size-value) - 1) * calc(0.010 * min(100vh, 900px)) + 1rem
      );
  }
}
@media screen and (min-width: 768px),
  screen and (max-width: calc(2660.32px - 1px)) and (orientation: landscape) {
    h1 {
      font-size: calc((var(--heading-1-size-value) - 1) * 1.2vw + 1rem);
    }
}
@media screen and (min-width: 2660.32px) {
  h1 {
    font-size: calc(var(--heading-1-size-value) * 1rem);
  }
}
h2 {
  line-height: calc(
    var(--heading-font-line-height) *
    (1 + (1 - var(--heading-2-size-value)) / 25)
  );
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  h2 {
    font-size: calc(
      (var(--heading-2-size-value) - 1) * calc(0.010 * min(100vh, 900px)) + 1rem
      );
  }
}
@media screen and (min-width: 768px),
  screen and (max-width: calc(2660.32px - 1px)) and (orientation: landscape) {
    h2 {
      font-size: calc((var(--heading-2-size-value) - 1) * 1.2vw + 1rem);
    }
}
@media screen and (min-width: 2660.32px) {
  h2 {
    font-size: calc(var(--heading-2-size-value) * 1rem);
  }
}
h3 {
  line-height: calc(
    var(--heading-font-line-height) *
    (1 + (1 - var(--heading-3-size-value)) / 25)
  );
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  h3 {
    font-size: calc(
      (var(--heading-3-size-value) - 1) * calc(0.012 * min(100vh, 900px)) + 1rem
      );
  }
}
@media screen and (min-width: 768px),
  screen and (max-width: calc(2660.32px - 1px)) and (orientation: landscape) {
    h3 {
      font-size: calc((var(--heading-3-size-value) - 1) * 1.2vw + 1rem);
    }
}
@media screen and (min-width: 2660.32px) {
  h3 {
    font-size: calc(var(--heading-3-size-value) * 1rem);
  }
}
h4 {
  line-height: calc(
    var(--heading-font-line-height) *
    (1 + (1 - var(--heading-4-size-value)) / 25)
  );
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  h4 {
    font-size: calc(
      (var(--heading-4-size-value) - 1) * calc(0.012 * min(100vh, 900px)) + 1rem
      );
  }
}
@media screen and (min-width: 768px),
  screen and (max-width: calc(2660.32px - 1px)) and (orientation: landscape) {
    h4 {
      font-size: calc((var(--heading-4-size-value) - 1) * 1.2vw + 1rem);
    }
}
@media screen and (min-width: 2660.32px) {
  h4 {
    font-size: calc(var(--heading-4-size-value) * 1rem);
  }
}





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

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(40, 75, 99, 1.0);
  
}

button,
.button,
.hs-button,
.button--primary {
  background-color: rgba(205, 36, 43, 1.0);
  border-color: rgba(205, 36, 43, 1.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

button:hover,
.button:hover,
.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(205, 36, 43, 1.0);
  border-color: rgba(205, 36, 43, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

.hs-form .field > label,
.hs-form-field > label {
  color: rgba(40, 75, 99, 1.0);
}

.hs-form legend {
  color: rgba(40, 75, 99, 0.5);
}

form input,
form select,
form textarea,
.hs-input,
input#hs-pwd-widget-password {
  border-color: rgba(169, 169, 169, 1.0);
  color: ;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  border-color: rgba(169, 169, 169, 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: #284b63;
}

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

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

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

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

.fn-date-picker td .pika-button:hover {
  background-color: #333 !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(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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





.custom-header-wrapper,
header.header {
  background-color: rgba(40, 75, 99, 1.0);
}

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

header.header .header-desktop .header-menu-wrpr .hs-menu-wrapper>ul>li>a:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

header.header .header-desktop .header-menu-wrpr .hs-menu-wrapper>ul>li.active-branch>a, 
header.header .header-desktop .header-menu-wrpr .hs-menu-wrapper>ul>li.active>a {
  background-image: linear-gradient(rgba(255, 255, 255, 1.0),rgba(255, 255, 255, 1.0));
}

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

header.header .header-desktop .header-menu-wrpr .hs-menu-wrapper>ul ul {
  background-color: rgba(40, 75, 99, 1.0);
}

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

header.header .header-desktop .header-menu-wrpr .hs-menu-wrapper>ul ul li a:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

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


header.header .header-desktop .header-menu-wrpr .hs-menu-wrapper>ul>li ul>li.active-branch>a, 
header.header .header-desktop .header-menu-wrpr .hs-menu-wrapper>ul>li ul>li.active>a {
  background-image: linear-gradient(rgba(255, 255, 255, 1.0),rgba(255, 255, 255, 1.0));
}






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

footer.footer .footer-menu-section .footer-nav-wrpr .nav-title-wrpr p,
footer.footer .footer-menu-section .footer-social-wrpr .social-share-title p,
footer.footer .footer-form-section .form-wrpr h2,
footer.footer .footer-form-section .form-wrpr p,
footer.footer .footer-form-section .text-section p,
footer.footer .footer-partners .members-section .text p,
footer.footer .footer-partners .partners-section .text p,
footer.footer .footer-copyright p {
  color: rgba(40, 75, 99, 1.0); 
}

.footer a{
  color: rgba(0, 0, 0, 1.0); 
}

.footer a:hover{
  color: rgba(0, 0, 0, 1.0); 
}

footer.footer .footer-form-section .form-wrpr form input.hs-button {
  color: rgba(255, 255, 255, 1.0); 
  background-color: rgba(0, 0, 0, 1.0);
}

footer.footer .footer-form-section .form-wrpr form input.hs-button:hover {
  color: rgba(255, 255, 255, 0.8); 
  background-color: rgba(0, 0, 0, 0.8);
}

footer.footer .footer-form-section,
footer.footer .footer-partners,
footer.footer .footer-copyright {
  border-top: 1px solid rgba(217, 217, 217, 1.0);
}







.blog-post__date {
  border-color: #284b63;
}

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

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

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

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

.blog-pagination__link {
  color: #284b63;
}

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

.blog-post__title {
  color: #284b63;
  font-family:Questrial;
  font-size: 2.8px;
  font-weight: ;
}

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

#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(238, 240, 242);
}

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

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

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

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

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

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

.blog-sidebar a {
  color: #284b63;
}

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

.blog__subscription-block {
  background-color: rgb(238, 240, 242);
}

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

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

.blog-post__meta a {
  color: #284b63;
}

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

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

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

.blog-post__back-to-blog {
  color: #284b63;
}

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

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

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

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

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

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

.blog-recent-posts {
  background-color: rgb(238, 240, 242);
}










body .icon svg {
  fill: #000;
}

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

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

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

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





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