#image-cta-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    margin: 1rem 0rem 1.5rem 0rem;
}
@media (max-width: 64em) {
    #image-cta-buttons {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
#image-cta-buttons .image-button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 100%;
    min-height: 22rem;
}
@media (min-width: 40.063em) and (max-width: 64em) {
    #image-cta-buttons .image-button {
        -webkit-box: 1;
        -moz-box: 1;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }
}
@media (max-width: 40em) {
    #image-cta-buttons .image-button {
        margin: 0.5rem auto;
    }
}
#image-cta-buttons .image-button .button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0rem 1rem 2rem 1rem;
    padding: 1rem 1.5rem;
    background-color: #fff;
    color: #877148;
    line-height: 1.1 !important;
}
#image-cta-buttons .image-button .button:hover,
#image-cta-buttons .image-button .button:focus {
    background-color: #877148;
    color: #fff;
}
#image-cta-buttons #image-button-1 {
    background: linear-gradient(rgba(111, 87, 41, 0.55), rgba(111, 87, 41, 0.55)), url("/media/Oakland/Assets/Undergraduate-Admissions/images/admitted_button_4.jpg") center center no-repeat;
    background-size: cover;
    background-position: 75% center;
}
#image-cta-buttons #image-button-2 {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("/media/Oakland/Assets/Undergraduate-Admissions/images/admitted_button_1.jpg") center center no-repeat;
    background-size: cover;
    background-position: center;
}
#image-cta-buttons #image-button-3 {
    background: linear-gradient(rgba(111, 87, 41, 0.55), rgba(111, 87, 41, 0.55)), url("/media/Oakland/Assets/Undergraduate-Admissions/images/admitted_button_2.jpg") center center no-repeat;
    background-size: cover;
    background-position: 68% center;
}
#image-cta-buttons #image-button-4 {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("/media/Oakland/Assets/Undergraduate-Admissions/images/Future-Students-inset.jpg") center center no-repeat;
    background-size: cover;
    background-position: center center;
}
#admittedTab, #registerAndPay{display:none;}
/*# sourceMappingURL=admitted_cta_buttons.css.map */





