@font-face {
    font-family: "Montserrat-Light";
    src: url(../fonts/Montserrat-Light.ttf);
}
@font-face {
    font-family: "Montserrat-Regular";
    src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url(../fonts/Montserrat-Bold.ttf);
}
.promlink{
  background: #ffdc1a;
color:black;
}
.promlink:hover{
   background: #ffdc1a;
  color:#053c6f !important;;
}
div#restream{
 padding-top:30px;
 display:flex;
 flex-direction:column;
 align-items:center;
}
div#restream sup{
    font-size:.65em;
}
div#restream p{
    text-align:center;
}
div#restream a{
    color:white;
}
div#restream .headline{
    margin-bottom:30px;
}
.streamwrapper{
    padding-top:30px;
    padding-bottom:30px;
    width:100%;
    max-width:800px;
}
.speakername{
  font-weight: bold;
  font-size: 22px;
}
.hgray{
  display: block;
}
.hgray:after{
  background: lightgray;
}
#invitation h5{
  font-weight: bolder;
}
a:hover{
    color: #ffd700  !important;
    background-color: transparent;
    /* transition: all 0.5s linear; */
}
#brochure a:hover{
  color:#053c6f !important;
}
.doubleUnderline{
    text-decoration:underline;
    border-bottom: 4px solid #000;
    width: max-content;
}
ul li {
    text-align: justify;
}
.img-style{
    border-radius: 15px;
    box-shadow: 0 30px 60px 0 #ccc;
    width: 100%;
}
#feed {
    background-color: #2254d2 !important;
    display: flex;
    flex-direction: column;
}

    #feed h2 {
        color: white;
    }

    #feed .tintup {
        max-width: 1920px;
        align-self: center;
    }

#deadline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

    #deadline .deadlinewrapper {
        width: 100%;
        max-width: 850px;
        align-self: center;
        text-align: center;
    }
    .container{
        width: 100%;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin-right: auto;
        margin-left: auto;
    }
#videos {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #videos h2 {
        padding-top: 40px;
    }

    #videos .vwrap {
        width: 100%;
        max-width: 900px;
        align-self: center;
    }

* {
    box-sizing: border-box;
}
/* html {
    scroll-behavior: smooth;
} */
.padsmall {
    padding: 10px;
    padding-left: 0;
}

.padleft {
    padding-left: 10px;
}

.headline {
    font-size: 2.5rem;
    position: relative;
    padding-bottom: 20px;
    font-family: "Montserrat-Bold";
    text-transform: uppercase;
}

.page {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
}

    .page.pagetimer {
        padding-bottom: 0;
    }

.headline:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 6px;
    background: #ffdc1a;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 10px;
}

.headline.large {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 6.4rem;
}

.white {
    color: white !important;
}

.center {
    text-align: center;
}

html, body {
    margin: 0;
    height: 100%;
    padding: 0;
}

body {
    font-family: "Montserrat-Regular" !important;
    font-size: 20px;
    color: rgb(59, 59, 59);
}

.button {
    /* text-transform: uppercase; */
    padding: 10px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #053c6f;
    color: white;
    text-decoration: none;
    font-weight: bolder;
    font-family: "Montserrat-Regular";
    border: 1px solid white;
    transition: all .5s linear;
}

.gray .button, .blue .button {
    background: transparent;
    color: black;
    margin-top: 10px;
    border-color: #053c6f2e;
    display: inline-block;
    font-size: 15px;
}

.blue .button {
    color: white;
    border-color: #ffffff59;
}

.blue hr {
    margin-top: 40px;
    margin-bottom: 40px;
    color: white;
    border: 1px solid white;
}

.pageheader {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #053c6f;
    color: white;
}

    .pageheader .banner {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
    }

.vegas-content {
    height: 100%;
}

.fcenter {
    width: 100%;
    height: 100%;
    background-color: rgba(1, 14, 26, 0.67);
    display: flex;
}

    .fcenter .wrapper {
        display: flex;
        flex-direction: column;
        height: inherit;
        width: inherit;
        justify-content: center;
        align-items: center;
    }

    .fcenter .seal {
        width: 95px;
    }

    .fcenter h2 {
        margin-bottom: 0;
        color: gold;
    }

    .fcenter .maindate {
        margin-top: 15px;
        margin-bottom: 15px;
    }

.pagetimer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #00a5e3;
    color: white;
}

    .pagetimer .countdown {
        display: flex;
        flex-direction: row;
        max-width: 500px;
        width: 100%;
    }

        .pagetimer .countdown .el {
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            padding: 10px;
            width: 25%;
        }

            .pagetimer .countdown .el:first-child {
                background-color: #0eb9f9;
            }

            .pagetimer .countdown .el:nth-child(2), .pagetimer .countdown .el:nth-child(4) {
                background-color: #10ade8;
            }

            .pagetimer .countdown .el .num {
                font-size: 3rem;
                font-weight: bolder;
            }

            .pagetimer .countdown .el .des {
                text-transform: uppercase;
            }

.pagegraddetails {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navi {
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    justify-content: center;
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
    background-color: rgba(5, 60, 112, 0.86);
    color: white;
}

    .navi a {
        color: white;
        text-decoration: none;
        padding: 0 8px;
    }

    .navi .links {
        display: flex;
        flex-direction: row;
    }

.pagehonoraryrec, .pageclass, .pagepresident {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pagenews{
    display: flex;
    flex-direction: column;
}

.news {
    max-width: 850px;
    padding-bottom: 80px;
}

    .news h3 {
        margin-bottom: 5px;
    }

    .news .date {
        font-style: oblique;
    }

.blue {
    background-color: #053c6f;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.gray {
    background-color: #f4f4f4;
}

.cards {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 850px;
}

    .cards .card {
        width: 50%;
        padding: 8px;
        background-color: white;
        margin: 10px;
        -webkit-box-shadow: -10px 10px 23px -6px rgba(0,0,0,0.36);
        -moz-box-shadow: -10px 10px 23px -6px rgba(0,0,0,0.36);
        box-shadow: -10px 10px 23px -6px rgba(0,0,0,0.36);
    }

        .cards .card img {
            width: 100%;
            display: block;
        }

        .cards .card .info {
            padding: 10px;
            background-color: white;
            color: black;
        }

        .cards .card span {
            display: block;
        }

            .cards .card span.name {
                font-weight: bolder;
                font-size: 1.4rem;
            }

            .cards .card span.function {
                color: gray;
            }

        .cards .card a.button {
            color: black;
            border-color: #053c6f2e;
        }

.flexgrid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 850px;
}

    .flexgrid .col {
        box-sizing: border-box;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .flexgrid .col.three {
            width: 33%;
        }

            .flexgrid .col.three img {
                width: 100%;
            }

.pagepresident .president {
    display: flex;
    flex-direction: column;
    max-width: 850px;
    width: 100%;
}

.pagepresident .img {
    text-align: center;
}

.pagepresident img {
    max-width: 300px;
    width: 100%;
    padding: 10px;
}

.more {
    display: none;
}

/* #modal{
    position: fixed;
    top: 0;
    z-index: 1000;
    width:100vw;
    height: 100vh;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.866);
    box-sizing: content-box;
} */
/* #modal .wrapper{
    
    background-color: white;
    padding:20px;
    margin: 20px;
    height: auto;
    display: flex;
} */

/* hamburger menu begin */
.hamburger {
    display: none;
    cursor: pointer;
    color: white;
    /* transform: scale(0.4,0.4); */
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 3px;
    background-color: white;
    margin: 5px 0;
    transition: 0.4s;
    /* transform: scale(0.4,0.4); */
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 6px);
    transform: rotate(-45deg) translate(-5px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -8px);
    transform: rotate(45deg) translate(-5px, -8px);
}
/* hamburger menu :end */
@media screen and (max-width: 850px) {
    .page {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 40px;
    }

    .navi .links {
        display: none;
    }

        .navi .links.mobile {
            display: flex;
            flex-direction: column;
            width: 100%;
            position: absolute;
            z-index: 100;
            margin-top: 40px;
            background-color: #053c6f;
            padding: 0;
        }

        .navi .links a {
            padding: 10px;
        }

    .headline {
        font-size: 2rem;
    }

        .headline.large {
            font-size: 4.5rem;
        }

    .hamburger {
        display: inline-block;
    }

    .cards {
        flex-wrap: wrap;
        justify-content: center;
    }

        .cards .card {
            width: 100%;
            max-width: 450px;
        }
}

.superlink {
    width: 100%;
    max-width: 500px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
    border: solid 1px rgba(5, 60, 111, 0.6);
    margin-bottom: 10px;
    background: white;
    border-radius: 3px;
}

    .superlink a {
        display: flex;
        flex-direction: row;
        text-decoration: none;
        color: blue !important;
    }

        .superlink a .ico {
            display: flex;
            justify-content: center;
            color: white;
            min-width: 80px;
            padding: 10px;
            align-items: center;
            font-size: 35px;
        }

        .superlink a .text {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-self: center;
            padding: 10px;
            text-align: left;
            font-size: smaller;
        }

    .superlink .twitter {
        background-color: #1DA1F2;
    }

    .superlink .facebook {
        background-color: #4267B2;
    }

    .superlink .youtube {
        background-color: #FF0000;
    }

    .superlink .zoom {
        background-color: #318bff;
    }

    .superlink .bo {
        font-weight: bolder;
        color: black;
    }

#studentsuccess .news .item {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}

    #studentsuccess .news .item:last-child {
        margin-bottom: 0px;
    }

#studentsuccess .news .simage {
    width: 350px;
}

#studentsuccess .news .text {
    width: 100%;
}

#studentsuccess .news .item img {
    padding-right: 10px;
    width: 100%;
}

#studentsuccess .news .item h3 {
    margin-top: 0;
}

#studentsuccess .news .item .button {
    margin-top: 5px;
    display: inline-block;
    font-size: 15px;
}

#thestream {
    width: 100%;
    max-width: 700px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 40px;
    }

.mark {
    /*text-transform: uppercase;*/
    font-weight: bold;
    font-size: 24px;
    background: gold !important;    
    font-family: 'Montserrat-Bold';
    padding: 0 10px;
    color: rgb(59, 59, 59);
    margin-top: 10px;
}

@media screen and (max-width: 750px) {
    #studentsuccess .news .item {
        flex-direction: column !important;
    }
}

@media screen and (max-width: 450px) {


    .seal {
        width: 75px;
    }

    .fcenter h2, h2, h3, h4 {
        font-size: 1.4rem;
    }

    .headline.large {
        font-size: 3.8rem;
    }

    body {
        font-size: 18px;
    }

    .button {
        font-size: 16px;
    }

    .pagetimer .countdown .el .num {
        font-size: 2.5rem;
    }

    .flexgrid .col.three {
        width: 50%;
    }
    /* .cards{
        flex-wrap: wrap;
    }
    .cards .card{
        width:100%;
        padding-left: 30px;
        padding-right: 30px;
    } */
}


/* Interior PAge  */
body.int {
    background-color: #053c6f;
}

.int .main .wrapper {
    width: 100%;
    height: 100%;
    max-width: 900px;
    background-color: white;
    margin: 50px;
    align-self: center;
    display: block;
}

.int .main {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.intpad {
    padding: 30px;
}

.int .nav {
    background-color: rgb(0, 165, 227);
    color: white;
}


.arr {
    position: relative;
    top: 5px;
}

.svgg {
    fill: white;
    width: 20px;
    padding-left: 5px;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(0px);
    }

    60% {
        transform: translateY(-5px);
    }
}

/*Highlights*/
#highlights {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

    #highlights .highlight {
        display: flex;
        flex-direction: row;
        width: 100%;
        max-width: 900px;
        /*background:green;*/
        webkit-box-shadow: -10px 10px 23px -6px rgb(0 0 0 / 20%);
        -moz-box-shadow: -10px 10px 23px -6px rgba(0,0,0,0.20);
        box-shadow: -10px 10px 23px -6px rgb(0 0 0 / 20%);
    }

        #highlights .highlight div {
            display: flex;
            flex-direction: column;
            justify-content: center;
            /*background-color:#f4f4f4;*/
            padding: 10px;
            padding-left: 20px;
            border-left: 3px solid #00a5e3;
            font-size: 1.2rem;
            font-style: italic;
        }

        #highlights .highlight p {
            display: block;
            position: relative;
            padding-left: 45px;
            padding-right: 20px;
        }

            #highlights .highlight p:before {
                content: "\201c";
                font-family: "Montserrat-Regular";
                font-size: 4.5em;
                position: absolute;
                left: 0px;
                top: -20px;
                color: #00a5e3;
            }

            #highlights .highlight p:after {
                /*   content:"\"";
  font-size:1.3rem;   */
            }

        #highlights .highlight img {
            /*width:100%;*/
            max-width: 300px;
        }

        #highlights .highlight p span {
            display: block;
            font-weight: bold;
            padding-top: 20px;
        }

@media screen and (max-width: 850px) {
    #highlights .highlight {
        flex-direction: column;
        width: 100%;
        max-width: 450px;
        margin-left: 10px;
        margin-right: 10px;
    }

        #highlights .highlight div {
            border-left: none;
            border-top: 3px solid #00a5e3;
        }

        #highlights .highlight img {
            width: 100%;
            max-width: 100%;
        }
}
/*Start - Invitation Section*/

  
.invitation {
    padding-top: 50px;
    padding-bottom: 50px;
}

.invitation-p {
    text-align: center;
    /*font-weight: 600;*/
    margin: 0;
    display:flex;
    flex-direction: column;
}
.fcent{
    max-width: 400px;
    align-self: center;
}
.add,h5{
  font-weight: bold;

}

.h-golden {
    text-align: center;
    color: #ffdc1a;
    margin: 0;
}
/*End - Invitation Section*/
/*Start - YOUR COMMENCEMENT CHECKLIST Section*/
.left-align {
    text-align: left;
}
/*End - YOUR COMMENCEMENT CHECKLIST Section*/
/*Start - Feed Section*/
.feed {
}

.feed-h3 {
    color: #ffffff;
}
/*End - Feed Section*/
/*Start - Robert Michael Franklin, Jr. Section*/
div#president {
    padding-top: 50px;
    padding-bottom: 50px;
}
/* Create two equal columns that floats next to each other */
.column-3 {
    float: left;
    width: 30%;
    padding: 10px;
    height: 100%; /* Should be removed. Only for demonstration */
}

.column-7 {
    float: left;
    width: 70%;
    padding: 10px;
    height: 100%; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .container{
        max-width: 540px;
    }
    .column-3 {
        width: 100%;
    }

    .column-7 {
        width: 100%;
    }
    .invitation-bg{
        background-image: none;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .gliter{
        display: none;
    }     
}
@media screen and (min-width: 600px){
    .container{
        max-width: 720px;
    }
    .invitation-bg{
        background-image: none;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .gliter{
        display: none;
    }  
}
@media screen and (min-width: 1200px){
    .container{
        max-width: 1140px;
    }
    .invitation-bg{
        background-image: url(../images/invite-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-top: 100px;
        padding-bottom: 80px;
        background-position-x:-250px;
    }
    .gliter{
        position: absolute;
        right: 0rem;
        bottom: -10rem;
        display: block;
    }  
}
@media screen and (min-width: 1400px){
    .container{
        max-width: 1320px;
        width: 100%;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin-right: auto;
        margin-left: auto;
    }
    .invitation-bg{
        background-image: url(../images/invite-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-top: 100px;
        padding-bottom: 80px;
    }
    .gliter{
        position: absolute;
        right: 0rem;
        bottom: -10rem;
        display: block;
    }  
}
/*End - Robert Michael Franklin, Jr. Section*/
/*Start - Footer Section*/
#footer {
    background: #ffffff;
    padding-bottom: 50px;
    padding-top: 50px;
}

.h-blue {
    color: #053c6f;
    text-transform: capitalize !important;
}

.footer-links-section {
    text-align: center;
    color: #053c6f;
}

    .footer-links-section a {
        text-align: center;
        color: #053c6f;
        font-weight: 900;
        text-decoration: none;
    }
/*End - Footer Section*/
