﻿/* CSS Document */


@font-face {
    font-family: 'CreteRoundItalic';
    src: url('/bootstrap/fonts/CreteRound-Italic-webfont.eot');
    src: url('/bootstrap/fonts/CreteRound-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bootstrap/fonts/CreteRound-Italic-webfont.woff') format('woff'),
         url('/bootstrap/fonts/CreteRound-Italic-webfont.ttf') format('truetype'),
         url('/bootstrap/fonts/CreteRound-Italic-webfont.svg#CreteRoundItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CreteRoundRegular';
    src: url('/bootstrap/fonts/CreteRound-Regular-webfont.eot');
    src: url('/bootstrap/fonts/CreteRound-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bootstrap/fonts/CreteRound-Regular-webfont.woff') format('woff'),
         url('/bootstrap/fonts/CreteRound-Regular-webfont.ttf') format('truetype'),
         url('/bootstrap/fonts/CreteRound-Regular-webfont.svg#CreteRoundRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
		/* changes background color and image */
	background-color: #FAFAF7;
	background-image: url(~/media/site/simmons/structure/SimmonsTextureBG.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment:fixed;
}


.smuFixedTop {
	/* changes default height of logo masthead */
height: 55px;
}

.navbar-fixed-top {
	/* changes height of masthead - Simmons logo is 3-line and needs more room */
    top: 55px;
}

.navbar-search .search-query {
		/* changes default color of search bar */
background-color: #FFF;
	border: 1px solid #CCC;
	color: #666;
}

.smuLogo .departmentName {
    color: #A9D1EA;
    font: 16px/18px 'CreteRoundREgular', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
	/*
position: relative;
    top: 7px;
*/
	margin-top:7px;
}



.navbar .nav > li > a {
 	/* customizes typeface of topnav links */
	font-family: 'CreteRoundRegular', Helvetica, Arial, sans-serif;
}
.departmentHomeTop {
	background-image:url(~/media/site/simmons/structure/HeaderDeptBG.png);
	background-repeat: no-repeat;
	background-position: left top;	
	margin: 0 -20px;
	width: 980px;
	border-top: 15px solid #CC0035;
		border-bottom: 15px solid #CC0035;
}

/*#titleWrapper img {
}

*/

#titleWrapper img {
    margin-bottom: 0px;
    /*margin: 0px;*/
    max-width: 980px;
    padding: 0;
}

#titleWrapper p.departmentName {
	/* Department name to go in banner at top */
	background-image: url(~/media/site/simmons/structure/HeaderGeneral.jpg);
	font: normal 36px/34px 'CreteRoundRegular', Helvetica, Arial, sans-serif;
	margin: 0 -20px;
	/*height: 63px;*/
	text-align: center;
	color: #FFF;
	padding: 20px 0;
	border-top: 15px solid #CC0035;
	border-bottom: 15px solid #CC0035;
}

#titleWrapper h1 {
	/* For page title */
		font-family: 'CreteRoundRegular', Helvetica, Arial, sans-serif;
		clear:both;
}

#smuContentWrapper {
	/* custom margin for slightly taller masthead */
	margin-top: 88px;	
	box-shadow: 0 0 15px rgba(1,1,1,.15);
}
 ul#footerListRight {
	/* since there are no links in right footer list, just an image, we get rid of bullets */
	list-style:none;	
}


.carousel-control {
	/*custom controls for default image carousel slider*/
  position: absolute;
	top: 92%;
	left: 15px;
	height: 13px;
width: 55px;
padding: 5px;
	margin-top: -20px;
	color: #777;
	font-size: 12px;	
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 600;
line-height: 12px;
	text-align: center;
background: #EEE; 
border: 1px solid #DDD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: .9;
	filter: alpha(opacity=90);
	
}

.carousel-control:hover {
	color: #CC0035;
	background: #DDD;	
}

td.social .glyph {
	color: #CC0035;
}

a.anchor {
    display: block;
    height: 85px;
    margin-top: -85px;
}

/* -------------------------------
   IE8 background color fix - BR
   ------------------------------ */

#smuFooter {
background-color: #EDEDE5;
}






/*keeps footer color across width of page in older versions of IE*/
.inside_footer .container-fluid  {
max-width:none;
padding-right:0;
padding-left:0;
}

/*centers footer content in older versions of IE*/
.inside_footer .container-fluid .row-fluid {
margin-left:auto;
margin-right:auto;
}

.MainstageImage {
width:100%
}

/* -------------------------------
   RESPONSIVE DESIGN 
   ------------------------------ */
 @media (max-width: 979px) {

.departmentMastheadImage {
		display: none;
}

.smuLogo .departmentName {
display: none;
}


#smuContentWrapper {
	margin-top: 0;	
}

.inside_footer .container-fluid .row-fluid {
width:940px;
}
 }
 
  @media (max-width: 767px) {




 #smuFooter #footerListRight {
    float: none;	
	text-align: center;
    width: 100%;
}


.carousel-control {
	top: 105%;	
}

.inside_footer .container-fluid .row-fluid {
width:100%;
}
}
/* -------------------------------
  SIDE NAVIGATION
   ------------------------------ */
.sidenav span {
    display: block;
    padding-left: 15px;
}
.sidenav p.selected a {
    color: #FFFFFF;
}
.sidenav .MenuLevel0 {
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
}
.sidenav .MenuLevel0 p {
    margin-bottom: 10px;
}
.sidenav .MenuLevel0 p a {
    color: #000000;
    display: block;
    padding-right: 5px;
}
.sidenav .MenuLevel0 p a:hover {
    background-color: #EEEEEE;
    text-decoration: none;
}
.sidenav .MenuLevel0 p.selected {
    background-color: #FFFFFF;
}
.sidenav .Menulevel0 p.selected a {
    color: #000000;
}
.sidenav .MenuLevel0 p.selected a:hover {
    background-color: #FFFFFF;
}
.sidenav .MenuLevel1 p {
    border-bottom: medium none;
    font-size: 13px;
    line-height: 1.4em;
    margin-bottom: 0;
    margin-left: -15px;
}
.sidenav .MenuLevel1 p a {
    color: #116FD6;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
}
.sidenav .MenuLevel1 p.selected {
    background-color: #14398A;
    color: #FFFFFF;
}
.sidenav .MenuLevel1 p.selected a {
    color: #FFFFFF;
}
.sidenav .MenuLevel1 p.selected a:hover {
    background-color: #14398A;
}
.sidenav .MenuLevel2 {
    /*border: 1px solid #CCCCCC;*/
    margin-left: -15px;
}
.sidenav .MenuLevel2 p a {
    padding-left: 30px;
}
.sidenav .MenuLevel3 p {
    margin-left: -30px;
}
.sidenav .MenuLevel3 p a {
    padding-left: 45px;
}
.sidenav .MenuLevel4 p {
    margin-left: -45px;
}
.sidenav .MenuLevel4 p a {
    padding-left: 60px;
}
.sidenav p.selected {
    background-color: #14398A;
}
.sidenav p.selected a:hover {
    background-color: #14398A;
}
.sidenav ul.nav {
    margin-left: 30px;
}
.sidenav ul li a {
    display: block;
    padding: 5px 15px;
}
.sidenav ul li.nav-header {
    text-transform: none;
}
.sidenav ul li.nav-header a {
    border-bottom: 1px solid #CCCCCC;
    color: #000000;
    font-family: 'Arvo',Helvetica,Arial,Verdana,sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
    padding-left: 0;
}
.sidenav ul li.active > a {
    background-color: #14398A;
}
.sidenav ul li.active > a:hover {
    background-color: #14398A;
}
.sidenav ul li ul {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    list-style: none outside none;
    margin-bottom: 5px;
    margin-left: -15px;
    margin-right: -15px;
}
.sidenav ul li ul li a {
    padding-left: 30px;
}
.sidenav ul li ul li a:hover {
    background-color: #EEEEEE;
    text-decoration: none;
}
.MenuLevel0 > p:nth-child(1) > a:nth-child(1) {
    color: #CC0035;
    font-weight: 200;
	font-family: 'CreteRoundRegular',Helvetica,Arial,sans-serif;
}
.sidenav [class^="icon-"]:before, [class*=" icon-"]:before {
padding-right: 6px;
}
.MenuLevel1 {
border: 1px solid #CCC;
}
.redTitle {
color: #CC0035;
font-weight: bold;
}