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

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #d791aa;
}
.page-center {
  max-width: 1471px;
}




html {
  font-size: 15;
}

body {
  color: #292929;
  font-family: arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
}

p {
  /*   font-family: arial, helvetica, sans-serif; */
} 

a {
  color: rgba(83, 121, 218, 1.0);
  border-color: rgba(83, 121, 218, 0.3) ;
}

a:hover,
a:focus {
  color: rgba(29, 68, 166, 0.89);
  border-color: rgba(83, 121, 218, 0.15) ;
}

a:active {
  color: rgba(123, 161, 255, 1.0);
}

h1 {
  color: #040411;
  font-family: arial, helvetica, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

@media(max-width: 640px) {
  h1 {
    font-size: 18.66666666655px;
  }
}

h2 {
  color: #040411;
  font-family: arial, helvetica, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

@media(max-width: 640px) {
  h2 {
    font-size: 21.212121212px;
  }
}

h3 {
  color: #292929;
  font-family: arial, helvetica, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

@media(max-width: 640px) {
  h3 {
    font-size: 17.849999999999998px;
  }
}

h4 {
  color: #292929;
  font-family: arial, helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

@media(max-width: 640px) {
  h4 {
    font-size: 15.299999999999999px;
  }
}

h5 {
  color: #292929;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

h6 {
  color: #292929;
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
}






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

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

.hs-button,
.button--primary {
  background-color: rgba(0, 175, 170, 1.0);
  border-color: rgba(0, 0, 0, 1.0);
  color: rgba(0, 0, 0, 1.0);
  border-radius: 0px;
  border-width: 1px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 14px;
  padding-bottom: 14px;
}

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

.hs-button:active,
.button--primary:active {
  background-color: rgba(40, 215, 210, 1.0);
  border-color: rgba(40, 40, 40, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

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

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

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

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(195, 195, 195, 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: #292929;
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: arial, helvetica, sans-serif;
}

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

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

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





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

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

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

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





header.header {
  background-color: rgba(0, 175, 170, 1.0);
}

.header__container {
  max-width: 1471px;
}
@media (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: rgba(0, 0, 0, 1.0);
  }

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

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

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

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

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

  .header_contact_btn_sec a {
    background-color: rgba(0, 175, 170, 1.0);
    border-color: rgba(0, 0, 0, 1.0);
    color: rgba(0, 0, 0, 1.0);
  }

  .header_contact_btn_sec a:hover {
    background-color: rgba(0, 0, 0, 1.0);
    border-color: rgba(0, 0, 0, 1.0);
    color: rgba(255, 255, 255, 1.0);
  }



}

@media(max-width: 767px) {

}





footer.footer {
  background-color: rgba(0, 175, 170, 1.0);
}

.footer__container {
  max-width: 1471px;
}

footer.footer h5 {
  color: rgba(0, 0, 0, 1.0);
}


footer.footer a {
  color: rgba(0, 0, 0, 1.0);
  border-color: rgba(68, 68, 68, 0.3);
}

footer.footer a:hover {
  color: rgba(68, 68, 68, 0.6);
  border-color: rgba(68, 68, 68, 0.15);
}

.footer_copyright {
  color: rgba(0, 0, 0, 1.0);
}






.content-wrapper {
  max-width: 1471px;
  padding-bottom: 66px;
  padding-top: 66px;
}

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

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

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

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

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

.blog-pagination__link {
  color: #292929;
}

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

.blog-post__title {
  color: #040411;
  font-family:arial, helvetica, sans-serif;
  font-size: 25px;
  font-weight: ;
}

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

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

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

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

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

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

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




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