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



















































.dnd-section > .row-fluid,
.page-center{
  max-width: 1196px;
}



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

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








body {
  color: rgba(51, 51, 51, 1.0);
  font-family: nunito-sans,sans-serif;
  font-weight: 300;
  font-size: 20px;
}

 p{
  font-size: 20px;
}



a {
  color: rgba(165, 88, 211, 1.0);
}

a:hover {
  color: rgba(165, 88, 211, 1.0);
}
a:active {
  color: rgba(205, 128, 251, 1.0);
}

h1 {
  color: rgba(47, 47, 47, 1.0);
  font-family: nunito-sans;
  font-size: 38px;
  font-weight: 200;
}
@media(max-width:1120px){

  h1 {
    font-size: 40.0000000001px;
  }

}

@media(max-width:767px){

  h1 {
    font-size: 33.9999999998px;
  }

}


h2 {
  color: rgba(165, 88, 211, 1.0);
  font-family: nunito-sans;
  font-size: 32px;
  font-weight: 200;
}




@media(max-width:1120px){

  h2 {
    font-size: 35.0px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1024px){

  h2 {
    font-size: 30.0px;
  }
}

@media(max-width:910px){

  h2 {
    font-size: 26.0px;
  }

}


h3 {
  color: rgba(0, 0, 0, 1.0);
  font-family: nunito-sans;
  font-size: 32px;
  font-weight: 600;
}


h4 {
  color: rgba(47, 47, 47, 1.0);
  font-family: nunito-sans;
  font-size: 28px;
  font-weight: 300;
}


h5 {
  color: rgba(68, 68, 68, 1.0);
  font-family: nunito-sans;
  font-size: 25px;
  font-weight: 300;
}

@media(max-width:1120px){

  h5 {
    font-size: 19.0px;
  }

}

@media(max-width:767px){

  h5 {
    font-size: 16.0px;
  }

}



h6 {
  color:  rgba(64, 64, 64, 1.0);
  font-family: nunito-sans;
  font-size: 22px;
  font-weight: 200;
}







form,
.submitted-message {
  font-family: nunito-sans;
}

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


.hs-button,
.button--primary {
  background-color: rgba(58, 180, 226, 1.0);
  border-color: rgba(58, 180, 226, 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,
.button--primary:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(58, 180, 226, 1.0);
  border-color: rgba(58, 180, 226, 1.0);
}

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

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

form {
  border-color: rgba(#null, 0.0);
}

input[type=text],
input[type=password],
form select,
form textarea,
.hs-input {
  border-color: rgba(203, 214, 226, 1.0);
  border-radius: 3px;
}
input[type=text]:focus,
input[type=password]:focus,
form input,
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(75, 75, 75, 0.0);
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: nunito-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);
  color: rgba(75, 75, 75, 1.0);
}

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(75, 75, 75, 1.0);
}


table, td, th {
  border-color: rgba(75, 75, 75, 1.0);
}





.header__container {
  max-width: 1200px;
}

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

.custom-menu-primary nav>ul>li>a{
  color: rgba(47, 47, 47, 1.0);
}

.custom-menu-primary nav>ul>li>a:hover{
  color: rgba(58, 180, 226, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary nav>ul>li>a.active-item{
  color: rgba(47, 47, 47, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}


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

.custom-menu-primary ul ul li a {
  color: rgba(47, 47, 47, 1.0);
}

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


.custom-menu-primary ul ul li a:hover{
  color: rgba(58, 180, 226, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}







.footer__container {
  max-width: 1200px;
}


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

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

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






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










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 {
  margin: 0 auto;
}




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