.sectionTitle h1 {
    font-family: var(--gfVars-thirstyFont);
}

/*      -----   confetti  ----    */
main {
    background-repeat: repeat-x;
    background-position: top -10px center;
    background-image: url("data:image/svg+xml,%3Csvg width='600' height='200' viewBox='0 0 600 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='42' y='-10' width='6' height='10'/%3E%3Crect x='84' y='-10' width='6' height='10'/%3E%3Crect x='126' y='-13' width='5' height='13'/%3E%3Crect x='168' y='-13' width='5' height='13'/%3E%3Crect x='210' y='-10' width='6' height='10'/%3E%3Crect x='252' y='-13' width='5' height='13'/%3E%3Crect x='294' y='-10' width='6' height='10'/%3E%3Crect x='336' y='-13' width='5' height='13'/%3E%3Crect x='378' y='-13' width='5' height='13'/%3E%3Crect x='420' y='-10' width='6' height='10'/%3E%3Crect x='462' y='-10' width='6' height='10'/%3E%3Crect x='504' y='-13' width='5' height='13'/%3E%3Crect x='546' y='-10' width='6' height='10'/%3E%3Cstyle type='text/css'%3E rect %7B opacity: 0; %7D rect:nth-child(1) %7B transform-origin: 45px 5px; transform: rotate(-145deg); animation: blast 700ms infinite ease-out; animation-delay: 88ms; animation-duration: 631ms; %7D rect:nth-child(2) %7B transform-origin: 87px 5px; transform: rotate(164deg); animation: blast 700ms infinite ease-out; animation-delay: 131ms; animation-duration: 442ms; %7D rect:nth-child(3) %7B transform-origin: 128px 6px; transform: rotate(4deg); animation: blast 700ms infinite ease-out; animation-delay: 92ms; animation-duration: 662ms; %7D rect:nth-child(4) %7B transform-origin: 170px 6px; transform: rotate(-175deg); animation: blast 700ms infinite ease-out; animation-delay: 17ms; animation-duration: 593ms; %7D rect:nth-child(5) %7B transform-origin: 213px 5px; transform: rotate(-97deg); animation: blast 700ms infinite ease-out; animation-delay: 122ms; animation-duration: 476ms; %7D rect:nth-child(6) %7B transform-origin: 255px 6px; transform: rotate(57deg); animation: blast 700ms infinite ease-out; animation-delay: 271ms; animation-duration: 381ms; %7D rect:nth-child(7) %7B transform-origin: 297px 5px; transform: rotate(-46deg); animation: blast 700ms infinite ease-out; animation-delay: 131ms; animation-duration: 619ms; %7D rect:nth-child(8) %7B transform-origin: 338px 6px; transform: rotate(-65deg); animation: blast 700ms infinite ease-out; animation-delay: 85ms; animation-duration: 668ms; %7D rect:nth-child(9) %7B transform-origin: 380px 6px; transform: rotate(13deg); animation: blast 700ms infinite ease-out; animation-delay: 128ms; animation-duration: 377ms; %7D rect:nth-child(10) %7B transform-origin: 423px 5px; transform: rotate(176deg); animation: blast 700ms infinite ease-out; animation-delay: 311ms; animation-duration: 508ms; %7D rect:nth-child(11) %7B transform-origin: 465px 5px; transform: rotate(108deg); animation: blast 700ms infinite ease-out; animation-delay: 108ms; animation-duration: 595ms; %7D rect:nth-child(12) %7B transform-origin: 506px 6px; transform: rotate(62deg); animation: blast 700ms infinite ease-out; animation-delay: 105ms; animation-duration: 375ms; %7D rect:nth-child(13) %7B transform-origin: 549px 5px; transform: rotate(16deg); animation: blast 700ms infinite ease-out; animation-delay: 149ms; animation-duration: 491ms; %7D rect:nth-child(odd) %7B fill: %2365BB5C; %7D rect:nth-child(even) %7B z-index: 1; fill: %2333AAFF; %7D rect:nth-child(4n) %7B animation-duration: 1400ms; fill: %23F23B14; %7D rect:nth-child(3n) %7B animation-duration: 1750ms; animation-delay: 700ms; %7D rect:nth-child(4n-7) %7B fill: %232A2F6A; %7D rect:nth-child(6n) %7B fill: %23FBBA23; %7D @keyframes blast %7B from %7B opacity: 0; %7D 20%25 %7B opacity: 1; %7D to %7B transform: translateY(90px); %7D %7D %3C/style%3E%3C/svg%3E%0A");
}

#intro_component h2 {
    position:relative;
}
#intro_component h2::before {
    content:url(../../__template/t1/images/doodle-illustrations/smiley.png);
    display: block;
    position: absolute;
    top: 0;
    right: 40%;
    margin-left: 50%;
    width: 60px;
    height: 40px;
    transform: rotate(10deg);
}
@media (min-width:992px) {
    #intro_component h2::before {
        right:50%;
    }
}
@media (max-width:767.98px) {
    #intro_component h2::before {
        right:20%;
    }
}
@media (max-width:575.98px) {
    #intro_component h2::before {
        display:none;
    }
}
.image-holder {
    position:relative;
    margin-top:-2rem;
}
.image-holder::after {
    content:url(images/gold-curve-accent.svg);
    position:absolute;
    bottom: 0rem;
    right: -2rem;
    display: block;
    width: 128px;
    height: 150px;
    transform: rotate(358deg);
}

@media (max-width: 767.98px) {
    .image-holder {
        margin-top:0;
    }
    .image-holder::after {
        display:none;
    }
}
@media (max-width: 400px) {
    .image-holder::after {
        transform: rotate(20deg);
    }
}

.sideBySide--lightSlateFullWidth {
    grid-template: auto/3fr 2fr;
    background-color: #dfe6ea;
}
@media (max-width: 991.98px) {
    .sideBySide--lightSlateFullWidth {
        grid-template: 23rem auto/1fr;
    }
}


#honorsProgram {
    background-image:url(../../__template/t1/images/doodle-illustrations/book-spread.svg);
    background-repeat:no-repeat;
    background-size: 30%;
    background-position: 70% 70%;
}

.add-asterisk {
    position:relative;
}
.add-asterisk::before {
    content:url(../../__template/t1/images/gold-asterisk.svg);
    width: 35px;
    height: 30px;
    position: absolute;
    left: -0.75rem;
    top: -1.5rem;
    display: block;
    transform: rotate(15deg);
}


.sideBySide--lightSlateFullWidth .sideBySide-content, .sideBySide--navyFullWidth .sideBySide-content {
    padding:4rem 2rem;
}

#explore .u-grid2Columns img {
    justify-self: end;
    margin-right: 2rem;
}

@media (max-width: 767.98px) {
    #honorsProgram {
        background-image:none;
    }
    #explore .u-grid2Columns {
        grid-template-columns: 2fr 1fr;
    }
    #explore .u-grid2Columns img {
        align-self:end;
    }
}

@media (max-width: 575.98px) {
    #questions {
        position:relative;
        padding-bottom:4rem;
    }
    #questions::after {
        content:url(../../__template/t1/images/doodle-illustrations/smiley.png);
        display: block;
        position: absolute;
        bottom: 0;
        right: 40%;
        width: 85px;
        height: 45px;
    }
}


#searchVisit.sideBySide--lightSlateFullWidth .sideBySide-image {
    background-position:top;
}

@media (min-width:1200px) {
    #searchVisit {
        background-color:#dfe6ea;
        background-image:url(images/bg-slate-tiles.svg), url(images/partial-bg-tiles.svg);
        background-repeat: repeat-y, no-repeat;
        background-size: 55%, 24%;
        background-position: top left, bottom right;
    }
    #searchVisit .sideBySide-content {
        background-color:transparent;
    }
    #searchVisit.sideBySide--lightSlateFullWidth {
        grid-template-columns: 1fr 720px 480px 1fr;
    }
    #searchVisit.sideBySide--lightSlateFullWidth .sideBySide-image {
        grid-area: 1/2/1/3;
    }
    #searchVisit.sideBySide--lightSlateFullWidth .sideBySide-content {
        grid-area: 1/3/2/4;
    }
}

@media (max-width:991.98px) {
    #searchExplore > .u-grid2Columns {
        grid-template-columns:1fr;
    }
}

@media (max-width:767.98px) {
    #searchExplore .u-grid2Columns .u-gridAutoColumns {
        grid-template-columns:1fr 1fr;
    }
}

@media (max-width:576.98px) {
    #searchExplore .u-grid2Columns .u-gridAutoColumns {
        grid-template-columns:1fr;
        gap:0;
    }
}

.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;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: -2rem;
    left: -1rem;
}
@media (max-width:575.98px) {
    .add-gold-star::before {
        top: -3rem;
        left: 0;
    }
}

#socialMedia {
    max-width:768px;
}
#socialMedia a {
    color: var(--gfColors-slate45);
    text-decoration: none;
    transition: .15s;
    box-shadow: none;
    cursor:pointer;
}
#socialMedia a:hover, #socialMedia img:hover {
    cursor:pointer;
    text-decoration:none;
    box-shadow:none;
}

.bg-circle {
    position:relative;
}
.bg-circle::before {
    content: "";
    height: 25rem;
    width: 25rem;
    display: block;
    background-color: var(--gfColors-slate15);
    border-radius: 50%;
    position: absolute;
    top: -5rem;
    left: -11rem;
    z-index: -1;
}