
/* CSS OVERWRITES FOR SCREEN.CSS STYLES */

#home #content {
	margin-bottom: 17px;
}

#home #col1 {
	position: relative;
	margin-top: -12px;
}

#home #col2 {
	width: 448px;
	position: relative;
	margin-top: 0px;
}

/* ============================================ */

#account-work #logged-in #account-nav { margin-top: -10px !important; }








/* FEATURED SLIDESHOW STYLES */

#featuredShow {
	width: 960px !important;
	height: 320px !important;
	margin: 0px 0px 17px 0px;
	z-index: 500;
	position: relative;
	overflow: hidden;
	background-color: black;
	clear:both;
}


#featuredShow #browse-prev {
	padding-right: 5px;
	background-image: url('//www.mica.edu/prebuilt/media/graphics/browse_prev.png');
	}
	
#featuredShow #browse-next {
	padding-left: 5px;
	background-image: url('//www.mica.edu/prebuilt/media/graphics/browse_next.png');
	}

#featuredShow .browse {
	position: absolute;
	z-index: 1000;
	top: 130px;
	display: block;
	width: 35px;
	height: 40px;
	background-color: rgba(0,0,0,0.1);
	color: white;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -8888px;
	overflow: hidden;
	transition:background-color 0.5s;
	-webkit-transition:background-color 0.5s;
}

#browse-prev {
	left: -40px;
	left: 0px;
}

#browse-next {
	right: -40px;
	right: 0px;
}

#browse-prev:hover {
	background-color: rgba(0,0,0,0.5);
}

#browse-next:hover {
	background-color: rgba(0,0,0,0.5);
}

#featuredSlides {
	width: 960px;
	height: 320px;
}

.slideContainer img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.slideImage {
	width: 960px;
	height: 320px;
	float: left;
}
	
.slideImage a {
	color: transparent;
	background-color: transparent;
	border: 0px solid white;
	padding: 0px;
	margin: 0px;
}
	
.slideImage a img {
	border: 0px solid white;
	margin: 0px;
	padding: 0px;
		width: 960px;
		height: 320px;
}

.slideNewsCategory {
	
	float: left;
	z-index: 600;
	position: absolute;
	
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	color: white;
	padding: 4px 6px 2px 6px;
	margin: 0px;
}


.slideNewsCategory a {
	text-decoration: none;
	color: white;
	width: 100%
	height: 100%;
padding: 4px;
}

.slideNewsCategory a:hover {
	color: #f2f2f2;
}
/* USING STYLES FROM NEWS TILES - CM DIDN'T LIKE SEMI-TRANS BG
.slideNewsCategory.Engagement {
	background-color: rgba(108, 179, 63, 0.6);
}

.slideNewsCategory.Connections {
	background-color: rgba(176, 96, 16, 0.6);
}

.slideNewsCategory.CreativeLeadership {
	background-color: rgba(217, 83, 30, 0.6);
}

.slideNewsCategory.EventsExhibitions {
	background-color: rgba(82, 82, 82, 0.6);
}

.slideNewsCategory.Innovation {
	background-color: rgba(82, 78, 134, 0.6);
}

.slideNewsCategory.Global {
	background-color: rgba(0, 147, 208, 0.6);
}

.slideNewsCategory.Juxta {
	background-color: rgba(250, 120, 20, 0.6);
}

.slideNewsCategory.VisitingArtists {
	background-color: rgba(117, 70, 36, 0.6);
}

.slideNewsCategory.custom {
	background-color: rgb(27, 174, 179);
}
*/

.slideText {
	width: 437px;
	margin: 0px;
	padding: 1em 1em 0em 18px;
	background-color: white;
	background-color: rgba(255,255,255,0.8);
	z-index: 700;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.slideText a {
	color: #032a4e;
	text-decoration: underline;

}

.slideText a:hover {
	color: #043d72;
}

.slideText p, .slideText a {
	line-height: 1.3em;	
	font-style: italic;
}




.slideOverlay {
	max-width: 300px;
	margin: 0px;
	padding: 1em;
	background-color: white;
	background-color: rgba(0,0,0,0.5);
	z-index: 700;
	position: absolute;
	color: white;
	/*border: 1px solid rgba(255,255,255,0.2);*/
}

.slideOverlayTitle {
	color: white;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0px !important;
}

.slideOverlayTitle a {
	color: white;
	text-decoration: none;
	font-size: 15px;
}

.slideOverlayDescription {
	font-size: 13px;
}

.slideOverlayDescription p {
	margin-bottom: 0.3em;
	color: white;
	font-size: 13px;
}

.slideOverlayDescription a {
	text-decoration: underline;
	color: white;
	font-size: 13px;
}

.slideOverlay.topRight {
	top: 6px;
	right: 46px;
}

.slideOverlay.bottomRight {
	bottom: 6px;
	right: 46px;
}

.slideOverlay.bottomLeft {
	bottom: 6px;
	left: 46px;
}

img.slideOverlayPlayButton {
    position: absolute;
    top: 110px;
    left: 420px;
    margin: 0px;
}




/* ============================================ */







/* FEATURED BLOCK STYLES */

#featuredBlock {
	width: 495px;
	float: left;
	z-index: 0;
	min-height: 308px; /*287px;*/
}

#featuredBlockNotch {
	width: 172px;
	height: 287px;
	float: right;
	background-color: white;
	margin: 0px;
}

#featuredBlockTitle {		
	padding: 3px 0 0 0;
}

#home #col1 #featuredBlockTitle h4 {
	margin: 0px;
	left: 0px;
	color: white;
}

#featuredBlockItemTitle {
	width: 311px;
	margin: 12px 0 0 11px;
}

#featuredBlockItemText {
	width: 280px;
	padding: 12px;
	margin: 0px;
}

	
	
/* ============================================ */







/* NEWS GRID STYLES */
	
#newsGrid {
	width: 495px;
	float: left;
	clear: both;
	background-color: rgb(247, 248, 240);
}

#newsGridHeader {
	background-color: rgb(227, 228, 196);
	padding: 3px 0 0 0;
}


#home #col1 #newsGridHeader h4 {
	margin: 0px;
	left: 0px;
	color: black;
}

#gridWrapper {
	width: 495px;
	margin: 15px 0 0 0;
	padding: 0 15px 0 0;
}

.gridTile {
	width: 225px;
	height: 275px;
	float: left;
	margin: 0 0 15px 15px;
	border-bottom: 2px white solid;
}

.gridTileImage {
	width: 225px;
	float: left;
}

.gridTileTitle {
	margin: 0 0 4px 0;
	padding: 0px;
	float: left;
	clear: both;
}

#home #col1 .gridTileTitle h2 a {
	font-size: 16px;
	line-height: 1.2em;
}

.gridTileText {
	width: 225px;
	clear: both;
}

.gridTileText a {
	color: #032A4E;
}
	
/* ============================================ */



.leftColClear {
	height: 17px;
	width: 100%;
	clear: both;
}

	
/* ============================================ */







/* RIGHT COLUMN ITEM STYLES */	

.rightColItem {
	width: 448px;
	float: left;
	margin-bottom: 24px;
}

.rcItemText p {
	margin-bottom: 0.7em;
}

div#homeMicaInNews a {
	font-weight: bold;
}

#homeMicaInNews {
	clear: both;
}

#homeMicaInNews a {
	font-weight:bold;
}

/* ============================================ */	










/* Updates to News Tiles 01/2015 by JMC */

.NewsTileCategory {
	position: absolute;
	max-width: 178px;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	padding: 3px 8px 2px 8px;
	margin: 10px 0 0 0px;
	background-color: white;
}

.Engagement {
	background-color: rgb(108, 179, 63);
}

.Connections {
	background-color: rgb(176, 96, 16);
}

.CreativeLeadership {
	background-color: rgb(217, 83, 30);
}

.EventsExhibitions {
	background-color: rgb(82, 82, 82);
}

.Innovation {
	background-color: rgb(82, 78, 134);
}

.Global {
	background-color: rgb(0, 147, 208);
}

.Juxta {
	background-color: rgb(250, 120, 20);
}

.Commotion {
	background-color: rgb(255, 96, 87);
}

.VisitingArtists {
	background-color: rgb(117, 70, 36);
}

.NewsTileCategory a {
	text-decoration: none;
	color: white;
}

.NewsTileCategory a:hover {
	color: #f2f2f2;
}

.TilePlayButtonOverlay {
	position: absolute;
	margin: 56px 0 0 83px;
}


/* START MICA Homepage Edits Ingeniux SeanC  */
body{background:#fff url(../../images/pattern_tile_10k.png);height: 100%;}
#pageBG {background-color: white;width: 1000px;height: 100%;position: absolute;}
/* #home #header-wrap{background:#FAFBF1} */
#header-wrap {z-index: 9499 !important;}




/* Main Nav Banner Styles moved to screen.css by JC 07/10/2015 */



/* Added following Footer CSS to main screen.css file - Ingeniux Support 08/19/2015 */

#footerwrap {width: 940px; margin: 0 auto; clear: both; overflow: hidden;}
#footer {width: 100%;}
#footer{margin-bottom:-16px;padding-left:0;padding-right:0;}
#footer-logo {position: relative; float: none;width: initial; margin: -10px 0 25px -10px;}
#footer .footerboxRight {float: right; position: relative;}
#footer .footerboxLeft {float: left; position: relative;}
#footer #footer-links {margin: 0;}
#footer .adr {margin: 0; padding: 0;}
#footerwrap > div.footerboxRight:nth-of-type(3) {margin-right: 40px;}
#copyright {top: 10px; float: none; width: initial;}
#social-media {position: absolute; float: none;width: initial; left: 0;}
#map {position: relative; left: auto;}

/* Start Fresh */
#home #account-work{background:none;margin:0 auto;padding:0;width:960px;height:272px;}
#home #account-work .login-box{height:22px;position:absolute;right:0;top:0;width:440px;z-index:3;}
div.gallery-tabs{overflow:hidden;position:absolute;top:84px;right:0;width:440px;z-index:2;}
div.gallery-tabs ul.tabnav{list-style:none;margin:0;overflow:hidden;}
div.gallery-tabs ul.tabnav li{float:left;}
div.gallery-tabs ul.tabnav li a{color:#888;white-space:nowrap;text-decoration:none;}
div.gallery-tabs ul.tabnav li.active a{color:#666;text-decoration:underline;}
div.gallery-tabs ul.tabnav span.bull{float:left;margin:0 10px;}
div.gallery-tabs ul.tabnav span.bull:after{content:"\2022";font-size:12px;line-height:15px;}
div.tabwrap div.tab{left:0;position:absolute;top:0;z-index:-1;width:100%;}
div.tabwrap div.tab.show{z-index:1;}
div.slider{left:0;position:absolute;height:363px;width:495px;}
div.slider ul.slides li{position:relative;}
div.slider ul.slides li span.caption{
	background:url(../../images/screen/piece-name-bg.png) repeat 0 0;
	color:#fff;
	display:block;
	font:10px Helvetica, Arial, sans-serif;
	left:0;
	letter-spacing:0.1em;
	padding:5px 10px;
	position:absolute;
	text-decoration:none;
	text-transform:uppercase;
	top:0;
	width:475px;
	z-index:2;
}
div.slider ul.slides li img.play{
	height:100px;
	left:50%;
	margin:-50px 0 0 -50px;
	position:absolute;
	top:35%;
	width:100px;
	z-index:2;
}
div.carousel{position:absolute;right:-10px;top:176px;z-index:1;width:464px;}
div.carousel li{cursor:pointer;padding:0 10px;position:relative;width:116px;}
div.carousel li img{position:relative;z-index:-1;}
div.carousel ul.flex-direction-nav{left:0;position:absolute;text-align:center;top:-30px;width:464px;}
div.carousel ul.flex-direction-nav li{display:inline;}
div.carousel ul.flex-direction-nav li a{color:#4b4b4b;font-size:16px;outline:none;padding:5px 78px;text-decoration:none;}
div.carousel ul.flex-direction-nav li a.flex-prev:after{content:"\f177";font-family:FontAwesome;}
div.carousel ul.flex-direction-nav li a.flex-next:after{content:"\f178";font-family:FontAwesome;}
div.carousel li.flex-active-slide:before{
	background:url(../../images/screen/piece-highlight.png) no-repeat 0 0;
	content:" ";
	display:block;
	height:96px;
	left:10px;
	position:absolute;
	top:0;
	width:96px;
	z-index:9;
}
#loginForm{display:none;top:50px;}
/* STOP MICA Homepage Edits Ingeniux SeanC  */

/* ADDED for REFRESH 06/2016 by JC */

.bg_teal {background-color: #89c5b9;}
.bg_brick {background-color: #723600;}
.bg_basegray {background-color: #57585a;}
.bg_tan {background-color: #ba8646;}
.bg_canary {background-color: #d2bb1b;}
.bg_oriole {background-color: #f7af42;}
.bg_raven {background-color: #543e6b;}
.bg_blackbird {background-color: #3d3b36;}
.bg_sparrow {background-color: #654825;}
.bg_cardinal {background-color: #9a2c26;}

#announcementWrapper {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	font-family: helvetica, arial, sans-serif;
}

#announcementAreaTitle {
	float: left;
	margin-right: 0px;
	width: 125px;
	font-size: 36px;
	padding: 0px;
	color: #58585a;
	font-weight: bold;
}

#announcementText {
	float: left;
	padding: 10px;
	font-size: 18px;
	width: 815px;
	background-color: #adf7e7;
	color: #58585a;
}

#announcementText a {
	color: inherit;
	text-decoration: none;
}

#announcementText a:hover {
	text-decoration: underline;
}

#announcementText a::after {
	content: " \BB";
}

#actionButtonsWrapper {
	display: block;
	clear: both;
}

.actionButton {
	width: 240px;
	float: left;
	margin: 0px 15px 15px 0px;
}

.actionButton:nth-child(2n+2) {
	margin-right: 0px;
}

.actionButton a {
	background-color: blue;
	height: 100%;
	display:block;
	padding: 12px 4px 12px 4px;
	text-decoration: none;
}


.actionButton:nth-child(3n+1) a {
	background-color: #89c5b9;
}

.actionButton:nth-child(3n+2) a {
	background-color: #ba8646;
}

.actionButton:nth-child(3n+3) a {
	background-color: #723600;
}

.actionButton a:hover {
	background-color: #57585a;
}

#col1 .actionButton h3 {
	border-bottom: 0px solid white;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	text-transform: none;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0em;
}

#numberTilesWrapper {
	display: block;
	clear: both;
}

#home #col1 #numberTilesWrapperTitle {
	margin-bottom: 15px;
}

.numberTile {
	width: 155px;
	float: left;
	margin: 0px 15px 15px 0px;
	padding: 0px;
}

div.numberTile:nth-of-type(3n+3) {
	margin-right: 0px;
}

div.numberTile:nth-of-type(4n+1) {
	background-color: #9a2c26;
}

div.numberTile:nth-of-type(4n+2) {
	background-color: #543e6b;
}

div.numberTile:nth-of-type(4n+3) {
	background-color: #f7af42;
}

div.numberTile:nth-of-type(4n+4) {
	background-color: #654825;
}

.numberTile a {
	display:block;
	padding: 0px;
	text-decoration: none;
}

.numberTile a:hover {
	background-color: gray;
}

.numberTileContentWrapper {
	display: block;
	padding: 24px 6px 18px 6px;
}

#col1 .numberTile h3 {
	border-bottom: 0px solid white;
	text-align: center;
	color: #ffffff;
	font-size: 52px;
	padding: 0px;
	margin: 0px 0px 6px 0px;
	letter-spacing: 0em;
}

#col1 .numberTile p {
	text-align: center;
	color: #ffffff;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	margin: 0px;
	font-size: 14px;
}

.numberTileRowClear {
	width: 100%;
	clear: both;
	display: block;
}

.leftColumnBlock {}

.leftColumnBlockTitle {}

.leftColumnBlockContent {}

#lw ul {
	margin-left: 0px;
	padding-left: 0px;
}

/* END STYLES for REFRESH 06/2016 by JC */