/* fonts */

:root {     --font-reg: Poppins, sans-serif;    --font-light: Poppins, sans-serif;     --font-bold: archivo-narrow-variable, sans-serif; }

--font-bold {
    font-weight: 400;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://cdn.prospectus.plus/holycross/Poppins-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* overview */

.dropdownCard {
    border-radius: 0px !important;
}

.section-sponsors {
    padding-bottom: 0px;
}

.CardComponent__metaTwo {
    font-size: 12px !important;
    margin-bottom: 4px;
}

.DropDownCard_background__p07vV {
    background-position: center;
}

.section-recommended-title .cardCta__inner div {
    margin: 0;
    text-align: left;
}

.section-recommended-title {
    min-height: 100px;
}

.overview .hero-wrap .columns {
    margin-top: 40px !important;
}

.overview .hero {
    height: 300px;
}

@media (max-width: 720px) {
    .overview .hero-wrap .column {
        margin-bottom: -70px !important;
    }
}

.card-section-titles {
    max-width: 1000px !important;
}


/* login */

.auth.login h1.mt-2.mb-2 {
    color: #192930;
}


/* masthead */

.MenuBtn_wrapper__L1XvN span {
    font-weight: 800 !important;
}


/* row margins */

.section-session-1,
.section-session-2,
.section-session-3,
.section-session-4,
.section-session-5,
.section-sponsors,
.section-event-info,
.section-keynote-speaker-john-paul-stanway-from-jp-on-socials,
.section-keynote-speaker-laura-jane-lj-rawlings-mbe-dl-from-youth-employment-uk {
    margin: 0px !important;
}

.section-session-1 .card-section-titles svg,
.section-session-2 .card-section-titles svg,
.section-session-3 .card-section-titles svg,
.section-session-4 .card-section-titles svg,
.section-session-5 .card-section-titles svg {
    filter: invert(1);
}


/* row non click */

.section-keynote-speaker-john-paul-stanway-from-jp-on-socials svg,
.section-keynote-speaker-laura-jane-lj-rawlings-mbe-dl-from-youth-employment-uk svg,
.section-keynote-speaker-nicky-roach-director-of-marketing-and-communications-at-the-city-of-liverpool-college svg {
    display: none;
}

.section-keynote-speaker-john-paul-stanway-from-jp-on-socials,
.section-keynote-speaker-laura-jane-lj-rawlings-mbe-dl-from-youth-employment-uk,
.section-keynote-speaker-nicky-roach-director-of-marketing-and-communications-at-the-city-of-liverpool-college {
    pointer-events: none;
}


/* sponsors drop downs */

.section-sponsors .FullWidthCard__background {
    background-size: contain !important;
}

.section-sponsors .card div {
    background-size: contain !important;
}

.section-sponsors .card {
    height: 294px;
    background: #fff;
}

.FullWidthCard {
    background: #192930;
}

.FullWidthCard__close {
    font-weight: 800;
    font-family: var(--font-bold);
}

.FullWidthCard__content {
    max-width: 800px !important;
}
