  @media (min-width:768px) {
    .gold-underline {
        position:relative;
    }
    .gold-underline::after {
        content: "";
        width: 300px;
        height: 28px;
        position: absolute;
        left: -2rem;
        bottom: -20px;
        background-image: url(/__template/t1/images/doodle-illustrations/gold-underline.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80% auto;
        transform: rotate(3deg);
    }
    #intro img.u-circlePhotoSimple:hover, #healthForms img.u-circlePhotoSimple:hover, #passport img.u-circlePhotoSimple:hover, #highlights img.u-circlePhotoSimple:hover {
        transform: scale(1.05) rotate(5deg);
    }
    #intro img.u-circlePhotoSimple, #healthForms img.u-circlePhotoSimple, #passport img.u-circlePhotoSimple, #highlights img.u-circlePhotoSimple {
        transition: all .5s;
    }
}

@media (min-width:992px) {
    #intro img.u-circlePhotoSimple {
        margin-top:-3rem;
    }
}

#tripTable table {
    width:100%;
}
#tripTable .table-content th, #tripTable .table-content td {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
#tripTable .table-content tr td:first-child {
    text-align:left;
}
#tripTable .table-content th {
    border-right: 5px solid #fff;
}


.bg-circle {
    position:relative;
}
.bg-circle::before {
    content: "";
    height: 27rem;
    width: 27rem;
    display: block;
    background-color: var(--gfColors-slate15);
    border-radius: 50%;
    position: absolute;
    top: -3rem;
    left: -11rem;
    z-index: -1;
}
#homeIntro p.u-thirstySoftExtraBold {
    line-height:1.5;
}
#homeIntro .bg-circle::before {
    top: -24rem;
    left: calc(50% - 13.5rem);
}

@media (max-width:474.98px) {
    #homeIntro .bg-circle::before {
        height: 18rem;
        width: 18rem;
        top: -18rem;
        left: calc(50% - 9rem);
    }
}
@media (min-width:1200px) {
    #homeIntro {
        width:75%;
    }
}

#passport .container {
    position:relative;
}
#passport .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;
}
#passport h3.h2 {
    font-weight:normal;
}
.divider-right {
    border-right:2px solid var(--gfColors-gold);
    margin-right:2rem;
    padding-right:2rem;
}



@media (min-width:768px) and (max-width:991.98px) {
    #passport .container::after {
        width:150px;
        height:150px;
        right:2rem;
    }    
}
@media (max-width: 767.98px) {
    #passport .container::after {
        width: 150px;
        height: 150px;
        right: 1rem;
        top: -1rem;
        transform: rotate(357deg);
    }
}

#deposit.step-list-no-heading .stepList.stepList--check .stepList-item, #whyAbroad.step-list-no-heading .stepList.stepList--check .stepList-item {
	position:relative;
	padding: 1.5rem 0 0.75rem 2.5rem;
    border-top: none;
    border-bottom: none;
}


#deposit.step-list-no-heading .stepList.stepList--check .stepList-item::before, #whyAbroad.step-list-no-heading .stepList.stepList--check .stepList-item::before {
    content: "";
    -webkit-mask: url('/__template/t1/images/check-circle-solid.svg');
    mask: url('/__template/t1/images/check-circle-solid.svg');
    -webkit-mask-size: cover;
    mask-size: cover;
    display: inline-block;
    background-color: var(--gfColors-gold);
    color: var(--gfColors-gold);
    width: 35px;
    height: 35px;
    margin-left: 0.5rem;
    margin-top: -0.25rem;
}
@media (max-width:991.98px) {
    #healthForms .u-grid2Columns {
        grid-template-columns:1fr;
    }
}

@media (min-width:992px) {
    #regForms {
        position:relative;
    }
    #regForms::before {
        content:"";
        background-image:url(https://www-test.georgefox.edu/Fallback%20Zone/2024-spring/juniors-abroad/2023-trips/_assets-index/images/sign-13-13_27059875604_o.png);
        background-repeat:no-repeat;
        background-size:contain;
        width: 200px;
        height: 383px;
        position: absolute;
        bottom: -10rem;
        right: 0;
        display: block;
        z-index: -1;
    }
}

#importantDates.datesCallout--row .datesCallout-header {
    color: var(--gfColors-slate80);
}
#importantDates.datesCallout--row .datesCallout-item {
    grid-template-columns: 15rem 1fr;
}

@media (max-width:767.98px) {
    #importantDates.datesCallout--row .datesCallout-item {
        grid-template-columns: 1fr;
    }
}


.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;
    top: -1rem;
    right: 0;
    display:block;
}
@media (max-width:575.98px) {
    .add-gold-star::after {
        display:none;
    }
}


.add-asterisk {
    position:relative;
}
.add-asterisk::after {
    content:url(/__template/t1/images/gold-asterisk.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    left: -0.5rem;
    top: -1.75rem;
    display: block;
    transform: rotate(20deg);
}

.photoGallery {
	 max-width: 1500px;
	 margin-left: auto;
	 margin-right: auto;
}


/*    ----  ////    Trips   ////    ----    */

@media (min-width: 1200px) {
    #highlights p {
        width:85%;
    }
}
#itinerary .table-content td {
    padding: 1.5rem;
}
#itinerary .table-content tr td:first-child { 
    width: 20%;
    font-size: 1.65rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    color: var(--gfColors-slate80);
    border-right: 14px solid var(--gfColors-slate15);
    padding: 1.25rem 1.5rem 1rem 0;
}


@media (min-width: 1200px) {
    #itinerary .table-content tr td:first-child { 
        width: 16%;
    }
}

@media (max-width: 767.98px) {
    #itinerary .table-content tr td:first-child {
        text-align:center;
    }
}

@media (max-width: 575.98px) {
    #itinerary .table-content td {
        display: block;
        width: unset;
        padding: 0.5rem;
        margin-bottom: 1rem;
    }
    #itinerary .table-content tr td:first-child {
        display: block;
        width: 100%;
        padding: 0.5rem 0.5rem 0;
        margin: 0;
        border-right: none;
        border-top: 12px solid var(--gfColors-slate15);
        text-align: left;
    }
}

.add-gold-ribbon {
    position:relative;
}
.add-gold-ribbon::after {
    content:"";
    background-image:url(/__template/t1/images/doodle-illustrations/gold-loop-horizontal.svg);
    background-repeat:no-repeat;
    width: 300px;
    height: 113px;
    position: absolute;
    bottom: 2rem;
    left: 0;
    transform: rotate(220deg);
    display: block;
}
@media (max-width:767.98px) {
    .add-gold-ribbon::after {
        display:none;
    }
}

#travelPolicies .add-asterisk::after {
    width: 25px;
    height: 25px;
    left: -0.5rem;
    top: -1rem;
}


@media (min-width:768px) {
    #travelPolicies {
        position:relative;
    }
    #travelPolicies::after {
        content:"";
        background-image:url(/center-for-study-abroad/_assets-index/images/giraffe-img-7097.png);
        background-repeat:no-repeat;
        width: 250px;
        height: 278px;
        position: absolute;
        bottom: 0;
        left: 0;
        display:block;
        background-size:contain;
    }
    #travelPolicies.outlineBox {
        padding: 2rem 2rem 2rem 14rem;
    }
    #travelPolicies.outlineBox--slateBorder {
        border: 12px solid var(--gfColors-slate45);
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    #whyStudyAbroad img {
        width:400px;
    }
    #whyStudyAbroad .add-gold-ribbon::after {
        width: 250px;
        height: 89px;
    }
}

#eligibility.step-list-no-heading .stepList-item {
	position: relative;
    padding: 1.5rem 0 1.25rem 2.5rem;
}

#eligibility.step-list-no-heading .stepList-item::before {	
	content: counter(step-list-counter);
    display: block;
    position: absolute;
    top: 1.35rem;
    left: 0;
    background-color: #fdb814;
    height: 1.75rem;
    width: 1.75rem;
    line-height: 1.85rem;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 50%;
    font-family: sans-serif;
    font-weight: normal;
}
/*
#medicalRequirements {
    position:relative;
}
#medicalRequirements::before {
    content:"";
    background-image:url(/center-for-study-abroad/juniors-abroad/_assets-eligibility/images/bg-slate20-tiles.svg);
    background-repeat:no-repeat;
    background-size:contain;
    width:30rem;
    height:20rem;
    position:absolute;
    top:0;
    right:0;
    display:block;
}
*/

#abroadEligibility {
    position:relative;
    padding-bottom:2rem;
}
#abroadEligibility::after {
    content:"";
    background-image:url(/center-for-study-abroad/juniors-abroad/_assets-eligibility/images/airplane.png);
    background-repeat:no-repeat;
    background-size:contain;
    width: 520px;
    height: 175px;
    position: absolute;
    bottom: -2rem;
    right: 25%;
    display:block;
}

@media (min-width:1200px) {
    #abroadEligibility::after {
        right:35%;
    }
}
@media (min-width:576px) and (max-width:767.98px) {
    #abroadEligibility::after {
        right:4rem;
    }
}
    
@media (max-width:575.98px) {
    #abroadEligibility::after {
        width: 340px;
        height: 114px;
        position: absolute;
        bottom: 0;
        right: 0;
    }
}