/* ******************************************************************************
*********************************************************************************
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 {
  padding-bottom: 3.3vmax;
  padding-top: 3.3vmax;
}

root: {
  --main-red: #e91d2d;
  --main-blue: rgba(14, 64, 109, 1.0);
}






body,p {
  font-family: Raleway;
  color: #142F52;
  font-weight:400;
  font-size:16px;
}

/* Anchors */

a {
  color: #ED1F37;
  background: transparent;
}

a:hover {
  color: #005bbb;
}

a:active {
  color: #005bbb;
}

/* Headings */
.h1,h1 {
  color: #142f52;
  font-weight: 700; text-decoration: none; font-family: Raleway, sans-serif; font-style: normal;
  font-size:56px;
}

.h2,h2 {
  color: #142f52;
  font-weight: 700; text-decoration: none; font-family: Raleway, sans-serif; font-style: normal;
  font-size:36px;
}

.h3,h3 {
  color: #142f52;
  font-weight: 700; text-decoration: none; font-family: Raleway, sans-serif; font-style: normal;
  font-size:28px;
}

.h4,h4 {
  color: #142f52;
  font-weight: 500; text-decoration: none; font-family: Raleway, sans-serif; font-style: normal;
  font-size:22px;
}

.h5,h5 {
  color: #142f52;
  font-weight: 400; text-decoration: none; font-family: Raleway, sans-serif; font-style: normal;
  font-size:20px;
}

.h6,h6 {
  color: #142f52;
  font-weight: 400; text-decoration: none; font-family: Raleway, sans-serif; font-style: normal;
  font-size:18px;
}



ul {
  font-weight: 400;
  font-family: Raleway;
  font-size: 18px;
  line-height: 1.5;
}  

/* Blockquote */

blockquote {
  border-left-color: ;
}





.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt,
.body-container-wrapper .form-container-wrapper{
  border-width: 0px;
  border-style:solid;
  border-color: rgba(204, 239, 252, 0.0) ;
  padding:24px 24px;
  background-color:rgba(255, 255, 255, 1.0 );
  margin:0 0 10px;
}

.body-container-wrapper .widget-type-form h3.form-title {
  background-color: rgba(255, 255, 255, 1.0) !important;
  color: rgba(20, 47, 82, 1.0) !important;
  font-weight: 700;
  margin-bottom: 32px;
}

.body-container-wrapper .custom_error_message h3,
.body-container-wrapper .widget-type-form h3,
.body-container-wrapper .widget-type-blog_subscribe h3,
.body-container-wrapper .widget-type-google_search h3 ,
.body-container-wrapper .widget-type-password_prompt.custom_error_message h3 ,
.body-container-wrapper .widget-type-email_simple_subscription h3,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments h3,
.body-container-wrapper .hs-search-field__bar h3 ,
.body-container-wrapper .form-container-wrapper h3 {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(20, 47, 82, 1.0);
}

.body-container-wrapper .form-container-wrapper h4,
.body-container-wrapper .form-container-wrapper p,
.body-container-wrapper .form-container-wrapper a,
.body-container-wrapper.backup_unsubscribe .page-header h1,
.body-container-wrapper.backup_unsubscribe .page-header p,
.body-container-wrapper .widget-type-email_simple_subscription h1{
  color: rgba(20, 47, 82, 1.0);
}
button,
.hs-button,
.button,
.cta_primary-button a {
  background-color: rgba(20, 47, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-width:2px;
  border-radius:6px;
  border-style:solid;
  border-color: rgba(20, 47, 82, 1.0);
  display:inline-block;
  text-decoration:none;
  cursor: pointer;
}
.cta_primary-button a svg path{
  fill: rgba(255, 255, 255, 1.0);
}
button:hover,
.hs-button:hover,
.hs-button:focus,
.hs-button:active,
.button:hover,
.button:focus,
.button:active,
.cta_primary-button a:focus,
.cta_primary-button a:hover {
  background-color: rgba(0, 91, 187, 0.0);
  color: rgba(20, 47, 82, 1.0);
  border-color: rgba(20, 47, 82, 1.0);
  text-decoration:none;
}

.cta_primary-button a:hover svg path{
  fill: rgba(20, 47, 82, 1.0);
}

.cta_primary-button-light a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-width:2px;
  border-radius:6px;
  border-style:solid;
  border-color: rgba(255, 255, 255, 1.0);
  display:inline-block;
  text-decoration:none;
}
.cta_primary-button-light a:hover svg path{
  fill: rgba(255, 255, 255, 1.0);
}
.cta_primary-button-light a:focus,
.cta_primary-button-light a:hover {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(20, 47, 82, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  text-decoration:none;
}
.cta_primary-button-light a:hover svg path{
  fill: rgba(20, 47, 82, 1.0);
}


.cta_secondary-button a {
  background-color: rgba(237, 31, 55, 1.0);
  color: rgba(255, 255, 255, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-width:2px;
  border-radius:6px;
  border-style:solid;
  border-color: rgba(237, 31, 55, 1.0);
  display:inline-block;
  text-decoration:none;
}
.cta_secondary-button a svg path{
  fill: rgba(255, 255, 255, 1.0);
}
.cta_secondary-button a:focus,
.cta_secondary-button a:hover {
  background-color: rgba(166, 22, 39, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(166, 22, 39, 1.0);
  text-decoration:none;
}

.cta_secondary-button a:hover svg path{
  fill: rgba(255, 255, 255, 1.0);
}

.header-button a{
  background-color: rgba(#null, 0.0);
  color: rgba(#null, 0.0);
  border-width:px;
  border-color: rgba(#null, 0.0);
}

.header-button a:hover {
  background-color: rgba(#null, 0.0);
  color: rgba(#null, 0.0);
  border-color: rgba(#null, 0.0);
}

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

.hs-error-msgs label,
.form-input-validation-message-error label{
  color:#fff;
}

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


form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
form select,
form select,
form textarea,
.hs-input, 
.hs-search-field__input,
#hs-pwd-widget-password{
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(204, 239, 252, 1.0);
  color: rgba(0, 0, 0, 1.0);
  border-radius:12px;
  border-width:2px;
  border-style:solid;
  font-size: 1rem;
}



form input[type="text"]::placeholder,
form input[type="password"]::placeholder, 
form input[type="datetime"]::placeholder, 
form input[type="datetime-local"]::placeholder, 
form input[type="date"]::placeholder, 
form input[type="month"]::placeholder, 
form input[type="time"]::placeholder, 
form input[type="week"]::placeholder, 
form input[type="number"]::placeholder, 
form input[type="email"]::placeholder, 
form input[type="url"]::placeholder, 
form input[type="search"]::placeholder, 
form input[type="tel"]::placeholder,
form input[type="color"]::placeholder,
form input[type="file"]::placeholder,
form textarea::placeholder,
form select::placeholder,
form select::placeholder,
form textarea::placeholder,
.hs-search-field__input::placeholder,
#hs-pwd-widget-password::placeholder,
textarea.hs-input::placeholder {
  color: rgba(0, 0, 0, 1.0);  
}


form#email-prefs-form input[type="email"] {
  width:100% !important;
}


form input[type="text"]:hover,
form input[type="password"]:hover, 
form input[type="datetime"]:hover, 
form input[type="datetime-local"]:hover, 
form input[type="date"]:hover, 
form input[type="month"]:hover, 
form input[type="time"]:hover, 
form input[type="week"]:hover, 
form input[type="number"]:hover, 
form input[type="email"]:hover, 
form input[type="url"]:hover, 
form input[type="search"]:hover, 
form input[type="tel"]:hover,
form input[type="color"]:hover,
form input[type="file"]:hover,
form textarea:hover,
form select:hover,
form select:hover,
form textarea:hover,
.hs-search-field__input:hover,
#hs-pwd-widget-password:hover{
  border-color: rgba(14, 64, 109, 1.0);
}

form input[type="text"]:focus,
form input[type="password"]:focus, 
form input[type="datetime"]:focus, 
form input[type="datetime-local"]:focus, 
form input[type="date"]:focus, 
form input[type="month"]:focus, 
form input[type="time"]:focus, 
form input[type="week"]:focus, 
form input[type="number"]:focus, 
form input[type="email"]:focus, 
form input[type="url"]:focus, 
form input[type="search"]:focus, 
form input[type="tel"]:focus,
form input[type="color"]:focus,
form input[type="file"]:focus,
form textarea:focus,
form select:focus,
form select:focus,
form textarea:focus,
.hs-input:focus, 
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus {
  border-color: rgba(204, 239, 252, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

form input[type="text"].error,
form input[type="password"].error, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error, 
form input[type="date"].error, 
form input[type="month"].error, 
form input[type="time"].error, 
form input[type="week"].error, 
form input[type="number"].error, 
form input[type="email"].error, 
form input[type="url"].error, 
form input[type="search"].error, 
form input[type="tel"].error,
form input[type="color"].error,
form input[type="file"].error,
form textarea.error,
form select.error,
form select.error,
form textarea.error,
.hs-input.error, 
.hs-search-field__input.error,
#hs-pwd-widget-password.error{
  border-color: ;
}

form input[type="text"].error:focus,
form input[type="password"].error:focus, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error:focus, 
form input[type="date"].error:focus, 
form input[type="month"].error:focus, 
form input[type="time"].error:focus, 
form input[type="week"].error:focus, 
form input[type="number"].error:focus, 
form input[type="email"].error:focus, 
form input[type="url"].error:focus, 
form input[type="search"].error:focus, 
form input[type="tel"].error:focus,
form input[type="color"].error:focus,
form input[type="file"].error:focus,
form textarea.error:focus,
form select.error:focus,
form select.error:focus,
form textarea.error:focus,
.hs-input.error:focus, 
.hs-search-field__input.error:focus,
#hs-pwd-widget-password.error:focus {
  border-color: ;
}


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

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color:  ;
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: {font=Raleway, font_set=DEFAULT, styles={font-weight=400, text-decoration=none, font-family=Raleway, sans-serif, font-style=normal}, size=16, size_unit=px, color=#142F52, variant=400, fallback=sans-serif, style=font-weight: 400; text-decoration: none; font-family: Raleway, sans-serif; font-style: normal, css=color: #142F52;font-size: 16px;font-weight: 400; font-family: Raleway, sans-serif;};
}

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

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

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





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

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

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

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





header.header {
  background-color: rgba(255, 255, 255, 1.0);
}
.header_container {
  max-width:0px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(20, 47, 82, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(20, 47, 82, 0.8);
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a,
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(20, 47, 82, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(20, 47, 82, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li:hover>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(20, 47, 82, 0.8);
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li.active>a,
.custom-menu-primary .hs-menu-wrapper>ul ul>li.active-branch>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(20, 47, 82, 1.0);
}
header.header .custom-menu-primary .hs-menu-wrapper>ul>.hs-item-has-children>.hs-menu-children-wrapper{
  background: rgba(255, 255, 255, 1.0);
}

.footer__container,
.content-wrapper,
.page-center,
.dnd-section > .row-fluid{
  max-width: 1344px;
}
.header__container {
  max-width: 1344px;
}




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

footer.footer .footer__bottom{
  background-color: rgba(20, 47, 82, 1.0);;
}

footer.footer h1,
footer.footer h2,
footer.footer h3,
footer.footer h4,
footer.footer h5,
footer.footer h6,
footer.footer p{
  color: rgba(255, 255, 255, 1.0);
}

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

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






.blog-post__date {
  border-color: ;
}

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

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

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

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

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








.hs-search-results__title {
  text-decoration:none;
  font-family: ;
  font-size: px;
  color:  ;
  font-weight: ;
}
.hs-search-results__title:hover {
  color:  ;
}





body .icon svg {
  fill: #142F52;
}

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

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

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

body .team-member__description {
  background-color: #ED1F37;
}






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




:root {
  --primary: #142F52;
  --secondary: #ED1F37;
  --tertiary: #00ADF0;
  --quaternary: #078A2F;
  --quinary : #FFB500; 
  --white: #fff;
  --black: #000;
  --primary-button-color: #E91D2D;
  --primary-button-hover-color: #E91D2D;
  --primary-website-color: #E91D2D;
  --primary-accent-color: #E91D2D;
  --form-label-color: #E91D2D;
  --form-submit-button-color: #E91D2D;
  --bottom-callout-form-label-color: #E91D2D;
  --bottom-callout-form-submit-button-color: #E91D2D;
  --bottom-callout-background-color: #E91D2D;
  --footer-bg-color: #E91D2D;
  --mobile-hamburger-color: #E91D2D;
  --mobile-dropdown-bg-color: #E91D2D;
}

.text-primary {
  color: var(--primary);
}

.text-secondary {
  color: var(--secondary);
}
.text-tertiary {
  color: var(--tertiary);
}
.text-quaternary {
  color: var(--quaternary);
}
.text-white {
  color: var(--white);
}
.text-black {
  color: var(--black);
}




.container,.page-center,.page-wrapper{ max-width: 1344px !important; padding:0px 20px !important; margin:0 auto !important;  width:100% !important;}



/* Responsive css */

@media(max-width:1230px){
  h1{font-size:50px;}
}


@media(max-width:991px){
  h1{font-size:40px;}
}

@media(max-width:767px){
  h1, .h1{font-size:35px;}
  h2, .h2{font-size:32px;}
  h3, .h3{font-size:22px;}
  .h4, h4{font-size: 20px;}
  .h5, h5 {
    font-size: 18px;
  }
}


@media(max-width:480px){
  h1,.h1{font-size:32px;}
  h2,.h2{font-size:28px;}
  h3,.h3{font-size:24px;}
  p{font-size:16px;}
}