.text-shadow {
    color: white !important;
    text-shadow: 2px 2px #000000;
}
.cover {
    background-image: url('/resource/static/theme/frontend/images/admissions/background.jpeg'); 
    background-size: cover;
    background-color: #777;
    background-blend-mode: overlay;
}
.step-container {
    margin-top: 1%;
}
.step-container .step-title {
    text-align: center;
}
.step-container .step-title h1 {
    font-size: 6em;
    font-family: 'AlternateGotNo2D';
    line-height: 0.2em;
    text-transform: uppercase;
}
.step-container .step-title h2 {
    text-transform: uppercase;
}
.step-box a {
    color: #ec008c;
}
.step-box a:hover {
    color: grey !important;
}
.step-container .step-box {
    max-width: 60%;
    margin: auto;
    margin-bottom: 20px;
    padding: 20px 50px;
    background-color: #eee;
    box-shadow:         4px 9px 10px 0px rgba(50, 50, 50, 0.59);
    -webkit-box-shadow: 4px 9px 10px 0px rgba(50, 50, 50, 0.59);
    -moz-box-shadow:    4px 9px 10px 0px rgba(50, 50, 50, 0.59);
    -ms-box-shadow:    4px 9px 10px 0px rgba(50, 50, 50, 0.59);
}
.step-container .step-box-cta {
    max-width: 60%;
    margin: auto;
    margin-bottom: 20px;
    padding: 20px 50px;
    background-color: #ec008c;
    box-shadow:         4px 9px 10px 0px rgba(50, 50, 50, 0.59);
    -webkit-box-shadow: 4px 9px 10px 0px rgba(50, 50, 50, 0.59);
    -moz-box-shadow:    4px 9px 10px 0px rgba(50, 50, 50, 0.59);
    -ms-box-shadow:    4px 9px 10px 0px rgba(50, 50, 50, 0.59);
}
.step-container .step-box-cta p.title {
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px !important;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-family: 'PlacardMT-Condensed';
    font-weight: 100 !important;
    font-size: 3.0em;
}
.step-container .step-box-cta p.tagline {
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
}
.step-container .step-box h3, .step-container .step-box p {
    text-align: left;
}
.step-container .step-box a.btn {
    padding: 8px;
    background-color: #ec008c;
    color: white;
/*    text-transform: uppercase;*/
    font-size: 1em;
    font-weight: bold;
    width: fit-content;
}
.step-container .step-box a.btn:hover {
    background-color: grey;
    color: white !important;
}

button.btn-getstarted {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    border-radius: 0px;
    color: #ffffff;
    font-size: 1.2em;
    background: #494949;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

button.btn-getstarted:hover {
    background: #ec008c;
    text-decoration: none;
}
a#view-other-programs {
    padding: 10px 20px;
    background-color: #ec008c;
    color: white;
}
a#view-other-programs:hover {
    background-color: grey;
    color: white;
}
.hideable-spacers {
    /*background-color: green !important;*/
}

.form-container {
    position: absolute;
    top: 20%;
    /*display: none;*/
}
.form-container div {
    margin: auto;
}
form#applicationForm div.error {
    background-color: red;
    padding: 10px;
    text-align: center;
    color: white;
    font-weight: bolder;
}
form#applicationForm {
    padding: 20px 50px;
    background-color: white;
    box-shadow:         4px 9px 10px 0px rgba(50, 50, 50, 0.59);
    -webkit-box-shadow: 4px 9px 10px 0px rgba(50, 50, 50, 0.59);
    -moz-box-shadow:    4px 9px 10px 0px rgba(50, 50, 50, 0.59);
    -ms-box-shadow:    4px 9px 10px 0px rgba(50, 50, 50, 0.59);
}
form#applicationForm input {
    box-sizing : border-box;
    width: 100%;
    height: 3.0em;
    margin: 0;
    margin-bottom: 20px;
    padding: 10px;
    border: black solid 1px;
}
form#applicationForm select {
    width: 100%;
    height: 42px;
    margin-bottom: 20px;
    padding-left: 10px;

    border: black solid 1px;
    border-radius: 0px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; 
    /* needed for Firefox: */
    overflow:hidden;
}
form#applicationForm p.form-title {
    font-weight: 900;
    font-size: 1.4em;
    text-align: left;
    padding-left: 0;
}
.blurry-text {
    color: transparent;
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.photo-author {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: white;
    font-weight: bolder;
}

@media (min-width: 451px) and (max-width: 770px) {
    .hideable-spacers {
        /*background-color: red !important;*/
        float: none;
    }
    .step-container .step-title h1 {
        font-size: 4em;
    }
    .form-container .col_2 {
        width: 75% !important;
        float: none;
    }
    .photo-author {
        display: none;
    }
    .closebtn {
        font-size: 2em !important;
        right: 20px;
    }
}

@media (max-width: 451px) {
    .hideable-spacers {
        /*background-color: green !important;*/
        float: none;
    }
    .step-container .step-title h1 {
        font-size: 4em;
    }
    .form-container .col_2 {
        width: 100% !important;
        float: none;
    }
    .photo-author {
        display: none;
    }
    .closebtn {
        font-size: 1.8em !important;
        right: 10px;
    }
}