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

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

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




/* html {
font-size: ;
} */

body {
  color: #506265;
  font-family: Gotham-Book;
  font-size: 16px;
  font-weight: 400;
}


.body-container-wrapper li{
  font-weight: 400
}

p {
  font-family: Gotham-Book;
  font-weight: 400
}

a {
  font-family: Gotham-Book;
  color: rgba(0, 188, 212, 1.0);
}

a:hover,
a:focus {
  color:#00bcd4;
}

a:active {
  color: rgba(40, 228, 252, 1.0);
}

h1 {
  color: #003b3d;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
}


h2 {
  color: #003b3d;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
}


h3 {
  color: #003b3d;
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 700;
}


h4 {
  color: #003b3d;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
}


h5 {
  color: #003b3d;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
}

h6 {
  color: #003b3d;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
}

/* blockquote {
border-left: 10px solid ;;
}
*/




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

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

.hs-button,
.button--primary {
  background-color: rgba(0, 188, 212, 1.0);
  border-color: rgba(0, 188, 212, 1.0);
  border-radius: 0px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #00a4b0;
  border-color: #00a4b0;
  color: #fff;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(40, 228, 252, 1.0);
  border-color: rgba(40, 228, 252, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(0, 59, 61, 1.0);
}

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

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select,
.hs-input {
  border-color: rgba(0, 59, 61, 1.0);
  border-radius: 2px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus,
.hs-input:focus{
  border-color: rgba(0, 188, 212, 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: #506265;
}

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

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

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

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

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





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

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(73, 74, 82, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(73, 74, 82, 1.0);
}





.header-top {
  background-color: rgba(230, 238, 230, 1.0);
  color: rgba(0, 59, 61, 1.0);
}
.header-top  a{
  color: rgba(0, 59, 61, 1.0);
}
.header-top  a:hover{
  color: rgba(0, 59, 61, 1.0);
}
.top-menu-wrap .hs-menu-wrapper>ul>li>a{
  color: rgba(3, 53, 60, 1.0);
}
.top-menu-wrap .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(3, 53, 60, 1.0);
}
.header-phone a{
  color: rgba(0, 59, 61, 1.0);
}
.button-top-header a.dark-green{
  background-color: rgba(0, 59, 61, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.button-top-header a.dark-green:hover{
  background-color: rgba(0, 188, 212, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.button-top-header a.contact{
  background-color: rgba(0, 188, 212, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.button-top-header a.contact:hover{
  background-color: rgba(0, 188, 212, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.top-menu-wrap .hs-menu-wrapper>ul>li>ul>li>a{
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(3, 53, 60, 1.0);
}
.top-menu-wrap .hs-menu-wrapper>ul>li>ul>li>a:hover{
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(3, 53, 60, 1.0);
}
.header-group {
  background-color: rgba(230, 238, 230, 1.0);
}

.header__container {
  max-width: 1500px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: rgba(3, 53, 60, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: rgba(0, 188, 212, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
  color: rgba(0, 59, 61, 1.0);
  background-color: rgba(3, 53, 60, 0.0);
}

.custom-menu-primary .hs-menu-wrapper > ul >li >ul{
  background-color: rgba(255, 255, 255, 1.0); 
}
.mega-description-group .mega-menu-title{
  color: rgba(0, 59, 61, 1.0);
}
.mega-menu-description{
  color: rgba(112, 112, 112, 1.0);
}
.mega-menu-description:hover{
  color: rgba(112, 112, 112, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

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





.top-footer {
  background-color: rgba(230, 238, 230, 1.0);
  color: #003B3D;
}
.bottom-footer {
  background-color: rgba(255, 255, 255, 1.0);
}
.top-footer-row .footer-col h4{
  color: rgba(0, 59, 61, 1.0);
}
.top-footer-row .footer-col .hs-menu-wrapper ul>li>a,
.footer-left .cm-menu-footer-menu ul>li>a{
  color: rgba(0, 59, 61, 1.0);
}
.top-footer-row .footer-col .hs-menu-wrapper ul>li>a:hover,
.footer-left .cm-menu-footer-menu ul>li>a:hover{
  color: rgba(0, 188, 212, 1.0);
}
.copyrights p{
  color: rgba(0, 59, 61, 1.0);
}
.footer-info-item.social-icon ul.social-links>li>a{
  background-color: rgba(204, 212, 204, 1.0);
}
.footer-info-item.social-icon ul.social-links>li>a:hover{
  background-color: rgba(0, 59, 61, 1.0);
}
.social-links li i{
  color: rgba(255, 255, 255, 1.0);
}

.footer__container {
  max-width: 1500px;
}





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

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

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

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

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

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

.blog-pagination__link {
  color: #506265;
}

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

.blog-post__title {
  color: #003b3d;
  font-family:Montserrat;
  font-size: 32px;
  font-weight: ;
}

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

#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(238, 240, 242);
}

/* .hs-blog-listing,
.hs-blog-post {
background-color: ;
} */

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

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

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

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

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

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

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

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

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

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

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

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

.blog-post__meta a:hover {
  color: #00bcd4
}

.blog-post__links {
  border-top:  2px solid rgb(210, 218, 210);
}

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

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

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

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

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

.comment.depth-1 {
  border-left: 2px solid rgb(210, 218, 210);
}

.section.post-footer .hs-input {
  border-color: rgb(210, 218, 210);
}

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










body .icon svg {
  fill: #003B3D;
}

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

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

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

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

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




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