/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

















@media (min-width: 1200px) {
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    max-width: 1170px;
  }
}

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

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





html {
  font-size: 16;
}

body {
  color: #3a3a3a;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
}



p {
  font-family: Poppins;
}

a {
  color: rgba(40, 161, 148, 1.0);
}

a:hover,
a:focus {
  color: rgba(68, 68, 68, 1.0);
}

@media (min-width: 1201px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px; 
  }
}


h1 {
  color: #333333;
  font-family: Josefin Sans;
  font-weight: 300;
}

h2 {
  color: #333333;
  font-family: Josefin Sans;
  font-weight: 700;
}

h3 {
  color: #000000;
  font-family: Poppins;
  font-weight: 600;
}

h4 {
  color: #333333;
  font-family: Poppins;
  font-weight: 600;
}

h5 {
  color: #333333;
  font-family: Poppins;
  font-weight: 400;
}

h6 {
  color: #333333;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 300;
}







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

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

form .hs-button,
form .button--primary,
.error-page .hs-button,
.request-a-demo-button .hs-button {
  background-color: rgba(250, 199, 72, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(0, 0, 0, 1.0);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.hs-button:hover,
.button--primary:hover {
  background-color: rgba(250, 199, 72, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}


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

.hs-form legend {
  color: rgba(203, 212, 217, 1.0);
}

form .hs-input,
form select,
form textarea {
  border-color: rgba(255, 255, 255, 1.0);
  background-color: rgba(238, 242, 247, 1.0);
  color: ;
  border-radius: 0px;
}

form .hs-input:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(#b7cbcec4, 0.0);
}

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

input:-moz-placeholder,
input::-webkit-input-placeholder {
  color: #3a3a3a;
}


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

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

.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(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-section {
  background-color: rgba(0, 0, 0, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
}

.header-top-section ul li a {
  color: rgba(150, 150, 150, 1.0);
}

.header-top-section ul li a:hover {
  color: rgba(150, 150, 150, 1.0);
}

.header-top-section ul li:first-child a {
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 204, 0, 1.0);
}

.header-top-section ul li:first-child a:hover {
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 204, 0, 1.0);
}

.header-bottom-section {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(255, 255, 255, 0.0);
}

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

body .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
body .custom-menu-primary .hs-menu-wrapper > ul > li:focus > a {
  color: rgba(75, 180, 57, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(75, 180, 57, 1.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: rgba(233, 235, 241, 1.0);
}

@media (min-width: 767px) {
  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    border-color: rgba(75, 180, 57, 1.0);
  }

  .fixed .header-bottom-section,
  .no-banner .header-bottom-section{
    background-color: rgba(255, 255, 255, 1.0);
  }

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

body .custom-menu-primary .hs-menu-wrapper > ul ul a {
  color: rgba(51, 51, 51, 1.0);
  border-color: rgba(150, 172, 183, 1.0);
}

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

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

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







.footer-top-section {
  background-color: rgba(233, 235, 241, 0.5);
  color: rgba(102, 102, 102, 1.0);
}

.footer-top-section a {
  color: rgba(43, 43, 43, 1.0);
}

.footer-top-section a:hover {
  color: rgba(26, 128, 182, 1.0);
}

.footer-top-content > div {
  border-color: rgba(204, 204, 204, 1.0);
}

.footer-bottom-section {
  color: rgba(102, 102, 102, 1.0);
  background-color: rgba(238, 242, 247, 1.0);
}

.footer-copyright a {
  color: rgba(102, 102, 102, 1.0);
}

.footer-copyright a:hover {
  color: rgba(184, 184, 184, 1.0);
}

.footer-top-content h3 {
  color: rgba(51, 60, 78, 1.0);
}


.footer .footer-button a {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  background-color: rgba(68, 180, 57, 1.0);
}

.footer .footer-button a:hover {
  color: rgba(193, 255, 133, 1.0);
  border-color: rgba(193, 255, 133, 1.0);
  background-color: rgba(3, 147, 0, 1.0);
}

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

.footer-social-icon a:hover {
  color: rgba(255, 255, 255, 1.0);
}








.blog-post__date {
  border-color: #3a3a3a;
}


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


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

.blog-post__title {
  color: #333333;
  font-family:Josefin Sans;
  font-size: 40px;
  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);
}










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





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