/* 
This is the section css for
Nursing 
*/

/* GENERAL USE */
#home-content .greyBack{
	background-color: #fff;
	border: 3px solid #382140;
	padding: 10px;
	margin-bottom: 10px;
	overflow: auto;
}
#home-content .grid4{
	padding-left: 20px;
}
#home-content .grid6{
	padding-right: 20px;
}
#home-content .imgRight{
	float: right;
	padding-left: 20px;
	padding-bottom: 0px;
	width: 100%;
	max-width: 800px;
	margin-top: 0px;
}
#home-content .imgLeft{
	float: left;
	padding-right: 10px;
}
#home-content .wide{
	width: 100%;
}
#home-content .imgCenter{
	display: block;
	margin: 0 auto;
}
#home-content .gridLeft{
	padding-right: 20px;
}
#home-content .btnFull{
	width: 100%;
}


/* side menu */
#home-content .hideMenu{
	display: none;
}
#home-content .sideLinks{
	margin-top: 10px;
	padding-right: 20px;
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
#home-content .sideLinks .grid12{
	margin: 0;
	background-color: #fff;
}
#home-content .sideLinks a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #575757;
	font-weight: bold;
	padding-left: 13px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
#home-content .sideLinks > .grid12:first-of-type > a{
	border-top: 1px solid #DDD;
}
#home-content .sideLinks .subSideLink{
	font-size: .9em;
	padding: 5px 10px 3px 30px;
	border-left: 0;
	font-weight: bold;
	text-indent: -10px;
	line-height: 20px;
}
#home-content .sideLinks .subSideLink:before{
	content: "\203A"; 
	padding-right: 5px; 
	position: relative;
	top: -1px;
	color: #763775;
}
#home-content .sideLinks .grid12 a:hover{
	color: #763775;
	border-left: 3px solid #FFBD07;
}
#home-content .sideLinks .activeSideLink{
	color: #763775;
	border-left: 3px solid #763775;
}
#home-content .inactive{
	display: none;
}
#home-content .active{
	display: block;
}



#home-content .learnMore{
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
}
#home-content .noList{
	list-style-type: none;
	margin-left: 0;
}
#home-content .alertMsg{
	background: #441F49;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
/* HOME */
#home-content #home .grid9{
	padding-right: 15px;
}
#home-content .leftGrid{
	padding-right: 10px;
}
#home-content #homeImg .grid4{
	padding-left: 5px;
	padding-right: 5px;
}
#home-content #homeImg img{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#home-content .firstButton{
	padding-right: 10px;
}
#home-content .middleButton{
	padding: 0 5px;
}
#home-content .lastButton{
	padding-left: 10px;
}
#home-content .buttonLinks{
	text-align: center;
	padding-bottom: 10px;
}
#home-content .announcements{
	padding-right: 10px;
}
#home-content .announceAccred{
	margin-bottom: 10px;
}
#home-content .buttonLinks a{
	text-decoration: none;
	padding: 80px 5px;
	display: block;
	font-weight: bold;
	font-size: 1.5em;
	color: #FFF;
	line-height: normal;
}
#home-content .buttonLinks a:hover{
	background-color: rgba(0,0,0,.5);
}
#home-content .buttonLinks .grid12{
	background-size: cover;
	background-repeat: no-repeat;
}
#home-content .buttonLinks .firstButton .grid12{
	background-image: url("../images/undergraduateButton.jpg");
	background-position: 0 -20px;
}
#home-content .buttonLinks .middleButton .grid12{
	background-image: url("../images/graduateButton.jpg");
	background-position: 0 -20px;
}
#home-content .buttonLinks .lastButton .grid12{
	background-image: url("../images/doctorateButton.jpg");
	background-position: 0 -20px;
}
#home-content .announcementList li{
	list-style-type: none;
	margin-left: -20px;
	padding: 5px 0;
	border-bottom: 1px dashed #eeeeee;
}
.announcements h3{
	margin-bottom: 5px;
}
.nursingMap{
	width: 100%;
}
.leftGrid h3{
	clear: left;
}
#home-content #home .greyBack ul{
	list-style-type: none;
	margin: 0;
}
#home-content .xiDeltaVideo .videoContainer{
	position: inherit;
	width: 100%;
}
#home-content .xiDeltaVideo .videoContainer img{
	display: block;
	margin: 0 auto;
}
#home-content .xiDeltaVideo .videoContainer img.playBtn{
	display: none;
}

/* UNDERGRAD */
#home-content .btnConcurrent{
	padding: 10px;
	font-weight: bold;
}
#home-content .btnConcurrent, #home-content .btnConcurrent:visited{
	color: #FFF;
}
#home-content .qmImg{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* GRAD */
#home-content #grad .grid9{
	padding-right: 15px;
}
#home-content #grad .grid9 .grid6:first-of-type{
	padding-right: 20px;
}
#home-content #grad .grid1{
	padding-right: 10px;
}
#home-content .btnWide{
	width: 100%;
}

/* DOCTORATE */
#home-content #doc .grid9{
	padding-right: 15px;
}

#home-content #doc .greyBack h3{
	margin-bottom: 5px;
	margin-top: 5px;
}

#home-content #doc .greyBack h4{
	margin-bottom: 5px;
	margin-top: 5px;
}
#home-content #doc .grid1{
	padding-right: 10px;
}

/* SURVEY */

#home-content #sur ul{
	list-style-type: none;
	margin-left: 0;
}

/* FACULTY */
#home-content #fac ul{
	margin: 5px 0;
	padding: 5px 0;
}

#home-content #fac li:first-of-type {
	font-size: 1.2em;
	font-weight: bold;
}

#home-content #li
nks th{
	display: none;
}
#home-content .facultyCtr > .row-responsive > .grid6:first-of-type{
	padding-right: 10px;
}
.facultyImage{
	float: left;
	padding-right: 10px;
}
#home-content .facultyList{
	margin: 0;
}
.facultyList li{
	list-style-type: none;
}
.facultyBioList li{
	list-style-type: none;
}
#home-content .facultyList li:first-of-type{
	font-size: 1.2em;
	font-weight: bold;
}
#home-content .faculty{
	border-bottom: 1px dotted #EEE;
	padding-top: 15px;
	padding-bottom: 10px;
}
#home-content .faculty img{
	max-width: 200px;
}
#home-content .last{
	border: none;
}
#home-content .learnMore{
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
}
#home-content .facultyTitle{
	clear: left;
	margin-bottom: 0;
}
#home-content .facultyPageTitle{
	text-align: center;
}
#home-content .facultyPage .grid3{
	padding-right: 10px;
}
#home-content .facultyPage .grid3 > .grid12{
	padding: 10px;
}
#home-content .facultyPage .grid3 > .grid12 img{
	width: 100%;
}
#home-content .facultyPage .grid9 > h2{
	background: #441F49;
	color: #FFF;
	padding: 10px;
}
#home-content .facultyPage .tabContainer{
	background: #FFF;
	border-top: 2px solid #EEE;
	border-bottom: 2px solid #EEE;
}
#home-content .facultyPage .tabContainer nav{
	background: #FFF;
	border: none;
	padding: 0;
}
#home-content .facultyPage .tabContainer nav a{
	background-color: #FFF;
	text-decoration: none;
	box-shadow: none;
	text-shadow: none;
	color: #763775;
	border-radius: 0;
	margin: 5px;
	padding: 5px;
}
#home-content .facultyPage .tabContainer nav a.activeTab{
	background-color: #FFF;
	border-bottom: 2px solid #FFBD07;
	font-weight: bold;
}
#home-content .facultyPage .tabContainer nav a:hover{
	border-bottom: 2px solid #FFBD07;
	font-weight: bold;
}
#home-content .facultyPage .tabContentContainer{
	padding: 10px;
}
#home-content .facultyPage .tabContentContainer h2{
	margin-top: 0;
}
#home-content .facultyPageList{
	list-style-type: none;
	margin-left: 0;
	text-align: center;
	border: 2px solid #EEE;
	border-top: none;
	padding: 0 10px 10px 10px;
}
#home-content .facultyPage .tabContentContainer table{width: 100%; border-collapse: collapse;}
#home-content .facultyPage .tabContentContainer table tr:nth-of-type(odd){background: #EEE;}
#home-content .facultyPage .tabContentContainer table th{background-color: #441F49; color: #FFF; padding: 5px; border: 1px solid #ccc; text-align: left;}
#home-content .facultyPage .tabContentContainer table td{padding: 5px; border: 1px solid #ccc;}

/* UNDERGRAD */
#home-content #undergrad .grid4{
	padding-left: 5px;
	padding-right: 5px;
}
#home-content #undergrad .grid6{
	padding-left: 5px;
	padding-right: 5px;
}
#home-content #undergrad .grid1{
	padding-right: 10px;
}
#home-content #undergrad .row-responsive{
	margin: 0;
}

/* RESEARCH AND EVIDENCE CONFERENCE */
#home-content p.recLink{
	color: #382140;
	text-transform: uppercase;
}
#home-content .grid12.recPage li{
	color: #382140;
}

#home-content .border .grid9, #home-content .border .grid9 p, #home-content .border .grid9 h3{
	text-align: left;
}
#home-content .border .grid9{
	padding-left: 1%;
	padding-top: 1%;
}
#home-content .border .grid3{
	padding-right: 2%;
}
#home-content .border{
	float: left;
}

@media only screen and (max-width:768px){
	/** general use **/
	#home-content .gridLeft{
		padding-right: 0;
	}

	/** faculty **/
	#home-content .facultyCtr > .row-responsive > .grid6:first-of-type{
		padding-right: 0;
	}
	#home-content .facultyPage .grid3 > .grid12 img{
		display: block;
		margin: 0 auto;
		width: auto;
	}
	#home-content .facultyPage .grid3 p{
		text-align: center;
	}
	#home-content .facultyPageList{
		border: none;
		padding: 0;
		margin-top: 10px;
	}
	#home-content .facultyPage .grid9 h2{
		margin-top: 0;
	}
	#home-content .facultyPage .tabContentContainer table, 
	#home-content .facultyPage .tabContentContainer thead, 
	#home-content .facultyPage .tabContentContainer tbody, 
	#home-content .facultyPage .tabContentContainer th, 
	#home-content .facultyPage .tabContentContainer td, 
	#home-content .facultyPage .tabContentContainer tr{
		display: block;
	}
	#home-content .facultyPage .tabContentContainer table thead tr{position: absolute; top: -9999px; left: -9999px;}
	#home-content .facultyPage .tabContentContainer table tr{border: 1px solid #ccc;}
	#home-content .facultyPage .tabContentContainer table td{ border: none; border-bottom: 1px solid #C1C1C1; position: relative; padding-left: 50%;}
	#home-content .facultyPage .tabContentContainer table td:before{position: absolute; top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; font-weight: bold;}
	#home-content .facultyPage .tabContentContainer table td:before{content: attr(data-label);}
}

@media only screen and (max-width:480px){
	/** faculty **/
	#home-content .facultyImage{
		display: none;
		padding: 0;
	}
	#home-content .facultyList{
		margin-left: 0px;
	}
	#home-content .facultyBioList{
		margin-left: 0px;
	}
	#home-content .faculty{
		padding-top: 5px;
	}
}


/** REBRANDING **/
.pyPara2 .grid6:first-of-type, .pyPara1 .grid6:last-of-type {
	background-color: #FFE800;
	height: 100%;
}

.pyPara2 .grid6:last-of-type, .pyPara1 .grid6:first-of-type {
	background-color: #382140;
	height: 100%;
}

.triad {
	width: 100px;
	display: block;
	margin: 4em auto;
}

#home-content .gradTopImage {
	width: 50%;
	margin: auto;
}

#keynoteInfo .accordion div, #keynoteInfo .accordion div p{
	text-align: left;
}

/***** 50TH NURSING ANNIVERSARY EVENT *****/


#photoArchive2024 .fancybox-contentDS img {
	width: 350px;
	height: 250px;
	display: table-cell;
	object-fit: cover;
}


#home-content .borderContent .border {
	width: 100%;
}

#home-content .nursingImages {
	display: block;
	width: 95%;
	margin: auto;
}

#home-content .nursingImages .centerContent {
	padding: 5% 10% 1%;
}


#hoverOverlaySection, #photoArchive2024, #photoArchive2024MoreImgs{
	padding: 0% 5%;
}
#hoverOverlaySection .grid2, #photoArchive2024 .grid2, #photoArchive2024MoreImgs .grid3{
	padding: 0px 2%;
}
#hoverOverlaySection .grid2 img, #photoArchive2024 .grid2 img, #photoArchive2024MoreImgs .grid3 img{
	width: 100%;
}
#hiddenTiles{

}
.hideSection, .hideSection2{
	display: none;
}
.centerText{
	text-align: center;
}




/*	FANCYBOX INFO	*/

.fancybox-opened{
	width: 90% !important;
	height: 90% !important;
	top: 5% !important;
	left: 5% !important;
}
.fancybox-skin{
	height: 95% !important;
}
.fancybox-outer{
	height: 100% !important;
}
.fancybox-inner{
	width: 100% !important;
	height: 100% !important;
}
.fancybox-inner > div{
	width: auto;
	min-width: 75%;
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translate(-50%,-50%);
}
.fancybox-inner > div img{
	display: block;
	margin: 0 auto;
	width: 50%;
}
.fancybox-inner > div .grid6{
	padding: 0px 30px;
}
.fancybox-inner > div .grid6:last-of-type{
	padding: 30px;
}
.fancybox-inner > div h2{
	text-align: center;
	font-size: 3em;
}
.fancybox-next span, .fancybox-prev span{
	visibility: visible;
}
.fancybox-prev span{
	left: 0px;
}
.fancybox-next span{
	right: 0px;
}
.fancybox-nav{
	width: 75px;
	height: 100%;
}
