/* ******************************************************************************
*********************************************************************************
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 {
  max-width: 1440px;
}

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

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


.page-center {
  max-width: 1440px;
}









body {
  color: rgba(64, 64, 65, 1.0);
  font-family: Relevant-Normal;
  font-weight: 300;
  font-size: 20px;
}


a {
  color: rgba(68, 68, 68 ,1.0);
}

a:hover {
  color: rgba(194, 183, 175, 1.0);
}


h1 {
  color: rgba(109, 161, 185, 1.0);
  font-family: Relevant-Medium;
  font-size: 50px;
  font-weight: 500;
}

@media only screen and (max-width:1550px) {

  h1{
  font-size: 39.0px;
  }

}

@media only screen and (max-width:900px) {

  h1{
  font-size: 35.0px;
  }

}

h2 {
  color: rgba(245, 127, 32, 1.0);
  font-family: Relevant-Medium;
  font-size: 40px;
  font-weight: 500;
}

@media only screen and (max-width:1550px) {

  h2{
  font-size: 31.200000000000003px;
  }

}

@media only screen and (max-width:900px) {

  h2{
  font-size: 28.0px;
  }

}

h3 {
  color: rgba(245, 127, 32, 1.0);
  font-family: Relevant-Medium;
  font-size: 35px;
  font-weight: 500;
}

@media only screen and (max-width:900px) {

  h3{
  font-size: 31.5px;
  }

}

h4 {
  color: rgba(245, 127, 32, 1.0);
  font-family: Relevant-Medium;
  font-size: 30px;
  font-weight: 500;
}

@media only screen and (max-width:900px) {

  h4{
  font-size: 27.0px;
  }

}

h5 {
  color: rgba(245, 127, 32, 1.0);
  font-family: Relevant-Medium;
  font-size: 26px;
  font-weight: 500;
}

h6 {
  color:  rgba(245, 127, 32, 1.0);
  font-family: Relevant-Medium;
  font-size: 20px;
  font-weight: 500;
}





.blog-comments form,
.systems-page form,
.hs_cos_wrapper_type_form form,
.hs_cos_wrapper_type_blog_subscribe  form,
.hs_cos_wrapper_type_google_search  form,
.widget-type-email_simple_subscription form,
.widget-type-password_prompt form,
.hs-search-field form{
  background-color: rgba(235, 231, 227, 1.0);
}

form,
.submitted-message {
  font-family: Relevant-Normal;
}

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


.hs-button,
.button--primary {
  background-color: rgba(194, 183, 175, 1.0);
  border-color: rgba(194, 183, 175, 1.0);
  border-radius: 15px;
  border-width: 0px;
  color: rgba(68, 68, 68, 1.0);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  color: rgba(68, 68, 68, 1.0);
  border-color: rgba(194, 183, 175, 1.0);
  background-color: rgba(194, 183, 175, 1.0);
}

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

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

input[type=text],
input[type=password],
form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 0px;
}
input[type=text]:focus,
input[type=password]:focus,
form input,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(255, 255, 255, 0.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(0, 0, 0, 0.0);
}

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

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

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

.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(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 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__container {
  max-width: 1440px;
}

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

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

.primary-menu nav>ul>li>a:hover{
  color: rgba(194, 183, 175, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

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

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

.primary-menu ul ul li a:hover{
  color: rgba(194, 183, 175, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

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

.header-bottom{
  background-color: rgba(232, 227, 223, 1.0);
}

.custom-menu-primary ul li a{
  color: rgba(68, 68, 68, 1.0);
}
  .custom-menu-primary nav>ul>li:last-child>a{
    color: rgba(255, 255, 255, 1.0) !important;
    background-color: rgba(108, 159, 183, 1.0) !important;
  }


.custom-menu-primary  nav>ul>li:last-child>a:hover{
    color: rgba(255, 255, 255, 1.0) !important;
    background-color: rgba(108, 159, 183, 1.0) !important;
  }


.custom-menu-primary nav>ul>li:hover>a:after,
.custom-menu-primary nav>ul>li:hover:after{
  background-color: rgba(232, 227, 223, 1.0);
  }

@media only screen and (min-width:901px){
  .primary-menu nav>ul>li:last-child>a{
    background-color: rgba(194, 183, 175, 1.0);
    color: rgba(68, 68, 68, 1.0);
  }

  .primary-menu nav>ul>li:last-child>a:hover{
    color: rgba(68, 68, 68, 1.0);
    background-color: rgba(194, 183, 175, 1.0);
  }

  .primary-menu nav>ul>li:nth-last-child(2)>a{
    color: rgba(68, 68, 68, 1.0);
    background-color: rgba(219, 225, 32, 1.0);
  }

  .primary-menu nav>ul>li:nth-last-child(2)>a:hover{
    color: rgba(68, 68, 68, 1.0);
    background-color: rgba(219, 225, 32, 1.0);
  }

}






.footer__container {
  max-width: 1440px;
}

footer.footer{
  color: rgba(64, 64, 65, 1.0);
  background-color: rgba(217, 209, 202, 1.0);
}

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

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


.copyright-links li {
  border-left-color: rgba(64, 64, 65, 1.0);
}






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











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=}
}