/* 
This is the section css for
Nutrition 
*/

/* GENERAL USE */

#home-content .grid9{
	padding-right: 20px;
}

#home-content .wide{
	width: 100%;
}
#home-content #home .btn{
	width: 100%;
}
#home-content .grid3, #home-content .grid6, #home-content .grid4{
	padding-right:20px;
}

#home-content .greyBack{
	background-color: #EEE; 
	padding: 10px;
}
#home-content .imgRight{
	float: right;
	padding-left: 10px;
}
#home-content .imgLeft{
	float: left;
	padding-right: 10px;
}
#home-content .imgCenter{
	display: block;
	margin: 0 auto;
}

/** custom side menu html **/
#home-content #diContact a{
	display: inline;
	padding: 0;
	text-decoration: underline;
	color: #763775;
	font-weight: normal;
}
#home-content #diContact a:hover{
	border: none;
}


/* HOME */

#home-content #home .grid8{
	padding-right: 15px;
}

#home-content #home h3{
	margin-top: 5px;
}

/* GRAD */
#home-content #grad .grid4{
	padding-left: 5px;
	padding-right: 5px;
}

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

#home-content #undergrad .row-responsive{
	margin: 0;
}

/* ALUMNI */

#home-content .syncContentSlides{
	overflow: hidden;
}

#home-content .contentHolder{
	overflow: hidden;
}
#home-content .syncContentSlides img{
	display: block;
	margin: 0 auto;
}
#home-content .syncContentSlides .slides li .grid4 {
    padding-right: 10px
}
#home-content .syncImgSlides{
	max-width: 1280px;
	display: block;
	margin: 0 auto;
}
#home-content .syncImgSlides img:focus{
	border: 3px solid #ff0000;
}
#home-content .syncImgSlides .slides li {
    padding: 20px 5px 0px 5px;
    cursor: pointer;
}
#home-content .syncImgSlides .flex-direction-nav li a{
	background-color: transparent;
	width: 25px;
}
#home-content .syncImgSlides .syncSelected{
	border-bottom: 10px solid #763775;
}
#home-content .syncImgSlides .syncUnselected{
	border-bottom: 0px;
}
#home-content .syncContentSlides .flex-prev{
	background-image: url("../images/newPreviousBtn.png");
	/*background-size: 100px 500px;*/
}
#home-content .syncContentSlides .flex-next{
	background-image: url("../images/newNextBtn.png");
	/*background-size: 100px 500px;*/
}

.slides{list-style-type: none;}
html.collegeTemplate .slides li{
	margin: 0;
}
[id*="CollegeTemplateSlideshow"]{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.secondarySlider{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
.flex-viewport{
	overflow: visible !important;
}
.flex-viewport:before{
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}
/** direction nav **/
.flex-prev{
	background: url('../images/prev.png');
	background-repeat: no-repeat;
	background-size: 50px 50px;
}
.flex-next{
	background: url('../images/next.png');
	background-repeat: no-repeat;
	background-size: 50px 50px;
}
.flex-direction-nav li a{
	margin: 0;
	top: 0;
	width: calc(50% - 1280px/2);
	min-width: 50px;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	background-position: center;
}
.flex-direction-nav li:first-of-type a{
	left: 0;
}
.flex-direction-nav li:last-of-type a{
	right: 0;
}
.flex-next:hover, .flex-prev:hover{
	background-position: center;
}
/** control nav **/
.flex-control-nav{
	bottom: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	max-width: 1280px;
}
.flex-control-paging li a{
	background-color: #FFF;
	box-shadow: 0 0 1px rgba(0,0,0,.5);
	border-radius: 100%;
	margin: 0 5px;
}
.flex-control-paging li a.flex-active{
	background-color: #D9AA2B;
}


html.collegeTemplate .slides{
	max-width: none;
}

/* FACULTY */

#home-content .staffBorder {
    border-bottom: 1px dotted #ddd;
    display: block;
    height: 5px;
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

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

#home-content #fac .grid3 img{
	width: 100%;
}

#home-content #fac .grid9{
	padding-left: 10px;
}

#home-content #fac .row-responsive{
	margin: 0;
}
#home-content #fac ul{
	list-style-type: none;
	margin: 5px 0;
	padding: 5px 0;
}

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

#home-content #links 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;}

/*SIDE MENU*/
#home-content .sideLinks{
    margin-top: 0px;
    padding-right: 20px;
}
#home-content .sideLinks .grid12{
    background-color: #EEE;
    margin-bottom: 5px;
	 margin-top: 5px;
}
#home-content .sideLinks a{
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #575757;
    font-weight: bold;
    padding-left: 13px;
}
#home-content .sideLinks .subSideLink{
    font-size: .9em;
    padding: 0px 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 .sideLinks .btnMain{
	color: #FFF;
}
#home-content .hideMenu{
	display: none;
}
