/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

* {
  font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
}

/*h2 {
font-size: 2rem;
}

h3 {
font-size: 1.8rem;
}*/

.body-container-wrapper {
  min-height: 100px;
}

.hs_cos_wrapper_type_inline_rich_text ul li,
.hs_cos_wrapper_type_inline_rich_text ul li p:last-of-type,
.hs_cos_wrapper_type_inline_rich_text ol li,
.hs_cos_wrapper_type_inline_rich_text ol li p:last-of-type {
  margin-bottom: 8px;
}


@media screen and (min-width: 1161px) {
  .body-wrapper:not(.--editing) #main-content .container,
  .body-wrapper:not(.--editing) .footer-form .container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .body-wrapper:not(.--editing) #main-content .body-container.body-container--lp .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-wrapper:not(.--editing) #main-content .ad-inner-hero .container {
    padding-right: 0;
  }

  .clean-base > .custom {
    max-width: 1440px !important; /*override inline*/
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 1.7rem;
  }
  .body-container-wrapper .cta-primary, .body-container-wrapper .cta-primary:is(:active) {
    padding: 10px 15px 12px 15px;
    border-radius: 18px;
    font-size: 1rem;
  }
}

p, li {
  color: #091F31;
}
a {
  color: #003DA5;
}
a:is(:hover, :focus) {
  color: #002B7A;
}
.cta-primary, .cta-primary:is(:active) {
  padding: 10px 15px;
  background-color: #003da5;
  color: #fff;
  font-size: 1.3em;
  box-shadow: 0em 0.15em 0.65em 0em rgba(0,0,0,0.25);
  text-transform: none;
}
.cta-primary:is(:hover, :focus) {
  background-color: #002b7a;
}
.cta-secondary, .cta-tertiary {
  white-space: nowrap;
}

/* Navigation overrides */
#hhs-main-nav.hhs-top-bar {
  padding: 0;
}

#hhs-main-nav.hhs-top-bar .container-fluid {
  max-width: 1780px;
}

#hhs-main-nav.hhs-top-bar.sticky-menu .util-nav {
  display: none;
}

#hhs-main-nav.hhs-top-bar.hhs-alt-nav.sticky-menu, #hhs-main-nav.hhs-top-bar.sticky-menu, #hhs-main-nav.hhs-top-bar.hhs-alt-nav {
  background: #fff;
}

#hhs-main-nav.hhs-top-bar .cta-tertiary, #hhs-main-nav.hhs-top-bar .cta-secondary {
  font-size: 16px !important;
}

#hhs-main-nav.hhs-top-bar .hs-menu-children-wrapper {
  background: #EAF2FF !important;
}

#hhs-main-nav.hhs-top-bar .hs-menu-children-wrapper li {
  color: #282828 !important;
}

#hhs-main-nav.hhs-top-bar .hs-menu-children-wrapper li a:hover {
  background: transparent !important;
  color: #003DA5 !important;
}

.util-nav-mobile {
  display: none;
}

.util-nav {
  background: #EAF2FF;
  padding: 24px 0;
  box-shadow: inset 0px -20px 24px -15px rgba(0,0,0,0.20);
  position: relative;
  z-index: 2000;
}

.util-nav__inner {
  display: flex;
  justify-content: flex-end;
}

.util-nav ul {
  list-style: none;
  padding: 0;
  display: flex;
}

.util-nav ul li {
  margin-bottom: 0;
}

.util-nav ul li a {
  color: #091F31;
  transition: all 500ms;
}

.util-nav ul li a:hover {
  color: #003DA5;
}

.util-nav ul li ul {
  display: none;
  position: absolute;
  width: 100%;
  min-width: 190px;
  margin-top: 10px;
  padding: 4px 0;
  box-shadow: 0 0 4px 4px rgba(0,0,0,0.05);
  z-index: 2;
}

.util-nav ul li ul a {
  display: block;
  font-size: 14px;
  padding: 8px 10px;
}

.util-nav__inner > ul {
  padding-right: 5px;
}

.util-nav__inner > ul > li {
  max-height: 18px;
  line-height: 100%;
  position: relative;
}

.util-nav__inner > ul > li:hover ul,
.util-nav__inner > ul > li:focus-within ul {
  display: block;
}

/* provide space so hover can reach sub menu */
.util-nav__inner > ul > li:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}

.util-nav__inner > ul > li + li {
  margin-left: 16px;
  padding-left: 16px;
  border-left: 3px solid #FF6900;
}

.util-nav__inner > ul > li > a {
  display: flex;
  align-items: center;
}

.util-nav__inner > ul > li > a svg {
  margin-left: 9px;
  transform: translateY(2px);
}

.hhs-header-logo {
  flex-shrink: 0;
}

@media screen and (min-width: 1161px) {
  .body-wrapper .hs-search-field .hs-search-field__bar,
  .body-wrapper .hs-search-field.is-open .hs-search-field__bar {
    left: -180px;
    max-width: 180px;
    position: absolute;
    width: 180px;
  }

  .body-wrapper .hhs-top-bar .hs-search-field__bar .hs-search-field__input {
    background: rgba(234,242,255,1.0);
    border-radius: 20px;
    border: 1px solid rgb(208, 214, 224);
    padding-right: 45px !important;
    padding-left: 20px !important;
  }

  .body-wrapper .hhs-top-bar .hs-search-field__bar .hs-search-field__input::placeholder {
    color:rgb(122, 122, 122);
  }

  .body-wrapper button.top-bar-search {
    margin-left: -35px;
    position: relative;
    z-index: 1000;
  }
}

@media screen and (min-width: 1400px) {
  .body-wrapper .hs-search-field .hs-search-field__bar,
  .body-wrapper .hs-search-field.is-open .hs-search-field__bar {
    width: 250px;
    max-width: 250px;
    left: -250px;
    position: absolute;
  }
}

@media screen and (max-width: 1358px) {
  .hhs-header-logo img {
    max-width: 125px;
  }
}

@media screen and (max-width: 1295px) {
  .body-wrapper .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 14px;
  }
}

@media (max-width: 1160px) {
  #hhs-main-nav.hhs-top-bar .hhs-menu-toggle {
    display: block;
  }

  .body-wrapper .hhs-header-cta {
    display: none;
  }

  .main-nav .sc-site-header__menu {
    display: none;
  }

  .body-wrapper .hhs-top-bar .hamburger-icon .line {
    background: #666
  }
}

@media screen and (min-width: 850px) {
  .body-wrapper .hhs-side-menu__mobile {
    display: block;
  }
}


/* Home Hero */

.home-hero .c-1 {
  padding: 2em;
  background-color: #fff;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.11);
  align-self: center;
}
.home-hero .c-1 h1 {
  font-size: 2.3em;
  margin: 0;
  padding-bottom: 18px;
}
.home-hero .c-1 p {
  margin: 0;
  padding-bottom: 36px;
}
.home-hero .c-2 {
  z-index: -1 !important;
}
.home-hero .c-2 .c-col-inner {
  margin-left: -4em;
}
.featured-content-cta-left h2, .featured-content-cta-left h3 {
  margin: 0;
  padding-bottom: 18px;
}
.featured-content-cta-left p {
  margin: 0;
  padding-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .featured-content-cta-left .c-img-1,
  .featured-content-cta-right .c-img-1 {
    display: none !important;
  }

  .featured-content-cta-left .c-1,
  .featured-content-cta-right .c-1 {
    margin: 0;
  }

  .featured-content-cta-left .c-2,
  .featured-content-cta-right .c-2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .featured-content-cta-left .c-col-inner > div:last-child p:last-child,
  .featured-content-cta-right .c-col-inner > div:last-child p:last-child {
    padding-bottom: 0;
  }
}

.team-member-cards .c-card {
  box-shadow: none !important;
  background: transparent !important;
}
.team-member-cards .c-card img {
  border-top-left-radius: 2rem;
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 0rem;
  object-fit: cover;
  height: 16rem !important;
  width: 100%;
}
.team-member-cards .c-card .c-card-content {
  padding-inline: 0 !important;
}
.team-member-cards .c-card .c-card-content h3, 
.team-member-cards .c-card .c-card-content p, 
.team-member-cards .c-card .c-card-content a,
.team-member-cards .c-card .c-card-content div {
  text-align: left !important;
}

.hhs-tab-wrapper button {
  font-family: 'Literata', serif;
  font-weight: 400 !important;
  background-color: #eaf2ff !important;
  color: #003642 !important;
  padding: 1.5rem 2rem 1rem !important;
  line-height: 1.25;
  border-top: none !important;
}
.hhs-tab-wrapper button.is-active {
  background-color: #ffffff !important;
}
.hhs-tab-wrapper button:is(:hover, :active, :focus) {
  background-color: #ffffff !important;
  color: #003da5 !important;
  border-top: none !important;
}
.scrolling-testimonials .icon-con svg {
  fill: #ff6900;
  margin-inline: auto;
}
.scrolling-testimonials .quote-con {
  font-style: italic;
  line-height: 1.7;
  margin-inline: 0;
}
.scrolling-testimonials .test-name, 
.scrolling-testimonials .test-title {
  font-style: italic;
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  line-height: 1.7;
}
.scrolling-testimonials .test-title {
  padding-bottom: 1.5em;
}
.scrolling-testimonials .test-link a {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1em;
}
.scrolling-testimonials .test-link a span.hs_cos_wrapper_type_icon {
  display: flex;
  align-items: center;
}
.scrolling-testimonials .test-link a svg {
  fill: currentColor;
}
.scrolling-testimonials .slick-dots li {
  border-radius: 50% !important;
  width: 12px !important;
  height: 12px !important;
}
.scrolling-testimonials .img-wrapper img {
  margin-inline: auto;
}
.scrolling-testimonials .icon-con {
  display: none;
}
section.hhs-tab-content {
  -webkit-box-shadow: 0em 0.25em 2em 0em rgba(0,0,0,0.15);
  box-shadow: 0em 0.25em 2em 0em rgba(0,0,0,0.15);
}
.hhs-panel-wrapper .panel {
  box-shadow: none !important;
  padding: 1.5rem !important;
}

@media screen and (max-width: 991px) {
  .hhs-panel-wrapper .panel {
    box-shadow: none !important;
    padding: 12px 0 25px 0 !important;
  }

  .hhs-panel-wrapper .panel .col-sm-12 + .col-sm-12 {
    margin-top: 20px;
  }

  .hhs-tab-wrapper button {
    font-size: 14px !important;
    padding: .5rem !important;
  }
}

.hhs-panel-wrapper .panel .hs_cos_wrapper_type_inline_rich_text h2 {
  font-size: 1.5em;
  margin-bottom: 2rem;
}
.number-counter-mod {
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 5px 5px #091F3126;
  box-shadow: 5px 5px 5px 5px #091F3126;
}
.hhs-foot-copyright {
  margin: 0 !important;
  font-size: .9rem !important;
}
.hhs-footer-mod .cta-tertiary {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hhs-form-wizard-mod .hhs-form-con {
  background: transparent !important;
  padding: 0 !important;
}
.hhs-form-wizard-mod .left-content,
.hhs-form-wizard-mod .left-content h2,
.hhs-form-wizard-mod .left-content h3,
.hhs-form-wizard-mod .left-content p {
  color: #ffffff !important;
}
.hhs-form-wizard-mod .left-content h2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5em;
  font-weight: 300;
}
.hhs-form-wizard-mod .left-content h3 {
  font-size: 2em;
}
.hhs-form-wizard-mod .left-content p {
  font-size: 1em;
}
.hhs-form-wizard-mod .con-wrapper {
  align-items: center;
}
.hhs-form-wizard-mod .con-wrapper .left-content .hs_cos_wrapper_type_inline_rich_text {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.hhs-form-wizard form .hs-input {
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
.hhs-form-wizard .hs-fieldtype-checkbox>label, .hhs-form-wizard .hs-form label {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
}
.hhs-form-wizard .hs-button {
  background-color: #fda179;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .25);
  color: #091f31 !important;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 15px 60px;
  text-transform: none;
}
.hhs-form-wizard .hs-button:is(:hover, :focus) {
  background-color: #f17c45;
  transform: none;
}

/*forms*/
.hhs-form-wizard-mod {
  display: none !important;
}

.footer-form {
  padding: 40px 0;
  background: #003da5;
  background-image: url('/hubfs/47301901/Connect-with-Us-Blue-Starburst-1.jpg');
  background-size: cover;
  background-position: center;
}

.footer-form > .container {
  display: flex;
  align-items: center;
}

.footer-form > .container > * {
  flex: 1;
}

.footer-form__content {
  padding-right: 20px;
}

.footer-form__content * {
  color: #fff !important;
}

.footer-form__content h2 {
  padding: 20px 0;
}

.footer-form__content .ff-preheading {
  font-size: 1.5rem;
  font-weight: 300;
}

.footer-form__form {
  padding-left: 20px;
}

.footer-form__form fieldset label > span {
  color: #fff;
  text-transform: capitalize;
}

.footer-form__form .hs-form label {
  margin-bottom: 0;
}

.footer-form .submitted-message a {
  text-decoration: underline;
}

.footer-form .submitted-message a:hover {
  text-decoration: none;
}

.footer-form__form fieldset input[type="text"],
.footer-form__form fieldset input[type="email"],
.footer-form__form fieldset input[type="tel"],
.footer-form__form fieldset select,
.footer-form__form fieldset textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  padding: 5px 0 5px 0 !important;
}

.footer-form__form fieldset input[type="text"],
.footer-form__form fieldset input[type="email"],
.footer-form__form fieldset input[type="tel"] {
  padding-bottom: 7px !important;
}

.footer-form__form .hs-form-field {
  padding-right: 20px !important;
}

.footer-form__form fieldset select {
  appearance: auto;
}

.footer-form__form fieldset select option {
  color: #000;
}

.footer-form__form .grecaptcha-badge {
  margin: 5px 0;
}

.footer-form__form .hs-richtext,
.footer-form__form .legal-consent-container p,
.footer-form__form .legal-consent-container a {
  color: #fff;
}

.footer-form__form .cookie-reset-container {
  color: #fff;
}

.footer-form__form .cookie-reset-container a{
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

.footer-form__form .legal-consent-container a:hover,
.footer-form__form .cookie-reset-container a:hover {
  text-decoration: underline;
}

.footer-form__form .hs-form-booleancheckbox {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
}

.footer-form__form .hs-button {
  background: #fda179;
  color: #000;
  cursor: pointer !important;
  margin-top: 15px;
  padding: 15px;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  border-radius: 18px;
  letter-spacing: 0;
}

.footer-form__form .hs-button:hover,
.footer-form__form .hs-button:focus {
  transform: none;
  color: #000 !important;
  background: #f17c45;
}

.footer .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.footer .span12 > .row-depth-1 > .row-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.footer .hs_cos_wrapper_type_header h4 {
  color: #003da5;
  font-size: 20px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
}

.footer li.hs-menu-item {
  margin: 0;
  padding: 0;
}

.footer li.hs-menu-item a {
  color: #091f31;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
  white-space: normal;
  display: inline-block;
  padding: 0;
  margin: 0 0 10px;
}

.footer li.hs-menu-item a:hover {
  color: #999;
}

@media screen and (max-width:767px) {

}

@media screen and (max-width: 960px) {
  .footer-form  {
    padding: 60px 0;
  }
  .footer-form > .container {
    display: block;
  }

  .footer-form__content {
    padding: 0 0 30px 0;
  }

  .footer-form__content h2 {
    font-size: 1.5rem;
  }

  .footer-form__content .ff-preheading {
    font-size: 1.1rem;
  }

  .footer-form__form {
    padding: 0;
  }
}

/*Footer add privact icon next to CA */
.hhs-foot-nav-col a[href="/state-privacy-policy/"]:after,
.hhs-foot-nav-col a[href="/state-privacy-policy"]:after {
  content: "";
  display: inline-block;
  background-image: url("https://aledade.com/hubfs/raw_assets/public/CLEAN-6-1-theme%20Aledade/images/privacy-icon.png");
    width: 38px;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    vertical-align: middle;
    transform: translateY(-2px);
    }

.hs_cos_wrapper_type_inline_rich_text p + ul {
  padding-top: 0;
  margin-top: -10px;
}

.hbspt-form .legal-consent-container .hs-richtext {
  color: #fff;
}

.map-box {
  padding: 30px 0 0 0;
}

#usvisns text {
  pointer-events: none;
}

.states-list {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
  list-style: none;
  padding: 0 !important;
}

.states-list li a {
  font-size: 1rem;
  color: #001048
}

.states-list li a:hover {
  color: #003DA5;
}

.states-list + a {
  margin-bottom: 60px;
  display: inline-block;
}

@media (max-width: 960px) {
  .states-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

  .map-box > div {
    display: none !important;
  }
}

@media (min-width: 1161px) {
  .util-nav + .container-fluid {
    min-height: 130px;
  }

  .sticky-menu .hhs-header-logo .logo-sticky,
  #hhs-main-nav.hhs-top-bar.hhs-alt-nav .logo-sticky, #hhs-main-nav .logo-standard {
    max-width: 180px;
  }

  #hhs-main-nav.hhs-top-bar.hhs-alt-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:after {
    background-color: #FF6900;
  }
}
@media (min-width: 768px) {
  .scrolling-testimonials .icon-con {
    display: block;
  }
}
@media (max-width: 1160px) {
  #hhs-main-nav.hhs-top-bar {
    padding: 10px 0;
  }

  #hhs-main-nav.hhs-top-bar .hhs-menu-toggle {
    margin-top: 7px;
  }

  .util-nav-mobile {
    display: block;
  }

  .util-nav {
    display: none;
  }
  .sc-util-nav-mobile {
    padding: 35px 24px 10px 33px;
  }
}

@media (max-width: 767px) {
  .home-hero .c-1 h1 {
    font-size: 1.8rem;
  }

  .home-hero .container-fluid > .row {
    padding: 0 !important;
  }

  .home-hero .container-fluid > .row > .c-col {
    margin: 0 !important;
  }
}

/* blog post */
.post-page-full .blog-header-full {
  padding: 0;
  background: #ecf3f4;
}

.post-page-full.--newsroom-post .blog-header-full {
  background: #EAF2FF;
}

.post-page-full .blog-header-full  .blog-post__title {
  font-size: 1.9rem;
  font-weight: 400;
}

.post-page-full .blog-header-full img {
  width: 100%;
  max-height: 227px;
  object-fit: cover;
  object-position: top;
}

.post-page-full .blog-header-full img,
.post-page-full.--newsroom-post .blog-header-full img {
  width: 100%;
  max-width: 350px;
  max-height: none;
  display: block;
  margin-left: auto;
}

.post-page-full .blog-header-full .blog-header__inner.row {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.post-page-full .blog-post__body h2 {
  font-size: 38px;
  line-height: 1.2;
  margin: 1.25em 0 .2em;
}

.blog-post .blog-post__body h2,
.blog-post .blog-post__body h3,
.blog-post .blog-post__body h4,
.blog-post .blog-post__body h5,
.blog-post .blog-post__body h6 {
  font-weight: unset;
}

.post-page-full .hs-responsive-embed-wrapper {
  margin-bottom: 20px !important;
}

.post-page-full .blog-header-full .blog-post__timestamp {
  font-size: 1rem;
  color: rgba(0,0,0,.8);
  font-weight: 300;
}

.blog-post__tags {
  display: none !important;
}

.post-page-full .blog-post.--has-form {
  display: flex;
  flex-wrap: nowrap;
}

.post-page-full .blog-post.--has-form > .col-12 {
  flex: auto !important;
  flex-grow: 1;
  min-width: 60%;
}

.post-page-full .blog-post.--has-form .widget-type-form {
  min-width: 32%;
  margin-left: 30px;
  padding-top: 30px;
}

.post-page-full .blog-post.--has-form .grecaptcha-badge {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .post-page-full .blog-post.--has-form {
    display: block;
  }

  .post-page-full .blog-post.--has-form .widget-type-form {
    min-width: none;
    width: 100%;
    margin-left: 0;
  }

  .post-page-full .blog-header-full img,
  .post-page-full.--newsroom-post .blog-header-full img {
    margin-right: auto;
  }
}

@media screen and (max-width: 850px) {
  .post-page-full .blog-header-full {
    margin-bottom: 0;
  }

  .post-page-full .blog-header-full .blog-post__title,
  .post-page-full .blog-header-full .blog-post__meta {
    text-align: left;
  }


}

@media screen and (max-width: 575px) {
  .post-page-full .blog-post__body h2 {
    font-size: 30px;
  }
}

/* Blog Listing */
.ad-blogs .dnd-blog-listing .blog-index__post--large.pull-up-card {
  margin-top: 0;
}

.ad-blogs .hhs-blog-grid-cards.listing-page {
  padding-top: 40px;
}

.ad-blogs .blog-index__post.blog-index__post--large.pull-up-card {
  flex: 0 0 calc(100%/3);
  display: block;
  padding: 1rem;
  background: none !important;
  box-shadow: none !important;
}

.ad-blogs .blog-index__post .hhs-blog-card-inner {
  background: none !important;
  box-shadow: none !important;
}

.ad-blogs .blog-index__post {
  position: relative;
}

.ad-blogs .blog-index__post img {
  height: 250px !important;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.ad-blogs .blog-index__post-author-name {
  display: none !important;
}

.ad-blogs .blog-index__post .pub-date {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  padding: 13px 8px;
  border-radius: 10px;
  color: #666;
}

.ad-blogs .blog-index__post.blog-index__post--large .pub-date {
  top: 36px;
  left: 36px;
}

.ad-blogs .blog-index__post .blog-index__post-author {
  margin: 0;
  height: 0;
}

.ad-blogs .blog-index__post .blog-index__post-author + p {
  display: none;
}

.ad-blogs .blog-index__post .blog-index__post-author > span {
  font-size: 0;
}

.ad-blogs .blog-index__post-content--small,
.ad-blogs .blog-index__post--large .blog-index__post-content {
  min-height: 0;
  padding: 80px 0 0 0;
}

.ad-blogs .blog-index__post-image + .blog-index__post-content--small,
.ad-blogs .blog-index__post-image--large + .blog-index__post-content.blog-index__post-content--large {
  padding-top: 20px;
}

.ad-blogs .blog-index__post a.blog-index__post-button,
.ad-blogs .blog-index__post .reading-minutes,
.ad-blogs .blog-index__post .blog-index__post-tags
{
  display: none !important;
}

.ad-blogs .blog-index__post .card_post_title,
.ad-blogs .blog-index__post .card_post_title > a {
  font-family: 'IBM Plex Sans';
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1rem;
}

.ad-blogs .hhs-blog-grid-cards.listing-page {
  display: none;
}

.ad-blogs.basic-list .hhs-blog-grid-cards.listing-page {
  display: block;
}

.ad-blogs.basic-list .listing-only {
  display: none !important;
}

.ad-blogs.basic-list .hhs-blog-grid-cards.listing-page {
  padding-top: 0;
  overflow: hidden;
}

.ad-blogs iframe {
  width: 100%;
}

.blog-index__tag-header {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.blog-index__tag-subtitle {
  display: none !important
}

.blog-index__tag-heading {
  position: relative;
  color: #fff;
  font-size: 2.5rem;
  z-index: 2;
  padding: 0;
  margin: 0;
  border-bottom: none;
}

.blog-index__tag-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  background: url('/hubfs/47301901/headr-bg.png');
  background-size: cover;
}

/* Featured blog post */
.hhs-blog-post-card {
  position: relative;
}
.hhs-blog-post-card:hover {
  background: none !important;
  box-shadow: none !important;
  transform: none;
}
.hhs-blog-post-card .hhs-post-content {
  padding: 3px 0 0 0 !important;
}

.hhs-blog-post-card .hhs-post-content > a h4 {
  font-family: 'IBM Plex Sans';
  font-size: 1rem;
  color: #282828;
  padding-top: 10px;
}

.hhs-blog-post-card .hhs-post-content > a .ad-read-more {
  font-size: .80rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 3px;
}

.hhs-blog-post-card .hhs-post-content > a .ad-read-more svg {
  fill: #002b7a;
  margin-left: 7px;
}

.hhs-blog-post-card a:hover .hhs-post-feat-img  {
  opacity: .8;
}

.hhs-blog-post-card .hhs-post-content > a:hover h4 {
  text-decoration: underline;
}

.hhs-blog-post-card .hhs-post-content > a:hover .ad-read-more {
  text-decoration: underline;
}

.hhs-blog-post-card .hhs-post-meta {
  position: absolute;
  height: auto;
  right: 20px;
  top: 140px;
  background: #fff;
  padding: 10px 8px;
  border-radius: 10px;
  color: #666;
}

.hhs-blog-post-card .hhs-post-meta p {
  margin: 0;
}

.hhs-blog-post-card .hhs-post-summary {
  display: none !important;
}

.resources-link {
  font-size: 1.3em;
  font-family: 'Literata';
}

.resources-link svg {
  min-width: 30px;
  min-height: 20px;
  transform: translateY(2px);
}

.resources-link:hover {
  text-decoration: underline;
}

.hhs-blog-post-mod {
  padding-bottom: 25px !important;
  /*     padding-top: 65px !important; */
}

.hhs-blog-grid-cards .blog-pagination__link--active {
  border-color: #003DA5 !important;
}

.hhs-blog-grid-cards .blog-pagination__link--active:hover, 
.hhs-blog-grid-cards .blog-pagination__link--active:focus,
.hhs-blog-grid-cards .blog-pagination__number-link:hover,
.hhs-blog-grid-cards .blog-pagination__number-link:focus {
  border-color: #003DA5 !important;
  background-color: #003DA5 !important;
}

.hhs-blog-grid-cards .blog-pagination__link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 850px) {
  .hhs-blog-post-mod {
    padding-bottom: 0 !important;
    /*         padding-top: 50px !important; */
  }

  .dnd-blog-listing .blog-index__post--large.pull-up-card {
    flex-basis: 100%;
    width: 100%;
  }

  .dnd-blog-listing .blog-index__post--large.pull-up-card img {
    position: relative;
  }
}

/* Site Search */
.results-pre-header {
  padding: 50px 0 40px !important;
  background: url('/hubfs/47301901/headr-bg.png');
  background-size: cover;
}

.results-pre-header * {
  color: #fff !important;
}

.hs-search-results__pagination__link--number:not(.hs-search-results__pagination__link--active),
.hs-search-results__pagination__link--last,
.hs-search-results__pagination__link--first {
  display: none !important;
}

/*other*/
.sq-grid-section {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: 720px;
  margin: 0 auto;
}

h2 + .sq-grid-section,
h3 + .sq-grid-section {
  padding: 40px 20px 0 20px;
}

.sq-grid-section > div {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 24px;
}

.sq-grid-section > div img {
  max-width: 100px;
  margin-right: 24px;
}

.sq-grid-section > div div {
  padding-right: 24px;
  font-size: 1rem;
  line-height: 140%;
}

.sq-grid-section > div strong {
  display: block;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1;
  color: #0d5257;
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .sq-grid-section > div img {
    margin: 0 auto 20px auto;
  }

  .sq-grid-section > div {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.hs_cos_wrapper_type_rich_text iframe {
  width: 100%;
}

/* bottom stats */
.bottom-stats .container > .row {
  border-top: 3px solid #FF6902;
}

/*modal*/
.hhs-pop.hhs-modal iframe{
  max-width:100%;
}
.hhs-pop.hhs-modal.modal {
  padding: 0;
}

.hhs-pop.hhs-modal.modal .container,
.hhs-pop.hhs-modal.modal .container .col-12 {
  padding: 0;
}

/* Inner Hero */
/*.cta-primary.btn-pop,
.ad-inner-hero .cta-primary {
background: #95bcff;
color: #091F31 !important;
padding: 12px 24px;
}

.cta-primary.btn-pop:hover,
.ad-inner-hero .cta-primary:hover {
background: #6fa0f8 !important;
}

.cta-primary.btn-pop:after {
content: "";
display: inline-block;
width: 18px;
height: 18px;
background-repeat: no-repeat;
vertical-align: middle;
margin-left: 10px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c-7.6 4.2-12.3 12.3-12.3 20.9l0 176c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88c-7.4-4.5-16.7-4.7-24.3-.5z' fill='%23FFFFFF' /%3E%3C/svg%3E");
}*/

@media (min-width: 1200px) {
  .ad-inner-hero .container {
    max-width: 1800px;
  }
}

@media screen and (min-width: 768px) {
  .ad-inner-hero {
    position: relative;
    min-height: 512px;
    display: flex !important;
    align-items: center;
    background-size: 50%;
    background-position: left;
  }

  .ad-inner-hero > div {
    position: relative; 
    z-index: 2;
  }

  .ad-inner-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url('https://aledade.com/hubfs/raw_assets/public/CLEAN-6-1-theme%20Aledade/images/hero-bg.jpg');
      width: 50%;
      height: 100%;
      background-size: cover;
      background-position: center;
      }

  .ad-inner-hero.is-overlayed {
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 160px;
    min-height: 500px;
  }

  .ad-inner-hero .c-content-con {
    margin-right: 10px;
  }

  .ad-inner-hero .c-img-1 {
    max-width: 100%;
    width: 50%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    height: 100% !important;
    object-fit: cover;
  }

  .ad-inner-hero .c-col {
    padding-right: 60px;
  }

  .ad-inner-hero *:not(.c-img-1) {
    position: static !important;
  }

  .ad-inner-hero h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .ad-inner-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ad-inner-hero .c-img-1 {
    display: none !important;
  }

  .ad-inner-hero .c-in-1,
  .ad-inner-hero .c-2 {
    margin: 0 !important;
  }

  .ad-inner-hero h1 {
    font-size: 1.7rem;
  }
}

/* Number Counter */
.number-counter-middle-container > div {
  font-size: 2rem;
  color: #003642;
  font-weight: 500;
  font-family: "Literata", serif;
}

.number-counter-bottom-text p {
  margin: 0;
  padding: 10px 0 0 0;
  font-size: .9rem;
  color: #000;
}

.number-counter-right-text,
.number-counter-left-text {
  font-size: 2rem !important;
  color: #003642 !important;
}

.hero-stats .number-counter-bottom-text {
  height: auto !important; /*override JS set style */
}

@media screen and (min-width: 1161px) {
  .body-wrapper:not(.--editing) .hero-stats,
  .body-wrapper:not(.--editing) .hero-ctas {
    position: relative;
    height: 0;
    transform: translateY(-170px);
    z-index: 6;
  }
}

@media screen and (max-width: 1160px) {
  .hero-stats .container,
  .hero-stats .row {
    padding: 0 !important;
    margin: 0 !important;
  }

  .hero-stats .number-counter-grid {
    grid-template-columns: 1fr !important;
  }

  .hero-ctas p {
    min-height: 0 !important;
  }

  .hero-stats .number-counter-card .number-counter-card-inner {
    padding: 10px 25px !important;
  }
}

.value-based-cards h3 {
  font-size: 27px;
  color: #003da5;
  line-height: 1.25em;
}

.standard-btn.standard-btn--small {
  font-size: 16px !important;
  font-weight: 500;
}

.icon-btn.cta-five svg, 
.icon-btn.cta-four svg, 
.icon-btn.cta-primary svg, 
.icon-btn.cta-secondary svg, 
.icon-btn.cta-tertiary svg, 
.standard-btn.cta-five svg, 
.standard-btn.cta-four svg, 
.standard-btn.cta-primary svg, 
.standard-btn.cta-secondary svg, 
.standard-btn.cta-tertiary svg {
  width: auto;
}

.hs_cos_wrapper_type_rich_text ul {
  margin: 0 0 1rem;
}

.hs_cos_wrapper_type_rich_text ul ul,
.hs_cos_wrapper_type_rich_text ul ol {
  margin-top: 0.5rem;
}

.body-container--lp .lp-cards .row {
  gap: 30px;
}
.body-container--lp .lp-cards .col-sm {
  box-shadow: 0px 11px 21px -11px rgba(8, 8, 8, 30%);
  background: #ffede4;
  padding: 30px 30px 20px;
  border-radius: 4px;
}
.clean-base.vertical-center .row {
  align-items: center;
}

.clean-base  ul {
  margin-bottom: 0 !important;
}





.cta-seven, 
.cta-seven:active, 
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-seven, 
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-seven, 
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-seven { 
  /*   color: #000000 !important;  */
  color: #003da5; !important; 
  font-family: IBM Plex Sans; 
  font-size: 13px !important; 
  font-style: normal; 
  font-weight: 800; 
  letter-spacing: 1px; 
  text-transform: uppercase; 
  padding: 20px 25px; 
  -webkit-border-radius: 18px; 
  border-radius: 18px; 

  
  background-color: background-color: rgba(255, 255, 255, 1.0);
  

  

  

  
  border: 1px solid lightgray;
}

.cta-seven:hover, 
.cta-seven:focus, 
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-seven:hover, 
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-seven:focus, 
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-seven:hover, 
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-seven:focus, 
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-seven:hover, 
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-seven:focus { 

  color: #003da5; !important; 

  
  background-color: background-color: rgba(255, 255, 255, 1.0);
  

  

  

  
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  
}

.standard-btn.cta-seven,
.btn-pop.cta-seven { 
  display: flex;
  align-items: center;
  gap: 10px;
}



@media (hover: none) {
  /* disable hover flip on mobile */
  .c-hover-card-container:hover .c-hover-card-front,
  .c-hover-card-container:hover .c-hover-card-front * {
    opacity: 1 !important;
    visibility: visible !important;
    color: #ffffff !important;
  }

  /* swap arrow image to white */
  .c-hover-card-container:hover .c-hover-card-front img[alt="Arrow"] {
    filter: invert(100%) brightness(200%);
  }

  .c-hover-card-container:hover .c-hover-card-back,
  .c-hover-card-container:hover .c-hover-img.hover-state {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: none !important;
  }

  .c-hover-card-container:hover .c-hover-overlay {
    background-color: transparent !important;
  }
}



/* JQUERY MODAL */
.jquery-modal .modal a.close-modal {
  /*   background-color: white !important; */
  background-image: none !important; 
  top: 10px;
  right: 10px;
}

.jquery-modal .hhs-pop.hhs-modal.modal {
  border-radius: 10px;
/*   overflow: hidden !important; */
}

.jquery-modal .close-modal::before {
  content: "×" !important;
  font-size: 24px !important;
  text-indent: 0 !important;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-bottom: 1px;
  font-size: 30px !important;
  color: #000;
}
/* Aledade Header styles */
header.header.audience-access-header>.container-fluid{
  max-width:1600px;
}
.audience-access-header__inner .span10 .hs-menu-wrapper{text-align:right;}
.audience-access-header__inner .span10 .hs-menu-wrapper ul li{
  margin-bottom:0px;
}
.audience-access-header__inner .audience_access_header-row-0-padding>.row-fluid{
  display: flex;
  align-items: anchor-center;
}
.audience-access-header__inner .span10 .hs-menu-wrapper ul li>a{
  text-overflow: inherit;
  overflow: inherit;
  max-width: inherit;
}


.vjs-hubspot .simple-play-button {
  background-color: red !important;
}

/* Ocultar el botón de hamburguesa por defecto en Desktop */
.custom-menu-toggle {
  display: none;
}
.audience-access-header .audience_access_header-row-0-padding > .row-fluid {
  padding-top:25px;
  padding-bottom:25px;
}
/* FOOTER STYLES */

footer.footer .container-fluid .span12>.row-fluid-wrapper>.row-fluid {max-width:1600px;margin: 0 auto;}
footer.footer .hs-menu-wrapper ul{display:block;}
footer.footer .hs-menu-wrapper ul li{display:block;width: 100%;}
footer.footer .hs-menu-wrapper ul li>a{color:#fff;white-space: nowrap;text-overflow: inherit;max-width:100%;padding:2px 10px;}
/* mobile styles */
@media (max-width: 992px) {

  /* Contenedor del menú en móvil */
  .audience-access-header .hs-menu-wrapper {
/*    removed to make dropdown menu work with position absolute instead of fixed  */
/*     position: relative; */
    width: 100%;
  }

  /* Mostrar y dar estilo al botón de hamburguesa */
  .audience-access-header .custom-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 100;
    margin-left: auto;
  }

  .audience-access-header .hamburger-bar {
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: all 0.3s ease;
  }

  .audience-access-header .js-menu-open .custom-menu-toggle .hamburger-bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .audience-access-header .js-menu-open .custom-menu-toggle .hamburger-bar:nth-child(2) {
    opacity: 0;
  }
  .audience-access-header .js-menu-open .custom-menu-toggle .hamburger-bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .audience-access-header .custom-mobile-menu-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 30px;
    box-sizing: border-box;
    z-index: 99;
  }

  /* NUEVO: Mostrar el contenedor cuando se abre el menú */
  .audience-access-header .js-menu-open .custom-mobile-menu-container {
    display: inline-flex;
    top: 80px;
    bottom: inherit;
    height: auto;
    position: absolute;
    width: 100%;
    right: 0;
    left: inherit;
    text-align: left;
  }

  .audience-access-header .custom-mobile-menu-container ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .audience-access-header .custom-mobile-menu-container ul li {
    display: block;
    float: none;
    margin: 15px 0;
  }
  .audience-access-header .audience_access_header-row-0-padding > .row-fluid {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    padding-top:15px;
    padding-bottom:15px;
  }
  .audience-access-header .span2 img{max-height:50px;width:auto !important;}
  .audience-access-header .span2, 
  .audience-access-header .span10 {
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
  }
  .audience-access-header .span10 {
    flex-grow: 1;
  }
  .audience-access-header .custom-menu-toggle {
    margin-left: auto !important;
    display: flex; 
  }

  /* footer */
  footer.footer .span9{
    margin-bottom:15px;
  }
  footer.footer .hs-social-follow{margin-bottom:15px;}
}

/* Skip to main content link (WCAG 2.4.1 Bypass Blocks) */
/* Visually hidden until it receives keyboard focus. */
.skip-to-content {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  padding: 12px 20px;
  background: #003da5; /* Aledade blue */
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.skip-to-content:focus {
  left: 8px;
  top: 8px;
}

/* The main landmark is only focusable programmatically (tabindex="-1"); */
/* suppress the focus ring so the skip target doesn't show an outline. */
#main-content:focus {
  outline: none;
}