/* ******************************************************************************
*********************************************************************************
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 > .row-fluid {
  max-width: 100%;
}




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

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

.page-center {
  max-width: 100%;
}






body {
  color: #555;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
}


a {
  color: rgba(85, 85, 85, 1.0);
}

a:hover {
  color: rgba(85, 85, 85, 1.0);
}
a:active {
  color: rgba(125, 125, 125, 1.0);
}

h1 {
  color: #4a557d;
  font-family: Montserrat, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
}


h2 {
  color: #4a557d;
  font-family: Montserrat, sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
}



h3 {
  color: #4a557d;
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
  font-weight: 700;
}

h4 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1.75vw;
  font-weight: 500;
}



h5 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
}

h6 {
  color:  #72bf44;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 700;
}





form,
.submitted-message {
  font-family: Montserrat, sans-serif;
}

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


.hs-button,
.button--primary {
  background-color: rgba(74, 85, 125, 1.0);
  border-color: rgba(0, 144, 186, 1.0);
  border-radius: 20px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 29px;
  padding-right: 29px;
  padding-top: 7px;
  padding-bottom: 7px;
}

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

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

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

input[type=text],
input[type=password],
form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(242, 242, 242, 1.0);
  border-radius: 20vw;
}
input[type=text]:focus,
input[type=password]:focus,
form input,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(242, 242, 242, 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: #555;
}

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

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

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

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

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

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





.header-wrap{
  background-color:  rgba(255, 255, 255, 1.0);
}

.menu-icon{
  color: rgba(114, 191, 68, 1.0);
}


.menu-wrapper nav>ul>li>a{
  color: rgba(85, 85, 85, 1.0);
}

.menu-wrapper nav>ul>li>a.active-branch{
  color: rgba(85, 85, 85, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}


.menu-wrapper nav>ul>li:hover>a{
  color: rgba(85, 85, 85, 1.0);
}

.menu-wrapper nav>ul>li:hover{
  background-color: rgba(255, 255, 255, 0.0);
}

.menu-wrapper .submenu.level-2{
  background-color: rgba(255, 255, 255, 1.0);
}

.menu-wrapper ul ul li a {
  color: rgba(34, 34, 34, 1.0);
}

.menu-wrapper ul ul li a.active-branch{
  color: rgba(0, 130, 243, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}


.menu-wrapper ul ul li a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(109, 204, 65, 1.0);
}

.custom-menu-primary nav>ul>li.hs-contact-sales>a{
  background-color: rgba(114, 191, 68, 1.0);
  color: rgba(247, 244, 244, 1.0);
}

.custom-menu-primary nav>ul>li.hs-contact-sales>a:hover{
  background-color: rgba(114, 191, 68, 1.0);
  color: rgba(247, 244, 244, 1.0);
}






.footer__container {
  max-width: 100%;
}


footer.footer{
  color: rgba(85, 85, 85, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(114, 191, 68, 1.0);
}

.footer-form:after{
  border-top-color:rgba(114, 191, 68, 1.0);
}

footer.footer a{
  color: rgba(94, 94, 94, 1.0);
}

footer.footer a:hover{
  color: rgba(94, 94, 94, 1.0);
}

footer.footer h3,
.footer-menu nav>ul>li>a{
  color: rgba(85, 85, 85, 1.0) !important;
}


.footer-form .hs-button {
  color: rgba(255, 255, 255, 1.0) !important;
  background-color: rgba(114, 191, 68, 1.0) !important;
}

.footer-form .hs-button:hover{
  color: rgba(255, 255, 255, 1.0) !important;
  background-color: rgba(114, 191, 68, 1.0) !important;
}


.footer-form .hs-input {
  color: rgba(51, 51, 51, 1.0) !important;
  background-color: rgba(85, 85, 85, 0.14) !important;
}

.footer-form p {
  color: rgba(94, 94, 94, 1.0) !important;
}







.content-wrapper {
  max-width: 100%;
}



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

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

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

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

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

.blog-pagination__link {
  color: #555;
}

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

.blog-post__title {
  color: #4a557d;
  font-family:Montserrat, sans-serif;
  font-size: 2.5px;
  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(245, 245, 245);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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










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




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


body .social-links__icon {
  background-color: transparent !important;

}