body {
    margin: 0px;
    font-family: 'Lato', sans-serif;
}
ul, p, h1, h2, h3, h4, h5, h6 {
    -webkit-margin-after: 0;
    -webkit-margin-before: 0;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: normal;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
}
a{
    text-decoration: none;
}
ul{
    list-style-type: none;
    padding: 0;
}
.splash-page{
    display: flex;
    flex-direction: column;
}
.splash-page-header{
    height: 550px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
    background-color: #3D59B2;
}
.splash-page-header-cell{
    width: 500px;
}
.splash-page-logo-cell{
    font-size: 31px;
    color: white;
    font-weight: bold;
    margin-bottom: 50px;
    width: 80%;
    margin-top: 20px;
    margin-left: 20px;
}
.splash-layout-image-cell{
    height: 300px;
    width: 300px;
    box-sizing: border-box;
}
.splash-layout-image{
    height: 100%;
    width: 100%;
}
.splash-layout-image-airplane{
    object-fit: cover;
}
.splash-page-layout-cell{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.splash-layout-info-cell{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.text-center{
    text-align: center;
}
.splash-layout-info-title{
    font-size: 21px;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
}
.splash-layout-info-title-black{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.splash-layout-info-title-black-left{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
}
.splash-layout-info-container{
    width: 800px;
    border-bottom: 1px solid #C1C1C1;
    display: flex;
    flex-direction: row;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-left:auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.splash-layout-info-container-last{
    border-bottom: none;
    padding-bottom: 0px;
}
.splash-layout-info-container-vertical{
    width: 800px;
    border-bottom: 1px solid #C1C1C1;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-left:auto;
    margin-right: auto;
    justify-content: center;
}
.splash-layout-info-image-cell{
    height: 150px;
    width: 250px;
    box-sizing: border-box;
    margin-right: 20px;
}
.splash-layout-info-image-cell{
    height: 150px;
    width: 250px;
    box-sizing: border-box;
    margin-right: 20px;
}
.splash-layout-info-image-cell-square{
    height: 200px;
    width: 200px;
    box-sizing: border-box;
    margin-right: 20px;
}
.splash-layout-info-text-cell{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    width: auto
}
.splash-layout-info-cell-small{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
}
.splash-layout-info-text-icon{
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    margin-right: 5px;
}
.splash-layout-info-text{
    font-size: 16px;
    text-align: center;
}
.splash-layout-info-text-75{
    font-size: 16px;
    text-align: center;
    height: 75px;
}
.splash-layout-info-icon-large{
    height: 150px;
    width: 150px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.splash-layout-info{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.splash-button-container{
    width: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
    display: flex;
    justify-content: center;
}
.rounded-button{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 36px;
    border-radius: 18px;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 15px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.pink{
    background-color: #D43A6D;;
    color: white;
    box-shadow: 0px 2px 1px 2px rgb(175,46, 101);
}
.white{
    background-color: white ;
    color: rgb(42,46,106);
    box-shadow: 0px 2px 1px 2px #727272;
}
.splash-layout-info-cell-horizontal{
    display: flex;
    flex-direction: row;
    width: auto;
}
.title-last{
    margin: auto;
}
@media screen and (max-width: 800px){
    .splash-layout-info-container{
        width: 550px;
    }
    .splash-layout-info-container-vertical{
        width: 550px;
    }
    .splash-layout-info-image-cell-square{
        height: 150px;
        width: 150px;
    }
    .splash-layout-info-cell-small{
        width: 150px;
    }
}
@media screen and (max-width: 600px){
    .splash-page-layout-cell{
        flex-direction: column;
        align-items: center;
    }
    .splash-layout-info-container{
        width: 90%;
        flex-direction: column;
        align-items: center;
    }
    .splash-layout-info-container-vertical{
        width: 90%;
    }
    .splash-layout-info-image-cell-square{
        height: 250px;
        width:  250px;
    }
    .splash-layout-info-cell-small{
        width: 250px;
    }
    .splash-layout-info-cell-horizontal{
        flex-direction: column;
        justify-content: center;
        align-items: center;
     }
    .splash-layout-info{
        flex-direction: column;
    }
    .splash-layout-info-text-cell{
        width: 250px;
    }
    .title-last{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .splash-layout-info-cell{
        margin-top: 10px;
        align-items: center;
    }
    .splash-page-header{
        height: 700px;
    }
    .splash-layout-info-image-cell{
        margin-right: 0;
    }
    .splash-layout-info-title-black-left{
        text-align: center;
        margin-bottom: 20px;
    }
}
.footer{
    background-color: #3D59B2;
    height: 120px;
    width: calc(100% - 40px);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}
.footer-container{
    width: 100%;
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.footer-cells{
    margin-left: 20px;
    margin-right: 20px;
    max-width: 230px;
    height: 100px;
}
.footer-cells-small{
    margin-left: 20px;
    margin-right: 20px;
    max-width: 150px;
}
.footer-cell-title{
    font-size: 19px;
    color: white;
    font-weight: 300;
    white-space: nowrap;
    margin: 0;
}

.footer-cell-underline{
    height: 1px;
    color: white;
    width: 100%;
}

.footer-cell-links-layout{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.footer-cell-links-one-column{
    flex: 1 0 100%;
    font-size: 13px;
    color: white;
    font-weight: 300;
    margin-bottom: 5px;
}
.footer-cell-links-one-column a {
    color: white;
}
.footer-cell-links-two-columns{
    flex: 1 0 50%;
    font-size: 13px;
    color: white;
    font-weight: 300;
    margin-bottom: 5px;
    min-width: 60px;
}
.footer-cell-links-two-columns-dark{
    flex: 1 0 50%;
    font-size: 13px;
    color: white;
    font-weight: 300;
    margin-bottom: 5px;
    min-width: 60px;
    display: none;
}
.footer-cell-links-two-columns a {
    color: white;
}
.footer-social-links{
    display: flex;
    margin-top: 10px;
}

.footer-link-twitter{
    height: 35px;
    width: 35px;
    border-radius: 10px;
    margin-right: 10px;
    overflow: hidden;
}

.footer-link-facebook{
    height: 35px;
    width: 35px;
    border-radius: 10px;
    overflow: hidden;
}

.footer-link-img{
    height: 35px;
    width: 35px;
}

.footer-short{
    width: calc(100% - 20px);
    display: none;
    padding: 10px;
    font-family: 'Lato', sans-serif;
    background-color: #3D59B2;
}
.footer-short-cell-links-layout{
    margin-top: 0px;
    display: flex;
    margin-bottom: 0;
    margin-block-end: 0;
    padding-left: 10px;
    width: calc(100% - 20px);
    align-items: center;
    justify-content: space-between;
}
.initial-tabindex-target {
    outline: none ;
}
.question-content img {
    max-width: 100%;
}

.screen-reader-hidden {
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
}
.footer-cell-links-two-columns-contact{
    flex: 0 0 75px;
    font-size: 13px;
    color: white;
    font-weight: 300;
    margin-bottom: 5px;
    min-width: 65px;
    white-space: nowrap;
    cursor: pointer;
    line-height: 1;
    text-align: right;
}
.footer-cell-links-two-columns-terms{
    flex: 0 0 130px;
    font-size: 13px;
    color: white;
    font-weight: 300;
    margin-bottom: 5px;
    min-width: 65px;
    white-space: nowrap;
    cursor: pointer;
    line-height: 1;
    text-align: right;
    margin-left: auto;
    margin-right: 10px;
}
.footer-inner-container{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 100%;
}
.footer-uwaterloo{
    max-height: 50px;
    margin-top: 5px;
    object-fit: contain;
    box-sizing: border-box;
    width: auto;
    margin-left: auto;
}
.background{
    background-color:  #FFFFFF;
    color: #545454;
}

.background-dark-mode{
    background-color: #0D1926;
    color: white;
}

.background-blue{
    background-color: #3D59B2;
    min-height: 550px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}
.background-blue-dark-mode{
    background-color: #0C1523;
    min-height: 550px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}
.footer-blue{
    background-color: #3D59B2;
    height: 120px;
    width: calc(100% - 40px);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}
.footer-blue-dark-mode{
    background-color: #0C1523;
    height: 120px;
    width: calc(100% - 40px);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}
.footer-short-blue{
    width: calc(100% - 20px);
    display: none;
    padding: 10px;
    font-family: 'Lato', sans-serif;
    background-color: #3D59B2;
}
.footer-short-blue-dark-mode{
    background-color: #0C1523;
    width: calc(100% - 20px);
    display: none;
    padding: 10px;
    font-family: 'Lato', sans-serif;
}
.show-footer-button{
    display: flex;
    flex: 1 0 50%;
    font-size: 13px;
    color: white;
    font-weight: 300;
    margin-bottom: 5px;
    min-width: 60px;
}
.hide-footer-button{
    display: none;
}
@media screen and (max-width: 1024px){
    .footer{
        padding-bottom: 20px;
    }
    .footer-container{
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .footer-cells{
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
    .footer-cells-small{
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 800px){
    .footer{
        width: calc(100% - 40px);
    }
    .footer-container{
        flex-wrap: wrap ;
        justify-content: space-between;
    }
    .footer-cells{
        margin-left: 20px;
        margin-right: 20px;
    }
    .footer-cells-small{
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 800px){
    .footer-container{
        flex-wrap: wrap ;
    }
    .footer-uwaterloo{
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
    .footer-blue{
        height: 200px;
    }
    .footer-blue-dark-mode{
        height: 200px;
    }

}
@media screen and (max-width: 600px){
    .footer{
        display: flex;
    }
    .footer-short{
        display: none;
    }
    .footer-cells{
        margin-left: 0px;
        margin-right: 00px;
        margin-bottom: 20px;
    }
    .footer-cells-small{
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .footer-uwaterloo{
        margin-left: 0;
        margin-right: auto;
        margin-bottom: 20px;
        max-width: 280px;
    }
}
@media screen and (max-width: 600px){
    .footer-blue{
        height: auto;
    }
    .footer-blue-dark-mode{
        height: auto;
    }
    /*.footer-short-blue{*/
        /*display: flex;*/
    /*}*/
    /*.footer-short-blue-dark-mode{*/
        /*display: flex;*/
    /*}*/
    .background-blue{
        min-height: 700px;
    }
    .background-blue-dark-mode{
        min-height: 700px;
    }
}