﻿@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.otf");
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.otf");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.otf");
}

@font-face {
  font-family: "Montserrat-Black";
  src: url("../fonts/Montserrat-Black.otf");
}

@font-face {
  font-family: "Montserrat-Hairline";
  src: url("../fonts/Montserrat-Hairline.ttf");
}


/*--------------------------------------------------------------
	Body
--------------------------------------------------------------*/

body{
	font-family: "Montserrat-Regular";
	background:#fafafa;
	overflow-x: hidden;
}

.hide-scroll{
	overflow-y:hidden;
}




/*--------------------------------------------------------------
	Site Header
--------------------------------------------------------------*/

.header-banner {
	width: 100%;
	overflow-x: hidden;
	position: relative;
}

	.header-banner img {
		width: 100%;
		height: auto; /* ensures responsive height */
		display: block; /* removes bottom spacing */
	}

.site-header {
	position: relative; /* or just remove this line */
	width: 100%;
	z-index: 10;
	background-color: #c40000; /* optional: for navbar background */
	margin-top: 0; /* reset any negative margins */
}


.typing-container {
	margin-top: -80px; /* ⬅️ Moved further up */
	color: white;
	text-align: center;
	position: relative;
	z-index: 10;
}

.typing-text {
	font-size: 32px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}

.cursor {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	animation: blink 0.7s steps(1) infinite;
}

@keyframes blink {
	0%, 100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}
@media (max-width: 768px) {
	.page-header h1 {
		font-size: 2.2rem;
	}

	.calendar-controls {
		flex-direction: column;
		text-align: center;
	}

	.calendar-grid {
		grid-template-columns: repeat(7, 1fr);
		gap: 1px;
	}

	.calendar-day {
		min-height: 80px;
		padding: 5px;
	}

	.day-number {
		font-size: 0.8rem;
	}

	.event {
		font-size: 0.6rem;
	}

	.calendar-main {
		padding: 15px;
	}
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.gov-accessibility-menu {
		top: 5px;
		right: 5px;
	}

	.accessibility-btn {
		padding: 6px 10px;
		font-size: 14px;
	}

	.accessibility-dropdown .dropdown-menu {
		min-width: 200px;
		right: 0;
		left: auto;
	}
}

@media (max-width: 768px) {
	.top-section,
	.bottom-section {
		flex-direction: column;
	}

	.content-right {
		padding-left: 0;
		padding-top: 20px;
	}

	.container {
		padding: 10px;
	}
}


@media (max-width: 768px) {
	.top-section,
	.features-section,
	.bottom-section {
		flex-direction: column;
	}

	.content-right {
		padding-left: 0;
		padding-top: 20px;
	}

	.container {
		padding: 15px;
		margin: 10px;
	}

	.hub-header {
		font-size: 28px;
		padding: 20px;
	}

	.stats-banner {
		flex-direction: column;
		gap: 15px;
	}
}

@keyframes shine {
	0% {
		left: -100%;
	}

	100% {
		left: 100%;
	}
}

@media (max-width: 768px) {
	.management-header-section {
		padding: 30px 20px;
	}

	.form-section-card {
		margin: 15px;
		padding: 25px;
	}

	.management-header-title {
		font-size: 28px;
	}

	.form-row-modern {
		grid-template-columns: 1fr;
	}
}


@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes float {
	0%, 100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-20px);
	}
}


@keyframes pulse {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.8;
	}

	100% {
		opacity: 1;
	}
}


@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-10px);
	}

	60% {
		transform: translateY(-5px);
	}
}

@media (max-width: 768px) {
	.hero-section,
	.main-content {
		flex-direction: column;
	}

	.hero-content {
		padding-left: 0;
		padding-top: 20px;
	}

	.container {
		margin: 10px;
		padding: 15px;
	}

	.hub-header {
		font-size: 28px;
		padding: 20px;
	}

	.products-grid {
		grid-template-columns: 1fr;
	}

	.quick-stats {
		grid-template-columns: 1fr;
	}
}
 

@media (max-width: 480px) {
	.stats-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.page-header h1 {
		font-size: 2.5rem;
	}

	.curriculum-section {
		padding: 25px;
	}

	.section-header {
		flex-direction: column;
		text-align: center;
	}

	.section-icon {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.course-grid {
		grid-template-columns: 1fr;
	}

	.course-details {
		flex-direction: column;
		gap: 8px;
	}

	.action-section .btn {
		display: block;
		margin: 15px auto;
		width: 80%;
		max-width: 300px;
	}

	.stats-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}


@keyframes shine {
	0% {
		transform: translateX(-100%) translateY(-100%) rotate(45deg);
	}

	100% {
		transform: translateX(100%) translateY(100%) rotate(45deg);
	}
}



/* Push login item to the far right */
.navbar-nav.mainmenu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}

	.navbar-nav.mainmenu .login-item {
		margin-left: auto; /* Pushes to right */
		display: flex;
		align-items: center;
	}

/* Login icon inside navbar */
.login-icon {
	width: 28px;
	height: 28px;
	margin-right: 6px;

}

/* Optional: style login link */
.login-item a {
	color: #ffffff !important;
	font-weight: 600;
	font-size: 16px;
	display: flex;
	align-items: center;
	padding: 10px 15px;
}

	.login-item a:hover {
		color: #cce6ff !important;
	}

/* ✅ Navbar Styling */
.site-header {
	background-color: #c40000;
	color: white;
	width: 100%;
	padding: 10px 0;
}

	.site-header a {
		color: white !important;
	}

	.site-header .navbar-nav > li > a {
		color: white !important;
		font-weight: 500;
	}

	.site-header .navbar {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.site-header .navbar-offcanvas {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
	}

	.site-header .login-item {
		margin-left: auto;
	}

		.site-header .login-item a {
			display: flex;
			align-items: center;
			color: white !important;
			font-weight: bold;
		}

.login-icon {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}



.site-header .site-branding .site-title a img{
	max-height:58px;
	display:block;
}

.site-header > .row > div{
	display:inline-block;
	float:none;
	margin:0 -4px 0 0;
	vertical-align:middle;
}

.site-header #site-navigation{
	margin:0;
}

.site-header #site-navigation .navbar-collapse{
	padding:0 20px;
}

	.site-header #site-navigation .nav li a {
		font-size: 13px; /* increased from 13px */
/*		text-transform: uppercase;
*/		color: white;
		padding: 16px 18px 21px; /* slight padding boost for better alignment */
		background: none !important;
		position: relative;
	}

.site-header #site-navigation .nav li a:before{
	content: "";
	height:2px;
	background:#f5ab35;
	position:absolute;
	bottom:0;
	right:100%;
	left:5px;
	transition: all 0.4s;
}

.site-header #site-navigation .nav li:hover a:before{
    right: 5px;
}

.site-header #site-navigation .nav li.active a:before{
	left:5px;
	right:5px;
}

.site-header #site-navigation .navbar-right li:hover a:before{
	display:none
}

.site-header .search-lightbox{
	display:none
}

.featherlight .featherlight-content{
	min-width:50%;
}

.search-lightbox input[type="text"]{
    background: #fff url("../images/search.png") no-repeat scroll 10px center;
    border: medium none;
    color: #bababa;
    font-family: "Montserrat-Light";
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 50px;
    width: 100%;
	padding:0 50px;
	border:none;
	-webkit-box-shadow: 0px 0 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0 10px 0px rgba(0,0,0,0.5);
}

.search-lightbox input[type="text"]::-webkit-input-placeholder{
	color: #bababa;
	font-family: "Montserrat-Light";
}
.search-lightbox input[type="text"]::-moz-placeholder{
	color: #bababa;
	font-family: "Montserrat-Light";
}

.search-lightbox input[type="text"]::-ms-input-placeholder{
	color: #bababa;
	font-family: "Montserrat-Light";
}

.search-lightbox input[type="text"]:-moz-placeholder{ 
	color: #bababa;
	font-family: "Montserrat-Light";
}

@keyframes dropdownSlide {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes submenuSlide {
	from {
		opacity: 0;
		transform: translateX(-10px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* MOBILE RESPONSIVE */
@media (max-width: 991.98px) {
	.dropdown-submenu .submenu {
		position: static;
		display: none;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
		margin: 8px 0;
		border-radius: 6px;
		margin-left: 20px;
		background: linear-gradient(135deg, #c40000 0%, #a00000 100%) !important;
	}

	.dropdown-submenu .submenu-arrow {
		transform: translateY(-50%) rotate(90deg);
	}

	.dropdown-submenu:hover .submenu-arrow {
		transform: translateY(-50%) rotate(90deg) translateX(2px);
	}

	.dropdown-submenu.nested .nested-submenu {
		position: static;
		display: none;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
		margin: 8px 0;
		border-radius: 6px;
		margin-left: 40px;
		background: linear-gradient(135deg, #c40000 0%, #a00000 100%) !important;
	}
}

/*.header-1{
	margin:30px auto;
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:9999;
}

.header-1 .site-branding .site-title a img{
	max-height:58px;
	margin:17px 0;
	display:block;
}

.header-1 #site-navigation:after{
	content: "";
	display:block;
	position:absolute;
	left:100%;
	bottom:0;
	top:0;
	width:100%;
	background:#e8edf5;
}

.header-1 #site-navigation{
	position:relative;
	background:#e8edf5;
	opacity:1;
	border-radius:0;
	margin:0;
	border:none;
	padding:0 20px;
}



.header-1 #site-navigation .navbar-collapse{
	padding:0 0 0 20px;
}

	.header-1 #site-navigation .nav li a {
		font-size: 14px;*/
/*		text-transform: uppercase;
*/		/*color: #1a1a1a;*/ /* changed from #004296 to a darker shade for visibility */
		/*font-weight: 600;
		padding: 36px 19px;
		background: none !important;
		position: relative;
		transition: color 0.3s ease;
	}


.header-1 #site-navigation .nav li.active a:before{
	content: "";
	display:block;
	height:3px;
	background:#f5ab35;
	position:absolute;
	bottom:20px;
	left:5px;
	right:5px;
}*/

/* Add down arrow to items with dropdown */
/*.navbar-nav .dropdown > a::after,
.navbar-nav .dropdown-submenu > a::after {
	content: ' ▼';
	font-size: 10px;
	margin-left: 6px;
	color: #aaa;
}*/

/* Optional: use a right arrow for submenus (optional UX detail) */
/*.navbar-nav .dropdown-submenu > a::after {
	content: ' ▶';
}

.header-1 #site-navigation .nav li a:before{
	background: #f5ab35;
    bottom: 20px;
    content: "";
    display: block;
    height: 3px;
    right:100%;
	left:5px;
	transition: all 0.4s;
	position:absolute;
}

.header-1 #site-navigation .nav li:hover a:before{
    display: block;
    right: 5px;
}

.header-1 #site-navigation .navbar-right li:hover a:before{
	display:none
}*/


.header-2{
	margin:30px auto;
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:9999;
	text-align:center;
}

.header-2 .nav,
.header-2 .site-branding{
	float:none!important;
	display:inline-block;
	vertical-align:middle
}

.header-2 .site-branding{
	margin:0 90px;
}

.header-2 .site-branding .site-title a img{
	max-height:none;
}

.header-2 #site-navigation .nav li a{
	font-size:13px;
	text-transform:uppercase;
	color:#fff;
	padding:15px;
	background:none!important;
}
.navbar i,
.navbar .fa {
	color: white !important;
}

.navbar i,
.navbar .fa {
	color: white !important;
}



.header-2 #site-navigation .nav li.active a:before{
	background:#fff;
	height:3px;
}

.header-2 #site-navigation .nav li a:before{
	background: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    right:100%;
	left:5px;
	transition: all 0.4s;
	position:absolute;
}

.header-2 #site-navigation .nav li:hover a:before{
    display: block;
    right: 5px;
}

.header-2 .site-branding-mobile{
	display:none
}

.header-3{
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:9999;
	margin:0;
}
/* Navbar link style */
.navbar-nav > li > a {
	color: #ffffff !important;
	font-weight: 600;
	font-size: 17px;
	padding: 10px 15px;
	display: block;
}

/* MAIN & SUB dropdown menu styles */
.navbar-nav .dropdown-menu,
.dropdown-submenu > .dropdown-menu {
	background: linear-gradient(135deg, #c40000 0%, #a00000 100%);
		min-width: 200px;
	border: none;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	padding: 0;
	margin: 0;
}

/* Show dropdown on hover */
.navbar-nav .dropdown:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

/* Dropdown item links (all levels) */
.navbar-nav .dropdown-menu li a,
.dropdown-submenu > .dropdown-menu li a {
	color: #ffffff !important;
	padding: 10px 20px;
	display: block;
	font-weight: 500;
	background: linear-gradient(135deg, #c40000 0%, #a00000 100%);
	white-space: nowrap;
}

	/* Hover effect for all dropdown items */
	.navbar-nav .dropdown-menu li a:hover,
	.dropdown-submenu > .dropdown-menu li a:hover {
		background: linear-gradient(135deg, #c40000 0%, #a00000 100%);
		color: #ffffff !important;
	}

/* Submenu positioning */
.dropdown-submenu {
	position: relative;
}

	.dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -1px;
	}


.header-3 .top-header{
	background:#fff;
	padding:10px 0;
	-webkit-box-shadow: 0px 20px 20px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 20px 20px -4px rgba(0,0,0,0.5);
	box-shadow: 0px 20px 20px -4px rgba(0,0,0,0.5);
}

.header-3 .top-header p{
	margin:0;
	color:#004296;
	font-size:11px;
	font-family: "Montserrat-Light";
}

.header-3 .top-header i{
	margin:0 10px 0 0;
	font-size:14px;
	color:#004296;
}

.header-3 .top-header ul{
	text-align:right;
}

.header-3 .top-header ul li{
	margin:0 0 0 20px
}

.header-3 .top-header ul li a{
	color:#004296;
	font-size:11px;
	font-family: "Montserrat-Light";
}

.header-3 .site-branding .site-title{
	text-align:center
}

.header-3 .site-branding .site-title a{
	display:inline-block;
}

.header-3 .site-branding .site-title a img{
	max-height:58px;
	margin:25px 0 0;
	display:block;
}

.header-3-navigation{
	background:#fff
}

.header-3-navigation #site-navigation{
	margin:0;
}

.header-3-navigation #site-navigation .nav{
	text-align:center;
	width:100%;
	float:none;
}

.header-3-navigation #site-navigation .nav li{
	float:none;
	display:inline-block;
	vertical-align:middle;
	margin:0 -4px 0 0;
}

.header-3-navigation #site-navigation .nav li a{
	font-size:15px;
	text-transform:uppercase;
	color:#004296;
	padding:25px 30px 30px;
	background:none!important;
}

.header-3-navigation #site-navigation .nav li.active a:before{
	display:block;
	left:5px;
	right:5px;
}

.header-3-navigation #site-navigation .nav li a:before{
	background: #3368ab;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    right:100%;
	left:5px;
	transition: all 0.4s;
	position:absolute;
}

.header-3-navigation #site-navigation .nav li:hover a:before{
    display: block;
    right: 5px;
}


.site-header {
	/*background-color: rgba(0, 0, 0, 0.8);*/ /* Dark semi-transparent background */
	color: rgba(0, 0, 0, 0.8);
	
	padding: 0px 0;
}

	.site-header .nav li a,
	.site-header .navbar-nav > li > a,
	.site-header .fa {
		color: black; /* Force white text */
		font-size: 18px;
		font-weight: 800;
		text-transform: uppercase;
		font-weight: bold;
	}

	.site-header .nav li:hover > a {
		color: #ffd700 !important; /* Light gold/yellow for visibility */
		background: none !important;
	}

	.site-header .nav li a {
		background: none !important;
	}

.mobile-menu,
.closecanvas{
	display:none;
}

#js-bootstrap-offcanvas:after {
  content: "";
  display: table;
  clear: both;
}



/*.hero-1 {
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
*/

.hero-content {
	position: relative;
	height: 460px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 40px 20px;
	/* Moved background control HERE */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-image 1.5s ease-in-out, transform 3s ease-in-out;
	z-index: 1;
}



.commandant-card {
	padding: 0;
	background: #fff;
/*	border: 1px solid #ddd;
*/	border-radius: 4px;
	overflow: hidden;
	height: 100%;
}

.commandant-header {
	background-color: #990000;
	color: white;
	font-weight: bold;
	padding: 12px 8px 10px 8px; /* top-right-bottom-left */
	font-size: 16px;
	margin-bottom: 0;
	border-bottom: 1px solid #991111; /* optional subtle separator */
}


.commandant-photo {
	width: 216px;
	height: auto;
	margin: 12px auto 10px auto; /* top-right-bottom-left */
	display: block;
	border-radius: 0px; /* optional: soft corners */
}

.commandant-name {
	background-color: #990000;
	color: white;
	padding: 5px 10px; /* more height */
	font-weight: bold;
	font-size: 16px; /* slightly bigger */
	line-height: 1.6; /* better vertical spacing */
	text-align: center; /* optional: center align */
}

	.commandant-name .title {
		font-weight: normal;
		font-size: 13px; /* a bit larger */
		display: block;
		margin-top: 4px; /* space between name and title */
	}

.forbearers-section {
	background-color: #990000;
	color: white;
	padding: 14px 16px; /* more vertical space */
	font-size: 14px; /* slightly bigger */
	margin-top: 5px;
	border-radius: 4px; /* optional: softer look */
}

.army-logo {
	width: 36px; /* slightly bigger logo */
	height: auto;
}

.forbearers-text strong {
	font-size: 15px; /* larger heading */
}

.forbearers-text small {
	font-size: 12px; /* slightly bigger subtitle */
	color: white;
}

/*.hero-1 {
	position: relative;
	background: url(../images/auth-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 0;
	margin: 0;
	overflow: hidden;
}


.hero-content {
	position: relative;
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 40px 20px;*/

	/* Moved background control HERE */
	/*background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-image 1.5s ease-in-out, transform 3s ease-in-out;
	z-index: 1;
}*/

/* Central hero content box */
/*.hero-content {
	position: relative;
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 40px 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-image 1.5s ease-in-out, transform 3s ease-in-out;*/
/*	animation: kenburnsZoom 12s ease-in-out infinite;
*/	/*z-index: 1;
}*/

	/* Background gradient */
	/*.hero-content::after {
		content: "";
		position: absolute;
		inset: 0;*/
/*		background: linear-gradient(to right, rgba(153, 0, 0, 0.5), rgba(0, 0, 0, 0.4));
*/		/*z-index: -1;
	}*/

	/* Background blur transition */
	/*.hero-content::before {
		content: "";
		position: absolute;
		inset: 0;
		background-size: cover;
		background-position: center;
		opacity: 0;
		filter: blur(8px);
		transition: opacity 1.5s ease-in-out;
		z-index: -2;
	}

	.hero-content.fade-active::before {
		opacity: 1;
	}*/

/* Hero caption styling */
.hero-caption {
	position: relative;
	z-index: 2;
	animation: fadeInText 1.5s ease-in-out forwards;
}

@keyframes fadeInText {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes kenburnsZoom {
	0% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1.1);
	}
}

.hero-content .hero-caption h2 {
	font-family: "Montserrat-Bold";
	font-size: 36px;
	line-height: 1.3;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

	.hero-content .hero-caption h2 span {
		color: #f5ab35;
	}

.hero-content .hero-caption p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-family: "Montserrat-Light";
	margin-bottom: 25px;
}

.hero-content .hero-caption .action-btn {
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #fff;
	padding: 12px 30px;
	border-radius: 5px;
	display: inline-block;
}

	.hero-content .hero-caption .action-btn:hover {
		background: #fff;
		color: #004296;
	}
.left-content-box {
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 0;
	min-height: 300px; /* reduced from 448px */
	height: auto; /* let content decide height */
	flex-direction: column;
	justify-content: center;
}


	.left-content-box h4 {
		font-size: 20px;
		color: #123456;
		margin-bottom: 15px;
/*		border-bottom: 2px solid #ddd;
*/		padding-bottom: 5px;
	}

	.left-content-box ul {
		list-style: none;
		padding-left: 0;
		margin: 0;
	}

	.left-content-box li {
		margin-bottom: 10px;
	}

	.left-content-box a {
		color: #004296;
		text-decoration: none;
		font-weight: 500;
	}

		.left-content-box a:hover {
			text-decoration: underline;
		}
.notification-tab {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 6px;
	padding: 20px 20px 25px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

	.notification-tab h4 {
		font-size: 22px;
		color: #004296;
		font-weight: 600;
		border-bottom: 3px solid #004296;
		padding-bottom: 8px;
		text-transform: uppercase;
		letter-spacing: 0.5px;
	}

	.notification-tab ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
		gap: 6px; /* smaller vertical space between links */
	}

	.notification-tab li {
		display: flex;
		align-items: center;
	}

	.notification-tab a {
		color: #004296;
		font-weight: 500;
		font-size: 15px;
		text-decoration: none;
		display: flex;
		align-items: center;
		gap: 10px;
		transition: color 0.3s ease;
	}

		.notification-tab a:hover {
			color: #00264d;
			text-decoration: underline;
		}

.ext-logo {
	width: 28px;
	height: 28px;
	border-radius: 4px;
	object-fit: contain;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}
.social-links {
  background: #fff;
}

.social-card {
  padding: 25px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.social-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.social-card i {
  font-size: 2.2rem;
  margin-bottom: 12px;
  display: block;
}

.social-card h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.social-card p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 15px;
}


@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Accessibility improvements */
.social-btn:focus {
	outline: 2px solid rgba(0, 123, 255, 0.3);
	outline-offset: 2px;
}

.social-card:focus-within {
	outline: 2px solid rgba(0, 123, 255, 0.3);
	outline-offset: 3px;
}

/* Responsive Design */
@media (max-width: 768px) {
	.social-media-section {
		padding: 2rem 0;
	}

	.section-title {
		font-size: 1.5rem;
	}

	.social-cards-container {
		gap: 1rem;
	}

	.social-card {
		min-width: 100%;
		padding: 1.2rem;
	}

	.youtube-video-container,
	.instagram-post-container {
		height: 160px;
	}
}


/* Animations */
@keyframes pulse {
	0%, 100% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.05);
		opacity: 0.8;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Responsive Design */
@media (max-width: 768px) {
	.brand-title {
		font-size: 2rem;
	}

	.page-main-title {
		font-size: 2.5rem;
	}

	.brand-stats {
		justify-content: center;
		margin-top: 1.5rem;
	}

	.gallery-grid {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}

	.contact-info-grid {
		gap: 1rem;
	}

	.error-actions {
		flex-direction: column;
		align-items: center;
	}

	.error-code {
		font-size: 3rem;
	}

	.error-title {
		font-size: 1.5rem;
	}
}

@media (max-width: 576px) {
	.page-brand-header {
		padding: 1.5rem 0;
	}

	.brand-title {
		font-size: 1.75rem;
	}

	.page-main-title {
		font-size: 2rem;
	}

	.card-body-enhanced {
		padding: 1.5rem;
	}

	.hero-image {
		height: 250px;
	}
}




/* Animations */
@keyframes loadingDots {
	0%, 80%, 100% {
		transform: scale(0);
		opacity: 0.5;
	}

	40% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes pulse {
	0%, 100% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.05);
		opacity: 0.8;
	}
}

@keyframes float {
	0%, 100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-10px);
	}
}

/* Responsive Design */
@media (max-width: 1200px) {
	.container-fluid {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.hero-title {
		font-size: 3rem;
	}

	.section-title {
		font-size: 2.25rem;
	}
}

@media (max-width: 992px) {
	.header-content {
		flex-direction: column;
		text-align: center;
		gap: 1rem;
	}

	.hero-title {
		font-size: 2.5rem;
	}

	.page-main-title {
		font-size: 2rem;
	}

	.hero-stats {
		gap: 2rem;
	}

	.feature-card-modern {
		padding: 2rem 1.5rem;
	}
}


/* Responsive Design */
@media (max-width: 768px) {
	.featured-box {
		margin: 10px 0;
		padding: 10px 0;
	}

		.featured-box .box-1,
		.featured-box .box-2,
		.featured-box .box-3 {
			height: 380px;
			margin: 10px 0;
		}

		.featured-box .box-header {
			padding: 20px 15px 15px;
		}

			.featured-box .box-header i {
				font-size: 2rem;
			}

			.featured-box .box-header h3 {
				font-size: 1.2rem;
			}

		.featured-box .ticker-content {
			padding: 10px 15px 0;
		}
}

@media (max-width: 576px) {
	.featured-box .box-1, .featured-box .box-2, .featured-box .box-3 {
		height: 350px;
	}

	.featured-box .ticker-content {
		animation: scroll-up 25s linear infinite;
	}
}


/*--------------------------------------------------------------
	Welcome
--------------------------------------------------------------*/

.welcome{
	padding:70px 0;
	background:#fafafa
}

.welcome .welcome-content{
	padding:0 80px 0 0;
}

.welcome .welcome-content h3{
	font-family: "Montserrat-Bold";
	text-transform:uppercase;
	font-size:33px;
	color:#303030;
	line-height:45px;
	margin:0 0 40px;
}

.welcome .welcome-content h3 span{
	font-family: "Montserrat-Regular";
	color:#818181;
	font-size:18px;
	text-transform:capitalize;
	display:block;
}

.welcome .welcome-content p{
	margin:0 0 30px;
	font-size:13px;
	color:#818181;
	line-height:22px;
	font-family: "Montserrat-Light";
}

.welcome .welcome-content img{
	display:block;
	margin:0 0 30px;
}

.welcome .welcome-content .author{
	display:block;
	color:#303030;
	font-size:15px;
	display:block;
}

.welcome .welcome-content .author span{
	font-family: "Montserrat-Light";
	font-size:12px;
	color:#818181;
	margin:10px 0 0;
	display:block;
}

.welcome .welcome-img{
	margin:0 -15px;
	overflow:hidden;
}

.welcome .welcome-img img{
	width:100%;
	height:auto;
}

.welcome .welcome-img > div{
	padding:0 5px;
}

.welcome .welcome-img img{
	display:block;
	margin:0 auto 10px;
}

/*--------------------------------------------------------------
	We Have Faith
--------------------------------------------------------------*/
.we-have-faith{
	background:#fff;
	padding:70px 0;
}

.we-have-faith .section-header{
	width:55%;
	margin:0 auto 70px;
}

.we-have-faith .section-header h3{
	color:#303030;
	font-size:26px;
	line-height:normal;
	text-align:center;
	margin:0 0 30px;
	text-transform:uppercase
}

.we-have-faith .section-header p{
	color:#6a6a6a;
	font-size:13px;
	line-height:25px;
	text-align:center;
	margin:0;
}

.we-have-faith .section-content{
	text-align:center;
}

.we-have-faith .section-content > div{
	float:none;
	display:inline-block;
	vertical-align:bottom;
	margin:0 -4px 0 0;
}

.we-have-faith .section-content h4{
	margin:25px 0;
	font-size:22px;
	color:#303030;
	line-height:normal;
}

.we-have-faith .section-content p{
	font-size:13px;
	font-family: "Montserrat-Light";
	color:#6a6a6a;
	line-height:20px;
	padding:0 10px;
}

/*--------------------------------------------------------------
	Call To Action
--------------------------------------------------------------*/
.call-to-action{
	background:#fff
}

.call-to-action-content{
	background:url(../images/call-to-action-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:25px 45px;
	position:relative;
	margin:0 -15px;
}

	.call-to-action-content:before {
		content: "";
		display: block;
		background: #990000;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

.call-to-action-content > div{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle;
}

.call-to-action-content img{
	display:inline-block;
	position:relative;
	margin:0 45px 0 0;
	vertical-align:middle;
}

.call-to-action-content p{
	margin:0;
	font-size:23px;
	line-height:34px;
	font-family: "Montserrat-Light";
	display:inline-block;
	position:relative;
	vertical-align:middle;
	color:#fff;
	letter-spacing: 1px;
}

.call-to-action-content p strong{
	font-size:24px;
	display:block;
	color:#fff;
	font-family: "Montserrat-Bold";
	text-transform:uppercase;
	letter-spacing: 1px;
}

.call-to-action-content a{
	display:inline-block;
	text-align:center;
	position:relative;
	vertical-align:middle;
	padding:15px 45px;
	font-size:20px;
	line-height:25px;
	color:#fff;
	background:#f5ab35;
	float:right;
	border-bottom:4px solid #f58c04;
	border-radius:5px;
	transition: all 0.5s;
}

/*--------------------------------------------------------------
	Academic Calendar
--------------------------------------------------------------*/

.academic-calendar{
	padding:70px 0;
	background:#fff;
}

.academic-calendar .academic-calendar-header{
	text-align:center;
	width:55%;
	margin:0 auto 70px;
}

.academic-calendar .academic-calendar-header h2{
	font-size:26px;
	color:#303030;
	text-transform:uppercase;
	margin:0 0 30px;
}

.academic-calendar .academic-calendar-header p{
	font-size:13px;
	line-height:25px;
	color:#6a6a6a;
	margin:0;
	font-family: "Montserrat-Light";
}

.academic-calendar .academic-calendar-header p a{
	color:#1c55a2;
	text-decoration:underline
}

.calendar-nav{
	background:#efefef;
	margin:0 -15px;
}

.nav-year{
	display:none;
}

.calendar-nav .year-title{
	color:#0f4ea3;
	font-size:20px;
	line-height:10px;
	font-family: "Montserrat-Bold";
	display:block;
	text-align:center;
	padding:25px 30px;
}

.calendar-nav .year-title a i{
	color:#0f4ea3;
	font-size:30px;
	line-height:12px;
}

.tab-pane .year-title .yr-prev{
	display:block;
	float:left;
	margin:0
}

.calendar-nav .year-title .yr-next{
	display:block;
	float:right;
	margin:0
}

.calendar-nav ul{
	position:absolute;
	top:64px;
	bottom:0;
	width:100%;
	overflow-y:auto;
}

.calendar-nav ul li a{
	font-size:14px;
	color:#0f4ea3;
	font-family: "Montserrat-Light";
	padding:20px 30px;
}

.calendar-nav ul li.active a{
	color:#fff;
	background:#990000;
}

.tab-month{
	margin:0 -15px;
}

.calendar{
	background:#fbfbfb;
	overflow:hidden;
	padding:50px 30px 30px;
	border-right:1px solid #efefef;
	position:relative;
}

.calendar .calendar-header ul{
	margin:0 0 15px;
	padding:0 0 15px;
	border-bottom:1px solid #d1d1d1;
}

.calendar .calendar-header ul li{
	width:14.2857%;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	color:#303030;
	font-family: "Montserrat-Bold";
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:bottom;
	padding:0 5px;
}

.calendar .calendar-body ul li{
	width:14.2857%;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	color:#303030;
	font-family: "Montserrat-Light";
	display:inline-block;
	margin:0 -4px 15px 0;
	vertical-align:bottom;
	padding:5px;
}

.calendar .calendar-body ul li.inactive{
	color:#cbcbcb;
}

.calendar .calendar-body ul li.event-1-start{
	color:#fff;
	background:#39b54a;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}

.calendar .calendar-body ul li.event-1{
	color:#fff;
	background:#39b54a;
}

.calendar .calendar-body ul li.event-1-end{
	color:#fff;
	background:#39b54a;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}

.calendar .calendar-body ul li.event-2-start{
	color:#fff;
	background:#ed145b;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}

.calendar .calendar-body ul li.event-2{
	color:#fff;
	background:#ed145b;
}

.calendar .calendar-body ul li.event-2-end{
	color:#fff;
	background:#ed145b;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}

.calendar .calendar-body ul li.event-3-start{
	color:#fff;
	background:#733d96;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}

.calendar .calendar-body ul li.event-3{
	color:#fff;
	background:#733d96;
}

.calendar .calendar-body ul li.event-3-end{
	color:#fff;
	background:#733d96;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}

.calendar .calendar-body ul li.event-4-start{
	color:#fff;
	background:#4ad9d9;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}

.calendar .calendar-body ul li.event-4{
	color:#fff;
	background:#4ad9d9;
}

.calendar .calendar-body ul li.event-4-end{
	color:#fff;
	background:#4ad9d9;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}


.calendar .calendar-body ul li.event-5-start{
	color:#fff;
	background:#f5ab35;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}


.calendar .calendar-body ul li.event-5{
	color:#fff;
	background:#f5ab35;
}

.calendar .calendar-body ul li.event-5-day{
	color:#fff;
	background:#f5ab35;
	border-radius:20px;
}

.calendar .calendar-body ul li.event-5-end{
	color:#fff;
	background:#f5ab35;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}

.calendar .calendar-body{
	margin:0 0 30px
}

.calendar .calendar-footer{
	position:absolute;
	bottom:30px;
	left:30px;
	right:30px;
	margin:auto;
}

.calendar .calendar-footer ul{
	text-align:center
}

.calendar .calendar-footer ul li{
	font-size:10px;
	color:#909090;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle;
	padding:0 20px 0 0;
	font-family: "Montserrat-Light";
}

.calendar .calendar-footer ul li:last-child{
	padding:0 
}

.calendar .calendar-footer ul li span{
	display:inline-block;
	width:14px;
	height:14px;
	border-radius:50%;
	margin:0 5px 0 0;
	vertical-align:middle
}

.calendar .calendar-footer ul li.event-1 span{
	background:#39b54a
}

.calendar .calendar-footer ul li.event-2 span{
	background:#ed145b
}

.calendar .calendar-footer ul li.event-3 span{
	background:#733d96
}

.calendar .calendar-footer ul li.event-4 span{
	background:#4ad9d9
}

.calendar-note{
	background:#fff;
	overflow:hidden;
	padding:40px 30px 30px;
}

.calendar-note h3{
	color:#555;
	font-size:20px;
	margin:0 0 20px;
	padding:0 0 15px;
	border-bottom:1px solid #d1d1d1
}

.calendar-note ul li{
	font-size:14px;
	color:#909090;
	margin:0 0 40px;
	font-family: "Montserrat-Light";
}

.calendar-note ul li:last-child{
	margin:0;
}

.calendar-note ul li span{
	font-size:16px;
	color:#555;
	font-family: "Montserrat-Regular";
	display:inline-block;
	margin:0 10px 0 0;
}

.calendar-info > div{
	display:table-cell;
	float:none;
	vertical-align:top;
}

.calendar-info > .calendar{
	width:35%
}

.calendar-info > .calendar-note{
	width:65%
}

.academic-calendar > .container > .row > .tab-content > .tab-pane{
	border:1px solid #efefef
}

.academic-calendar .container .row .tab-content > .tab-pane > div{
	display:table-cell;
	float:none;
	vertical-align:top;
	position:relative
}

/*--------------------------------------------------------------
	Achievements
--------------------------------------------------------------*/

.achievements{
	background:url(../images/achievements-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	padding:70px 0;
}


.achievements:before{
	background:rgba(14, 74, 149, 0.9);
	display:block;
	content: "";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}


.achievements .section-header,
.achievements .section-content{
	position:relative;
	text-align:center
}

.achievements .section-header{
	margin:0 0 70px;
}

.achievements .section-header h2{
	text-transform:uppercase;
	color:#fff;
	font-size:26px;
}

.achievements .section-content h3{
	font-size:40px;
	color:#fff;
	font-family: "Montserrat-Bold";
	margin:0 0 20px;
}

.achievements .section-content p{
	font-size:18px;
	margin:0;
	color:#fff;
	font-family: "Montserrat-Light";
	text-transform:uppercase
}

/*--------------------------------------------------------------
	Featured News
--------------------------------------------------------------*/

.featured-news{
	background:#fff;
	padding:70px 0 20px;
}

.featured-news .section-header{
	margin:0 0 70px;
	text-align:center
}

.featured-news .section-header h2{
	text-transform:uppercase;
	color:#303030;
	font-size:26px;
}

.featured-news .section-content{
	overflow:hidden;
}

.featured-news .news-item{
	border:1px solid #d1d1d1;
	border-radius:5px;
	min-height:525px;
	margin:0 0 50px;
}

.featured-news .news-item .item-meta-data{
	padding:15px 0;
	vertical-align:middle
}

.featured-news .news-item .item-meta-data img{
	display:inline-block;
	border-radius:50px;
	margin:0 10px 0 0;
	vertical-align:middle;
}

.featured-news .news-item .item-meta-data span{
	display:inline-block;
	vertical-align:middle;
	color:#6a6a6a;
	font-size:12px;
}

.featured-news .news-item .item-meta-data > div{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle
}

.featured-news .news-item .item-meta-data > div:last-child{
	text-align:right
}

.featured-news .news-item .item-info{
	padding:25px;
}

.featured-news .news-item .item-info h3 a{
	color:#303030;
	font-size:13px;
	line-height:22px;
	margin:0 0 20px;
	display:inline-block;
}

.featured-news .news-item .item-info p{
	color:#818181;
	font-size:13px;
	line-height:22px;
	margin:0 0 20px;
	font-family: "Montserrat-Light";
}

.featured-news .news-item .item-info > a{
	color:#f58c04;
	font-size:13px;
	text-decoration:none;
}

/*--------------------------------------------------------------
	Featured Gallery
--------------------------------------------------------------*/

.featured-gallery a:hover img{
	outline:10px solid #f58c04;
	outline-offset: -10px;
	opacity:.8;
	transition: all 0.3s;
}

.featured-gallery img{
	width:100%;
	height:auto;
	max-width:100%;
	display:block;
	margin:0 0 2px;
	transition: all 0.3s;
}

.featured-gallery .row{
	margin:0 -1px
}

.featured-gallery .row > div{
	padding:0 1px;
}

.featured-gallery .gallery-lightbox{
	display:none
}

/*--------------------------------------------------------------
	Featured Video
--------------------------------------------------------------*/

.featured-video{
	padding:70px 0;
	background:#fff
}


.section-header {
	text-align: center;
	margin-bottom: 40px;
}

	.section-header h2 {
		font-size: 32px;
		color: #333;
		font-weight: 700;
		text-transform: uppercase;
		border-bottom: 3px solid #f5ab35;
		display: inline-block;
		padding-bottom: 10px;
	}


.featured-video .container .row > div{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle;
}

.featured-video h2{
	text-transform:uppercase;
	color:#303030;
	font-size:26px;
	margin:0 0 40px
}

.featured-video p{
	color:#818181;
	font-size:13px;
	line-height:25px;
	font-family: "Montserrat-Light";
	margin:0 0 40px
}

.featured-video .primary-link{
	background: #f5ab35 none repeat scroll 0 0;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
	line-height:25px;
    padding: 15px 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	transition: all 0.5s;
}


.featured-video .content-video a{
	display:block;
	position:relative
}

.featured-video .content-video a:after{
	background: url(../images/play-btn.png) no-repeat center center;
	display:block;
	content: "";
	width:92px;
	height:92px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}

.featured-video .content-video img{
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.34);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.34);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.34);
}


/*--------------------------------------------------------------
	Testimonials
--------------------------------------------------------------*/

.testimonials{
	background:#fafafa;
	padding:70px 0 0
}

.testimonials .tab-content{
	padding:100px 105px 70px;
	position:relative
}

.testimonials .tab-content:before{
	content: "\f10d";
	font-family: FontAwesome;
	display:block;
	font-size:37px;
	width:37px;
	height:37px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	color:#cbcbcb
}

.testimonials .tab-content .tab-pane{
	color:#303030;
	font-size:17px;
	line-height:28px;
	text-align:center;
	font-family: "Montserrat-Light";
}

.testimonials .tab-content .tab-pane p{
	margin:0 0 15px;
}

.testimonials .tab-content .tab-pane p:last-child{
	margin:0;
}

.testimonials .nav li{
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:bottom;
	width:20%;
	padding:0 5px
}

.testimonials .nav li a{
	background:#fff;
	text-align:center;
	padding:30px 15px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	opacity:.7;
	transition: all .3s ease;
}

.testimonials .nav li a img{
	width:73px;
	height:73px;
	margin:0 auto 20px;
	display:block;
	border-radius:50%;
	border:2px solid #fff
}

.testimonials .nav li a strong{
	color:#303030;
	font-size:15px;
	display:block;
	margin:0 0 15px;
	font-weight:normal;
}

.testimonials .nav li a span{
	display:block;
	font-size:12px;
	color:#818181;
	font-family: "Montserrat-Light";
}

.testimonials .nav li.active a,
.testimonials .nav li:hover a{
	background:#0f4ea3;
	opacity:1;
}

.testimonials .nav li.active a img{
	width:111px;
	height:111px;
}

.testimonials .nav li.active a strong{
	color:#fff;
	font-size:20px
}

.testimonials .nav li:hover a strong{
	color:#fff;
}

.testimonials .nav li.active a span{
	color:#fff;
	font-size:16px;
}

.testimonials .nav li:hover a span{
	color:#fff;
}


/*--------------------------------------------------------------
	Sponsors
--------------------------------------------------------------*/

.sponsor{
	padding:70px 0;
	background:#fff
}

.page-sponsor{
	padding:70px 0;
	background:#fafafa
}

.page-sponsor .sponsor-logo > div,
.sponsor .sponsor-logo > div{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle;
}

.page-sponsor .sponsor-logo img,
.sponsor .sponsor-logo img{
	display:block;
	margin:0 auto;
}

/*--------------------------------------------------------------
	Newsletter
--------------------------------------------------------------*/

.newsletter{
	background:#fff;
	padding:0 0 70px
}

.newsletter-content{
	background:url(../images/newsletter-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:40px;
	position:relative;
	border-radius:5px;
	margin:0 15px;
}

.newsletter-content:before{
	content: "";
	display:block;
	background:rgba(38, 87, 152, .9);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.newsletter-content > div{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle;
}

.newsletter-content h2{
	font-size:18px;
	color:#fafafa;
	font-family: "Montserrat-Light";
}

.newsletter-content h2 strong{
	display:block;
	font-size:22px;
	color:#fafafa;
	margin:0 0 20px;
	font-family: "Montserrat-Bold";
}

.newsletter-content input[type="email"]{
	padding:20px 30px;
	color:#909090;
	font-size:16px;
	line-height:16px;
	font-family: "Montserrat-Light";
	border-radius:5px;
	border:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle;
	width:60%;
}

.newsletter-content input[type="email"]::-webkit-input-placeholder{
	color: #909090;
	font-family: "Montserrat-Light";
}
.newsletter-content input[type="email"]::-moz-placeholder{
	color: #909090;
	font-family: "Montserrat-Light";
}

.newsletter-content input[type="email"]::-ms-input-placeholder{
	color: #909090;
	font-family: "Montserrat-Light";
}

.newsletter-content input[type="email"]:-moz-placeholder{ 
	color: #909090;
	font-family: "Montserrat-Light";
}

.newsletter-content input[type="submit"]{
	display:inline-block;
	text-align:center;
	position:relative;
	vertical-align:middle;
	padding:17px 15px;
	font-size:18px;
	line-height:18px;
	color:#fff;
	background:#f5ab35;
	float:right;
	border-bottom:4px solid #f58c04;
	border-radius:5px;
	border-top:none;
	border-left:none;
	border-right:none;
	display:inline-block;
	margin:0 -4px 0 20px;
	vertical-align:middle;
	width:37%
}

/*--------------------------------------------------------------
	Sign In 
--------------------------------------------------------------*/

.sign-in-hero{
	position:relative;
	background:url(../images/login-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 0 -225px;
	padding:0 0 160px;
	min-height:634px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.sign-in-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.sign-in-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.sign-in-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat-Light";
	margin:0 0 20px;
}

.sign-in-hero .hero-content p{
	font-size:22px;
	color:#a6b5d4;
	font-family: "Montserrat-Light";
	margin:0;
}

.sign-in-form .section-content{
	width:60%;
	margin:0 auto 70px;
	background:#fff;
	position:relative;
	padding:70px;
	-webkit-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
}

.sign-in-form .section-content h3{
	font-size:22px;
	text-align:center;
	line-height:22px;
	color:#303030;
	margin:0 0 60px;
	text-align:center;
}

.sign-in-form .section-content label{
	font-size:14px;
	color:#bababa;
	font-family: "Montserrat-Light";
	margin:0 0 20px;
	font-weight:normal;
}

.sign-in-form .section-content input[type="text"],
.sign-in-form .section-content input[type="password"]{
	font-size:16px;
	height:auto;
	color:#303030;
	font-family: "Montserrat-Light";
	font-weight:normal;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #bababa;
	border-radius:0;
	box-shadow:none;
}

.sign-in-form .section-content input[type="text"]{
	margin:0 0 60px;
	padding:0 0 20px;
}

.sign-in-form .section-content input[type="password"]{
	margin:0 0 30px;
	padding:0 130px 20px 0;
}


.sign-in-form .section-content .form-group{
	position:relative
}

.sign-in-form .section-content .forgot-password{
	font-size:14px;
	color:#6a6a6a;
	font-family: "Montserrat-Light";
	font-style:italic;
	position:absolute;
	right:0;
	bottom:25px
}

.sign-in-form .section-content .checkbox{
	margin:0 0 70px;
}

.sign-in-form .section-content .checkbox label{
	margin:0;
}

.sign-in-form .section-content input[type="submit"]{
	background: #f5ab35;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display:block;
	width:245px;
    font-size: 18px;
	line-height:25px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase;
	height:56px;
	margin:0 auto;
}

.sign-up-form .section-content .form-group{
	margin:0;
}

/*--------------------------------------------------------------
	Sign Up
--------------------------------------------------------------*/

.sign-up-hero{
	position:relative;
	background:url(../images/login-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 0 -225px;
	padding:0 0 160px;
	min-height:634px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.sign-up-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.sign-up-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.sign-up-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat-Light";
	margin:0 0 20px;
}

.sign-up-hero .hero-content p{
	font-size:22px;
	color:#a6b5d4;
	font-family: "Montserrat-Light";
	margin:0;
}

.sign-up-form .section-content{
	width:60%;
	margin:0 auto 70px;
	background:#fff;
	position:relative;
	padding:70px;
	-webkit-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
}

.sign-up-form .section-content h3{
	font-size:22px;
	text-align:center;
	line-height:22px;
	color:#303030;
	margin:0 0 60px;
	text-align:center;
}

.sign-up-form .section-content .form-group{
	margin:0;
}

.sign-up-form .section-content label{
	font-size:14px;
	color:#bababa;
	font-family: "Montserrat-Light";
	margin:0 0 20px;
	font-weight:normal;
}

.sign-up-form .section-content input[type="text"],
.sign-up-form .section-content input[type="email"],
.sign-up-form .section-content input[type="password"]{
	font-size:16px;
	height:auto;
	color:#303030;
	font-family: "Montserrat-Light";
	font-weight:normal;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #bababa;
	border-radius:0;
	box-shadow:none;
	margin:0 0 50px;
	padding:0 0 20px;
}

.sign-up-form .section-content input[type="submit"]{
	background: #f5ab35;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display:block;
	width:245px;
    font-size: 18px;
	line-height:25px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase;
	height:56px;
	margin:0 auto 50px;
}

.sign-up-form .section-content .terms{
	font-size:14px;
	color:#bababa;
	line-height:25px;
	text-align:center;
	margin:0;
	font-family: "Montserrat-Light";
	padding:0 65px;
}

.sign-up-form .section-content .terms a{
	color:#114c98
}

/*--------------------------------------------------------------
	About Us
--------------------------------------------------------------*/

.about-us-hero {
	position: relative;
	background: url(../images/auth-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 180px 0 0;
	margin: 0 0 -110px;
}

.about-us-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.about-us-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.about-us-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat-Light";
	margin:0 0 20px;
}

.about-us-hero .hero-content p{
	font-size:22px;
	color:#a6b5d4;
	font-family: "Montserrat-Light";
	margin:0;
}

.about-us-achievements{
	margin:0 0 -83px
}

.about-us-achievements .section-content{
	text-align:center;
	background:#fff;
	position:relative;
	padding:45px 0;
	-webkit-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
}

.about-us-achievements .section-content h3{
	font-size:40px;
	line-height:40px;
	color:#303030;
	font-family: "Montserrat-Bold";
	margin:0 0 20px;
}

.about-us-achievements .section-content p{
	font-size:18px;
	line-height:18px;
	margin:0;
	color:#303030;
	font-family: "Montserrat-Light";
	text-transform:uppercase
}

.about-us-content{
	background:#fff;
	padding:150px 0 0
}

.about-us-content .section-content{
	padding:0 120px;
	margin:0 0 50px;
}

.about-us-content .section-content h2{
	color:#303030;
	font-size:26px; 
	line-height:26px;
	margin:0 0 70px;
	text-align:center;
	text-transform:uppercase
}

.about-us-content .section-content p{
	font-size:13px;
	line-height:25px;
	color:#6a6a6a;
	font-family: "Montserrat-Light";
	margin:0 0 20px;
}

.about-us-content .section-content-icons{
	padding:0 120px;
	margin:0 -15px 90px;
}

.about-us-content .section-content-icons .row{
	margin:0 -15px 70px;
}

.about-us-content .section-content-icons h3{
	font-size:18px;
	line-height:18px;
	color:#303030;
	margin:0 0 20px
}

.about-us-content .section-content-icons p{
	font-size:13px;
	line-height:25px;
	color:#6a6a6a;
	font-family: "Montserrat-Light";
	margin:0;
}

.about-us-content-image img{
	width:100%;
	display:block;
	height:auto;
	margin:0 auto;
}

.about-us-testimonials{
	background:#fff;
	padding:70px 0
}

.about-us-testimonials .tab-content{
	padding:100px 105px 40px;
	position:relative
}

.about-us-testimonials .tab-content:before{
	content: "\f10d";
	font-family: FontAwesome;
	display:block;
	font-size:37px;
	width:37px;
	height:37px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	color:#cbcbcb
}

.about-us-testimonials .tab-content hr{
	background:#cbcbcb;
	width:70px;
	margin:35px auto;
}

.about-us-testimonials .tab-content .tab-pane{
	color:#303030;
	font-size:17px;
	line-height:28px;
	text-align:center;
	font-family: "Montserrat-Light";
}

.about-us-testimonials .tab-content .tab-pane strong{
	color:#303030;
	font-size:20px;
	line-height:20px;
	display:block;
	margin:0 0 15px;
	font-weight:normal;
	font-family: "Montserrat-Bold";
}

.about-us-testimonials .tab-content .tab-pane span{
	display:block;
	font-size:16px;
	line-height:16px;
	margin:0;
	color:#303030;
	font-family: "Montserrat-Light";
}

.about-us-testimonials .tab-content .tab-pane p{
	margin:0 0 15px;
}

.about-us-testimonials .tab-content .tab-pane p:last-child{
	margin:0;
}

.about-us-testimonials .nav{
	text-align:center;
}

.about-us-testimonials .nav li{
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:bottom;
	padding:0 30px
}

.about-us-testimonials .nav{
	margin:0 0 70px;
}

.about-us-testimonials .nav li a{
	background:#fff;
	text-align:center;
	padding:0;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	transition: all .3s ease;
}

.about-us-testimonials .nav li a img{
	width:111px;
	height:111px;
	margin:0 auto 20px;
	display:block;
	border-radius:50%;
	border:7px solid #fff;
	opacity:.5
}


.about-us-testimonials .nav li.active a img,
.about-us-testimonials .nav li:hover a img{
	opacity:1;
	-webkit-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.2);
}

.about-us-testimonials .about-us-contact{
	text-align:center;
}

.about-us-testimonials .about-us-contact .primary-link{
	background: #f5ab35 none repeat scroll 0 0;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
	line-height:25px;
    padding: 15px 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase
}

/*--------------------------------------------------------------
	Academics
--------------------------------------------------------------*/

.academics-hero{
	position:relative;
	background:url(../images/academics-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:90px 0 0;
	min-height:364px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.academics-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.academics-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.academics-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat-Light";
	margin:0 0 20px;
}

.academics-hero .hero-content p{
	font-size:22px;
	color:#a6b5d4;
	font-family: "Montserrat-Light";
	margin:0 0 20px;
}

.academics-hero .hero-content a{
	font-size:15px;
	line-height:15px;
	color:#fff;
	margin:0;
	text-transform:uppercase;
	display:inline-block;
	border-radius:5px;
	border:1px solid #fff;
	padding:15px 25px;
}

.academics-hero .hero-content a:hover{
	background:#fff;
	color:#004296
}

.search-bar{
	background:#fff;
	padding:20px 0;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	position:relative
}

.search-bar .container{
	padding:0 30px
}

.search-bar input[type="text"]{
	background: url(../images/search.png) no-repeat left center;
	width:100%;
	border:none;
	padding:0 0 0 50px;
	height:23px;
	line-height:23px;
	color:#bababa;
	font-size:16px;
	font-family: "Montserrat-Light";
}

.search-bar input[type="text"]::-webkit-input-placeholder{
	color: #bababa;
	font-family: "Montserrat-Light";
}
.search-bar input[type="text"]::-moz-placeholder{
	color: #bababa;
	font-family: "Montserrat-Light";
}

.search-bar input[type="text"]::-ms-input-placeholder{
	color: #bababa;
	font-family: "Montserrat-Light";
}

.search-bar input[type="text"]:-moz-placeholder{ 
	color: #bababa;
	font-family: "Montserrat-Light";
}

.academics-content{
	background:#f1f1f1;
	padding:70px 0 0;
}

.academics-content .container > .row{
	display:none;
}

.academics-content .academic-month{
	margin:0 15px 70px;
}

.academics-content .container .row:last-child .academic-month{
	margin:0;
}


.academics-content .academic-month h2{
	font-size:30px;
	color:#004296;
	text-transform:uppercase;
	font-family: "Montserrat-Bold";
	margin:0 0 30px;
}

.academics-content .academic-month h2 span{
	font-size:22px;
	color:#a6b5d4;
	text-transform:uppercase;
	font-family: "Montserrat-Light";
	margin:0 0 0 15px;
}

.academics-load-more{
	font-size:16px;
	display:block;
	text-align:center;
	margin:0 -15px 60px;
	color:#bababa;
	position:relative;
	clear:both;
	text-transform:uppercase
}

.academics-load-more:after{
	background:#bababa;
	display:block;
	content: "";
	height:1px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	
}

.academics-load-more i{
	font-size:16px;
	margin:0 0 0 20px
}

.academics-load-more span{
	background:#f1f1f1;
	padding:0 30px;
	position:relative;
	z-index:1;
}


.academics-pdf-download{
	text-align:center;
	padding:0 0 70px;
	background:#f1f1f1
}


.academics-content .academic-month .row > div{
	display:table-cell;
	float:none;
	vertical-align:top;
}

/*--------------------------------------------------------------
	Events
--------------------------------------------------------------*/

.events-hero{
	position:relative;
	background:url(../images/events-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 0 -85px;
	min-height:549px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.events-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.events-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.events-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat-Light";
	margin:0 0 20px;
}

.events-search-filter{
	margin:0 0 -83px
}

.events-search-filter .section-content{
	background:#fff;
	position:relative;
	padding:30px;
	-webkit-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
}

.events-search-filter .section-content > div{
	float:none;
	margin:0 -4px 0 0;
	display:inline-block;
	vertical-align:bottom
}

.events-search-filter .section-content label{
	font-size:16px;
	line-height:16px;
	margin:0 0 25px;
	color:#303030;
	display:block;
}

.events-search-filter .section-content input[type="text"]{
	color:#bababa;
	font-size:15px;
	border:1px solid #bababa;
	font-family: "Montserrat-Light";
	padding:0 20px;
	width:100%;
	border-radius:5px;
	height:50px;
	line-height:50px
}

.events-search-filter .section-content input[type="text"]::-webkit-input-placeholder{
	color: #bababa;
	font-family: "Montserrat-Light";
}
.events-search-filter .section-content input[type="text"]::-moz-placeholder{
	color: #bababa;
	font-family: "Montserrat-Light";
}

.events-search-filter .section-content input[type="text"]::-ms-input-placeholder{
	color: #bababa;
	font-family: "Montserrat-Light";
}

.events-search-filter .section-content input[type="text"]:-moz-placeholder{ 
	color: #bababa;
	font-family: "Montserrat-Light";
}

.events-search-filter .section-content .bootstrap-select{
	width:100%!important;
}

.events-search-filter .section-content .bootstrap-select.btn-group .dropdown-menu li a span.text{
	color:#bababa;
	font-size:15px;
	font-family: "Montserrat-Light";
}

.events-search-filter .section-content .bootstrap-select .btn-default{
	color:#bababa;
	font-size:15px;
	border:1px solid #bababa;
	font-family: "Montserrat-Light";
	padding:0 20px;
	width:100%;
	border-radius:5px;
	height:50px;
	background:none!important
}

.events-search-filter .section-content .bootstrap-select .bs-caret > span{

background: url(../images/select-arrow.png) repeat;
    border: medium none;
    display: block;
    height: 10px;
    margin-top: -4px;
    width: 18px;

}
	
.events-search-filter .section-content input[type="submit"]{
	background: #f5ab35;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display: block;
	width:100%;
    font-size: 18px;
	line-height:25px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase;
	height:50px;
}

.events-search-filter .section-content .datepicker{
	background:#fff url(../images/calendar.png) no-repeat 90% center
	
}

.datepicker-dropdown{
	width:280px!important;
}

.events-list{
	background:#fff;
	padding:150px 0 70px;
}

.events-list > .container > .row{
	margin:0 -30px;
}
.events-list > .container > .row > div{
	display:none
}

.events-list .events-item{
	border-radius:5px;
	overflow:hidden;
	border:1px solid #bababa;
	margin:0 0 30px
}

.events-list .events-item .events-item-img{
	border-bottom:1px solid #bababa
}

.events-list .events-item .events-item-img img{
	width:100%;
	height:auto;
	max-width:100%;
	display:block;
}

.events-list .events-item .events-item-info{
	padding:25px 15px;
}

.events-list .events-item .events-item-info h3 a{
	font-size:18px;
	line-height:25px;
	color:#303030;
	margin:0 0 30px;
	display:block;
}

.events-list .events-item .events-item-info .event-meta{
	margin:0 0 30px
}

.events-list .events-item .events-item-info .event-meta li{
	font-size:13px;
	line-height:23px;
	color:#909090;
	font-family: "Montserrat-Light";
}

.events-list .events-item .events-item-info .event-meta .fa{
	font-size: 16px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 15px;
}

.events-list .events-item .events-item-info p{
	font-size:13px;
	line-height:20px;
	color:#909090;
	margin:0;
	font-family: "Montserrat-Light";
}

.events-list .events-item .events-item-link{
	padding:0 15px 25px;
}

.events-list .events-item .events-item-link a{
	background: #f5ab35;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
	line-height:25px;
    padding: 13px 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase
}

.events-load-more{
	font-size:16px;
	display:block;
	text-align:center;
	margin:40px -15px 0;
	color:#bababa;
	position:relative;
	clear:both;
	text-transform:uppercase
}

.events-load-more:after{
	background:#bababa;
	display:block;
	content: "";
	height:1px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	
}

.events-load-more i{
	font-size:16px;
	margin:0 0 0 20px
}

.events-load-more span{
	background:#fff;
	padding:0 30px;
	position:relative;
	z-index:1;
}

.datepicker-days table{
	border:none;
}

.datepicker table tr td, 
.datepicker table tr th{
	width:20px;
	height:20px;
	line-height:20px;
	font-family: "Montserrat-Light";
	color:#303030
}

.datepicker table tr td.new, 
.datepicker table tr td.old{
	color:#bababa;
	font-family: "Montserrat-Light";
}

.datepicker table tr td.active.active, 
.datepicker table tr td.active.highlighted.active, 
.datepicker table tr td.active.highlighted:active, 
.datepicker table tr td.active:active{
	background-color:#f5ab35 
}


/*--------------------------------------------------------------
	Events Single
--------------------------------------------------------------*/

.events-single-hero{
	position:relative;
	background:url(../images/events-single-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:549px;
	display: flex;
    align-items: center;
    justify-content: center;
	padding:90px 0 0;
}

.events-single-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.events-single-hero .hero-content{
	position:relative;
	z-index:1;
}

.events-single-hero .hero-caption{
	width:70%;
}

.events-single-hero .hero-content .tag{
	display:inline-block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	font-family: "Montserrat-Light";
	border:1px solid #fff;
	margin:0 0 25px;
}

.events-single-hero .hero-content h2{
	font-size:28px;
	line-height:40px;
	color:#fff;
	font-family: "Montserrat-Light";
	margin:0 0 15px;
}

.events-single-hero .hero-content p{
	font-size:16px;
	color:#fff;
	font-family: "Montserrat-Light";
	margin:0 0 30px;
}

.events-single-hero .hero-content p span{
	font-family: "Montserrat-Regular";
}

.events-list-single{
	background:#fff;
	padding:70px 0 70px;
}


.events-list-single .events-item{
	border-radius:5px;
	overflow:hidden;
	border:1px solid #bababa;
	margin:0 0 30px
}

.events-list-single .events-item .events-item-img{
	border-bottom:1px solid #bababa
}

.events-list-single .events-item .events-item-img img{
	width:100%;
	height:auto;
	max-width:100%;
	display:block;
}

.events-list-single .events-item .events-item-info{
	padding:25px 15px;
}

.events-list-single .events-item .events-item-info h3 a{
	font-size:18px;
	line-height:25px;
	color:#303030;
	margin:0 0 30px;
	display:block;
}

.events-list-single .events-item .events-item-info .event-meta{
	margin:0 0 30px
}

.events-list-single .events-item .events-item-info .event-meta li{
	font-size:13px;
	line-height:23px;
	color:#909090;
	font-family: "Montserrat-Light";
}

.events-list-single .events-item .events-item-info .event-meta .fa{
	font-size: 16px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 15px;
}

.events-list-single .events-item .events-item-info p{
	font-size:13px;
	line-height:20px;
	color:#909090;
	margin:0;
	font-family: "Montserrat-Light";
}

.events-list-single .events-item .events-item-link{
	padding:0 15px 25px;
}

.events-list-single .events-item .events-item-link a{
	background: #f5ab35;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
	line-height:25px;
    padding: 15px 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase
}

.join{
	background: #f5ab35;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff!important;
    display:inline-block;
    font-size: 18px;
	line-height:45px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase;
	height:50px;
}

.events-single-content{
	padding:70px 0;
	background:#fff
}

.events-single-join{
	text-align:center;
	padding:40px 0;
	background:#f1f1f1
}

.events-single-content h3{
	font-size:18px;
	color:#303030;
	margin:0 0 30px;
	text-transform:uppercase
}

.events-single-content p{
	font-size:13px;
	line-height:25px;
	color:#6a6a6a;
	margin:0 0 30px;
	font-family: "Montserrat-Light";
}

.events-single-content p:last-child{
	margin:0;
}

.events-single-speakers .speaker-item{
	margin:0 0 30px;
}

.events-single-speakers .speaker-item > div{
	display:inline-block;
	float:none;
	margin:0 -4px 0 0;
	vertical-align:middle;
}

.events-single-speakers .speaker-item img{
	display:block;
	border-radius:100%;
}

.events-single-speakers .speaker-item h4{
	font-size:18px;
	line-height:18px;
	color:#303030;
	margin:0 0 10px;
}

.events-single-speakers .speaker-item p{
	font-size:12px;
	line-height:12px;
	color:#909090;
	margin:0;
	font-family: "Montserrat-Light";
}

.events-single-location p{
	font-size:16px;
	line-height:20px;
	color:#303030;
	margin:0 0 25px;
	font-family: "Montserrat-Light";
}

.related-heading:after{
	background:#bababa;
	display:block;
	content: "";
	height:1px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	
}

.related-heading{
	font-size:16px;
	display:block;
	text-align:center;
	margin:0 0 70px;
	color:#bababa;
	position:relative;
	text-transform:uppercase
}

.related-heading span{
	background:#fff;
	padding:0 60px;
	position:relative;
	z-index:1
}

/*--------------------------------------------------------------
	News
--------------------------------------------------------------*/

.news-hero{
	position:relative;
	background:url(../images/news-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:90px 0 0;
	min-height:364px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.news-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.news-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.news-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat-Light";
	margin:0 0 20px;
}

.latest-news{
	background:#fff;
	padding:70px 0 20px;
}

.latest-news .section-header{
	margin:0 0 70px;
	text-align:center
}

.latest-news .section-header h2{
	text-transform:uppercase;
	color:#303030;
	font-size:26px;
}

.latest-news .section-content{
	overflow:hidden;
}

.latest-news .news-item{
	border:1px solid #d1d1d1;
	border-radius:5px;
	min-height:525px;
	margin:0 0 50px;
}

.latest-news .news-item .item-meta-data{
	padding:15px 0;
	vertical-align:middle
}

.latest-news .news-item .item-meta-data img{
	display:inline-block;
	border-radius:50px;
	margin:0 10px 0 0;
	vertical-align:middle;
}

.latest-news .news-item .item-meta-data span{
	display:inline-block;
	vertical-align:middle;
	color:#6a6a6a;
	font-size:12px;
}

.latest-news .news-item .item-meta-data > div{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle
}

.latest-news .news-item .item-meta-data > div:last-child{
	text-align:right
}

.latest-news .news-item .item-info{
	padding:25px;
}

.latest-news .news-item .item-info h3 a{
	color:#303030;
	font-size:13px;
	line-height:22px;
	margin:0 0 20px;
	display:inline-block;
}

.latest-news .news-item .item-info p{
	color:#818181;
	font-size:13px;
	line-height:22px;
	margin:0 0 20px;
	font-family: "Montserrat-Light";
}

.latest-news .news-item .item-info > a{
	color:#f58c04;
	font-size:13px;
	text-decoration:none;
}

.latest-news .news-pagination{
	text-align:center;
	margin: 20px 0 50px;
}

.latest-news .news-pagination ul li{
	display:inline-block;
	margin:0 5px
}

.latest-news .news-pagination ul li.prev a,
.latest-news .news-pagination ul li.next a{
	padding: 15px 30px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	font-size:18px!important;
}

.latest-news .news-pagination ul li a{
	color:#f58c04;
	font-size:18px;
	line-height:18px;
	padding:5px 10px;
	background:#fff;
	border-radius: 5px;
	display:inline-block;
}

.latest-news .news-pagination ul li.active a,
.latest-news .news-pagination ul li:hover a{
	background:#f58c04;
	color:#fff;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
}

/*--------------------------------------------------------------
	News Single
--------------------------------------------------------------*/

.news-single-hero{
	position:relative;
	background:url(../images/news-single-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:90px 0 0;
	min-height:550px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.news-single-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.news-single-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.news-single-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat-Light";
	margin:0 0 20px;
}

.news-single-hero .hero-content p{
	font-size:22px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat-Light";
	margin:0;
}

.news-single-meta{
	padding:45px 0;
	background:#f1f1f1;
	text-align:center;
}

.news-single-meta p{
	font-size:16px;
	line-height:auto;
	color:#909090;
	font-family: "Montserrat-Light";
	margin:0 20px 0 0;
	display:inline-block
}

.news-single-meta p a{
	color:#004296;
	font-family: "Montserrat-Regular";
	display:inline-block
}

.news-single-content{
	padding:70px 0;
	background:#fff;
}

blockquote{
	padding:50px 100px;
	text-align:center;
	color:#fff;
	font-size:20px;
	line-height:33px;
	font-style:italic;
	border:none;
	background:#0f4ea3 url(../images/blockquote.png) no-repeat 60px 50px;
	margin:0 0 50px
}

.news-single-content .section-content{
	padding:0 70px;
}

.news-single-content .section-content p{
	font-size:17px;
	line-height:33px;
	color:#6a6a6a;
	font-family: "Montserrat-Light";
	margin:0 0 50px
}

.news-single-content .section-content h3{
	font-size:24px;
	line-height:33px;
	color:#303030; 
	margin:0 0 50px
}

.news-single-content .section-content ul{
	margin: 0 0 50px
}

.news-single-content .section-content ul li{
	font-size:17px;
	line-height:33px;
	color:#6a6a6a;
	font-family: "Montserrat-Light";
	margin:0 0 40px;
	position:relative;
	padding:0 0 0 50px
}

.news-single-content .section-content ul li:after{
	content: "\f1db";
	font-family: 'FontAwesome';
	color:#f5ab35;
	left:0;
	top:2px;
	position:absolute;
	font-size:25px;
}

.news-single-content .section-content ul li:last-child{
	margin:0;
}

.news-single-content .section-content p:last-child{
	margin:0;
}

.news-single-content .section-footer{
	padding:70px 70px 0;
}

.news-single-content .section-footer .news-share{
	margin: 0 0 50px
}

.news-single-content .section-footer .news-share h3{
	font-size:17px;
	line-height:17px;
	color:#303030;
	text-transform:uppercase;
	display:inline-block;
	vertical-align:middle;
	margin:0 30px 0 0;
}

.news-single-content .section-footer .news-share ul{
	display:inline-block;
	vertical-align:middle;
}

.news-single-content .section-footer .news-share ul li{
	display:inline-block;
	vertical-align:middle;
	margin:0 20px 0 0;
}

.news-single-content .section-footer .news-share ul li a{
	color:#bababa
}

.news-single-content .section-footer .news-author h3{
	font-size:20px;
	line-height:20px;
	color:#303030;
	display:inline-block;
	vertical-align:middle;
	margin:0 0 25px;
}

.news-single-content .section-footer .news-author h3 a{
	color:#303030;
	text-transform:uppercase;
}

.news-single-content .section-footer .news-author p{
	font-size:14px;
	line-height:22px;
	color:#909090;
	font-family: "Montserrat-Light";
	margin:0;
}

.news-single-content .section-footer .news-author img{
	display:block;
	margin:0 auto;
	border-radius:50%;
	width:100%;
	max-width:100%;
}

.news-single-content .section-footer .news-author .row > div{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle;
}

.news-single-comments{
	background:#fff;
	padding:0;
}
.news-single-comments .comments-form{
	padding:0 70px;
}

.news-single-comments .comments-form h3{
	font-size:17px;
	line-height:17px;
	text-transform:uppercase;
	color:#303030;
	margin:0 0 35px;
}

.news-single-comments .comments-form .form-group{
	margin:0 0 30px
}

.news-single-comments .comments-form input[type="text"],
.news-single-comments .comments-form input[type="email"],
.news-single-comments .comments-form textarea{
	padding:20px 30px;
	color:#909090;
	font-size:16px;
	font-family: "Montserrat-Light";
	background:#f1f1f1;
	border:none;
	height:auto;
	box-shadow:none;
	margin:0;
}

.news-single-comments .comments-form input[type="text"]::-webkit-input-placeholder,
.news-single-comments .comments-form input[type="email"]::-webkit-input-placeholder,
.news-single-comments .comments-form textarea::-webkit-input-placeholder{
	color: #909090;
	font-family: "Montserrat-Light";
}
.news-single-comments .comments-form input[type="text"]::-moz-placeholder,
.news-single-comments .comments-form input[type="email"]::-moz-placeholder,
.news-single-comments .comments-form textarea::-moz-placeholder{
	color: #909090;
	font-family: "Montserrat-Light";
}

.news-single-comments .comments-form input[type="text"]::-ms-input-placeholder,
.news-single-comments .comments-form input[type="email"]::-ms-input-placeholder,
.news-single-comments .comments-form textarea::-ms-input-placeholder{
	color: #909090;
	font-family: "Montserrat-Light";
}

.news-single-comments .comments-form input[type="text"]:-moz-placeholder,
.news-single-comments .comments-form input[type="email"]:-moz-placeholder, 
.news-single-comments .comments-form textarea:-moz-placeholder{ 
	color: #909090;
	font-family: "Montserrat-Light";
}

.news-single-comments .comments-form input[type="submit"]{
	background: #f5ab35;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display:block;
	width:245px;
    font-size: 18px;
	line-height:25px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase;
	height:56px;
	margin:0 auto;
	float:right
}

.news-single-comments .section-content{
	padding:0 70px;
}

.news-single-comments .section-content ul{
	margin:0 -16px;
}

.news-single-comments .section-content ul > li > ul{
	padding:0 0 0 120px;
}

.news-single-comments .section-content .news-user-comment{
	overflow:hidden;
	margin:0 0 50px;
}

.news-single-comments .section-content ul.comments > li > .news-user-comment:last-child{
	margin:0;
}

.news-single-comments .section-content .news-user-comment .col-sm-1{
	padding:0 0 0 15px
}
.news-single-comments .section-content .news-user-comment .col-sm-11{
	padding:0 15px 0 30px
}

.news-single-comments .section-content .news-user-comment img{
	display:block;
	border-radius:50%;
	margin:0 auto;
	max-width:100%;
}

.news-single-comments .section-content .news-user-comment h3 a{
	font-size:17px;
	line-height:auto;
	text-transform:uppercase;
	color:#303030;
	margin:0 0 10px;
	display:inline-block
}

.news-single-comments .section-content .news-user-comment h3 span{
	font-size:14px;
	line-height:14px;
	color:#909090;
	font-family: "Montserrat-Light";
	margin:0 0 0 20px
}

.news-single-comments .section-content .news-user-comment p{
	font-size:17px;
	line-height:22px;
	color:#6a6a6a;
	margin:0 0 10px;
}
.news-single-comments .section-content .news-user-comment .reply{
	font-size:14px;
	color:#909090;
	font-family: "Montserrat-Light";
	display:inline-block
}

.latest-news-single{
	background:#fff
}

.latest-news-single .news-item{
	border:1px solid #d1d1d1;
	border-radius:5px;
	min-height:525px;
	margin:0 0 50px;
}

.latest-news-single .news-item .item-meta-data{
	padding:15px 0;
	vertical-align:middle
}

.latest-news-single .news-item .item-meta-data img{
	display:inline-block;
	border-radius:50px;
	margin:0 10px 0 0;
	vertical-align:middle;
}

.latest-news-single .news-item .item-meta-data span{
	display:inline-block;
	vertical-align:middle;
	color:#6a6a6a;
	font-size:12px;
}

.latest-news-single .news-item .item-meta-data > div{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle
}

.latest-news-single .news-item .item-meta-data > div:last-child{
	text-align:right
}

.latest-news-single .news-item .item-info{
	padding:25px;
}

.latest-news-single .news-item .item-info h3 a{
	color:#303030;
	font-size:13px;
	line-height:22px;
	margin:0 0 20px;
	display:inline-block;
}

.latest-news-single .news-item .item-info p{
	color:#818181;
	font-size:13px;
	line-height:22px;
	margin:0 0 20px;
	font-family: "Montserrat-Light";
}

.latest-news-single .news-item .item-info > a{
	color:#f58c04;
	font-size:13px;
	text-decoration:none;
}

/*--------------------------------------------------------------
	Contact
--------------------------------------------------------------*/

.contact-hero{
	position:relative;
	background:url(../images/login-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 0 -225px;
	padding:0 0 160px;
	min-height:634px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.contact-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.contact-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.contact-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat-Light";
	margin:0 0 20px;
}

.contact-hero .hero-content p{
	font-size:22px;
	color:#a6b5d4;
	font-family: "Montserrat-Light";
	margin:0;
}

.contact-form .section-content{
	margin:0 auto 70px;
	background:#fff;
	position:relative;
	padding:70px 130px;
	-webkit-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
}

.contact-form .section-content h3{
	font-size:22px;
	line-height:22px;
	color:#303030;
	margin:0 0 60px;
}

.contact-form .section-content .form-group{
	margin:0;
}

.contact-form .section-content label{
	font-size:14px;
	color:#bababa;
	font-family: "Montserrat-Light";
	margin:0 0 20px;
	font-weight:normal;
}

.contact-form .section-content textarea,
.contact-form .section-content input[type="text"],
.contact-form .section-content input[type="email"],
.contact-form .section-content input[type="password"]{
	font-size:16px;
	height:auto;
	color:#303030;
	font-family: "Montserrat-Light";
	font-weight:normal;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #bababa;
	border-radius:0;
	box-shadow:none;
	margin:0 0 50px;
	padding:0 0 20px;
}

.contact-form .section-content input[type="submit"]{
	background: #f5ab35;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display:block;
	width:245px;
    font-size: 18px;
	line-height:25px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase;
	height:56px;
	margin:0 auto;
	float:right;
}

.contact-form .section-content form > .row:nth-child(1) > div:first-child,
.contact-form .section-content form > .row:nth-child(2) > div:first-child{
	padding:0 45px 0 15px
}

.contact-form .section-content form > .row:nth-child(1) > div:last-child,
.contact-form .section-content form > .row:nth-child(2) > div:last-child{
	padding:0 15px 0 45px
}


.contact-information .section-content{
	padding:60px 80px;
	background:#004296 url(../images/contact-information-bg.png) no-repeat 92% center;
	margin:0 0 70px;
}

.contact-information .section-content h3{
	font-size:22px;
	line-height:22px;
	color:#fff;
	margin:0 0 24px;
}

.contact-information .section-content ul li{
	color:#a6b5d4;
	font-size:16px;
	line-height:22px;
	margin:0 0 20px;
	font-family: "Montserrat-Light";
	padding:0 0 0 40px;
	position:relative
}

.contact-information .section-content ul li a{
	color:#a6b5d4;
	text-decoration:none;
	font-family: "Montserrat-Light";
}

.contact-information .section-content ul li i{
	font-size: 22px;
    text-align: center;
    width: 20px;
	position:absolute;
	top:0;
	left:0;
}

/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/

.gallery-hero{
	position:relative;
	background:url(../images/gallery-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 0 -225px;
	padding:0 0 160px;
	min-height:634px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.gallery-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.gallery-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat-Light";
	margin:0 0 20px;
}

.gallery-hero .hero-content p{
	font-size:22px;
	color:#a6b5d4;
	font-family: "Montserrat-Light";
	margin:0;
}

.gallery-list{
	padding:0 0 80px;
	background:#fff
}

.gallery-list .container > .row{
	display:none;
	margin:0;
}


.gallery-list .container .row > div{
	padding:0;
	background:#fff;
}

.gallery-list .container{
	display:block;
	position:relative;
	
}

.gallery-list a{
	display:block;
}

.gallery-list a img{
	display:block;
	max-width:100%;
	height:auto;
	width:100%;
	border:1px solid #fff
}

.gallery-list a:hover img{
	outline:10px solid #f58c04;
	outline-offset: -11px;
	opacity:.8;
	transition: all 0.3s;
}

.gallery-list .gallery-lightbox{
	display:none;
}

.featherlight:last-of-type{
	background: rgba(253, 253, 253, 0.9)
}

.featherlight .featherlight-content p{
	color:#303030;
	font-size:16px;
	line-height:26px;
	margin:0;
}


.featherlight .featherlight-content{
	background:none;
	text-align:center;
	overflow:visible;
	width:60%;
	margin:0 auto;
}

.featherlight .featherlight-close-icon{
	color:#303030;
	font-size:28px;
	right:28px;
	top:-20px;
	background:none;
}

.featherlight-inner img{
	display:block;
	max-width:100%;
	height:auto;
	margin:0 auto 30px;
	-webkit-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
}

.gallery-load-more{
	font-size:16px;
	display:block;
	text-align:center;
	margin:70px 0 0;
	color:#bababa;
	position:relative;
	clear:both;
	text-transform:uppercase
}

.gallery-load-more:after{
	background:#bababa;
	display:block;
	content: "";
	height:1px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	
}

.gallery-load-more i{
	font-size:16px;
	margin:0 0 0 20px
}

.gallery-load-more span{
	background:#fff;
	padding:0 30px;
	position:relative;
	z-index:1;
}


/*--------------------------------------------------------------
	Page Not Found - 404
--------------------------------------------------------------*/

.header-404{
	text-align:center
}

.header-404 .site-title a{
	display:inline-block
}

.page-not-found-hero{
	position:relative;
	background:url(../images/page-not-found-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 0 -245px;
	padding:0 0 245px;
	min-height:812px;
	display: flex;
    align-items: flex-end;
    justify-content: center;
}

.page-not-found-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.page-not-found-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.page-not-found-hero .hero-content h2{
	font-size:170px;
	line-height:140px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat-Bold";
	margin:0;
}

.page-not-found .section-content{
	width:80%;
	margin:0 auto 70px;
	background:#fff;
	position:relative;
	padding:90px 70px;
	-webkit-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
}

.page-not-found .section-content h3{
	font-size:30px;
	text-align:center;
	line-height:30px;
	color:#303030;
	margin:0 0 20px;
	text-align:center;
}

.page-not-found .section-content p{
	font-size:26px;
	text-align:center;
	line-height:26px;
	color:#303030;
	margin:0 0 50px;
	text-align:center;
}

.page-not-found .section-content a{
	background: #f5ab35;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display:block;
	width:310px;
    font-size: 18px;
	line-height:50px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase;
	height:56px;
	margin:0 auto;
}

/*--------------------------------------------------------------
	Excursions
--------------------------------------------------------------*/

.excursions-hero{
	position:relative;
	background:url(../images/excursions-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 0 -85px;
	min-height:549px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.excursions-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.excursions-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.excursions-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat-Light";
	margin:0 0 20px;
}

.excursions-hero .hero-content p{
	font-size:22px;
	color:#a6b5d4;
	font-family: "Montserrat-Light";
	margin:0;
}

.excursions-list{
	background:#fff;
	padding:150px 0 70px;
}

.excursions-list > .container > .row{
	margin:0 -15px;
}
.excursions-list > .container > .row > div{
	display:none
}

.excursions-list .excursions-item{
	border-radius:5px;
	overflow:hidden;
	border:1px solid #bababa;
	margin:0 0 30px;
	min-height:500px;
}

.excursions-list .excursions-item .excursions-item-img{
	border-bottom:1px solid #bababa
}

.excursions-list .excursions-item .excursions-item-img img{
	width:100%;
	height:auto;
	max-width:100%;
	display:block;
}

.excursions-list .excursions-item .excursions-item-info{
	padding:20px;
}

.excursions-list .excursions-item .excursions-item-info .excursions-meta{
	margin:0 -15px 30px;
	overflow:hidden;
	min-height:69px;
}

.excursions-list .excursions-item .excursions-item-info .excursions-meta > div:first-child{
	padding:0 10px 0 15px
}

.excursions-list .excursions-item .excursions-item-info .excursions-meta > div:last-child{
	padding:0 15px 0 10px
}

.excursions-list .excursions-item .excursions-item-link{
	padding:0 15px 25px;
}

.excursions-list .excursion-title a{
	font-size:16px;
	line-height:23px;
	color:#303030;
	margin:0;
	display:block;
}

.excursions-list .excursion-date{
	font-size:13px;
	line-height:13px;
	font-family: "Montserrat-Light";
	color:#f58c04!important;
	text-align:center;
	margin:0;
}

.excursions-list .excursion-excerpt{
	font-size:13px;
	line-height:20px;
	color:#909090;
	margin:0 0 20px;
	font-family: "Montserrat-Light";
}

.excursions-list .excursion-location{
	font-size:13px;
	line-height:20px;
	color:#909090;
	margin:0;
	padding:0 0 0 20px;
	font-family: "Montserrat-Light";
	position:relative;
}

.excursions-list .excursion-location i{
	font-size:20px;
	margin:0 10px 0 0;
	display:inline-block;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0;
}

.excursions-list .excursion-date span{
	font-size:40px;
	display:block;
	line-height:33px;
	font-family: "Montserrat-Regular";
	color:#f58c04;
	margin:5px 0 0;
}


.excursions-list .excursions-item .excursions-item-link a{
	background: #f5ab35;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
	line-height:25px;
    padding: 13px 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase
}

.excursions-load-more{
	font-size:16px;
	display:block;
	text-align:center;
	margin:40px 0 0;
	color:#bababa;
	position:relative;
	clear:both;
	text-transform:uppercase
}

.excursions-load-more:after{
	background:#bababa;
	display:block;
	content: "";
	height:1px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	
}

.excursions-load-more i{
	font-size:16px;
	margin:0 0 0 20px
}

.excursions-load-more span{
	background:#fff;
	padding:0 30px;
	position:relative;
	z-index:1;
}

/*--------------------------------------------------------------
	Excursions Single
--------------------------------------------------------------*/

.excursions-single-hero{
	position:relative;
	background:url(../images/excursions-single-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:549px;
	display: flex;
    align-items: center;
    justify-content: center;
	padding:90px 0 0;
}

.excursions-single-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.excursions-single-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}


.excursions-single-hero .hero-content h2{
	font-size:28px;
	line-height:40px;
	color:#fff;
	font-family: "Montserrat-Light";
	margin:0 0 30px;
}

.excursions-single-hero .hero-content strong{
	font-size:20px;
	line-height:20px;
	color:#fff;
	font-family: "Montserrat-Bold";
	margin:0 0 30px;
	display:block;
}

.excursions-single-list{
	background:#fff;
	padding:70px 0;
}

.excursions-single-list .excursions-item{
	border-radius:5px;
	overflow:hidden;
	border:1px solid #bababa;
	margin:0;
	min-height:500px;
}

.excursions-single-list .excursions-item .excursions-item-img{
	border-bottom:1px solid #bababa
}

.excursions-single-list .excursions-item .excursions-item-img img{
	width:100%;
	height:auto;
	max-width:100%;
	display:block;
}

.excursions-single-list .excursions-item .excursions-item-info{
	padding:20px;
}

.excursions-single-list .excursions-item .excursions-item-info .excursions-meta{
	margin:0 -15px 30px;
	overflow:hidden;
	min-height:69px;
}

.excursions-single-list .excursions-item .excursions-item-info .excursions-meta > div:first-child{
	padding:0 10px 0 15px
}

.excursions-single-list .excursions-item .excursions-item-info .excursions-meta > div:last-child{
	padding:0 15px 0 10px
}

.excursions-single-list .excursions-item .excursions-item-link{
	padding:0 15px 25px;
}

.excursions-single-list .excursion-title a{
	font-size:16px;
	line-height:23px;
	color:#303030;
	margin:0;
	display:block;
}

.excursions-single-list .excursion-date{
	font-size:13px;
	line-height:13px;
	font-family: "Montserrat-Light";
	color:#f58c04!important;
	text-align:center;
	margin:0;
}

.excursions-single-list .excursion-excerpt{
	font-size:13px;
	line-height:20px;
	color:#909090;
	margin:0 0 20px;
	font-family: "Montserrat-Light";
}

.excursions-single-list .excursion-location{
	font-size:13px;
	line-height:20px;
	color:#909090;
	margin:0;
	padding:0 0 0 20px;
	font-family: "Montserrat-Light";
	position:relative;
}

.excursions-single-list .excursion-location i{
	font-size:20px;
	margin:0 10px 0 0;
	display:inline-block;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0;
}

.excursions-single-list .excursion-date span{
	font-size:40px;
	display:block;
	line-height:33px;
	font-family: "Montserrat-Regular";
	color:#f58c04;
	margin:5px 0 0;
}

.excursions-single-list .excursions-item .excursions-item-link a{
	background: #f5ab35;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
	line-height:25px;
    padding: 15px 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase
}

.excursions-single-join{
	text-align:center;
	padding:40px 0;
	background:#f1f1f1
}

.excursions-single-content{
	padding:70px 0;
	background:#fff
}

.excursions-single-content h3{
	font-size:18px;
	color:#303030;
	margin:0 0 30px;
	text-transform:uppercase
}

.excursions-single-content p{
	font-size:13px;
	line-height:25px;
	color:#6a6a6a;
	margin:0 0 30px;
	font-family: "Montserrat-Light";
}

.excursions-single-content p:last-child{
	margin:0;
}

.excursions-single-location p{
	font-size:16px;
	line-height:16px;
	color:#303030;
	margin:0 0 25px;
	font-family: "Montserrat-Light";
}

.excursions-single-timeline ul li{
	margin:0 0 25px;
	position:relative;
	padding:0 0 0 35px
}

.excursions-single-timeline ul li:after{
	display:block;
	content: "";
	width:15px;
	height:15px;
	background:#bababa;
	border-radius:50%;
	position:absolute;
	left:0;
	top:2px;
}

.excursions-single-timeline ul li strong{
	color:#f5ab35;
	text-transform:uppercase;
	font-family: "Montserrat-Regular";
	display:block;
	font-size:16px;
	margin:0 0 10px;
	font-weight:normal
}

.excursions-single-timeline ul li h4{
	color:#303030;
	font-size:18px;
	line-height:25px;
	display:block;
	margin:0 0 10px;
}

.excursions-single-timeline ul li p{
	color:#6a6a6a;
	font-size:13px;
	line-height:25px;
	font-family: "Montserrat-Light";
	display:block;
	margin:0;
}

.excursions-heading:after{
	background:#bababa;
	display:block;
	content: "";
	height:1px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	
}

.excursions-heading{
	font-size:16px;
	display:block;
	text-align:center;
	margin:0 -15px 70px;
	color:#bababa;
	position:relative;
	text-transform:uppercase
}

.excursions-heading span{
	background:#fff;
	padding:0 60px;
	position:relative;
	z-index:1
}

/*--------------------------------------------------------------
	Teachers
--------------------------------------------------------------*/

.teachers-hero{
	position:relative;
	background:url(../images/teachers-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:364px;
	display: flex;
    align-items: center;
    justify-content: center;
	padding:90px 0 0;
}

.teachers-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.teachers-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}


.teachers-hero .hero-content h2{
	font-size:28px;
	line-height:40px;
	color:#fff;
	font-family: "Montserrat-Light";
	margin:0 0 30px;
}

.teachers-list{
	padding:75px 0 70px;
	background:#fff
}

.teachers-list .container .row > div{
	display:none;
}

.teachers-load-more{
	font-size:16px;
	display:block;
	text-align:center;
	margin:40px 0 0;
	color:#bababa;
	position:relative;
	clear:both;
	text-transform:uppercase
}

.teachers-load-more:after{
	background:#bababa;
	display:block;
	content: "";
	height:1px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	
}

.teachers-load-more i{
	font-size:16px;
	margin:0 0 0 20px
}

.teachers-load-more span{
	background:#fff;
	padding:0 30px;
	position:relative;
	z-index:1;
}

.teachers-item{
	background:#fff;
	border:1px solid #ebebeb;
	position:relative;
	margin:0 0 50px;
	transition: all 0.3s ease-in-out 0s;
}

.teachers-item:hover{
	background:#f58c04;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
}

.teachers-item-info{
	position:absolute;
	top:40px;
	left:25px;
	width:40%;
}

.teachers-item-info h3{
	color:#303030;
	font-size:24px;
	line-height:32px;
	margin:0 0 25px;
	font-family: "Montserrat-Light";
}

.teachers-item:hover .teachers-item-info h3{
	color:#fff
}

.teachers-item-info a{
	color:#f58c04;
	font-size:11px;
	padding:10px;
	text-align:center;
	display:block;
	text-transform:uppercase;
	border:1px solid #f58c04;
	border-radius:5px;
	font-family: "Montserrat-Light";
}

.teachers-item:hover .teachers-item-info a{
	color:#fff;
	border:1px solid #fff;
}

.teachers-item img{
	width:100%;
	height:auto;
	display:block;
}

/*--------------------------------------------------------------
	Teachers Single
--------------------------------------------------------------*/

.teachers-single-hero{
	position:relative;
	background:url(../images/teachers-single-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:989px;
	display: flex;
    align-items: center;
    justify-content: center;
	padding:90px 0 0;
	position:relative;
}

.teachers-single-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.teachers-single-hero .container{
	min-height:989px;
	position:relative;
}

.teachers-single-hero .hero-content{
	position:absolute;
	left:0;
	right:0;
	bottom:-70px;
	z-index:1;
}

.teachers-single-hero .hero-caption > div{
	float:none;
	display:inline-block;
	margin:0 -4px 0 0;
	vertical-align:middle;
}

.teachers-single-hero .teachers-single-overview{
	background:#fff;
	width:70%;
	float:right;
	-webkit-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 20px 27px 0px rgba(0,0,0,0.2);
}

.teachers-single-hero .teachers-single-overview img{
	display:block;
	width:100%;
	height:auto;
	max-width:100%;
}

.teachers-single-hero .teachers-single-overview-info{
	padding:40px;
	text-align:center;
}

.teachers-single-hero .teachers-single-overview-info h2{
	font-size:28px;
	line-height:28px;
	color:#303030;
	margin:0 0 20px;
}

.teachers-single-hero .teachers-single-overview-info > span{
	font-size:16px;
	display:block;
	line-height:16px;
	color:#303030;
	font-family: "Montserrat-Light";
	margin:0 0 35px;
}

.teachers-single-hero .teachers-single-overview-info p{
	font-size:13px;
	display:block;
	line-height:20px;
	color:#6a6a6a;
	font-family: "Montserrat-Light";
	margin:0 0 10px;
}

.teachers-single-hero .teachers-single-overview-info hr{
	margin:30px 0;
	background:#bababa
}

.teachers-single-hero .teachers-single-overview-info ul{
	margin:0 0 40px;
}

.teachers-single-hero .teachers-single-overview-info ul li.facebook .fa-stack{
	color:#0f4ea3
}

.teachers-single-hero .teachers-single-overview-info ul li.twitter .fa-stack{
	color:#1da1f2
}

.teachers-single-hero .teachers-single-overview-info ul li.google-plus .fa-stack{
	color:#dc4a38
}

.teachers-single-hero .teachers-single-overview-info .send-message{
	background: #f5ab35;
    border-bottom: 4px solid #f58c04;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
	line-height:25px;
    padding: 15px 45px;
    position: relative;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase
}


.teachers-single-hero .teachers-single-skills{
	width:80%;
	padding:0 0 0 30px
}

.teachers-single-hero .teachers-single-skills h2{
	font-size:28px;
	line-height:28px;
	background:#fff;
	color:#004296;
	text-transform:uppercase;
	padding:15px 45px 15px 0;
	margin:0 0 40px;
	display:inline-block;
	position:relative
}

.teachers-single-skills > h2:before {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	padding:0 70px 0 0;
	width:100%;
	height:40px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	z-index:1
}

.skillbar-title span {
	display:block;
	padding:0 20px;
	height:40px;
	line-height:40px;
	color:#004296;
	font-size:20px;
	font-family: "Montserrat-Light";
	background:#6adcfa;
}

.skillbar-bar {
	height:40px;
	width:0px;
	background:#6adcfa;
	position:relative
}

.skill-bar-percent {
	position:absolute;
	right:-70px;
	top:0;
	font-size:11px;
	height:40px;
	line-height:35px;
	color:#ffffff;
	font-size:20px;
	font-family: "Montserrat-Light";
	width:70px;
	text-align:right;
}

.teachers-single-content{
	background:#fff;
	padding:160px 0 0
}

.teachers-single-content .teachers-single-content-info h3{
	font-size:22px;
	line-height:22px;
	color:#303030;
	margin:0 0 35px;
}

.teachers-single-content .teachers-single-content-info p{
	font-size:13px;
	line-height:25px;
	color:#6a6a6a;
	margin:0 0 40px;
	font-family: "Montserrat-Light";
}

.teachers-single-content .teachers-single-content-info p:last-child{
	margin:0;
}

.teachers-single-content .teachers-single-content-info .teachers-course{
	padding:40px;
	background:#f1f1f1
}

.teachers-single-content .teachers-single-content-info .teachers-course li{
	font-size:18px;
	color:#303030;
	border-bottom:1px solid #d6d6d6;
	padding:0 0 20px 30px;
	margin:0 0 20px;
	position:relative;
}

.teachers-single-content .teachers-single-content-info .teachers-course li:before{
	content: "\f111";
	font-family: 'FontAwesome';
	color:#f5ab35;
	left:0;
	position:absolute;
}

.teachers-single-content .teachers-single-content-info .teachers-course li:last-child{
	margin:0;
}

.teachers-single-list{
	padding:75px 0 70px;
	background:#fff
}


.teachers-single-item{
	background:#fff;
	border:1px solid #ebebeb;
	position:relative;
	transition: all 0.3s ease-in-out 0s;
}

.teachers-single-item:hover{
	background:#f58c04;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
}

.teachers-single-item-info{
	position:absolute;
	top:40px;
	left:25px;
	width:40%;
}

.teachers-single-item-info h3{
	color:#303030;
	font-size:24px;
	line-height:32px;
	margin:0 0 25px;
	font-family: "Montserrat-Light";
}

.teachers-single-item:hover .teachers-single-item-info h3{
	color:#fff
}

.teachers-single-item-info a{
	color:#f58c04;
	font-size:11px;
	padding:10px;
	text-align:center;
	display:block;
	text-transform:uppercase;
	border:1px solid #f58c04;
	border-radius:5px;
	font-family: "Montserrat-Light";
}

.teachers-single-item:hover .teachers-single-item-info a{
	color:#fff;
	border:1px solid #fff;
}

.teachers-single-item img{
	width:100%;
	height:auto;
	display:block;
}

/*--------------------------------------------------------------
	Schedule
--------------------------------------------------------------*/

.schedule-hero{
	position:relative;
	background:url(../images/academics-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:90px 0 0;
	min-height:364px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.schedule-hero:after{
	content: "";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0, 66, 150, 0.9)
}

.schedule-hero .hero-content{
	position:relative;
	z-index:1;
	text-align:center;
}

.schedule-hero .hero-content h2{
	font-size:33px;
	line-height:auto;
	color:#fff;
	font-family: "Montserrat-Light";
	margin:0 0 20px;
}

.schedule-hero .hero-content p{
	font-size:22px;
	color:#a6b5d4;
	font-family: "Montserrat-Light";
	margin:0 0 20px;
}

.schedule-hero .hero-content a{
	font-size:15px;
	line-height:15px;
	color:#fff;
	margin:0;
	text-transform:uppercase;
	display:inline-block;
	border-radius:5px;
	border:1px solid #fff;
	padding:15px 25px;
}

.schedule-hero .hero-content a:hover{
	background:#fff;
	color:#004296
}

.schedule-content{
	padding:70px 0;
	background:#f1f1f1
}

.schedule-content .container{
	padding:0 30px
}

.schedule-content .schedule-table-filter{
	padding:25px 45px;
	background:#fff
}

.schedule-content .schedule-table-filter .bootstrap-select{
	margin:0 30px 0 0;
	width:auto!important
}

.schedule-content .schedule-table-filter .bootstrap-select.btn-group .dropdown-menu li a span.text{
	color:#303030;
	font-size:15px;
	font-family: "Montserrat-Regular";
}

.schedule-content .schedule-table-filter .bootstrap-select .btn-default{
	color:#303030;
	font-size:16px;
	border:none;
	font-family: "Montserrat-Regular";
	padding:0 20px;
	width:100%;
	border-radius:5px;
	height:30px;
	background:none!important;
	margin:0 30px 0 0;
	box-shadow:none
}

.schedule-content .schedule-table-filter .bootstrap-select .bs-caret > span{
	background: url(../images/select-arrow-2.png) no-repeat;
    border: medium none;
    display: block;
    height: 7px;
    margin-top: -4px;
    width: 14px;
}

.schedule-content .schedule-table-heading ul{
	background:#e6e6e6;
}

.schedule-content .schedule-table-heading ul li{
	text-align:center;
	width:18%;
	display:inline-block;
	vertical-align:middle;
	margin:0 -3px 0 0;
	border-right:1px solid #d0d0d0;
	height:70px;
	line-height:70px;
	font-size:16px;
	color:#909090;
	text-transform:uppercase;
}

.schedule-content .schedule-table-heading ul li:first-child{
	text-align:center;
	width:10%;
	display:inline-block;
	vertical-align:middle;
	margin:0 -3px 0 0;
	border-left:1px solid #d0d0d0;
}

.schedule-content .schedule-table-content ul{
	background:#f7f7f7
}

.schedule-content .schedule-table-content ul li{
	text-align:center;
	width:18%;
	display:inline-block;
	vertical-align:middle;
	margin:0 -3px 0 0;
	border-right:1px solid #d0d0d0;
	font-size:16px;
	color:#909090;
	padding:10px;
	height:101px;
	font-family: "Montserrat-Light";
	line-height:101px;
	border-bottom:1px solid #f1f1f1;
}

.schedule-content .schedule-table-content ul:last-child li{
	border-bottom:1px solid #d0d0d0
}

.schedule-content .schedule-table-content ul li.day-2{
	width:36%;
}

.schedule-content .schedule-table-content ul li.day-3{
	width:54.09%;
}

.schedule-content .schedule-table-content ul li.day-4{
	width:72%;
}

.schedule-content .schedule-table-content ul li.day-5{
	width:90%;
}

.schedule-content .schedule-table-content ul li:first-child{
	text-align:center;
	width:10%;
	display:inline-block;
	vertical-align:middle;
	margin:0 -3px 0 0;
	border-left:1px solid #d0d0d0;
	line-height:80px
}

.schedule-content .schedule-table-content-mobile ul li.math span,
.schedule-content .schedule-table-content ul li.math span{
	background:#39b54a
}

.schedule-content .schedule-table-content-mobile ul li.biology span,
.schedule-content .schedule-table-content ul li.biology span{
	background:#ed145b
}

.schedule-content .schedule-table-content-mobile ul li.design span,
.schedule-content .schedule-table-content ul li.design span{
	background:#f58c04
}

.schedule-content .schedule-table-content-mobile ul li.english span,
.schedule-content .schedule-table-content ul li.english span{
	background:#733d96
}

.schedule-content .schedule-table-content-mobile ul li.psychology span,
.schedule-content .schedule-table-content ul li.psychology span{
	background:#0f4ea3
}

.schedule-content .schedule-table-content-mobile ul li.break span,
.schedule-content .schedule-table-content ul li.break span{
	background:#a6b5d4;
	text-align:center
}

.schedule-content .schedule-table-content ul li span{
	padding:20px;
	color:#fff;
	font-size:13px;
	line-height:13px;
	font-family: "Montserrat-Light";
	display:block;
	text-align:left;
}

.schedule-content .schedule-table-content ul li span strong{
	margin:15px 0 0;
	font-family: "Montserrat-Regular";
	text-transform:uppercase;
	display:block;
	color:#fff;
	font-weight:normal
}


.schedule-content .schedule-table-content-mobile ul li{
	text-align:center;
	vertical-align:middle;
	border-right:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	font-size:16px;
	color:#909090;
	padding:10px;
	height:101px;
	font-family: "Montserrat-Light";
	line-height:101px;
	background:#f7f7f7
}

.schedule-content .schedule-table-content-mobile ul li:first-child{
	text-align:center;
	vertical-align:middle;
	height:70px;
	line-height:45px;
	font-size:16px;
	color:#909090;
	text-transform:uppercase;
	background:#e6e6e6;
	font-family: "Montserrat-Regular";
}

.schedule-content .schedule-table-content-mobile ul:first-child li:first-child{
	border-top:1px solid #d0d0d0;
}

.schedule-content .schedule-table-content-mobile ul li span{
	padding:20px;
	color:#fff;
	font-size:13px;
	line-height:13px;
	font-family: "Montserrat-Light";
	display:block;
	text-align:center;
}

.schedule-content .schedule-table-content-mobile ul li span strong{
	margin:15px 0 0;
	font-family: "Montserrat-Regular";
	text-transform:uppercase;
	display:block;
	color:#fff;
	font-weight:normal
}

.schedule-table-content-mobile{
	display:none
}

/*--------------------------------------------------------------
	Site Footer
--------------------------------------------------------------*/
.footer-info {
	background: #990000;
	background: -moz-linear-gradient(left, #990000 0%, #7d0000 100%);
	background: -webkit-linear-gradient(left, #990000 0%, #7d0000 100%);
	background: linear-gradient(to right, #990000 0%, #7d0000 100%);
}

	.footer-info .container {
		background: #990000;
		background: -moz-linear-gradient(left, #990000 0%, #7d0000 100%);
		background: -webkit-linear-gradient(left, #990000 0%, #7d0000 100%);
		background: linear-gradient(to right, #990000 0%, #7d0000 100%);
	}

.site-footer .footer-logo {
	padding: 50px 0;
}

.site-footer .footer-menu {
	padding: 40px 30px;
}

	.site-footer .footer-menu .footer-links ul li a {
		font-size: 14px;
		text-transform: uppercase;
		color: #f8cfcf; /* Soft pinkish-white for readability */
		font-family: "Montserrat-Light";
	}

	.site-footer .footer-menu .footer-links ul li:first-child a {
		color: #fff;
		font-family: "Montserrat-Regular";
	}

	.site-footer .footer-menu .footer-links ul.social li a {
		width: 30px;
		height: 30px;
		background: #f8cfcf;
		text-align: center;
		line-height: 30px;
		display: block;
		color: #7d0000 !important;
		border-radius: 50%;
		transition: background 0.3s ease;
	}

	.site-footer .footer-menu .footer-links ul.social li:hover a {
		background: #fff;
		opacity: 0.9;
	}

.site-footer .footer-copyright {
	background: #4d0000;
	padding: 25px 0;
}

	.site-footer .footer-copyright p {
		font-family: "Montserrat-Light";
		color: #f8cfcf;
		margin: 0;
		text-align: center;
		font-size: 12px;
	}

/* Animations */
@keyframes dropdownSlide {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes submenuSlide {
	from {
		opacity: 0;
		transform: translateX(-10px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* Responsive behavior */
@media (max-width: 991.98px) {
	.dropdown-submenu .dropdown-menu {
		position: static !important;
		left: auto !important;
		margin-left: 20px !important;
		margin-top: 5px !important;
		box-shadow: none !important;
	}

	.dropdown-submenu > .dropdown-item::after,
	.dropdown-submenu > a::after {
		transform: translateY(-50%) rotate(90deg);
	}
}

/* Print Styles */
@media print {
	.sidebar-panel, .partner-marquee-section, .error-actions-enhanced {
		display: none !important;
	}

	.main-content-panel {
		box-shadow: none;
		border: 1px solid #ccc;
	}

	.enhanced-content-wrapper {
		background: white;
	}
}
@media (max-width: 576px) {
	.enhanced-content-wrapper {
		padding: 0;
	}

	.main-content-panel {
		border-radius: 0;
		margin: 0;
	}

	.hero-section-homepage {
		border-radius: 0;
		margin: 0;
	}
}



/* Responsive Design */
@media (max-width: 992px) {
	.main-heading {
		font-size: 1.8rem;
	}

	.hero-title-homepage {
		font-size: 2.2rem;
	}

	.hero-stats-homepage {
		gap: 2rem;
	}

	.stat-number-homepage {
		font-size: 2rem;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
@keyframes float {
	0%, 100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-20px);
	}
}
@keyframes pulse {
	0%, 100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}
}
@keyframes loadingDots {
	0%, 80%, 100% {
		transform: scale(0);
		opacity: 0.5;
	}

	40% {
		transform: scale(1);
		opacity: 1;
	}
}


@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* Responsive adjustments */
@media (max-width: 768px) {
	.photo-gallery-grid-enhanced {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.photo-card-image-container-enhanced {
		height: 220px;
	}

	.photo-card-content-enhanced {
		padding: 1.25rem;
	}
}

@media (max-width: 480px) {
	.photo-card-image-container-enhanced {
		height: 200px;
	}

	.photo-card-content-enhanced {
		padding: 1rem;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateY(50px) scale(0.9);
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@media (max-width: 1200px) {
	.pubThumb__modifier {
		padding: 20px;
	}

	.publication-details h4 {
		font-size: 15px !important;
		min-height: 38px;
	}
}

@media (max-width: 768px) {
	.custom__headingInner h2.light {
		font-size: 26px !important;
		padding: 0px 15px;
	}

	.pubThumb__modifier {
		padding: 15px;
		margin-bottom: 20px;
	}

	.pubThumb__modifier--image img {
		height: 160px !important;
		width: 115px !important;
	}

	.publication-details h4 {
		font-size: 14px !important;
		min-height: auto;
	}

	.publication-details .published-by,
	.publication-details .publish-date {
		font-size: 12px;
	}
}

@media (max-width: 576px) {
	.custom__headingInner h2.light {
		font-size: 22px !important;
	}

	.pubThumb__modifier {
		padding: 15px 10px;
	}

	.publication-details {
		padding: 0 5px;
	}
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
	.date-navigation-container {
		gap: 20px;
	}

	.current-date-display {
		min-width: 200px;
	}

	.date-main {
		font-size: 1.6rem;
	}

	.event-date-badge {
		min-height: 100px;
		padding: 15px;
	}

	.date-day {
		font-size: 2.2rem;
	}

	.events-title {
		font-size: 24px !important;
	}

	.event-card-body {
		padding: 20px;
	}
}

/* Responsive Design */
@media (max-width: 768px) {
	.page-header {
		flex-direction: column;
		gap: 20px;
	}

	.mission-vision-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.brief-point {
		flex-direction: column;
		gap: 5px;
	}

	.point-number {
		min-width: auto;
	}
}



/* ===== Scrollbar Customization ===== */
.left-section .sticky-wrapper,
.right-section .sticky-wrapper {
	scrollbar-width: thin; /* For Firefox */
	scrollbar-color: transparent transparent; /* Optional: hides scrollbar in Firefox */
}

	/* For WebKit browsers (Chrome, Edge, Safari) */
	.left-section .sticky-wrapper::-webkit-scrollbar,
	.right-section .sticky-wrapper::-webkit-scrollbar {
		width: 4px; /* 👈 reduce thickness */
	}

	.left-section .sticky-wrapper::-webkit-scrollbar-track,
	.right-section .sticky-wrapper::-webkit-scrollbar-track {
		background: transparent; /* hide background */
	}

	.left-section .sticky-wrapper::-webkit-scrollbar-thumb,
	.right-section .sticky-wrapper::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.1); /* very light thumb */
		border-radius: 10px;
	}

	/* Optional: completely hide scrollbar while still allowing scroll */
	.left-section .sticky-wrapper::-webkit-scrollbar {
		display: none; /* uncomment to fully hide scrollbar */
	}

.left-section .sticky-wrapper {
	scrollbar-width: none; /* Firefox hide */
}

/* Force visible toggler icon for dark backgrounds */
.navbar-custom .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Optional: make the border visible too */
.navbar-custom .navbar-toggler {
	border-color: rgba(255, 255, 255, 0.3);
}



/* ============ MOBILE RESPONSIVE ============ */
@media (max-width: 991px) {
	/* Show toggle button on mobile */
	.mobile-menu-toggle {
		display: block !important;
	}

	.topbar-title {
		font-size: 1.3rem;
	}

	.topbar-logo {
		height: 50px;
	}

	.topbar {
		padding: 10px 15px;
	}
}

@media (max-width: 768px) {
	.topbar-title {
		font-size: 1.1rem;
	}

	.user-info-text {
		display: none !important;
	}

	.user-profile-btn {
		padding: 6px;
	}
}

@media (max-width: 576px) {
	.topbar-title {
		font-size: 0.95rem;
	}

	.topbar-logo {
		height: 40px;
	}

	.topbar-left {
		gap: 8px;
	}

	.mobile-menu-toggle {
		padding: 6px 8px;
		font-size: 1.1rem;
	}

	.role-badge-container {
		display: none;
	}
}

/* ============ MOBILE RESPONSIVE ============ */
@media (max-width: 991px) {
	/* Show toggle button on mobile */
	.mobile-menu-toggle {
		display: block !important;
	}

	.topbar-title {
		font-size: 1.3rem;
	}

	.topbar-logo {
		height: 50px;
	}

	.topbar {
		padding: 10px 15px;
	}
}

@media (max-width: 768px) {
	.topbar-title {
		font-size: 1.1rem;
	}

	.user-info-text {
		display: none !important;
	}

	.user-profile-btn {
		padding: 6px;
	}
}

@media (max-width: 576px) {
	.topbar-title {
		font-size: 0.95rem;
	}

	.topbar-logo {
		height: 40px;
	}

	.topbar-left {
		gap: 8px;
	}

	.mobile-menu-toggle {
		padding: 6px 8px;
		font-size: 1.1rem;
	}

	.role-badge-container {
		display: none;
	}
}
/* Responsive Design */
@media (max-width: 576px) {
	.captcha-content {
		flex-direction: column;
		gap: 12px;
	}

	.captcha-input-box,
	.captcha-refresh-btn {
		width: 100%;
	}

	.captcha-refresh-btn {
		height: 45px;
	}
}


@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
@keyframes rotateReel {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}
