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

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

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






body {
  color: #000000;
  font-family: Muli;
  font-weight: 400;
  font-size: 17px;
}

p {
  font-family: Muli;
  font-weight: 400;
}

a {
  font-family: Muli;
  color: rgba(255, 95, 1, 1.0);
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

a:hover,
a:focus {
  color:#007a8c;
}

a:active {
  color: rgba(255, 135, 41, 1.0);
}

h1 {
  color: #000000;
  font-family: circe-rounded;
  font-size: 40px;
  font-weight: 700;
}



h2 {
  color: #000000;
  font-family: circe-rounded;
  font-size: 32px;
  font-weight: 600;
}


h3 {
  color: #000;
  font-family: circe-rounded;
  font-size: 26px;
  font-weight: 800;
}

h4 {
  color: #000;
  font-family: circe-rounded;
  font-size: 24px;
  font-weight: 400;
}

h5 {
  color: #000;
  font-family: circe-rounded;
  font-size: 22px;
  font-weight: 400;
}

h6 {
  color: #000;
  font-family: circe-rounded;
  font-size: 20px;
  font-weight: 800;
}





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

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(255, 255, 255, 0.0);
  border-color: rgba(241, 97, 34, 1.0);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(0, 0, 0, 1.0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;  
}



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

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(203, 214, 226, 1.0);
  color: ;
  border-radius: 3px;
}

form input.hs-input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(0, 208, 228, 0.5);
}

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

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

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

.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(222, 226, 230, 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(222, 226, 230, 1.0);
}





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

.header__container {
  max-width: 900px;
}




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

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

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


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

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

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

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






.footer-top {
  background-color: rgba(10, 10, 10, 1.0);

}

.footer-bottom {
  background-color: rgba(17, 17, 17, 1.0);

}

.footer-bottom p{
  color: rgba(109, 109, 109, 1.0);
}

.footer-content p{
  color: rgba(255, 255, 255, 1.0);
}

.footer-menu .hs-menu-wrapper>ul ul>li>a,
.footer-address-inner ul li a,
.social-icons a,
.footer-address-inner ul li{
  color: rgba(255, 255, 255, 1.0);
}


.footer-menu .hs-menu-wrapper>ul>li>a,
.footer-address-inner h2{
  color: rgba(241, 196, 15, 1.0);
}

.footer-links a,
.footer-links{
  color: rgba(102, 102, 102, 1.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;
}

.page-center {
  max-width: 900px;
  margin: 0 auto;
}




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