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

/* Test */

















.body-wrapper {
  max-width: 1280px;
}

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

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





body {
  font-weight: 400;
  color: rgba(35, 31, 32, 1.0);
  font-family: Lato, sans-serif;
  font-size: 1.4rem;
}

a {
  color: rgba(5, 195, 221, 1.0);
}

a:hover,
a:focus {
  color: rgba(215, 62, 39, 1.0);
}

a:active {
  color: rgba(215, 62, 39, 1.0);
}

h1 {
  color: rgba(230, 60, 47, 1.0);
  font-family: Montserrat, sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
}
@media (max-width:640px){
  h1 {
    font-size: 2.1rem;
  } 
}
h2 {
  color: rgba(230, 60, 47, 1.0);
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

h3 {
  color: rgba(230, 60, 47, 1.0);
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}


h4 {
  color: rgba(230, 60, 47, 1.0);
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

h5 {
  color: rgba(230, 60, 47, 1.0);
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

h6 {
  color: rgba(230, 60, 47, 1.0);
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}






form, 
.submitted-message {
  border: 0px solid;
  border-color: rgba(153, 153, 153, 0.0) ;
  background-color: rgba(255, 255, 255, 0.0);
  font-family: Lato, sans-serif;
  padding: 15px 0;
}

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

.hs-button, 
.button--primary {
  background-color: rgba(215, 62, 39, 1.0);
  border-radius: 0px;
  border-bottom: 1px solid;
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(215, 62, 39, 1.0);
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.hs-button:hover, .button--primary:hover {
  background-color: rgba(215, 62, 39, 0.8);
  border-color: rgba(215, 62, 39, 1.0);
  color: rgba(255, 255, 255, 1.0);
}


.hs-button:focus, .button--primary:focus  {
  background-color: rgba(215, 62, 39, 0.8);
  border-color: rgba(215, 62, 39, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active, .button--primary:active  {
  background-color: rgba(215, 62, 39, 0.8);
  border-color: rgba(215, 62, 39, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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

form#email-prefs-form div,
form#email-prefs-form p,
form#email-prefs-form h1,
form#email-prefs-form h2,
form#email-prefs-form span {
  color: rgba(102, 102, 102, 1.0);
}


a#hs_login_reset {
  color: rgba(102, 102, 102, 1.0);
}

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

body form .hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea {
  border-bottom: 0px solid;
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(204, 204, 204, 1.0);
  color: rgba(34, 34, 34, 1.0);
  border-radius: 0.5px;
}

form .field:first-child .input input {
  border-top: 0px solid;
  border-color: rgba(204, 204, 204, 1.0);
}

body form .hs-input:hover, 
body form .hs-search-field__input:hover,
body form select:hover,
body form #hs-pwd-widget-password:hover,
body form textarea:hover {
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(34, 34, 34, 1.0);
}

body form .hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
  border-color: rgba(255, 255, 255, 1.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #231F20;
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, 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-color: rgba(204, 204, 204, 1.0);
  color: rgba(35, 31, 32, 1.0);
}

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(35, 31, 32, 1.0);
}

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





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

.utilityNavWrapper {
  background-color: rgba(238, 238, 238, 1.0);
}
.utilityNav li:after {
  color: rgba(35, 31, 32, 1.0);
}
.utilityNavWrapper a {
  color: rgba(35, 31, 32, 1.0);
}

.utilityNavWrapper a:hover {
  color: rgba(215, 62, 39, 1.0);
}

.custom-menu-primary {
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: rgba(5, 103, 116, 1.0);
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li > a.active-item {
  color: rgba(215, 62, 39, 0.8);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary ul ul {
  background-color: rgba(238, 238, 238, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul ul li>a {
  color: rgba(224, 60, 49, 1.0);
}

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

.navigation-primary .hs-menu-wrapper>ul>li:not(:last-child):after{
  color: rgba(5, 195, 221, 1.0);
}

.navigation-primary .hs-menu-wrapper>ul ul li {
  border-bottom: 1px solid rgba(204, 204, 204, 1.0);
}




.site-footer{
  background-color: rgba(80, 78, 81, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

.site-footer a:hover {
  color: rgba(215, 62, 39, 1.0);
}

.site-footer h6 {
  color: rgba(0, 193, 222, 1.0);
}
.site-footer .company_info {
  width: 66.66667%;
  border-top: 1px solid rgba(120, 126, 132, 1.0);
  border-bottom: 1px solid rgba(120, 126, 132, 1.0);
}




.content-wrapper {
  max-width: 1280px;
  padding-bottom: 40px;
  padding-top: 40px;
}

.blog-post__date {
  border-color: #231F20;
}

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

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

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

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

.blog-pagination__link {
  color: #231F20;
}

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

.blog-post__title {
  color: #E63C2F;
  font-family:Montserrat, sans-serif;
  font-size: 2px;
  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(#null);
}

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

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

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

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

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

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

.blog-sidebar a {
  color: #231F20;
}

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

.blog__subscription-block {
  background-color: rgb(#null);
}

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

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

.blog-post__meta a {
  color: #231F20;
}

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

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

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

.blog-post__back-to-blog {
  color: #231F20;
}

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

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

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

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

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

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

.blog-recent-posts {
  background-color: rgb(#null);
}










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: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}