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

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

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

.banner .page-center{
width: 100%;
}




html {
  font-size: 18;
}

body {
  color: #000000;
  font-family: Poppins;
  font-size: 18px;
font-weight: 400;
line-height: calc(18px + .4px);
}

p {
  line-height: 1.5;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul, 
.body-container-wrapper .hs_cos_wrapper_type_rich_text ol,
blockquote,
.widget-module ul {
  line-height: 1.5;
}

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

a:hover{
  color:#000000;
  text-decoration: none;
}

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

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

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

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

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

h3 {
  color: #000000;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 700;
}

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

h4 {
  color: #000000;
  font-family: Poppins;
  font-size: 26px;
  font-weight: 700;
}

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

h5 {
  color: #000000;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
}

h6 {
  color: #000000;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
}

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





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

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

.hs-button,
.button--primary {
  background-color: rgba(0, 0, 0, 1.0);
  border-color: rgba(0, 0, 0, 1.0);
  border-radius: 28px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

  color: rgba(0, 0, 0, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(40, 40, 40, 1.0);
  border-color: rgba(40, 40, 40, 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,
.hs-search-field__input,
form input[type="password"] {
  border-color: rgba(204, 204, 204, 1.0);
  color: ;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-search-field__input:focus,
form input[type="password"]:focus {
  border-color: rgba(82, 168, 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: #000000;
}

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

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

.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: #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(248, 250, 252, 0.0);
}


@media(min-width: 981px) {
  .custom-menu-secondary .hs-menu-wrapper>ul>li:first-child>a {
    background-color: rgba(255, 255, 255, 1.0);
    color: rgba(0, 0, 0, 1.0);    
  }
  .custom-menu-secondary .hs-menu-wrapper>ul>li:first-child>a:hover {
    background-color: rgba(0, 0, 0, 1.0);
    color: rgba(255, 255, 255, 1.0);
    border-color: rgba(0, 0, 0, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .custom-menu-secondary .hs-menu-wrapper>ul>li:not(:first-child)>a {
    color: rgba(0, 0, 0, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch,
  .custom-menu-secondary .hs-menu-wrapper>ul>li:not(:first-child).active-branch {
    background-color: rgba(0, 0, 0, 0.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a,
  .custom-menu-secondary .hs-menu-wrapper>ul>li:not(:first-child).active-branch>a {
    color: rgba(0, 0, 0, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
  .custom-menu-secondary .hs-menu-wrapper>ul>li:not(:first-child)>a:hover {
    color: rgba(0, 0, 0, 1.0);
    background-color: rgba(0, 0, 0, 0.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul div {
    background-color: rgba(255, 255, 255, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    color: rgba(0, 0, 0, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
    background-color: rgba(0, 0, 0, 0.0);
    color: rgba(0, 0, 0, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.active-branch {
    background-color: rgba(0, 0, 0, 0.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.active-branch>a {
    color: rgba(0, 0, 0, 1.0);
  }
}





footer.footer {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
}
.gt-form-footer form input[type=checkbox]+span {
  color: rgba(0, 0, 0, 1.0);
}
.gt-footer-bottom p {
  color: rgba(0, 0, 0, 1.0);
}
.gt-menu-footer ul li a,
.gt-menu-footer h6 a,
.gt-form-footer form input[type=checkbox]+span a,
.gt-footer-bottom .gt-column:first-child p a {
  color: rgba(0, 0, 0, 1.0);
}
.gt-menu-footer ul li a:hover,
.gt-menu-footer h6 a:hover,
.gt-form-footer form input[type=checkbox]+span a:hover,
.gt-footer-bottom .gt-column:first-child p a:hover {
  color: rgba(0, 0, 0, 1.0);
}
.gt-menu-footer h6,
.gt-form-footer h6 {
  color: rgba(0, 0, 0, 1.0);
}

.gt-form-footer form .hs_submit.hs-submit input {
  background-color: rgba(#null, 0.0);
  color: rgba(#null, 0.0);    
}
.gt-form-footer form .hs_submit.hs-submit input:hover {
  background-color: rgba(#null, 0.0);
  color: rgba(#null, 0.0);
  border-color: rgba(#null, 0.0);
}
.gt-form-footer form input[type="email"].hs-input {
  border-color: rgba(#null, 0.0);
}

.gt-form-footer form input[type="email"].hs-input:focus {
  border-color: rgba(#null, 0.0);
}




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

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

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

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

.blog-pagination__link {
  color: #000000;
}

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

.blog-post__title {
  color: #000000;
  font-family:Poppins;
  font-size: 48px;
  font-weight: ;
}

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

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

.dnd-section .hs-menu-wrapper ul {
  line-height: 1.5;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}
.container-fluid {
  padding: 0;
}
.page-center, .content-wrapper, .dnd-section>.row-fluid, .container,.gt-row {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}

@media only screen and (max-width: 980px) {
  h1, .gt-h1 {
    font-size: 48px;
  }
  h2, .gt-h2 {
    font-size: 36px;
  }
  h3, .gt-h3 {
    font-size: 30px;
  }
  h4, .gt-h4 {
    font-size: 23px;
  }
  h5, .gt-h5 {
    font-size: 18px;
  }
  h6, .gt-h6 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px){
  h1, .gt-h1 {
    font-size: 40px;
  }
  h2, .gt-h2 {
    font-size: 30px;
  } 
  h3, .gt-h3 {
    font-size: 26px;
  }
  h4, .gt-h4 {
    font-size: 21px;
  }
  h5, .gt-h5 {
    font-size: 17px;
  }
  h6, .gt-h6 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  h1, .gt-hero-section .gt-hero-text h1 {
    font-size: 30px;
  }
  .subs h2 {
    font-size: 24px;
  }
}
.gt-module.post-item {
    margin-top: 30px !important;
}
.post-item:nth-child(1) .gt-blurb-content-wrapper, .post-item:nth-child(2) .gt-blurb-content-wrapper {
    padding: 28px 40px 25px 25px !important;
}
.post-item .gt-blurb-content-wrapper {
    padding: 32px 25px 26px !important;
}