/* ******************************************************************************
*********************************************************************************
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: 940px;
}
.dnd-section {
  padding-bottom: 35px;
  padding-top: 35px;
}
.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #E2E2E2;
}
.page-center {
  max-width: 940px;
}




body {
  color: #4d4d4d;
  font-family: DM Sans, sans-serif;
  font-weight: 100;
  font-size: 18px;
}
p, li {
  font-size: 22.5px;
}
a {
  color: rgba(40, 34, 75, 1.0);
}
a:hover {
  color: rgba(40, 34, 75, 1.0);
}

h1 {
  color: #28224b;
  font-family: DM Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
}
h2 {
  color: #28224b;
  font-family: DM Sans, sans-serif;
  font-size: 49px;
  font-weight: 700;
}
h3 {
  color: #28224b;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}
h4 {
  color: #28224b;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
h5 {
  color: #28224b;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
h6 {
  color: #28224b;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
}
blockquote {
  border-color: #E2E2E2;;
}





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

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(40, 34, 75, 1.0);
}
.hs-button,
.button--primary {
  background-color: rgba(56, 152, 236, 1.0);
  border-color: rgba(4, 56, 134, 1.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(4, 56, 134, 1.0);
  border-color: rgba(4, 56, 134, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(40, 34, 75, 1.0);
}
.hs-form legend {
  color: rgba(40, 34, 75, 1.0);
}
form input,
form select,
form textarea,
.hs-input,
input#hs-pwd-widget-password {
  border-color: rgba(204, 204, 204, 1.0);
  border-radius: 0px;
}
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input#hs-pwd-widget-password {
  border-color: rgba(56, 152, 236, 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: #4d4d4d;
}

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

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

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

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

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





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

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

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

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





.cstm-header-wrapper {
  background-color: rgba(255, 255, 255, 1.0);
}
.header-inner-wrapper {
  border-color: rgba(62, 67, 76, 0.07);
}
.custom-menu-primary .navigation-primary ul > li > a {
  color: rgba(40, 34, 75, 1.0);
}
.custom-menu-primary .navigation-primary ul ul {
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .navigation-primary ul ul .nav-title,
.dropdown-inner-wrap > li > a .nav-title {
  color: rgba(4, 56, 134, 1.0);
}
.dropdown-inner-wrap > li {
  background-color: rgba(255, 255, 255, 0.0);
}
.dropdown-inner-wrap > li:hover {
  background-color: rgba(255, 255, 255, 0.0);
}
.dropdown-inner-wrap > li.active-branch {
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .navigation-primary ul ul .nav-title:hover,
.dropdown-inner-wrap > li > a .nav-title:hover {
  color: rgba(22, 158, 227, 1.0);
}
.custom-menu-primary .navigation-primary ul ul .active-branch .nav-title {
  color: rgba(4, 56, 134, 1.0);
}
.custom-menu-primary .nav-link-details {
  color: rgba(40, 51, 56, 0.87);
}

@media (min-width: 992px) {
  .custom-menu-primary .navigation-primary ul > li > a:hover {
    color: rgba(22, 158, 227, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .custom-menu-primary .navigation-primary ul > li > a.active-branch {
    color: rgba(22, 158, 227, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .custom-menu-primary .dropdown-nav-links-2 {
    color: rgba(40, 34, 75, 1.0);
  }
  .custom-menu-primary .dropdown-nav-links-2:hover {
    color: rgba(22, 158, 227, 1.0);
  } 
  
}

.header-right-col .hbtn1 {
  background-color: rgba(22, 158, 227, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.header-right-col .hbtn1:hover {
  background-color: rgba(4, 56, 134, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.header-right-col .hbtn2 {
  background-color: rgba(4, 56, 134, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.header-right-col .hbtn2:hover {
  background-color: rgba(22, 158, 227, 1.0);
  color: rgba(255, 255, 255, 1.0);
}







.cstm-footer-wrapper {
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer-copyright {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(0, 0, 0, 0.07);
}
.footer-copyright a {
  color: rgba(255, 255, 255, 1.0);
}
.footer-copyright a:hover {
  color: rgba(255, 255, 255, 1.0);
}
.footer-top-content .title {
  color: rgba(255, 255, 255, 1.0);
}
.footer-top-content .hs-menu-wrapper ul li a {
  color: rgba(255, 255, 255, 1.0);
}
.footer-top-content .hs-menu-wrapper ul li a:hover {
  color: rgba(255, 255, 255, 1.0);
}
.footer-top-content .social-link-circle {
  background-color: rgba(0, 0, 0, 1.0);
}
.footer-top-content .social-link-circle:hover {
  background-color: rgba(22, 158, 227, 1.0);
}





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

.blog-post__date {
  border-color: #4d4d4d;
}

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

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

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

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

.blog-pagination__link {
  color: #4d4d4d;
}

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

.blog-post__title {
  color: #28224b;
  font-family:DM Sans;
  font-size: 49px;
  font-weight: ;
}

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

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

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

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

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

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

.page-center {
  max-width: 940px;
  margin: 0 auto;
}




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