/**/
/*intro row*/
/**/

.commencement__intro {
    background: #eee;
    padding: 4rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .commencement__intro {
        padding: 4rem 1.75rem;
    }
}

.intro-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 950px;
}

@media screen and (max-width: 768px) {
    .intro-content {
        align-items: flex-start;
    }
}

.intro-content p {
    font-family: acumin-pro;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    text-align: center;
}


@media screen and (max-width: 768px) {
    .intro-content p {
        text-align: left;
    }
}

.intro-content span {
    display: block;
    font-family: "United Sans";
    font-size: 2.1875rem;
    font-weight: 700;
    line-height: 1.2;
    color: #8E6F3E;
}

@media screen and (max-width: 768px) {
    .intro-content span {
        padding: 0 0.5rem;
    }
}

/**/
/*Tint Feed Row*/
/**/

.commencement__tint {
    padding: 2.5rem 0.5rem;
    background: #eee;
}

.tintup {
    height: 400px !important;
}

@media screen and (max-width: 990px) {
    .tintup {
        height: 350px !important;
    }
}

@media screen and (max-width: 767px) {
    .tintup {
        height: 300px !important;
    }
}

@media screen and (max-width: 540px) {
    .tintup {
        height: 240px !important;
    }
}

/**/
/*congrats video row*/
/**/

.commencement__congratulations {
    padding: 4rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.commencement-content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 1140px;
}

@media screen and (max-width: 1199px) {
    .commencement-content {
        width: 940px;
    }
}

.commencement-content--text {
    background: #eee;
    padding: 2.5rem 2rem 2.5rem 1.8125rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 368px;
}

.commencement-content--text p {
    font-family: acumin-pro;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.45;
    text-transform: uppercase;
    margin-bottom: 0;
}

.commencement-content--text span {
    display: block;
    position: relative;
    font-family: "United Sans";
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.2;
    color: #8E6F3E;
    padding-left: 3rem;
}
.commencement-content--video {
    background-color: black;
}

@media screen and (max-width: 1199px) {
    .commencement-content--video {
        width: 600px;
        height: 337px;
    }
    
    .commencement-content--text {
        max-width: 320px;
        padding: 2rem 2rem 2rem 1.8125rem;
    }
    
    .commencement-content--text p {
        font-size: 1.25rem;
    }
    
    .commencement-content--text span {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 990px) {
    
    .commencement__congratulations {
        padding: 2.5rem 1rem;
    }
    
    .commencement-content {
        flex-direction: column;
        align-items: center;
    }
    
    .commencement-content--video {
        width: 100%;
        max-width: 720px;
        height: 400px !important;
        order: 1;
        margin-bottom: 1.5rem;
    }
    
    .commencement-content--text {
        max-width: 720px;
        width: 100%;
        padding: 2rem 2rem 2rem 1.8125rem;
        order: 2;
    }
    
    .commencement-content--text p {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .commencement-content--text span {
        font-size: 1.8125rem;
    }
}

@media screen and (max-width: 767px) {
    .commencement-content--video {
        height: 365px !important;
    }
}

@media screen and (max-width: 600px) {
    .commencement-content--video {
        height: 300px !important;
    }
}

@media screen and (max-width: 460px) {
    .commencement-content--video {
        height: 235px !important;
    }
}

.commencement-content--text span:before {
    content: "";
    position: absolute;
    left: 1.5625rem;
    top: 0;
    height: 100%;
    width: 4px;
    background: #8E6F3E;
}

/**/
/*button row*/
/**/

.commencement__button {
    padding: 2.25rem 1rem;
    display: flex;
    justify-content: center;
    background-color: #CFB991;
}

.commencement__button a {
    background: black;
    border: 2px solid white;
    padding: 1.2rem 1rem 0.9rem;
    font-size: 1.5rem;
    Width: 380px;
    font-family: "United Sans";
    display: flex;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.2s ease;
    text-transform: uppercase;
}

.commencement__button a .is-white{
    color: white;
    font-family: "United Sans";
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.commencement__button a .is-gold{
    color: #CFB991;
    font-family: "United Sans";
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.commencement__button a:hover{
    background: white;
    border-color: black;
    cursor: pointer;
    color: black;
}

.commencement__button a:hover span{
    color: black;
}

.has-background {
    padding: 5.625rem 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.has-background a {
    background-color: rgba(0,0,0,0.88);
}
.has-background a:hover {
    background-color: #CFB991;
}

/**/
/*Ceremony divisions links row*/
/**/

.commencement__divisions {
    padding: 4rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.divisions-title {
    color: black;
    font-family: acumin-pro-semi-condensed;
    font-size: 2.1875rem;
}

.commencement__divisions p {
    font-size: 1.125rem;
}
    
.commencement__divisions>p {
    max-width: 660px;
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .divisions-title {
        font-size: 2rem;
        text-align: center;
    }
    
    .commencement__divisions>p {
        font-size: 1rem;
    }
}

.divisions-cards {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
}

@media screen and (max-width: 990px) {
    .divisions-cards {
        grid-template-columns: auto auto;
        grid-template-rows: auto auto auto;
    }
}

@media screen and (max-width: 767px) {
    .divisions-cards {
        grid-template-columns: auto;
        grid-template-rows: auto auto auto auto auto auto;
    }
}

.divisions-card--container {
    padding: 0.75rem;
}

.divisions-card {
    display: grid;
    border: 1px solid black;
    grid-template-columns: 50px 245px;
    grid-template-rows: 50px auto;
    text-decoration: none !important;
    box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0px 0 1px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

a.divisions-card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.divisions-card__icon {
    grid-column: 1/2;
    grid-row: 1/2;
    background-color: #CFB991;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divisions-card__heading {
    grid-column: 2/3;
    grid-row: 1/2;
    color: white;
    background: black;
    font-family: "United Sans";
    font-size: 1.125rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding-left: 1.25rem;
}

.divisions-card__content {
    grid-column: 1/3;
    grid-row: 2/3;
    padding: 1.5rem 1.625rem;
    text-align: left;
}

.divisions-card__text {
    font-weight: 400;
    font-family: acumin-pro-semi-condensed;
}

.divisions-card__date {
    font-family: "United Sans Condensed";
    font-size: 17px;
    color: #8E6F3E;
}


/**/
/*Story Row*/
/**/

.commencement__story {
    background-color: #EEEEEE;
}

@media screen and (max-width: 767px) {
    .row__story {
        padding: 3rem 1rem;
    }
}

/**/
/*Text Link Row*/
/**/

.commencement__text-link {
    width: 100%;
    height: auto;
}

.commencement__text-link a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 600 !important;
    font-style: italic;
    color: white !important;
    text-align: center;
    line-height: 1.2;
}

.has-bg-aged-gold {
    background-color: #8E6F3E;
}

.has-bg-steel-gray {
    background-color: #555960;
}

.has-padding-small {
    padding: 1rem 1rem;
    font-size: 1.5rem;
}

.has-padding-medium {
    padding: 2.875rem 1rem;
    font-size: 1.875rem;
}

.has-padding-large {
    padding: 4rem 1rem;
    font-size: 1.875rem;
}

/**/
/*Downloads Row*/
/**/

.commencement__downloads {
    padding: 5.25rem 1rem;
    background-color: black;
    display: flex;
    justify-content: center;
}

.downloads__inner {
    width: 1140px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media screen and (max-width: 1199px) {
    .downloads__inner {
        width: 940px;
    }
}

@media screen and (max-width: 990px) {
    .downloads__inner {
        max-width: 350px;
    }
}

.downloads__title {
    color: white;
    font-family: acumin-pro-semi-condensed;
    font-size: 1.75rem;
    margin: 0 0 1.5rem 0;
}

.downloads__buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .downloads__buttons {
        flex-wrap: wrap;
    }
}

.download__button {
    width: 180px;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: black;
    position: relative;
    border: none;
    text-decoration: none !important;
}

@media screen and (max-width: 1199px) {
    .download__button {
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width: 990px) {
    .download__button {
        width: 160px;
        height: 160px;
        margin-bottom: 1rem;
    }
    
}

.download__button:hover {
    cursor: pointer;
}

.download__button:after {
    display:none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.85rem;
    background-color: #EBD99F;
    transform: translateY(.85rem);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.download__button:hover:after {
    display:block;
    transform: translateY(0);
}

.download__button:before {
    display:none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.85rem;
    background-color: #EBD99F;
    transform: translateY(-.85rem);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.download__button:hover:before {
    display:block;
    transform: translateY(0);
}

.download__button p {
    font-size: 1.3rem;
    font-family: "United Sans";
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem;
    text-align: center;
    pointer-events: none;
}

@media screen and (max-width: 1199px) {
    .download__button p{
    font-size: 1.1rem;
    }
}

@media screen and (max-width: 990px) {
    .download__button p{
    font-size: 1.2rem;
    }
}

.downloads__content {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.downloads__content p {
    color: white;
    font-size: 1.125rem;
    font-style: italic;
    margin-bottom: 2rem;
    max-width: 640px;
    text-align: center;
}

.downloads__letter-button {
    border: 2px solid #8E6F3E;
    background: black !important;
    padding: 1.2rem 1rem;
    font-size: 1.5rem;
    width: 350px;
    font-family: "United Sans";
    display: flex;
    justify-content: center;
    color: white !important;
    text-decoration: none !important;
    transition: all 0.2s ease;
    text-transform: uppercase;
}

.downloads__letter-button:hover {
    cursor: pointer;
    background: white !important;
    color: black !important;
}

.lightbox {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.45);
    /*align-items: center;*/
    justify-content: center;
    z-index: 99999;
    overflow-y: auto;
}

.lightbox.show {
    display: flex !important;
}

.lightbox__inner {
    background: black;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 815px;
    width: 100%;
    height: auto;
    margin: auto 0;
}

@media screen and (max-width: 767px) {
    .lightbox-inner {
        margin-bottom: 3rem;
    }
}

.lightbox__title {
    padding: 0.75rem 1rem;
    color: #CFB991;
    border-bottom: #CFB991 solid 2px;
    text-transform: uppercase;
    margin: 0;
    font-family: "United Sans";
}

.lightbox__close {
    padding: 0.75rem 1rem;
    color: #CFB991;
    width: 100%;
    text-align: right;
    border: none;
    border-top: #CFB991 solid 2px;
    background: transparent;
    font-family: "United Sans";
}

.lightbox__close--mobile {
    position: fixed;
    right: 1rem;
    bottom: 4rem;
    display: none;
    align-items: center;
    justify-content: center;
    color: #CFB991;
    width: 3rem;
    height: 3rem;
    border: #CFB991 solid 2px;
    background: black;
    border-radius: 100%;
}

.lightbox__close:hover {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .lightbox__close--mobile {
        display: flex;
    }
    .lightbox__close {
        display: none;
    }
}





