.commencement__hero {
    background-size: cover;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 0 2rem;
    background-position: center center;
    align-items: center;
    justify-content: start;
    min-height: 80vh;
}

@media (min-width: 900px){
     .commencement__hero {
         justify-content: center;
          padding: 0;
     }
}

.heroTitles {
    color: #fff;
    text-align: left;
}

@media (min-width: 900px){
    .heroTitles {
        color: #fff;
        text-align: center;
    }
}

.navbar__wrapper {
    padding-left: 2rem !important;
}

.programTitle {
    font-size: 2.25rem;
    line-height: 1rem;
    padding-top: 2rem;
}

@media (min-width: 900px){
    .programTitle {
        font-size: 3rem;
        line-height: 3rem;
        padding-top: 0;
    }
}

.programSubtitle {
    font-family: 'orpheuspro';
    font-style: italic;
    font-size: 1.75rem;
}

@media (min-width: 900px){
    .programSubtitle {
        font-size: 2.5rem;
    }
}

.intro {
    background-color: #fff;
    text-align: left;
    padding: 4rem 2rem;
}

@media (min-width: 900px){
    .intro {
        text-align: center;
    }
}

.intro__wrapper {
    width: 100%;
}

@media (min-width: 900px){
    .intro__wrapper {
        width: 60%;
        margin: 0 auto;
    }
}

.intro__awards {
    padding-bottom: 0;
}

.ceremony {
    width: 100%;
    text-align: left;
}

@media (min-width: 900px){
.ceremony {
    width: 100%;
    text-align: center;
}
}

.ceremony__title {
    font-family: "orpheuspro";
    font-style: italic;
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin-bottom: 2rem;
}

@media (min-width: 900px){
     .ceremony__title {
    	 font-family: "orpheuspro";
         font-style: italic;
    	 line-height: 4rem;
    	 font-size: 4rem;
    	 margin-bottom: 2rem;
    }
}

.ceremony__intro {
    margin: 2rem 0;
}

@media (min-width: 900px){
    .ceremony__intro {
        margin: 2rem auto;
        width: 60%;
    }
}

.ceremony__top {
    background-color: #f1f0ee;
}

.ceremony__top--wrapper {
    background-size: cover;
    background-position: top left;
    padding: 4rem 2rem;
}

.ceremony__bottom {
    background-color: #0C2340;
    color: #fff;
}

.ceremony__bottom--wrapper {
    background-size: cover;
    background-position: top left;
    padding: 4rem 2rem;
}

.ceremony__step {
    margin: 2rem 0;
}

@media (min-width: 900px){
    .ceremony__step {
        margin: 2rem auto;
        width: 60%;
    }
}

.awards__step {
    padding-bottom: 4rem;
}

.about__step {
    margin: 0;
}

@media (min-width: 900px){
    .about__step {
        margin: 0 auto 4rem auto;
        width: 60%;
    }
}

.awards__step img {
    margin-bottom: 1rem;
}

.ceremony__step--title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 1rem;
}

.about__title {
    margin-bottom: 1.5rem !important;
}

.about__info {
    padding-bottom: 4rem;
}

.bottom__menu {
        background-color: #0033a0;
        padding: 4rem 2rem 2rem 2rem;
        display: block;
    }

@media (min-width: 900px){
    .bottom__menu {
        padding: 4rem;
        display: flex;
    }
}

.bottom__menu--link {
        background-color: #0C2340;
        padding: 1rem;
        margin: 0 2rem 2rem 2rem;
    }

@media (min-width: 900px){
    .bottom__menu--link {
        flex: 1;
        margin: 0 3rem;
    }
}

.countries__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8rem;
}

.country {
    flex-basis: 33%;
    padding-bottom: 0.5rem;
}

@media (min-width: 900px){
    .country {
        flex-basis: 25%;
        padding-bottom: 0.5rem;
    }
}

@media (min-width: 1200px){
    .country {
        flex-basis: 20%;
        padding-bottom: 0.5rem;
    }
}

.dot-leader-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 325px; 
}

@media (min-width: 900px){
    .dot-leader-list {
        width: 450px;
    }
}

.dot-leader-list li {
  display: flex;
  justify-content: space-between;
  position: relative;
  font-family: sans-serif;
}

.dot-leader-list li::before {
  content: "................................................................................................................................";
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
}

.left, .right {
  position: relative;
  background-color: #0C2340;
  padding: 0 4px;
}

.searchstuff {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    }

 @media (min-width: 900px){
    .searchstuff {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 32px;
        grid-row-gap: 0px;
    }
}


.searchcontainer {
    position: relative;
    width: 100%;
    margin: 2rem 0;
}

@media (min-width: 900px){
    .searchcontainer {
        margin: 0;
    }
}

#collegeDropdown {
    border: 1px solid #0C2340;
    border-radius: 10px;
    padding: .25rem 1rem;
    width: 100%;
    height: 3rem;
}

#searchInput {
    border: 1px solid #0C2340;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 1.25rem 1.5rem;
    width: 100%;
    height: 3rem;
    z-index: 2;
    position: relative;
    background-color: #fff;
}

#autocompleteList {
    display: none;
    border: 1px solid #0C2340;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: -6px;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.75);
    z-index: 1;
    position: absolute;
    background-color: #fff;
    top: 100%;
    width: 100%;
}

#autocompleteList.visible {
    display: block;
}

.autocomplete-item {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #f1f0ee;;
}

#groupsContainer h2 {
        font-family: 'orpheuspro';
        font-style: italic;
        font-feature-settings: 'ss02';
        font-size: 3rem;
        line-height: 3.15rem;
        padding-top: 2rem;
    }

@media (min-width: 900px){
    #groupsContainer h2 {
        font-size: 2.5rem;
        line-height: 4rem;
    }
}

.commencement__svg {
        display: none;
    }   


.graduate {
    margin: 2rem 0;
}

.graduate p {
    line-height: 0.5rem;
}

.gradDegree {
    font-family: 'orpheuspro';
    font-style: italic;
    font-size: 1.5rem;
    margin: 0;
}

.gradDate {
    font-family: 'orpheuspro';
    font-style: italic;
    font-size: 16px;
    font-weight: 200;
    margin: 1rem 0 0 0;
}

.gradline {
    width: 100vw;
    margin: 0.5rem 0;
    border-color: #0c2340;
    border-width: 0.01rem;
}

@media (min-width: 900px){
    .gradline {
        margin: 0.5rem auto;
        width: 15%;
    }
}

.graduate .name {
    font-size: 18px;
    font-weight: 400;
    line-height: .65rem;
}

#searchInput::placeholder {
    color: #0c2340;
    opacity: 1;
}

.scroll-anchor {
    scroll-margin-top: 50px; /* adjust this as needed based on your header height */
}

.backtotop {
    border-bottom: 1px solid #1a1aff;
}

@media (min-width: 900px){
    .backtotop {
        width: 30%;
        margin: 0 auto;
    } 
}    
    
p.gradInfo {
    line-height: 1.2rem;
}   
    
    
