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

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

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




html {
  font-size: 14;
}

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

p {
  font-family: Open Sans;
}

a {
  color: rgba(37, 120, 233, 1.0);
}

a:hover {
  color: rgba(37, 120, 233, 1.0);
}
a:active {
  color: rgba(77, 160, 255, 1.0);
}

h1 {
  color: #3a3a3a;
  font-family: Open Sans;
  font-size: 51px;
  font-weight: 400;
}
h1 a{
  color: #3a3a3a;
}
h2 {
  color: #3a3a3a;
  font-family: Open Sans;
  font-size: 37px;
  font-weight: 400;
}


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



h4 {
  color: #3a3a3a;
  font-family: Open Sans;
  font-size: 19px;
  font-weight: 700;
}



h5 {
  color: #3a3a3a;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
}

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







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

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

.hs-button,
.button--primary {
  background: linear-gradient(30deg, rgba(37, 120, 233, 1.0) 0%, rgba(63, 231, 217, 1.0) 100%);
  border-color: rgba(171, 230, 0, 1.0);
  border-radius: 4px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(171, 230, 0, 1.0);
  background: linear-gradient(30deg, rgba(37, 120, 233, 1.0) 0%, rgba(63, 231, 217, 1.0) 100%);

}

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

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

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

form input,
form select,
form textarea,
.hs-input,
.hs-search-field__input,
input#hs-pwd-widget-password {
  border-color: rgba(224, 225, 225, 1.0);
  color: rgba(0, 0, 0, 1.0);
  border-radius: 0px;
}

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(202, 213, 226, 1.0);
  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: #4f4f4f;
}

.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: #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 {
  background-color: rgba(255, 255, 255, 1.0);
  border-bottom-color:rgba(233, 233, 233, 1.0);
}
header.header span.phn{
  color: rgba(12, 12, 12, 1.0);
}
header.header span.mini-contacts.email a{
  color: rgba(12, 12, 12, 1.0);
}
header.header span.mini-contacts.email a:Hover{
  color: rgba(12, 12, 12, 1.0);
}
header.header .soc-ico a:before{
  background-color: rgba(240, 240, 240, 1.0);
}
header.header .soc-ico a svg{
  fill: rgba(0, 152, 229, 1.0);
}
header.header  .soc-ico a:Hover svg{
  fill: rgba(255, 255, 255, 1.0);
}
header.header  .soc-ico a:Hover:after{
  background: linear-gradient(30deg, rgba(37, 120, 233, 1.0) 0%, rgba(63, 231, 217, 1.0) 100%);
}
.text-area a{
  background: linear-gradient(30deg, rgba(37, 120, 233, 1.0) 0%, rgba(63, 231, 217, 1.0) 100%);
  color: rgba(255, 255, 255, 1.0);
}
.header__container {
  max-width: 1550px;
}
.top-header{
  background-color: rgba(255, 255, 255, 1.0);
  border-bottom-color:rgba(234, 234, 234, 1.0);
}
.custom-menu-primary .hs-menu-wrapper ul li a{
  color: rgba(58, 58, 58, 1.0);
}
.custom-menu-primary .hs-menu-wrapper ul li a:hover {
  color: rgba(58, 58, 58, 1.0);
  background-color: rgba(194, 255, 0, 0.0);
}
.custom-menu-primary .hs-menu-wrapper >ul>li>a:after{
  background: linear-gradient(30deg, rgba(37, 120, 233, 1.0) 0%, rgba(63, 231, 217, 1.0) 100%);
}
.custom-menu-primary .hs-menu-wrapper >ul>li.active-branch>a:after{
  background: linear-gradient(30deg, rgba(37, 120, 233, 1.0) 0%, rgba(63, 231, 217, 1.0) 100%);
}
.custom-menu-primary .hs-menu-wrapper ul li.active-branch > a {
  color: rgba(58, 58, 58, 1.0);
  background-color: rgba(194, 255, 0, 0.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li ul li:hover {
  background: rgba(25, 25, 25, 0.07);
}
.custom-menu-primary .hs-menu-wrapper>ul>li .hs-menu-children-wrapper li:hover >a span{
  background: linear-gradient(30deg, rgba(37, 120, 233, 1.0) 0%, rgba(63, 231, 217, 1.0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.custom-menu-primary .hs-menu-wrapper ul ul {
  background-color: rgba(255, 255, 255, 1.0);
}

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

.custom-menu-primary .hs-menu-wrapper ul ul li a:hover {
  background-color: rgba(25, 25, 25, 0.07);
}
.custom-menu-primary .hs-menu-wrapper ul ul li.active-branch  {
  background-color: rgba(191, 227, 125, 0.0);

}
.custom-menu-primary .hs-menu-wrapper ul ul li.active-branch > a {
  background: linear-gradient(30deg, rgba(37, 120, 233, 1.0) 0%, rgba(63, 231, 217, 1.0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}





.footer__container {
  max-width: 1550px;
}
footer.footer{
  background-color: rgba(255, 255, 255, 1.0);
}
section.footer-column,
.copyright{
  color: rgba(136, 136, 136, 1.0);
}
section.footer-column h3,
section.footer-column.column3 h5,
section.footer-column .hs-rss-item a.hs-rss-title{
  color: rgba(58, 58, 58, 1.0);
}
section.footer-column.column3 ol{
  color: rgba(0, 0, 0, 1.0);
}
section.footer-column span.hs-rss-date{
  color: rgba(136, 136, 136, 0.5);
}
.Footer-bottom{
  border-top-color: rgba(136, 136, 136, 0.15);
}
footer.footer a{
  color: rgba(136, 136, 136, 1.0);
}
footer.footer a:hover{
  color: rgba(136, 136, 136, 1.0);
}
section.footer-column.column3 a{
  background: linear-gradient(30deg, rgba(37, 120, 233, 1.0) 0%, rgba(63, 231, 217, 1.0) 100%);
  color: rgba(255, 255, 255, 1.0);
}





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










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




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