/* ******************************************************************************
*********************************************************************************
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: #F8FAFC;
}
.page-center,
.content-wrapper,
.dnd-section > .row-fluid{
  max-width: 1280px;
  max-width: calc(1280px + 10.8%);
}





body {
  font-size: calc(16px + 2 * ((100vw - 320px) / 960));
  color: #2b3c43;
  font-weight: 300;
  font-family: Ubuntu;
}
html, body, input, button, textarea{
  font-size: calc(16px + 2 * ((100vw - 320px) / 960));
}
@media screen and (min-width: 1280px){
  html, body, input, button, textarea{
    font-size: 18px;
  }
}

a {
  color: rgba(43, 60, 67, 1.0);
  cursor: pointer;
}

a:hover{
  color: rgba(43, 60, 67, 1.0);
}
.row-fluid-wrapper .widget-type-rich_text a,
.legal-consent-container a{
  border-bottom-color:rgba(251, 188, 51, 1.0);
}
.row-fluid-wrapper .widget-type-rich_text a:hover,
.legal-consent-container a:hover{
  border-bottom-color:rgba(251, 188, 51, 1.0);
}

h1 {
  color: #2b3c43;
  font-family: Ubuntu;
  font-size: 78px;
  font-weight: 700;
}
@media screen and (max-width: 1279px){
  h1 {
    font-size:calc(38px + 40 * ((100vw - 320px) / 960));
  }
}

h2 {
  color: #2b3c43;
  font-family: Ubuntu;
  font-size: 54px;
  font-weight: 700;
}
@media screen and (max-width: 1279px){
  h2 {
    font-size:calc(28px + 26 * ((100vw - 320px) / 960));
  }
}

h3 {
  color: #2b3c43;
  font-family: Ubuntu;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 1279px){
  h3 {
    font-size:calc(20px + 8 * ((100vw - 320px) / 960));
  }
}

h4 {
  color: #2b3c43;
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1279px){
  h4 {
    font-size:calc(16px + 2 * ((100vw - 320px) / 960));
  }
}

h5 {
  color: #2b3c43;
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1279px){
  h5 {
    font-size:calc(16px + 2 * ((100vw - 320px) / 960));
  }
}
h6 {
  color: #2b3c43;
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1279px){
  h6 {
    font-size:calc(16px + 2 * ((100vw - 320px) / 960));
  }
}
blockquote {
  border-left: 5px solid #F8FAFC;;
}





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

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

.hs-button,
.button--primary {
  background-color: rgba(251, 188, 51, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 100px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 9.9px;
  padding-bottom: 9.9px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color:rgba(251, 188, 51, 1.0);
  border-color:rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}
.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 228, 91, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form-field > label,
.hs-form-required{
  color: rgba(119, 143, 155, 1.0);
}

.hs-form legend {
  color: rgba(119, 143, 155, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
.hs-search-field__input,
input[type="password"]{
  border-color: rgba(220, 224, 224, 1.0);
  color: ;
  border-radius: 0px;
}

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

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

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

.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(255, 255, 255, 1.0);
  border: 1px solid rgba(43, 60, 67, 1.0);
  color: rgba(43, 60, 67, 1.0);
}

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

tfoot td {
  background-color: rgba(43, 60, 67, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(43, 60, 67, 1.0);
}





.website-header{
  background-color: rgba(255, 255, 255, 1.0);
}
@media (min-width:990px){
  .header-menu-col .hs-menu-wrapper > ul > li > a{
    color: rgba(43, 60, 67, 1.0);
  }
  .header-menu-col .hs-menu-wrapper > ul > li > a:hover{
    color: rgba(43, 60, 67, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .header-menu-col .hs-menu-wrapper > ul > li.active > a,
  .header-menu-col .hs-menu-wrapper > ul > li.active-branch > a,
  .header-menu-col .hs-menu-wrapper > ul > li.active > a:hover,
  .header-menu-col .hs-menu-wrapper > ul > li.active-branch > a:hover{
    color: rgba(43, 60, 67, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .header-menu-col .hs-menu-wrapper > ul ul{
    background-color: rgba(250, 178, 24, 0.3);
  }
  .header-menu-col .hs-menu-wrapper > ul ul li a{
    color: rgba(43, 60, 67, 1.0);
  }
  .header-menu-col .hs-menu-wrapper > ul ul li a:hover{
    color: rgba(43, 60, 67, 1.0);
    background-color: rgba(250, 178, 24, 1.0);
  }
  .header-menu-col .hs-menu-wrapper > ul ul li.active > a,
  .header-menu-col .hs-menu-wrapper > ul ul li.active-branch > a,
  .header-menu-col .hs-menu-wrapper > ul ul li.active > a:hover,
  .header-menu-col .hs-menu-wrapper > ul ul li.active-branch > a:hover{
    color: rgba(43, 60, 67, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
}



.website-footer .page-center{
  max-width: 1398px;
  max-width: calc(1398px + 10.8%);
}

.website-footer {
  background-color: rgba(248, 248, 248, 1.0);
}
.footer-top-col.col-right .hs-menu-wrapper > ul > li > a{
  color: rgba(43, 60, 67, 1.0);
}
.footer-top-col.col-right .hs-menu-wrapper > ul > li > a:hover{
  color: rgba(43, 60, 67, 1.0);
}
.footer-top-col.col-right .hs-menu-wrapper > ul > li.active > a{
  color: rgba(43, 60, 67, 1.0);
}
.footer-top-col.col-right .hs-menu-wrapper > ul > li.active > a > span{
  border-color: rgba(251, 188, 51, 1.0);
}
.footer-top-col.col-right .hs-menu-wrapper > ul ul > li > a{
  color: rgba(43, 60, 67, 1.0);
}
.footer-top-col.col-right .hs-menu-wrapper > ul ul > li > a:hover{
  color: rgba(43, 60, 67, 1.0);
}
.footer-top-col.col-right .hs-menu-wrapper > ul ul > li.active > a{
  color: rgba(43, 60, 67, 1.0);
}
.footer-top-col.col-right .hs-menu-wrapper > ul ul > li.active > a > span{
  border-color: rgba(251, 188, 51, 1.0);
}
.website-footer a,
.legal-privacy-col .hs-menu-wrapper > ul > li a{
  color: rgba(43, 60, 67, 1.0);
}
.website-footer a:hover,
.legal-privacy-col .hs-menu-wrapper > ul > li a:hover{
  color: rgba(43, 60, 67, 1.0);
}





.blog-post__date {
  border-color: #2b3c43;
}

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

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

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

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

.blog-pagination__link {
  color: #2b3c43;
}

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

.blog-post__title {
  color: #2b3c43;
  font-family:Ubuntu;
  font-size: 54px;
  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);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
  background-color: rgb(245, 245, 245);
}

.hs-blog-listing,
.hs-blog-post {
  background-color: #fff;
}

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-post__tag-link:hover{
  color: #2b3c43;
}

.blog-post__read-more svg {
  fill: #2b3c43;
}

.blog-post__read-more a:hover svg {
  fill: #2b3c43;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-sidebar a {
  color: #2b3c43;
}

.blog-sidebar a:hover {
  color: #2b3c43;
}

.blog__subscription-block {
  background-color: rgb(245, 245, 245);
}

.post-featured-image {
  max-height: 500px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-post__meta a {
  color: #2b3c43;
}

.blog-post__body, .blog-post__tags a {
  color: #2b3c43;
}

.blog-post__meta a:hover {
  color: #2b3c43
}

.blog-post__links {
  border-top:  2px solid rgb(228, 230, 232);
}

.blog-post__back-to-blog {
  color: #2b3c43;
}

.blog-post__back-to-blog:hover {
  color: #2b3c43;
}

.blog-post__back-to-blog svg {
  fill: #2b3c43;
}

a.blog-post__back-to-blog:hover svg {
  fill: #2b3c43;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(228, 230, 232);
}

.comment.depth-1 {
  border-left: 2px solid rgb(228, 230, 232);
}

.section.post-footer .hs-input {
  border-color: rgb(228, 230, 232);
}

.blog-recent-posts {
  background-color: rgb(245, 245, 245);
}










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;
}

.page-center {
  margin: 0 auto;
}




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





.blog-post-item-in.blog-post-item-without-image>a {
     border-top: none; 
     padding-top: 0; 
}


div.blog-listing-wrapper > div > div > a > img {
    width: 375px !important;
    height: 285px !important;
}

a.blog-post-item-link {
    margin: 2% !important;
}

/* Tag Controls */

ul#custom-tag li:first-child {
	display: block;
	text-decoration: none; 
	margin:0; 
}

div.hs-blog-body-section > div.blog-body-wrapper > div > div.blog-listing-wrapper > div > div > ul > a > h3.blog-post-item-name {
    font-weight: 700;
    margin: .1em 0;
}

#blog-card {
  padding-left: 20px;
  padding-right: 20px;
}

ul.blog-post-item-meta {
    width: 85%;
}
/*ADDED based on support advice was */
ul.three_col_post img {
    width: 375px !important;
    height: 285px !important;
}