








/* Forms */





/* Buttons */












































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

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

@media (max-width: 767px) {
  .dnd-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.dnd-section > .row-fluid {
  max-width: 1280px;
}

.body-container-wrapper {
  background-color: rgba(255, 255, 255, 1.0);
}

.body-container .dnd-section:nth-child(odd) {
  
  background-color: rgba(248, 250, 252, 1.0);
  
}






html {
  font-size: 20px;
}

body {
  color: #222222;
  font-family: Roboto;
  font-size: 20px;
}

p {
  font-family: Roboto;
}

a {
  color: #0270e0;
}

a:hover,
a:focus {
  color: #0048b8;
}

a:active {
  color: #2a98ff;
}

h1 {
  
  color: #222222;
  font-family: Roboto;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
}

@media(max-width: 1150px) {
  h1 {
    font-size: 42.5px;
  }
}

h2 {
  color: #222222;
  font-family: Roboto;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
}

@media(max-width: 1150px) {
  h2 {
    font-size: 32.3px;
  }
}

h3 {
  color: #222222;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
}

@media(max-width: 1150px) {
  h3 {
    font-size: 25.5px;
  }
}

h4 {
  color: #222222;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
}

@media(max-width: 1150px) {
  h4 {
    font-size: 20.4px;
  }
}

h5 {
  color: #222222;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

h6 {
  color: #222222;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

blockquote {
  border-left: 10px solid #F8FAFC;;
}






.form--style-1 form {
  padding: 40px;
  background: #FFFFFF;
}

@media (min-width: 1150px) {
  .form--style-1 {
    margin-left: 80px;
  }
}

@media (max-width: 1150px) {
  .form--style-1 form {
    padding: 20px;
  }
}

@media (max-width: 1150px) {
  .form--style-1 form {
    padding: 20px;
  }
}


.form--style-1 h3 {  
  color: rgba(69, 69, 69, 1.0);  
  padding: 20px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 1.0);
}

form,
.submitted-message {
  border-color: rgba(248, 250, 252, 1.0) ;
  font-family: Roboto;
}

/* Form Submit Button Styles */



  form input[type=submit],
  form .hs-button {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(30, 144, 255, 1.0)

;
    border: 2px solid #1E90FF;
    border-radius: 50px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 20px 48px;
    text-transform: none;
  }

  form input[type=submit]:hover,
  form input[type=submit]:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.01)

;
    border: 2px solid #1E90FF;
    color: #1E90FF;
  }

  form input[type=submit]:active,
  form .hs-button:active {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid #1E90FF;
    border-color: #6ee0ff;
}





  form input[type=submit],
  form .hs-button {
    font-size: 16px;
    padding: 20px 48px;
  }











/* Primary Button */

button,
.button {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(30, 144, 255, 1.0)

;
  border: 2px solid #1E90FF;
  border-radius: 50px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 20px 48px;
  text-transform: none;
}

button:disabled,
.button:disabled {
  background-color: ;
  color: ;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.01)

;
  border: 2px solid #1E90FF;
  color: #1E90FF;
  fill: #1E90FF;
}

button:active,
.button:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  background-color: #ffffff;
  border: 2px solid #1E90FF;
  border-color: #6ee0ff;
}

/* Secondary Button */

.button.button--secondary {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(30, 144, 255, 0.0)

;
  border: 2px solid #1E90FF;
  border-radius: 50px;
  color: #1E90FF;
  fill: #1E90FF;
  padding: 20px 48px;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(30, 144, 255, 1)

;
  border: 2px solid #1E90FF;
  color: #FFFFFF;
  fill: #FFFFFF;
}

.button.button--secondary:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: rgba(110, 224, 255, );
  border: 2px solid #1E90FF;
  border-color: #6ee0ff;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple Button */

.button.button--simple {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #454545 !important;
  fill: #454545 !important;
  text-transform: none;
}



  .button.button--simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #1E90FF !important;
  fill: #1E90FF !important;
}



  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after {
    content: none;
  }



.button.button--simple:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #6ee0ff;
  fill: #6ee0ff;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 18px 40px;
}

.button.button--large {
  font-size: 18px;
  padding: 20px 48px;
}

form label {
  color: rgba(34, 34, 34, 1.0);
}

form legend {
  color: rgba(34, 34, 34, 1.0);
}

form input,
form .hs-input,
form select,
form textarea {
  border-color: rgba(231, 234, 243);
  color: #222222;
}

form input:focus,
form .hs-input:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(69, 69, 69, 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: #222222;
}

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

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

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

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

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





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

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(34, 34, 34, 1.0);
}

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





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

.header__container {
  max-width: 1280px;
  padding-top: 20px;
  padding-bottom: 20px;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(34, 34, 34, 1.0);
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: rgba(0, 0, 0, 1.0);
}

body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(74, 74, 74, 1.0);
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #454545;
}


body .submenu.level-1,
body .submenu.level-2,
body .header__language-switcher .lang_list_class,
.header__cta--mobile {
  background-color: rgba(255, 255, 255, 1.0);
}

body .submenu.level-2 {
  box-shadow: 0 2px 9px 0 rgba(69, 69, 69, 0.2);
  -webkit-box-shadow: 0 2px 9px 0 rgba(69, 69, 69, 0.2);
}

body .submenu.level-2 > li:last-of-type {
  border-bottom: none;
}

.header__language-switcher .lang_list_class:after, .lang_list_class:before {
  display: none !important;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Roboto;
}

.header__language-switcher--toggle:before {
  color: rgba(34, 34, 34, 1.0);
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(34, 34, 34, 1.0);
}

body .header__navigation--toggle {
  display: none;
  color: rgba(34, 34, 34, 1.0);
}

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

body .header__search--toggle {
  color: rgba(34, 34, 34, 1.0);
}

body .header__menu {
  display: block
}

body .header__search--wrapper {
  display: block
}





body .header__search.open {
  background-color: rgba(255, 255, 255, 1.0);
}

body .menu-arrow-bg {
  color: rgba(34, 34, 34, 1.0);
}

@media (min-width: 1150px) {
  
  body .submenu.level-2 > li,
  .header__language-switcher .lang_list_class li {
    border-bottom: 1px solid rgba(73, 74, 82, 1.0);
  }

  body .header.header--transparent .submenu.level-1 {
    background-color: transparent !important;
  }
}

@media (max-width: 1150px) {
  
  body .header__navigation--toggle, body .menu-arrow-bg {
    display: block;    
  }
}

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

  .header__navigation-toggle svg,
  .menu-arrow-bg {
    fill: red;
  }
}





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

.footer__container {
  max-width: 1280px;
  padding-top: 40px;
  padding-top: 40px;
}

.footer .social-links__icon {
  background-color: rgba(34, 34, 34, 1.0);
}

.footer .social-links__icon:hover,
.footer .social-links__icon:focus {
  background-color: rgba(34, 34, 34, 8.799999999999999);
}

.footer .social-links__icon:active {
  background-color: rgba(34, 34, 34, 1.0);
}

.footer .social-links__icon svg {
  fill: #FFFFFF;
}

.footer .social-links__icon:hover svg,
.footer .social-links__icon:focus svg,
.footer .social-links__icon:active svg {
  fill: #FFFFFF;
}






.hs-blog-listing, .hs-blog-post {
  background-color: rgba(255, 255, 255, 1.0);  
}

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

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

.blog-header__back a:hover,
.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: #4a4a4a;
}

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

.blog-pagination__link {
  color: #222222;
}

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

.blog-post__title {
  color: #222222;
  font-family: Roboto;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
}

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

#comments-listing .comment-reply-to {
  color: rgba(2, 112, 224, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(0, 72, 184, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(42, 152, 255, 0.0);
}

.blog-index__post-content a {
  color: #222222;
}

.blog-recent-posts__post {
  color: #222222 !important;
}










body .icon svg {
  fill: #454545;
}

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

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

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





body {
  font-size: 18px;
}

.no-scroll {
  overflow: hidden;
}

.hidden {
  display: none;
}

.p-fixed {
  position: fixed;
}

.drop-shadow {
  box-shadow: 0px 3px 15px rgba(69, 69, 69, 0.2);
}

.transition-3d-hover {
  transition: all 0.2s ease-in-out;
}

.transition-3d-hover:hover {
  transform: translateY(-3px);
  box-shadow: 0px 10px 40px 10px rgba(69, 69, 69, 0.2);
}

.shadow-lg {
    box-shadow: 0px 3px 15px rgba(140, 152, 164, 0.2);
}

.shadow-dark {
  box-shadow: 0px 3px 15px rgb(181, 181, 181);
}

.no-shadow {
  box-shadow: initial !important;
}

.auto-margin {
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.header {
  background: transparent;
  /*position: fixed;*/
}
.body-container-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.header-max-width {
  max-width: 800px;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(255, 255, 255, 1.0);
  background-clip: border-box;
}

.text-subheader {
  opacity: 0.7;
}

.text-center {
  text-align: center;
}

.text-cap {
  text-transform: uppercase;
}

.text-small {
  font-size: 0.8rem;
}

.text-bold {
  font-weight: bold;
}

.image--rounded {
  border-radius: 50%;
}

.module-library__header {
  max-width: 800px;
  padding: 100px 20px 20px 100px;
}

.module-library__header h2 {
  font-size: 24px;
}

.module-library__header p {
  font-size: 0.9rem;
}

/* Added: Mar 31, 2025 */
.header__logo img {
  width: auto !important;
  max-height: 100px;
}
footer.footer {
  background: #fafafc !important;
  color: #57585a;
  padding-top: 20px;
}
.footer__copyright {
  background: #20396b;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}
.footer__copyright .footer_JHA {
  font-family: 'Icons';
  color: white;
}
.footer__copyright .footer_JHA:before {
  content: "\E00D";
}
.footer__copyright .footer_JHA span {
  display: none;
}
.footer .social-links__icon,
.footer .social-links__icon:active,
.footer .social-links__icon:focus,
.footer .social-links__icon:hover {
  background-color:#6c0544;
}
.footer .social-links__icon svg,
.footer .social-links__icon:active svg,
.footer .social-links__icon:focus svg,
.footer .social-links__icon:hover svg {
  fill: #ffffff;
}
.footer__container hr {
  border-top: 1px solid #f58d1e; 
}
#hs_cos_wrapper_footer_company_info {
  padding: 30px 0 0 0;
  text-align: center;
}
#hs_cos_wrapper_footer_company_info_ h3,
#hs_cos_wrapper_footer_company_info_ h4,
#hs_cos_wrapper_footer_company_info_ h5,
#hs_cos_wrapper_footer_company_info_ p {
  color: white; 
}
.footer__column {
  margin-bottom: 0;
}
.footer__columns ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__columns ul li a {
  text-decoration: underline;
  color: #57585a;
  font-size: 14px;
}
.footer__columns h4 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #20396b;
}
.footer__columns table {
  border:none;
  border-collapse: collapse;
}
.footer__columns table td {
  font-size: 13px;
  font-weight: 700;
  vertical-align: middle;
  border: none;
  padding: 5px 10px;
  background:none;
}
.footer_sitemap_links {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: Raleway,Helvetica,Arial,sans-serif;
}
.footer_sitemap_links a {
  text-decoration: underline !important;
  font-weight: bold;
  padding: 5px 15px;
  display: inline-block;
  font-family: Raleway,Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 1.5px;
}
.footer_sitemap_links li:first-child a {
  padding-left: 0;
}
.routing_number i {
  color: #6c0544;
  font-size: 14px;
}
.footer_sitemap_links li {
  display: inline-block;
}
.button:active, button:active,
.button:focus, button:focus,
.button:hover, button:hover {
    background-color: #6022a6;
    background-image: linear-gradient(135deg,#3b0881,#6229a3 65%,#8b3995);
    border: 2px solid #fff;
    color: #fff
}
.button:active:link, button:active:link,
.button:active:visited, button:active:visited,
.button:focus:link, button:focus:link,
.button:focus:visited, button:focus:visited,
.button:hover:link, button:hover:link,
.button:hover:visited, button:hover:visited {
    background-color: #6022a6;
    background-image: linear-gradient(135deg,#3b0881,#6229a3 65%,#8b3995);
    color: #fff;
    text-decoration: none
}
.feature-block .feature-block__wrapper {
  padding: inherit;
}
.feature-block .feature-block__image-wrapper {
  width: auto;
}
.feature-block .feature-block__headline {
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
}
.accordion {
  border-radius: 0 !important;
  border: none !important;
}
body .accordion__summary {
  border-radius: 0px;
  border: 1px solid #f0f3f8;
  background: #f0f3f8 !important;
  padding-left: 30px;
  font-weight: bold;
  color: #0b3357;
}
body .accordion-wrapper details[open] .accordion__summary {
  background:#f0f3f8;
  /*border: none !important;*/
  position: relative;
}
body .accordion-wrapper details[open] .accordion__summary span {
  color: 0b3357;
}
body .accordion-wrapper details .accordion__summary:after {
  color: #a71930;
}
body .accordion-wrapper details[open] .accordion__summary:after {
  color: #0b3357;
}
.feature-block__icon-wrapper,
.feature-block__image-wrapper {
  width: 250px !important;
  height: 250px !important;
  box-shadow: 0px 0px 20px 0 rgba(0,0,0,.1);
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.feature-block__icon-wrapper i:before,
.feature-block__image-wrapper i:before{
  font-size: 100px;
}
.feature-block .feature-block__headline {
  color: #6c0544;
  font-size: 60px;
}
.feature-block .feature-block__text {
  color: #20396b;
  font-size: 24px;
}
.testimonial_block {
  background: white;
  box-shadow: 0px 0px 20px 0 rgba(0,0,0,.1);
  padding: 30px;
}
.testimonial_block p {
  text-align: right;
}
.testimonial_block .testimonial__icon {
  opacity: 1;
  color: #6c0544;
  font-size: 30px !important;
}
.testimonial__text h3 {
  font-size: 18px;
  font-style: italic;
  color: #222222;
  font-weight: normal;
}
.testimonials .testimonial-module {
  display: block;
  padding: 0;
  margin: 15px;
}
.testimonials .testimonial-module__image-wrapper {
  width: 100%; 
}
.testimonials .testimonial-module__image {
  width: 100%;
}
body .splide_3 button.splide__arrow {
  height: 55px;
  width: 45px;
  border-radius: 0;
  background: none;
}
body .splide_3 button.splide__arrow--prev {
  left: -80px;
}
body .splide_3 button.splide__arrow--next {
  right: -80px;
}
.splide_3 button.splide__arrow svg {
  fill: #6c0544 !important; 
  height: 100px !important;
}
body .splide_3 .splide__list {
  align-items: flex-start;
}
body .splide_3 .splide__slide--image {
  width: 100%;
}
.header__cta--desktop {

}
.header__cta--desktop a {
  border: none;
  padding: 9px 15px;
  font-size: 12px;
  font-family: Raleway,Helvetica,Arial,sans-serif;
  font-weight: 700;
  margin: 10px;
  letter-spacing: 2px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .3s ease-in-out;
}
.header__cta a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1) !important;
}
.header__logo {
  position: absolute;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.header__container {
  padding-top:50px;
}
body .header__search--toggle {
  border-radius: 50%;
  padding: 8px;
  background: white;
  font-size: 12px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .3s ease-in-out;
  display: none;
}
body .header__search--toggle:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1) !important;
}
body .header__navigation--toggle {
  cursor: pointer;
  align-items: center;
  background-color: #7e0850;
  border: 0 #ddd;
  border-radius: 3.125rem;
  -webkit-box-shadow: 0 0 .1875rem 0 rgba(0,0,0,.1);
  box-shadow: 0 0 .1875rem 0 rgba(0,0,0,.1);
  color: #fff;
  display: flex;
  font-family: Icons;
  font-size: 16px;
  gap: 5px;
  height: 40px;
  line-height: 24px;
  padding: 9px 11px;
  text-align: left;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .3s ease-in-out;
  width: 84px;
  position: absolute;
  left: 90px;
  top: 60px;
}
body .header__navigation--toggle:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1) !important;
}
body .header__navigation--toggle:before {
  content: "\E012";
}
body .header__navigation--toggle span {
  font-family: Raleway,Helvetica,Arial,sans-serif;
  font-size: 12px;
}
body .header__menu {
  width: 100%;
}
.header__menu .navigation-primary {
  display: block;
}
.header__navigation {
  display: none;
}
.header__navigation.open {
  width: 350px;
  top: 0 !important;
  z-index:1000;
  position: fixed;
  display: block;
  height: calc(100vh) !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding-bottom: 100px;
}

.header__navigation .nav-bottom-section {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.header__navigation .nav-bottom-section div.rtn {
  font-size: 12px;
}

.header__navigation .submenu.level-1>li {
  display: block;
  /*width: 100%;*/
}
#close-menu {
  font-family: Icons;
  display: inline-block;
  padding: 8px 12px;
  color: white;
  color: #57585a;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 0 rgba(0,0,0,.1);
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 10px;
  cursor: pointer;
}
#close-menu:before {
  content: "\E006";
}
#hs_cos_wrapper_navigation-primary {
  margin: 30px 0;
}
#hs_cos_wrapper_navigation-primary ul {
  width: 100%;
}
#hs_cos_wrapper_navigation-primary ul > li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 60px;
}
#hs_cos_wrapper_navigation-primary ul > li a {
  text-transform: uppercase;
  color: #20396b;
  font-family: Raleway,Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 14px;
}
#hs_cos_wrapper_navigation-primary ul > li a:hover {
  text-decoration: underline;
}
.social-media {
  text-align: center;
  padding: 20px 10px;
}
.social-media a {
  text-decoration: none;
  margin: 5px 10px;
}
.social-media .icon {
  color: #57585a;
  font-family: 'Icons';
  font-size: 12px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.social-media a:hover .icon {
  color: #7e0850;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(2) !important;
}
.icon-facebook:before {
    content: "\E00A";
}
.icon-twitter:before {
    content: "\E019";
}
.icon-youtube:before {
    content: "\E01B";
}
.icon-instagram:before {
    content: "\E00C";
}
.icon-linkedin:before {
    content: "\E010";
}
div.rtn {
  text-align: center;
  color: #333;
  font-style: italic;
  font-size: .75rem;
}
span#EHO {
  color: #57585a;
  font-family: Icons;
  font-size: 24px;
  font-weight: normal;
}
span#EHO:before {
  content: "\E009";
}
span#EHO span {
  display: none;
}
footer .social-media {
  text-align: left;
  padding-left: 0;
  padding-bottom: 40px;
}
footer .social-media > a:first-child {
  margin-left: 0;
}
footer .social-media .icon {
  font-size: 16px;
  color: #6c0544;
}
footer .social-media .icon: hover {
  color:#4d4e4f;
}
.footer__container {
  padding-top: 0;
}
.footer_sitemap_links_container {
  padding-top: 40px !important;
}

.splide_3 {}
.splide_3 .splide__slide {
  background: #20396b;
  min-height: 530px;
}
.splide_3 .splide__slide--caption{
  padding: 10px 20px;
}
.splide_3 .splide__slide--caption p {
  line-height: 1.25;
}
.splide_3 .splide__slide--caption p:first-child {
  margin-bottom: 10px;
  font-size: 14px;
}
.feature-block .feature-block__text {
  font-weight: bold;
}
.body-container-wrapper h2,
.body-container-wrapper h3 {
  color: #222222;
}

/* mobile search */
body .header__search.open {
  left: inherit !important;
  right: 0 !important;
  width: 350px;
  height: 100vh;
  background: #20396b;
  padding: 30px 40px;
}
body .header__search.open .navigation-primary {
  display: block;
}
body .header__search.open .navigation-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background: none;
}
body .header__search.open .navigation-primary ul li {
  display: block;
  width: 100%;
  text-align: center;
}
body .header__search.open .navigation-primary ul li a {
  color: white;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}
body .header__search--close {
  float: none;
  width: 100%;
  clear: both;
  position: relative;
  text-align: right;
  display: block;
  opacity: 1;
  padding: 0  0 30px 0;
  color: #4d4e4f;
}
body .header__search--close i {
  color: #4d4e4f;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
  padding: 8px 10px;
  font-size: 12px;
}
body .header__search.open h3 {
  color: white;
  text-align: center;
  font-size: 28px;
  margin: 0 0 20px 0;
  line-height: 1.25;
}
body .header__search.open span.group-item.dropdown-toggle {
  display: block;
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 3.35px;
  clear: both;
  text-transform: uppercase;
  padding: 10px;
}
body .header__search.open div.rtn {
  font-size: 12px;
  text-align: center;
  color: white;
}
body .header__search .hs-search-field__input {
  background: white;
  padding: 10px 15px;
  width: 100%;
  display: block;
  flex: none;
  height: 50px !important;
}
body .header__search .hs-search-field__button {
  background: #3b0325;
  border-radius: 0;
  border: none;
  flex: none;
  height: 50px !important;
  margin: 10px 0 30px 0;
  width: 100%;
}

.header__cta--desktop a {
  font-family: 'Icons';
}
#hs-button_open-account:before {
  content: "\E004";
  font-family: 'Icons';
}
#hs-button_apply:before {
  content: "\E002";
  font-family: 'Icons';
}
#hs-button_login:before {
  content: "\E011";
  font-family: 'Icons';
}
.submenu {
  display: block !important;
}
body .submenu.level-2 {
  position: relative;
  left: 0;
  top: 0;
  box-shadow: none;
  transition: none !important;
  display: none !important;
}
body .submenu.level-2.open {
  display: block !important;
}

body .header__navigation .submenu.level-1>li {
  margin: 0 !important;
}
body .submenu.level-2 .menu-item {
  padding: 0px !important;
  visibility: visible;
  opacity: 1;
  border: none !important;
  margin: 0 !important;
}
body .submenu.level-2 .menu-item .menu-link {
  padding: 6px 20px;
  font-family: Roboto, Helvetica, Arial, sans-serif !important;
  text-transform: capitalize !important;
  color: #57585a !important;
  transition: padding-left 0.3s ease !important;
  font-weight: 500 !important;
}
body .submenu.level-2 .menu-item .menu-link:hover {
  background: none !important;
  text-decoration: underline !important;
  padding-left: 35px !important;
}
body .submenu.level-1>li.has-submenu.focus .submenu.level-2,
body .submenu.level-1>li.has-submenu:hover .submenu.level-2 {
  left: 0px;
  background: none !important;
}
body .navigation-primary .menu-link.no-link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 1.375rem;
  color: #20396b;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: .26em;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-bottom: .0625rem solid transparent;
}
.accordion--plus .accordion__summary:after {
  top: 15px;
}

@media (min-width:1100px){
  .dnd_area-row-0-background-layers {
    min-height: 540px;
    padding-top: 260px;
  } 
}

@media (min-width: 1025px){
  header.header-mobile {
    display: none;
  }
}
@media (max-width: 1024px){
  header.header {
    display:none;
    position: relative;
  }
  header.header .button-handler {
    text-align: center;
  }
  header.header-mobile {
    text-align: center;
  }
  header.header-mobile .logo-wrapper {
    padding: 20px;
  }
  header.header-mobile a.logo img {
    max-height: 80px;
  }
  .button-handler {
    padding: 20px 10px;
  }
  .button-handler a {
    font-family: "Icons";
    color: white;
    padding: 12px 16px;
    border: none;
    font-size: 12px;
    letter-spacing: 3px;
  }
  .button-handler a span {
    font-family: Raleway,Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding-left: 8px;
    display: inline-block;
  }
  .button-handler a:before {
    font-weight: normal;
  }
  .button-handler a:hover {
    font-family: "Icons";
    border: none;
  }
  .button-handler a.search-site {
    display: none;
  }
  .button-handler a.search-site span {
    display: none;
  }
  .button-handler a.search-site {
    background: white;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.15);
    color: #57585a;
    padding: 8px;
    margin: 0 10px;
  }
  .button-handler a.open-account {
    background:#007EA8;
  }
  .button-handler a.apply-loans {
    background: #7e0850;
  }
  .button-handler a.login {
    background:#20396b;
    display: none;
  }
  .button-handler a.search-site:hover,
  .button-handler a.search-site:focus {
    background: white;
    color: #57585a;
    font-family: 'Icons';
  }
  .button-handler a.open-account:hover {
    background: rgba(0, 88, 117,1.0);
  }
  .button-handler a.apply-loans:hover {
    background: rgba(108, 5, 68,1.0);
  }
  .button-handler a.login:hover {
    background:rgba(24, 43, 80,1.0);
  }
  .button-handler a.search-site:before {
    content: "\E018";
  }
  .button-handler a.open-account:before {
    content: "\E004";
  }
  .button-handler a.apply-loans:before {
    content: "\E002";
  }
  .button-handler a.login:before {
    content: "\E011";
  }
  body .menu-wrapper {
    background: #7e0850;
    text-align: center;
    transition: all .3s ease-in-out;
    padding: 8px 5px 7px 5px;
  }
  body .menu-wrapper:hover {
    transform: scale(1.1); 
  }
  body .menu-wrapper .navbar-toggle {
    padding: 0;
    background-color: #7e0850;
    border: 0 #ddd;
    border-radius: 3.125rem;
    color: #fff;
    -webkit-box-shadow: 0 0 .1875rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 .1875rem 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  body .menu-wrapper .navbar-toggle:focus {
    background: #7e0850; 
  }
  body .menu-wrapper button:hover {
    background: none;
  }
  body .menu-wrapper .toggle-inner-hamburger {
    display: flex;
  }
  body .menu-wrapper .navbar-toggle .icon-menu {
    font-family: "Icons";
  }
  body .menu-wrapper .navbar-toggle .icon-menu:before {
    content: "\E012";
  }
  body .menu-wrapper .navbar-toggle .menutext {
    display: inline-block;
    padding-left: 5px;
  }
  #close-menu {
    display: none;
  }
  .header__navigation.open {
    position: absolute;
    width: 100%;
    top: 237px !important;
    overflow: hidden;
  }
  header.header-mobile .menu-wrapper span {
    font-size: 14px;
  }
  header.header-mobile .menu-wrapper .close {
    display: none;
  }
  header.header-mobile .menu-wrapper.open .toggle-inner-hamburger {
    display: none
  }
  header.header-mobile .menu-wrapper.open .toggle-inner-hamburger.close {
    display: block;
  }
  header.header-mobile .toggle-inner-hamburger.close .icon:before {
    content: "\E006";
    font-size: 12px;
    font-weight: normal;
  }
  .header__navigation.open {
    height: auto !important;
  }
  
  body .header__search.open {
    left: inherit !important;
    right: 0 !important;
    width: 100%;
    height: 100vh;
    background: #20396b;
    padding: 30px 40px;
    top: 235px;
  }
}
@media (max-width:767px){
  body .splide_3 button.splide__arrow--prev {
    left: -30px;
  }
  body .splide_3 button.splide__arrow--next {
    right: -30px;
  }
  body .accordion__summary {
    padding-left: 15px;
    padding-right: 40px;
  }
  footer .social-media {
    text-align: center;
  }
}