/* ******************************************************************************
*********************************************************************************
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: 54px;
  padding-top: 54px;
}

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





html {
  font-size: 15;
}

body {
  font-family: Montserrat;
  font-size: 15px;
  color: #293a4f;
  font-weight: 400;
}

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

a {
  font-family: Montserrat;
  color: rgba(51, 102, 255, 1.0);
}

a:hover,
a:focus {
  color:#1a4ce2;
}

a:active {
  color: rgba(91, 142, 255, 1.0);
}

h1 {
  color: #252a31;
  font-family: Montserrat;
  font-size: 41px;
  font-weight: 700;
}


h2 {
  color: #293a4f;
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 700;
}



h3 {
  color: #252a31;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 700;
}



h4 {
  color: #252a31;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
}



h5 {
  color: #252a31;
  font-family: Montserrat;
  font-size: 19px;
  font-weight: 700;
}

h6 {
  color: #252a31;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
}







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

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(87, 189, 201, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(51, 102, 255, 1.0);
  border-color: rgba(73, 74, 82, 1.0);
  border-radius: 95px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.hs-button:active,
.button--primary:active {
  background-color: #1a4ce2;
  border-color: #1a4ce2;
  color: #FFFFFF;
}

.hs-form label {
  color: rgba(41, 58, 79, 1.0);
}

.hs-form legend {
  color: rgba(41, 58, 79, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(41, 58, 79, 1.0);
  color: ;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(41, 58, 79, 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: #293a4f;
}

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

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

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

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

.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(87, 189, 201, 1.0);
  color: rgba(87, 189, 201, 1.0);
}

thead th,
thead td {
  background-color: rgba(87, 189, 201, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(87, 189, 201, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(87, 189, 201, 1.0);
}





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

.header__container {
  max-width: 1140px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #3366FF;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color: #c4dff4;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
  color: #3366FF;
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:before {
  background-color: rgba(196, 223, 244, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
  color: #494c4f;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover{
  background-color: rgba(85, 89, 92, 1.0);
  color: #FFFFFF;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.active>a {
  color: #FFFFFF;
  background-color: rgba(85, 89, 92, 1.0);
}
.header_button_inner a {
   color: #FFFFFF;
  background-color: rgba(51, 102, 255, 1.0);
}
.header_button_inner a:hover {
  color: #FFFFFF;
  background-color: rgba(26, 76, 226, 1.0);
}






.footer {
  background-image: linear-gradient(40deg,rgba(220, 236, 255, 0.4) 0%,rgba(220, 236, 255, 0.4) 100%);
  color: #252a31;
}
.footer_col_5 h4 {
   color: #252a31;
}
.footer_col_5 ul li a{
  color: rgba(37, 42, 49, 1.0);
}
.footer_col_5 ul li a:hover {
   color: rgba(37, 42, 49, 1.0);
}
.footer__container {
  max-width: 1140px;
}
.footer__copyright {
   color: #252a31;
}

.social-icons-wrapper a i {
    color: #252a31;
}
.social-icons-wrapper a:hover i {
   color: #252a31;
}
.social-icons-wrapper a {
  background-color: rgba(37, 42, 49, 0.0);
  border-color: rgba(37, 42, 49, 1.0);
}
.social-icons-wrapper a:hover {
  background-color: rgba(37, 42, 49, 1.0);
  border-color: rgba(37, 42, 49, 1.0);
}




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

.blog-post__date {
  border-color: #293a4f;
}

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

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

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

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

.blog-pagination__link {
  color: #293a4f;
}

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

.blog-post__title {
  color: #293a4f;
  font-family:Montserrat;
  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: #252a31;
}

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

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

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

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