/* ******************************************************************************
*********************************************************************************
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 {
  padding-bottom: 80px;
  padding-top: 80px;
}

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





body {
  color: #647585;
  font-family: "lato";
  font-weight: 100;
}

@media (min-width: 768px) {
  body {
    font-size: 2rem;
  }
}

a {
  color: rgba(35, 44, 57, 1.0);
}

a:hover,
a:focus {
  color:#647585;
}

a:active {
  color: rgba(75, 84, 97, 1.0);
}

h1 {
  color: #232c39;
  font-family: fs_joeyheavy;
  font-weight: 500;
}

@media(min-width: 768px) {
  h1 {
    font-size: 2.6em;
  }
}

h2 {
  color: #232c39;
  font-family: fs_joeyheavy;
  font-weight: 500;
}

@media(min-width: 768px) {
  h2 {
    font-size: 1.5em;
  }
}

h3 {
  color: #232c39;
  font-family: fs_joeyheavy;
  font-weight: 500;
}

@media(min-width: 768px) {
  h3 {
    font-size: 1.4em;
  }
}

h4 {
  color: #232c39;
  font-family: fs_joeyheavy;
  font-weight: 500;
}

@media(min-width: 768px) {
  h4 {
    font-size: 1.3em;
  }
}

h5 {
  color: #232c39;
  font-family: fs_joeyheavy;
  font-weight: 500;
}

@media(min-width: 768px) {
  h5 {
    font-size: 1.2em;
  }
}

h6 {
  color: #232c39;
  font-family: fs_joeyheavy;
  font-weight: 500;
}

@media(min-width: 768px) {
  h6 {
    font-size: 1.1em;
  }
}

blockquote {
  border-left: 10px solid #000000;;
}





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

.hs-button,
.button--primary {
  background-color: rgba(51, 255, 51, 1.0);
  border-color: rgba(51, 255, 51, 1.0);
  border-radius: 4px;
  border-width: 0px;
  color: rgba(0, 0, 0, 1.0);
  padding-left: 2.2em;
  padding-right: 2.2em;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

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

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

.hs-form label {
  color: rgba(35, 44, 57, 1.0);
}

.hs-form legend {
  color: rgba(35, 44, 57, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(100, 117, 133, 1.0);
  color: rgba(0, 0, 0, 1.0);
  border-radius: 4px;
  border-width: 2px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(100, 117, 133, 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: #647585;
}

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

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

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

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

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





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

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

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

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

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

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

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

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

/* sticky header */

.sticky .custom-header,
.no-banner .custom-header {
  background-color: rgba(35, 44, 57, 1.0);
}

.sticky .custom-menu-primary .submenu.level-1 > li > a {
  color: rgba(240, 241, 242, 1.0);
}

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

.sticky .custom-menu-primary .submenu.level-1 > li.active > a {
  color: rgba(102, 255, 102, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

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

.sticky .custom-menu-primary ul ul li a {
  color: rgba(35, 44, 57, 1.0);
}

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

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





.custom-footer-wrapper {
  background-color: rgba(35, 44, 57, 1.0);
  color: rgba(164, 168, 172, 1.0);
}

.footer-bottom-inner .footer-widget-area h3 {
  color: rgba(240, 241, 242, 1.0);
}

.footer-bottom-inner .footer-widget-area h4 {
  color: rgba(164, 168, 172, 1.0);
}

.footer-bottom-inner .footer-widget-area a,
.custom-copyright a {
  color: rgba(164, 168, 172, 1.0);
}

.footer-bottom-inner .footer-widget-area a:hover,
.custom-copyright a:hover {
  color: rgba(246, 247, 248, 1.0);
}

.custom-social-icons ul li a {
  background-color: rgba(35, 44, 57, 1.0);
  color: rgba(255, 255, 255, 1.0) !important;
}

.custom-social-icons ul li a:hover {
  background-color: rgba(35, 44, 57, 1.0);
  color: rgba(102, 255, 102, 1.0) !important;
}

.custom-copyright p {
  color: rgba(164, 168, 172, 1.0);
}

.footer-top-content h1 {
  color: rgba(255, 255, 255, 1.0);
}

.footer-top-content p {
  color: rgba(246, 247, 248, 1.0);
}

.footer-top-content a {
  background-color: rgba(51, 255, 51, 1.0);
  border-color: rgba(51, 255, 51, 1.0);
  border-radius: 4px;
  border-width: 0px;
  color: rgba(0, 0, 0, 1.0);
  padding-left: 2.2em;
  padding-right: 2.2em;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.footer-top-content a:hover,
.footer-top-content a:focus {
  background-color: rgba(51, 255, 51, 1.0);
  border-color: rgba(51, 255, 51, 1.0);
  color: rgba(255, 255, 255, 1.0);
}





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

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

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

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

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

.blog-pagination__link {
  color: #647585;
}

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

.blog-post__title {
  color: #232c39;
  font-family:;
  font-size: 1.5px;
  font-weight: ;
}

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

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

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

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

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

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

.page-center,
.content-wrapper,
.dnd-section > .row-fluid {
  max-width: 1280px;
  margin: 0 auto;
}




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