
/* IWS CSS Framework: Base Cornell
   ************************************************************************** */

body {
	-webkit-text-size-adjust: 100%; /* prevent unwanted font scaling in iOS landscape mode */
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%; /* 12px *//* font size key in em:
		0.750em = 09px
		0.833em = 10px
		0.917em = 11px
		default = 12px
		1.083em = 13px
		1.167em = 14px
		1.250em = 15px
		1.333em = 16px
		1.417em = 17px
		1.500em = 18px
		1.583em = 19px
		1.667em = 20px
		1.833em = 22px
		2.000em = 24px
		3.000em = 36px
	*/
}

/* Typography */
h1, h2, h3, h4, h5, h6, .CS_Textblock_Caption {
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 0.2em;
}
h1, h2, h3 {
	font-family: Georgia, Times New Roman, serif;
	line-height: 1.2em;
}
h1 {
	font-size: 2em;
	line-height: 1.2em;
}
.home h1 {
	font-size: 2.5em;
	line-height: 1.1em;
}
h2 {
	font-size: 1.75em;
	font-weight: 500;
	clear: left;
	margin-bottom: 0.8em;
}
h3, .CS_Textblock_Caption {
	font-size: 1.5em;
}
h4 {
	font-weight: bold;
}
h5, h6 {
	margin-bottom: 5px;
}
h6 {
	font-style: italic;
}
p, td, th, li, dt, dd {
	line-height: 1.6em;
}
p {
	margin-bottom: 15px;
}
b, strong {
	font-weight: bold;
}
i, em, cite {
	font-style: italic;
}
blockquote, pre {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 1px solid #ccc;
	font-style: italic;
	line-height: 1.4em;
}

blockquote blockquote {
	border-left: none;
} 
pre, code {
	font-family: mono-space, monospace;
	font-style: normal;
	margin-bottom: 15px;
}
abbr, acronym {
	text-transform: uppercase;
	border-bottom: 1px dotted #000;
	letter-spacing: 1px;
}
abbr[title], acronym[title] {
	cursor: help;
}
sup, sub {
	font-size: .8em;
	position: relative;
}
sup {
	top: -0.4em;
}
sub {
	top: 0.2em;
}

img {
	display: inline-block;
}

img:hover {

}

.sidebar-image img {
	max-width: 100%;
}

/* Links (Cornell Red) */
a {
	color: #b31b1b;
}
a:visited {
	color: #b37474;
}
a:hover {
	color: #f00;
}
a:active {
	color: #e5cfcf;
}

/* Lists */
ul {
	margin-left: 18px;
	margin-bottom: 15px;
}
ul li {
	padding-left: 18px;
	overflow: hidden;
	background: url('../images/layout/bullets_vector/bullet_square.svg') 0 0.6em no-repeat;
}
ul.disc li {
	background: url('../images/layout/bullets_vector/bullet_disc.svg') 0 0.6em no-repeat;
}
ul.circle li {
	background: url('../images/layout/bullets_vector/bullet_circle.svg') 0 0.6em no-repeat;
}
.no-svg ul > li {
	background: url('../images/layout/bullets_pixel/bullet_square.gif') 0 0.6em no-repeat;
}
.no-svg ul.disc > li {
	background: url('../images/layout/bullets_pixel/bullet_disc.gif') 0 0.6em no-repeat;
}
.no-svg ul.circle > li {
	background: url('../images/layout/bullets_pixel/bullet_circle.gif') 0 0.6em no-repeat;
}
ol {
	margin-left: 36px;
	margin-bottom: 15px;
}
ol li {
	padding-left: 0;
	list-style: decimal;
	background: none;
}
ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 4px;
}
dl {
	margin-left: 0;
	margin-bottom: 15px;
}
dl dl {
	margin-left: 30px;
}
dt {
	font-weight: bold;
	margin-bottom: 8px;
}
dd {
	margin-bottom: 12px;
}

/* Table of Contents */
ul.toc {
	border-left: 4px solid #ddd;
	border-color: rgba(0,0,0,0.1);
	margin-left: 1px;
	padding-left: 0px;
	margin-bottom: 20px;
}
ul.toc li {
	background: none;
	padding-left: 10px;
}
ul.toc ol li {
	padding-left: 0;
}
ul.toc a {
	padding-right: 10px;
	background: url('../images/layout/bullets_vector/triangle_right.svg') right 0.35em no-repeat;
}
.no-svg ul.toc a {
	background: url('../images/layout/icon_arrow_darkgrey.gif') right 0.35em no-repeat;
}

/* Tables */
table {
	width: 100%;
	margin-bottom: 15px;
	border: solid #ddd;
	border-width: 1px 1px 0 0;
	border-collapse: collapse;
}
table table {
	margin-bottom: 0;
	border: none;
}

form table, form {
	width: auto !important;
	clear: none;
	display: inline-block;
} 

caption {
	font-style: italic;
	color: #777;
	margin: 0.2em 0;
	line-height: 1.6em;
	text-align: left;
}
td, th {
	border: solid #ddd;
	border-width: 0 0 1px 1px;
	padding: 6px;
	vertical-align: top;
	background: url('../images/layout/white_alpha20.png');
	background: rgba(255,255,255,0.2);
}

table table td, table table th {
	padding: 4px 2px;
	border: none;
	border-bottom: 1px solid #ddd;
}
table table table td, table table table th, table table tr:last-child td {
	border-bottom: none;
}
th {
	color: #444;
	font-weight: bold;
	text-align: center;
	/*background: #f5f5f5;*/
	background: url('../images/layout/black_alpha04.png');
	background: rgba(0,0,0,0.04);
}
th p {
	margin-bottom: 0;
}

#CS_Element_twocolumnmain table td img {
	min-width: 80px;
}
#CS_Element_twocolumnmain table.gsc-table-result td img {
	min-width: 60px;
}

table.gsc-resultsHeader,
table.gsc-search-box,
table.gsc-table-result {
        margin: 0;
	border: none;
}
table.gsc-resultsHeader td,
table.gsc-search-box td,
table.gsc-table-result td {
        padding: 0;
	border: none;
}

/* captcha tables image reset */
#CS_Element_twocolumnmain .recaptchatable td img {
	min-width: 0;
}

#recaptcha_widget_div {
	padding-bottom: 20px;
}

/* Forms */
#wrap form {
	float: left;
	margin-bottom: 15px;
	width: 100%;
	/*clear: both;*/
}
.CS_Element_SimpleForm .CS_Form_Form {
	width: auto !important;
}
#wrap form fieldset {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 15px 2%;
	margin-bottom: 15px;
	float: left;
	width: 100%;
	background: url('../images/layout/white_alpha20.png');
	background: rgba(255,255,255,0.2);
}
#wrap form fieldset.row-submit {
	border: none;
	padding: 0;
	background: none;
}
#wrap form fieldset.form-submit {
	margin-top: -15px;
	background: #ccc;
}
#wrap input, #wrap textarea {
	margin-bottom: 4px;
	max-width: 100%;
}
#wrap label {
	margin: 0 4px 4px 0;
	vertical-align: top;
}
#wrap select {
	min-width: 200px;
}
#wrap legend {
	padding: 0 2%;
	text-align: center;
	font-weight: bold;
}

/* Form Theme: Basic */
#wrap form.basic p {
	float: left;
	width: 100%;
	clear: both;
	display: block;
}
#wrap form.basic input, #wrap form.basic textarea {
	float: left;
	clear: right;
	margin-left: 0;
}
#wrap form.basic label {
	display: block;
	float: left;
	clear: left;
	width: 125px;
	margin: 1px 10px 0 0;
	text-align: right;
	line-height: 1.5em;
}
#wrap form.basic select {
}
#wrap form.basic input[type="text"], #wrap form.basic input[type="password"], #wrap form.basic textarea {
	outline: 2px solid transparent;
	border: 1px solid #999;
	border-top-color: #000;
	padding: 2px;
}
#wrap form.basic input[type="text"]:focus, #wrap form.basic input[type="password"]:focus, #wrap form.basic textarea:focus {
	background: #f0f4f7;
	border: 1px solid #000;
	-moz-box-shadow: 0 0 0 2px #8ebfdf;
	-webkit-box-shadow: 0 0 0 2px #8ebfdf;
	box-shadow: 0 0 0 2px #8ebfdf;
}
#wrap form.basic input[type="submit"], #wrap form.basic input[type="reset"] {
	float: none;
	font-size: 1.083em;
	border: 1px solid #999;
	border-bottom-color: #000;
	padding: 5px 10px;
	background: #ededed;
	cursor: pointer;
	
	/* optional gradient */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f8f5', endColorstr='#e2e1de',GradientType=0 );
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f8f5), to(#e2e1de));
	background: -moz-linear-gradient(top, #f9f8f5, #e2e1de);
	background: -o-linear-gradient(top, #f9f8f5, #e2e1de);
	background: -ms-linear-gradient(top, #f9f8f5, #e2e1de);
	background: linear-gradient(to bottom, #f9f8f5, #e2e1de);
}
#wrap form.basic input[type="submit"]:hover, #wrap form.basic input[type="reset"]:hover {
	background: #f5f5f5;
}
#wrap form.basic input[type="submit"]:active, #wrap form.basic input[type="reset"]:active {
	background: #e5e5e5;
}
#wrap form.basic fieldset.row-submit p {
	width: 100%;
	text-align: left;
}

/* older forms */
.form-pair {
	width: 100%;
	float: left;
	margin-bottom: 1em;
}
.form-item {
	float: left;
	width: 38%;
	margin-right: 2%;
	text-align: right;
	}	
	
.form-value {
	float: right;
	width: 60%;
	}
form h3 {
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 1.1em;
	clear: left;
	}
.checklist {
	margin: 0;
	padding: 0;
	}
.checklist li {
	margin: 0 0 0.2em 0;
	padding: 0;
	background: none;
	}
fieldset.form-submit {
	background: #ccc;
}

/* Layout */
#wrap {
	float: left;
	width: 100%;
	clear: both;
	background: #fff;
}
#content{
	width: 960px;
	margin: 0 auto;
}
#main, #secondary, #secondary-nav, #section-navigation, #section-navigation-wrap {
	float: left;
}
.secondary-section, .secondary-photo {
	float: left;
	width: 100%;
}
p.note {
	display: inline-block;
}
#main {
	width: 100%;
	padding: 10px 0 12px;
	min-height: 40em;
}
#secondary, #secondary-nav {
	padding-top: 6px;
}
#section-navigation {
	width: 100%;
	padding: 0 0 20px;
	margin-left: 0;
}
#header {
	float: left;
	width: 100%;
}
#identity, #navigation ul {
	width: 960px;
	margin: 0 auto;
}
#navigation {
	float: left;
	width: 100%;
	clear: both;
	background: #ccc;
}
#navigation ul ul {
	width: auto;
}

/* Misc */
hr {
	display: none;
}
p.last, ul.last, ol.last, dl.last {
	margin-bottom: 0;
}
p.note {
	padding: 10px;
	border: 1px solid #ccc;
}
.more {
	padding-right: 8px;
	background: transparent url('../images/layout/bullets_vector/triangle_right_red.svg') no-repeat 100% 60%;
	background-size: 4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.more {
		background-position: 100% 65%;
	}
}
no-svg .more {
	background: transparent url('../images/layout/right_red.gif') no-repeat 100% 80%;
}
.image-left {
	float: left;
	margin: 0 12px 6px 0;
	max-width: 40%;
}
.image-right {
	float: right;
	margin: 0 0 6px 12px;
	max-width: 40%;
}
img {
	max-width: 100%;
}

#skipnav {
	position: absolute;
	top: -1000em;
	left: -1000em;
}

/* Project CSS
   - College of Engineering
   - Branding Site
   ************************************************************************** */


/* Cornell Identity
   ************************************ */
#cu-logo {
	position: relative;
}
#cu-logo a {
	width: 300px; /* Defines the active area for the standalone CU logo link */
}
#cu-logo.unit75 #unit-link {
	width: 232px; /* Defines the active area for the unit signature link */
}
#search-form {
	font-size: 85.7%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Theme Basics
   ************************************ */
body {
	background: #fff; /* footer color */
	font-family: Open Sans, Arial, Helvetica, sans-serif; /* custom body font */
	font-size: 87.5%; /* 14pt base */
}
h1, h2, h3, .CS_Textblock_Caption {
	/* custom header font */
	font-family: Open Sans, Arial, sans-serif;
	font-weight: 700;
	color: #333;
}

.clear {clear: both;}

h3, .CS_Textblock_Caption {font-weight: 600; display: block; margin-bottom: 0.5em;}
#secondary .CS_Textblock_Caption {font-weight: 500;}

h2.section {
	text-transform: uppercase;
	color: #8aa8a8;
}
#wrap a, #footer a, .home-content-wrap a {
	color: #f08800;
}
#wrap a:visited, #footer a:visited, .home-content-wrap a:visited {
	color: #d9b682;
}
#wrap a:hover, #footer a:hover, .home-content-wrap a:hover, #wrap a:focus, #footer a:focus, .home-content-wrap a:focus {
	color: #d31e00;
}
#wrap a:active, #footer a:active, .home-content-wrap a:active {
	color: #721000;
}
.more {
	background: transparent url('../images/project/triangle_right_blue.svg') no-repeat 100% 60%;
	background-size: 5px;
	padding-right: 10px;
}
no-svg .more {
	background: transparent url('../images/project/right_blue.gif') no-repeat 100% 80%;
}
#content-wrap {
	float: left;
	width: 100%;
	border: 0;
	/*border-bottom: 21px solid #e8eeee;*/
}
#wrap {
	/*background: #fff url('../images/project/banner_atrium.jpg') 50% 0 no-repeat;*/
}
blockquote, p.note, pre, #wrap table, #wrap th, #wrap td, #wrap form fieldset, #wrap form.webform-client-form > div {
	border-color: #ccc; /* line color */
}
#wrap hr {
	display: block;
	margin: 3px 0 15px;
	border: 0;
	/*border-top: 3px solid #d1b898;*/
	padding-top: 5px;
	background: url(../images/project/footer_bar.gif) no-repeat;
}
#header {
	border: 0;
	min-height: 18em;
}

.theme-white #header, .white #header {
	/*border-top: 1px solid #bbb;*/
}
.theme-gray #header, .gray #header {
	border-top: 5px solid #a2a3a5;
}
#header h1 {
	font-size: 3.0em;
	margin: 2% 0 0;
}
#header h1 em {
	font-style: normal;
	color: #999;  /* header title accent */
}
#header h1.autoscale {
	margin: 0;
	white-space: nowrap;
	line-height: 1.4;
	text-shadow: 0 2px #fff;
}
#header h1.autoscale em {
	color: #c2443e;
}
#header a {
	color: #000;
	text-decoration: none;
}
/*
#header h2 {
	font-size: 2.0em;
	margin: 0 0 2%;
}
*/
#header-titles {
	position: absolute;
	top: -1000em;
	left: -1000em;
}

#identity-content {
	float: left;
	width: 28%;
	background: #34464a;
	color: #fff;
	text-align: right;
	padding: 18px 3%;
	position: relative;
	z-index: 2;
}
.home #identity-content {
	padding: 25px 3%;
}
.user-font-scaled #identity-content {
	width: 22.4em;
	max-width: 44%;
}
#identity-content h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 4.286em;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.home #identity-content h2 {
	color: #b78cce;
	font-size: 4em;
	margin: 0 0 10%;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}
#identity-content h3 {
	font-size: 1.714em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
}
#main {
	/*margin-top: -55px;*/
	background: #fff;
}
.home #main {
	background: transparent;
	position: relative;
	padding-bottom: 0;
}
.user-font-scaled #main {
	margin-top: 0;
}

/* Frames and Shadows
   ************************************ */
   
.dropshadow {
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
}
.dropshadow-dark {
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
}
.dropshadow-diffuse {
	-moz-box-shadow: 0 1px 24px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 1px 24px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 24px rgba(0, 0, 0, .15);
}
body.rounded .rounded {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.framed {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid #fff;
}

/* iFrame */
iframe  {
  max-width: 100% !important;
}


/* Main Navigation 
   ************************************ */
   
#navigation-bar {
	background: none;
	margin-top: 1em;
}
#navigation-wrap {
	width: auto;
	margin: 0 auto;
}
#navigation {
	background: none;
	float: left;
	/*width: 56%;*/
	width: 100%;
	clear: none;
}
.user-font-scaled #navigation {
	width: 25em;
	max-width: 50%;
}
#navigation h3 {
	display: none;
}
#navigation ul {
	width: auto;
}
#navigation li {
	font-family: Roboto Condensed, Arial, sans-serif;
	font-size: 1.286em;
	font-stretch: condensed;
	line-height: 1.3em;
	float: left;
	text-align: right;
	background: #34464a;
	margin: 0;
	padding: 0;
	width: 14.285%;
	/*width: 7.45em;*/
	height: 4em;
	transition: background .1s;
	-moz-transition: background .1s;
	-ms-transition: background .1s;
	-o-transition: background .1s;
	-webkit-transition: background .1s;
}

#navigation li.accent1 {
	background: #34464A;
	background: rgba(52, 70, 74, 0.9);
}
#navigation li.accent2 {
	background: #962326;
	background: rgba(150, 35, 38, 0.9);
}
#navigation li.accent3 {
	background: #366;
	background: rgba(51, 102, 102, 0.9);
}
#navigation li.accent4 {
	background: #F90;
	background: rgba(255, 153, 0, 0.9);
}
#navigation li.accent5 {
	background: #966;
	background: rgba(153, 102, 102, 0.9);
}
#navigation li.accent6 {
	background: #063;
	background: rgba(0, 102, 51, 0.9);
}
#navigation li.accent8 {
	background: #960;
	background: rgba(153, 102, 0, 0.9);
}

#navigation li.accent1:hover {
	background: #1A5764;
}
#navigation li.accent2:hover {
	background: #B90004;
}
#navigation li.accent3:hover {
	background: #138686;
}
#navigation li.accent4:hover {
	background: #E6A000;
}
#navigation li.accent5:hover {
	background: #843362;
}
#navigation li.accent6:hover {
	background: #257317;
}
#navigation li.accent8:hover {
	background: #BB7E00;
}
#navigation li a {
	display: table;
	vertical-align: bottom;
}
#navigation li a span {
	height: 3.8em;
	display: table-cell;
	vertical-align: bottom;
}
#navigation li.active {
	height: 7.5em;
}
#navigation li.active a span {
	height: 7em;
}
#navigation li a, #navigation li a:visited {
	color: #fff;
	float: left;
	width: 80%;
	margin: 0 10%;
	text-decoration: none;
	text-transform: uppercase;
	border: none !important;
	transition: background-color .1s;
	-moz-transition: background-color .1s;
	-ms-transition: background-color .1s;
	-o-transition: background-color .1s;
	-webkit-transition: background-color .1s;
}
#navigation li a:hover {
	color: #fff;
}
#navigation li a:active {
	color: #000;
}
#navigation li:first-child a, #navigation li.first a {
	/*padding-left: 0;*/
}
#navigation li:last-child a, #navigation li.last a {
	/*padding-right: 0;*/
}
.nav-centered #navigation ul {
	width: 100%;
	border-right: #ddd;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.nav-centered #navigation li {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.nav-centered #navigation li:last-child, .nav-centered #navigation li.last {
	border-right: 0;
}
.nav-centered #navigation li a {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}
#navigation ul ul, .nav-centered #navigation ul ul {
	display: none;
}

/* Breadcrumbs
   ************************************ */
   
#breadcrumbs {
	display: inline-block;
	/*width: 100%;*/
	margin: 0 0 12px;
	width: 62%;
}
#breadcrumbs li {
	display: inline;
	margin: 0 0 0 12px;
	padding: 0;
	background: none;
}
#breadcrumbs li:first-child, #breadcrumbs li.first {
	margin-left: 1px;
}
#breadcrumbs li.active-page {
	font-size: 0.917em;
}
#breadcrumbs li a, #breadcrumbs li a:hover, #breadcrumbs li a:active, #breadcrumbs li a:visited {
	font-size: 0.917em;
	padding: 0 12px 0 0;
	background: transparent url('../images/project/triangle_right_blue.svg') right 0.45em no-repeat;
	border: 0;
}
.no-svg #breadcrumbs li a, .no-svg #breadcrumbs li a:hover, .no-svg #breadcrumbs li a:active, .no-svg #breadcrumbs li a:visited {
	background: url('../images/project/right_blue.gif') right 0.45em no-repeat;
}

/* Section Navigation
   ************************************ */
#section-navigation h3, #secondary-nav h3:first-child {
	margin-bottom: 1em;
}
#section-navigation ul, ul#section-navigation {
	margin-left: 0;
}
#section-navigation ul ul, ul#section-navigation ul {
	margin: 4px 0 9px 5%;
}
#section-navigation ul li, ul#section-navigation li {
	background: none;
	margin: 0 0 1em;
	font-size: 1.071em;
	line-height: 1.4em;
	padding: 0 0 0 10px;
	font-weight: 700;
}
#section-navigation ul li li, ul#section-navigation li li {
	font-size: 1em;
}
#section-navigation ul li a, ul#section-navigation li a {
	display: block;
	text-decoration: none;
	transition: color .1s;
	-moz-transition: color .1s;
	-ms-transition: color .1s;
	-o-transition: color .1s;
	-webkit-transition: color .1s;
}
#section-navigation ul li a:visited, ul#section-navigation li  a:visited {
	color: #f08800;
}
#section-navigation ul li.active a, #section-navigation ul li a.active:visited, 
ul#section-navigation li.active a, ul#section-navigation li a.active:visited {
	color: #000;
}
#section-navigation {
	padding: 0;
}
ul#section-navigation li.first {
	margin-bottom: 1em;
	padding-left: 0;
}
ul#section-navigation li.first a {
	text-transform: uppercase;
	color: #333;
}
/* show-hide right column
   ************************************ */
#show-hide-secondary {
	position: absolute;
	top: -30px;
	right: 0;
	min-width: 324px;
	max-width: 99%;
	border: 1px solid #E8E8E8;
	font-size: 1em;
	line-height: 20px;
}

#show-hide-secondary a, .hide #show-hide-secondary a.active {
	text-decoration: none;
	display: block;
	height: 20px;
	overflow: hidden;
	padding: 4px;
	padding-left: 40px;
	background: url(../images/project/more-less.png) no-repeat 0 -30px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

#show-hide-secondary a.active, .hide #show-hide-secondary a {
	background: url(../images/project/more-less.png) no-repeat 0 0;
}
#show-hide-secondary a::before, .hide #show-hide-secondary a.active:before,
#show-hide-secondary a.active:before, .hide #show-hide-secondary a:before {
	font-size: 1.1em;
	font-weight: 600;
	font-family: Open Sans, Arial, Helvetica, sans-serif; /* match body font */
}
#show-hide-secondary a::before, .hide #show-hide-secondary a.active:before { 
	content: "see less ";
}

#show-hide-secondary a.active:before, .hide #show-hide-secondary a:before {
	content: "see more ";
}

.hide #secondary-wrap {
	position: absolute;
	float: none;
	background: #fff;
	top: 50px;
	right: 0;
	padding-bottom: 20px;
	z-index: 3;
}

#main-body h2:first-child {
	width: 60%;
}

/* Containel to fit content to the side of the section nav
   ************************************ */
.fitdiv {
	width: 60%;
	max-width: 100%;
	float: left;
}
.fitdiv table {
	width: 100% !important;
}
/* Footer
   ************************************ */

#footer, #subfooter {
	float: left;
	clear: both;
	width: 100%;
	padding: 1% 0 3%;
	background: #fff;
	min-height: 50px;
	/*color: #cfc5a8;*/
}

#footer {
	padding: 2% 0 0;
	background: url(../images/project/footer_bar.gif) no-repeat top center;
}

#footer h4 {
	text-transform: uppercase;
}
.footer-content {
	width: 960px;
	margin: 0 auto;
}
#footer ul, #subfooter ul {
	float: left;
	display: block;
	margin-left: 0;
}
#footer li, #subfooter li {
	padding: 0;
	margin: 0;
	float: left;
	background: transparent url('../images/layout/icon_footer_listdiv.gif') right center no-repeat;
}
#footer li {
	background: none;
	line-height: 1.3em;
	margin-bottom: 0.75em;
}
#footer .first, #subfooter .first, #subfooter li.sm.first {
	padding-left: 0;
}
#footer .last, #subfooter .last {
	background: none;
}
#footer a {
	/*color: #fff;*/
}
/*
#footer1, #footer2, #footer3 {
	width: 31%;
	margin-right: 3.5%;
	float: left;
}
#footer3 {
	margin: 0;
}
*/

#footer .CS_Textblock_Text li {
	/*width: 33.3%;*/
	display: inline-block;
	margin: 0 2em 1em 0;
}

p#cornell-rights {
	float: left;
	margin: 1em 0 0 0;
	padding: 0;
}
a.addthis_button {
	display: inline-block;
	margin-top: 1em;
}

/* Social Media Footer
   ************************************ */
#subfooter {
	padding: 2% 0 150px;
	display: table;
	height: 100%;
	background: #fff url(../images/project/bg_footer.gif) no-repeat 0 5em;
}

#subfooter ul {
	margin: 0;
	/*padding-left: 520px;*/
}
#subfooter li {
	line-height: 32px;
}
#subfooter li.sm {
	background: none;
	padding: 0 0 0 8px;
}
#subfooter li.sm a {
	display: block;
	width: 32px;
	height: 32px;
	/*background-repeat: no-repeat;
	background-size: 32px;*/
	-moz-border-radius: 240px;
	-webkit-border-radius: 240px;
	border-radius: 240px;
	overflow: hidden;
	text-indent: -1000em;
	background: #fff url('../images/project/media_icons/facebook-hover.png') no-repeat 0 -32px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
#subfooter li.sm a:hover {
	/*background-repeat: no-repeat;*/
	background-position: 0 0;
}
#subfooter li.facebook a {
	/*background-image: url('../images/project/facebook-64.png');*/
	background-image: url('../images/project/media_icons/facebook-hover.png');
	/*background-size: 32px;*/
}
#subfooter li.twitter a {
	/*background-image: url('../images/project/twitter-64.png');*/
	background-image: url('../images/project/media_icons/twitter-hover.png');
	/*background-size: 32px;*/
}
#subfooter li.youtube a {
	/*background-image: url('../images/project/youtube-64.png');*/
	background-image: url('../images/project/media_icons/youtube-hover.png');
	background-size: 32px;
}
#subfooter li.googleplus a {
	background-image: url('../images/project/googleplus-64.png');
	background-size: 32px;
	background-position: 1px 2px;
}
#subfooter li.linkedin a {
	/*background-image: url('../images/project/linkedin-64.png');*/
	background-image: url('../images/project/media_icons/linkedin-hover.png');
	/*background-size: 32px;*/
}
#subfooter li.department a {
	/*background-image: url('../images/project/facebook-64.png');*/
	background-image: url('../images/project/media_icons/department-hover.png');
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	/*background-size: 32px;*/
	
}
#subfooter li.rss a {
	background-image: url('../images/project/rss-64.png');
	background-size: 32px;
}
.no-backgroundsize #subfooter li.facebook a {
	background-image: url('../images/project/facebook-32.png');
}
.no-backgroundsize #subfooter li.twitter a {
	background-image: url('../images/project/twitter-32.png');
}
.no-backgroundsize #subfooter li.youtube a {
	background-image: url('../images/project/youtube-32.png');
}
.no-backgroundsize #subfooter li.googleplus a {
	background-image: url('../images/project/googleplus-32.png');
}
.no-backgroundsize #subfooter li.linkedin a {
	background-image: url('../images/project/linkedin-32.png');
}
.no-backgroundsize #subfooter li.rss a {
	background-image: url('../images/project/rss-32.png');
}

/* white over colored backgrounds */ /* ------------------------
#subfooter li.facebook a {
	background-color: #3d589a;
	background-image: url('../images/project/sm_icons_white/facebook-64.png');
	background-size: 30px;
}
#subfooter li.twitter a {
	background-color: #2fcbff;
	background-image: url('../images/project/sm_icons_white/twitter-64.png');
}
#subfooter li.youtube a {
	background-color: #cd2616;
	background-image: url('../images/project/sm_icons_white/youtube-64.png');
}
#subfooter li.googleplus a {
	background-color: #d74a27;
	background-image: url('../images/project/sm_icons_white/googleplus-64.png');
	background-position: 1px 2px;
}
#subfooter li.rss a {
	background-color: #8641a0;
	background-image: url('../images/project/sm_icons_white/rss-64.png');
}
.no-backgroundsize #subfooter li.facebook a {
	background-image: url('../images/project/sm_icons_white/facebook-32.png');
}
.no-backgroundsize #subfooter li.twitter a {
	background-image: url('../images/project/sm_icons_white/twitter-32.png');
}
.no-backgroundsize #subfooter li.youtube a {
	background-image: url('../images/project/sm_icons_white/youtube-32.png');
}
.no-backgroundsize #subfooter li.googleplus a {
	background-image: url('../images/project/sm_icons_white/googleplus-32.png');
}
.no-backgroundsize #subfooter li.rss a {
	background-image: url('../images/project/sm_icons_white/rss-32.png');
}
--------------------------------------------------------------- */


/* Content Regions
   ************************************ */

#col1, .col1 {
	float: left;
	width: 44%;
	margin: 0 3%;
	clear: left;
}
#col2, .col2 {
	float: left;
	width: 44%;
	margin: 0 3%;
}
#secondary-wrap {
	float: right;
	width: 40%;
	/*margin-top: -2em;*/
}
.calendar #secondary-wrap {
	margin-top: 2em;
}
#secondary, #secondary-nav {
	float: right;
	width: 90%;
	padding: 0 3% 0 7%;
	border-left: 1px solid #5c5c5c;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#secondary {
	border-left: 1px solid #ccc;
	margin-top: 2em;
}

#secondary-nav {
	padding-top: 10px;
}

#main-body {
	float: left;
	width: 57%;
	margin: 0 2% 1% 3%;
	position: relative;
	padding-top: 2px;
}
#main-top {
	float: left;
	width: 94%;
	padding: 1% 3% 0;
	margin: 0;
}
#main-bottom {
	float: left;
	width: 57%; /* remove for full width (like #main-top) */
	margin: 0 2% 0 3%;
	clear: left;
	padding: 4% 0 0;
	background: #fff;
	border-top: 2px solid #ddd;
	display: none;
}

#footer1, #footer2, #footer3 {
	width: 30%;
	margin: 0 3% 0 0;
	float: left;
}
/*#footer3 {
	margin: 0;
}*/

/* Alternate Layouts
   -------------------- */
.onecolumn #main-body, .onecolumn #main-bottom {
	width: 94%;
	margin: 0 3% 1%;
}
.onecolumn #main-body #secondary-nav {
	margin: 0 0 5px 3%;
	padding-right: 0;
}
.sidebar-left #secondary, .sidebar-left #secondary-nav {
	float: left;
	width: 33.75%;
	padding-left: 0;
	padding-right: 4%;
	border-left: 0;
	border-right: 2px solid #d1b898;
}
.sidebar-left #main-body, .sidebar-left #main-bottom {
	float: right;
}
.sidebar-left #col1 {
	width: 46%;
	margin: 0 4% 0 0;
}
.sidebar-left #col2 {
	width: 46%;
	margin: 0 0 0 4%;
}
.backgroundsize .sidebar-tint #main {
	background-image: url('../images/layout/sidebar_right.png');
	background-position: 0 0;
	background-repeat: repeat-y;
	background-size: 100%;
}
.backgroundsize .sidebar-left.sidebar-tint #main {
	background-image: url('../images/project/sidebar_left_blue.png');
}
.backgroundsize .sidebar-tint #secondary {
	padding-left: 2%;
	padding-right: 2%;
	border-width: 0;
}
.backgroundsize .sidebar-tint #secondary-nav, .backgroundsize .sidebar-tint #footer1 {
	padding-left: 0;
	padding-right: 0;
	border-width: 0;
}
.backgroundsize .sidebar-tint #secondary-nav h2 {
	padding: 0 6%;
}
.no-backgroundsize .sidebar-tint #main {
	/* an AlphaImageLoader filter could be used here to support old versions of IE */
}

/* CS elements 
   -------------------- */
   
/* image with caption */

.CS_Element_Image {
	max-width: 100%;
	margin-bottom: 1.5em;
	margin: 0 1.5em 1em 0;
	display: inline-block;
	float: left;
}
#secondary .CS_Element_Image {
	margin: 2em 0;
}
.CS_Element_Image img {
	display: inline-block;
	max-width: 100%;
}
.CS_Image_Caption {
	padding: 0.8em;
	line-height: 1.5em;
	background: #EDEEEF;
	margin-top: -2px;
}

.CS_Element_Image.right {
	float: right;
	margin: 0 0 1em 1.5em;
}

/* table of content list */
.toc ul {
	border-left: 1px solid #ccc;
	margin: 0 0 2em 0;
	padding: 1em 0;
}

.toc ul li {
	background-image: none;
}


/* Homepage Features
   ************************************ */
.home-content-wrap {
	float: left;
	width: 100%;
	margin-top: -50px;
	position: relative;
	z-index: 100;/* adjust for fancybox and section nav column */
}
.home-content {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	min-height: 200px;
	padding-top: 25px;
}

#main-body.home-content-top {
	background: #fff;

}

.home-content .col1, .home .col1 {
	margin-left: 0;
}



/* "View All" Buttons
   -------------------- */
ul.events-spotlights-links, .see-more ul, .events-home-links {
	float: left;
	/*width: 100%;
	clear: both;*/
	margin-left: 0;
}

.events-spotlights-links li, .see-more ul li, .events-home-links li {
	display: inline;
	background-image: none;
	padding: 0 1em 0 0;
}


/* Homepage Image Rotator
   ************************************ */

#wrap {
	background: transparent url('../images/project/banner2.jpg') 50% 0 no-repeat;
	background-size: 100%;
	position: relative;
}
.home #wrap, #wrap.home {
	/*background: transparent url('../images/rotator/blank.png') 50% no-repeat;*/
	background: #2e2e2e url('../images/rotator/garcia.jpg') 50% no-repeat;
	background-size: cover;
}

.image-loader {
	display: none;
}
.slide-buffer {
	float: left;
	width: 100%;
	height: 100%;
	background: transparent /*url('../images/rotator/blank.png')*/ 50% no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
}
.no-display {
	position: absolute;
	top: -1000em;
	left: -1000em;
}
#header, #midband-wrap, #content-wrap, #subfooter {
	position: relative;
	z-index: 1;
}
#campaign-feature {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 80%;
	margin: 5% 0 1%;
	padding: 2% 0 0.5%;
	/*background: rgba(0,0,0,0.25);*/
}
.home #campaign-feature {min-height: 38.5em;}
.home.section #campaign-feature {min-height: 22em;}
@media only screen and (max-width: 800px) { 
.home #campaign-feature, .home.section #campaign-feature {min-height: 75%;}
#campaign-feature-nav {bottom: 0 !important;}
}
#campaign-feature-caption {
	float: left;
	clear: both;
	width: 30em;
}
#campaign-feature h3, #campaign-feature h4, #campaign-feature p, #campaign-feature li, 
#campaign-feature a, #campaign-feature a:visited, #campaign-feature a:hover, #campaign-feature a:active {
	color: #fff;
}
#campaign-feature a:hover .campaign-link, #campaign-feature a:active .campaign-link {
	/*background: rgba(243, 139, 0, 0.2);*/ /* orange */
	background: rgba(0, 0, 0, 0.35);
}
#campaign-feature .campaign-more {
	text-transform: uppercase;
}
#campaign-feature h3 {
	font-size: 2.0em;
	font-weight: 700;
	line-height: 1;
	margin-top: -1em;
	margin-bottom: 0.6em;
}
#campaign-feature h4 {
	margin-bottom: 0;
	line-height: 1;
}
#campaign-feature p {
	margin-bottom: 0.25em;
}
#campaign-feature em {
	text-transform: uppercase;
	font-style: normal;
}
#campaign-feature strong {
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 0.8;
	font-weight: 800;
}
#campaign-feature strong:last-child {
	line-height: 0.65;
}
#campaign-feature-nav {
	position: absolute;
	bottom: 4em;
	width: 100%;
}
#campaign-feature-nav ul {
	margin: 1em 0 0;
	float: right;
	width: 100%;
}
#campaign-feature-nav li {
	background: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: inline-block;
	line-height: 1;
}
#campaign-feature-nav li a, #campaign-feature-nav li a:visited {
	float: left;
	background: #000;
	color: #fff;
	margin: 0 0.25em 0;
	padding: 0;
	width: 2.2em;
	height: 2.2em;
	line-height: 2.2em;
	text-align: center;
	font-size: 0.917em;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#campaign-feature-nav li:first-child a {
	margin-left: 0;
}
#campaign-feature-nav li.active a, #campaign-feature-nav li.active a:visited {
	color: #3c2200;
	background: #fff;
	font-size: 1.0em;
	font-weight: bold;
	width: 2em;
	height: 2em;
	line-height: 2em;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}
#campaign-feature-nav li a:hover, #campaign-feature-nav li a:active {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #fff;
}
#campaign-feature-nav li.active a:hover, #campaign-feature-nav li.active a:active {
	color: #000;
}
#campaign-feature-nav li a em {
	text-indent: -1000em;
}


/* Flexible Width
   ************************************ */

#cu-identity, #wrap, #footer {
	min-width: 960px;
}
.flexible #cu-identity, .flexible #wrap, .flexible #footer {
	min-width: 0;
}
.flexible #cu-identity-content, .flexible #identity, .flexible #navigation-wrap, .flexible .footer-content, .flexible #content, .flexible #midband {
	width: 92%;
	max-width: 1100px;
}
.flexible.unconstrained #cu-identity-content, .flexible.unconstrained #identity, .flexible.unconstrained #navigation-wrap, .flexible.unconstrained .footer-content, .flexible.unconstrained #content, .flexible.unconstrained #midband {
	width: 98%;
	max-width: none;
}

/* New 2014 Cornell Engineering Identity 
   ************************************ */

#cu-identity {
	border-top: 5px solid #b31b1b;
	height: 129px !important;
	position: relative;
}

/* search form
   -------------------- */
#cu-search {
	position: static;
	margin: 1em 0 0;
}
#search-form {
	float: right;
	font-size: 100%;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
}
#search-form label {
	font-weight: 400;
}
#search-filters {
	margin-right: 3.25em;
}
#search-form-query {
	width: 20em;
	height: 2.25em;
	font-size: 1em;
	margin-left: 0.5em;
	border: 1px solid #666;
	border-top-color: #444;
	border-right-color: #999;
	border-bottom-color: #999;
	padding: 3px 6px;
	background: #ededed;
	background: -moz-linear-gradient(top,  #d6d6d6 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #d6d6d6 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #d6d6d6 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #d6d6d6 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #d6d6d6 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 );
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#search-filters a {
	margin: 1px 1px 0 15px;
	text-decoration: none;
	color: #b31b1b;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#search-filters a {
		margin: 4px 1px 0 15px;
	}
}
#search-filters a:hover {
	color: #c61e1e;
}
#search-filters a:active {
	color: #780000;
}
#search-form-submit {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	padding: 0 0 1px;
	width: 2.75em;
	height: 2.25em;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 0.35em;
	border: 0;
	background: #b31b1b;
	color: #fff;
	cursor: pointer;
}
#search-form-submit:active {
	background: #780000;
}

/* search toggle
   -------------------- */
#search-box {
	height: 6.5em;
	background: #a6a6a6 url('../images/project/bg_searchbox4.jpg') 0 -10px no-repeat;
	display: none;
}
#search-box-content {
	margin: 0 auto;
	width: 960px;
}
#search-button {
	float: right;
}
#search-button a {
	float: left;
	width: 38px;
	height: 38px;
	overflow: hidden;
	text-indent: -1000em;
	background: #b31b1b url('../images/project/icon_search32.png') 11px 12px no-repeat;
	background-size: 16px;
	margin-top: -5px;
}
.no-backgroundsize #search-button a {
	background-image: url('../images/project/icon_search_sm.png');
}
#search-button a:active {
	background-color: #7a7a7a;
}
#search-button a.open {
	background-color: #a6a6a6;
}
#search-button a.open:active {
	background-color: #761212;
}

/* Cornell Engineering branding
   -------------------- */
#custom-branding {
	position: absolute;
	bottom: 12px;
	width: 800px;
	height: 50%;
	background: transparent url('../images/project/cee_2x.png') no-repeat 0 0;
	background-size: auto 100%;
}
#custom-branding img {
	display: none;
}
#custom-branding h1 span, #custom-branding h2 span {
	display: inline-block;
	text-indent: -100em;
	overflow: hidden;
}
#custom-branding h1, #custom-branding h2 {
	margin: 0;
	padding: 0;
}
#custom-branding a {
	display: block;
	text-decoration: none;
}
#cu-seal {
	/*float: right;*/
	position: relative;
	left: -12px;
	top: 17px;
}
#cu-seal img {
	float: right;
}

/* Components in main area
   ************************************ */
   
/*   global pagination styles */
.pager, .alpha-nav {
	margin: 0 0 1em 0;
	float: left;
}
.pager li, .alpha-nav li {
	display: inline-block;
	background-image: none;
	padding-left: 0;
	margin: 0 0.1em 1em 0;
}

.pager li a, .alpha-nav li a {
	padding: 0.2em 0.7em;
	background: #F6F1E8;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.95em;
} 

.pager li.active a, .alpha-nav li.active a {
	background: #D5C19B;
	color: #000 !important;
}

.month-nav {
	float: left;
	margin: -1em 0 2em 0;
	padding: 0;
	clear: left;
}

.month-nav li {
	background-image: none;
	padding: 0;
	display: inline-block;
	margin: 0 1em 0 0;
}

/* news, events, spotlights */
#news-module.listing {
	clear: left;
	float: left;
	margin-top: -1em;
}
p.view-archive-link {
	clear: left;
}
.element-list-item {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}
h2#hdr-news {
	clear: left;
	width: 100%;
	float: left;
	/*margin-top: -0.5em;*/
}
.element-list-item .list-item-thumbnail {
	float: left;
	display: inline-block;
	width: 20%;
	height: auto;
	margin-right: 2%;
	/*background: #A4B7B7;*/
	overflow: hidden;
	/*padding: 6px 0;*/
}

#main-body #news-module.listing .element-list-item .list-item-thumbnail {max-width: 85px;}
/*#spotlights-module .element-list-item .list-item-thumbnail {max-width: 85px;}*/

.element-list-item .list-item-thumbnail img {
	max-width: 100%;
}



.spotlight-teaser .element-list-item .list-item-thumbnail img {

}

/* news */
.listing-meta {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}
.listing-meta .listing-tn {
	float: left;
	width: 20%;
	height: auto;
	margin-right: 5%;
	overflow: hidden;
/*	background: #A4B7B7;
	padding: 6px 0;*/
}
.element-list-item .list-item-details {
	float: left;
	width: 75%;/* revisit */
	margin-bottom: 0;
	clear: right;
}

.element-list-item ul.listing-meta {
	margin: 0 0 0.5em 0;
	}
#events-component.listing ul.listing-meta {
	padding: 0;
	margin-left: 0;
}
#events-component.listing ul.listing-meta li {
	display: inline !important;
	background-image: none;
	padding: 0;
	margin-right: 1em;
}

.listing-meta h4, .listing-meta h3 {
	font-size: 1.1em;
}
.listing-meta .listing-tn img, .list-item-thumbnail img {
	max-width: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0;
}

#listing.news-listing .listing-meta img {
	float: left;
	width: 25%;
	max-width: 120px;
	height: auto;
	margin-right: 2%;
	/*background: #A4B7B7;
	padding: 6px 0;*/
}

.list-item-details p.listing-meta, #listing.news-listing .listing-meta .news-date {
	display: inline-block;
	width: auto;
	padding: 0.3em 0.7em;
	background: #F08800;
	text-decoration: none;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0.4em 1em 0.5em 0;
}

.list-item-details p.listing-meta a {
	color: #fff !important;
}

/* news in sidabar */

#secondary .listing-meta {
	margin-bottom: 1em;

}

#secondary .listing-meta img {
	float: left;
	width: 25%;
	margin-right: 5%;
	max-width: 85px;
}

#secondary #news.teaser p {
	clear: both;
}

/* details page */
.main-photo-small {
	float: left;
	max-width: 320px;
	min-width: 211px;
	margin: 1em 2em 1.2em 0;
	background: #EDEEEF;
}

.main-photo-small .caption {
	padding: 0.5em;
}

/* Events calendar */
/* pop up date picker */
.calendar {
	z-index: 1000;
}
/* sidebar calendar */
#events-component-sidebar .events-calendar-feature, .small-calendar-navigation, .content-area-calendar-nav {
	text-align: center;
	padding: 0;
	margin: 1em 0 0 0;
}
#events-component-sidebar .events-calendar-feature td {
	text-align: center;
}
td.current-day {
	background: #ccc;
}

#events-component-sidebar .month-navigation li, .small-calendar-navigation li, .content-area-calendar-nav li {
	display: inline-block;
	padding: 0;
	margin: 0;
	background-image: none;
	line-height: 1.0em;
}
#events-component-sidebar .month-navigation li em {
	display: none;
}
#events-component-sidebar .month-navigation li {
	font-size: 1.4em;
	overflow: inherit;
}
#events-component-sidebar .month-navigation li a {
	display: inline-block;
	padding: 3px;
	width: 13px;
	height: 13px;
	overflow: hidden;
	text-decoration: none;
	line-height: 1em;
	margin: 0 10px;
	color: #000;
	background: #E8E8E8;
	font-size: 0.7em;
}
#events-component-sidebar .month-navigation li a:hover {
	color: #fff;
	background: #F08800;
}
:before, :after {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
}
#events-component-sidebar .month-navigation li.prev a:before {
	content:"<";
}

#events-component-sidebar .month-navigation li.next a:after {
	content:">";
}

#events-component-sidebar .small-calendar-navigation {
	margin-bottom: 0.5em;
}
#events-component-sidebar .small-calendar-navigation li {
	margin: 0 0.5em;
}
/* main calendar */
#events-component.listing {
	width: 60%;
}
#events-component.listing .content-area-calendar-nav {
	text-align: left;
	margin-bottom: 1em;
}

#events-component.listing .content-area-calendar-nav a {
	display: inline-block;
	padding: 4px 8px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	text-decoration: none;
}

#events-component.listing .content-area-calendar-nav .prev a:before {
	content:"< ";
}

a.view-all-monthly-events {
	display: inline-block;
	margin-left: 1em;
	font-size: 0.7em;
	text-decoration: none;
}

#events-component.listing .content-area-calendar-nav .next a:after, a.view-all-monthly-events:after {
	content:" >";
}

#events-component.listing .day-header {
	display: inline-block;
	float: left;
	padding: 6px 8px;
	background: #F08800;
	color: #fff;
	margin-bottom: 1em;
}
#events-component.listing h5 {
	clear: left;
}

#events-component.details .listing-meta {
	float: none;
	font-weight: 700;
}

/* teaser */
#events-component.teaser ul.teaser-listing li, #events-component.teaser ul.teaser-listing {
	background-image: none;
	padding-left: 0;
	margin-left: 0;
}

/* people */
#people.listing, #people.listing table {
	clear: left;
}

#people.listing table img {
	min-width: 70px;
	max-width: 85px;
}

#people.details .image-meta {
	width: 60%;
	background: #F4F4F4;
	display: inline-block;
	margin-bottom: 2em;
}

#people.details .image-meta .listing-meta {
	width: 67%;
	float: left;
	display: inline-block;
}
#people.details .image-meta img {
	float: left;
	width: 30%;
	margin-right: 3%;
}

#people.details .image-meta ul {
	margin: 0.2em 0 0 0;
}

#people.details .image-meta li {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 0.9em;
	background-image:none;
}

#people-filter.sidebar .form-value, #people-filter.sidebar .form-item, #people-filter.sidebar select#dept {
	width: 100% !important;
	text-align: left;
}

#people.details .image-meta li.name {
	font-size: 1.4em;
	margin-bottom: 0;
}

#faculty-sidebar-links {
		margin: 0 0 2em 0;
}

#faculty-sidebar-links, #faculty-sidebar-links li {
	background-image: none;
	padding-left: 0;
}

#people.details table {
	width: auto !important;
	min-width: 60%;
}

   
/* Middle page colored band
   ************************************ */
 
.tertiary-bar-wrap {
	background: #88A2A2;
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: -5px;
	position: relative;
}

#CS_Element_teritarycolumn {
	width: 100% !important;
	position: relative;
}

.tertiary-bar-wrap.home {
	position: relative;
}

.tertiary-bar {
	margin: 0 auto;
	max-width: 910px;
	padding: 2% 1%;
	color: #fff;
	position: relative;
}

.tertiary-bar .CS_Textblock_Text {
	padding-bottom: 2em;
}

.tertiary-bar a, .tertiary-bar a:active, .tertiary-bar a:visited, .tertiary-bar #CS_Element_teritarycolumn a, .tertiary-bar #CS_Element_teritarycolumn a:active, .tertiary-bar #CS_Element_teritarycolumn a:visited {
	color: #000 !important;
	text-decoration: none;
}

.tertiary-bar a:hover, .tertiary-bar a:focus, .tertiary-bar #CS_Element_teritarycolumn a:hover, .tertiary-bar #CS_Element_teritarycolumn a:focus {
	color: #fff;
	text-decoration: underline;
}

.tertiary-bar h1, .tertiary-bar h2, .tertiary-bar h3, .tertiary-bar h4 {
	color: #fff;
}

.tertiary-bar h3 {
	text-transform: uppercase;
	margin-bottom: 1em;
}

.tertiary-bar .CS_Textblock_Caption {
	display: block;
	margin-bottom: 0.2em;
	text-transform: uppercase;
}

.tertiary-bar h4 {
	font-size: 1.1em;
	margin-bottom: 0;
}

.tertiary-bar .col1 {
	margin-left: 0;
}
.tertiary-bar .col1 {
	width: 48%;
	margin: 0 4% 0 0;
}
.tertiary-bar .col2 {
	width: 48%;
	margin: 0;
} 

/* Image Gallery
   ************************************ */
#image-gallery.details {
	max-width: 540px;
   }
   
#image-gallery .webring li, #image-gallery .webring, #image-gallery .more {
	display: inline-block;
	background-image: none;
	padding: 0;
	margin: 0;
	line-height: 1em;
}

#image-gallery .webring li.prev {
	margin-right: 0.5em;
	padding-right: 0.7em;
	border-right: 1px solid #ccc;
}

#image-gallery .webring li.prev:before, #image-gallery .webring li.next:after, #image-gallery .more:before {
	content: "";
	font-family: FontAwesome;
	display: inline-block;
	font-style: normal;
    font-weight: bold;
	color: #b31b1b;
}

#image-gallery .webring li.prev:before, #image-gallery .more:before {
	content: "\f104";
	padding-right: 0.5em;
}

#image-gallery .webring li.next:after {
	content: "\f105";
	padding-left: 0.5em;
}

#image-gallery img {
	display: inline-block;
	margin: 1em 0;
}

#image-gallery .image-credit {
	font-style: italic;
	margin-bottom: 0.2em;
	color: #666;
}

#image-gallery.list .listing-meta img {
	float: left;
	margin: 0 1em 0 0;
}

/* Components in tertiary bar
   ************************************ */
#video-gallery.listing .element-list-item {
	width: 45%;
	margin-right: 1.5%;
	padding: 1.5%;
	border: 1px solid #E8E8E8;
}

.pager-container, #video-gallery.listing {
	width: 100%;
	clear: both;
	float: left;
}
.pager-container h3 {
	display: inline-block;
	float: left;
	font-size: 1.1em;
	margin-right: 0.5em;
}

/* spotligts */
.tertiary-bar .element-list-item {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}
.tertiary-bar .element-list-item .list-item-thumbnail {
	margin-right: 5%;
	height: 85px;
	background: #9DB3B3;
	overflow: hidden;
	position: relative;
}

.tertiary-bar .element-list-item .list-item-thumbnail img {
	width: 100%;
	height: auto;
}
.tertiary-bar .spotlight-teaser .element-list-item .list-item-thumbnail img {
	width: 170px !important;
	max-width: 170px !important;
	height: 85px;
	position: absolute;
	top: 0;
}

.tertiary-bar .col1 .spotlight-teaser .element-list-item .list-item-thumbnail img, .tertiary-bar .col2 .spotlight-teaser .element-list-item .list-item-thumbnail img {
	left: -50%;
}

a:hover img {
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
	-webkit-filter: opacity(0.9) contrast(1.2);
}

/* news */
.col2 .listing-meta, .col2 .listing-meta {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}
.col2 .listing-meta .listing-tn, .col1 .listing-meta .listing-tn {
	float: left;
	width: 25%;
	height: auto;
	margin-right: 5%;
/*	background: #A4B7B7;
	padding: 6px 0;*/
}
.col2 .listing-meta h4, .col1 .listing-meta h4, .col2 .listing-meta p, .col1 .listing-meta p {
	float: right;
	width: 70%;
	margin-bottom: 0;
}

.col2 .listing-meta h4, .col1 .listing-meta h4 {
	font-size: 1.1em;
}
.col2 .listing-meta .listing-tn img, .col1 .listing-meta .listing-tn img, .tertiary-bar .list-item-thumbnail img {
	max-width: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0;
}

/****************************************
 * Sitemap
 ****************************************/

#sitemap img {
	border: none;
	margin-right: 6px;
	cursor: pointer;
}

#sitemap #expandAll {
	font-size:1.2em;
	font-weight: bold;
	margin-bottom: 16px;
}

#sitemap ul {
	margin: 0 0 0 16px;
}

#sitemap li {
	background: url(../images/layout/regular.gif) no-repeat 0 50%;
	padding: 0 0 0 16px;
}

#sitemap li.parent {
	background: none;
	margin-left: -16px;
}

.note {
	overflow: hidden;
}

/* Icons and buttons 
   ************************************ */
   
.home-support {
	float: left;
	clear: both;
	width: 100%;
}
.home-support p {
	display: inline-block;
	border: 1px solid #BAC9C9;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.home-support .CS_Textblock_Text a.cee-support, 
.home-support .CS_Textblock_Text a.cee-support:visited,
.home-support .CS_Textblock_Text a.cee-positions, 
.home-support .CS_Textblock_Text a.cee-positions:visited 
{
	display: block;
	padding: 1em;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #88A2A2;
	color: #fff !important;
	border: 1px solid #fff;
	text-decoration: none;
}

.home-support .CS_Textblock_Text a.cee-support:hover, 
.home-support .CS_Textblock_Text a.cee-support:active,
.home-support .CS_Textblock_Text a.cee-positions:hover, 
.home-support .CS_Textblock_Text a.cee-positions:active 
{
	background: #b31b1b;
	color: #fff;
}

.home-support .CS_Textblock_Text a.cee-positions:before {
	content: "\f19d";
	font-family: FontAwesome;
	padding-right: 0.5em;
	display: inline-block;
	font-style: normal;
    font-weight: normal;
}
.social-links ul, .social-links li {
	margin: 0;
	padding: 0;
	background-image: none;
}
.social-links li a {
	display: inline-block;
	padding: 0.5em 0 0 0;
	vertical-align: top;
}

.social-links li a em {
	vertical-align: top;
	font-style: normal;
	font-weight: bold;
}

.social-links li a:before {
	content: "";
	font-family: FontAwesome;
	padding-right: 0.3em;
	display: inline-block;
	font-style: normal;
    font-weight: normal;
	font-size: 30px;
	color: #fff;
}


li.social-facebook a:before {
	content: "\f082";
}

li.social-twitter a:before {
	content: "\f081";
}

.social-links li a:hover:before {
	color: #324346;
}

#did-you-know {
	margin: 2em 0;
}

#secondary-wrap #secondary-nav p.section-nav-toggle {
	display: none;
}

/* Responsive Web Design 
   ************************************ */

#cu-identity, #wrap, #footer, .flexible #cu-identity, .flexible #wrap, .flexible #footer {
	min-width: 960px; /* lock design for older browsers that don't support media queries */
}
@media only screen and (min-width: 1px) {
	#cu-identity, #wrap, #footer, .flexible #cu-identity, .flexible #wrap, .flexible #footer {
		min-width: 0; /* unlock */
	}
}
#navigation h3, ul.mobile-section {
	display: none;
}
#content img {
	height: auto;
}
.video-wrapper {
	max-width: 558px;
	margin-bottom: 20px;
}


/* ********************************************************** */
@media only screen and (max-width: 1240px) { /* ************* */

/* ************** */ }
/* ********************************************************** */
@media only screen and (max-width: 1150px) { /* ************* */

/* ************** */ }
/* ********************************************************** */
@media only screen and (max-width: 1040px) { /* ************* */

#search-box {
	background-position: 50% -10px;
}

/* ************** */ }
/* ********************************************************** */
@media only screen and (max-width: 959px) { /* ************** */
#custom-branding {
	width: 96%;
}

#identity {
	width: 100%;
}
#navigation-wrap, .footer-content, #content, #midband, #cu-identity-content, #search-box-content, .home-content {
	width: 98%;
}
#identity-content {
	padding: 0 1%;
}
#campaign-feature {
	margin-left: 1%;
	width: 99%;
}
.video-wrapper, /*#main-body img, */#main-body .cs_control CS_Element_Image, #main-body .CS_Textblock_Text img {
	max-width: 62%;
}

#main-body #CS_Element_twocolumnmain .CS_Textblock_Text img:first-of-type {
	width: 25% !important;
	max-width: 25% !important;
}

#show-hide-secondary {
	top: -40px;
	min-width: 20px;
	width: 30px;
	overflow: hidden;
}

#show-hide-secondary a {
	text-indent: -1000em;
	height: 20px;
	width: 0;
	padding-left: 25px;
}

.hide #secondary-wrap {
	top: 35px;
}

#show-hide-secondary a::before, .hide #show-hide-secondary a.active:before,
#show-hide-secondary a.active:before, .hide #show-hide-secondary a:before {
	display: none !important;
}

#breadcrumbs {
	width: 92%;
}

/* ************** */ }
/* ********************************************************** */
@media only screen and (max-width: 860px) { /* ************** */


#col1, #col2, .col1, .col2 {
/*	width: 30%;
	margin: 0 2% 0 0;*/
}
#main-body, #main-bottom {
	width: 62%;
}


/* ************** */ }
/* ********************************************************** */
@media only screen and (max-width: 800px), print { /* ************** */
#image-gallery.details {
	max-width: 55%;
   }

#cu-identity {
	height: 104px !important;
}

#cu-seal img {
	width: 75px;
	height: auto;
}
.home #wrap, #wrap.home, .home #wrap .slide-buffer, #wrap.home .slide-buffer {
	background-position: 0 0;
	background-size: 100%;
}
#header h1 {
	font-size: 1.75em;
	line-height: 36px;
	margin: 0 0 27.5% 0.5%;
}
#header h1.autoscale {
	line-height: 1.7;
}
#header h2 {
	color: #454545;
	font-style: italic;
	font-size: 1.25em;
	line-height: 25px;
	margin: 1px 0.5% 0 15px;
	float: right;
	display: none; /* remove to enable */
}

.autosize-header #identity-content {
	background-position: right 0;
}

#col1, .col1 {
	width: 46%;
	margin: 0 3% 0 1%;
}
#col2, .col2 {
	width: 46%;
	margin: 0 1% 0 3%;
}
.backgroundsize .sidebar-tint #main {
	background-image: none !important;
}
#secondary, #secondary-nav, .sidebar-left #secondary, .sidebar-left #secondary-nav, .onecolumn #main-body #secondary-nav {
	float: left;
	width: 98%;
	/*padding: 0;*/
	/*border-width: 0;*/
	height: auto;
	margin: 0 0 15px 3%;
}
#secondary-wrap {
	margin-top: 0;
}
#section-navigation {
	padding-bottom: 0;
}
#section-navigation h2 {
	display: none;
}
#main-body, #main-top, #main-bottom,
.onecolumn #main-body, .onecolumn #main-top, .onecolumn #main-bottom {
	float: left !important;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 0;
	padding-right: 0;
}
#footer1 {
	width: 98%;
	margin: 0 1% 4% 1%;
}
#footer2 {
	width: 47%;
	margin: 0 2% 0 1%;
}
#footer3 {
	width: 47%;
	margin: 0 1% 0 2%;
}
#footer2 li, #footer3 li {
	width: 100%;
}
#subfooter .footer-content {
	background-position: 0 0;
}
#subfooter ul {
	margin: 0 0 10px;
	padding: 13px 0 0 0;
	float: left;
}
#footer .CS_Textblock_Text li {
	width: 50%;
}
.video-wrapper, #main-body img {
	max-width: 100%;
}
#header {
	position: relative;
	z-index: 2;
}
/*
#cu-brand {
	margin-right: 40px;
}
*/
#search-button {
	position: relative;
	z-index: 3;
	margin-right: 42px;
}
#cu-seal {
	/*display: none;*/
	float: left;
	position: absolute;
	z-index: 4;
	left: 1%;
	top: -1px;
}
#cu-seal a {
	float: left;
	width: 150px;
	height: 36px;
	background: url('../images/project/culogo_hd_black45.svg') no-repeat -1px -2px !important;
	background-size: 142px !important;
}
.no-svg #cu-seal a {
	background: url('../images/project/culogo_black30.gif') no-repeat 1px 4px;
	background-size: auto !important;
}
#cu-seal img {
	display: none;
}
#main-body h2:first-child {
	width: 100%;
}
.home-content-wrap {
	z-index: 0;/* adjust for fancybox and section nav column */
}

/* Navigation Dropdown ****************/
#navigation-wrap, .flexible #navigation-wrap {
	width: 100% !important;
}
#navigation {
	position: absolute;
	z-index: 30;
	top: -109px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#navigation h3 {
	display: block;
	margin: 0 1.25% 0 0;
	overflow: hidden;
	text-indent: -1000em;
}
#navigation h3 em {
	float: right;
	width: 38px;
	height: 38px;
	background: #b31b1b url('../images/project/icon_menu32.png') 11px 12px no-repeat;
	background-size: 16px;
	cursor: pointer;
	border-bottom: 2px solid #fff;
}
.no-backgroundsize #navigation h3 em {
	background-image: url('../images/project/icon_menu16.gif');
}
#navigation h3 em:active {
	background-color: #000;
	border-bottom: 2px solid #000;
}
#navigation h3 em.open {
	background-color: #333;
	border-bottom: 2px solid #333;
}
#navigation h3 em.open:active {
	background-color: #761212;
	border-bottom: 2px solid #761212;
}


#navigation ul, .nav-centered #navigation ul {
	display: none;
	width: 97.75%;
	border: 0;
	margin-right: 1.25%;
	background: #000 !important;
	/*background: rgba(25,25,25,0.7) !important;*/
	overflow: hidden;
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
/*
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
*/
}
#navigation ul.mobile-menu ul, .nav-centered #navigation ul.mobile-menu ul {
	display: block;
}
#navigation li {
	display: inline-block;
	width: 100% !important;
	text-align: left;
	height: auto;
/*
	background-image: none !important;
	text-transform: none;
	font-family: Verdana, sans-serif !important;
	font-size: 1.167em !important;
	line-height: 1.8em;
	border: 0 !important;
	border-bottom: 1px dotted rgba(255,255,255,0.2) !important;
*/
}
#navigation li a, #navigation ul.mobile-menu #section-navigation li.active {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left !important;
	width: 100%;
	padding: 20px 9% 20px 4% !important;
	margin: 0;
	/*background: url('../images/layout/nav_arrow_white.svg') 96% 50% no-repeat;*/
}
#navigation li a span {
	height: auto;
	display: inline;
}
#navigation li.active {
	height: auto;
}
/*
#navigation li.active a {
	color: #000;
}
*/

/* Section Navigation ****************/
#secondary-nav h3/*, #secondary-nav h3#secondary-nav, #navigation ul.mobile-menu #section-navigation li.first*/ {
	display: none;
}
#secondary-nav {
	padding-top: 0 !important;
}
#navigation ul.mobile-menu #section-navigation {
	width: 100%;
	margin: 0 0 0.5em;
	padding: 0.5em 0;
	background: rgba(25,25,25,0.5) !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#navigation ul.mobile-menu #section-navigation li {
	margin: 0;
	padding: 0;
	font-size: 0.857em;
	font-weight: 400;
}
#navigation ul.mobile-menu #section-navigation li a, #navigation ul.mobile-menu #section-navigation li a:visited, #navigation ul.mobile-menu #section-navigation li.active {
	width: 100%;
	margin: 0;
	padding: 0.5em 9% 0.5em 10% !important;
	background-position: 7% 0.76em;
	text-transform: none;
	color: #fff;
}

/* orphaned section menus */
#navigation ul.mobile-menu #section-navigation.orphan {
	padding-top: 0;
}
#navigation ul.mobile-menu #section-navigation.orphan li.first {
	font-size: 1em;
	margin-bottom: 0.5em;
}
#navigation ul.mobile-menu #section-navigation.orphan li.first a {
	padding: 20px 9% 20px 4% !important;
	text-transform: uppercase;
	background-color: rgba(255,255,255,0.1);
}
/* */

#navigation ul.mobile-menu #section-navigation li a:hover, #navigation ul.mobile-menu #section-navigation li a:active, #navigation ul.mobile-menu #section-navigation li.active a, #navigation ul.mobile-menu #section-navigation li.active {
	background-color: rgba(25,25,25,0.4);
}

/*
#show-hide-secondary.empty, #secondary-wrap.empty {
	display: none;
}
*/


#search-box-content {
	margin-right: 1.25%;
}
#campaign-feature {
	position: absolute;
	top: 0;
	margin-left: 3%;
	width: 94%;
	/*height: 88% !important;*/
}
/*#campaign-feature-nav {
	bottom: 22%;
}*/
.home-content-wrap {
	margin-top: -1.1em;
}
#main {
	padding-top: 3px;
}
.home #main {
	padding-top: 0;
}
.home #content {
	width: 100%;
}
#about, #videos, #contact {
	visibility: visible !important;
	position: static;
	width: 100%;
	float: left;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#about {
	/*background: #cf7a08;*/
}
#about h2 {
	margin-top: 10px;
}
.feature-nav {
	display: none !important;
}
#header {
	padding-top: 35%;
	min-height: 0;
}
.home #header {
	padding-top: 62.5%;
}
.home #subfooter .footer-content {
	margin-top: 0;
}
#campaign-mask {
	float: left;
	width: 100%;
	height: 100%;
	background: transparent url('../images/rotator/campaign_mask.png') 0 0 no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
}

#secondary-wrap {
	display: block;
	margin-left: 1em;
}

#events-component.listing {
	width: 90%;
}

.fitdiv {
	width: 55%;
}

#main {
	min-height: 0;
}

/* ************** */ }
/* ********************************************************** */
@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio:0) {
	#search-button {
		margin-right: 41px;
	}
/* ************** */ }

/* alternate spotlight layout, to better handle the gap between tablet and phone (e.g. iPhone 5 landscape) */
@media only screen and (min-width: 481px) and (max-width: 767px) { /* ************** */

#secondary #spotlight .node {
	clear: both;
}
#secondary #spotlight .image-block {
	width: 38%;
	float: left;
	margin: 0 15px 18px 0;
}
#secondary #spotlight .node p {
	clear: none;
}


/* ************** */ }
/* ********************************************************** */
@media only screen and (max-width: 600px) { /* ************** */

#image-gallery.details {
	max-width: 100%;
   }
#campaign-feature-nav li a, #campaign-feature-nav li a:visited {
	margin-right: 0.5em;
	width: 1.25em;
	height: 1.25em;
	line-height: 1.25em;
	border: 1px solid #fff;
	font-size: 0.857em;
	text-indent: -1000em;
	overflow: hidden;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
#campaign-feature-nav li.active a, #campaign-feature-nav li.active a:visited {
	width: 1.25em;
	height: 1.25em;
	line-height: 1.25em;
	border: 1px solid #fff;
	font-size: 0.857em;
}
#campaign-feature-caption {
	width: 21em;
	margin-left: 2%;
}
#campaign-feature-nav ul {
	margin-left: 2%;
	width: 98%;
}
#campaign-feature h3 {
	font-size: 1.75em;
}
#about {
	font-size: 80%;
}
#videos {
	padding: 4% 2%;
}
#videos .element-list-item {
	width: 100%;
	margin: 3% 0;
}
#contact {
	padding-bottom: 4%;
}
#breadcrumbs {
	font-size: 0.857em;
}
#main-body, #footer {
	font-size: 92.86%;
}
h1 {
	font-size: 1.75em;
}
h2 {
	font-size: 1.5em;
}
h3, .CS_Textblock_Caption {
	font-size: 1.25em;
}

#secondary-wrap, .hide #secondary-wrap {
	width: 100%;
	margin-top: 0;
	display: block !important;
	position: static;
	float: right;
	padding-bottom: 0;
	/*display: none;*/
}
#secondary-wrap #secondary, #show-hide-secondary {
	display: none;
}
/*
#show-hide-secondary.empty, #secondary-wrap.empty {
	display: none;
}
*/
#secondary-wrap.empty, #main-bottom {
	display: block;
}
#main-bottom.empty {
	display: none;
}
#secondary, #secondary-nav, .sidebar-left #secondary, .sidebar-left #secondary-nav {
	padding: 0;
	border-width: 0;
}

/* make tables scroll with fade */
.table-scroller {
     position: relative;
     float: left;
     width: 100%;
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
}

.table-scroller > table {
        min-width: 700px;
}

.table-scroller .table-fader {
	position: absolute;
	width: 50px;
	height: 100%;
	top: 0;
	right: 0;
	background: -moz-linear-gradient(left, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(240, 240, 240, 0)), color-stop(100%, rgba(240, 240, 240, 1)));
	background: -webkit-linear-gradient(left, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 1) 100%);
	background: -o-linear-gradient(left, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 1) 100%);
	background: -ms-linear-gradient(left, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 1) 100%);
	background: linear-gradient(to right, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00f0f0f0', endColorstr='#f0f0f0', GradientType=1);
}

#people.details .image-meta {
	width: 100%;
}

#people.details table {
	min-width: 100%;
}

.fitdiv {
	width: 100%;
}

.onecolumn #main-body #secondary-nav {
	padding: 0 !important;
	margin: 0 0 2em 0;
	border: none;
	width: 100%;
	background: #EDEEEF;
}

#secondary-wrap #secondary-nav li.first, #secondary-wrap #secondary-nav ul#section-navigation {
	display: none;
}

#secondary-wrap #secondary-nav ul#section-navigation, #secondary-wrap #secondary-nav ul#section-navigation ul li, #secondary-wrap #section-navigation ul li, #secondary-wrap ul#section-navigation li {
	padding: 0;
	margin: 0;
}/* RESET */

#secondary-wrap #secondary-nav #section-navigation li {
	border-bottom: 1px solid #fff;
	font-weight: 400;
}

#secondary-wrap #secondary-nav #section-navigation li a, #secondary-wrap #secondary-nav #section-navigation li.active {
	padding: 0.4em;
	color: #477575;
}

#secondary-wrap #secondary-nav #section-navigation li a:hover, #secondary-wrap #secondary-nav #section-navigation li.active {
	background: #C4DBDB;
	color: #000;
}

#secondary-wrap #secondary-nav p.section-nav-toggle {
	display: block;
	background: #477575;
	color: #fff;
	padding: 0.5em;
	position: relative;
	height: 100%;
	overflow: hidden;
	margin: 0;
	border-bottom: 1px solid #fff;
}

#secondary-wrap #secondary-nav p.section-nav-toggle a {
	display: block;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

#secondary-wrap #secondary-nav p.section-nav-toggle a:after {
	content: "\f078";
	font-family: FontAwesome;
	display: inline-block;
	font-style: normal;
    font-weight: normal;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.5em 0.8em;
	height: 100%;
	border-left: 1px solid #fff;
}


/* ************** */ }





/* ********************************************************** */
@media only screen and (max-width: 500px) { /* ************** */
#subfooter {
	padding: 2% 0 10%;
	background-size: 180%;
}

#custom-branding {
	bottom: 8px;
	height: 45%;
} 

#cu-identity-content {
	width: 97%;
	margin: 0 1% 0 2%;
}
/*#campaign-feature-nav {
	bottom: 50.5%;
}*/
#campaign-feature-caption {
	width: 14.5em;
}
#campaign-feature h3 {
	font-size: 1.167em;
}
#campaign-feature strong:last-child {
	line-height: 0.75;
}
#campaign-feature-caption h4 {
	font-size: 0.833em;
	margin-bottom: 3px;
}
#campaign-feature-caption p {
	font-size: 0.75em;
	line-height: 1.1;
	margin-bottom: 9px;
}

#video-gallery.listing .element-list-item {
	width: 100%;
	margin-right: 0%;
	border: none;
}


/* ************** */ }
/* ********************************************************** */
@media only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio:0) { /* ************** */

#search-button {
	margin-right: 40px;
}


/* ************** */ }
/* ********************************************************** */
@media only screen and (max-width: 479px) { /* ************** */


#col1, #col2, .col1, .col2, #footer2, #footer3 {
	width: 98% !important;
	margin: 0 1% 2% !important;
}
#footer .CS_Textblock_Text li {
	width: 100%;
}
#search-form-query {
	width: 12em;
}
#search-filters {
	margin-right: 0;
}
#search-box-content {
	margin-right: 7%;
}
#campaign-feature-nav li a, #campaign-feature-nav li a:visited, 
#campaign-feature-nav li.active a, #campaign-feature-nav li.active a:visited {
	width: 0.7em;
	height: 0.7em;
	line-height: 0.7em;
	padding: 0.15em;
	margin-left: 0.1em;
}
#videos .list-item-thumbnail img {
	margin-top: 3px;
}
#contact h3 {
	font-size: 1.083em;
}
#contact form label {
	font-size: 0.917em;
	line-height: 1.3em;
	margin-top: 0.85em;
}
.quick-spacer {
	display: none;
}
#footer2, #footer2 ul {
	margin-bottom: 0 !important;
}
#footer2 li, #footer3 li {
	width: 100%;
}
#navigation ul.mobile-menu #section-navigation li a, #navigation ul.mobile-menu #section-navigation li a:visited, #navigation ul.mobile-menu #section-navigation li.active {
	padding: 0.5em 9% 0.5em 11% !important;
	background-position: 6% 0.76em;
}

.CS_Element_Image, .CS_Element_Image img {
	clear: both;
}

.hide #secondary-wrap {
	top: 30px;
}

/* ************** */ }
/* ********************************************************** */
@media only screen and (max-width: 400px) { /* ************** */
#custom-branding {
	height: 35%;
	bottom: 15px;
}

#CS_Element_twocolumnmain .CS_Textblock_Text:first-child, #CS_Element_twocolumnmain .CS_Element_Textblock {
	clear: left;
}

/* ************** */ }

@media only screen and (max-width:767px), print {


}

/* ******* Research Groups dual department style fixes (move to department css!!! ******* */
.research-group .dual-names-wrap {
	background: #fff !important;
	margin-top: 6px;
}
#wrap.research-group #header {
	background: #DADBDF !important;
}

.research-group .dual-names-wrap h2 {
	font-size: 1.4em !important;
}
.research-group .dual-names-wrap h2 a {
	color: #fff !important;
}

#wrap.research-group {
	background-image: none;
}

#wrap.research-group #header {
	position: relative;
	padding: 0;
}

#wrap.research-group #identity h2 {
	position: absolute;
	bottom: -20px;
	background: #404D56;
	width: 940px;
	padding: 10px;
	font-weight: 600;
}

#wrap.research-group #identity h2 a {
	color: #F08800;
}
#wrap.research-group #identity h2 a:hover, #wrap.research-group #identity h2 a:focus {
	color: #fff;
}
#wrap.research-group #main {
	padding: 10px 0 !important;
}

#wrap.research-group #main-body, #wrap.research-group #main #main-top {
	margin: 0 !important;
	padding: 0 !important;
}


/* TEMPORARY 
#navigation-bar {display: none;}*/
#identity #navigation-bar {display: block;}
