/* ******************************************************************************
*********************************************************************************
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,
.page-center,
.content-wrapper {
  max-width: 1200px;
}

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

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





body {
  color: #696969;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 15px;
}

@media screen and (max-width: 480px){ 
  body  {
    font-size: 14.010000000000002px;
  }
}



p { 
  font-family: Montserrat;
  font-weight: 400
}

a { 
  color: rgba(2, 112, 224, 1.0);
  cursor: pointer; 
}

a:hover,
a:focus {
  color: rgba(0, 177, 227, 1.0); 
}


h1 {
  color: #000000;
  font-family: Poppins;
  font-size: 70px;
  font-weight: 700;
}

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

h2 {
  color: #000000;
  font-family: Poppins;
  font-size: 65px;
  font-weight: 700;
}

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

h3 {
  color: #000000;
  font-family: Poppins;
  font-size: 23px;
  font-weight: 100;
}

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

h4 {
  color: #000000;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 200;
}

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

h5 {
  color: #000000;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 300;
}

h6 {
  color: #000000;
  font-family: proxima-nova;
  font-size: 18px;
  font-weight: 700;
}






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

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

.hs-button,
.button--primary {
  background-color: rgba(119, 189, 67, 1.0);
  border-color: rgba(119, 189, 67, 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 {
  background-color: rgba(119, 189, 67, 1.0);
  border-color: rgba(119, 189, 67, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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

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

form input,
form select,
form textarea,
.hs-input,
input#hs-pwd-widget-password {
  color: #000;
  border-radius: 3px;
  background-color: rgba(245, 248, 250, 1.0);
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  border-color: rgba(82, 162, 236, 0.8);
}

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

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

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

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

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

.fn-date-picker td .pika-button:hover {
  background-color: #333 !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(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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






@media(min-width:1061px){
  header.header{
    background-color: rgba(255, 255, 255, 0.0);
  }

  .scroll-header header.header{
    background-color: rgba(34, 34, 34, 1.0);
  }

  .custom-menu-primary ul.submenu.level-1 > li > a{
    color : rgba(255, 255, 255, 1.0);
  }

  .custom-menu-primary ul.submenu.level-1 > li > a:hover{
    color : rgba(99, 191, 128, 1.0);
  }

  .custom-menu-primary ul.submenu.level-1 > li:hover > a{
    background-color : rgba(255, 255, 255, 0.0);
  }


  .custom-menu-primary ul.submenu.level-1 > li.active-branch > a{
    background-color : rgba(255, 255, 255, 0.0);
    color : rgba(11, 169, 159, 1.0);
  }

  .custom-menu-primary ul.submenu.level-1 > li > a.active-item{
    color : rgba(11, 169, 159, 1.0);
  }


  .custom-menu-primary ul.submenu.level-1 > li:last-child > a{
    background: linear-gradient(rgb(99, 191, 128, 1.0) 45%, rgb(11, 169, 159, 1.0) 91%);
    color : rgba(255, 255, 255, 1.0);
  }




  .custom-menu-primary ul ul{
    background-color : rgba(255, 255, 255, 0.0);
  }

  .scroll-header .custom-menu-primary ul ul{
    background-color : rgba(34, 34, 34, 1.0);
  }


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

  .custom-menu-primary ul ul li a:hover{
    color : rgba(99, 191, 128, 1.0);
    background-color : rgba(255, 255, 255, 0.0);
  }

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





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

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

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

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

.ft_menu .hs-menu-wrapper>ul>li>a,
.ft_menu .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(255, 255, 255, 1.0); 
}















body .icon svg {
  fill: #000;
}

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

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

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

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





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