.student-events {
    width: 100%;
    margin: -9em auto 0;
}
@media all and (min-width: 992px) {
    .student-events {
        min-height: 14.375rem;
    }
}
@media all and (max-width: 767px) {
    .student-events {
        margin: 0 auto;
    }
}
.student-events .student-events-outer-container {
    text-align: center;
    width: 100%;
}
@media all and (min-width: 992px) {
    .student-events .student-events-outer-container {
        margin: 0 auto;
    }
}
@media all and (min-width: 992px) {
    .student-events {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.student-events .student-events__title {
    margin: 0 0 1.125rem 0;
    color: #171717;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 100;
    color: #FFFFFF;
    font-size: 1.5rem;
    margin: 0 0 10px;
}
@media all and (min-width: 768px) {
    .student-events .student-events__title {
        font-size: 2.6875rem;
        line-height: 3.25rem;
    }
}
@media all and (min-width: 768px) {
    .student-events .student-events__title {
        font-size: 2rem;
    }
}
.student-events .student-events__copy {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    line-height: 1.3125rem;
    color: #FFFFFF;
    font-size: .875rem;
}
@media all and (min-width: 768px) {
    .student-events .student-events__copy {
        font-size: 1rem;
        line-height: 1.75rem;
    }
}
.student-events .student-events__cta {
    margin-top: 1.5625rem;
}
@media all and (min-width: 768px) and (max-width: 992px) {
    .student-events .student-events__cta {
        margin-top: 2.1875rem;
        margin-left: 7.5rem;
        margin-right: 7.5rem;
    }
}
@media all and (min-width: 768px) {
    .student-events .student-events__cta {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.student-events .student-events__cta .button-cta {
    display: flex;
    text-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    margin: 15px;
    padding: 10px 30px;
    color: #22A2FF;
    border: solid 1px #22A2FF;
    width: auto;
    justify-content: center;
}
@media all and (min-width: 768px) {
    .student-events .student-events__cta .button-cta {
        font-size: .75rem;
        width: 280px;
    }
}
.student-events .student-events__cta .button-cta:hover {
    color: #FFFFFF;
    background: #316BB6;
    border: 1px solid #316BB6;
}
.no-top-overlap .student-events {
    margin: 0 auto;
}
.inset-module > section {
    background: none;
    padding-top: 0;
}
@media all and (min-width: 768px) {
    .inset-module.unset .student-events {
        margin: 0 auto;
    }
    .inset-module {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 120px);
    }
}
@media all and (max-width: 991px) {
    .inset-module .student-events{
        margin-top: 0em;
    }
}
.student-events .student-events-outer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.student-events .student-events-outer-container .student-events__card {
    width: 100%;
    padding: 2rem 2.5rem;
}
@media all and (min-width: 768px) {
    .student-events .student-events-outer-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .student-events .student-events-outer-container .student-events__card {
        width: 50%;
        padding: 2.5rem 3rem;
    }
}
@media all and (min-width: 1200px) {
    .student-events .student-events-outer-container .student-events__card {
        padding: 3rem 5rem;
    }
}
.student-events .student-events-outer-container .student-events__card:nth-child(2n-1) {
    background: #151945;
}
.student-events .student-events-outer-container .student-events__card:nth-child(2n) {
    background: #0C072B;
}
@media all and (min-width: 992px) {
    .investor-relations .student-events {
        padding-bottom: 15px;
        margin-top: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.investor-relations .student-events .student-events__title {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
}
@media all and (min-width: 768px) {
    .investor-relations .student-events .student-events__title {
        font-size: 2.6875rem;
        line-height: 3.25rem;
    }
}
@media all and (min-width: 768px) {
    .investor-relations .student-events .student-events__title {
        font-size: 2rem;
    }
}
.investor-relations .student-events .student-events__copy {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    line-height: 1.3125rem;
    color: #FFFFFF;
    font-size: .875rem;
}
@media all and (min-width: 768px) {
    .investor-relations .student-events .student-events__copy {
        font-size: 1rem;
        line-height: 1.75rem;
    }
}