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

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

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





body {
  color: #323334;
  font-family: GothamBook;
  font-weight: 400;
  background-color: #fefefe;
}

@media (min-width: 40em) {
  body {
    font-size: 20px;
  }
}

a {
  color: rgba(176, 255, 0, 1.0);
}

a:hover,
a:focus {
  color:#97db00;
}

a:active {
  color: rgba(216, 255, 40, 1.0);
}

h1 {
  color: #323334;
  font-family: GothamBold;
  font-weight: 400;
}

@media(min-width: 40em) {
  h1 {
    font-size: 4.5rem;
  }
}

h2 {
  color: #323334;
  font-family: GothamBold;
  font-weight: 400;
}

@media(min-width: 40em) {
  h2 {
    font-size: 4.375rem;
  }
}

h3 {
  color: #323334;
  font-family: GothamBold;
  font-weight: 400;
}

@media(min-width: 40em) {
  h3 {
    font-size: 1.9375rem;
  }
}

h4 {
  color: #323334;
  font-family: GothamBold;
  font-weight: 400;
}

@media(min-width: 40em) {
  h4 {
    font-size: rem;
  }
}

h5 {
  color: ;
  font-family: GothamBold;
  font-weight: 400;
}

@media(min-width: 40em) {
  h5 {
    font-size: 1.25rem;
  } 
}

h6 {
  color: #323334;
  font-family: GothamBold;
  font-weight: 400;
}

@media(min-width: 40em) {
  h6 {
    font-size: 1rem;
  } 
}

blockquote {
  border-color: rgba(180, 182, 185, 1.0);
}





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

.hs-button,
.button--primary {
  background-color: rgba(176, 255, 0, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 2px;
  border-width: 1px;
  color: rgba(50, 51, 52, 1.0);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(141, 204, 0, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(50, 51, 52, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(216, 255, 40, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(50, 51, 52, 1.0);
}

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

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

form input,
form select,
form textarea,
.hs-input {
  background-color: rgba(254, 254, 254, 1.0);
  border-color: rgba(216, 216, 216, 1.0);
  color: rgba(0, 0, 0, 1.0);
  border-width: 1px;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(216, 216, 216, 1.0);
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  background-color: rgba(249, 236, 234, 1.0);
  border-color: rgba(204, 75, 55, 1.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: #323334;
}

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

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

.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: #b4b6b9 !important;
}





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

thead th,
thead td {
  background-color: rgba(73, 74, 82, 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(204, 204, 204, 1.0);
}





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

.custom-top-menu .navigation-primary > ul > li > a,
.custom-bottom-menu .hs-menu-wrapper > ul > li > a {
  color: rgba(0, 0, 0, 1.0);
}

.custom-bottom-menu .hs-menu-wrapper > ul > li:not(:last-child) > a:after {
  border-color: rgba(152, 152, 152, 1.0);
}

.custom-top-menu .navigation-primary > ul > li > a:hover,
.custom-bottom-menu .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-top-menu .navigation-primary > ul > li > a:hover:before,
.custom-bottom-menu .hs-menu-wrapper > ul > li > a:hover:before {
  border-color: rgba(176, 255, 0, 1.0);
}

.custom-top-menu .navigation-primary > ul > li.active > a,
.custom-bottom-menu .hs-menu-wrapper > ul > li.active > a {
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-top-menu .navigation-primary > ul > li.active > a:before,
.custom-bottom-menu .hs-menu-wrapper > ul > li.active > a:before {
  border-color: rgba(176, 255, 0, 1.0);
}

.custom-top-menu .navigation-primary > ul ul {
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-top-menu .navigation-primary > ul ul li a {
  color: rgba(0, 0, 0, 1.0);
}

.custom-top-menu .navigation-primary > ul ul li a:hover {
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-top-menu .navigation-primary > ul ul li a:hover:before {
  border-color: rgba(176, 255, 0, 1.0);
}

.custom-top-menu .navigation-primary > ul ul li.active > a {
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-top-menu .navigation-primary > ul ul li.active > a:before {
  border-color: rgba(176, 255, 0, 1.0);
}

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

.custom-menu-button .mobile-menu {
  color: rgba(50, 51, 52, 1.0);
}

.custom-menu-button .mobile-menu:after {
  border-color: rgba(0, 0, 0, 1.0);
}

#mobile-menu > .transition-container {
  background-color: rgba(50, 51, 52, 1.0);
}

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

#mobile-menu .top-menu .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(176, 255, 0, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

#mobile-menu .top-menu .hs-menu-wrapper > ul > li.active > a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

#mobile-menu .share-icons .share-icon-label p {
  color: rgba(112, 112, 112, 1.0);
}

#mobile-menu hr {
  color: rgba(112, 112, 112, 1.0);
}

#mobile-menu .share-icons ul li > a > i {
  color: rgba(112, 112, 112, 1.0);
}

#mobile-menu .share-icons ul li > a > i:hover {
  color: rgba(112, 112, 112, 1.0);
}

#mobile-menu .top-menu .hs-menu-wrapper > ul ul {
  background-color: rgba(255, 255, 255, 0.0);
}

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

#mobile-menu .top-menu .hs-menu-wrapper > ul ul li a:hover {
  color: rgba(176, 255, 0, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

#mobile-menu .top-menu .hs-menu-wrapper > ul ul li.active > a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}





.custom-footer {
  border-color: rgba(176, 255, 0, 1.0);
  background-color: rgba(50, 51, 52, 1.0);
}

.custom-footer-menu .hs-menu-wrapper > ul > li a {
  color: rgba(180, 182, 185, 1.0);
}

.custom-footer-menu .hs-menu-wrapper > ul > li a:hover {
  color: rgba(154, 156, 160, 1.0);
}

.custom-footer-menu .hs-menu-wrapper > ul > li:first-child > a, 
.custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(2) a,
.custom-footer-menu .hs-menu-wrapper > ul > li:first-child > ul > li:first-child > a, 
.custom-footer-menu .hs-menu-wrapper > ul > li:first-child > ul > li:nth-child(2) > a {
  color: rgba(255, 255, 255, 1.0);
}

.custom-footer-menu .hs-menu-wrapper > ul > li:first-child > a:hover, 
.custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(2) a:hover,
.custom-footer-menu .hs-menu-wrapper > ul > li:first-child > ul > li:first-child > a:hover, 
.custom-footer-menu .hs-menu-wrapper > ul > li:first-child > ul > li:nth-child(2) > a:hover {
  color: rgba(219, 219, 219, 1.0);
}

.custom-footer-social-icon ul > li > a > i {
  color: rgba(176, 255, 0, 1.0);
}

.custom-footer-social-icon ul > li > a > i:hover {
  color: rgba(151, 219, 0, 1.0);
}

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

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

.custom-footer-copyright small {
  color: rgba(180, 182, 185, 1.0);
}

.custom-footer-button-section .contact-block a {
  background-color: rgba(176, 255, 0, 1.0);
  color: rgba(50, 51, 52, 1.0);
}

.custom-footer-button-section .contact-block a:hover {
  background-color: rgba(141, 204, 0, 1.0);
  color: rgba(50, 51, 52, 1.0);
}





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

.blog-post__date {
  border-color: #323334;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #323334;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #0a0b0c;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #5a5b5c;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #494a52;
}

.blog-pagination__link {
  color: #323334;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #494a52;
}

.blog-post__title {
  color: #323334;
  font-family:;
  font-size: 4.375px;
  font-weight: ;
}

.blog-post__author {
  background-color: #b4b6b9;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}










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

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




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