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

.dnd-section {
  padding: 80px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center {
  max-width: 1480px;
}
@media (max-width:1024px){
  .body-wrapper .dnd-section {
    padding: 30.0px;
  }
}
@media (max-width:767px){
  .body-wrapper .dnd-section {
    padding: 10.0px;
  }
}





body {
  color: #051A4C;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300
}


a {
  font-family: Montserrat;
  color: rgba(230, 43, 89, 1.0);
  cursor: pointer;
}

a:hover,
a:active {
  color:rgba(51, 51, 102, 1.0);
}


h1 {
  color: #051A4C;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 500;
}


h2 {
  color: #051A4C;
  font-family: Montserrat, sans-serif;
  font-size: 37px;
  font-weight: 500;
}


h3 {
  color: #051A4C;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 500;
}


h4 {
  color: #051A4C;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}


h5 {
  color: #051A4C;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

h6 {
  color: #051A4C;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

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





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

h3.form-title {
  background-color: rgba(248, 250, 252, 0.0);
  color: rgba(5, 26, 76, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(226, 40, 82, 1.0);
  border-color: rgba(231, 35, 89, 1.0);
  border-radius: 12px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color:rgba(255, 255, 255, 1.0);
  border-color:rgba(231, 35, 89, 1.0);
  color: rgba(231, 35, 89, 1.0);
}


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

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

form input,
form select,
form textarea,
.hs-input,
.hs-search-field__input{
  border-color: rgba(248, 250, 252, 0.0);
  color: ;
  border-radius: 9.6px;
  background: rgba(238, 238, 238, 1.0);
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-search-field__input:focus{
  border-color: rgba(248, 250, 252, 0.0);
}

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



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

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

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

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

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

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













.header-top-wrap {
  background-color: rgba(5, 26, 76, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.header-top-wrap h1,
.header-top-wrap h2,
.header-top-wrap h3,
.header-top-wrap h4,
.header-top-wrap h5,
.header-top-wrap h6{
  color: rgba(255, 255, 255, 1.0);
}
.header-top-wrap .content ul li a{
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(246, 246, 246, 1.0);
  background-color: rgba(5, 26, 76, 1.0);
}
.header-top-wrap .content ul li a:hover{
  color: rgba(231, 35, 89, 1.0);
  border-color: rgba(246, 246, 246, 1.0);
  background-color: rgba(5, 26, 76, 1.0);
}
.header-top-wrap .content ul li:last-child a{
  background-color: rgba(230, 43, 89, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(226, 40, 82, 1.0);
}
.header-top-wrap .content ul li:last-child a:hover{
  background-color: rgba(230, 43, 89, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(226, 40, 82, 1.0);
}


.header-bottom-wrap{
  background-color: rgba(255, 255, 255, 1.0);
}
.header-bottom-wrap .content .hs-menu-wrapper > ul > li > a{
  color: rgba(5, 26, 76, 1.0);
}
.header-bottom-wrap .content .hs-menu-wrapper > ul > li > a:hover,
.header-bottom-wrap .content .hs-menu-wrapper > ul > li:hover > a{
  color: rgba(226, 40, 82, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.header-bottom-wrap .content .hs-menu-wrapper > ul > li.active > a,
.header-bottom-wrap .content .hs-menu-wrapper > ul > li.active > a:hover{
  color: rgba(226, 40, 82, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.header-bottom-wrap .content .hs-menu-wrapper > ul > li > a:hover:after,
.header-bottom-wrap .content .hs-menu-wrapper > ul > li:hover > a:after {
  background-color: rgba(226, 40, 82, 1.0);
}
.header-bottom-wrap .content .hs-menu-wrapper > ul > li.active > a:hover:after,
.header-bottom-wrap .content .hs-menu-wrapper > ul > li.active > a:after{
  background-color: rgba(226, 40, 82, 1.0);
}
.header-bottom-wrap .content .hs-menu-wrapper > ul > li > ul,
.header-bottom-wrap .content .hs-menu-wrapper > ul ul{
  background-color: rgba(255, 255, 255, 1.0);
}
.header-bottom-wrap .content .hs-menu-wrapper > ul > li > ul > li > a,
.header-bottom-wrap .content .hs-menu-wrapper > ul ul li > a{
  color: rgba(255, 255, 255, 1.0);
}
.header-bottom-wrap .content .hs-menu-wrapper > ul > li > ul > li > a:hover,
.header-bottom-wrap .content .hs-menu-wrapper > ul ul li > a:hover{
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}
.header-bottom-wrap .content .hs-menu-wrapper > ul > li > ul > li.active > a:hover,
.header-bottom-wrap .content .hs-menu-wrapper > ul > li > ul > li.active-branch > a:hover,
.header-bottom-wrap .content .hs-menu-wrapper > ul > li > ul > li.active > a,
.header-bottom-wrap .content .hs-menu-wrapper > ul > li > ul > li.active-branch > a,
.header-bottom-wrap .content .hs-menu-wrapper > ul ul li.active > a:hover,
.header-bottom-wrap .content .hs-menu-wrapper > ul ul li.active-branch > a:hover,
.header-bottom-wrap .content .hs-menu-wrapper > ul ul li.active > a,
.header-bottom-wrap .content .hs-menu-wrapper > ul ul li.active-branch > a{
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}


/* Fixed Header */
.fixed-header-wrap .header-column.col-right a,
.fixed-header-wrap.mobile .header-column.col-center a{
  background: rgba(230, 43, 89, 0.0);
  border-color: rgba(230, 43, 89, 1.0);
  color:  rgba(230, 43, 89, 1.0);
}
.fixed-header-wrap .header-column.col-right a:hover,
.fixed-header-wrap.mobile .header-column.col-center a:hover{
  background:  rgba(230, 43, 89, 1.0);
  border-color: rgba(230, 43, 89, 1.0);
  color:  rgba(255, 255, 255, 1.0);
}
.fixed-header-wrap{
  background:  rgba(255, 255, 255, 1.0);
}
@media (min-width: 1025px){
  .fixed-header-wrap .hs-menu-wrapper > ul > li > a {
    color:  rgba(5, 26, 76, 1.0);
  }
  .fixed-header-wrap .hs-menu-wrapper > ul > li > a:hover {
    color:  rgba(5, 26, 76, 1.0);
    background-color:  rgba(255, 255, 255, 0.0);
  }
  .fixed-header-wrap .hs-menu-wrapper > ul > li > a:after {
    background:  rgba(226, 40, 82, 1.0);
  }
  .fixed-header-wrap .hs-menu-wrapper > ul > li.active > a:hover,
  .fixed-header-wrap .hs-menu-wrapper > ul > li.active > a{
    color:  rgba(5, 26, 76, 1.0);
    background-color:  rgba(255, 255, 255, 0.0);
  }
  .fixed-header-wrap .hs-menu-wrapper > ul > li.active > a:after {
    background:  rgba(226, 40, 82, 1.0);
  }
}



.footer-top-wrapper {
  background-color: rgba(5, 26, 76, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer-top-wrapper h1,
.footer-top-wrapper h2,
.footer-top-wrapper h3,
.footer-top-wrapper h4,
.footer-top-wrapper h5,
.footer-top-wrapper h6,
.our-address li span.our-address-text,
.footer-top-column.col-5 .social-links-title{
  color: rgba(255, 255, 255, 1.0);
}
.footer-top-wrapper a{
  color: rgba(255, 255, 255, 1.0);
}
.footer-top-wrapper a:hover{
  color: rgba(230, 43, 89, 1.0);
}

.footer-top-wrapper li.active > a{
  color: rgba(230, 43, 89, 1.0);
}
.our-address li i {
  color: rgba(231, 35, 89, 1.0);
}
.our-address li {
  color: rgba(51, 51, 51, 1.0);
}
.footer-top-column.col-5 .social-links-bottom a i{
  color: rgba(255, 255, 255, 1.0);
}
.footer-top-column.col-5 .social-links-bottom a:hover i{
  color: rgba(231, 35, 89, 1.0);
}
.our-address li:last-child a{
  color: rgba(230, 43, 89, 1.0);

}
.our-address li:last-child a:hover{
  color: rgba(51, 51, 102, 1.0);

}
.our-address li a span.our-address-text{
  color: rgba(255, 255, 255, 1.0);

}
.our-address li a:hover span.our-address-text{
  color: rgba(255, 255, 255, 1.0);

}
.footer-bottom-wrapper {
  background-color: rgba(5, 26, 76, 1.0);
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(39, 58, 104, 1.0);
}
.footer-bottom-wrapper h1,
.footer-bottom-wrapper h2,
.footer-bottom-wrapper h3,
.footer-bottom-wrapper h4,
.footer-bottom-wrapper h5,
.footer-bottom-wrapper h6,
.footer-bottom-column{
  color: rgba(255, 255, 255, 0.5);
}
.footer-bottom-column-wrap a,
.footer-bottom-column.col-2 .hs-menu-wrapper > ul li a{
  color: rgba(255, 255, 255, 0.5);
}
.footer-bottom-column-wrap a:hover,
.footer-bottom-column.col-2 .hs-menu-wrapper > ul li a:hover{
  color: rgba(255, 255, 255, 0.5);
}







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

.blog-post__date {
  border-color: #051A4C;
}

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

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

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

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

.blog-pagination__link {
  color: #051A4C;
}

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

.blog-post__title {
  color: #051A4C;
  font-family:Montserrat;
  font-size: 37px;
  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);
}

/*             Blog Grid Listing and Post styles            */

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

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

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

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

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

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

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

.blog-sidebar a {
  color: #051A4C;
}

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

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

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

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-post__meta a {
  color: #051A4C;
}

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

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

.blog-post__links {
  border-top:  2px solid rgb(228, 230, 232);
}

.blog-post__back-to-blog {
  color: #051A4C;
}

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

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

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

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(228, 230, 232);
}

.comment.depth-1 {
  border-left: 2px solid rgb(228, 230, 232);
}

.section.post-footer .hs-input {
  border-color: rgb(228, 230, 232);
}

.blog-recent-posts {
  background-color: rgb(242, 242, 242);
}










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

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




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