#emeritus,
#student-stories-container,
#additional-scholarships,
#scholarship-btn {
    display: none;
}

/*---------------------------------------------------------------------*/
:root {
    /*Placeholder value real value set in jquery*/
    --stories-shadow-height: 150px;
}

body {
    overflow-x: unset;
}




.floating-btn {
    margin-top: -5em;
    position: sticky;
    top: 1em;
    z-index: 2;
    float: right;
    margin-right: -8em;
}

.floating-btn .btn.btn-primary,
.paypal-btn .btn.btn-primary {
    background-color: #90ca49;
    color: black;
    font-size: 16px;
}

.paypal-btn {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

.paypal-btn .btn.btn-primary {
    width: 13em;
}

.floating-btn .btn.btn-primary:hover,
.paypal-btn .btn.btn.btn-primary:hover {
    border-color: #90ca49;
}

.floating-btn a,
.paypal-btn a {
    background: #90ca49;
    border: solid #90ca49;
    color: black;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.foundation-btn {
    background-color: #163683 !important;
    color: #fff !important;
}

.foundation-btn-two {
    background-color: #fff !important;
    color: #163683 !important;
}

#header-img-sm {
    display: none;
    margin-left: auto;
    margin-right: auto;
}

.top-boxes,
.bottom-boxes {
    margin-top: -2.5em;
    text-align: center;
    justify-content: center;
    transition-duration: 1s;
}

.top-boxes>.col-4,
.bottom-boxes>.col-4 {
    max-width: 30%;
    max-height: 250px;
    background-color: white;
    margin-left: .2em;
    margin-right: .2em;
    border-radius: 1em;
    box-shadow: 2px 3px 13px 3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 3px 13px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 13px 3px rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    min-width: 335px;
    min-height: 200px;
}

.bottom-boxes>.col-4 {
    max-height: 235px;
}

.bottom-boxes i {
    font-size: 3em;
    width: 100%;
}

.bottom-boxes .green-line {
    margin: 1em;
    margin-left: auto;
    margin-right: auto;
    max-height: 9px;
}

.bottom-boxes p {
    font-weight: bold;
    margin: 0;
    font-size: 1em;
    width: 100%
}

.bottom-boxes a {
    width: 100%
}

.top-boxes p {
    font-size: 16px;
}

.blue-container {
    background-color: #163683;
    margin-top: 1em;
    padding: 1em;
}

.blue-container .img {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

.blue-container img {
    border: solid #fff 1px;
    box-shadow: 2px 3px 13px 3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 3px 13px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 13px 3px rgba(0, 0, 0, 0.75);
}

.blue-container a{
	color:#fff;
}

a:hover {
    text-decoration: unset;
}

.student-stories {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: -3em;
    text-decoration: unset;
}

.student-stories p {
    transition-duration: .5s;
    opacity: 0;
    position: relative;
    bottom: 5em;
    text-align: center;
}


.student-stories span {
    text-decoration: underline;
}

.student-img {
    position: relative;
}

.student-img::before {
    content: '';
    left: 0;
    width: 100%;
    height: var(--stories-shadow-height);
    position: absolute;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    transition: .5s ease;
}

.student-stories:hover {
    cursor: pointer;
}

.student-img:hover::before {
    opacity: 0.4;
}

.student-stories:hover p {
    opacity: 1;
}

#deadline {
    text-align: center;
    color: #fff;
}

#deadline h1 {
    color: #fff;
}

#deadline .row,
#deadline h1,
#deadline h2 {
    width: 100%;
}

#green-line-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#deadline .green-line {
    width: 255px;
    max-width: 255px;
}

#deadline h2 {
    color: #fff;
    font-size: 30px;
}


.blue-container .btn {
    background-color: #fff;
    color: #163683;
}

.blue-container li {
    color: #fff;
}

.green-line {
    background-color: #96CA4F;
    min-height: 7px;
    width: 142px;
    max-width: 247px;
    margin-top: -0.3em;
    display: block;
    border-radius: 1em;
}

.white-container .green-line {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

.card {
    max-width: 300px;
    margin: 0.5em;
}

.card.last {
    max-width: 600px;
}

.card-header {
    background-color: #163683;
    color: #fff;
    min-height: 5em;
    align-items: center;
    display: flex;
}

.card .green-line {
    padding-bottom: 0.5em;
    margin-left: 0.5em;
}

.blue-title,
.blue-container p {
    color: #fff;
}

.blue-title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 1.25rem;
}

.icon-holder {
    background-color: #163683;
    width: 6em;
    height: 6em;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
    margin-bottom: 2em;
    box-shadow: 8px 8px 13px 0px rgba(0, 0, 0, 0.75);
}

#support-icon {
    color: #fff;
    font-size: 2.5em;
    font-weight: 900;
    font-family: Font Awesome\ 5 Pro;
}

#support-icon:before {
    content: "\f0c0";
}

.white-title {
    text-align: center;
    margin-bottom: .8em;
}

.icons img{
	width:3em;
}

.icons i {
    color: #163683;
    font-style: normal;
    font-family: Font Awesome\ 5 Pro;
    display: block;
    text-align: center;
    font-size: 3em;
}

.icons-text {
    text-align: center;
}

.white-box-container {
    justify-content: center;
    margin-left: -100px;
    margin-right: -100px;
    margin-top: 1em;
}

.white-box,
.blue-box {
    margin: 0.5em;
    min-width: 200px;
    max-width: 400px;
    border: solid #163683;
}

.white-box h3 {
    background-color: #163683;
    color: #fff;
    padding: 0.5em;
    font-weight: 400;
    margin-bottom: 0;
}

.white-box p,
.blue-box p {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 18px;
}

.white-box>* .green-line {
    padding-bottom: 0.5em;
    margin-left: 0.5em;
}

.scholarship-cat {
    background-color: #96CA4F;
    color: #fff;
    border-radius: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scholarship-cat:hover {
    color: #fff;
}

.row.updates {
    margin: 2em 1em 1em 1em;
    justify-content: center;
    text-align: center;
}

.row.updates h2 {
    font-size: 2em;
}

.row.button {
    margin-left: -100px;
    margin-right: -100px;
}

.row.button .col-xl-3 {
    padding: .3em;
}

.row.button .col-xl-3 a {
    width: 100%;
    min-height: 4.5em;
    font-size: 16px;
}

.row.button.two .col-xl-3 {
    flex: 0 0 20%;
    max-width: 20%;
}

.row.button.two .col-xl-3 a {
    min-height: 6em;
}

.row.board {
    margin-top: 1em;
    justify-content: center;
}

.row.board i {
    color: #163683;
    font-style: normal;
    font-family: Font Awesome\ 5 Pro;
    display: block;
    text-align: center;
    font-size: 4em;
}

.row.members,
.row.scholarship-dropper {
    text-align: left;
    margin: 1em 1em 1em 1em;
    justify-content: space-around;
    align-items: flex-start;
}

.row.members .col-xl,
.row.scholarship-dropper .col-xl {
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.12);
    padding: 0;
    margin: 1em;
}

.member-title,
.sponsor-title,
.event-title {
    padding: 15px 15px 15px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}

.member-title p,
.event-title p,
.sponsor-title p {
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 0;
    padding-left: 0.5em;
    color: #163683
}

#fas1,
#fas2,
#fasSponsor,
#fasEvent {
    color: #163683;
    transition-duration: 1s;
}

.row.members ul li:before,
.row.scholarship-dropper ul li:before {
    vertical-align: unset;
}

.member-list,
.event-list,
.sponsor-list {
    margin-bottom: -2em;
    padding-right: 40px;
    padding-bottom: 1em;
    background-color: #f5f8fb;
}

.event-list p {
    padding-left: 40px;
}

.member-list li,
.event-list li,
.sponsor-list li {
    font-weight: 500;
    padding-bottom: 1em;
}

.member-list span,
.sponsor-list span,
.event-list span {
    font-weight: 400;
    padding-left: 18px;
    color: #B1B3B6;
}

.not-swing {
    text-align: center;
}

.card-container .col-xl-2 {
    justify-content: center;
    display: flex;
}

.compactTitle {
    background-color: #163683;
    width: fit-content;
    padding: 0.5em 2em 0.05rem 2em;
    margin-top: 1em;
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    transition-duration: .25s;
}

.compactTitle h1 {
    font-size: 24px;
}

.compactTitle.active {
    background-color: #96ca4f;
}

.compactTitle.active .green-line {
    background-color: #fff;
}

.compactTitle.active {
    color: #163683;
}

.compactTitle:hover {
    cursor: pointer;
}

.compactTitle.left {
    border-top-right-radius: 1em;
    box-shadow: -10px 10px 5px -10px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -10px 10px 5px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -10px 10px 5px -10px rgba(0, 0, 0, 0.75);
}

.compactTitle.right {
    border-top-left-radius: 1em;
    box-shadow: 10px 10px 5px -10px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 10px 10px 5px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px -10px rgba(0, 0, 0, 0.75);
}

.compactTitle.center {
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    box-shadow: 0px 10px 5px -10px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 10px 5px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 5px -10px rgba(0, 0, 0, 0.75);
}

.compactTitle .blue-title {
    margin-bottom: 0.5rem;
}

.compactTitle .green-line {
    width: 128px;
}

.compactBody1,
.compactBody2 {
    background-color: #f5f8fb;
    box-shadow: 0 0 26px 0 rgba(0, 0, 0, .12);
    padding: 1em;
    transition-duration: .5s;
    position: relative;
    overflow: hidden;
}


.compactBody2 {
    scale: 0;
    left: 1500px;
}

#cBody1 {
    position: relative;
}

#cBody2,
#cBody3,
#cBody4,
#cBody5 {
    display: none;
    position: relative;
    transition-duration: 1s;
}


#board-bio {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#swing-date {
    background-color: #fff;
    color: #163683;
    font-weight: 500;
    padding: 0.5em;
    width: fit-content;
}

#swing-date-line {
    position: relative;
    margin-bottom: -0.2em;
    z-index: 99;
}

#swing-date-line .green-line {
    padding-bottom: .5em;
}

#scholar-diff {
    background-color: #163683;
    color: #fff;
    font-weight: 500;
    padding: 0.5em;
    width: fit-content;
}

.scholarship-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2em;
}

.scholarship-img {
    width: 30%;
    min-width: 40%;
}

.scholarship-list {
    box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.12);
    padding: 1em;
    max-width: 730px;
}

.scholarship-list h1 {
    font-size: 36px;
}

.scholarship-list ul {
    list-style: none;
    padding: 0;
}

.scholarship-list ul li {
    padding-top: .2em;
    padding-bottom: .2em;
}

.scholarship-list ul:hover {
    cursor: pointer;
}

.scholarship-list ul li:before {
    content: "\f101";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    color: #163683;
    padding-right: 1em;
}

.scholarship-list ul li ul li {
    background-color: #f5f8fb;
    margin-left: 1em;
    padding: 0.5em;
}

.scholarship-list ul li ul li:before {
    content: none;
}

@media only screen and (max-width:1199px) {
    .btn.btn-ask {
        opacity: 0;
    }

    .floating-btn {
        margin-right: unset;
        margin-top: -2em;
        margin-bottom: 1em;
    }


    .top-boxes {
        margin-top: 2em;
        flex-direction: column;
        align-items: center;
    }

    .top-boxes>.col-4 {
        margin-top: -1em;
    }

    .top-boxes>.col-4.middle {
        order: 1;
    }

    .row.button {
        margin-right: -15px;
        margin-left: -15px;
    }

    .scholarship-img {
        display: none;
    }

    #foundation-map {
        order: 2;
    }

    #paypal {
        width: fit-content;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen and (max-width:426px) {
    .row.button.two .col-xl-3 {
        flex: unset;
        max-width: unset;
    }

    .scholarship-list {
        min-width: 400px;
    }
}

@media only screen and (max-width:350px) {
    .top-boxes>.col-4 {
        min-width: 300px;
    }
}