/* ******************************************************************************
*********************************************************************************
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 {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (min-width: 576px){
  .page-center,
  .dnd-section > .row-fluid {
    max-width: 539.904px;
  }
}
@media (min-width: 768px){
  .page-center,
  .dnd-section > .row-fluid {
    max-width: 719.91px;
  }
}
@media (min-width: 992px){
  .page-center,
  .dnd-section > .row-fluid {
    max-width: 959.9939999999999px;
  }
}
@media (min-width: 1200px){
  .page-center,
  .dnd-section > .row-fluid {
    max-width: 1140px;
  }
}




body {
  font-weight: 400;
  color: rgba(33, 37, 41, 1.0);
  font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
}

a {
  color: rgba(61, 117, 130, 1.0);
}

a:hover {
  color: rgba(37, 70, 78, 1.0);
}
a:active {
  color: rgba(101, 157, 170, 1.0);
}


h1 {
  color: rgba(33, 37, 41, 1.0);
  font-family: Montserrat, sans-serif;
  font-size: 4.05rem;
  font-weight: 700;
}

h2 {
  color: rgba(33, 37, 41, 1.0);
  font-family: Montserrat, sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
}

h3 {
  color: rgba(33, 37, 41, 1.0);
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

h4 {
  color: rgba(33, 37, 41, 1.0);
  font-family: Montserrat, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
}

h5 {
  color: rgba(33, 37, 41, 1.0);
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

h6 {
  color: rgba(33, 37, 41, 1.0);
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}
@media (max-width:1200px){
  h1 {
    font-size: calc(1.529685rem + 3.36vw);
  }
  h2 {
    font-size: calc(1.39482rem + 1.74vw);
  }
  h3 {
    font-size: calc(1.305rem + 0.66vw);
  }
  h4 {
    font-size: calc(1.2599550000000002rem + 0.12vw);
  }
}
blockquote {
  border-left: 10px solid #F8FAFC;;
}







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

.hs-button,
.button--primary {
  border-radius: 6px;
  border-width: 1px;
  padding-left: 53px;
  padding-right: 53px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(33, 37, 41, 1.0);
  background-color: rgba(33, 37, 41, 1.0);
  outline: none !important;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(65, 66, 76, 1.0);
  background-color: rgba(65, 66, 76, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(73, 77, 81, 1.0);
  border-color: rgba(73, 77, 81, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(33, 37, 41, 1.0);
}

.hs-form legend {
  color: rgba(33, 37, 41, 1.0);
}
input#hs-pwd-widget-password,
input.hs-search-field__input,
form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(209, 214, 220, 1.0);
  color: rgba(33, 37, 41, 1.0);
  border-radius: 3px;
  border-width: 1px;
}
input#hs-pwd-widget-password:focus,
input.hs-search-field__input:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(209, 214, 220, 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: 0.9;
}

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

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

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

.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(33, 37, 41, 1.0);
  color: rgba(33, 37, 41, 1.0);
}

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(33, 37, 41, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(33, 37, 41, 1.0);
}





header.header {
  background-color: rgba(244, 245, 234, 1.0);
}
header.header.scroll-header {
  box-shadow: 2px 2px 2px rgba(244, 245, 234, 0.1);
}
.navbar-collapse .hs-menu-wrapper > ul > li > a {
  color: rgba(28, 55, 60, 1.0);
}
.navbar-collapse .hs-menu-wrapper > ul > li.hovered > a,
.navbar-collapse .hs-menu-wrapper > ul > li.drop-open > a,
.navbar-collapse .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(28, 55, 60, 1.0);
  background-color: rgba(0, 0, 0, 0.0);
}

.navbar-collapse .hs-menu-wrapper > ul > li.active > a,
.navbar-collapse .hs-menu-wrapper > ul > li.active-branch > a {
  color: rgba(0, 0, 0, 0.9500000000000001);
  background-color: rgba(0, 0, 0, 0.0);
}
.navbar-collapse .hs-menu-wrapper > ul ul {
  background-color: rgba(255, 255, 255, 1.0);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.navbar-collapse .hs-menu-wrapper > ul ul li a {
  color: rgba(33, 37, 41, 1.0);
}

.navbar-collapse .hs-menu-wrapper > ul ul li a:hover {
  color:rgba(0, 0, 0, 1.0);
  background-color: rgba(248, 249, 250, 1.0);
}

.navbar-collapse .hs-menu-wrapper > ul ul li.active > a,
.navbar-collapse .hs-menu-wrapper > ul ul li.active-branch > a {
  color: rgba(33, 37, 41, 1.0);
  background-color: rgba(33, 37, 41, 0.0);
}




.footer-bottom-section {
  background-color: rgba(250, 228, 105, 1.0);
  color: rgba(222, 226, 230, 1.0);
}

.footer-middle-section {
  background-color: rgba(250, 228, 105, 1.0);
  color: rgba(28, 55, 60, 1.0);
}
.footer-sitemap .hs-menu-wrapper > ul > li > a {
  color: rgba(28, 55, 60, 1.0);
}
.footer-sitemap .hs-menu-wrapper > ul ul li a {
  color: rgba(28, 55, 60, 1.0);
}

.footer-sitemap .hs-menu-wrapper > ul ul li a:hover {
  color: rgba(28, 55, 60, 1.0);
}
.footer-top-section {
  background-color: rgba(250, 228, 105, 1.0) !important;
  color: rgba(28, 55, 60, 1.0);
}

.footer-top-section .service-column {
  border-right: 1px solid rgba(250, 228, 105, 1.0) !important;
}
.footer-top-section .service-text h6 {
  color: rgba(28, 55, 60, 1.0) !important;
}
.footer-top-section .service-text p {
  color: rgba(28, 55, 60, 1.0) !important;
}
.footer-top-section .service-text a:hover {
  color: rgba(28, 55, 60, 1.0) !important;
}
.footer-social-share ul li a {
  color: rgba(28, 55, 60, 1.0) !important;
}

.footer-social-share ul li a:hover {
  color: rgba(28, 55, 60, 1.0) !important;
}




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

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

.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: rgba(33, 37, 41, 1.0);
}
.blog-pagination__link {
  color: #212529;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: rgba(33, 37, 41, 1.0);
}

.blog-post__title {
  color: #212529;
  font-family:Montserrat;
  font-size: 2.7px;
  font-weight: ;
}

.blog-post__author {
  background-color: rgba(248, 250, 252, 1.0);
}

#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: rgba(255, 255, 255, 1.0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-post__meta a:hover {
  color: #25464e
}

.blog-post__links {
  border-top:  2px solid rgb(13, 17, 21);
}

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

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

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

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

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(13, 17, 21);
}

.comment.depth-1 {
  border-left: 2px solid rgb(13, 17, 21);
}

.section.post-footer .hs-input {
  border-color: rgb(13, 17, 21);
}

.blog-recent-posts {
  background-color: rgba(255, 255, 255, 1.0);
}











body .icon svg {
  fill: #212529;
}

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

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

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

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 {
  margin: 0 auto;
}




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


/* SEO fixes start */
@media only screen and (max-width: 767px) {
  .footer-social-share ul li a {
    min-width: 48px;
    min-height: 48px;
    display: inline-block;
  }
  .footer-left-column ul li a {
    min-width: 48px;
    min-height: 48px;
    display: inline-block;
  }
}


.table-wrap { 
  position: relative;  
  overflow-x: auto;
  margin: 0 0 15px;
}
.table-wrap table {
  width: 767px !important;
}
.hs_cos_wrapper_type_rich_text span > a {
  display: inline-block;
  vertical-align: top;
}

.body-wrapper {
  overflow: hidden;
}