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


@media only screen and (min-width: 1350px){
  .dnd-section {
    padding-bottom: 54px;
    padding-top: 54px;
  }
}

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




html {
  font-size: 16;
}

body {
  color: #666;  font-family: Open Sans;
  font-weight: 500;
  font-size: 16px;
}


a {
  color: rgba(205, 92, 92, 1.0);
}

a:hover {
  color: rgba(205, 92, 92, 1.0);
}
a:active {
  color: rgba(245, 132, 132, 1.0);
}

h1 {
  color: #333;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 500;
}
h1 a{
  color: #333;
}

h2, .h2 {
  color: #333;
  font-family: Montserrat;
  font-size: 27px;
  font-weight: 700;
}


h3 {
  color: #333;
  font-family: Lato;
  font-size: 22px;
  font-weight: 500;
}



h4 {
  color: #333;
  font-family: Lato;
  font-size: 18px;
  font-weight: 500;
}



h5 {
  color: #333;
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
}

h6 {
  color:  #333;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
}







form,
.submitted-message {
  font-family: Open Sans;
}

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

.hs-button,
.button--primary {
  background-color: rgba(133, 30, 52, 1.0);
  border-color: rgba(133, 30, 52, 1.0);
  border-radius: 9px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.hs-button{
  color: rgba(255, 255, 255, 1.0);
}
.hs-button:hover{
  color: rgba(255, 255, 255, 1.0);
}
.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {

  border-color: rgba(133, 30, 52, 1.0);
  background-color: rgba(133, 30, 52, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(173, 70, 92, 1.0);
  border-color: rgba(173, 70, 92, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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

form input,
form select,
form textarea,
.hs-input,
.hs-search-field__input,
input#hs-pwd-widget-password {
  border-color: rgba(187, 187, 187, 1.0);
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-search-field__input:focus,
input#hs-pwd-widget-password:focus{
  border-color: rgba(187, 187, 187, 1.0);
  background-color: rgba(#null, 0.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-search-field__input:-moz-placeholder,
.hs-search-field__input::-webkit-input-placeholder,
input#hs-pwd-widget-password:-moz-placeholder,
input#hs-pwd-widget-password::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext  {
  color: #666;
}

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

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

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

thead th,
thead td {
  background-color: rgba(0, 0, 0, 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(0, 0, 0, 1.0);
}






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

.header__container {
  max-width: 1080px;
}

.custom-menu-primary .hs-menu-wrapper ul li a{
  color: rgba(0, 0, 0, 0.6);
}
.custom-menu-primary .hs-menu-wrapper ul li.active-branch > a {
  color: rgba(167, 54, 68, 1.0) !important;
  background-color: rgba(194, 255, 0, 0.0) !important;
}

.custom-menu-primary .hs-menu-wrapper ul li a:hover {
  color: rgba(0, 0, 0, 0.6);
  border-color:rgba(0, 0, 0, 0.6);
  background-color: rgba(194, 255, 0, 0.0);
}

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

.custom-menu-primary .hs-menu-wrapper ul ul li a {
  color: rgba(0, 0, 0, 0.6);
}

.custom-menu-primary .hs-menu-wrapper ul ul li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.6);
}

.custom-menu-primary .hs-menu-wrapper ul ul li.active-branch > a {
  background-color: rgba(191, 227, 125, 0.0);
  color: rgba(167, 54, 68, 1.0);
}

.custom-menu-primary .hs-menu-wrapper ul ul{
  border-color: rgba(205, 92, 92, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(147, 11, 50, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover{
  color: rgba(255, 255, 255, 0.7000000000000001);
  background-color: rgba(147, 11, 50, 1.0);
}




.footer__container {
  max-width: 1080px;
}
footer.footer{
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer a{
  color: rgba(224, 43, 32, 1.0);
}
.footer a:hover{
  color: rgba(224, 43, 32, 1.0);
}
.footer-col a {
  color: rgba(210, 43, 40, 1.0);
}
.footer-col a:hover{
  color: rgba(210, 43, 40, 1.0);
}




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











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 {
  max-width: 1080px;
  margin: 0 auto;
}




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