.sub-header {
	background-position: center 30%;
    text-align: center;
}

.sub-header::before {
	background-color: rgba(0,0,0,0.35);
}

.sub-header-text {
	padding-top: 10vw;
	padding-bottom: 10vw;
}

.sub-header-text h1 {
	font-size: 3em;
    font-weight: 900;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
}

.intro {
    background-color: rgba(76, 38, 131, 1);
    border-top: 4px dotted #f68b1f;
    border-bottom: 4px dotted #f68b1f;
    color: white;
    text-align: center;
    padding-top: 3em;
    padding-bottom: 3em;
    font-size: 110%;
}

.intro-content {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.intro-content h3 {
    font-size: 150%;
}

.cta-buttons {
    background-color: #111111;
    background-image: url('../images/background-ue-sign-and-grounds.jpg');
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding-top: 10vw;
    padding-bottom: 10vw;
}

.cta-buttons h3 {
    font-size: 3em;
    color: white;
    text-shadow: 2px 2px black;
}

.cta-buttons .btn {
    display: inline-block;
    min-width: 250px;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.become-an-ace {
    padding-top: 2em;
    padding-bottom: 3em;
}

.become-an-ace-intro {
    text-align: center;
    padding-bottom: 2em;
}

.student-types {
    margin-bottom: 2em;
}

.student-type {
    background-color: #111111;
    background-size: cover;
    background-position: center top;
    color: white;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    text-align: center;
    text-shadow: 1px 1px black;
    padding-bottom: 2em;
    position: relative;
}

.student-type .gradient {
    background: linear-gradient(180deg, rgba(76, 38, 131, 0) 0%, rgba(76, 38, 131, 0) 25%, rgba(76, 38, 131, 0.75) 60%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -5;
}

.student-type.undergraduate {
    background-image: url('../images/bg-steps-undergrad-800.jpg');
}

.student-type.transfer {
    background-image: url('../images/bg-steps-transfer-800.jpg');
}

.student-type.international {
    background-image: url('../images/bg-steps-international-800.jpg');
}

.student-type.graduate {
    background-image: url('../images/bg-steps-graduate-800.jpg');
}

.student-type .content {
    padding: 20em 2em 1em 2em;
}

.student-type .content a#graduate-programs-list {
    color: white;
    cursor: help;
}

.student-type .content p.student-type-cta {
    margin-bottom: 0px;
}

.student-type .content p.requirements a {
    color: white;
    text-shadow: 1px 1px black;
}

.grad-programs-container {
    display: none;
}

#grad-programs a {
    color: #4c2683;
    font-weight: bold;
    text-decoration: none;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .sub-header-text h1 {
    	font-size: 4em;
    }
    
    .student-types {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2em;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .sub-header-text.col-xs-12 {
    	padding-top: 8vw;
    	padding-bottom: 8vw;
    }
    
    .sub-header-text h1 {
    	font-size: 6em;
    }
}