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

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

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




html {
  font-size: 14;
}

body {
  color: #1f1f1f;  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
}

p {
  font-family: Roboto;
}

a {
  color: rgba(22, 193, 243, 1.0);
}

a:hover {
  color: rgba(0, 86, 179, 1.0);
}
a:active {
  color: rgba(62, 233, 255, 1.0);
}

h1 {
  color: #1f1f1f;
  font-family: Roboto;
  font-size: 2rem;
  font-weight: 500;
}
h1 a{
  color: #1f1f1f;
}
h2 {
  color: #1f1f1f;
  font-family: Roboto;
  font-size: 2rem;
  font-weight: 500;
}


h3 {
  color: #076caf;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
}



h4 {
  color: #1f1f1f;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
}



h5 {
  color: #1f1f1f;
  font-family: Roboto;
  font-size: 1.25rem;
  font-weight: 500;
}

h6 {
  color:  #1f1f1f;
  font-family: Roboto;
  font-size: 1rem;
  font-weight: 500;
}







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

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(232, 119, 34, 1.0);
  border-color: rgba(232, 119, 34, 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 {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(232, 119, 34, 1.0);
  background-color: rgba(232, 119, 34, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 159, 74, 1.0);
  border-color: rgba(255, 159, 74, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(51, 71, 91, 1.0);
}

.hs-form legend {
  color: rgba(51, 71, 91, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
.hs-search-field__input,
input#hs-pwd-widget-password {
  border-color: rgba(202, 213, 226, 1.0);
  color: ;
  border-radius: 3px;
  background-color: rgba(#null, 0.0);
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-search-field__input:focus,
input#hs-pwd-widget-password:focus{
  border-color: rgba(82, 168, 236, 0.8);
  background-color: rgba(#null, 0.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-search-field__input:-moz-placeholder,
.hs-search-field__input::-webkit-input-placeholder,
input#hs-pwd-widget-password:-moz-placeholder,
input#hs-pwd-widget-password::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext  {
  color: #1f1f1f;
}

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

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

.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(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 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.header .bottom-bar {
  background-color: rgba(0, 0, 0, 1.0);
}

.header__container {
  max-width: 1140px;
}

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

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

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

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

.custom-menu-primary .hs-menu-wrapper ul ul li a:hover {
  background-color: rgba(248, 249, 250, 1.0);
  color: rgba(22, 24, 27, 1.0);
}

.topbar{
  background-color: rgba(0, 0, 0, 1.0);
}
.header .topbar a,
.header .social-icons ul li a{
  color: rgba(255, 255, 255, 1.0);
}
.header .topbar a:Hover ,
.header .social-icons ul li a:Hover{
  color: rgba(237, 116, 34, 1.0);
}
.custom-menu-primary .hs-menu-wrapper ul ul li.active-branch > a {
  background-color: rgba(191, 227, 125, 0.0);
  color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a{
  background-color: rgba(237, 116, 34, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover{
  background-color: rgba(31, 31, 31, 1.0);
  color: rgba(255, 255, 255, 1.0);
}





.footer__container {
  max-width: 1140px;
}
footer.main-footer{
  background-color: rgba(0, 15, 29, 1.0);
}
.footer-col h3, .menu-footer-menu-container .hs-menu-wrapper>ul>li>A, .footer .form-title span{
  color: rgba(61, 117, 172, 1.0);
}
.footer-col h3, .menu-footer-menu-container .hs-menu-wrapper>ul>li>A, .footer .form-title span,{
  color: rgba(61, 117, 172, 1.0);
}
.menu-footer-menu-container .hs-menu-wrapper ul ul li a,.bottom-footer a{
  color: rgba(255, 255, 255, 1.0);
}
.menu-footer-menu-container .hs-menu-wrapper ul ul li a:hover{
  color: rgba(61, 117, 172, 1.0);
}
.footer-col .social-icons ul li i{
  color: rgba(255, 255, 255, 1.0);
}
.footer-col .social-icons ul li i:hover{
  color: rgba(255, 255, 255, 1.0);
}
footer .hs-form label{
  color: rgba(255, 255, 255, 1.0);
}
footer .copy{
  color: rgba(255, 255, 255, 1.0);
}




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











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




@media (min-width: 576px){
  .page-center ,.dnd-section>.row-fluid,.content-wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px){
  .page-center ,.dnd-section>.row-fluid,.content-wrapper  {
    max-width: 720px;
  }
}
@media (min-width: 992px){
  .page-center,.dnd-section>.row-fluid ,.content-wrapper  {
    max-width: 960px;
  }
}
@media (min-width: 1200px){
  .page-center,.dnd-section>.row-fluid,.content-wrapper  {
    max-width: 1140px;
  }
}




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