 /* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { /*font-family: sans-serif; color: #222;*/ }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 */

::-moz-selection{ background: #00C6E0; color:#fff; text-shadow: none; }
::selection { background:#00C6E0; color:#fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px dotted #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

#s4-workspace img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
th { height:2.5em;}



/* ==|== primary styles =====================================================
   Author: RIC Web Communications
   ========================================================================== */

/* FireFox bicubic rendering force fix attempt */

/*img {
	image-rendering:optimizeQuality; 
	-ms-interpolation-mode:bicubic;
}*/


body, select, input, textarea {
  color: #444;
  font-family: Arial, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 { 
	font-weight: bold; 
	voice-family: male;
	voice-pitch: -20Hz relative;
	/*font-family:Times, "Times New Roman", Georgia, serif;*/
	/*text-transform:uppercase;*/
	/*margin-top:0.5em;*/
	margin-bottom:0.5em;
}

h1, .ms-rtestate-field h1,
h2, .ms-rtestate-field h2,
h3, .ms-rtestate-field h3,
h4, .ms-rtestate-field h4,
h5, .ms-rtestate-field h5,
h6, .ms-rtestate-field h6
 {
    color: #444444;
}

a, a:active, a:visited { color: #554c41; }
a:hover { color: #7c0019; }


blockquote {
	border-left: none;
}

blockquote p {
	font-size:100%;
}

p {
	margin:9px 0 9px 0;
}

input, textarea {
	width: auto;
}

select {
	width: auto;
}


/**************************************************************************************************************************
 Advisory Box
**************************************************************************************************************************/
.no-js #advisorybox {
	display:block;
}

#advisorybox {
	/*display:none;*/
	background: #f8be23;
	/* min-width:960px;
	margin:0 auto;*/
	width:100%;
	min-height:30px;
	padding:0;
	/*position:relative;*/
	/*top:0;*/
	z-index: 500;
	/*border-bottom:1px solid #eaeaea;*/
	/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-size:123.1%;
	font-weight: bold;
	color: #5E3810;
}

#advisorybox a {
	color:#5E3810;
}

#advisorybox p {
	text-align:center;
	padding: 5px 0 5px 0;
	margin:0;
}

#advisorybox a:hover {
	color:#000;
}

.no-js #advisorybox_close {
	display:none;
}

#advisorybox_close {
	float:right;
	z-index:501;
	margin:0; padding:0;
	background: #E1AC20;
	cursor:pointer;
	display:block;
	font-size:108%;
	width:30px;
	height:30px;
	background: url('../images/button_closeAdvisory.jpg') no-repeat;
}

#advisorybox_close:hover {
	background-position: bottom;
}

#advisorybox_reopen {
	float:right;
	z-index:499;
	position:absolute;
	right:0;
	top:0;
	background: #F4BD6E;
	width:24px;
	height:24px;
	cursor:pointer;
	background: url('../images/icon_exclamation_24px.png') no-repeat;
}

.no-js #advisorybox_reopen {
	display: none;
}


#advisorybox_close a {
	text-decoration:none!important;
}

#advisorybox {
	width:100%;
	z-index: 500;
	font-size:123.1%;
	font-weight: bold;
	color: #5E3810;
	padding:0;
	margin:0;
}

#advisorybox_close, #advisorybox_reopen {
	display: none;
}

.advisorycontainer {
	background: #f8be23;
	border-bottom:1px solid #222;
	padding:0;
	margin:0;
	min-height:none;
}

.lt-ie9 .advisorycontainer {
	line-height:auto!important;
	margin-top:0!important;
	margin-bottom:0!important;
	padding:0!important;
}

/*
.lt-ie8 .advisorycontainer, .lt-ie9 .advisorycontainer > .container, .lt-ie9 .advisorycontainer > .container > .row, .lt-ie9 .advisorycontainer > .container > .row > .span12 {
	min-height:0;
	padding:0!important;
	margin:0!important;
	line-height:auto!important;
}
*/




/**************************************************************************************************************************
 Header "Audience" bar (students, parents, etc.)
**************************************************************************************************************************/

.audienceWrapper {
	background: #444;
	border-bottom: solid 1px rgba(255, 255, 255, .5)
}
.audienceHeader {
	/*width:940px!important;*/
	/*display:table-cell;
	vertical-align: middle;*/
	/*margin:0 auto;*/
	padding-top:8px; /* vertical centering for desktop */
	padding-bottom:8px;
	/*color:#fff;*/
}

.audienceHeader a{
	color: #f4f4f4;
	/*color:#f9e677!important;*/
	text-shadow:0px 1px 3px #000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 85%;

}

.audienceHeader a:hover {
	color:#fbe675;
}

/*#giveNow {
	position: relative;
	top:30px;
	margin:-40px;
	margin-right:-10px;
}*/

#appendedInputButton {
	width:150px;
	height:16px;
	border: 0;
	border-right:1px solid #aaa;
}

#button_headerSearch {
	/*height:16px;
	width:16px;*/
	border:0;
	height:24px;
}




/**************************************************************************************************************************
 RIC 2013 header styling (buttons, UI in header bar)
**************************************************************************************************************************/


div.headerSearch {
    margin-top:25px;
}

button.icon-search {
    padding:0px!important;
}

.headerSubmit {
    padding:3px 5px!important;
    border: none;
}


/**************************************************************************************************************************
 President's Welcome (pre-2013) / Corner (2013)
**************************************************************************************************************************/
.presIcon {
	margin-right: 8px;
	float: left;
	height: 32px;
	width: 32px;
	border:1px solid #aaa;
}


table.presCornerButtons tr td{
	width:101px;
}


#RICNews hr {
  margin:0 0 8px 0;
}

#RICNews hr:last-of-type {
	display: none;
}

h2.ricFacts {
  background:#ccc!important;
  border-bottom: none!important; /*Overrite feature Column Style */
}

.eventtitle p {
	margin-top:0;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * */ 
/* 				Feature Column Styles 				 */
/* * * * * * * * * * * * * * * * * * * * * * * * * * */ 
.featureColumn {
	/* margin-top:5px; */
    margin-top: 0;
	margin-left:6px; /* for ribbon */
    padding:5px;
	position:relative;

    border:1px solid #ccc;
	background: #f4f4f4;

	/*background: url('/test/newhomepage../images/grey.png');*/ 
	
	/*-webkit-box-shadow: 0 8px 6px -6px #333;
	   -moz-box-shadow: 0 8px 6px -6px #333;
	        box-shadow: 0 8px 6px -6px #333;*/
}

.lt-ie8 .featureColumn {
	position:relative!important;
}

.featureColumn h3{
	font-size:108%;
	color:#786E53;
	margin:0;
	line-height:1.3;
}
.featureColumn h4 {
	color:#7C0019;
	line-height:1.2;
	font-size:100%;
}
.featureColumn h5 {
	line-height: 100%;
}
.featureColumn p {
    padding-left: 10px;
    font-size: 93%;
}
/* visible non-desktop */
.featureColumn h2{
	/*color:#fff!important;*/
	/*background:#7f0102!important;*/
    /*background: #ccc!important;*/

/*	Commented out 1/25/2013
	
    background:#444; 
    outline: solid 1px #444;
    padding: 3px 5px;
	margin:0 0 .5em 0;
    width: 100%;
    position: relative;
    top: -5px;
    left: -5px;
    text-align:center;
	font-size:115%;
	line-height:1.5;
	text-transform: uppercase; */

	border-bottom: solid 5px #ccc;
	padding:5px;
	margin: 0 0 .5em 0;
	text-align: center;;
	font-size: 115%;
	line-height: 1.5;
	text-transform: uppercase;
	width: 100%;
	position: relative;
	left: -5px;
	top: -5px;
}
.featureColumn h2 a {
/*	Commented out 1/25/2013

  color:#fff;
  text-decoration:none; */
  color: #660000;
  text-decoration: none;
  display: block;
  }
.featureColumn h2:hover {
	background-color: #ccc;
}

.featureColumn ul {
	list-style-image: url('../images/li_arrow.png');
	padding-left: 20px;
}
.featureColumn hr {
	margin: 8px 0;
}

.last_paragraph {
	margin-bottom:20px;
}

.more {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0px 8px 5px 0px;
	margin-top:50px;
	font-variant: small-caps;
	letter-spacing: 1px;
	font-weight: bold;
	width: 100%;
	text-align: right;
}

h2.spotlight {
	border:none;
	padding-bottom:0;
	margin-bottom:0!important;
}
h2.spotlight a {
	border:none;
	padding:none;
	margin:none;
	text-transform:none;
}
img.spotlight {
  margin-bottom:.5em;
}
div.spotlight {
  padding:0px;
	min-height:340px;
}
.spotlight p {
  padding:.5em 1em;
}

a.title {
  font-weight:bold;
  font-size:108%;
  text-align:center;

}

/**************************************************************************************************************************
 Ribbon headers
**************************************************************************************************************************/
 .ribbon-wrapper {
	position: relative;
	left:-6px;
	margin-bottom:.5em;
	text-align:center;
}
  .ribbon-front {
	width: 215px; /* width for full ribbon wrap is 226px */
	position: relative;
	left:-5px;
	z-index: 2;
	overflow:hidden;
}

  .ribbon-front a{
	color:#fff;
	display:block;
	text-decoration:none!important;
}

  .ribbon-front h4{
	padding:.5em;
	color:#fff;
	font-size:108%;
}
  .ribbon-edge-topleft,
  .ribbon-edge-topright,
  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	position: absolute;
	z-index: 1;
	border-style:solid;
	height:0px;
	width:0px;
}

  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	top: 32px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-bottomleft {
	left: -5px;
}

  .ribbon-edge-topleft {
	top: 0px;
	border-width: 0px 5px 0 0;
}
  .ribbon-edge-bottomleft {
	border-width: 0 5px 5px 0;
}

  .ribbon-edge-topright,
  .ribbon-edge-bottomright {
	left: 216px;
}

  .ribbon-edge-topright {
	top: 0px;
	border-width: 0px 0 0 5px;
}
  .ribbon-edge-bottomright {
	border-width: 0 0 5px 5px;
}

  .ribbon-back-left {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 0px;
	height: 32px;
		z-index: 0;
}

  .ribbon-back-right {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 0px;
	height: 32px;
		z-index: 0;
}

/*******************/
/** RIBBON COLORS **/
/*******************/

#red div.ribbon-front {
	background-color: #660000;	height: 32px;
}
#red div.ribbon-edge-bottomright {
	border-color: transparent transparent transparent #330000;
}
#red div.ribbon-edge-topright {
	border-color: transparent transparent transparent #330000;
}
#red div.ribbon-edge-bottomleft {
	border-color: transparent #330000 transparent transparent;
}
#red div.ribbon-edge-topleft {
	border-color: transparent #330000 transparent transparent;
}
#red div.ribbon-front{
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.85);
	-khtml-box-shadow: 0px 1px 1px rgba(0,0,0,0.85);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.85);
	-o-box-shadow: 0px 1px 1px rgba(0,0,0,0.85);
}

#gold div.ribbon-front h4 {
		/*color: #4e0727!important;*/
		color: #660000;
}
#gold div.ribbon-front {
	background-color: #cca965;	
	height: 32px;
}
#gold div.ribbon-edge-bottomright {
	border-color: transparent transparent transparent #936d26;
}
#gold div.ribbon-edge-topright {
	border-color: transparent transparent transparent #936d26;
}
#gold div.ribbon-edge-bottomleft {
	border-color: transparent #936d26 transparent transparent;
}
#gold div.ribbon-edge-topleft {
	border-color: transparent #936d26 transparent transparent;
}
#gold div.ribbon-front{
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 1px 3px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.55);
	-o-box-shadow: 0px 1px 3px rgba(0,0,0,0.55);
}
/*********************/
/** EXPANDED HEADER **/
/*********************/

.double-height div.ribbon-edge-bottomleft {
	top: 48px;
}
.double-height div.ribbon-edge-bottomright {
	top:48px;
}
.double-height div.ribbon-front{
	height: 48px!important;
}

.triple-height div.ribbon-edge-bottomleft {
	top: 64px;
}
.triple-height div.ribbon-edge-bottomright {
	top:64px;
}
.triple-height div.ribbon-front{
	height: 64px!important;
}



/**************************************************************************************************************************
 Event feeds and features
**************************************************************************************************************************/

/* Equal height columns courtesy One True Layout: http://www.positioniseverything.net/articles/onetruelayout/examples */
.eventwrap {
   display:inline-block; 
   width:100%;
    overflow: hidden; /* This hides the excess padding in non-IE browsers */
}

.eventwrap:after {
  content: ''; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.eventwrap {
  display: inline-block;
}

/*\*/
.eventwrap {
  display: block;
}

.eventtime {
  float:left; 
  width:39%; 
  padding:0 0 0 0%; 
  height:100%;
}

.eventtitle {
  float:right; 
  width: 120px; 
  padding:0; 
  min-height:30px;
}
/*.eventtitle {
  float:left; 
  width: 58%; 
  padding:0 0 0 3%; 
  min-height:30px;
}*/
.event {
	text-align:center;
	width:40px;
	height:40px;
	/* background: #4d6680; */
	background: #a69985;
	color:#fff;
	float: left;
	margin-right:10px;
	font-weight: bold;
	line-height:1.5em;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	overflow:hidden;
}





h3.align-bottom, h3.alignbottom, h3.alignBottom, h3.AlignBottom {
	position:absolute;
	bottom:0;
	left:0;
	width:202px;
	margin:0 3px 3px 3px;
	padding:5px;
	background:#eaeaea;
	/*font-family: sans-serif;*/
	font-size:93%;
	text-align:center;
	text-decoration:underline;
	-webkit-transition: all 300ms ease-in 0ms; /* property duration timing-function delay */
	-moz-transition: all 300ms ease-in 0ms;
	-o-transition: all 300ms ease-in 0ms;
	transition: all 300ms ease-in 0ms;

}

h3.align-bottom:hover, h3.alignbottom:hover, h3.alignBottom:hover, h3.AlignBottom:hover {
	background:#f5f5f5;
	color:#ff0000;
}

p.headlines {
	/*margin-top:0;*/
}


.detailColumn {
	width: 460px; 
	float:left;	
	min-height:250px;
}

.detailColumn ul {
	padding:0;
	margin-bottom:10px;
}

.detailColumn hr {
	margin: 0 0 5px 0;
}

.timestamp {
	text-align:center;
	font-style:italic;
	font-size:85%!important;
	margin-bottom:10px;
	color: #777;
}

.timestamp_homepage {
	width:100%;
}




/**************************************************************************************************************************
 Royalslider animated blocks
**************************************************************************************************************************/

	#slider-with-blocks-1 {
	  width: 700px;
	  height: 350px;
	}
	.rsContent {
	  color: #FFF;
	  font-size: 24px;
	  line-height: 32px;
	  float: left;
	}
	.bContainer {
	  position: relative;
	}
	.rsContent a {
		color:#fff!important;
		text-decoration:none;
	}
	.rsContent a:hover {
		color:#fff!important;
	}
	.rsContent a:visited {
		color:#fff!important;
	}
	.rsABlock {
	  display: block;
	  left: auto;
	  top: auto;
	}
	.blockHeadline {
	  line-height: 50px;
	}
	.blockSubHeadline {
	  line-height: 40px
	}
	.txtCent {
	  text-align: center; 
	  width: 100%; 
	}

	.slide4 .bContainer {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  top: 0px;
	}
	.photoCopy {
	  position: absolute;
	  line-height: 24px;
	  font-size: 12px;
	  background: black;
	  color: white;
	  background-color: rgba(0, 0, 0, 0.75);
	  padding: 0px 10px;
	  position: absolute;
	  left: 12px;
	  bottom: 12px;
	  top: auto;
	  border-radius: 2px;
	  z-index: 25;
	}
	.photoCopy a {
	  color: #FFF;
	}
	
/**************************************************************************************************************************
 Royalslider RIC preset stylings
**************************************************************************************************************************/
	
/* * * * * * * * * * * * * * * * * * * * * * * */
/* 			   Caption Positioning             */
/* * * * * * * * * * * * * * * * * * * * * * * */
.caption-top-left {
/*  |  x  |     |     |  
    |     |     |     |
    |     |     |     | */
	right: 51%;
	top: 5%;
	min-width:49%;
	margin-bottom: 5px;
	text-align: right;
	padding-right:.5em;
	z-index:0;
}
.caption-left {
/*  |     |     |     | 
    |  x  |     |     |
    |     |     |     | */
	right: 51%;
	min-width:49%;
	top: 50%;
	margin-bottom: 5px;
	text-align: right;
	padding-right:.5em;
	z-index:0;
}
.caption-bottom-left {
/*  |     |     |     | 
    |     |     |     |
    |  x  |     |     | */
	right: 51%;
	min-width:49%;
	top: 80%;
	margin-bottom: 5px;
	text-align: right;
	padding-right:.5em;
	z-index:0;
}
.caption-top-right {
/*  |     |     |  x  | 
    |     |     |     |
    |     |     |     | */
	left: 51%;
	top: 5%;
	min-width:49%; 
	margin-bottom: 5px;
	padding-left:.5em;
	z-index:0;
}
.caption-right {
/*  |     |     |     | 
    |     |     |  x  |
    |     |     |     | */
	left:51%;
	top: 50%;
	min-width:49%;
	margin-bottom: 5px;
	padding-left:.5em;
	z-index:0;
}
.caption-bottom-right {
/*  |     |     |     | 
    |     |     |     |
    |     |     |  x  | */
	left: 51%;
	top: 70%;
	min-width:49%;
	margin-bottom: 5px;
	padding-left:.5em;
	z-index:0;
}

/** Caption offsets **/
.offset-left {
	margin-left:2em;
}
.offset-right {
	margin-right:2em;
}
.offset-top {
	margin-top:2.5em;

}


/** text background style**/
.bg {
	padding:.5em;
}
.rounded-right {
	border-top-right-radius:1em;
	border-bottom-right-radius:1em;
}
.rounded-left {
	border-top-left-radius:1em;
	border-bottom-left-radius:1em;
}
.rounded {
	border-radius:1em;
}
.slight-rounded-right {
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.slight-rounded-left {
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.slight-rounded {
	border-radius:5px;
}
/* * * * * * * * * * * * * * * * * * * * * * * */
/* 				      Colors                   */
/* * * * * * * * * * * * * * * * * * * * * * * */

.bg_red	{
	background:rgba(116, 0, 0, .9);
}
.bg_orange {
	background:rgba(233, 144, 61, .9);
}
.bg_yellow {
	background:rgba(255, 228, 120, .9);
}
.bg_green {
	background:rgba(21, 164, 8, .9);
}
.bg_blue {
	background:rgba(60, 107, 179, .9);
}
.bg_purple {
	background:rgba(96, 6, 77, .75);
}
.bg_pink {
	background:rgba(249, 134, 190, .75);

}
.bg_brown {
	background:rgba(137, 78, 0, .75);
}
.bg_black {
	background:rgba(0, 0, 0, .6);
}
.bg_white {
	background:rgba(255, 255, 255, .6);
}
.bg_gold	{
	background:rgba(181, 151, 89, .9);
}

.darkText {
	color:#333;
}
/* * * * * * * * * * * * * * * * * * * * * * * */
/* 				  Table Styles                 */
/* * * * * * * * * * * * * * * * * * * * * * * */
.rsContent table{
	width:100%;
	font-size:13px;
	color: #fff;
	text-shadow:none;
	line-height:1;
	background:rgba(0, 0, 0, .5);
	border:solid 1px rgba(255, 255, 255, .75);
}
.rsContent table td{
	padding: 0 3px;
	border:solid 1px rgba(255, 255, 255, .25);
	padding:3px;	
	vertical-align:middle;
}

/**************************************************************************************************************************
 Royalslider general stylings
**************************************************************************************************************************/

.royalSlider {
  width:700px;
}

.topLeft {
  left: 0;
  top: 10px;
  position: absolute;
}

.topCenter, .topMiddle {
  left: 50%!important;
  top: 10px;
  position: absolute;
}

.topRight {
  right: 0;
  top: 10px;
  position: absolute;
}

.bottomLeft {
  left: 1%;
  bottom: 5px;
  position: absolute;
}

.bottomCenter, .bottomMiddle {
  left: 50%;
  bottom: 0;
  position: absolute;
}

.bottomRight {
  bottom: 0;
  right:.5em;
  position: absolute;
}

/* Responsive fixes */

.contentSlider {
  width: 100%;
  height:auto;
}
.contentSlider .rsSlide,
.contentSlider .rsOverflow {
  background: #fff
}
.contentSlider h3 {
  font-size: 24px;
  line-height: 31px;
  margin: 12px 0 8px;
  font-weight: bold;
}
.contentSlider img {
  max-width: 100%;
  height: auto;
  display: block;
}
.content-slider-bg {
  width: 86%;
  padding: 24px 7%;
  background: #eee;
}

.homepage-slider-container .ms-webpart-zone,
.homepage-slider-container .ms-webpartzone-cell,
.homepage-slider-container .ms-webpart-chrome-vertical {
    display:block;
    width: 100% !important;
}
	
/** END ROYALSLIDER STYLES **/




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* End merged additions										 */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* RIC Customizations (*_ric.css files)
 * Separated from bootstrap CSS for ease of maintenance in implementing Bootstrap revisions.
 * Modifications to base bootstrap files: 
 * 		bootstrap-responsive: 1200px responsive variant removed for fewer breakpoints/flavors. 960, 768, and mobile solely supported.
 * @author: RIC Web Communications
 */


  #s4-workspace img.spotlight {
        width: 100%;
    }
/*
p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
*/

a {
	text-decoration:underline;	
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * */ 
/* 			  Dropdown and Main Navigation 		     */
/* * * * * * * * * * * * * * * * * * * * * * * * * * */ 
.navbar {
	margin-bottom:0;
    border-top:1px solid #550000;
}

.navbar a {
	color:#fff;
	-webkit-transition: text-shadow .25s linear .1s, color .25s linear .1s;
	-moz-transition: text-shadow 500ms linear 0s;
	-o-transition: text-shadow 500ms linear 0s;
	transition: text-shadow 500ms linear 0s;
	text-decoration:none;
	/*font-family:Tahoma, Geneva, sans-serif;*/
	font-size:90%;
}

.navbar a:hover, .navbar a:focus {  
	text-shadow: 0px 0px 3px #fff;
	color:#f4ddad;
}

.navbar-inner {
	padding:5px 0;
	border-radius: 0;
	background: #990101; /* Old browsers */
	background: -moz-linear-gradient(top, #990101 0%, #660000 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990101), color-stop(100%,#660000)); 
	background: -webkit-linear-gradient(top, #990101 0%,#660000 100%); 
	background: -o-linear-gradient(top, #990101 0%,#660000 100%); 
	background: -ms-linear-gradient(top, #990101 0%,#660000 100%); 
	background: linear-gradient(top, #990101 0%,#660000 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990101', endColorstr='#660000',GradientType=0 ); 
}

/* Slimmed / 'microsite' navbar design */
.navbar_microsite {
	margin-bottom:1em;
	-webkit-box-shadow: 0px 3px 3px 0px #aaa;
	box-shadow: 0px 3px 3px 0px #aaa;
	border-bottom: 1px solid #fff;
}

/* Modify navbar-inner behavior for microsite (when no subnav is shown) */
.navbar_microsite > .navbar-inner {
	min-height: 95px; 	
}

/* H1 in use for microsite nav bar */
.micrositeTitle, .micrositeTitle a {
	color: #fff;
	text-decoration: none;
}

.micrositeSeal {
	max-height: 75px;
	width: auto;
	float: left;
	margin: 10px 0;
}

.micrositeSearch {
	height:95px;
	text-align: right;
}

/* Hide mobile subnavs by default */
.mobileSubnav {
	display:none;
}

.subnav {
    background:#660000;
    border-top: solid 1px #770000;

	background-repeat: repeat-x;
    border-bottom: 1px solid #E5E5E5;
    border-radius: 0;
    height: 36px;
    width: 100%;
	margin-bottom:1em;
	-webkit-box-shadow: 0px 3px 3px 0px #aaa;
	   -moz-box-shadow: 0px 3px 3px 0px #aaa;
			box-shadow: 0px 3px 3px 0px #aaa; 
}

.lt-ie9 #logo-ric {
	width:520px; 
	height:85px; 
}

#logo-ric {
    width:520px; 
    height:auto; 
    display:block;
    margin:6px 0 6px 0;
}

ul#main-nav {
	width:940px;
	height:36px;
	margin: 0;
	padding: 0;
	list-style: none;
	position:relative;
	z-index: 3;
}

ul#main-nav li.main-nav-item {
	display: table;
	/*width:12.5%;
	display:table;*/
}

ul#main-nav > li > a {
		text-transform:uppercase;
}

.lt-ie8 ul#main-nav li.main-nav-item {
	/*width:12.45%!important;*/
}

ul#main-nav a.main-nav-tab {
    text-decoration:none;
	text-align:center;
	padding:12px 0;

    color: #fff;
    text-shadow: 0px 1px 3px #000000;
        filter: dropshadow(color=#000000, offx=0, offy=1);
}

.lt-ie8 ul#main-nav a.main-nav-tab {
	position: relative;
	margin-top: inherit;
	*clear: expression(style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"), style.clear = "none", 0);
	filter: none;
}

#main-nav .main-nav-tab:hover {
	/*background: #DCD2C4;*/
	background: #ccc;
	color: #222;
    text-shadow: none;
        filter: none;
}

/* Allows hover styling to remain in effect when dropdown is engaged, but dropdown header is unhovered */
.main-nav-item-active > a {
	color: #222!important;
    text-shadow: none!important;
        filter: none!important;
}

#main-nav .main-nav-tab-active {
	/*background:#DCD2C4;*/
	background: #ccc;
	color:#222;
    text-shadow: none;
        filter: none;
}

#main-nav .main-nav-dd {
    position: absolute;
    top: 36px;
    left: 2px;
    margin: 0;
    padding: 0;
	/*background: #DCD2C4 url('../images/bg_menu_white_80px.png') repeat-x bottom;*/
	background: #CCC url('../images/bg_menu_white_80px.png') repeat-x bottom;
	border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    /* border-bottom: 3px solid #650101; */
	display:none;
	z-index:500;
	-webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.3);
}

#main-nav .main-nav-dd a {
	background:none;
}

#main-nav .main-nav-dd ul {
	margin:0;
	padding:0 0 0 1em;
}

#main-nav .main-nav-dd-column ul li {
	list-style-image:url('../images/icon_go_9px.png');
	white-space: nowrap; /* prevent line breaks in dropdown nav items */
	line-height:250%;
}

#main-nav .main-nav-dd ul li a {
	/* margin-bottom:15px; */
	/*display:block;*/
	/*width:100%;*/
	/*padding:0.5em 0 0.5em 0;*/
}


#main-nav .main-nav-item-active .main-nav-dd {
    display: block;
	z-index:500!important;
}

#main-nav .main-nav-dd-column {
    /*min-width: 130px;*/
    padding: 15px 20px 0;
    display: table-cell;
    /* border-left: 1px solid #ddd; */
    *float: left;
    *border-left: 0;
}

#main-nav .main-nav-dd-column:first-child {
    border-left: 0;
}

#main-nav .main-nav-dd-column a {
	color:#444;
}

#main-nav .main-nav-dd-column a:hover {
	color:#000;
}


.column-myric {
	display:block;
	float:left; 
	padding:15px 0 0 10px;
}

.column-athletics {
	min-width:175px!important;
	padding-left:40px!important;
}

.column-myric-right {
	display:block; 
	float:right;
}

.lt-ie8 .column-myric {
	float:none;
	padding:0;
}

.lt-ie8 .column-myric-right {
	float:none;
}

.nobullet {
	list-style-type:none!important;
	list-style-image:none!important;
}

#main-nav_dropshadow {
	width:940px;
	height:5px;
	background: url('../images/bg_nav_dropshadow.jpg');
}



.column-myric {
	display:block;
	float:left; 
	padding:15px 0 0 10px;
}

.column-athletics {
	min-width:175px!important;
	padding-left:40px!important;
}

.column-myric-right {
	display:block; 
	float:right;
}

.ie7 .column-myric {
	float:none;
	padding:0;
}

.ie7 .column-myric-right {
	float:none;
}

.nobullet {
	list-style-type:none!important;
	list-style-image:none!important;
}

.main-nav-aboutric {
	width:89px;
	/*width:90px;*/
}

.main-nav-academics {
	width:92px;
	/*width:100px;*/
}

.main-nav-admissions {
	width:96px;
	/*width:97px;*/
}

.main-nav-athletics {
	width:180px;
	/*width:177px;*/
}

.main-nav-campuslife {
	width:100px;
	/*width:99px;*/
}

.main-nav-giving {
	width:134px;
	/*width:121px;*/
}

.main-nav-library {
	width:72px;
	/*width:71px;*/
}

.main-nav-pfa {
	width:177px;
/*	width:185px;*/
}




  /* Vertical centering for microsite search bar. Technique courtesy: http://css-tricks.com/centering-in-the-unknown/ */
  .vertical-center-wrap {

  }

  .vertical-center-wrap:before {
    content: '';
    display: inline-block;
    height: 100%; 
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
  }

  .vertical-center {
    display: inline-block;
    vertical-align: middle;
    
  }


/* IE7 / IE8 declarations (they do not parse @media statements, so we define here first and allow media queries to override) */
	.lt-ie9 .navbar .container {
		width:940px;
	}


  /* 60px x 40px wrapping div, to auto-crop images that do not fit standard sizes. */
  .imagecrop_60 {
  	max-width:60px;
  	max-height:40px;
  	overflow:hidden;
  	margin:10px auto;
  }


  /* 60px x 60px wrapping div, to auto-crop images that do not fit standard sizes. */
  .imagecrop_square_60_portrait {
	height: 60px;
	width: 60px;
	overflow:hidden; 
	}
	/* input values to crop the image: top, right, bottom, left */
.imagecrop_square_60_portrait img{
	height: 100% + 60px;
	margin-top: -18%;
	}


  /* 250px x 150px (formerly 150px) wrapping div, to auto-crop images that do not fit standard sizes. */
  .imagecrop_250 {
  	max-width:250px;
  	max-height:125px;
  	overflow:hidden;
  	margin:0 auto;
  }

  /* 300px x 150px (formerly 169px) wrapping div, to auto-crop images that do not fit standard sizes. */
  .imagecrop_300 {
  	max-width:300px;
  	max-height:150px;
  	overflow:hidden;
  	margin:0 auto;
  }

  /* 460px x 230px (formerly 260px) wrapping div, to auto-crop images that do not fit standard sizes. */
  .imagecrop_460 {
  	max-width:460px;
  	max-height:230px;
  	overflow:hidden;
  	margin:0 auto;
  }

  /* 620px x 350px wrapping div, to auto-crop images that do not fit standard sizes. */
  .imagecrop_620 {
  	max-width:620px;
  	max-height:350px;
  	overflow:hidden;
  	margin:0 auto;
  }

  /* 700px x 350px wrapping div, to auto-crop images that do not fit standard sizes. */
  .imagecrop_700 {
  	max-width:700px;
  	max-height:350px;
  	overflow:hidden;
  	margin:0 auto;
  }

    /* 700px x 340px wrapping div (previously 395px high), to auto-crop images that do not fit standard sizes. */
  .imagecrop_700_news {
  	max-width:680px;
  	max-height:340px;
  	overflow:hidden;
  	margin:0 auto;
  }

  /* Center cropped image inside wrapping, cropping div */
  .imagecrop_60 > img, .imagecrop_250 > img, .imagecrop_300 > img, .imagecrop_460 > img, .imagecrop_620 > img, .imagecrop_700 > img, .imagecrop_700_news > img {
  	display:block;
  	margin:0 auto;
  }






.subnav .nav > li > a {
  /*border-left: 1px solid #F5F5F5;*/
  border-radius: 0 0 0 0;
  margin: 0;
  padding-bottom: 11px;
  padding-top: 11px;
  font-size:93%; /* 12px */
  text-decoration: none;
}

.subnav .nav > li:first-child > a {
	border-left: 0 none;
}

.subnav .nav > li:last-child > a {
    border-right: 0 none;
}

.subnav .nav > .active > a, .subnav .nav > .active > a:hover {
	background-color: #E9E9E9;
	border-right-color: #DDDDDD;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05) inset;
	color: #444;
}


.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu {
	margin-top: 1px;
	border-width: 1px;
}

.nav-list a {
	text-decoration: none;
}

.timestamp {
	text-align: center;
	font-style: italic;
	padding:1.5em 0;
}








.dropshadow {
	-webkit-box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, 0.2);
			box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.padtable {
	min-width:60%;
	border:0.5em solid #fff;
	padding:1em;
	margin-bottom:1em;
	background:#e5e5e5;
}
table.padtable {
	min-width:60%;
	border:0.5em solid #fff;
	margin-bottom:1em;
	padding:0;
	background:none;
}

table.padtable tr th {
	padding:0.5em;
	font-weight: bold;
}

table.padtable tr td {
	padding:1em!important;
	vertical-align: middle!important;
}

table.padtable tr:nth-child(2n) {
	background-color: #E5E5E5;
}

table.padtable tr:nth-child(2n+1) {
	background-color: #F7F7F7;
}


/*	--------------------------------------------------
   	Video
   	Credit to ZURB Foundation framework and http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
	-------------------------------------------------- */
	
/*.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 16px;
	overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/

/*.flex-video { position: relative; padding-top: 25px; padding-bottom: 67.5%; height: 0; margin-bottom: 16px; overflow: hidden; }
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }*/

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}



/* Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/ 
http://stackoverflow.com/questions/9277301/fluid-like-box */

/* This element holds injected scripts inside iframes that in 
some cases may stretch layouts. So, we're just hiding it. */

#fb-root {
  display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style], .twtr-widget, .twtr-widget-profile, .twtr-doc {
  width: 100% !important;
}





/* DESKTOP */

@media(min-width:980px) {

	/* Fix for default .navbar not having a 940px width like .navbar-fixed-top */
	.navbar .container {
		width:940px;
	}

	.footer_socialMedia {
		float:right;	
		text-align:right;	
		margin-top:10px;
	}
	.footer_directories {
		float: right;
		padding-right: 10px;
		text-align: right;
		margin-top:0;
	}
	#google_translate_element {
		margin-top:0.5em;
		text-align:right;
	}
	.phone-subnav-drop {
		display:none!important;
	}

	/* Desktop-only settings for bootstrap (responsive overrides this) */
	.visible-phone {
	  display: none !important;
	}

	.visible-tablet {
	  display: none !important;
	}

	.hidden-desktop {
	  display: none !important;
	}

	#RICNews {
		margin-top:0px;
		position:relative;
		min-height:337px;
	}
	.RICNewsTitle {
		margin-left:50px; 
		width:150px;
	}

	.newsportrait {
		width:50px;
		margin:0 10px 10px 0;
	}

	.featureColumn {
	 	min-height:330px;
	}

}

	.lt-ie9 .newsportrait {
		width:50px;
		margin:0 10px 10px 0;
	}

/* =====  Tablet ========================*/

@media (max-width:767px) {

    #s4-workspace [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0px;
    }
    .featureColumn {
        margin-top: 1em;
    }
}


/* ==|== Inner page template ========================================
   Piggybacks on legacy style management system classes (hardcoded).
   ========================================================================== */


/* Placeholder to keep floating navigation functional */
#leftColumnWrap {
	width:140px!important;
	min-height:100px;
	float:left;
	display:block;
	margin: 0 10px 10px 10px;
}

#leftColumn {
	width:140px; 
	float: left;
}

#centerColumn {
	/*font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;*/
	width:790px;
	padding:0 0 10px 0;
	float:left;	
	/* background:#fff; */
}

#centerColumn p {
	line-height: 1.5em;
}

#centerColumn a {
	color: #786E53;
}

#centerColumn a:hover {
	color:#7c0019;
}

#centerColumn h1, #centerColumn h2, #centerColumn h3, #centerColumn h4, #centerColumn h5, #centerColumn h6 {
    text-transform: none;
    margin-top: 0.5em;
}

#centerColumn h4 {
	text-transform: none;
}

#centerColumn h1 {
	color:#7c0019;
	margin-top:0;
}

#centerColumn h3, #centerColumn h3 a {
	/* color: #A49772; */
	color:#786E53; 
}

.navigation {
	font-weight:normal;
	color: #7c0019;
	/*background: #F0ECE7 url('../images/bg_navigation_swirl.jpg') repeat-y;*/
	background: #ccc;
	/*border: 1px solid #E6E3DD;*/
	border: 1px solid #bbb;
	padding:10px;
	margin-bottom:1em;
	/* word-wrap: break-word; */
}

.navigation a {
	/*color: #786E53;*/
	color: #444;
}

.navigation a:hover {
	color: #7c0019;
}

.navigation ul {
	list-style-type:none;
	margin:0; padding:0;
}

.navigation ul > li {
	padding-bottom:0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted silver;
}

.navigation ul li.subsiteNavBold {
	text-transform:uppercase;
	font-weight:bold; 
}

.navigation ul li:last-child {
	margin:0;
	padding:0;
	border-width:0;
}

.navigation ul li .navigationFocus {
	border:0!important;
}
.navigation ul li.subNav {
    margin-left: 10px;

}

.subNavigation {
    padding-left: 10px;
	margin-bottom:1em;
}

.subNavigation .subNavigation {
	margin-bottom:0;
	margin-top:1em;
}

.subNavigation ul li {
	border-width:0;
}


.subNavigation ul li:first-child {
	text-transform:none;
	font-weight:normal;
}

.subNavigation ul li:last-child {
	padding-bottom:0.5em;
	margin-bottom: 0.5em;
}

.subNavigation .navigationFirst a {
    padding-top: 0;
    text-align: left;
    text-transform: none;
}

.breadcrumbRegion a {
	color:#888;
	font-family: Arial, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
}

.breadcrumbRegion ul, .breadcrumbRegion ul li {
	display: inline;
	margin: 0px;
	padding: 0px;

}

#rightColumn {
	width:130px;
	float:right;
	padding:5px;
	/* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
	/*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
	font-size:93%;

	/*
	background:#F0ECE7;
	border: 1px solid #E6E3DD;
	padding:5px 4px 5px 4px;
	*/
}

.rightColumn ul {

	list-style:none;
	margin-left: 0;
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
}

.rightColumn ul li {
    padding-bottom: 10px;
}

.rightColumn ul li:last-child {
    padding-bottom: 0;
}

.rightColumn h1 {
	font-size: 100%!important;
	font-weight:normal;
	color: #7c0041;
	text-transform:uppercase!important;
	line-height:100%!important;
}

#sidebar_right_alertbox {
	padding:5px;
	border:1px solid #70674F;
	margin:0px auto 10px auto;
	background:#f1f1f1;
	text-align:center;
}

.rowOdd {
    background-color: #F7F7F7;
}

.rowEven {
    background-color: #E5E5E5;
}

.rowHeader {
    background-color: #999999;
    color: #FFFFFF;
    font-weight: bold;
}

#centerColumn table {
	border-spacing:2px;
	border-collapse:separate;
	/* border:1px solid #ccc; */
}

#centerColumn .generatedContent table {
	border:0;
}

#centerColumn tr {
}

#centerColumn td {
    padding: 5px;
    vertical-align: top;
}

.bodyRegion img {
    border:0;
    margin: 5px;
	padding:0;
}

/* CSS3: Remove border/padding from 633px top images */
/*
.bodyRegion img:first-of-type {
	margin:0;
	padding:0;
}
*/


table.destination, .destination DIV {
    background: #E0E0E0;
    cursor: pointer;
    font-style: normal;
	padding:5px;
}

.destinationHover {
    background: #f0f0f0;
	padding:5px!important;
	cursor:pointer;
}

.destination h1, .destinationHover h1, .destination h2, .destinationHover h2, .destination h3, .destinationHover h3  {
	font-size:100%;
	text-transform:uppercase;
}

.bodyRegion {
	width:630px;
	margin: 0 0 1em 0;
}

.bodyRegion ul {
	list-style-image: url('../images/li_arrow.png');
}

.bodyRegion ol ul, .bodyRegion ul ol, .bodyRegion ul ul, .bodyRegion ol ol {
	padding-top:0; margin-top:0;
}

.bodyRegion ul li, .bodyRegion ol li {
	padding-bottom:1em;
	line-height:1.5em;
}

ul.nomargin li, ol.nomargin li {
	padding-bottom:0.5em;
	line-height:1em;
}

ul.nomargin li:last-child, ol.nomargin li:last-child {
	padding-bottom:0;
}


.bodyRegion ul li:last-child, .bodyRegion ol li:last-child {
	/*padding-bottom:0;*/
}

.bodyRegion .courseTitle {
	font-size:123.1%;
	font-weight:bold;
}

.bodyRegion .courseBlock {
	border-bottom:1px dotted #ccc;
	margin-bottom:1em;
}

/* CSS3: Remove bottom border from last course on page */
.bodyRegion .courseBlock:last-of-type {
	border:0;
}


/* Styles used in /administration/adminCalendar.php */
#calendar h4 {
    border-bottom: 1px solid #CCCCCC;
    color: #777;
    margin-top: 10px;
    text-transform: uppercase;
}

/* Fix for margins on checkboxes and radio buttons */
input[type="checkbox"], input[type="radio"] { margin: 0 5px 0 5px; }

/* Fix for collapsed directory thumbnails on faculty.php and staff.php pages */
table.staffPadding table tr td:first-of-type {
	min-width:75px!important;
}




/* ==|== non-semantic helper classes ========================================
   ========================================================================== */

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden, .initiallyhidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

.noborder 	{ border:0!important;}
.nopadding 	{ padding:0!important;}
.nomargin 	{ margin:0!important;}
.nounderline{ text-decoration:none!important; }
.nobg 		{ background:0 none!important;}

.align-center {display:block; margin:0 auto;}

.text-align-left 	{ text-align:left!important;}
.text-align-right 	{ text-align:right!important;}
.text-align-center 	{ text-align:center!important;}

.align-top 			{ vertical-align: top!important;}
.align-middle		{ vertical-align: middle!important;}
.align-bottom		{ vertical-align: bottom!important;}

.floatleft, .floatLeft, .float-left {float: left;}
.floatright, .floatRight, .float-right {float: right;}

.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }

/* Extending .hide-text from Bootstrap to cover .ir convention in use from H5BP */
.hide-text, .ir {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* Generic small adjustment for occasional 'fine print' needs */
span.small {
	font-size:75%;
	color:#999;
}



/**************************************************************************************************************************
 Footer
**************************************************************************************************************************/

.ricTagline {
	height: 78px;
	width: auto;
	float: left;
	margin-right: 1em;
	padding: 1em 10px 1em 0;
	border-right: 1px dotted #888;
}

p.ricAddress {
	margin-top:1em; 
}

/***********************************************
 Sticky footer - http://www.cssstickyfooter.com/
***********************************************/

html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 125px;}  /* must be same height as the footer */

footer {position: relative;
	margin-top: -125px; /* negative value of footer height */
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

footer, #footer {
	background:#e1e1e1;
	min-height:100px;
	padding:10px;
	-webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.20);
	   -moz-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.20);
	        box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.20);
}

footer a, footer a:visited {
	color:#444;
}

footer a:hover, footer a:active {
	color:#7C0019;;
}

.footer_button {
    display: inline-block;
    position: relative;
	padding: 18px;
	border:0;
	text-decoration: none;
}

.lt-ie8 .footer_socialMedia a  {
	text-decoration: none!important;
	border:0!important;
	padding:18px 9px 18px 9px;
}

.lt-ie8 .footer_socialMedia a img {
	text-decoration: none;
}

.button_facebook {
    background: url("../images/icon_facebook_32.png") no-repeat;
}
.button_pinterest {
    background: url("../images/icon_pinterest_32.png") no-repeat;
}
.button_rss {
    background: url("../images/icon_rss_32.png") no-repeat;
}
.button_twitter {
    background: url("../images/icon_twitter_32.png") no-repeat;
}
.button_youtube {
    background: url("../images/icon_youtube_32.png") no-repeat;
}
.button_googleplus {
    background: url("../images/icon_googleplus_32.png") no-repeat;
}
.button_picasa {
    background: url("../images/icon_picasa_32.png") no-repeat;
}


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}










































/* * * * * * * * * * * * * * * * * * * * * * * * * * */ 
/* 			  Potentially Unnecessary CSS 		     */
/* * * * * * * * * * * * * * * * * * * * * * * * * * */ 
/*
.audience-panel {
	font-weight: bold;
	line-height: 2em;
	width: 138px;
	padding:5px;
	min-height:75px;
	margin-bottom:40px;
	display:block;
}

.ie7 .audience-panel {
	padding-top:0;
}

.panel-left {
	width: 147px;
}

.panel-right {
	width:123px;
}

.audience-panel a {
	color:#444;
}

.audience-panel a:hover {
	color:#000;
}

.icon_go {
	float:right;
	position:relative;
	top:9px;
}

#button_askRIC {
	background: url('../images/button_askRIC.jpg');
	width: 300px;
	height: 57px;
	opacity:0.7;
	filter:alpha(opacity=70);
}


.mainbutton_link {
	width:300px;
	height:40px;
}

.button_goLink {
	width: 300px; 
	background: url('../images/icon_go_32px.png') scroll;
	background-position:10px 4px;
	height: 40px;
	position:relative;
}

.ie7 #galleria {
	z-index:0!important;
}
*/

.ui-tabs-panel { /* Fix for UI tabs shrinking width by 5px */
	width:940px!important;
}
/**********/
/** TABS **/
/**********/
#tabarea {
	margin-top:20px;
	min-height:300px;
}

#tabbedNews ul {
	margin-left:1em;
}

.tabbedContent {
	position:relative;
}

.tabbedContent ul {
	list-style: square url('../images/icon_li_12px.png');
}

.tabbedContent ul li {
	margin-bottom:25px;
}

.tabbedContent ul li:last-child {
	margin-bottom:20px;
}

#tabbedEvents ul {
	list-style: none;
	margin:0 0 10px 0;
}

#tabbedEvents ul li {
	min-height:40px;
	margin-bottom:15px;
}

#tabbedEvents p {
	margin:0;
}

.tabbedEventsNotice {
	text-align:center;
	font-style:italic;
	font-size:85%!important;
	margin-top:0;
}

/*************/
/** BUTTONS **/
/*************/
#button_whatsNews {
	background: url('../images/button_whatsNews_32pxbold.jpg') top;
	width:220px;
	height:32px;
	position:absolute;
	bottom:0px;
	margin:0;
}

#button_whatsNews:hover {
	background-position:bottom;
}

#button_Calendar {
	background: url('../images/button_RICalendar.jpg') top;
	width:220px;
	height:32px;
	position:absolute;
	bottom:0px;
	margin:0;
}

#button_Calendar:hover {
	background-position:bottom;
}

#button_ideaBox {
	background: url('../images/button_ideabox_48px.png') top;
	width:48px;
	height:48px;
	margin:0 auto;
}

#button_ideaBox:hover {
	background-position:bottom;
}

#button_greenInitiatives {
	background: url('../images/button_GreenInitiatives_48px.png') top;
	width:48px;
	height:48px;
	margin:0 auto;
}

#button_greenInitiatives:hover {
	background-position:bottom;
}

#button_zipcar {
	background: url('../images/button_zipcar_48px.png') top;
	width:48px;
	height:48px;
	margin:0 auto;
}

#button_zipcar:hover {
	background-position:bottom;
}

#button_flags{
	background: url('../images/button_flags_48px.png') top;
	width:48px;
	height:48px;
	margin:0 auto;
}

#button_flags:hover {
	background-position:bottom;
}

/**********************/
/** OLD EVENT STYLES **/
/**********************/
a > div.event {
	text-decoration:none!important;
}

.event h4 {
	width:100%;
	clear:both;
	margin:0;
	font-size:69.230%;
	text-transform: uppercase;
}

.detailColumn ul li a > div.event {
	text-decoration:none!important;
}

/*-----------------------------------------------*/
/* GALLERY WEBPART */
/*-----------------------------------------------*/

.gallery_row {
	display: inline-block;
	margin: 0 0 10px;
}

.gallery_row.full {
	margin: 0 auto;
	padding: 0 0 0 26px;
	width: 810px;
	text-align: center;
}

.gallery_row.two_thirds {
	margin: 0 auto;
	padding: 0 0 0 26px;
	width: 540px;
	text-align: center;
}

.gallery_row.two_fifths {
	margin: 0 auto;
	padding: 0 0 0 26px;
	width: 405px;
	text-align: center;
}

	a.gallery_thumb {
		position: relative;
	}
	
	a.gallery_thumb:first-child {
		margin: 0 10px 0 0;
	}
	
	a.gallery_thumb img,
	a.gallery_thumb {
		display: inline-block;
		border: none;
		overflow: hidden;
		float: left;
	}
		
		a.gallery_thumb:hover {
			border: 3px solid #edac00;
			}
			
		a.gallery_thumb:hover img {
			margin: -3px;
			}
			
		.overlay_icon {
			position: absolute;
			right: 2px;
			bottom: 2px;
		}

a.gfull_thumb 
{
    margin: 0 10px 10px 0; 
    position: relative;
}

	/*a.gfull_thumb img,
	a.gfull_thumb {
		display: inline-block;
		border: none;
		overflow: hidden;
		float: left; 
	}*/
	
	a.gfull_thumb img, a.gfull_thumb {
	display: block;
	border: none;
	overflow: hidden;
	float: left;
}
		
		a.gfull_thumb:hover {
			border: 3px solid #edac00;
			}
			
		a.gfull_thumb:hover img {
			margin: -3px;
			}

/* Common File Link Icons*/
nobr a img {display:none;}

a[href$=".pdf"]{
background-image: url(/assets/imgs/pdficon_small.gif);
background-position: center left;
background-repeat: no-repeat;
padding-left: 20px;
margin: 0px;
height: 16px;
display: inline-block;
}

a:nth-child(2)[href$=".pdf"] {
background-image: none;
padding-left: 0px
}

a[href$=".doc"]{
background-image: url(/assets/imgs/docicon_small.jpg);
background-position: center left;
background-repeat: no-repeat;
padding-left: 20px;
margin: 0px;
height: 16px;
display: inline-block;
}

a:nth-child(2)[href$=".doc"] {
background-image: none;
padding-left: 0px
}

a[href$=".docx"]{
background-image: url(/assets/imgs/docicon_small.jpg);
background-position: center left;
background-repeat: no-repeat;
padding-left: 20px;
margin: 0px;
height: 16px;
display: inline-block;
}

a:nth-child(2)[href$=".docx"] {
background-image: none;
padding-left: 0px
}

a[href$=".xls"]{
background-image: url(/assets/imgs/xlsicon_small.png);
background-position: center left;
background-repeat: no-repeat;
padding-left: 20px;
margin: 0px;
height: 16px;
display: inline-block;
}

a:nth-child(2)[href$=".xls"] {
background-image: none;
padding-left: 0px
}

a[href$=".csv"]{
background-image: url(/assets/imgs/xlsicon_small.png);
background-position: center left;
background-repeat: no-repeat;
padding-left: 20px;
margin: 0px;
height: 16px;
display: inline-block;
}

a:nth-child(2)[href$=".csv"] {
background-image: none;
padding-left: 0px
}
