/**
 * Custom

 * Any custom styles implemented in the OmniUpdate environment
 * should go here
 */

/*Ensure that header doesn't overlap alert banner, if present, when user scrolls down the page.*/
div#oualerts-active-alert-display {
	z-index: 100001 !important;
}

/*Remove bottom border for A-Z index navigation*/
.page-intro.no-border {
	padding:0;
	border:0
}

/*Style span elements in application deadline like time elements from design*/
.o-program-overview__deadline-item .time {
    font-weight: 900;
    font-size: 1.8rem;
    line-height: 1.2;
}

/*Direct Edit button styles*/
a#de, a#directedit, span#directedit a {
	color: #fff;
}

@media (min-width: 700px) {
    .o-program-overview__deadline-item .time {
        font-size: 2.4rem;
        letter-spacing: -0.05rem;
    }
}

@media (min-width: 1025px) {
    .o-program-overview__deadline-item .time {
        font-size: 3rem;
        font-weight: 800;
    }
}



