


.splide__slide--caption {
    align-self: flex-end;
    box-sizing: border-box;
    height: auto;
    padding: .5rem 7% 0;
}

.dropzone blockquote, 
.dropzone .testimonial blockquote {
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

@media (max-width: 768px) {
  .splide__slide--caption {
    align-self: flex-end;
    box-sizing: border-box;
    height: auto;
    padding: .5rem 10% 0;
  }
  button.splide__arrow--next {
    right: -0.5em;
  }
  button.splide__arrow--prev {
    left: -0.5em;
  }  
  .slider__container {
    padding: 20px 0;
  }
  .splide__track--loop, .splide--loop {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
  .dropzone .page-actions .hs-cta-embed {
   overflow-y: visible !important;
     display: flex !important;
     flex-direction: row;
     max-height: calc(100% + 20px) !important; 
  }
  
  .dropzone .page-actions .hs-cta-embed iframe {
     height: calc(100% + 20px) !important 
  }
  
  .content-align-middle_center .billboard-ctas .button-cta.primary, 
  .content-align-top_middle .billboard-ctas .button-cta.primary,
  .content-align-bottom_middle .billboard-ctas .button-cta.primary,
  .content-align-middle_center .billboard-ctas .button-cta.secondary, 
  .content-align-top_middle .billboard-ctas .button-cta.secondary,
  .content-align-bottom_middle .billboard-ctas .button-cta.secondary {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.billboard-content.content-align-bottom_middle .page-actions, 
.billboard-content.content-align-middle_center .page-actions, 
.billboard-content.content-align-top_middle .page-actions {
    justify-content: space-around;
    max-width: fit-content;
    margin: 0 auto;
}

.main-nav .desktopmenu ul li {
  letter-spacing: 1px; 
}

.main-nav .desktopmenu ul li:not(.hs-menu-item) {
  padding-right: 0px;
  margin-right: -15px; /* was -22 */
  margin-left: 25px;
}

.main-nav .desktopmenu ul li:not(.hs-menu-item):hover {
  background-color: transparent !important;
}

.main-nav .desktopmenu ul li.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper:first-of-type {
  border-top-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 6px solid rgba(93, 181, 215, 0.72);
  border-bottom: 6px solid rgba(93, 181, 215, 0.72);
  height: auto;
}

/*
.main-nav .desktopmenu ul li.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper li:last-of-type {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom: 6px solid #5db5d700;
}
.main-nav .desktopmenu ul li.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper li:hover:last-of-type {
  border-bottom: 6px solid #5db5d7ff;
}
*/

.main-nav .desktopmenu ul li.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper li:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.main-nav .desktopmenu ul li.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper li:last-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.main-nav .desktopmenu ul li.hs-menu-depth-1.hs-item-has-children {
  position: relative;
  padding-right: 32px;
}
/*
.main-nav .desktopmenu ul li.hs-menu-depth-1.hs-item-has-children a {
  padding-right: 47px !important;
}*/

.main-nav .desktopmenu ul li.hs-menu-depth-1.hs-item-has-children:after {
  bottom: calc(50% + 10px);
  content: "\f078";
  font-family: FontAwesome;
  height: 0;
  color: #ffffff;
  top: 14px;
  right: 34px;
  position: absolute;
  width: 0;
}

.main-nav .desktopmenu ul li ul li.hs-menu-depth-2.hs-item-has-children:after {
  bottom: calc(50% + 10px);
  content: "\f054";
  font-family: FontAwesome;
  height: 0;
  color: #ffffff;
  top: 14px;
  right: 28px;
  position: absolute;
  width: 0;
  font-size: smaller;
}

.main-nav .desktopmenu ul li ul li.hs-menu-depth-2.hs-item-has-children:hover:after {
  color: #5db5d7;

}

.main-nav .desktopmenu .hs-menu-wrapper > ul li ul li ul li:last-of-type {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}  

.main-nav .desktopmenu .hs-menu-wrapper > ul li ul li ul li:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 6px !important;
}  
/*
.body_dnd_area-row-0-max-width-section-centering > .row-fluid {
 /* gap: 20px; */
}
*/

.slick-prev:before, 
.slick-next:before {
    opacity: .75;
    color: #5db5d7;
}

.dropzone .post-item .row.post-body-row, .post-item .blogsnippet {
    padding: 5px 0;
}
.hs-blog-post .post-item .blogsnippet {
   text-align: left;
  padding-bottom: 20px;
}
.hs-blog-listing .post-item .blogsnippet {
   text-align: center;
  padding: 20px;
}

.dropzone .hs-blog-listing .post-item .blogsnippet {
   text-align: left;
  padding-bottom: 20px;
}

.dropzone .more-link,
.dropzone .more-link:hover,
.dropzone .more-link:focus,
.dropzone .more-link:active {
      color: #5e5e5e !important;
      border-color: #5e5e5e !important;
      width: fit-content !important;
      font-size: 16px !important;
      padding: 5px 15px !important;
      font-weight: 500 !importan;
}

.dropzone .widget-type-post_filter .widget-module ul li a {
    color: #2098c7 !important;
    display: block !important;
    text-decoration: none !important;
    position: relative !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    margin: 0 auto !important;
    max-width: fit-content !important;
    padding: 0.5em 1.5em !important;
    background: none !important;
    border: none !important;
    transition: all .2sease !important;
    white-space: nowrap;
}

.dropzone .widget-type-post_filter ul {
    list-style: none;
    padding-left: 0;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 1.5rem;
    columns: 3;
}
.widget-type-post_filter .widget-module ul li {
    display: inline-block;
    margin: 8px 8px 8px;
    min-width: 250px;
}

.dropzone .blog-post-wrapper h1 {
    font-size: 40px;
    color: #717171;
    font-weight: 500;
}

.header-container .hero-form label,
.header-container .hero-blog label {
    display: none;
}

.header-container .hero-form input[type="submit"],
.header-container .hero-blog input[type="submit"] {
    padding: 5px 15px !important;
}

@media only screen and (max-width: 768px) and (min-width: 520px) {
    .dropzone .widget-type-post_filter .widget-module ul {
        column-count: 2;
    }
}

@media only screen and (max-width: 768px) and (min-width: 520px) {
    .dropzone .widget-type-post_filter .widget-module ul {
        max-width: 512px !important;
    }
}

@media only screen and (max-width: 520px) {
    .dropzone .widget-type-post_filter .widget-module ul {
        column-count: 1;
    }
}

@media (min-width: 900px) {
  .dropzone .span2.widget-span.widget-type-logo.custom-logo {
      padding-left: 0px; /* was 6 */
  }
  
  .row-fluid [class*="span"].global-wrapper.header-nav-wrapper {
    padding: 10px 0px 10px 20px;
    margin-top: 0px;
  }
}
  
.template-blog .billboard-wrapper.short-background, 
.template-blog .short-background .billboard-content, 
.template-blog .short-background .parallax-hero-container, 
.template-blog .short-background .parallax-hero-background {
    height: 40vh;
}
}
@media (max-width: 900px) {
  .row-fluid [class*=span].global-wrapper.header-nav-wrapper {
    padding: 10px 20px 10px 20px !important;
  } 

  .mobile-open .mobile-trigger {
    z-index: 10; 
  }

  .custom-menu-primary .hs-menu-wrapper > ul li:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    float: left;
    min-width: 100vw;
    padding: 90px 0 10px; 
    position: absolute;
    right: -10px;
    top: -20px;
    min-height: auto;
    height: max-content;
    max-height: max-content;
    width: 100vw;
    max-width: 768px;
    overflow: hidden;
  }
  
  .main-nav .mobilemenu ul li ul li a, 
  .main-nav .mobilemenu ul li ul li ul li a {
    font-size: 18px; 
  }
  
  .main-nav .mobilemenu ul li.hs-menu-depth-1 .child-trigger {
    height: 55px !important;
  }
  
  .main-nav .mobilemenu ul li.hs-menu-depth-2 .child-trigger,
  .main-nav .mobilemenu ul li.hs-menu-depth-3 .child-trigger {
    height: 44px !important;
  }
  
  .footer-container-wrapper, 
  .footer-container-wrapper .text-left, 
  .footer-container-wrapper .text-right, 
  .footer-container-wrapper .thmbleft, 
  .footer-container-wrapper .thmbright, 
  .footer-container-wrapper .posttleft, 
  .footer-container-wrapper .posttright {
    text-align: center !important;
    float: none !important;
  }
  
  .dropzone .mobile-trigger {
    top: 8px;
    right: 6px;
  }
}  

/* Blog grid template */
.template-blog .billboard-content h1, .template-blog .billboard-content h3 {
    font-size: 32px;
    line-height: 1.125em;
    text-shadow: 2px 2px 3px #333;
    color: #fff;
    font-weight: 700;
}

.secondary-header {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 15px;
    color: #fff;
    text-shadow: 0 0 0 #484848;
}
.sidebar-blog-subscription form input[type="submit"], 
.hero-blog-subscription form input[type="submit"], 
.invert .hero-blog-subscription input.hs-button.primary.large, 
.invert .hero-blog-subscription form input[type="submit"] {
    padding: 5px 15px !important;
    font-size: 18px !important;
}
.sidebar-blog-subscription .hs_submit {
    vertical-align: bottom;
    height: 80px;
}
@media all and (min-width: 768px ) {
.hero-blog-subscription {
  margin-top: 50px;
} 
}
.invert .hero-blog-subscription input.hs-button.primary.large, 
.invert .hero-blog-subscription form input[type="submit"] {
    color: #f1fafd !important;
    border-color:  #f1fafd !important;
    font-size: 18px !important;
}
.invert .hero-blog-subscription input[type=email] {
    color: #f1fafd !important;
}
.invert .hero-blog-subscription input.hs-button.primary.large:hover, 
.invert .hero-blog-subscription form input[type="submit"]:hover, 
.invert .hero-blog-subscription input.hs-button.primary.large:active, 
.invert .hero-blog-subscription form input[type="submit"]:active {
    color: #f1fafd !important;
    border-color:  #f1fafd !important;
}

.template-blog .billboard-content .page-header {
    padding-top: 82px;
}
.sidebar-blog-subscription label.hs-error-msg,
.hero-blog-subscription label.hs-error-msg {
  padding: 0.9rem 0.7rem 0.7rem;
  font-size: 0.875rem;
  background-color: #5f5f5f;
  color: #f1fafd !important;
}
.sidebar-blog-subscription label.hs-error-msg:before, 
.hero-blog-subscription label.hs-error-msg:before{
    border: 15px solid transparent;
    border-top-color: #5f5f5f;

    bottom: -10px;
    content: "";
    height: 0;
    left: 24px;
    position: absolute;
    width: 0;
}

.billboard-content .hero-blog-subscription input[type=email],
.sidebar-blog-subscription form input[type=email] {
    background: hsla(0, 0%, 100%, .2);
    display: inline;
}
.hs-input.invalid.error {
    border-color: #EF6B51;
}
.hero-blog-subscription form input[type=email] {
    padding: 0.9rem 0.7rem 0.7rem;
    font-size: 0.875rem;
    width: 100%;
}

.billboard-content .hs_email,
.billboard-content .hs_submit {
  display: inline-block !important;
  width: 45% !important;
  margin-right: 5% !important;
  margin-top: 30px !important;
}
.sidebar-blog-subscription form input[type=email] {
    padding: 0.9rem 0.7rem 0.7rem;
    font-size: 0.875rem;
    width: 100%;
}

.invert form input[type=email] {
    color: #f1fafd;
  border: 1px solid #5e5e5e;
    border-radius: 4px;
}
.invert .submitted-message {
  color: #f1fafd;
}
.body-container-wrapper .blog-sidebar ul>li {
    list-style-type: none;
    padding-left: 0.5em;
}
.hs-blog-post .billboard-content .hero-blog-subscription {
  display: none; 
}

[data-hs-anchor="true"] {
 scroll-margin-top: 60px;
}

.legacy [data-hs-cos-field="widget_group_4.rich_text_4"] {
  padding-top: 23px;
}

 a.interactive-button,
.interactive-button-wrapper a.interactive-button {
    background: transparent !important;
    color: #f1fafd !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    border-radius: 12px !important;
    border: 2px solid #f1fafd !important;
    height: auto !important;
    transition: all .4s ease !important;
    padding: 13px 46px !important;
  	padding: 5px 15px !important;
    margin-top: 10px; !important;
    text-shadow: none !important;
    width: auto !important;
    line-height: 1.5em !important;
}
 a.interactive-button:hover,
.interactive-button-wrapper a.interactive-button {
    background: rgba(177, 75, 48, 0.3) !important;
    color: #f1fafd !important;
}
#search-form-wrapper input[type="text"] {
     color: #2098c7 !important;
}


/* hero blog subscription */

.dropzone .header-container .hero-form {
    margin: 0 auto;
}

.dropzone .header-container .hero-form .hs-form-field {
    display: table-cell;
    width: 55%;
}

.dropzone .header-container .hero-form label.hs-error-msg {
    display: block;
}

.dropzone .header-container .hero-form {
  background: transparent;
} 

.dropzone .header-container .hero-form h3 {
  display: none;  
}

.dropzone .header-container .hero-form input[type="email"] {
  display: inline;
}

.dropzone .header-container .hero-form .hs_submit {
    display: table-cell;
    vertical-align: text-top;
    padding-left: 10px;
}

.dropzone .header-container .hero-form .hs-form-field,
.dropzone .header-container .hero-form input[type="submit"] {
    height: 42px;
    line-height: 27px;
    font-size: 15px;
}

.dropzone .header-container .hero-form [id^='hs_form_target_form_'] form {
    display: table;
}

@media all and (max-width: 768px) {
 .template-blog .billboard-wrapper >.container-fluid>.row-fluid .span4.custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul {
   width: 100%;
  }
  
}
/* blog subscription end */