  /*------Program Details---------*/
@media(max-width:400px) {
    
    .sectionBanner-image{
            background-position-x: 24%;
    }
    
    .sectionBanner-image--alignXLeft.sectionBanner-image--alignYCenter img {
    	 object-position:24% center;
    }
}
#foundation h2 span {
    font-size: 3.4rem;
    color: var(--gfColors-slate100);
    font-family: 'ThirstySoftExtraBold';
}
#foundation ul {
    border-left: 2px solid var(--gfColors-gold);
	margin-left: 1.5rem;
}

#whybooks h2 span {
    font-size: 3.5rem;
    color: var(--gfColors-gold);
    font-family: 'ThirstySoftExtraBold';
}

#closeReading span {
    color: var(--gfColors-gold);
    font-size: 1.5rem;
}
#closeReading ol {
    padding-left:1.5rem;
}
#closeReading ol>li {
    line-height: 1.8;
    border-top: none;
    margin-bottom: 0;
}
#closeReading ol>li:last-child {
    border-bottom:none;
}
/*
#closeReading ol>li::before {
    content: counter(step-list-counter);
    background-color: var(--gfColors-gold);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: -1.5rem;
    font-size: .9rem;
    line-height: 2;
    color: #fff;
    text-align: center;
}
*/

#closeReadingl.step-list-no-heading .stepList-item {
	position: relative;
    padding: 1.5rem 0 1.25rem 2.5rem;
    line-height: 1.75;
}

#closeReading.step-list-no-heading .stepList-item::before {	
	content: counter(step-list-counter);
    display: block;
    position: absolute;
    top: 1.5rem;
    left: -2rem;
    background-color: #fdb814;
    height: 30px;
    width: 30px;
    line-height: 1.75rem;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 50%;
    font-family: sans-serif;
    font-weight: normal;
}


@media(max-width:455px) {
    #whybooks h2 span, #foundation h2 span {
         font-size: 2.5rem;
    }
}



/*---------- BOOKS ------------*/
#sophomore-year_component {
    padding-bottom:5rem;
}
#junior-year_component {
    padding-bottom:6rem;
}
#senior-year_component {
    padding-bottom:5rem;
}
    
@media(min-width:768px){
    #intro img {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }
    #intro .u-grid2Columns {
        grid-template-columns: auto auto;
    }
}



.books h2{
    position:relative;
}
.books h2::before {
    display: block;
    position: absolute;
    content: "";
    background-color: var(--gfColors-gold);
    background-size: contain;
    top: 1.3rem;
    right: calc(100% + 1rem);
    width: 540px;
    height: 2px;
    z-index: 2;
}