/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Your Name Here
Last Updated: Enter Date Here
*/

/** #65569 **/

.adm-block-cover:before {
	content: "";
	background-color: inherit;
}

.adm-block-cover {
	box-shadow: inset 0 0 0 2000px rgba(4, 30, 66, 0.2);
	position: relative;
	background-size: cover;
	background-color: rgba(255, 255, 255, 0);
	background-position: 72% 13%;
	min-height: 170px;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px;
	font-family: 'Lato', sans-serif !important;
}

.adm-block-cover:focus,
.adm-block-cover:hover,
.adm-small-block-cover:focus,
.adm-small-block-cover:hover,
.adm-panel__image a:focus,
.adm-panel__image a:hover {
	outline: 5px auto -webkit-focus-ring-color !important;
}

.adm-block-cover .adm-block-cover__gradient {
	background: linear-gradient(90deg, rgba(6, 147, 229, 0) 0%, rgb(4, 30, 66) 100%);
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.adm-block-cover .adm-block-cover__inner {
	width: calc(100% - 70px);
	z-index: 1;
	color: #fff;
	word-break: keep-all;
}

/** buttons **/
.adm-block-buttons {
	display: inline;
	margin-left: 15px;
	float: right;
	width: auto;
}

.adm-block-buttons .adm-block-button:first-child {
	margin-left: 0;
}

.adm-block-buttons .adm-block-button {
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	border-radius: 0 !important;
	background-color: #FFD700;
}

.adm-block-button:hover {
	opacity: .8 !important;
	text-decoration: none;
}

.adm-block-button__link:active,
.adm-block-button__link:focus,
.adm-block-button__link:hover,
.adm-block-button__link:visited {
	opacity: .8 !important;
	text-decoration: none;
}

.adm-block-button__link {
	background-color: #FFD700;
	color: #0033A0;
	border: none;
	border-radius: 28px;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word;
}

.adm-block-cover h1,
.adm-block-cover h2,
.adm-block-cover h3,
.adm-block-cover h4,
.adm-block-cover h5,
.adm-block-cover h6 {
	font-size: 2em;
	border-bottom: none;
	margin: 0;
	font-weight: 700;
	color: inherit;
	/**font-style:italic;**/
}

.adm-block-heading {
	margin: 0 0 20px;
	font-family: 'Lato', sans-serif !important;
	background-color: #0033A0;
	color: #ffffff;
	/** padding: 1em !important; **/
}

.adm-block-heading h1, 
.adm-block-heading h2,
.adm-block-heading h3,
.adm-block-heading h4,
.adm-block-heading h5,
.adm-block-heading h6 {
	font-size: 1.6em;
	font-weight: 700;
	color: #fff;
	border: none;
	text-align: center;
	margin: 0px !important;
}

/** Admissions Panels **/
.adm-panel {
	display: table;
	padding-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

.adm-panel .panel {
	float: none;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	background-color: #F2F2F2;
}

.adm-panel .panel h3 {
	border: none;
	background: none;
	margin: 5px 0 2px;
	font-size: 1.3em;
	font-family: 'Lato', sans-serif !important;
	font-weight: 700;
}

.adm-panel .panel a {
	color: #0033A0;
}


.adm-panel__image {
	margin: 0px;
}

.adm-panel__image .figure {
	margin-left: auto;
	margin-right: auto;
	display: table;
	clear: both;
}

.adm-panel__image img {
	height: auto;
}

.adm-small-block-cover {
	position: relative;
	background-position: 53% 41%;
	box-shadow: inset 0 0 0 2000px rgba(4, 30, 66, 0.2);
	max-height: 200px;
	/**background-color: #0033A0 !important;**/
	background-color: #041e42 !important;
	background-size: cover;
	min-height: 150px;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px;
}

.adm-small-block-cover:before {
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	content: "";
	background-color: inherit;
}

.adm-small-block-cover__inner {
	width: calc(100% - 70px);
	z-index: 1;
	color: #fff;
	word-break: keep-all;
}

.adm-small-block-cover__inner h1,
.adm-small-block-cover__inner h2,
.adm-small-block-cover__inner h3,
.adm-small-block-cover__inner h4,
.adm-small-block-cover__inner h5,
.adm-small-block-cover__inner h6 {
	margin: 5px 0 2px;
	font-size: 1.6em;
	color: inherit;
	text-align: center;
	font-family: 'Lato', sans-serif !important;
	font-weight: 700;
	border: none;
}

.adm-small-block-cover__inner h1 a,
.adm-small-block-cover__inner h2 a,
.adm-small-block-cover__inner h3 a
.adm-small-block-cover__inner h4 a,
.adm-small-block-cover__inner h5 a,
.adm-small-block-cover__inner h6 a {
	color: #fff !important;
	text-decoration: underline;
}

.adm-small-block-cover__inner h1 a:hover,
.adm-small-block-cover__inner h2 a:hover,
.adm-small-block-cover__inner h3 a:hover,
.adm-small-block-cover__inner h4 a:hover,
.adm-small-block-cover__inner h5 a:hover,
.adm-small-block-cover__inner h6 a:hover {
	text-decoration: underline;
}

/* .adm-row .buttons.half a {
width: 100%;
} */


/** #68650 **/
.asu-filters ul.buttons.filter-button-group {
	margin-bottom: 15px !important;
}

.asu-filters .filter-button-group button {
	background-color: #0033A0;
	color: #FFD700;
	font-weight: bold;
	padding: 10px 20px;
}
.col-md-6.text-right {
	z-index: 1000;
}

/* DESIGN STUDIO */
/*Hide dropdown menu from tabindex until open*/
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu{
	display:none;
}

/*Override bootstrap nav focus and hover rules*/
html #header .header-nav-main .nav .open > a, html #header .header-nav-main .nav .open > a:focus, .nav .open > a:hover{
	background: #0033a0;
}

html #header .header-nav-main nav > ul > li .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, html #header .header-nav-main nav > ul > li .dropdown-menu > li > a:focus, .dropdown-menu > li > a:focus{
	background-color: #8f959b; 
}
/*Mobile Menu button active contrast*/
#header button.btn.header-btn-collapse-nav:hover, #header button.btn.header-btn-collapse-nav:focus{background:#333}

/*Homepage News Focus Fix*/
html .news .thumb-info-caption a.text-color-dark:focus{
	color:#000 !important;
}

/* New Skip to Nav Links */
.skippy {background-color: #FFD700!important;width:100% !important;float:right; font-weight: bold; font-size:16px;color: #0033a0;text-align:center;padding:8px 0; border-bottom:1px solid #000;}
.skippy span {color:#0033a0!important;}

/*Slick Slider */
.slider-wrap{
	position: relative;
	margin-bottom:0 !important;
}

.slider-wrap .slide-item{
	height:550px;
	background-size:cover;
	background-position: 50% 50%;
}

.slider-wrap .slick-overlay{
	background:rgba(0,0,0,0.8);
	border-radius:20px;
	position:absolute;
	bottom:50px;
	left:100px;
	color:#fff;
	padding:20px;
}

.slider-wrap .slick-overlay h2, .slider-wrap .slick-overlay p{
	color:#fff;
	border:none;
	text-align: left;
}

.slick-button{
	position:absolute;
	top:calc((50%) - 40px);
	height:80px;
	width:50px;
	z-index: 100;
	border: none;
	background:rgba(0,0,0,0.3);
	color:#fff;
	font-size:30px;
}

.slick-autoplay-toggle-button{
	height:30px;
	width:30px;
	background:rgba(0,0,0,0.8) !important;
	color:#fff !important;
	line-height: 34px;
	border:1px solid #fff !important;
	opacity: 100% !important;;
}

.slick-button:hover, .slick-button:focus{
	background:#000;
}

.custom-next-button{
	right:0;
}
.custom-prev-button{
	left:0;
}

.slick-autoplay-toggle-button{
	bottom:10px !important;
	left:10px !important;
}

@media screen and (max-width:991px){
	.slider-wrap .slide-item{
		height:300px;
	}
	.slider-wrap .slick-overlay{
		bottom:45px;
		left:0;
		width:80%;
		border-radius: 0;
	}

	.slick-button{
		bottom:10px;
		top:auto;
		height:30px;
		width:30px;
		font-size:20px;
		background: rgba(0,0,0,0.8);
		border:1px solid #fff;
		z-index: 2;
	}

	.custom-next-button{
		right:auto;
		left:64px;
	}
	.custom-prev-button{
		left:0;
	}
	.slick-autoplay-toggle-button{
		left:32px !important;
		right:auto;
	}

}

@media screen and (max-width:767px){
	.slider-wrap .slide-item{
		height:300px;
	}
	.slider-wrap .slick-overlay{
		width:100%;
	}



}

@media screen and (max-width:575px){
	.slider-wrap .slide-item{
		height:250px;
	}
}

