a.hover-bright {
    color: #abe1fa !important;
    border-bottom-color: #005272 !important;
    border-left-color: #005272 !important;
}
a.hover-bright:hover {
    color: #03cbfd !important;
}
.bright-text {
    color: #abe1fa !important;
}
.sector-separator:last-child {
    display: none;
}

.blog-content .blog-article img {
    height: auto;
}

.hp1-people-category {
    min-height: 400px;
}

.hp1-people-category #loader {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    padding: 40px;
    width: 100%;
    height: 100%;
    background: #fafafa;
}

.hp1-people-category #loader img {
    display: block;
    margin: 0 auto;
    height: 75px;
    width: 75px;
}

@media screen and (max-width: 479px) {
    .past-event-card .past-event-image {
        height: 200px;
    }
}

.cp-filters .new-filters.dropdown-menu nav > ul > li ul {
    padding: 0;
}

.cp-filters .new-filters.dropdown-menu nav ul li ul li ul li:nth-child(1),
.new-filters.dropdown-menu nav ul li ul li ul li:nth-last-child(1) {
    padding: 0;
}

.cp-filters .new-filters.dropdown-menu nav > ul > li > ul a:hover {
    background-color: #0072ce !important;
    color: #fff !important;
}

@media screen and (min-width: 481px) {
    .cp-filters .new-filters.dropdown-menu nav > ul > li > ul > li > ul {
        top: 70px;
    }
}

#Insights .logos .inv-logos-grid .logo-meta {
    min-height: 40px;
}

.blog-image-figure {
    margin: 0 0 1.5rem;
}

.blog-image-figure.case-image-figure {
    margin: 0;
}

.blog-image-figure .blog-image {
    margin: 0;
}

.blog-image-figure figcaption,
.blog-article figure figcaption {
    color: #aaa;
    margin-top: 8px;
    text-align: left;
    font-size: 12px;
}

.home-locations-section {
    padding: 3.5rem 0 0;
    background: #002a3a;
    color: white;
}

.home-locations-section .locations-subtitle {
    padding: 0 3rem;
}

.home-locations-section .hp1-small-titles {
    color: white;
    margin: 0;
}
.home-locations-section .hp1-offices-grid {
    padding: 3.5rem 0 0 !important;
    margin: 0 0 5rem;
    color: white;
}

@media screen and (max-width: 480px) {
    #Insights .logos .inv-logos-grid .logo-meta {
        font-size: 11px;
    }

    .blog-image-figure figcaption {
        font-size: 10px;
    }
    .home-locations-section {
        padding: 2rem 0 0;
    }
    .home-locations-section .hp1-offices-grid {
        padding: 2rem 0 0 !important;
        margin: 0 0 3rem;
    }
}

.video-embed-16x9 {
    padding-top: 56.25%;
    position: relative;
}
.video-embed-16x9 iframe,
.video-embed-16x9 video,
.video-embed-16x9 object,
.video-embed-16x9 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    background: none !important;
}
.mn-link.subscribe-cta {
    border-radius: 5px;
    background-color: #4aa4f9;
    color: white;
    margin: 0 30px 0 0;
    line-height: 1;
    border-radius: 4px;
    font-size: 18px;
    padding: 0.5rem 1rem;
    transition: background-color 0.2s;
}

.mn-link.subscribe-cta:hover {
    background-color: #0072ce;
}

@media screen and (max-width: 767.98px) {
    .mn-link.subscribe-cta {
        margin: 0 15px 0 0;
        font-size: 16px;
        padding: 0.375rem 0.75rem;
    }
}

/* Subscribe Page */
.subscribe-hero-wrap {
    padding: 60px 40px;
    overflow: initial;
}
.subscribe-hero h2 {
    margin-top: 0;
}
.subscribe-hero .text-block-18 {
    margin-top: 15px;
    color: #008bc0;
}
.subscribe-section {
    padding: 60px 40px;
}
.subscribe-section-inner {
    max-width: 1300px;
    margin: 0 auto;
}
.subscribe-section-inner.hp1-insights-grid,
#must-reads .hp1-insights-grid {
    padding: 0;
}
#newsletters {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 21;
}
.newsletter-grid {
    display: grid;
    align-items: start;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 5rem;
}

.subscribe-form {
    min-height: 300px;
    background: #fafafa;
    color: #333;
    padding: 24px;
    border: 1px solid #ddd;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.subscribe-form .gform_conirmation_message {
    text-align: center;
    font-size: 20px;
}

.newsletter-cta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 3rem;
}

.newsletter-cta-grid .newsletter-cta {
    width: 100%;
    padding: 0 0 40px;
    background: #fff;
    margin-bottom: 0 !important;
    position: relative;
}

.newsletter-cta-grid .newsletter-cta:hover {
    box-shadow: none;
}

@media screen and (min-width: 992px) {
    .newsletter-cta-grid .newsletter-cta::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: calc(100% + 2rem);
        width: calc(100% + 2rem);
        left: -1rem;
        top: -1rem;
        z-index: -1;
        transition: box-shadow 0.3s;
    }
    .newsletter-cta-grid .newsletter-cta:hover::after {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }
}

@media screen and (min-width: 1400px) {
    .newsletter-cta-grid .newsletter-cta::after {
        height: calc(100% + 3rem);
        width: calc(100% + 3rem);
        left: -1.5rem;
        top: -1.5rem;
    }
}

.newsletter-cta-grid .newsletter-cta:hover span {
    background-color: #002a3a;
}

.newsletter-cta > img {
    display: block;
    height: auto !important;
}
.newsletter-cta ul {
    padding: 0 0 0 1.125rem;
    margin: 1rem 0;
}
.newsletter-cta h4 {
    margin-top: 0;
    font-size: 19px;
}
.newsletter-cta li {
    margin: 0 0 0.5rem;
    font-size: 13px;
}
.newsletter-cta p:last-child,
.newsletter-cta ul:last-child,
.newsletter-cta li:last-child {
    margin-bottom: 0;
}

.newsletter-cta span {
    background: #4aa4f9;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    color: white;
    padding: 8px;
    width: 100%;
    display: block;
    position: absolute;
    text-align: center;
    bottom: 0;
    transition: background 0.2s;
}
.signup-heading {
    text-align: center;
    margin: 0 0 40px;
    font-weight: 300;
    font-size: 32px;
}

.gform_wrapper.gravity-theme.cc-newsletter-subscribe-form_wrapper .gform_required_legend {
    display: none;
}
.gform_wrapper.gravity-theme.cc-newsletter-subscribe-form_wrapper .gform_confirmation_message {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #4da2f6;
}
.gform_wrapper.gravity-theme.cc-newsletter-subscribe-form_wrapper .gform_validation_errors {
    text-align: left;
    border: none;
    padding: 0;
    margin-bottom: 0.5rem;
    box-shadow: none;
    background: 0 0;
    font-size: 1rem;
    font-weight: 500;
}
.gform_wrapper.gravity-theme.cc-newsletter-subscribe-form_wrapper .gform_validation_errors h2 {
    font-size: 0.9rem;
    font-weight: 500;
    font-family: transat-text, sans-serif;
    color: #cc0000;
    text-align: left !important;
}
.gform_wrapper.gravity-theme.cc-newsletter-subscribe-form_wrapper .gform_validation_errors .gform-icon {
    display: none;
}
.gform_wrapper.gravity-theme .cc-newsletter-subscribe-form .gform_fields .gfield .validation_message {
    padding-top: 5px;
    font-size: 0.75rem;
    border: none;
    background: 0 0;
    padding: 0.375rem 0 0;
    margin: 0;
    color: #cc0000;
    font-weight: 500;
}
.gform_wrapper.gravity-theme .cc-newsletter-subscribe-form .gfield_error [aria-invalid="true"] {
    border-style: none none solid;
    border-width: 0 0 1px;
    border-color: #000 #000 #0072ce;
}
.gform_wrapper.gravity-theme .cc-newsletter-subscribe-form .gfield--type-checkbox {
    margin-top: 1rem;
}
@media screen and (min-width: 48rem) {
    .gform_wrapper.gravity-theme .cc-newsletter-subscribe-form .gfield_checkbox {
        margin: 0.5rem auto;
    }
}
.gform_wrapper.gravity-theme .cc-newsletter-subscribe-form .gfield_checkbox .gchoice {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 0.5rem;
}
.gform_wrapper.gravity-theme .cc-newsletter-subscribe-form .gfield_checkbox label {
    padding-left: 2rem;
    line-height: 1.25;
    cursor: pointer;
    font-weight: 400;
}
.gform_wrapper.gravity-theme .cc-newsletter-subscribe-form .gfield_checkbox input[type="checkbox"] {
    display: none;
}
.gform_wrapper.gravity-theme .cc-newsletter-subscribe-form .gfield_checkbox input[type="checkbox"] + label {
    background: url("../svg/checkbox-unchecked.svg") left center no-repeat;
    background-size: 1.125rem 1.125rem;
}
.gform_wrapper.gravity-theme .cc-newsletter-subscribe-form .gfield_checkbox input[type="checkbox"]:checked + label {
    background: url("../svg/checkbox-checked.svg") left center no-repeat;
    background-size: 1.125rem 1.125rem;
}
.gform_wrapper.gravity-theme .cc-newsletter-subscribe-form .gf_list_2col .gfield_checkbox,
.gform_wrapper.gravity-theme .cc-newsletter-subscribe-form .gf_list_2col .gfield_radio {
    grid-row-gap: 0.75rem;
}
.gform_wrapper.gravity-theme .cc-newsletter-subscribe-form .gform_footer {
    padding: 10px 0 0;
}
.gform_wrapper.gravity-theme .cc-newsletter-subscribe-form .gform_footer .gform_button {
    margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
    .newsletter-grid {
        grid-gap: 2rem;
    }
    .newsletter-cta-grid {
        grid-gap: 2rem;
    }
}
@media screen and (max-width: 1024.98px) {
    #newsletters {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .newsletter-grid {
        grid-template-columns: minmax(0, 1fr);
        grid-gap: 3rem;
    }
    .newsletter-cta-grid {
        order: 1;
    }
    .newsletter-cta-grid .newsletter-cta {
        padding: 0 0 50px;
    }
    .subscribe-form {
        order: 0;
    }
    .subscribe-hero-wrap {
        padding: 40px 30px;
    }
    .subscribe-section {
        padding: 50px 30px;
    }
    .subscribe-hero {
        grid-template-columns: 1fr 350px;
        grid-gap: 4rem;
    }
    .subscribe-hero h2 {
        font-size: 32px;
    }
}
@media screen and (max-width: 767.98px) {
    .subscribe-hero-wrap {
        padding: 20px 20px 50px;
    }
    .newsletter-cta-grid {
        grid-template-columns: minmax(0, 1fr);
        grid-gap: 2rem;
    }
    .newsletter-grid {
        grid-gap: 2rem;
    }
    .subscribe-hero-wrap:after {
        display: none;
    }
    .subscribe-hero {
        grid-template-columns: 1fr;
        grid-gap: 2rem;
    }
    .subscribe-section {
        padding: 40px 20px;
    }
    .subscribe-hero h2 {
        font-size: 32px;
    }
    .about-hero.subscribe-hero .about-hero-copy .text-block-18 {
        font-size: 18px !important;
    }
    .signup-heading {
        font-size: 28px;
        margin-bottom: 30px;
    }
    #newsletters {
        padding-bottom: 0;
    }
    .gform_wrapper.gravity-theme.cc-newsletter-subscribe-form_wrapper .gform_confirmation_message {
        font-size: 18px;
    }
}

/* Hubspot Form */
.subscribe-form > p:last-child {
    margin-bottom: 0;
}

.subscribe-form > p > br {
    display: none;
}
.subscribe-form .hbspt-form form,
.subscribe-form .hbspt-form .form-columns-2 {
    display: grid;
    grid-gap: 1.25rem;
    grid-template-columns: minmax(0, 1fr);
}

.subscribe-form .hbspt-form label {
    margin: 0;
}

.subscribe-form .hbspt-form .hs-fieldtype-checkbox > label {
    margin-bottom: 0.5rem;
}

.subscribe-form .hbspt-form input[type="text"],
.subscribe-form .hbspt-form input[type="email"] {
    width: 100%;
    padding: 4px 8px !important;
    min-height: initial !important;
    font-size: 15px;
    display: block;
    height: 38px;
    line-height: 1.428571429;
    color: #333;
    vertical-align: middle;
    outline: none;
    background-color: transparent;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #0072ce;
}

.subscribe-form .hbspt-form .form-columns-2 > div {
    width: 100% !important;
    float: none !important;
}

.subscribe-form .hbspt-form .hs-form-checkbox-display input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.subscribe-form .hbspt-form .hs-form-checkbox label {
    background: url("../svg/checkbox-unchecked.svg") left center no-repeat;
    background-size: 1.125rem 1.125rem;
    padding-left: 1.5rem;
    font-weight: 400;
    font-size: 15px;
}
.subscribe-form .hbspt-form .hs-form-checkbox label:has(input[type="checkbox"]:checked) {
    background: url("../svg/checkbox-checked.svg") left center no-repeat;
    background-size: 1.125rem 1.125rem;
}

.subscribe-form .hbspt-form iframe {
    padding: 0;
}

.subscribe-form .hbspt-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.subscribe-form .hbspt-form ul li {
    margin: 0;
}

.subscribe-form .hbspt-form ul li:not(:first-child) {
    margin-top: 0.5rem;
}

.subscribe-form .hbspt-form .hs-error-msgs {
    margin-top: 0.5rem;
}

.subscribe-form .hbspt-form .hs_error_rollup {
    margin-top: -1rem;
}

.subscribe-form .hbspt-form .hs-error-msgs .hs-error-msg,
.subscribe-form .hbspt-form .hs_error_rollup .hs-error-msgs > li,
.subscribe-form .hbspt-form .hs_error_rollup .hs-error-msgs > li > label {
    color: #cc0000;
    font-size: 13px;
    margin: 0;
}
.subscribe-form .hbspt-form input[type="submit"] {
    background-color: #00a5ff;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898ec;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    margin-top: 10px;
}

.subscribe-form .hbspt-form input[type="submit"]:hover {
    background-color: #002a3a;
}
