/* ******************************************************************************
*********************************************************************************
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 {
  max-width: 100%;
}

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center {
  max-width: 100px;
}




body {
  color: #383736;
  font-family: 'Eina 04',sans-serif;
  font-size: 17px;
font-weight: 400
}

p {
  font-family: 'Eina 04',sans-serif;
  font-weight: 400
}

a {
  font-family: 'Eina 04',sans-serif;
  color: rgba(56, 55, 54, 1.0);
}

a:hover{
  color: rgba(67, 88, 239, 1.0);
}

a:active {
  color: rgba(67, 88, 239, 1.0);
}

h1 {
  color: #4358ef;
  font-family: 'Eina 04',sans-serif;
  font-size: 2vw;
  font-weight: 700;
}

@media(max-width: 1919px) {
  h1 {
    font-size: 3.0vw;
  }
}

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

@media(max-width: 479px) {
  h1 {
    font-size: 8vw;
  }
}

h2 {
  color: #293a8e;
  font-family: 'Eina 04',sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
}

@media(max-width: 1919px) {
  h2 {
    font-size: 2.0250000000000004vw;
  }
}

@media(max-width: 991px) {
  h2 {
    font-size: 3.0vw;
  }
}

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

@media(max-width: 479px) {
  h2 {
    font-size: 6.0vw;
  }
}

h3 {
  color: #4358ef;
  font-family: 'Eina 04',sans-serif;
  font-size: 1.3vw;
  font-weight: 700;
}

@media(max-width: 1919px) {
  h3 {
    font-size: 1.9500000000000002vw;
  }
}

@media(max-width: 767px) {
  h3 {
    font-size: 3.055vw;
  }
}
@media(max-width: 479px) {
  h3 {
    font-size: 5.057vw;
  }
}

h4 {
  color: #4358ef;
  font-family: 'Eina 04',sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
}

@media(max-width: 1919px) {
  h4 {
    font-size: 1.68vw;
  }
}

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

@media(max-width: 479px) {
  h4 {
    font-size: 4.2vw;
  }
}


h5 {
  color: #4358ef;
  font-family: 'Eina 04',sans-serif;
  font-size: 1.1vw;
  font-weight: 700;
}
@media(max-width: 1919px) {
  h5 {
    font-size: 1.54vw;
  }
}

@media(max-width: 767px) {
  h5 {
    font-size: 1.9800000000000002vw;
  }
}

@media(max-width: 479px) {
  h5 {
    font-size: 3.63vw;
  }
}

h6 {
  color: #4358ef;
  font-family: 'Eina 04',sans-serif;
  font-size: 1vw;
  font-weight: 700;
}
@media(max-width: 1919px) {
  h6 {
    font-size: 1.3vw;
  }
}

@media(max-width: 767px) {
  h6 {
    font-size: 1.5vw;
  }
}

@media(max-width: 479px) {
  h6 {
    font-size: 3vw;
  }
}





form, 
.submitted-message {
  border: 1px solid;
  border-color: rgba(244, 246, 250, 1.0) ;
  background-color: rgba(244, 246, 250, 1.0);
  font-family: 'Eina 04',sans-serif;
  padding: 15px 15px 20px;
}

h3.form-title {
  background-color: rgba(244, 246, 250, 1.0);
  color: rgba(106, 105, 104, 1.0);
}

.hs-button, 
.button--primary {
  background-color: rgba(67, 88, 239, 1.0);
  border-radius: 40px;
  border: 1px solid;
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(67, 88, 239, 1.0);
  padding-left: 24px !important;
  padding-right: 24px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.hs-button:hover, .button--primary:hover {
  background-color: rgba(67, 88, 239, 1.0);
  border-color: rgba(67, 88, 239, 1.0);
  color: rgba(255, 255, 255, 1.0);
}


.hs-button:focus, .button--primary:focus  {
  background-color: rgba(67, 88, 239, 1.0);
  border-color: rgba(67, 88, 239, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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

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

form#email-prefs-form div,
form#email-prefs-form p,
form#email-prefs-form h1,
form#email-prefs-form h2,
form#email-prefs-form span {
  color: rgba(51, 71, 91, 1.0);
}


a#hs_login_reset {
  color: rgba(51, 71, 91, 1.0);
}

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

body form .hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea {
  border-bottom: 2px solid !important;
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(202, 213, 226, 1.0) !important;
  color: rgba(13, 37, 61, 1.0);
  border-radius: 0px;
}

body form .hs-input:hover, 
body form .hs-search-field__input:hover,
body form select:hover,
body form #hs-pwd-widget-password:hover,
body form textarea:hover {
  border-color: rgba(202, 213, 226, 1.0) !important;
  color: rgba(13, 37, 61, 1.0);
}

body form .hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
  border-color: rgba(202, 213, 226, 1.0) !important;
}
.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

body form .hs-input.form-input-error,
body form input.hs-input.error,
body form div.field.error input,
body form div.field.error textarea,
body form div.field.error .chzn-choices,
body form textarea.hs-input.error,
body form select.hs-input.error {
  border: 0px !important;
  border-bottom: 2px solid !important;
    border-color: rgba(202, 213, 226, 1.0) !important;
}
body form .hs-input.form-input-error:focus,
body form input.hs-input.error:focus,
body form div.field.error input:focus,
body form div.field.error textarea:focus,
body form div.field.error .chzn-choices:focus,
body form textarea.hs-input.error:focus,
body form select.hs-input.error:focus {
  border: 0px !important;
  border-bottom: 2px solid !important;
  border-color: #b9554d !important;
}


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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: 'Eina 04',sans-serif;
}

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

thead th,
thead td {
  background-color: rgba(73, 74, 82, 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(245, 249, 255, 1.0);
}

.header__container {
  max-width: 100%;
}
.custom-menu-primary .navigation-primary .submenu .menu-item a {
  color: rgba(56, 55, 54, 1.0);
}
.custom-menu-primary .navigation-primary > .submenu > .menu-item.active-branch > a {
  color: rgba(67, 88, 239, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .navigation-primary > .submenu > .menu-item:hover > a {
  color: rgba(67, 88, 239, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
  color: rgba(56, 55, 54, 1.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a:hover {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(67, 88, 239, 1.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item.active-branch > a {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(67, 88, 239, 1.0);
}   

@media(min-width: 768px) {
  .custom-menu-primary .navigation-primary .submenu .menu-item > ul.submenu {
    background-color: rgba(255, 255, 255, 1.0);
  }

}


@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(245, 249, 255, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(56, 55, 54, 1.0);
  }
}





footer.footer {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(56, 55, 54, 0.75);
}

.footer-link ul li a {
  color: rgba(67, 88, 239, 1.0);
}

.footer-link ul li i {
  color: rgba(67, 88, 239, 1.0);
}

.footer-link ul li a:hover {
  color: rgba(67, 88, 239, 1.0);
}

.footer-link ul li a:hover + i {
  color: rgba(67, 88, 239, 1.0);
}

.copyright-se p>span {
  color: rgba(56, 55, 54, 0.75);
}

.copyright-se p>a {
  color: rgba(56, 55, 54, 0.75);
}

.copyright-se p>a:hover {
  color: rgba(67, 88, 239, 1.0);
}


.footer__container {
  max-width: 100%;
}





.content-wrapper {
  max-width: 100%;
  padding-bottom: 40px;
  padding-top: 40px;
}

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

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

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

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

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

.blog-pagination__link {
  color: #383736;
}

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

.blog-post__title {
  color: #293a8e;
  font-family:'Eina 04',sans-serif;
  font-size: 1.5px;
  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;
}

a.footer-social-icons {
  color: rgba(67, 88, 239, 1.0); 
}

a.footer-social-icons:hover {
  color: rgba(67, 88, 239, 1.0);  
}

.page-center {
  max-width: 100%;
  margin: 0 auto;
}




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