/* ******************************************************************************
*********************************************************************************
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 {
  padding-bottom: 50px;
  padding-top: 50px;
}

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





body {
  font-family: proxima-nova;
  font-weight: 300;
  color: rgba(39, 36, 50, 1.0);
  font-size: 16px;
}

a {
  color: rgba(232, 65, 56, 1.0);
}

a:hover,
a:focus {
  color: rgba(167, 27, 19, 1.0);
}

a:active {
  color: rgba(255, 105, 96, 1.0);
}

h1 {
  font-family: proxima-nova;
  font-size: 2.125rem;
  font-weight: 500;
  color: rgba(39, 36, 50, 1.0);
}

@media(max-width: 767px) {
  h1 {
    font-size: 1.7999999999799998rem;
  }
}

h2 {
  font-family: proxima-nova;
  font-size: 2.125rem;
  font-weight: 500;
  color: rgba(39, 36, 50, 1.0);
}

@media(max-width: 767px) {
  h2 {
    font-size: 1.7999999999799998rem;
  }
}

h3 {
  font-family: proxima-nova;
  font-size: 1.75rem;
  font-weight: 500;
  color: rgba(39, 36, 50, 1.0);
}

h4 {
  font-family: proxima-nova;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(39, 36, 50, 1.0);
}

h5 {
  font-family: proxima-nova;
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(39, 36, 50, 1.0);
}

h6 {
  font-family: proxima-nova;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(39, 36, 50, 1.0);
}

blockquote {
  border-color: rgba(248, 250, 252, 1.0);
}





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

.hs-button,
.button--primary {
  background-color: rgba(232, 65, 56, 1.0);
  border-color: rgba(232, 65, 56, 1.0);
  border-radius: 4px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 6px;
  padding-bottom: 6px;
}

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

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 105, 96, 1.0);
  border-color: rgba(255, 105, 96, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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

form input,
form select,
form textarea,
.hs-input {
  border-width: 1px;
  border-radius: 4px;
  color: rgba(73, 80, 87, 1.0);
  border-color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(232, 65, 56, 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: #272432;
}

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

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

.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, 0.0);
  border: 1px solid rgba(204, 204, 204, 1.0);
  color: rgba(39, 36, 50, 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(0, 0, 0, 1.0);
}

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





.custom-header {
  border-color: rgba(232, 65, 56, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

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

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

.custom-menu-primary .navigation-primary > ul > li > a {
  color: rgba(39, 36, 50, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li:hover > a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(147, 145, 152, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li.active-branch > a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(147, 145, 152, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > .dropdown-menu > ul {
  border-color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > .dropdown-menu > ul > li.first > ul > li {
  border-color: rgba(255, 255, 255, 1.0);
  background-color: rgba(221, 221, 221, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > .dropdown-menu > ul > li.first > ul > li > a {
  color: rgba(39, 36, 50, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > .dropdown-menu > ul > li.second > ul > li.blank > ul > li.blank > ul > li:not(:first-child) > a {
  color: rgba(39, 36, 50, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > .dropdown-menu > ul > li.second > ul > li.blank:hover > ul > li.blank > ul > li:not(:first-child) > a {
  color: rgba(232, 65, 56, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > .dropdown-menu > ul > li.second > ul > li:not(:last-child) > ul > li:last-child > a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(145, 145, 145, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > .dropdown-menu > ul > li.second > ul > li:not(:last-child):hover > ul > li:last-child > a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(232, 65, 56, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > .dropdown-menu > ul > li.second > ul > li:hover:before, 
.custom-menu-primary .navigation-primary > ul > li > .dropdown-menu > ul > li.second > ul > li:hover:after {
  border-color: rgba(232, 65, 56, 1.0);
}





.custom-footer {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(39, 36, 50, 1.0);
}

.col-footer h3, .social-wrp h4 {
  color: rgba(255, 255, 255, 1.0);
}

.custom-footer-address p a,
.col-footer .hs-menu-wrapper > ul > li > a {
  color: rgba(255, 255, 255, 1.0);
}

.custom-footer-address p a:hover,
.col-footer .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(255, 255, 255, 1.0);
}

.social a {
  color: rgba(232, 65, 56, 1.0);
}

.social .fa-inverse {
  color: rgba(255, 255, 255, 1.0);
}

.social a:hover {
  color: rgba(167, 27, 19, 1.0);
}

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





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

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

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

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

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

.blog-pagination__link {
  color: #272432;
}

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

.blog-post__title {
  color: #272432;
  font-family:proxima-nova;
  font-size: 2.125px;
  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: #FFFFFF;
}

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

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

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

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

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

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

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

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

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

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

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

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

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

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

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

.comment.depth-0 {
  border-top: 2px solid rgb(228, 230, 232);
}

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

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

.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,
.content-wrapper,
.dnd-section > .row-fluid {
  margin: 0 auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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


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

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




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