/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

.alert.emergency-alert{
	background-color: #cf250e;
	color: #eee;
}
.alert.emergency-alert .heading{
	color: #eee;
}
.alert.emergency-alert a{
	color: #eee;
	font-weight: 700;
}
.emergency-alert.alert-dismissible .close{
	color: #fff;
}
.emergency-alert.alert-dismissible .close:hover{
	color: #003866;
}

.ou-justedit-region .pathway .collapse:not(.show) {
    display: block !important;
}

.lead {
	display: block;
}



ul {
	margin-left: 0 !important;
}



.event-title {
	color: #003866 !important;
}



ul.one-column {
	column-count: 1;
	-webkit-column-count: 1;
	-moz-column-count: 1;
}



.ou-justedit-region table tbody tr:last-child td{
	padding-bottom: 50px;
}



body {
	overflow-x: hidden !important;
}

.btn-large{
	font-size: 20px !important;
}
.cookiealert.alert a{
	font-size: 20px !important;
}
.cookiealert .cc-message{
	font-size: 20px !important;
}

/* added for ticket 243920*/
.image-link-hide[target="_blank"]::after {		
	content: none; 	
}