/*
 * CSS code for authwp plugin
 */
 
 /* Calendar CSS */
 .fc-content-skeleton tbody {
    display: none;
}
 .fc button, .fc-button-group, .fc-time-grid .fc-event .fc-time span {
    display: block;
}
.fc-view-container table td {
    border: 0;
}
.fc-view-container table th {
    background: #fbb040 !important;
    border: 0;
    color: #fff;
    padding: 10px;
}
.fc-view-container .fc-content-skeleton table td {
    border: 0;
    padding: 8px;
}
.fc-ltr .fc-basic-view .fc-day-top.fc-today .fc-day-number,
.fc-ltr .fc-basic-view .fc-day-top.fc-today .fc-day-number:hover {
	background: #555;
	color: #fff;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none;
    display: block;
    text-align: left;
    background: #f5f5f5;
    border-radius: 50px;
    padding: 4px 12px;
    color: #555;
    transition: all .4s ease;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number:hover {
    color: #318fe8;
    text-decoration: none;
    transition: all .4s ease;
}
.fc-event-container a {
    border: 0;
    border-radius: 5px;
	color: #fff !important;
    font-size: 14px;
    padding: 5px;
    transition: all .4s ease;
}
.fc-event-container a:hover {
    background: #555;
    transition: all .4s ease;
}
.fc-day-grid-event .fc-content {
    white-space: normal;
}
.fc-right .fc-button {
    background: #555;
    border: 0;
    border-radius: 50px !important;
    margin: 5px 10px 0 0 !important;
    text-shadow: none;
    color: #fff;
    outline: none;
    padding: 3px 4px !important;
    transition: all .4s ease;
}
.fc-right .fc-button:hover {
    background: #fbb040;
    transition: all .4s ease;
}
.fc-left .fc-button {
    background: #fff;
    border: 0;
    box-shadow: none;
    color: #555 !important;
    display: inline-block;
    height: auto;
    font-size: 14px;
    font-weight: 300;
    margin: 5px 0 0;
	outline: none;
    padding: 8px 20px !important;
}
.fc-left .fc-button.fc-state-active {
    background: #555;
    border: 0;
    border-radius: 50px;
    color: #fff !important;
    text-shadow: none;
}
#events-list h3 {
    border-bottom: 1px solid #ececec;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0 0 10px;
}
#events-list .event-item {
    border-left: 4px solid #ddd;
    display: block;
    margin: 0 0 20px;
    padding: 0 20px;
    transition: all .4s ease;
}
#events-list .event-item p {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
#events-list .event-item a {
    color: #2a6da3;
	display: block;
    transition: all .4s ease;
}
#events-list .event-item a:hover {
    color: #000;
    transition: all .4s ease;
}
#events-list .event-item.events {
    border-color: #fbb040;
}
#events-list .event-item.call {
    border-color: #969696;
}
#events-list .event-item.positions {
	border-color: #52adc1;
}
#events-list .event-item:hover {
    border-color: #555;
    transition: all .4s ease;
}
#events-list .event-item p span {
	color: #727272;
	display: block;
	font-size: 12px;
}
.month-events {
    background: transparent;
    color: #4054b2 !important;
    display: inline-block;
    font-size: 12.5px;
    font-weight: 600;
	font-style: italic;
    margin: 50px 0 0;
    padding: 5px 0;
    position: absolute;
	right: 30px;
    text-align: right;
	top: 0;
    transition: all .4s ease;
}
.month-events:hover {
    color: #222 !important;
    transition: all .4s ease;
}
 
 /* === News Tabs Home === */
 .news-tabs-home .widget-tabs {
    margin: 0 0 30px;
    padding: 0;
}
.news-tabs-home .widget-tabs:before {
    display: none;
}
.news-tabs-home .widget-tabs li {
    margin: 0 50px 0 0;
    padding: 0;
}
.news-tabs-home .widget-tabs li a {
    color: #686868;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}
.news-tabs-home .widget-tabs li.uk-active a {
    color: #2a6ea3;
    border-bottom: 0;
}
.news-tabs-home .widget-tabs-content {
    margin: 0 -16px;
}
.news-tabs-home .widget-tabs-content li {
    padding: 0 8px 20px;
}
.news-tabs-home .widget-tabs-content .item-box {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 14px rgba(221, 221, 221, 0.5);
    padding: 20px;
}
.news-tabs-home .widget-tabs-content .item-box h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    height: 180px;
    margin: 0;
}
.news-tabs-home .widget-tabs-content .item-box h4 a {
    color: #000;
    display: block;
    text-decoration: none;
    transition: all .4s ease;
}
.news-tabs-home .widget-tabs-content .item-box h4 a:hover {
    color: #2a6ea3;
    transition: all .4s ease;
}
.news-tabs-home .widget-tabs-content .item-box p {
    color: #616161;
    font-size: 14px;
    margin: 0;
}



/* === Featured News Home === */
#showcase {
    position: relative;
}
.auth-featured-news {
    bottom: 100px;
    left: 0;
    margin: 0 auto;
    max-width: 1180px;
    position: absolute;
    right: 0;
}
.auth-featured-news .announcement-box {
    max-width: 55%;
    position: relative;
}
.auth-featured-news .uk-grid {
    margin: 0;
}
.auth-featured-news .uk-width-4-5 {
    background: rgba(255, 255, 255, 0.87);
    padding: 20px;
}
.auth-featured-news .uk-width-1-5 {
    background: rgba(41, 98, 145, 0.6);
    padding: 17px 12px 10px;
}
.auth-featured-news .widget-title {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
}
.auth-featured-news p {
    color: #121212;
}
.auth-featured-news .announcement-box a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.auth-featured-news .more-btn {
    background: rgba(42, 109, 162, 0.8);
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 10px 18px;
    text-decoration: none;
    transition: all .4s ease;
}
.auth-featured-news .more-btn:hover {
    background: #2a6da2;
    transition: all .4s ease;
}
.auth-featured-news .more-btn span {
    margin: 0 0 0 15px;
}


/* === Faculties & Schools List === */
.faculties-schools .uk-grid {
    border-bottom: 1px dashed #e4e4e4;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.faculties-schools .uk-grid:last-child {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
.faculties-schools .uk-width-1-1 {
	padding: 0;
}
.faculties-schools .uk-width-1-5 {
    padding: 0;
    width: 22%;
}
.faculties-schools .uk-width-4-5 {
    padding-left: 30px;
    width: 78%;
}
.faculties-schools img {
    border-radius: 4px;
    height: 100%;
    object-fit: cover;
    object-position: right;
    width: 100%;
}
.faculties-schools h4 {
    font-size: 17px;
}
.faculties-schools h4 a {
    color: #2e79a8;
}
.faculties-schools .schools-label {
	color: #727272;
    font-size: 13.5px;
    font-weight: 600;
    margin: 25px 0 10px;
    text-transform: uppercase;
}
.faculties-schools .schools-list {
    font-size: 13.5px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.faculties-schools .two-columns {
    columns: 2;
}
.faculties-schools .schools-list li {
	font-weight: 600;
    margin: 0 0 8px 30px;
    position: relative;
}
.faculties-schools .schools-list li:before {
	bottom: 0;
    color: #6d6d6d;
    content: '\f35a';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: -30px;
    font-weight: 400;
    top: 2px;
}

.search-people-results dt {
    font-size: 15px;
    font-weight: bold;
    text-transform: inherit;
}
.search-people-results dd {
    font-size: 14px;
    margin: 5px 0 0;
}
.search-results-box {
    background: #f6f6f6;
    border-radius: 2px;
    padding: 10px 20px;
    margin: 30px 0;
}
.search-people-form input[type="text"],
.search-people-form input[type="email"],
.search-people-form .select2 {
    border: 0;
    border-bottom: 2px solid #eee;
    border-radius: 0;
    margin: 0 0 10px;
    outline: none;
    padding: 5px 0;
    width: 100% !important;
}
.search-people-form .select2-selection {
    border: 0 !important;
}
.search-people-form .select2-selection__rendered {
    padding: 0 !important;
}
.search-people-form input[type="submit"] {
    background: #2c75a6;
    border: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    margin: 20px 0 0;
    padding: 14px 20px;
}


.registrars-list .list-header {
    background: #07243c;
    color: #fff;
    margin: 0;
    padding: 0 !important;
}
.registrars-list .uk-grid > * {
    padding: 10px;
}
.registrars-list p {
    margin: 0;
}
.registrars-list .uk-grid {
    border-bottom: 1px solid #dedede;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.registrars-list .uk-grid:last-child {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
.registrars-list .uk-width-1-5:first-child {
    width: 25%;
}
.registrars-list .uk-width-1-5:last-child {
    width: 15%;
}


/* Responsive Design */
@media (max-width: 767px) {
	.auth-featured-news {
		margin-top: 40px;
		margin-bottom: 40px;
		max-width: 100%;
		padding: 0 25px;
		position: relative;
		bottom: auto;
	}
	.auth-featured-news .announcement-box {
		max-width: 100%;
	}
	.auth-featured-news .announcement-box .uk-width-1-5 {
		background: transparent;
		padding: 0;
	}
	.auth-featured-news .announcement-box .uk-width-4-5 {
		padding: 20px 0;
		width: 100%;
		order: 2;
	}
	.auth-featured-news .announcement-box h3 {
		font-size: 20px;
	}
	.auth-featured-news .announcement-box p {
		font-size: 15px;
	}
	.auth-featured-news .more-btn {
		font-size: 14px;
	}
	.faculties-schools .two-columns {
		columns: 1;
	}
	.faculties-schools .schools-list li {
		margin-bottom: 22px;
	}
	.news-tabs-home .uk-tab {
		display: block;
		margin: 0;
	}
	.news-tabs-home .uk-tab li {
		display: block;
		margin: 10px 0;
	}
	.news-tabs-home .uk-tab li a {
		font-size: 15px;
		padding: 10px;
		text-align: left;
	}
	.news-tabs-home .uk-tab li.uk-active a {
		background: #fff;
	}
}