@font-face {
    font-family: "Work Sans";
    src: url("https://fonts.gstatic.com/s/worksans/v9/QGYsz_wNahGAdqQ43Rh_fKDp.woff2") format("woff2"),
         url("https://fonts.gstatic.com/s/worksans/v9/QGYsz_wNahGAdqQ43Rh_fKDpl.woff") format("woff");
}

.PageHeader {
    display: flex;
    padding: var(--spacing-03, 0.5rem) var(--spacing-05, 1rem);
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-bottom: 1px solid var(--Borders-default, #D4D4D4);
    background: #FFF;
    height: 2.625rem;
}

.BlueContainer {
    display: flex;
    padding: var(--spacing-11, 3.5rem) 0rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    background: rgba(205, 222, 255, 0.50);
    height:17rem;
}

.BlueContainerHeader {
    color: var(--Text-default, #454545);
    text-align: center;
    /* Desktop / Productive / Heading Large */
    font-family: "Work Sans", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.5rem; /* 142.857% */
}

.BlueContainerHeader2{
    color: var(--Text-default, #454545);
    text-align: center;
    /* Desktop/Productive/Body Medium (Default) */
    font-family: "Work Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem; /* 150% */
}

.Frame{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0 0;
    border-radius: var(--radius-base, 0.5rem);
    background: var(--Background-light-background, #FFF);
    align-self: stretch;
    margin-top: 3.5rem;
    margin-right:1rem;
    margin-left: 1rem;
    max-width: 281px;
}

.FrameImg{
    width: 3rem;
    height: 3rem;
}

.FrameText{
    color: var(--Text-default, #454545);
    -webkit-font-smoothing: antialiased;
    text-align: center;
    align-self:stretch;
    /* Desktop/Productive/Body Medium (Default) */
    font-family: "Work Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem; /* 150% */
}

#CengageLogoHeader{
    width: 6.69644rem;
    height: var(--icon-20, 1.25rem);
    flex-shrink: 0;
}

.RightAlignedImage {
    position: absolute;
    right: 1rem;
    height:30%;
}

@media (max-width: 1200px) {
    .hideImage {
        display: none;
    }
}

.external_link {
    color: var(--Text-link, #3942B0);
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 142.857% */
    letter-spacing: 0.01rem;
    text-decoration-line: underline;
}

.policyFooter{
    text-align:center;
    margin-top: 3rem;
    gap: 1.5rem;
    display: flex;
    justify-content: center;
}

.SelectCourseHeader {
    display: flex;
    padding: var(--spacing-09, 2.5rem) 0rem;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-05, 1rem);
    border-bottom: 1px solid var(--Borders-default, #D4D4D4);
    background: #FFF;
    /* standard drop shadow */
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.18);
}
.SelectCourseHeadingText {
    color: var(--Text-default, #454545);
    text-align: center;
    /* Desktop / Productive / Heading Large */
    font-family: "Work Sans";
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.5rem; /* 142.857% */
}

.SelectCourseBox {
    display: flex;
    width: 33.5rem;
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    background: var(--Background-light-background, #FFF);
    justify-self: center;
    margin-top: 2rem;
}

.SelectLabelText {
    color: var(--Text-default, #454545);
    font-family: "Work Sans";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem; /* 142.857% */
    letter-spacing: 0.01rem;
}

.SelectMagma {
    border-radius: var(--radius-base, 0.5rem);
    border: 1px solid var(--Neutral-neutral-500, #707070);
    background: var(--Neutral-neutral-100, #FFF);
    display: flex;
    height: var(--spacing-09, 2.5rem);
    padding: 0rem var(--spacing-03, 0.5rem);
    align-items: center;
    gap: var(--spacing-03, 0.5rem);
}

.SelectPlaceholderText {
    color: #707070;
    /* Desktop/Productive/Body Medium (Default) */
    font-family: "Work Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem; /* 150% */
    height: 1.5rem;
    flex: 1 0 0;
}

.RadioLabel {
    color: var(--Text-default, #454545);
    /* Desktop/Productive/Body Medium (Default) */
    font-family: "Work Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem; /* 150% */
}

.form-check-input:checked {
    background-color: #3942B0 !important;
    border-color: #3942B0 !important;
}

.linkButton {
    color: var(--Primary-primary-500, #3942B0);
    text-align: center;
    /* Button - Medium */
    font-family: "Work Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem; /* 150% */
    text-transform: uppercase;
}

.MagmaButton {
    display: flex;
    height: var(--spacing-09, 2.5rem);
    min-width: var(--spacing-13, 6rem);
    padding: var(--spacing-03, 0.5rem) var(--spacing-05, 1rem);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-03, 0.5rem);
    border-radius: var(--radius-base, 0.5rem);
    background: var(--Primary-primary-500, #3942B0);
}

.MagmaButtonText {
    color: var(--Neutral-neutral-100, #FFF);
    text-align: center;
    /* Button - Medium */
    font-family: "Work Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem; /* 150% */
    text-transform: uppercase;
}

#modal-header-custom {
    color: var(--Text-default, #454545);
    /* Desktop / Productive / Heading Small */
    font-family: "Work Sans";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem; /* 160% */
}

.modalText {
    color: var(--Neutral-neutral-800, #2D2D2D);
    /* Desktop/Productive/Body Medium (Default) */
    font-family: "Work Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem; /* 150% */
}