header.qpac.header {
    padding-bottom: 1rem;
}
@media (min-width: 991px) {
    header.qpac.header {
        padding-bottom: 1rem;
    }
}
.qpac.hero .hero__control, .qpac.hero .video__control {
    z-index: 2;
}

.bg-fixed{
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.qpac.hero header,
.hero-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 20px 20px 60px 20px;
  }
  .qpac.hero header h1,
  .hero-content h1 {
    max-width: 80%;
    margin-bottom: 2rem;
    color: #00ffae;
    font-size: clamp(1.5rem,3.00752vw + 0.793233125rem,3.5rem);
    font-weight: 400;
    letter-spacing: -0.015rem;
    line-height: 100%;
    text-transform: uppercase;
    text-wrap: pretty;
}
.qpac.hero header p {
    max-width: 80%;

}

.qpac.hero header {
    padding: 0;
}

div.qpac.hero.hero--webinar header {
    padding: 2rem 0;
    position: relative;
    z-index: 99;
}
.qpac.hero--webinar header .hero__banner-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
div.hero-webinar-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.6);
    padding: 1.5rem;
    border-radius: 0.25rem;
}
.section--hubspot-form {
    margin: 2rem auto;
}
.hubspot-form-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0 1.5rem;
}
.hubspot-form-header {
    text-align: center;
    margin: 2rem auto;
    width: 100%;
    max-width: 992px;
}
.hbspt-form {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-width: 992px;
}
.hubspot-form-footer {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 992px;
}

@media screen and (max-width: 768px) {
    .hubspot-form-header {
        text-align: center;
        margin: 2rem auto;
        width: 80%;
    }
    .hbspt-form {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .hubspot-form-footer {
        text-align: center;
        margin: 0 auto;
        width: 80%;
    }
}

@media screen and (min-width: 1199px) {
    .qpac.hero header {
        max-width: 100%;
        margin: auto;
    }
}
/** Hubspot form overrides. Forced to use !important to override some styles as the HS styles are loaded via JS. */

.hs-error-msg {
    margin-top: 0.5rem;
    color: #ff6b6b;
    font-size: 0.75rem;
    font-weight: 500;
}
.footer__newsletter form {
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 100% !important;
}
.footer__newsletter form .form-columns-2 {
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    width: auto !important;
}
.hs-form-66c52dd0-9856-4af5-898f-e3013197346d_6330ce7b-6f94-4fbb-93d0-344c88bda046 fieldset.form-columns-2 .input {
    margin-right: 8px;
}
#email-66c52dd0-9856-4af5-898f-e3013197346d {
    font-family: "GT America Mono", sans-serif !important;
    font-size: .8125rem !important;
    width: 100% !important;
    height: 47px !important;
    padding: .625rem !important;
    text-align: center !important;
    color: #16171a !important;
}

.footer__newsletter div {
    margin-block-start: 0 !important;
}
.footer__newsletter form .form-columns-2 .hs-fieldtype-select .input {
    border: 2px solid #00ffae !important;
    border-radius: 2px !important;
    padding: 0.25rem 1rem !important;
    height: 47px !important;
    display: flex;
}

.qpac.footer .footer__newsletter form label.hs-error-msg {
    display: block;
}
.qpac.footer .footer__newsletter form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
    text-align: center !important;
}

.footer__newsletter form {
    gap: 0;
}
@media screen and (max-width: 992px) {
    .footer__newsletter form .form-columns-2,
    .footer__newsletter form {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1.6rem;
    }
    .footer__newsletter form.hs-form.stacked {
        gap: 1.6rem;
    }
    .footer__newsletter form .form-columns-2 .hs-email {
        width: 100% !important;
    }
    .footer__newsletter form .form-columns-2 .hs-email input {
        width: 100% !important;
    }
    .footer__newsletter form .form-columns-2 .hs-fieldtype-select {
        width: 100% !important;
    }

}
@media screen and (max-width: 768px) {
    .contact-form__wrapper  fieldset.form-columns-1, 
    .contact-form__wrapper  fieldset.form-columns-2 {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: flex-start;
        align-content: flex-start;
    }
        
    .contact-form__wrapper  fieldset.form-columns-2 .hs-form-field { 
        width: 100% !important  ;
    }
}
/** Resource grid overrides */
.section--resource-grid .sign-up-card__email #hsForm_66c52dd0-9856-4af5-898f-e3013197346d fieldset.form-columns-2 {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: auto !important;
    gap: 1rem;
}
.section--resource-grid #what_s_the_best_way_to_describe_your_role_-66c52dd0-9856-4af5-898f-e3013197346d,
.section--resource-grid .sign-up-card__email  fieldset.form-columns-2 .hs-form-field,
.section--resource-grid .sign-up-card__email  fieldset.form-columns-2 #email-66c52dd0-9856-4af5-898f-e3013197346d  {
    width: 100% !important;
    float: none !important;
    height: 47px !important;
}
.section--resource-grid .sign-up-card__email #hsForm_66c52dd0-9856-4af5-898f-e3013197346d input.hs-button.primary.large {
    width: 100% !important;
    border: 0.0625rem solid #000;
}
.section--resource-grid .sign-up-card__email #hsForm_66c52dd0-9856-4af5-898f-e3013197346d input.hs-button.primary.large:hover {
    border: 0.0625rem solid #fff;
    color: #fff;
}

.section--resource-grid .sign-up-card__email   .input {
    margin-right: 0 !important;
}


.section--resource-grid .sign-up-card__email form.hs-form.stacked {
   gap: 2.25rem !important;
}
.qpac.contact-form form {
    display: block;
}

.qpac.contact-form form {
    grid-template-columns: repeat(1, 1fr);
}

form.hs-form.stacked {
    display: grid;
    gap: 0;
    row-gap: 1.6rem;
}

fieldset.form-columns-1,
fieldset.form-columns-2 {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100% !important;
}

fieldset.form-columns-1 .hs-form-field .input {
    margin-right: 0 !important;
}
fieldset.form-columns-1 .hs-form-field .input .hs-input,
fieldset.form-columns-2 .hs-form-field .input .hs-input {
    width: 100% !important;
    /** color: #fff !important; **/
    text-align: center !important;
}

fieldset.form-columns-1 .hs-form-field .input select.hs-input:focus,
fieldset.form-columns-2 .hs-form-field .input select.hs-input:focus {
    box-shadow: none !important;
    outline-color: transparent !important;
    outline-style: none !important;
}

fieldset.form-columns-1 .legal-consent-container .hs-richtext {
    display: block;
    color: #8f9091;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}


.btn-no-swipe,
input.hs-button.primary.large {
    display: inline-flex;
    position: relative;
    z-index: 1;
    min-width: 13.75rem;
    align-items: center;
    justify-content: center;
    border: 0.0625rem solid #00ffae;
    background-color: #00ffae;
    color: #1c1d21;
    overflow: hidden;
    padding: 0.9375rem 1rem 0.875rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    height: 47px;
}
header.qpac.header .header__navlist {
    margin-right: 1.75rem;
}

.btn-no-swipe {
    text-align: center;
    justify-content: center;
    font-size: 1rem;
}
.btn-no-swipe:hover,
input.hs-button.primary.large:hover {
    cursor: pointer;
    border-color: #00ffae;
    background-color: transparent;
    color: #00ffae;
}
.btn-no-swipe:hover {
    color: #fff;
}

/** Hide Recaptcha Badge */
.grecaptcha-badge {
    visibility: hidden;
    height: 0 !important;
    width: 0 !important;
}

/** wistia video width in blog **/
article.generic .wistia_responsive_wrapper {
    margin: 0 auto !important;
    width: 60% !important;
}

@media (max-width: 1250px) {
    article.generic .wistia_responsive_wrapper {
        width: 100% !important;
    }
}

/** Stat grid - 3 equal columns */
.qpac.stat-grid.stat-grid--three-equal {
    padding-left: 0 !important;
}

.qpac.stat-grid.stat-grid--three-equal ul {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    flex-wrap: unset !important;
}

@media screen and (min-width: 768px) {
    .qpac.stat-grid.stat-grid--three-equal ul {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

.qpac.stat-grid.stat-grid--three-equal ul li {
    width: 100% !important;
    min-width: unset !important;
    max-width: unset !important;
    flex: unset !important;
}

.qpac.stat-grid.stat-grid--three-equal ul li {
    aspect-ratio: unset !important;
}

.qpac.stat-grid.stat-grid--three-equal ul li .qpac.stat-card {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 1.25rem 1rem 1rem;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.qpac.stat-grid.stat-grid--three-equal ul li .qpac.stat-card figure {
    position: relative;
    top: unset;
    left: unset;
    margin: 0 auto 0.5rem;
}

.qpac.stat-grid.stat-grid--three-equal ul li .qpac.stat-card article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.qpac.stat-grid.stat-grid--three-equal ul li .qpac.stat-card article h3 {
    font-size: clamp(2rem, 6vw, 4.5rem);
    text-align: center;
    line-height: 1.1;
    white-space: normal;
    word-break: break-word;
}

@media screen and (min-width: 768px) {
    .qpac.stat-grid.stat-grid--three-equal ul li .qpac.stat-card article h3 {
        font-size: clamp(2rem, 3.5vw, 4.5rem);
        white-space: nowrap;
        word-break: normal;
    }
}

.qpac.stat-grid.stat-grid--three-equal ul li .qpac.stat-card article p {
    margin-top: 0;
    text-align: center;
    padding-top: 0.25rem;
    font-size: 0.9375rem;
    line-height: 1.3;
}
