/* === Custom CSS created 20181127 by Lonnie Wormley === */
/* === Edited 20181127 by Dorea Hardy - added Aside Navigation Hover Option === */
/* === Edited 20181129 by Lonnie Wormley - added Footer three link columns === */
/* === Edited 20181203 by Dorea Hardy - Added Image Block Hover-Over for Text and VideoWrapper === */
/* === Edited 20190128 by Dorea Hardy - Added modifications for Homepage News caption area === */
/* === Edited 20190211 by Dorea Hardy - Cleaned up code === */

/* === Aside Navigation Styles === */
/*ul.nav-list li ul {
    display: none;
}
ul.nav-list li:active ul,
ul.nav-list li:focus ul,
ul.nav-list li:hover ul {
	display: block;
}*/

/*-----------------------------------------*\
    Footer Modifications Lonnie
\*-----------------------------------------*/
.col-md-4.footer-contact.text-center .location {
	font-weight: 900;
	
}
#footer {
	padding:10px 0 0;
}

/*-----------------------------------------*\
    Footer three link columns
\*-----------------------------------------*/
#asuFooterCols {
    padding: 10px;
    margin-top: 0;
    background-color: #0033A0 !important;
    color: #FFFFFF;
    display:block;
}

ul.asuFooterList {
    list-style-type: none;
    color: #FFFFFF;
	padding:0;
}
#asuFooterCols ul.asuFooterList a:link,
#asuFooterCols ul.asuFooterList a:visited,
#asuFooterCols ul.asuFooterList a:hover,
#asuFooterCols ul.asuFooterList a:active {
    color: #FFFFFF;
}
#asuFooterCols .col-md-6 .asuFooterTable,
#asuFooterCols .col-md-6 .asuFooterTable th {
    text-align: center;
}
.asuFooterPara, .asuFooterPara p {
    padding: 0;
}
#asuFooterCols p.asuFooterPara a:link,
#asuFooterCols p.asuFooterPara a:visited,
#asuFooterCols p.asuFooterPara a:active,
#asuFooterCols p.asuFooterPara a:focus {
    color: #FFFFFF;
    font-weight: 600;
}
#asuFooterCols p.asuFooterPara a:hover {
    text-decoration: solid;
    color: #FFFFFF;
    font-weight: 600;
}

#asuFooterCols .asuFooterTable table
{
	border-collapse: collapse ;
}
#asuFooterCols .asuFooterTable table, #asuFooterCols .asuFooterTable td, #asuFooterCols .asuFooterTable th {
    border: none;
	background-color:#0033A0 !important;
	color:#FFFFFF
}
#asuFooterCols .col-md-2 {
	padding:0;
}

/*-----------------------------------------*\
    Modification for H2 when on dark gray
\*-----------------------------------------*/
#news_home h2 {

    border: 0px;
    color: #FFF;
    letter-spacing: 1px;
    background-color: rgb(0, 51, 160);

}

/*-----------------------------------------*\
    Image-Link with Hover Over Text-Effects
\*-----------------------------------------*/
#asu-colleges.section-info .col-md-4 span {
	padding-bottom: 0px !important;
	vertical-align: top;
}
#asu-colleges.section-info .col-md-4 span a {
	display: block;
	padding: 0px;
	width: 100%;
}
#asu-colleges.section-info .col-md-4 span a img {
	box-shadow: 0 3px 2px rgb(125,125,125);
}
#asu-colleges.section-info .col-md-4 span + span {
	background-color: rgba(0, 51, 160, .75);
	padding: 5px !important;
	margin-top: -40px;
	color: #FFFFFF;
	z-index: 200;
}
#asu-colleges .grid-item::before {
	position: absolute;
	content: "";
	background: rgba(0,0,0,.3);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: unset;
}
#asu-colleges .grid-item {
	position: relative;
	background: #fff;
	backface-visibility: hidden;
	overflow: hidden;
	display: flex;
	
	/* EDIT THE FOLLOWING MAX HEIGHT TO CHANGE THE IMAGE SIZE */
    max-height: 450px;
}
#asu-colleges .grid-item img {
	object-fit: cover;
	width: 100%;
}
#asu-colleges .grid-item .title {
	top: 2.5rem;
	width: 90%;
	font-size: 22px;
	position: absolute;
	left: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5;
	letter-spacing: .5px;
	color: #FFFFFF;
	z-index: 1;
}
#asu-colleges .grid-item .overlay {
	border-top: 0 solid rgba(0, 51, 160,.7);
	border-left: 0 solid transparent;
	width: 0;
	top: 0;
	right: 0;
	height: 0;
	opacity: .95;
	position: absolute;
	transition: all .5s ease-out;
}
#asu-colleges .grid-item .overlay-text::before {
	position: absolute;
	content: "";
	height: 100%;
	width: .4rem;
	right: 0;
	top: 0;
	background: #FFF;
}
#asu-colleges .grid-item .overlay-text {
	display: block;
	visibility: visible;
	position: absolute;
	bottom: 1rem;
	right: 1.5rem;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	padding: .5rem 1rem;
	opacity: 0;
	transition: .5s ease .5s;
	transition-delay: .3s;
}
#asu-colleges .grid-item:hover .overlay-text,				
#asu-colleges .grid-item:focus .overlay-text {
	opacity: 1;
}
#asu-colleges .grid-item:hover .overlay,
#asu-colleges .grid-item:focus .overlay {
	border-top: 1400px solid rgba(0, 51, 160, .8);
	border-left: 1400px solid transparent;
	transition: all .5s ease-out;
}
#asu-colleges div.row {
	padding-left: 15px;
	padding-right: 15px;
}

/*-----------------------------------------*\
    Homepage Video "fill" Space
\*-----------------------------------------*/
.videoWrapper {
	position: relative;
	padding-bottom: 28%; /*56.25%;  16:9 */
	padding-top: 25px;
	height: 0;
    /* New as of 1/25/19 */
    background-color: #000;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    /* New as of 1/25/19 */
    max-width: 50%;
    margin-left: 25% !important;
    margin-right: auto;
}

/*-----------------------------------------*\
    Homepage News Caption Mods
\*-----------------------------------------*/
.news .thumb-info-caption {
    border: 5px double #F3BB41;
	transition: all .5s ease-out;
}
html .news .thumb-info-caption .text-color-dark {
    color: rgb(0,51,160) !important;
	display: block !important;
	transition: all .5s ease-out;
}
.news .thumb-info-caption .custom-thumb-info-post-infos ul li {
    color: rgb(0,51,160) !important;
	transition: all .5s ease-out;
}
.news .thumb-info-caption:hover,
.news .thumb-info-caption:focus {
    background-color: rgb(0,51,160) !important;
	transition: all .5s ease-out;
}
html .news .thumb-info-caption:hover .text-color-dark,
html .news .thumb-info-caption:focus .text-color-dark,
.news .thumb-info-caption:hover .custom-thumb-info-post-infos ul li,
.news .thumb-info-caption:focus .custom-thumb-info-post-infos ul li {
	color: #FFF !important;
	transition: all .5s ease-out;
}
html .news .thumb-info-caption .text-color-dark:hover,
html .news .thumb-info-caption .text-color-dark:focus {
    /*box-shadow: 0px 0px 5px #FFD700;*/
	color: #FFF !important;
	transition: all .5s ease-out;
}

/* disable button*/
a.disabled {
   pointer-events: none;
   cursor: default;
}