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

/* Test */
















































@media (min-width: 1200px){
  .dnd-section > .row-fluid {
    max-width: 1170px;
  }

  .content-wrapper {
    max-width: 1170px;
  }
  .header__container {
    max-width: 1170px;
  }
  .footer__container {
    max-width: 1170px;
  }
}
.dnd-section {
  padding-bottom: 35px;
  padding-top: 35px;
}

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




html {
  font-size: 10px;
}

body {
  color: #777;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
}



a {

  color: rgba(0, 136, 204, 1.0);
  cursor: pointer;

}

a:hover,
a:focus {

  color: rgba(0, 153, 230, 1.0);
}

a:active {
  color: rgba(40, 176, 244, 0.0);
}

h1 {
  color: #1d2127;
  font-family: Open Sans;
  font-size: 36px;
  font-weight: 200;
}

@media(max-width: 767px) {
  h1 {
    font-size: 30.599999999999998px;
  }
}

h2 {
  color: #1d2127;
  font-family: Open Sans;
  font-size: 31px;
  font-weight: 300;
}

@media(max-width: 767px) {
  h2 {
    font-size: 26.349999999999998px;
  }
}

h3 {
  color: #1d2127;
  font-family: Open Sans;
  font-size: 25px;
  font-weight: 400;
}

@media(max-width: 767px) {
  h3 {
    font-size: 21.25px;
  }
}

h4 {
  color: #1d2127;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 400;
}

@media(max-width: 767px) {
  h4 {
    font-size: 17.0px;
  }
}

h5 {
  color: #1d2127;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
}

h6 {
  color: #1d2127;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
}







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

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(119, 119, 119, 1.0);
  
  padding: 10px 5px;
  
}
.hs-button,
.button--primary {
  background-color: rgba(0, 136, 204, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 6px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(0, 153, 230, 1.0);
  border-color: rgba(0, 153, 230, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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

.hs-form legend {
  color: rgba(119, 119, 119, 1.0);
}
.header-search .form-control{
  border-color: rgba(204, 204, 204, 1.0);
}
form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(204, 204, 204, 1.0);
  border-radius: 4px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus , .header-search .form-control:focus , .header-search .form-control:hover {
  border-color: rgba(204, 204, 204, 1.0);
  outline: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-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #777;
}

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

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

.fn-date-picker td.is-today .pika-button {
  color: #777;
}

.fn-date-picker td.is-selected .pika-button {
  background: #777;
}

.fn-date-picker td .pika-button:hover {
  background-color: #777 !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(119, 119, 119, 1.0);
  color: rgba(119, 119, 119, 1.0);
}

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

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

table,
tbody + tbody {
  border-color: rgba(119, 119, 119, 1.0);
}





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

.fixed-header .header-body{
  border-bottom-color: rgba(233, 233, 233, 1.0);
}
.header-nav-top .hs-menu-wrapper>ul>li>a{
  color: rgba(153, 153, 153, 1.0);
}
.header-nav-top .hs-menu-wrapper>ul>li:not(:first-child)>a:hover{
  background-color: rgba(238, 238, 238, 1.0);
}
.header-nav-top .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(153, 153, 153, 1.0);
}
@media(min-width:992px){

  .h-menu .hs-menu-wrapper>ul>li>a{
    color: rgba(0, 136, 204, 1.0);

  }
  .h-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{
    border-color: rgba(0, 136, 204, 1.0) transparent transparent transparent;
  }
  .h-menu .hs-menu-wrapper>ul>li:hover>a{
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(0, 136, 204, 1.0);
    text-decoration: unset;
  }
  .h-menu .hs-menu-wrapper>ul>li:hover>a:after{
    border-color: rgba(255, 255, 255, 1.0) transparent transparent transparent;
  }
  .h-menu .hs-menu-wrapper>ul>li.active > a {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(0, 136, 204, 1.0);
  }
  .h-menu .hs-menu-wrapper>ul>li.active>a:after{
    border-color: rgba(255, 255, 255, 1.0) transparent transparent transparent;
  }
  .h-menu .hs-menu-wrapper>ul>li>ul {
    background-color: rgba(255, 255, 255, 1.0);
    border-top-color: rgba(0, 136, 204, 1.0);
  }
  .h-menu .hs-menu-wrapper>ul>li>ul>li>a{
    color: rgba(119, 119, 119, 1.0);
    border-bottom-color: rgba(244, 244, 244, 1.0);
  }
  .h-menu .hs-menu-wrapper>ul>li>ul>li>a:hover{
    color: rgba(119, 119, 119, 1.0);
    background-color: rgba(245, 245, 245, 1.0);
    text-decoration: unset;
  }
  .h-menu .hs-menu-wrapper>ul>li>ul>li.active > a {
    color: rgba(119, 119, 119, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }

}





.footer {
  background-color: rgba(0, 136, 204, 1.0);
  color: rgba(255, 255, 255, 1.0);
}


.footer-copyright{
  background-color: rgba(0, 119, 179, 1.0);
  border-top-color: rgba(0, 119, 179, 1.0);
}
.footer_copyright-section p{
  color: rgba(255, 255, 255, 1.0);
}
.footer-social-group h4{
  color: rgba(255, 255, 255, 1.0);
}
.footer-social-group .social-icons li a{
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(51, 51, 51, 1.0);
}

.footer-social-group .social-icons li a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.footer-title-group h4 , .footer-col1 h4, .footer-col2 h4, .footer-col3 h4, .footer-col4 h4 , .footer-col1 ul li p, .footer-col2 ul li p, .footer-col3 ul li p, .footer-col4 ul li p{
  color: rgba(255, 255, 255, 1.0);
}
.footer-col1 ul li p a, .footer-col2 ul li p a, .footer-col3 ul li p a, .footer-col4 ul li p a{
  color: rgba(255, 255, 255, 1.0);
}

.footer-col1 ul li p a:hover, .footer-col2 ul li p a:hover, .footer-col3 ul li p a:hover, .footer-col4 ul li p a:hover{
  color: rgba(255, 255, 255, 1.0);
}
.footer-title-group hr{
  background-image: linear-gradient(to right,transparent,rgba(219, 219, 219, 1.0),transparent);
}














body .icon svg {
  fill: #777;
}

body .tns-nav button.tns-nav-active {
  background-color: #777;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #777;
}

body .social-links__icon {
  background-color: #777;
}

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

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




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