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

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





html {
  font-size: 24;
}

body {
  color: rgba(0, 0, 0, 1.0);
  font-family: 'national_2regular', sans-serif;
  font-size: 24px;
font-weight: 400;
}

p {
  font-family: 'national_2regular', sans-serif; 
}

a {
  font-family: 'national_2regular', sans-serif;
  color: rgba(36, 210, 181, 1.0);
}

a:hover,
a:focus {
  color: rgba(36, 210, 181, 1.0);
}

a:active {
  color: rgba(76, 250, 221, 1.0);
}

h1 {
  color: rgba(0, 0, 0, 1.0);
  font-family: 'national_2extralight', sans-serif;
  font-size: 76px;
  font-weight: 400;
}

h2 {
  color: rgba(0, 0, 0, 1.0);
  font-family: 'national_2extralight', sans-serif;
  font-size: 64px;
  font-weight: 400;
}

h3 {
  color: rgba(0, 0, 0, 1.0);
  font-family: 'national_2extralight', sans-serif;
  font-size: 48px;
  font-weight: 400;
}

h4 {
  color: rgba(0, 0, 0, 1.0);
  font-family: 'national_2extralight', sans-serif;
  font-size: 36px;
  font-weight: 400;
}

h5 {
  color: rgba(0, 0, 0, 1.0);
  font-family: 'national_2extralight', sans-serif;
  font-size: 24px;
  font-weight: 400;
}

h6 {
  color: rgba(0, 0, 0, 1.0);
  font-family: 'national_2extralight', sans-serif;
  font-size: 18px;
  font-weight: 400;
}






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


h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 0, 0, 1.0);
  font-family: 'national_2extralight', sans-serif;
}

.hs-button,
.button--primary {
  background: linear-gradient(to right,rgba(0, 0, 0, 1.0) 50%,rgba(33, 175, 228, 1.0) 50%);
  border-color: rgba(33, 175, 228, 1.0);
  border-radius: 50px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 28px;
  padding-bottom: 28px;
  font-family: 'national_2regular';
}



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

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

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

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

form input,
form select,
form textarea,
.hs-input,
input[type="password"]{
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  border-width: 0px;
  font-family: 'national_2extralight',sans-serif;
  font-weight: normal;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input[type="password"]:focus{
  color: rgba(33, 175, 228, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(31, 31, 31, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #596272;
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: 'national_2regular', sans-serif;
}

.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(247, 247, 247, 1.0);
  border: 1px solid rgba(235, 235, 238, 1.0);
  color: rgba(97, 97, 97, 1.0);
}

thead th,
thead td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(31, 31, 31, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(94, 94, 94, 1.0);
}

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





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

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

body .custom-menu-primary .navigation-primary > ul ul {
  background-color: rgba(255, 255, 255, 1.0);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 7px;
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  color: rgba(106, 106, 106, 1.0);
}

body .custom-menu-primary .submenu.level-2 .menu-item > .menu-link:hover {
  color: rgba(0, 0, 0, 1.0) !important;
  background-color: rgba(255, 255, 255, 1.0);
}


@media only screen and (min-width: 1200px) { 
  body .custom-menu-primary .submenu.level-1 > li > a{
    color: rgba(0, 0, 0, 1.0);
  }

  body .custom-menu-primary .submenu.level-1 > li:hover > a{
    color: rgba(0, 0, 0, 1.0);
  }
  body .custom-menu-primary .submenu.level-1 > li.GET.IN.TOUCH > a{
    background: linear-gradient(to right,rgba(0, 0, 0, 1.0) 50%,rgba(33, 175, 228, 1.0) 50%);
    color: rgba(255, 255, 255, 1.0);
  }

  body .custom-menu-primary .submenu.level-1 > li.GET.IN.TOUCH > a:hover{
    color: rgba(255, 255, 255, 1.0);
  }
}

body .custom-menu-primary .navigation-primary > ul > li > a.active-branch {
  color: rgba(36, 210, 181, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary .navigation-primary > ul > li:hover > a.active-branch{
  color: rgba(36, 210, 181, 1.0);
}

body .custom-menu-primary .navigation-primary .submenu.level-2 .menu-item > .menu-link.active-branch {
  color: rgba(0, 0, 0, 1.0) !important;
  background-color: rgba(255, 255, 255, 1.0);
}






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


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

.custom-footer a:hover {
  color: rgba(33, 175, 228, 1.0);
}

.custom-footer .footer-form-title p{
  color: rgba(36, 210, 181, 1.0);
}

.custom-footer .footer-form form input[type="email"]{
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
  border-color: rgba(0, 0, 0, 1.0);
}

.custom-footer .footer-form form input[type="email"]:focus{
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
  border-color: rgba(0, 0, 0, 1.0);
}









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

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: rgba(108, 194, 74, 1.0);
}
.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: #000000;
}
.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: #282828;
}
.blog-tag-filter__menu-link--active-item:after {
  background-color: #494A52;
}
.blog-pagination__link {
  color: rgba(150, 152, 155, 1.0);
}
.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #494A52;
}
.blog-post__title {
  color: #000;
  font-family:'national_2extralight', sans-serif;
  font-size: 64px;
  font-weight: ;
}
.blog-post__author {
  color: rgba(108, 194, 74, 1.0);
}
#comments-listing .comment-reply-to {
  color: rgba(108, 194, 74, 1.0);
}
#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(108, 194, 74, 1.0);
}
#comments-listing .comment-reply-to:active {
  color: rgba(108, 194, 74, 1.0);
}
/*             Blog Grid Listing and Post styles            */
.blog-header {
  background-color: rgba(255, 255, 255, 1.0);
}

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(0, 19, 0, 0.10);
}
.blog-post__tag-link:hover{
  color: #24d2b5;
}
.blog-post__read-more svg {
  fill: #000;
}
.blog-post__read-more a:hover svg {
  fill: #24d2b5;
}
.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(0, 19, 0, 0.10);
}
.blog-sidebar a {
  color: #000;
}
.blog-sidebar a:hover {
  color: #24d2b5;
}
.blog__subscription-block {
  background-color: rgba(255, 255, 255, 1.0);
}
.post-featured-image {
  max-height: 600px;
}
.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(0, 19, 0, 0.10);
}
.blog-post__meta a {
  color: #000;
}

.blog-post__tags a{
  color: rgba(108, 194, 74, 1.0);
}
.blog-post__meta a:hover {
  color: #24d2b5
}
.blog-post__links {
  border-top:  2px solid rgb(88, 174, 54);
}
.blog-post__back-to-blog {
  color: rgba(150, 152, 155, 1.0);
}
.blog-post__back-to-blog:hover {
  color: #24d2b5;
}
.blog-post__back-to-blog svg {
  color: rgba(150, 152, 155, 1.0);
}
a.blog-post__back-to-blog:hover svg {
  fill: #24d2b5;
}

.comment.depth-1 {
  border-left: 2px solid rgb(88, 174, 54);
}
/* .section.post-footer .hs-input {
border-color: rgb(88, 174, 54);
} */
.blog-recent-posts {
  background-color: rgba(255, 255, 255, 1.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: #F8FAFC;
}





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

.dnd-section > .row-fluid, .page-center, 
.content-wrapper, .header__container, 
.footer__container {
  max-width: 1680px;
}

@media only screen and (max-width: 1400px) {
  body{
    font-size: 20.0px;
  }
  h1{
    font-size: 60.0px;
  }
  h2{
    font-size: 50.0px;
  }
  h3{
    font-size: 40.0px;
  }
  h4{
    font-size: 30.0px;
  }
}

@media only screen and (max-width: 960px) {
  h1{
    font-size: 45.0px;
  }
  h2{
    font-size: 38.0px;
  }
  h3{
    font-size: 33.0px;
  }
  h4{
    font-size: 28.0px;
  }
  h5{
    font-size: 22.0px;
  }
  h6{
    font-size: 20.0px;
  }
}

@media only screen and (max-width: 600px) {
  body{
    font-size: 15.0px;
  }
  h1{
    font-size: 38.0px;
  }
  h2{
    font-size: 33.0px;
  }
  h3{
    font-size: 29.0px;
  }
}

@media only screen and (max-width: 480px) {
  h1{
    font-size: 28.0px;
  }
  h2{
    font-size: 24.0px;
  }
  h3{
    font-size: 20.0px;
  }
  h4{
    font-size: 20.0px;
  }
  h5{
    font-size: 20.0px;
  }
  h6{
    font-size: 17.0px;
  }
}
body a.cta_button {
  box-sizing: border-box !important;
}
.paymentformwrap button:hover {
  background: rgb(0, 0, 0);
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
.paymentformwrap button {
  color: rgb(255, 255, 255);
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  max-width: 250px;
  letter-spacing: 1.4px;
  width: 100% !important;
  font: normal normal normal normal normal normal normal national_2medium;
  background: rgb(36, 210, 181);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 50px;
  margin: 0px auto;
}
[type="button"], [type="reset"], [type="submit"], button {
  appearance: button;
}
.paymentformwrap input {
  display: block;
  margin-bottom: 25px !important;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-image: initial;
  padding: 10px;
}
.paymentformwrap button:hover {
  background: rgb(0, 0, 0);
}


/* ********************* Container *************** */

.lp-new .dnd-section:not(section) > .row-fluid {
  padding: 0;
}


.lp-new header{
  padding-bottom:25px; 
}
.lp-new .custom-menu-primary, .lp-new .mobile_trigger{
  display:none !important;
}
@media only screen and (max-width: 960px) {
  .lp-new header{
    padding-bottom:20px; 
  }
}