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

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

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




body {
  color: #373737;
  font-family: Muli;
  font-weight: 400;
  font-size: 15px;
}

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

a {
  font-family: Muli;
  color: rgba(0, 0, 0, 1.0);
  cursor: pointer;
  -webkit-transition: color 300ms cubic-bezier(.215,.61,.355,1);
  -o-transition: color 300ms cubic-bezier(.215,.61,.355,1);
  transition: color 300ms cubic-bezier(.215,.61,.355,1);
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

a:hover,
a:focus {
  color:#00a7c5;
}

a:active {
  color: rgba(40, 40, 40, 1.0);
}

h1 {
  color: #000;
  font-family: Muli;
  font-size: 30px;
  font-weight: 200;
}


h2 {
  color: #000;
  font-family: Muli;
  font-size: 28px;
  font-weight: 200;
}


h3 {
  color: #000;
  font-family: Muli;
  font-size: 26px;
  font-weight: 200;
}


h4 {
  color: #000;
  font-family: Muli;
  font-size: 24px;
  font-weight: 200;
}



h5 {
  color: #000;
  font-family: Muli;
  font-size: 22px;
  font-weight: 200;
}

h6 {
  color: #000;
  font-family: Muli;
  font-size: 20px;
  font-weight: 200;
}






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(0, 167, 197, 1.0);
  border-color: rgba(0, 167, 197, 1.0);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #00a7c5;
  border-color: #00a7c5;
  color: #fff;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(40, 207, 237, 1.0);
  border-color: rgba(40, 207, 237, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
}

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

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

.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);
}





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

.header__container {
  max-width: 1200px;
}


@media(min-width:1025px){
  .header-top ul li,
  .header-top ul li a{
    color: rgba(136, 136, 136, 1.0);
  }

  body .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .header-contact ul li a{
    color: #000000;
  }

  body .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
  .header-contact ul li a:hover{
    color: #00A0C4;
  }

  body .custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: rgba(255, 255, 255, 0.65);

  }

  body .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    color: #000000;
  }

  body .custom-menu-primary .hs-menu-wrapper>ul ul li>a:hover {
    color: #00A0C4;
  }
}





footer.footer { 
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(221, 221, 221, 1.0);
}

.footer__container {
  max-width: 1200px;
}

.footer-bottom{       
  background-color: rgba(0, 0, 0, 1.0);
  border-color: rgba(221, 221, 221, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

.footer-bottom a:hover{
  color: rgba(0, 160, 196, 1.0);
}

.footer-menu .hs-menu-wrapper>ul>li>a,
.footer-social ul.sidebar h3{
  color: rgba(0, 167, 197, 1.0);
}

.footer-menu .hs-menu-wrapper>ul ul>li a{    
  color: rgba(21, 21, 21, 1.0);
}

.footer-menu .hs-menu-wrapper>ul ul>li a,
.footer-social ul.ut-sociallinks li a{
  color: rgba(21, 21, 21, 1.0);
}
.footer-menu .hs-menu-wrapper>ul ul>li a:hover,
.footer-social ul.ut-sociallinks li a:hover{
  color: rgba(0, 160, 196, 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: 1200px;
  margin: 0 auto;
}




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