  .bg-circle {
    position:relative;
}
.bg-circle::before {
    content: "";
    height: 18rem;
    width: 18rem;
    display: block;
    background-color: var(--gfColors-slate15);
    border-radius: 50%;
    position: absolute;
    top: -5rem;
    left: -8rem;
    z-index: -1;
}

@media (max-width:575.98px) {
    .bg-circle::before {
        height: 12rem;
        width: 12rem;
        left:-5rem;
    }
}

    
    
p.photo-credit {
    font-size: .6rem;
    margin-top: 10px;
}
.overview-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    position:relative;
    z-index:10;
}

@media (min-width:1200px) {
    .overview-image img {
        width:450px;
        height:450px;
    }
}

.add-gold-star {
    position:relative;
}
.add-gold-star::before {
    content:"";
    background-image:url(/__template/t1/images/doodle-illustrations/gold-stars.svg);
    background-repeat:no-repeat;
    background-size:contain;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: -2rem;
    left: 7rem;
    transform: rotate(195deg);
    display: block;
    z-index:-10;
}
#housing {
    background-image:url(/center-for-study-abroad/semester-abroad/__assets-section/shared-assets/bg-houses.svg);
    background-repeat:no-repeat;
    background-position: bottom center;
    background-size: 16rem 8rem;
    padding-bottom: 6rem;
}

@media (min-width:992px) {
    #housing {
        background-size: 20rem 10rem;
    }
}
@media (max-width:480px) {
    #housing {
        background-size: 14rem 7rem;
        padding-bottom: 5rem;
    }
}   
    
#fees {
    position: relative;
}

#fees:after {
    background: linear-gradient(-45deg, #ffffff 8px, transparent 0), linear-gradient(45deg, #ffffff 8px, transparent 0);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 16px 16px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 16px;
}

.bg-slate-tiles {
    background-image:url(/center-for-study-abroad/semester-abroad/__assets-section/shared-assets/bg-slate-tiles.svg);
    background-repeat:no-repeat;
    background-position:bottom right;
    background-size:80%;
    padding-bottom:6rem;
}

@media (min-width:992px) {
    .bg-slate-tiles {
        background-size:60%;
        padding-bottom: 8rem;
    }
    ul.u-stepList.short li {
        padding-left: 2.65rem;
        line-height: 2;
}
}

@media (max-width:480px) {
    .bg-slate-tiles {
        background-position: bottom right 1rem;
        background-size:90%;
        padding-bottom:4.5rem;
    }
}

.bg-doodle-book {
    background-image:url(/center-for-study-abroad/semester-abroad/_assets-index/images/doodle-handbook-coffee-slate15.svg);
    background-repeat:no-repeat;
    background-position: bottom right 4rem;
    background-size: 35%;
    padding-bottom: 6rem;
}

@media (max-width:575.98px) {
    .bg-doodle-book {
        background-position: bottom center;
        background-size: 55%;
        padding-bottom: 4rem;
    }
}
#feesTable .table-content tbody tr:last-of-type td {
    border-bottom: none;
}
#ambassadors .quote {
    margin-bottom:4rem;
}
