/* ******************************************************************************
*********************************************************************************
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: 1480px;
}

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

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

.page-center {
  max-width: 1480px;
}

.content-wrapper {
  max-width: 1480px;
  padding-top: 50px;
  padding-bottom: 50px;
}








body {
  
  color: rgba(0, 23, 37, 1.0);
  
  font-family: apercu-regular,Helvetica, Arial;
  font-weight: 400;
  font-size: 16px;
}

a {
  color: rgba(0, 0, 0, 1.0);
}

a:hover,
a:focus {
  color: rgba(0, 23, 37, 1.0);
}

h1 {
  
  color: rgba(231, 33, 112, 1.0);
  
  font-family: VAG Rounded LT W01 Bold;
  font-size: 40px;
  font-weight: 400;
}

h2 {
  
  color: rgba(231, 33, 112, 1.0);
  
  font-family: apercu-medium;
  font-size: 32px;
  font-weight: 700;
}

h3 {
  
  color: rgba(29, 76, 154, 1.0);
  
  font-family: apercu-medium;
  font-size: 20px;
  font-weight: 600;
}

h4 {
  
  color: rgba(0, 23, 37, 1.0);
  
  font-family: apercu-medium;
  font-size: 24px;
  font-weight: 700;
}

h5 {
  
  color: rgba(0, 23, 37, 1.0);
  
  font-family: apercu-bold;
  font-size: 20px;
  font-weight: 400;
}

h6 {
  
  color: rgba(0, 23, 37, 1.0);
  
  font-family: apercu-bold;
  font-size: 18px;
  font-weight: 400;
}

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





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

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

.hs-button,
.button--primary {
  background-color: rgba(250, 250, 250, 1.0);
  border-color: rgba(73, 167, 78, 1.0);
  color: rgba(73, 167, 78, 1.0);
  border-radius: 75px;
  border-width: 3px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hs-button:hover,
.button--primary:hover {
  background-color: rgba(73, 167, 78, 1.0);
  border-color: rgba(73, 167, 78, 1.0);
  color: rgba(255, 255, 255, 1.0);
}


.hs-form label,
.hs-form-field > label {
  color: rgba(99, 99, 99, 1.0);
}

.hs-form legend {
  color: rgba(0, 0, 0, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
input#hs-pwd-widget-password {
  background-color: rgba(244, 244, 244, 1.0);
  border-color: rgba(226, 226, 226, 1.0);
  color: rgba(0, 0, 0, 1.0);
  border-radius: 4px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  border-color: rgba(226, 226, 226, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(231, 33, 112, 0.0);
}

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

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


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

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

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





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

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

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

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





header.header {
  background-color: rgba(227, 37, 114, 1.0);
}


.header__container {
  max-width: 1480px;
}

.header_mobile {
  background-color: rgba(227, 37, 114, 1.0);
}

.mobile-menu {
  background-color: rgba(227, 37, 114, 1.0);
}


@media (min-width: 910px) {


  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: rgba(255, 255, 255, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(0, 24, 38, 0.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    border-color: rgba(255, 255, 255, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a.active-branch {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(0, 24, 38, 0.0);
    border-color: rgba(255, 255, 255, 1.0);
  }


  .custom-menu-primary .hs-menu-wrapper ul ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper ul ul li a {
    color: rgba(0, 24, 38, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper ul ul li a:hover {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(0, 24, 38, 1.0);
    border-color: rgba(0, 24, 38, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper ul ul li a.active-branch {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(0, 24, 38, 1.0);
    border-color: rgba(0, 24, 38, 1.0);
  }


  .custom-contact-details ul .tipwrap .arrow,
  .custom-contact-details ul .tipwrap .tip {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .custom-contact-details ul .tipwrap .tip .tiptext {
    color: rgba(0, 24, 38, 1.0);
  }

  .custom-contact-details ul .tipwrap .tip .tiptext:hover {
    color: rgba(0, 24, 38, 1.0);
  }

}

@media(max-width: 767px) {

}





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

.footer__container {
  max-width: 1480px;
}

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

footer.footer a:hover {
  color: rgba(29, 76, 154, 1.0);
}

.footer_copyright ul li:first-child {
  color: rgba(255, 255, 255, 1.0);
}

.footer_copyright ul li span {
  color: rgba(255, 255, 255, 1.0);
}








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

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

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

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



.blog-post__title {
  color: #E72170;
  font-family:apercu-medium;
  font-size: 32px;
  font-weight: ;
}

.blog-post__author {
  background-color: #1d4c9a;
}

#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);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
  background-color: rgb(236, 236, 236);
}

.hs-blog-listing,
.hs-blog-post {
  background-color: #f6f6f6;
}

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-post__tag-link:hover{
  color: #001725;
}

.blog-post__read-more svg {
  fill: #001725;
}

.blog-post__read-more a:hover svg {
  fill: #001725;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-sidebar a {
  color: #001725;
}

.blog-sidebar a:hover {
  color: #001725;
}

.blog__subscription-block {
  background-color: rgb(236, 236, 236);
}

.post-featured-image {
  max-height: 600px;
}



.blog-post__meta a {
  color: #001725;
}

.blog-post__body, .blog-post__tags a {
  color: #001725;
}

.blog-post__meta a:hover {
  color: #001725
}

.blog-post__links {
  border-top:  2px solid rgb(9, 56, 134);
}

.blog-post__back-to-blog {
  color: #001725;
}

.blog-post__back-to-blog:hover {
  color: #001725;
}

.blog-post__back-to-blog svg {
  fill: #001725;
}

a.blog-post__back-to-blog:hover svg {
  fill: #001725;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(9, 56, 134);
}

.comment.depth-1 {
  border-left: 2px solid rgb(9, 56, 134);
}













body .icon svg {
  fill: #E72170;
}

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

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

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

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







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