/* ******************************************************************************
*********************************************************************************
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: 1359px;
}

.dnd-section {
  padding-bottom: 14px;
  padding-top: 14px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #e5e4e2;
}






body {
  color: #212529;
  font-weight: 400;
  font-family: 'Manrope';
  font-size: 17px;
}

p {
  font-family: 'Manrope';
  font-weight: 400
}

a {
  font-family: 'Manrope';
  color: rgba(220, 27, 82, 1.0);
}

a:hover{
  color: rgba(23, 66, 100, 1.0);
}

h1 {
  color: #dc1b52;
  font-family: 'Manrope';
  font-size: 50px;
  font-weight: 600;
}

@media(max-width: 767px) {
  h1 {
    font-size: 37.5px;
  }
}

h2 {
  color: #231F1F;
  font-family:'Manrope';
  font-size: 38px;
  font-weight: 600;
}

@media(max-width: 767px) {
  h2 {
    font-size: 32.3px;
  }
}

h3 {
  color: #231F1F;
  font-family: 'Manrope';
  font-size: 26px;
  font-weight: 600;
}



h4 {
  color: #252221;
  font-family: 'Manrope';
  font-size: 24px;
  font-weight: 600;
}



h5 {
  color: #000000;
  font-family: 'Manrope';
  font-size: 22px;
  font-weight: 600;
}

h6 {
  color: #000000;
  font-family: 'Manrope';
  font-size: 18px;
  font-weight: 600;
}

blockquote {
  border-left: 10px solid #e5e4e2;;
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: 'Manrope';
}

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(229, 228, 226, 1.0);
}


.section.post-footer form,
.hs_cos_wrapper_type_form form,
.hs_cos_wrapper_type_blog_subscribe form,
.hs_cos_wrapper_type_google_search form,
.widget-type-email_simple_subscription form,
.widget-type-password_prompt form,
.hs-search-field form,
#email-prefs-form {
  background-color: rgba(255, 255, 255, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(220, 27, 82, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 3px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #256ba2;
  border-color: #256ba2;
  color: #FFFFFF;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 67, 122, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(33, 37, 41, 1.0);
}

.hs-form legend {
  color: rgba(153, 153, 153, 1.0);
}

input[type=password],
form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(77, 77, 77, 1.0);
background-color: rgba(242, 242, 242, 1.0);
  border-radius: 10px;
}


input[type=password]::placeholder,
form input::placeholder,
form select::placeholder,
form textarea::placeholder,
.hs-input::placeholder{
  color: rgba(77, 77, 77, 1.0);
}


form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(37, 107, 162, 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: #212529;
}

.hs-richtext {
  font-size: 17;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: 'Manrope';
}

.fn-date-picker td.is-today .pika-button {
  color: #226ba2;
}

.fn-date-picker td.is-selected .pika-button {
  background: #226ba2;
}

.fn-date-picker td .pika-button:hover {
  background-color: #e5e4e2 !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(153, 153, 153, 1.0);
  color: rgba(102, 102, 102, 1.0);
}

thead th,
thead td {
  background-color: rgba(1, 5, 55, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(220, 27, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(153, 153, 153, 1.0);
}





.header-wrap {
  background-color: rgba(37, 107, 162, 1.0);
}

.header__container {
  max-width: 1359px;
}

.header-btn a {
  background-color: rgba(220, 27, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.header-btn a:hover{
  background-color: #256ba2;
  color: #FFFFFF);
}

.header-menu nav>ul>li>a{
 color:rgba(255, 255, 255, 1.0);
 border-color: rgba(37, 107, 162, 1.0);
}

.header-menu nav>ul>li.child-open>a,
.header-menu nav>ul>li:hover>a{
  color:rgba(255, 255, 255, 1.0);
  border-color: rgba(220, 27, 82, 1.0);
   background-color:rgba(255, 255, 255, 0.0); 
}


.header-menu nav>ul>li.child-open>a ,
.header-menu nav>ul>li:hover>a {
text-shadow: -0.008em -0.008em 0 #FFFFFF, 0.008em -0.008em 0 #FFFFFF, -0.008em 0.008em 0 #FFFFFF, 0.008em 0.008em 0 #FFFFFF;
}


 .header-menu nav>ul>li>a.active-branch{
  color: rgba(255, 255, 255, 1.0);
  background-color:rgba(255, 255, 255, 0.0);
  border-color: rgba(220, 27, 82, 1.0);
 }


.custom-menu-primary .submenu.level-2 {
  background-color:rgba(37, 107, 162, 1.0);
}

.header-menu nav>ul ul li>a {
 color:rgba(255, 255, 255, 1.0);
 border-bottom-color:rgba(255, 255, 255, 1.0);
}


.header-menu nav>ul ul li>a:hover {
  color:rgba(220, 27, 82, 1.0);
  background-color:rgba(37, 107, 162, 1.0);
}

.header-menu nav>ul ul li>a.active-branch {
  color:rgba(255, 255, 255, 1.0);
  background-color:rgba(37, 107, 162, 1.0);
}






.footer-top{
  background-color: rgba(220, 27, 82, 1.0);
}


.footer-menu nav>ul>li>a {
  color: rgba(255, 255, 255, 1.0);
}

.footer-menu nav>ul>li>a:hover{
 color: rgba(1, 5, 55, 1.0);
}

.footer-form h3.form-title{
  color:rgba(255, 255, 255, 1.0);
}

.footer-form ul.no-list.hs-error-msgs.inputs-list label,
.footer-form p{
  color:rgba(255, 255, 255, 1.0);
}

.footer-form .hs-input{
  background-color: rgba(242, 242, 242, 1.0);
color: rgba(77, 77, 77, 1.0);
border-color: rgba(220, 27, 82, 1.0);
}


.footer-form input.hs-button.primary.large {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(77, 77, 77, 1.0);
}

.footer-form input.hs-button.primary.large:focus{
  background-color: rgba(28, 80, 120, 1.0);
  color: rgba(255, 255, 255, 1.0);
}


.footer-form .hs-input::placeholder{
  color: rgba(77, 77, 77, 1.0);
}



.footer_bottom{
  background-color: rgba(1, 5, 55, 1.0);
  color:rgba(255, 255, 255, 1.0);
}
.social-wrap a{
  color:rgba(255, 255, 255, 1.0);
}

.social-wrap a:hover{
  color:rgba(220, 27, 82, 1.0);
}

.copyright p a{
  color:rgba(255, 255, 255, 1.0);
}

.copyright p a:hover{
  color:rgba(255, 255, 255, 1.0);
}

.copyright ul li a{
  color:rgba(220, 27, 82, 1.0);
}

.copyright ul li a:hover{
  color:rgba(255, 255, 255, 1.0);
}

.footer__container {
  max-width: 1359px;
}





.content-wrapper {
  max-width: 1359px;
}

.blog-post__date {
  border-color: #212529;
}

.blog-pagination a{
  background-color: rgba(220, 27, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}


.listing .blog-header-inner {
  background-color: rgba(1, 5, 55, 1.0);
}

 .listing .blog-header-inner h1{
 color: rgba(220, 27, 82, 1.0);
}

.post .blog-header-inner {
  background-color: rgba(220, 27, 82, 1.0);
}

.post .blog-header-inner h1 {
  color: rgba(255, 255, 255, 1.0);
}

.blog-pagination a:hover{
  background-color: #256ba2;
  color: #FFFFFF);
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #212529;
}

.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: #000001;
}

.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: #494d51;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #226ba2;
}

.blog-pagination__link {
  color: #212529;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #226ba2;
}

.blog-post__title {
  color: #231F1F;
  font-family:Manrope;
  font-size: 38px;
  font-weight: ;
}

.blog-post__author {
  background-color: #e5e4e2;
}

#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: #226ba2;
}

body .tns-nav button.tns-nav-active {
  background-color: #226ba2;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #226ba2;
}

body .social-links__icon {
  background-color: #226ba2;
}

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: #e5e4e2;
}

.page-center {
  max-width: 1359px;
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, blog=, forms=}
}