   .bg-circle{
	 position:relative;
}
 .bg-circle::before {
	 content: "";
    height: 14rem;
    width: 14rem;
    display: block;
    background-color: var(--gfColors-slate15);
    border-radius: 50%;
    position: absolute;
    top: -5rem;
    left: -7rem;
    z-index: -1;
}

@media (min-width: 1200px) {
.constrained {
    padding-right: 180px;
}
}
@media(min-width:767.98px) {
#eligible img.u-circlePhotoSimple, #objectives img.u-circlePhotoSimple {
    width: clamp(300px, 35vw, 450px);
}
img.img-size {
       width: clamp(300px, 35vw, 500px);
}
}
.where-go {
    z-index:1;
}
.doodle-line::after {
    content: "";
   background-image:url('/__template/t1/images/doodle-illustrations/dashed-doodle.png');
    width: 10rem;
    height: 10rem;
    position: absolute;
    top: 2rem;
    right: 3rem;
    display: block;
    background-size: contain;
    z-index: 10;
    background-repeat: no-repeat;
}
.doodle-line {
    position:relative;
}
.add-gold-star {
    position:relative;
}
.add-gold-star::after {
    content: "";
    background-image: url(/__template/t1/images/doodle-illustrations/gold-stars.svg);
    background-repeat: no-repeat;
    width: 4rem;
    height: 4rem;
    position: absolute;
    bottom: -3rem;
    right: -2rem;
    display: block;
}
@media (max-width:575.98px) {
    .add-gold-star::after {
        right: 3rem;
    }
}
.places li {
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: .01rem;
    color: var(--gfColors-slateText);
    line-height: 1.5;
    display: inherit;
        margin-bottom: 0.1rem;
}
.places li::before {
    content: "•";
    color: var(--gfColors-gold);
    font-size: 1rem;
    font-family: arial,sans-serif;
    top: 0.3rem;
}
ul.places  {
    display:inline;
}
@media(max-width:767.98px) {
    ul.places {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .doodle-line::after {
        width: 6rem;
        height: 6rem;
        top: 6rem;
        right: 3rem;

    }
}
@media(max-width:535.98px) {
    ul.places {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
#passport-steps .stepList-item-content::before {
    color:var(--gfColors-navyAccent);;
}
.stepList-item {
    border-top: none;
    padding: 1.25rem 0 0.25rem;
    border-bottom: none !important;

}
.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;
}
.stepList-item-content {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.3;
    padding-left: 0;
}

.photoGallery {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
div#contact {
    border-bottom: 1px solid var(--gfColors-slate45);
}

#passport-steps .container {
    position:relative;
}

#passport-steps .container::after {
    content:"";
    background-image:url(https://www-test.georgefox.edu/Fallback%20Zone/2024-spring/juniors-abroad/2023-trips/_assets-index/images/passport.svg);
    background-repeat:no-repeat;
    width: 220px;
    height: 220px;
    position: absolute;
    top: -2rem;
    right: 5rem;
    display:block;
}

@media (min-width:768px) and (max-width:991.98px) {
    #passport-steps .container::after {
        width:150px;
        height:150px;
        right:2rem;
    }    
}

@media (max-width: 767.98px) {
    #passport-steps .container::after {
        width: 100px;
        height: 100px;
        right: 1rem;
        top: 1rem;
        transform: rotate(357deg);
    }
    h2.shorten {
        max-width:67%;
    }
}

@media (min-width:992px) {
    p.shorten {
     max-width:67%;
}
}
@media(max-width: 991.98px) {
#passport-info.sideBySide--lightSlateFullWidth {
    grid-template: 0 /2fr;
}
#passport-info.sideBySide--lightSlateFullWidth .sideBySide-content {
        padding: 3rem 1rem 3rem;
}
#passport-info .sideBySide-image {
    display: none;
    grid-area: none;
}
}
@media(max-width:767.98px) {
    #passport-info-intro {
        display:grid;
        grid-template-rows:auto 1fr;
    }
    #passport-info-intro img {
        grid-row:2;
    }
}