/*
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

/* add active class for current-page navigation */
.nav-link.active {
	color: var(--mid-blue);
	border-right: 5px solid var(--mid-blue);
	text-decoration: underline;
	font-family: 'MontserratBold', sans-serif;
	font-weight: bolder !important;
}


/*add back-to-top*/

.back-to-top{
	position:fixed !important;
	bottom:40px !important;
	right:8px !important;
	text-decoration:none !important;
	color:#000 !important;
	background-color:rgba(235, 235, 235, .8) !important;
	font-size:12px !important;
	padding:1em !important;
	z-index: 999 !important;
}
.glyphicon{
	position:relative;
	top:1px;
	display:inline-block;
	font-family:'Glyphicons Halflings';
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale 
}
.glyphicon-chevron-up:before{
	content:"\e113" 
}
.glyphicon-chevron-down:before{
	content:"\e114" 
}
/*Back to top end*/
.banner-heading {
	text-wrap:balance;
}
/*193385 increase margin between program curriculum accordion items */
/*Ticket 200545 align Program badges in mobile view*/
.s10 .c01,
.s10 .c02 {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.program-curriculum-course-wysiwg {
		margin-bottom: .5rem; 
	}
}

@media only screen and (min-width: 992px) {
	div.flip-card {
		margin-top:1.5rem;
	}
}

div.contact-content {
	text-wrap: balance;
}
/* A-Z Index */
ul.horizontal-list {
	padding-top: 20px;
}
ul.horizontal-list li {
	display: inline;
	padding: 10px;
	list-style-type: none;
	margin-left: 0.5rem;
}
ul.horizontal-list li a{
	/* 	color: #4F2984!important; */
}
ul.horizontal-list li:before {
	background-image: none;
}
ul.horizontal-list ~ ul li{
	margin-left: 3.5rem;
}
/* END A-Z Index */

/* PROGRAM FINDER */
#degree-finder-widget .easy-autocomplete.eac-purple ul li.selected, #degree-finder-widget .easy-autocomplete.eac-purple ul .eac-category.selected {
	background-color: #ebe8f3;
	color: #333;
}

#degree-finder-widget .easy-autocomplete.eac-bootstrap input {
	border-color: #ccc;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	color: #555;
	padding: 6px 12px;
}

#degree-finder-widget .easy-autocomplete-container ul {
	background: none repeat scroll 0 0 #ffffff;
	border-top: 1px dotted #ccc;
	display: none;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: relative;
	top: -1px;
}

#degree-finder-widget .easy-autocomplete-container ul li, #degree-finder-widget .easy-autocomplete-container ul .eac-category {
	background: inherit;
	border-color: #ccc;
	border-image: none;
	border-style: solid;
	border-width: 0 1px;
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding: 4px 12px;
}

.easy-autocomplete::after {
	color: #888;
	padding-right: 10px;
	/* 	content: "\f002"; */
	font-family: FontAwesome;
	float: right;
	position: absolute;
	right: 0px;
	font-size: 18px;
	top: 4px;
}

#degree-finder-widget .easy-autocomplete-container ul li {
	border: none;
}

#degree-finder-widget .easy-autocomplete-container ul {
	border-top: none;
}

#degree-finder-widget .eac-item a::before {
	display: none
}

#degree-finder-widget .eac-item a, .eac-item a:visited {
	color: #333;
}

#degree-finder-widget .eac-item a:hover {
	text-decoration: none;
	color: #333;
}
#degree-finder-widget .easy-autocomplete-container ul li:last-child {
	border-radius: 0 0 2px 2px;
	border-width: 0 1px 1px;
}

#degree-finder-widget .easy-autocomplete-container ul li.selected {
	background: none repeat scroll 0 0 #ebebeb;
	cursor: pointer;
}

#degree-finder-widget .easy-autocomplete-container ul li.selected div {
	font-weight: normal;
}


/* /PROGRAM FINDER */

/* Ticket 194344 */
.banner-2-wrapper .banner-2-heading {
	text-transform: initial;
}

/* Ticket 193385 */
.row.program-curriculum-course-category {
	margin-top: 12px;
}

/* Ticket 193385 */
.accordion-body .container.wysiwyg-wrapper {
	padding-top: 0px;
	padding-bottom: 12px;
}

.pagination li.active .page-link {
	font-weight: bold;
}
.pagination li.active .page-link.current {
	background-color: lightgray;
}

/* FORM SUBMISSION */
.ou-form .alert-success {
	color: #003893;
	background-color: #E5F1FA;
	border-color: #E5F1FA
}

/* Ticket 201426 */
.container.wysiwyg-wrapper .row ul {
	padding-left: 2rem !important;
}

/*LDP Form add path in form submission */
div.ou-form .hidden_path {
	display:none;
}

/* Ticket 217105 */
.emergency-alert {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1050; /* Make sure this is higher than the header */
	box-sizing: border-box; /* Ensure padding is included in total width */
}

/* chatbot */
.chatbotCode p {
	font-size: initial;
}

/* Tickets 224360/228799 */
.dark-mode li:not(.btn-outline-white), 
.dark-mode a:not(.btn-outline-white) {
	color: var(--white) !important;
}

.news-wrapper .news-card .news-text {
	flex: 1;
}

/* Ticket 225684 */
.downloads-wrapper {
	padding: 24px 0;
}

/* App Central Calender Block*/
#appcentral-events .cms-modal-dialog { 
	max-width: 650px;
}

#appcentral-events #ewrapper .col-lg-4 {
	padding-top: 15px;
}

#appcentral-events .hidden {
	display: none !important;
	visibility: hidden !important;
}

#appcentral-events .event-img .imagedate {
	position: relative;
	width: 100%;
	margin: 0 auto;
	min-height: 168px;
}

#appcentral-events .media .event-img .imagedate {
	position: relative;
	width: 240px;
	margin: 0 auto;
	height: 160px;
}

#appcentral-events .event-img .edatewrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 90px !important;
	width: 105px !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
}

#appcentral-events .event-img .imagedate .emonth {
	font-size: 34px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: -3px;
}

#appcentral-events .event-img .imagedate .eday {
	font-size: 52px;
	position: absolute;
	left: 0;
	top: 24px;
	font-weight: 800;
	letter-spacing: -2px;
}

#appcentral-events .event-img .imagedate .eyear {
	font-size: 34px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	top: 20px;
	left: 55px;
}

#appcentral-events h2#currentfilter {
	font-size: 24px;
}
