  .u-gfColors-slate100 {
    color:var(--gfColors-slate100) ! important;
}
.u-gfColors-navy {
    color:var(--gfColors-navy) ! important;
}

@media (min-width:992px) {
    .w-md-85 {
        width:85%;
    }
}
#summit #header-image_component {
    margin-bottom:0;
}

#summitIntro {
    margin-top: 4rem;
}
@media (max-width:575.98px) {
    #summitIntro {
        margin-top:2rem;
    }
}

.highlighted {
    background-color:var(--gfColors-slate15);
    padding-left:.5rem;
    padding-right:.5rem;
}

.add-asterisk {
    position:relative;
}
.add-asterisk::before {
    content:url(/__template/t1/images/gold-asterisk.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    left: -1.5rem;
    top: -1rem;
    display: block;
}

@media (max-width:575.98px) {
    .add-asterisk::before {
        left: -0.5rem;
        top: -1.5rem;
    }
}



/*   ----- Summer 2022 Updates ----   */




@media (min-width:768px) {
    #header-image_component {
        position:relative;
    }
    #header-image_component::after {
        content:"";
        width:18%;
        height:55%;
        background-image:url('/college-admissions/scholarships/scholarship-summit/_assets-index/images/gold-half-circle.png');
        background-repeat:no-repeat;
        background-size:contain;
        position:absolute;
        right: 0;
        bottom: -6rem;
        z-index: 10;
        display: block;
        transform: rotate(180deg);
    }
}

@media (min-width:992px) {
    #summitSteps img {
        margin-top:-8rem;
        width:450px;
    }
    #summitSteps .stepList-item-heading {
        width:80%;
    }
}


#summitFaq {
    position:relative;
    padding-bottom: 9rem;
}

#summitFaq::after {
    content:"";
    background-image:url('/college-admissions/scholarships/scholarship-summit/_assets-index/images/sasquatch.jpg');
    background-repeat:no-repeat;
    background-size:contain;
    width: 6rem;
    height: 6rem;
    position: absolute;
    left: calc(50% - 3rem);
    bottom: 0;
    display: block;
}

/*   Visit Experience Scholarship    */ 

#how-to-qualify_component .stepList-item {
	border-top: none;
    padding: 1.25rem 0 0.25rem;
}    
#how-to-qualify_component .stepList-item:last-child {
    border-bottom: none;
}
#how-to-qualify_component .stepList-item-content {
    position:relative;
    display: flex;
    align-items: flex-start;
    font-weight: bold;
    line-height: 1.3;
    padding-left: 0;
}    
#how-to-qualify_component .stepList-item-content::before {
    content: counter(step-list-counter);
    display: block;
    background-color: var(--gfColors-gold);
    height: 1.75rem;
    width: 1.75rem;
    line-height: 1.9rem;
    text-align: center;
    font-size: 1.25rem;
    color: #fff;
    border-radius: 50%;
    font-family: sans-serif;
    margin-right: 0.75rem;
    font-weight: normal;
    flex-shrink: 0;
    align-self: start;
}


#visitExpScholarship {
    position:relative;
}
#visitExpScholarship::before {
    content: "";
    height: 24rem;
    width: 24rem;
    display: block;
    background-color: var(--gfColors-slate15);
    border-radius: 50%;
    position: absolute;
    top: -5rem;
    left: -5.75rem;
    z-index: -1;
}

@media (max-width:575.98px) {
    #visitExpScholarship::before {
        height: 20rem;
        width: 20rem;
    }
}
#visitExpScholarship h2 {
    line-height:1.15;
}
#visitExpScholarship .u-asterisk::before {
    width: 27px;
    height: 27px;
    left: -1rem;
    top: -0.75rem;
}

.circle.circle-off-right img {
    clip-path: circle(50% at 65% 50%);
    width: clamp(300px, 40vw, 420px);
    margin-top:6rem;
}
#notes .u-ellipses::after {
    color: var(--gfColors-slate100);
}

@media (min-width:1600px) {
    .circle.circle-off-right img {
        clip-path: circle(50%);
        width:450px;
    }
    #how-to-qualify_component .u-containerLeftMargin.stepList {
        padding-right:5%;
    }
}
/*
.gold-underline {
    position:relative;
}
.gold-underline::after {
    content: "";
    width: 185px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: -28px;
    background-image: url(/__template/t1/images/doodle-illustrations/gold-underline.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    transform: rotate(2deg);
}
*/

@media (min-width:1200px) {
    .circle.circle-off-right {
        position:relative;
    }
    .circle.circle-off-right::after {
        content:"";
        background-image:url(/college-admissions/visit/_assets-visit-experience-scholarship/images/slate-stars.svg);
        background-repeat:no-repeat;
        background-size:contain;
        width:5rem;
        height:6rem;
        position:absolute;
        bottom:-5rem;
        right:2rem;
        display:block;
    }
    #campus-connection_component img {
        margin-top: -3rem;
    }
}

@media (max-width:991.98px) {
    #virtual-options_component .alternatingPhotos-image, #virtual-options_component .alternatingPhotos-content {
        grid-column: 1/span2;
    }
}