/*
Theme Name: ESM 2017
Theme URI: 
Description: A Theme for the Eastman School of Music
Version: 1.0
Author: Noah Lapidus, Michelle Martorell, Mike Hoff
Author URI: http://www.esm.rochester.edu
Tags: 
*/

/*
	Colors:
		Dark Blue (Text and links): #003571
		Medium Blue (Alternative for Links):	#4376B9
		Light Blue (Hover): #0772eb
		Yellow:	#ffde00
		Gray:	#cccccc
		Red: #c21924
	Fonts:
		Open Sans	
*/ 

/************** Start CSS *****************/
*, body {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 16px;
	color: #003571;
	background-color: #ffffff;
	min-width: 1024px;
  line-height: 1.5;
}

/******** Links ********/

a {
	text-decoration: none;
	color: #003571;
	font-weight:bold;
}
a:active {
	color: #c21924;
}
a:hover {
	color: #0772eb;
	text-decoration: underline;
	transition: all 0.1s ease-in-out;
}
a[href$=pdf] {
	background:url(images/icons/pdf.png) left top no-repeat;
	padding:1px 0 1px 18px;
}

/**************************** UNIVERSAL STYLES ****************************/

p, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;	
}
h1, h2, h3, h4, h5, h6 {
	margin-top:0;
}
p {
	line-height: 150%;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
small {
	font-size: .6em;
}
img {
	border: none !important;
}
blockquote {
	padding: 0 30px;
}
blockquote .cite {
	text-align: right;
	font-style: italic;
	margin: 0px;
}
h1, h2, h3, h4 {
	color: #003571;
}
h2, h3, h4 {
	margin: 0 0 1em 0;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: none;
	color: inherit;
}
h1.entry-title, .rightCol h1 {
	font-weight: normal;
	text-transform: uppercase;
}
hr {
	background: #EFEFEF;
	color: #EFEFEF;
	border: 0;
	height: 1px;
	line-height: 1px;
	margin: 1em 0;
	clear: both;
}
/* added to match bootstrap settings loaded by plugins */
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

/* Classes */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.alignright img, img.alignright {
	margin: 0 0 10px 10px;
}
.alignleft img, img.alignleft {
	margin: 0 10px 10px 0;
}
.wp-caption {
	font-style: italic;
	text-align: left;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 12px !important;
	line-height: 14px;
	padding: 0 4px 5px;
	margin: 0;
	color: #666666;
}
.nomargin {
	margin:0;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

/* LISTS (contained in post body only) */
.post ol {
	margin: 10px 0 10px 20px;
	line-height: 1.5em;
	margin-left: 30px;
}
.post ol li {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.post ul li {
	/*font-size: 14px;*/
	list-style-type: disc;
	margin-left: 30px;
	padding-left: 5px;
	margin-bottom: 10px;/*color: #000000 !important;*/
}
.postfoot {
	margin: 10px 0 20px 0;
}

/* FORMS */
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #666666 !important;
	font-size: 14px;
	background: #fff;
	border-radius: 0px;
	border: 1px solid #888888;
}
input.button {
	font-size: 50px !important;
	margin: 0;
	padding: 10px;
	color: #000000;
	background: #666666 !important;
}

/* TABLES */
tr.altrow {
/*background: #F9F9F9;	*/
}
th, td {
	text-align: left;
}
th {
	padding: .8em 1em;
}
td {
	padding: .7em 1em;
}

/************************ PAGE LAYOUT ***********************/
/* make sure admin-bar shows up above all other content */
#wpadminbar {
	z-index: 1000000 !important;
	position:fixed !important;
}
#header, .main-nav, #content, #main, #footer {
	width: 1060px;
	margin: auto;
}
#main {
	overflow: visible;
}
#wrap {
	width: 100%;
	display: block;
	position: absolute;
	min-height: 100%;
}
/* header is fixed and 160px tall. */
#header-wrap {
	width: 100%;
	height: 160px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000;
	background-color: #ffffff;
}
#header {
	min-height: 110px;
	padding: 0;
	overflow: hidden;
	position: relative;
}
#header img {
	margin-top: 0px;
}
#header-left {
  display: inline-block;
  position: absolute;
}
#header-left ul {
  list-style: none;
  background:#003571;
  padding: 5px 10px 6px 10px;
  border: 1px solid #000;
}
#header-left ul li {
  display:inline-block;
}
#header-left ul li a {
  color:#fff;
  display:block;
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 12px;
}
#header-left ul li a#apply-link {
  color: #ffde00;
}
#centennial-link {
	height: 43px;
}
#centennial-link a  {
	display: inline-block;
	width: 210px;
	height: 45px;
	text-align: center;
	background: url("images/esm-centennial.svg") top center no-repeat;
	color: transparent;
}
#centennial-link:hover {
	background: #D0D9E3;
}
#centennial-link a:hover {
	/*background: url("images/esm-centennial-rollover.svg") top center no-repeat;*/
}
#header-right {
	position: absolute;
	right: 0;
	top: 15px;
}
#search-form {
	padding: 0;
	margin: 0;/*text-align:right;*/
}
#search-form input {
	color: #003571 !important;
	border: 1px solid #003571;
	width:100%;
	outline: 0;
	padding: 4px;
	margin: 0;
}
#search-form #s {
	width: 170px;
}
#search-links {
	margin: 10px 18px;
	text-align: left;
	font-size: 15px;
}
#search-links a {
	font-weight:normal;
}
#searchsubmit {
	padding: 0;
	background: none;/*width: 15px;*/
}
#searchsubmit:hover {
	background: #003571;
	color: #fff !important;
}
.header-nav {
	float: left;
	font-size: 12px;
}
.header-nav {
	display: none;
	margin-top: 10px;
}
.header-nav ul li, #footer-nav ul li {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
	padding-left: 5px;
}
.header-nav a {
	color: #003571 !important;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
}
.header-nav a:hover {
	color: #4376B9 !important;
}
.topNav-wrap {
	padding: 10px 0;
	border-bottom: 1px dashed #666666;
	overflow: hidden;
}
.topNav {
	width: 1000px;
	margin: 0 auto;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	padding-left: 20px;
	margin: 0 0 20px 20px;
	background-color: #ffffff;
}

#sidebar h3, #footer h3, .readmore {
	text-transform: uppercase;
}
#content {
	margin: 0 auto;
	display: block;
	margin-bottom: 16em; /* margin-bottom should match #footer-wrap height */
}
#main {
	margin: 0 auto;
}
#homepage > #main {
	background-color: transparent !important;
}

/*****MAIN NAV****/
.navigation {
	font-size: 26px !important;
	text-transform: uppercase !important;
}
.navigation ul, .navigation li {
	list-style: none;
	padding: 15px 0 0 0;
	margin: 0;
	display: inline;
}
.navigation ul li {
	/*float:left; */
	display: inline-block;
	position: relative;
}
.navigation ul li a {
	display: block;
	padding: 0 30px 0 0px;
	margin: 0px;
	white-space: nowrap;
	border-radius: 0px;
	line-height: 100%;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
.navigation ul li a:hover {
	color: #BE2625 !important;
	z-index: 1000000 !important;
}
.navigation ul ul {
	position: absolute;
	top: -99999px;
	left: 0;
	opacity: 0; /* Hide sub level */
	z-index: 497;
	background: #000000;
	padding: 15px 15px 0 15px;
	width: auto !important;
}
/*SUB SUB Menus*/
.navigation ul ul ul {
	position: absolute;
	top: -99999px;
	left: 100%;
/* Hide sub levels */
	opacity: 0;
	font-size: 12px !important;
	font-weight: normal !important;
	background-color: #000000 !important;
	margin: 0px 0 0 75px;
}
.navigation ul li:hover>ul, .navigation ul li:hover > ul {
	opacity: 1;
	position: absolute;
	top: 99%;
	left: 0;
 z-index: 1000000 !important;
}
.navigation ul ul li:hover>ul {
	position: absolute;
	top: 0;
	left: 100%;
	opacity: 1;
 	z-index: 1000000 !important;
	background: #333;
}
ul.sub-menu {
	font-size: 14px !important;
	font-weight: normal !important;
	width: 100% !important;
	margin-bottom: 15px !important;
}
ul.sub-menu a {
	text-transform: none !important;
	color: #ffffff !important;
	padding-left: 0 !important;
	letter-spacing: 0px !important;
	font-weight: normal !important;
}
.navigation ul.sub-menu a {
	text-transform: none !important;
	color: #ffffff !important;
	line-height: 100% !important;
}
.navigation ul.sub-menu a:hover {
	color: #c21924 !important;
	z-index: 100000 !important;
}
li.sub-menu {
	float: none !important;
	margin-bottom: 15px !important;
}
.sub-menu li {
	float: none !important;
	font-size: 14px !important;
	font-weight: normal !important;
	width: 100% !important;
	margin-bottom: 30px !important;
}
.nav-wrap {
	background-color: #003571;
	height: 50px;
	width: 100%;
}
.navigation {
	z-index: 1000;
	font-size: 14px !important;
	text-transform: none !important;
	font-weight: 300;
	/* vert center */
	position: relative;
	top: 0;
	-webkit-transform: translateY(90%);
transform: translateY(90%);
}
.nav-wrap .navigation a {
	color: #fff !important;
}
.nav-wrap .navigation a:hover {
	color: #fff !important;
	text-decoration: none;
}
.navigation ul {
	/*justify horizontally*/
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.navigation ul, .navigation li {
	padding: 0;
}
.navigation ul li a {
	font-family: inherit;
	letter-spacing: 0;
	padding: 1px 0 2px 0;
	margin: 0;
}
.navigation ul li a:hover {
	/*color: #ffde00 !important;*/
	color: #4376B9 !important;
}
div.menu-above-hero-container .menu li a:hover, div.menu-above-hero-container .menu li a:hover li a:hover {
	color: #4376B9 !important;
}
.main-nav .navigation ul li ul.sub-menu {
	display: block;
	padding: 15px 15px 10px 15px;
	background-color: #003571;
	left:-15px;
}
.main-nav .navigation ul li ul.sub-menu li {
	margin-bottom: 10px !important;
}
li.hamburger a:before {
	/* adds a hamburger before menu items with hamburger class */
	font-family: FontAwesome;
	content: '\f0c9';
	/*font-size: 16px; */
	vertical-align: bottom;
	display: inline-block;
	margin-right: 3px;
}
.navigation ul.sub-menu a:hover {
	color: #4376B9 !important;
}
.menu-mobile-main-nav-container ul.sub-menu, .menu-mobile-main-nav-container ul.sub-menu li {
	margin-bottom: 0 !important;
}
div.belowHero .nomobile a {
	position: relative;
	top:0px;
}
.navigation .apply-now a {
	display:inline-block;
	background: #cb0d0c;
	padding: 10px;
}
div.belowHero .nomobile .apply-now a {
	position: relative;
	top:-24px;
}

/****************END MAIN NAV****************/

/****HEADER & FOOTER NAV****/
.header-nav ul, #footer-nav ul {
	list-style-type: none;
}
.header-nav ul li, #footer-nav ul li {
	display: inline-block;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #ffffff;
}
#menu-top-menu.menu li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px solid #ffffff;
}
.header-nav a, #footer-nav a {
	color: #ffffff !important;
	text-decoration: none;
	margin-right: 5px;
	padding-right: 5px;
}
.header-nav a:last-child, #footer-nav a:last-child {
	border-right: none !important;
}
.header-nav a:hover, #footer-nav a:hover {
	color: #BE2625 !important;
	text-decoration: none !important;
}
#footer-nav ul {
	margin-bottom: 15px;
}
#footer-nav > div ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px solid #ffffff;
}

/*******ARCHIVES***************/
.archive-excerpt {
	margin: 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #888888;
}
.archive-excerpt h2 {
	font-weight: normal !important;
	font-size: 20px;
	color: #000000 !important;
	margin: 0 !important;
	padding: 0 0 5px 0 !important;
}
.archive-excerpt h2 a {
	color: #444444 !important;
	transition: all 0.1s ease-in-out;
}
.archive-excerpt h2 a:hover {
	color: #155e4d !important;
	text-decoration: none !important;
}

/******ARCHIVE PAGINATION************/
.pagination {
	text-align: center;
	margin: auto;
	clear: both;
	position: relative;
	line-height: 2.2em;
}
.pagination span, .pagination a {
	margin: 2px;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	transition: all 0.1s ease-in-out;
}
.pagination a:hover {
	color: #000000;
	background: #0772eb;
	transition: all 0.1s ease-in-out;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	background: #003571;
	color: #ffffff;
}

/***************************** BLOG POST STYLES ****************************/
.post {
	position: relative;
	padding: 25px;
	background-color:#ffffff;
	width: 100%;
}
.post-date {
	font-size: 14px;
}
.post-excerpt p {
	font-size: 18px;
	line-height: 135%;
	color: #333333 !important;
	font-weight: normal !important;
}
.social-share-box {
	margin: 10px 0;
}
.social-share-item {
/*float: left;
	margin-right:20px;*/
}
.comment .comment {
	margin-left: 20px;
	border-left: 4px solid #E6E6E6;
	padding-left: 10px;
}
.meta {
	font-size: 10px;
	background: #e6e6e6;
	padding: 5px;
	border: 1px solid #DDD;
}
.tags {
	font-size: 10px;
}
.post-thumb {
	float: left;
	margin-right: 5px;
}
.commentlist li {
	list-style: none;
}
.comment-reply-link {
	text-transform: uppercase;
}
.comment .meta {
	background: #F0F0F0;
	border: none;
}
.meta a:hover {
	text-decoration: underline;
}

/******VIDEO PREVIEW*******/
.vidsize {
	width: 1000px;
	height: 563px;
}
.video {
	margin: -30px 0 20px -30px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #999999;
}

/* Theme customization starts here */

/* anchor link offset for fixed header */
:target:before {
	content: "";
	display: block;
	height: 160px; /* fixed header height*/
	margin: -160px 0 0; /* negative fixed header height */
}
/* logged in fix for fixed header - accounts for toolbar */
body.logged-in div#header-wrap {
	top: 32px;
}
/* tables */
.rightCol table {
	text-align: left;
	width: 100%;
	background: #D8D7D7;
	margin-bottom: 14px;
	border-collapse: none;
}
.rightCol tr {
	background: #FFFFFF;
}
.rightCol tr th, .rightCol thead th {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
.rightCol tr td {
	padding: 5px;/*padding: 6px 24px;*/
}
/* end tables */

input.button {
	font-size: 20px !important;
	margin: 0;
	padding: 5px;
	color: #000 !important;
	background: #CCC !important;
}
.breadcrumb {
	font-size: 12px;
}
.sharing {
	position:absolute;
	right: 30px;
	width:200px;
	display: block;
	text-align: right;
	margin-top:9px;
}
.addthis_sharing_toolbox.addthis_toolbox {
	display: inline-block
}
.at-share-tbx-element .at-share-btn, .at-icon-wrapper, .at-icon {
	/*make share this icons larger*/
	width: 25px !important;
	height: 25px !important;
	max-width: 25px !important;
	max-height: 25px !important;
}
div.nopadding {
	padding-top: 0px;
}
.date {
	display: block;
	margin-bottom: 15px;
}
input, select, textarea {
	margin: 0;
}
.post ul li {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 10px;
	color: inherit;
}

/* header animation on re-size */
#header-wrap, #header-wrap #logo, #header, #header-wrap #logo img {
	transition: all 0.1s;
}
#logo {
	width: 100%;
	/*margin-top: 15px;*/
	text-align: center;
}
/* slider revolution fix for fixed header */
div.rev-slider {
  padding-top:160px;
}
#content {
	padding-top: 160px;
}
#content.nopadding {
	padding-top: 0px;
}
/* end fixed header */

/********************FOOTER******************************/

#footer-wrap {
	background-color: #ccc;
	color:#000;
	height: 16em !important;
	/* height should match #content margin-bottom */
	width: 100%;
	/* fix footer to bottom of page */
	position: absolute;
	display: block;
	bottom: 0;
	border-top:1px solid #aaa;
}
#footer {
	margin: 2em auto 1em auto;
	font-size: 13px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	color:#000;
}
#footer h3 {
	font-weight:normal;
	font-size:26px;
	color:#003571;
}
#footer a {
	text-decoration: none;
	color:#333;
	font-weight:bold;
}
#footer a:hover {
	/*color:#fff;*/
	color: #4376B9;
}
#footer-left, #footer-center, #footer-right {
	display: inline-block;
	vertical-align: top;
}
#footer-left {
	width: 26%;
}
#footer-center {
	width: 46%;
	text-align:center;
}
#footer-right {
	width: 28%;
}
#footer-left ul, #footer-right ul {
	margin: 10px 2px;
	list-style:none;
}
#footer-left li, #footer-right li {
	margin-bottom: 5px;
}
#footer #social ul {
	list-style-type: none;
	margin:2px;
	padding:0;
}
#footer #social li {
	display: inline-block;
}
#footer #social a span {
	visibility:hidden;
}
a.facebook, a.twitter, a.instagram, a.youtube {
	display:block;
	overflow:hidden;
	height:34px;
	width:34px;
	margin-right:20px;
}
a.facebook {
	background: url(images/social/facebook.png);
}
a.twitter {
	background: url(images/social/twitter.png);
}
a.instagram {
	background: url(images/social/instagram.png);
}
a.youtube {
	background: url(images/social/youtube.png);
}
a.facebook:hover, a.twitter:hover, a.instagram:hover, a.youtube:hover {
	opacity:.75;
}
div.notes {
	padding:12px 0;
	width:244px;
	margin:auto;
}
div.notes a[href$=pdf] {
	background: none;
	padding: 0;
}
#footer div.notes img {
	border:1px solid #666 !important;
	float:left;
}
#footer div.notes img:hover {
	opacity:.75;
}
#footer div.notes p.notes-text {
	float:left;
	width:100px;
	text-align:right;
	margin-right:20px;
}
#footer div.notes p.notes-text {
	font-size:14px;
	line-height:145%;
	font-weight:bold;
}
#footer div.notes p.notes-text span {
	display:block;
}
#footer div.notes p.notes-text a {
	color:#003571;
	font-size:15px;
}
#footer div.notes p.notes-text a:hover {
	color:#4376B9;
}
/* copyright, below footer */
#copyright {
	background:#b7b7b7;
	color:#000;
	padding:1em 0;
	border-top:1px solid #999;
}
#copyright p {
	font-size:12px;
	max-width: 1110px;
	margin:auto;
	padding:0 2em;
}

/* Youtube Gallery List on Homepage */
.box .epyt-gallery-thumb.epyt-listview {
	margin: 5px;
}
.box .epyt-gallery-img-box {
	display: none;
}
.box .epyt-gallery-title {
	font-size: 100%;
	line-height: 150%;
	color: #003571;
}
.box .epyt-gallery-thumb.epyt-listview .epyt-gallery-title {
	padding: 5px;
}
.box .epyt-gallery-thumb.epyt-listview.hover {
	background-color: #efefef;
	color: #003571;
	transition: all 0.1s ease-in-out;
}
.box .epyt-gallery-thumb {
	opacity: 1;
}

/*VIDEO RESPONSIVE*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 35px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tabContent {
	max-width: 590px;
}

/*ARCHIVES*/
.archive-entry {
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cccccc;
}
.archive-entry h2 a {
	font-weight: normal;
}
.archThumb {
	position: relative;
	width: 175px;
	height: 175px;
	overflow: hidden;
	float: right;
	margin-left: 15px;
}
.archThumb img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.archThumb img.portrait {
	width: 100%;
	height: auto;
}

/****Newsroom Archives****/
.newsLeft {
	width: 70%;
	display: inline-block;
	vertical-align: top;
}
.newsSide {
	width: 25%;
	float: right;
}
.newsSide h3 {
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.newsSide li {
	list-style-type: none;
	display: inline-block;
	line-height: 175%;
	font-size: 14px;
}
.newsSide li:after {
	content: ' | ';
}
.newsSide li:after {
	content: '';
}
.newsSide li a {
	font-weight: normal;
}
.featureContainer {
	background: #efefef;
	overflow: hidden;
}
.newsArch, .newsArch p {
	font-size: 14px;
	color: #003571;
	margin-bottom: 10px;
}
.newsArch {
	margin-bottom: 25px;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 20px;
}
.newsArch.item0, .newsArch.item1, .newsArch.item2 {
	border-bottom: none;
}
.newsArch a {
	color: #333333;
}
.newsArch a:hover, .newsArch a:hover h3 {
	color: #000000;
}
.newsArch a, .newsArch a:hover {
	text-decoration: none;
}
.newsArch h3 {
	font-size: 18px;
	line-height: 115%;
	margin-bottom: 10px;
}
.newsArch .date {
	font-size: 12px;
	margin-bottom: 0;
}
.newsArch.item0 {
	width: 65.625%;
	background: #efefef;
	padding: 10px;
	float: left;
}
.archThumb.thumb1 {
	width: 100%;
	/*height: 350px;*/
	height: 500px;
	margin: 0 0 5px 0;
	padding: 0;
}
.newsArch.item0 h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.newsArch.item1, .newsArch.item2 {
	width: 33.33%;
	float: right;
	margin: 0 0 10px 10px;
	background: #efefef;
	padding: 15px;
}
.newsArch.item1 h3, .newsArch.item2 h3 {
	/*margin-bottom: 0px;*/
	font-size: 16px;
}
.newsArch.item2 {
	margin-bottom: 0;
}
.archThumb.thumb2, .archThumb.thumb3 {
	width: 100%;
	height: 215px;
	margin: 0 0 5px 0;
}
.archThumb.thumb2 img, .archThumb.thumb3 img {
	height: auto;
	width: 100%;
}
.newsArch.item3 {
	clear: both;
	padding-top: 35px !important;
}

/*SOCIAL SHARING*/
.socialButtons {
	padding-bottom: 20px;
	display: inline-block;
}
.socialButtons:before {
	content: "Share This:";
	display: block;
	font-size: 14px;
	margin-bottom: 3px;
}
.socialButtons #facebook, .socialButtons #twitter, .socialButtons #google, .socialButtons #linkedin {
	padding: 5px;
	display: inline-block;
	min-width: 110px;
	margin-right: 5px;
}
.socialButtons #facebook:hover, .socialButtons #twitter:hover, .socialButtons #google:hover, .socialButtons #linkedin:hover {
	background-color: #003571;
}
.socialButtons #facebook {
	background-color: #2274b9;
}
.socialButtons #twitter {
	background-color: #00abf0;
}
.socialButtons #google {
	background-color: #df4a32;
}
.socialButtons #linkedin {
	background-color: #2274b9;
}
.socialButtons a {
	color: #ffffff !important;
	text-decoration: none;
	font-size: 12px;
}
.socialButtons a:hover {
	color: #4376B9 !important;
	text-decoration: none;
}
/**** Homepage Content ****/
.box img {
	max-width: 100%;
	height: auto;
}
.homeBoxes.box {
	width: 68%;
	float: right;
	vertical-align: top;
	font-size: 13px;
}
.homeBoxesExtra {
	width: 30%;
	padding-right: 15px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.homeBoxes .box h2, .homeBoxesExtra .box h2 {
	font-size: 18px;
	color: #033571;
	text-align: center;
	margin-bottom: 10px;
}
.homeBoxes .box.newsroom h2 {
	font-size: 20px;
}
.homeBoxes .box a, .homeBoxesExtra .box a {
	display: block;
	text-decoration: none;
	margin-bottom: 20px;
}
.homeBoxes .box h2 a:hover, .homeBoxesExtra .box h2 a:hover {
	color: #4376B9 !important;
}
.homeBoxes .newsroom {
	width: 50%;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	margin-right: 0px;
}
.homeBoxes .newsroom img {
	margin-bottom:12px;
}
.homeBoxes .eventcal {
	width: 45%;
	margin-left: 20px;
	display: inline-block;
	vertical-align: top;
}
.homeBoxes .box .calendar a {
	margin-bottom: 0;
}
.box:nth-child(3) {
	padding-right: 0;
}
p.home-more {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
a.event:hover {
	background-color: #efefef;
	color: #003571;
}

.calendar .date {
	display: inline-block;
	width: 20%;
	margin-right: 10px;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
}
.calendar .date .month, .calendar .date .day, .calendar .date .time {
	display: block;
	text-transform: uppercase;
}
.calendar .month {
	font-weight: 900;
}
.calendar .day {
	font-weight: 500;
}
.calendar .time {
	font-weight: 600;
}
.calendar .details {
	display: inline-block;
	width: 75%;
	font-size: 14px;
}
.calendar .title {
	display: block;
}

/********subsite homepages********/
#content.homepage, #content.withBG {
	/*background image is defined in the template*/
	/*background: url('http://dev.esm.rochester.edu/admissions/files/background.jpg');*/
	width: 100%;
	background-position:top center;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-attachment:fixed;
}
.homepage .nav-wrap {
	height: 35px;
}
.homepage .nav-wrap.belowHero {
	min-height: initial;
	margin: 0 auto;
}
.homepage .nav-wrap.belowHero .main-nav {
	background-color: #FFDD00 !important;
	padding: 0 30px;
	width: 100%;
	height: 35px;
}
.homepage .nav-wrap.belowHero .navigation {
	position: relative;
	top: -15px;
}
.homepage .nav-wrap.belowHero .navigation ul li a {
	color: #003571 !important;
	font-weight: bold;
}
.homepage .nav-wrap.belowHero .navigation ul li a:hover {
	text-decoration: underline;
}
.post.homepage {
	padding-bottom: 0;
	background: #ffffff;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}
.post h1, #main h1 {
	/* text-transform: uppercase; All caps removed 3/4/2021 */
	font-weight: normal;
	padding-right: 200px;
}
#main .post .rightCol h1 {
	padding-right: 0;
	text-transform: none;
}
.homepage #heroimage img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.homepage .triBoxes .box {
	min-height: initial !important; /*removes some css from somewhere else */
	display: inline-block;
	width: 33%;
	vertical-align: top;
	/*padding: 0 20px;*/
	margin-top: 20px;
	font-size: 14px;
}
.homepage .triBoxes .left {
  padding:0 20px 0 2px;
}
.homepage .triBoxes .box.center {
	width: 33%;
	background: #ccd7e3;
	height: 100%;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin-top: 0;
	padding: 20px 25px 5px 25px;
}
.homepage .box.center img {
	display: block;
	margin: 0 auto 5px auto;
}
.homepage .triBoxes .box.right {
	width: 33%;
  padding:0 2px 0 20px;
}
.homepage .triBoxes .box h2, .homepage .triBoxes .box h3 {
	font-size: 16px;
	color: #033571;
	text-align: center;
	margin-bottom: 10px;
}
.homepage .triBoxes .box a {
	display: block;
	text-decoration: none;
	margin-bottom: 20px;
}
.homepage .triBoxes .newsroom {
	width: 39%;
	font-size: 16px;
	font-weight: 600;
}
.homepage .triBoxes .box.newsroom h2 {
	font-size: 22px;
}
.triBoxes .box .calendar a {
	margin-bottom: 0;
}
.homepage .triBoxes .box ul.gigpress-listing li {
	list-style-type: none !important;
	margin-left: 0;
}
.triBoxes .box .links a {
	border:1px solid #FFF;
	border-left:5px solid #CCCCCC;
  margin-bottom:12px;
  padding:2px 10px;
}
.triBoxes .box .links a:hover {
	background-color: #efefef;
	border:1px solid #CCD7E3;
	border-left:5px solid #CCD7E3;
}

/****2 column page layout****/
.rightCol {
	float: right;
	width: 73%;
	border-left: 1px solid #efefef;
	padding-left: 30px;
}
.col2left {
	float:left;
	width: 25%;
	/*border-right: 1px solid #efefef;*/
	position: initial;
	transform: initial;
	display: inline-block;
	/*margin-right: 10px;*/
	padding-right: 10px;
	height: 100%;
}

/*** Left Menu ***/
.col2left ul li {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
}
.col2left ul a {
	text-decoration: none;
	color: #003571 !important;
}
.col2left ul a:hover {
	color: #4376B9;
}
.col2left ul li {
	margin: 0;
	padding: 0;
}
.col2left ul a {
	display: block;
	text-decoration: none;
	font-weight: 600;
	margin: 5px 0;
}
.col2left .sub-menu {
	display: none;
	margin-left: 20px;
}
.col2left .sub-menu li {
	width: 95% !important;
	margin: 0 !important;
}
.col2left li.current-menu-item>a {
	color: #0772eb !important;
}
.col2left.hider ul li {
	/* hide side menu items, to only show current item and children or siblings */
	display: none;
	display: initial;
}
.col2left.hider ul li.current-menu-item, .col2left ul li.current_page_parent {
	/* only show current item and children or siblings */
	display: block;
}
.col2left.hider ul li.current-menu-item ul li, .col2left ul li.current_page_parent ul li, .col2left ul li.current-page-ancestor ul li {
	/* only show current item and children or siblings */
	display: inherit;
}
.col2left li.current-menu-parent .sub-menu, .col2left li.current-menu-ancestor .sub-menu, .col2left li.current-menu-item .sub-menu, .col2left li.current-page-ancestor .sub-menu {
	display: block;
}
.col2left .sub-menu a {
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	display: block;
	font-size: 13px !important;
	line-height: 120%;
}
.col2left .sub-menu a:hover, .col2left .sub-menu a.highlight, .col2left .sub-menu li.current-menu-item > a, .col2left .left-menu li.current-menu-parent > a, .col2left .left-menu li.current-menu-parent current-post-parent > a, .col2left .sub-menu li.current-page-ancestor > a {
}
.col2left .sub-menu li.unlink > a {
	font-weight: 600 !important;
	cursor: text;
}
/*** end left menu ***/

/* adjustments for widgets below */
.col2left a.member_logout {
	display: block;
	padding: 5px 5px 5px 22px;
	background: #00467F url(images/icons/lock.png) 3px 6px no-repeat;
	color: #FFF;
	margin: 20px 0 20px 20px;
}
.col2left a:hover.member_logout {
	background: #4376B9 url(images/icons/lock.png) 3px 6px no-repeat;
	text-decoration: none;
}
#navmenu {
	margin-bottom: 40px;
}
/*widget area*/
.textwidget {
	width: 100%;
	height: auto;
	padding: 20px 0;
	overflow: hidden;
	margin: 0;
	display: block;
}
.col2left .calendar .details {
	width: 70%;
}
/* end left column */

/********faculty listing********/
.facultySearch {
	margin-bottom: 25px;
}
.ui-widget-content {
	border: none !important;
	background: transparent !important;
	color: #333333 !important;
}
.ui-widget {
	font-family: 'Open Sans', helvetica, arial, sans-serif !important;
	font-size: 16px !important;
}
.ui-widget-header {
	border: none !important;
	color: #333333 !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: 5px !important;
	padding-bottom: 0 !important;
}
#tabs h3 {
	margin: 30px 0 10px 0;
	border-top: 1px solid #efefef;
	padding-top: 15px;
}
#tabs a {
	text-decoration: none;
}
#tabs li {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
ul.ui-widget-header li {
	margin-bottom: 5px !important;
}
li.navigate {
	margin-bottom: 5px !important;
}
li.navigate a {
	text-decoration: none;
}
li.faculty {
	/* added 6-17 to display rows */
	display: inline-block;
	width: 24%;
	padding: 0 10px !important;
	vertical-align: top;
	font-size: 12px !important;
	text-align: center;
}
li.faculty a {
	display: block;
	text-decoration: none;
	font-size: 18px;
}
li.faculty a:hover {
	color: #4376B9; /*yellow*/
}
.facThumb {
	/* square off the thumbs */
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
}
.facThumb img {
	/* square off the thumbs */
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.facThumb img.portrait {
	/* square off the thumbs if portrait ori */
	width: 100%;
	height: auto;
}
/*****single faculty page****/

#faculty h3 {
	margin: 10px 0px;
}
#faculty h4 {
	margin-bottom: 20px;
	line-height: 150%;
}
#faculty .info {
  display:inline-block;
  vertical-align:top;
	padding-left: 30px;
	float: right;
	width: 665px;
}
#faculty .thumb {
  float: left;
  margin: 11px 0 25px 0;
  width: 335px;
}
#faculty .thumb img {
	max-width: 100%;
}
#faculty ul {
	margin: 5px 5px 15px;
}
#faculty ul li {
	list-style-type: none !Important;
	margin: 0 0 5px 0;
	font-size: 14px
}
#faculty ul li a {
	text-decoration: none;
}
#faculty ul li a[href^="mailto"] {
	background: url(images/icons/mail.png) left top no-repeat;
	padding: 0px 0 0px 20px;
}
#faculty ul li a[href^="tel"] {
	background: url(images/icons/telephone.png) left top no-repeat;
	padding: 0px 0 0px 20px;
}
#faculty ul li a[href$=pdf] {
	background: url(images/icons/pdf.png) left top no-repeat;
	padding: 0px 0 0px 20px;
}
#faculty .facultylinks ul li {
  /* added 2-25-20 to restor list dots for just the links section */
	list-style-type: disc !important;
  margin: 5px 12px;
}
#faculty-sections {
	clear:both;
}
#faculty-sections iframe {
	width:100%;
}
#faculty .section {
	font-size: 24px;
	display: block;
	margin-top: 25px;
	border-top: 1px solid #efefef;
	padding-top: 15px;
}
#faculty-video {
	width: 50%;
	float: left;
	margin-right: 40px;
}
#faculty-audio {
	width: 45%;
	float: left;	
}
/* override google custom search styles */

.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0 !important;
}
.gsc-above-wrapper-area {
	border-bottom: 1px solid #D8D7D7;
	padding: 0;
}
table.gsc-resultsHeader {
	display: none;
}
.gsc-control-cse {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif !important;
	border-color: #ffffff !important;
	background-color: #FFFFFF;
}
table.gsc-branding, table.gcsc-branding {
	display: none !important;
}
#content .gs-web-image-box, .gs-promotion-image-box {
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 2px 8px 2px 0;
	text-align: center;
	width: 82px;
}
#content .gs-web-image-box a[href$=pdf], .gs-promotion-image-box a[href$=pdf] {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
#content .gs-result img.gs-image {
	max-width: 80px !important;
}
.gsc-result .gs-title {
	height: initial !important;
	overflow: initial !important;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	border-top:1px solid #D8D7D7;
	margin-top:24px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #00467F;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #D8D7D7;
	line-height: 18px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
#comment-list {
	border-top:1px solid #FAF6EE;
	border-bottom:1px solid #D8D7D7;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 10px;
	margin: 0 0 10px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #00467F;
	text-decoration: none;
	font-weight:normal;
}
.comment-meta a:active,
.comment-meta a:hover {
	text-decoration: underline;
}
.commentlist .even {
}
.commentlist .bypostauthor {
	background: #FAF6EE;
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #00467F;
	text-decoration:none;
}
.reply a:hover,
a.comment-edit-link:hover {
	text-decoration:underline;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #D8D7D7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #000000;
	font-size: 10px;
	line-height: 16px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #000000;
}
#respond {
	margin-bottom: 24px;
	border-top: 1px solid #FAF6EE;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 10px 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #000000;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #000000;
	font-size: 10px;
	line-height: 16px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 12px;
}

/************ CUSTOM CSS from plugin *************/

/* Enter Your Custom CSS Here */
#content .gallery .gallery-item {
    text-align: left;
}
#content .gallery .gallery-caption {
	width: 165px;
}
/* responsive embedded iframes */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Newsroom Images */
.archThumb.thumb1 {
width: 100%;
margin: 0 0 5px 0;
padding: 0;
height: auto;
}

.archThumb.thumb1 img {
position: initial;
transform: none;
width: 100%;
height: auto;
left: 0;
top: 0;
}

/* Bold Links in Faculty bios */
#faculty a {
	text-decoration:underline;
}

/* homepage updates Sept 2017 */
#main.mid-col-shadow {
/* single background graphic for main so it stretches all the way down regardless of column length */
  background: url(images/esm-news-bg.png) center repeat-y;
}
.homeBoxes .newsroom {
  /* need padding here to preservice space at top and bottom */
  padding: 20px 40px;
}
.homeBoxes .box h2, .homeBoxesExtra .box h2 {
/* override column header text styles */
  text-align:left;
  text-transform:uppercase;
  font-weight:bold;
}
.homeBoxesExtra, .homeBoxes .eventcal {
 /* same as news column, but only vertical is needed */
  padding:20px 0;	
}
p.event-box {
  margin:0;
}
a.event {
  padding:10px 0;
  border:1px solid #FFF;
}
a.event:hover  {
  /*background-color:#b8cdea;*/
  background-color:#e5eef7;
  border:1px solid #00467f;
}
.calendar .date {
  border-bottom:0;
  margin-bottom:0;
  text-align:right;
}
.calendar .details {
  padding-left:13px;
  border-left:5px solid #CCC;
}
.calendar .details .title {
  font-weight:bold;
}
.calendar .details .location {
  font-weight:normal;
}
.calendar .date .month {
  font-weight:bold;
}
.calendar .date .day {
  font-weight:bold;
}
.calendar .date .time {
  font-weight:bold;
  font-size:11px;
  color:#4077b8;
}

/* column headers */
a.video-header, a.events-header {
  color:#4077b8;  
}
a.video-header:hover, a.events-header:hover {
  color:#00467f;  
}

/* "More" links */
p.home-more a {
  padding:7px;
  background:#00467f;
  font-weight:bold;
  color:#fff;
}
p.home-more a:hover {
	opacity:.75;
}
.eventcal p.home-more {
  margin-top:10px;
}
.eventcal .home-more a {
  width:48%;
  float:left;
}
.home-more #contact {
	margin-top: 10px;
}
#live-stream {
	width: 48%;
  margin-right:10px;
	background: #00467f url(images/live-streams.png) center no-repeat;
}
#live-stream span {
	visibility: hidden;
}

/* video feed */
.homeBoxesExtra {
  /*over-ride right padding to match calendar box*/
  /*padding-right:15px;*/
}
.box .epyt-gallery {
/* override plugin default */
  text-align:left;
}
.box .epyt-gallery-list.epyt-gallery-style-listview {
/* override plugin default */
  margin:0;
}
.box .epyt-gallery-thumb.epyt-listview {
  /*over-ride style.css setting */
  margin:0;
}
.box .epyt-gallery-thumb.epyt-listview .epyt-gallery-title {
  border-left:5px solid #CCCCCC;
  margin-bottom:12px;
  padding:2px 10px;
}
.box .epyt-gallery-thumb.epyt-listview:hover {
  /*over-ride plugin default hover behavior*/
  background:none;
}
.box .epyt-gallery-thumb.epyt-listview .epyt-gallery-title:hover {
  background-color:#e5eef7;
  border-left:5px solid #CCCCCC;
}

/* 1px rule below horizontal menus */
div.nav-wrap {
  border-top:1px solid #000000;
  border-bottom:1px solid #000000;
}

/* Not on Admissions */
.homepage div.nav-wrap {
  border-top:0;
  border-bottom:0;	
}

/**** RESPONSIVE - MOBILE****/
.mobileonly {
	/*hide stuff you only want to see on small screens*/
	display: none !important;
}
.nomobile {
	display: initial !important;
}
.mobilemenu {
	display: none;
}
@media only screen and (max-width: 800px) {
	/* inherited section here */
	body {
		min-width: 100% !important;
	}
	.topNav-wrap {
		border: none !important;
	}
	.topNav {
		width: 100%;
	}
	.header-nav {
		display: none;
	}
	#logo {
		float: none;
		text-align: center;
    margin-top: 0;
	}
	#content, #main, #header, #footer, #banner, #banner h1, #left-content, #right-sidebar, #right-content, #left-sidebar {
		width: 100% !important;
		margin: 0;
	}
	#content {
		padding-top:201px;
	}
	.post {
		padding: 0;
		width: 100%;
	}
	.post img {
		margin-bottom: 18px !important;
	}
	#footer-left {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}
	.video {
		float: none !important;
		width: 100% !important;
		margin: 0;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
		border-bottom: none;
	}
	.video iframe, .video object, .video embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	/* customized section */
	.mobileonly {
		/*unhide stuff you only want to see on small screens*/
		display: initial !important;
	}
	.nomobile {
		display: none !important;
	}
	/*general stuff*/
	img {
		display:block;
		max-width: 100%;
		height: auto;
	}
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	.alignright, .alignleft {
		float: none;
	}
	.alignright img, img.alignright, .alignleft img, img.alignleft {
		margin: 0;
		padding: 0;
	}
	.post {
		padding: 25px;
	}
	#header, .main-nav, #content, #main, #footer, #identity-wrap, #header-left {
		width: 100%;
	}
	/* remove bottom border from below hero menu in mobile */
	.nav-wrap.belowHero {
		border-bottom:0;
	}

	/* fixed header*/
	#header-wrap {
		height: initial;
	}
	#header {
		overflow: initial;
	}
	#header-left {
		position: relative;
		text-align: center;
	}
	#centennial-link {
		width: 210px;
		margin: 0 auto 15px auto;
	}
	#header-right {
		display: none;
	}
  	body.logged-in div#header-wrap {
		top: 46px;
	}	
	div.rev-slider {
		padding-top:201px !important;
	}
	.sharing {
		position: relative;
		text-align:left;
		float:none;
		padding: 0;
		margin:0 0 10px 30px;
	}
	.post h1, #main h1 {
		padding-right: 0;
	}
	.topNav-wrap {
		display: none;
	}
	.nav-wrap {
		display: none;
	}
	#logo img {
    	margin:auto;
	}
	#footer-wrap {
		height: 23em !important;
		position: initial;
		padding-top:20px;
	}
	#footer-left {
		display: none;
	}
	#footer-center, #footer-right {
		width: 100%;
		display: block;
		text-align: center !important;
	}
	#footer div.notes img {
		margin:auto;
	}
	#copyright {
		margin-top:1em;
	}
	#copyright p {
		text-align:center;
	}
	input {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	
	/*menus*/
	div.mobilemenu {
		background-color: #003571;
		display: block;
		z-index: 10000;
		clear: both;
		/*height: 55px;*/
		text-align: center;
		margin-top: 15px;
		position:relative;
		top:2px;
	}
	.mobilemenu a:active, .mobilemenu a:hover {
		text-decoration: none !important;
	}
	.nav-menu {
		display: none;
	}
	#header > div.mobilemenu > div:nth-child(3) > div > div {
		/* weird fix to center search box. will probably break at some point */
		width: 100%;
	}
	/*homepage*/
	
	.slick-slider {
		background: #000000;
	}
	.slick-slide img {
		/* this fixes images not resizing properly due to position setting change. */
		object-fit: initial;
		height: auto;
	}
	.sliderText {
		position: initial;
		top: 0;
		left: 0;
		background: none;
		width: 100%;
		/*text-align: center;*/
		text-align: left;
		margin-left: 10px;
		padding: 10px;
		box-sizing: border-box;
	}
	.sliderText h1 {
		color: #ffffff;
		font-size: 16px;
		line-height: 20px;
	}
	.sliderText p {
		display: none;
	}
	.slick-prev, .slick-next {
		top: initial !important;
		bottom: -5px !important;
	}
	.slick-prev:before, .slick-next:before {
		font-size: 24px !important;
	}
	.slick-dots {
		padding: 10px;
		position: initial !important;
	}
	.nav-wrap.belowHero {
		display: block;
		height: auto;
	}
	.navigation ul {
		display: block;
		justify-content: center;
		-webkit-justify-content: center;
		/*text-align: center;*/
		text-align: left;
	}
	.navigation ul li {
		display: block;
		position: initial;
		padding: 15px 20px;
		border-bottom: 1px solid #000;
	}
	.belowHero .navigation {
		position: initial;
		transform: none;
		font-size: 18px !important;
	}
	.homeBoxes.box, .homeBoxesExtra.box {
		width: 100%;
		padding: 0 20px;
		display: block;
		/*text-align: center;*/
		text-align: left;
		background: #ffffff;
	}
	.homeBoxes .newsroom {
		font-size: 14px;
		font-weight: inherit;
		width: 100%;
		padding:20px 0 0 0;
	}
	.homeBoxes .eventcal {
		width: 100%;
		margin-left: 0px;
	}
	.homeBoxes .box h2, .homeBoxesExtra .box h2, .homeBoxes .box .newsroom h2 {
		text-align: left;
		font-size: 32px !important;
	}
	.homeBoxes .newsroom a.item {
		border-left:5px solid #CCCCCC;
		margin-bottom:12px;
		padding:2px 10px;
	}
	.homeBoxes .newsroom a.item:hover {
		background:#e5eef7;
	}
	a.video-header, a.events-header {
		color:#003571;
	}

	/*2 column template */	
	.rightCol {
		float: none;
		width: 100%;
		padding: 0;
		border: none;
	}
	.col2left {
		width: 100%;
		border-right: none;
		display: block;
		margin-right: 0;
		padding: 15px 0 0 0;
		margin-top: 10px;
		border-top: 1px solid #eee;
	}
	/* landing page with hero image */
	.post.homepage {
		border-left: 0;
		border-right: 0;
		padding:0;
		margin: 0;
	}
	.homepage #heroimage {
		display: none;
	}
	img#mobilehero {
		border-top:1px solid #333 !important;
		border-bottom:1px solid #000 !important;
		margin-bottom: 0 !important;
	}
	.hero h1 {
		margin: 0 auto;
		padding: 20px;
		padding-right: 20px;
		background: #4376B9;
		color: #FFF;
		text-align: center;
	}
	.homepage .mobileonly ul {
		margin:0;
		padding: 0;
	}
	.homepage .mobileonly ul li {
		padding: 0;
		margin: 0;
		list-style:none;
		border-bottom:1px solid #000;
	}
	.homepage .mobileonly ul li a {
		display: block;
		padding: 10px 35px;
		background: #003571;
		color:#FFF;
	}
	.homepage .mobileonly ul li a:hover {
		text-decoration: none;
		color: #FFF !important;
		background-color: #4376B9;
	}
	.homepage h3 {
		font-size: 24px !important;
	}
	
	/* subsite landing page problems fixed */
	.homepage .triBoxes .box {
		width: 100%;
		padding: 0 35px;
		display: block;
		/*text-align: center;*/
	}
	.homepage .triBoxes .box.center {
		width: 100%;
		padding: 35px;
	}
	.homepage .triBoxes .box.right {
		width: 100%;
		padding: 0 35px;
	}
	.triBoxes .newsroom {
		font-size: 14px;
		font-weight: inherit;
	}
	.triBoxes .box h2 {
		font-size: 22px;
		background: #efefef;
		padding: 5px;
		margin: 10px -35px;
	}
	.homepage .triBoxes {
		width: 100%;
	}
	.homepage .box.center {
		background: #ccd7e3;
		width: 100%;
		height: 100%;
		position: initial;
		margin-top: 0;
		padding: 15px 0 0 0;
	}
	.homepage .box.right {
		float: none;
		width: 100%;
	}
	.homepage .triBoxes .box h2 a {
		margin-bottom: 0;
	}
	.calendar .details {
		text-align: left;
	}
	
	/* faculty list */
	.ui-tabs .ui-tabs-nav li {
		width: 50%;
	}
	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		float: none !important;
		padding: .5em 0 !important;
		text-align: center !important;
		display: block !important;
	}
	
	/* faculty list */
	li.faculty {
		display: block;
		width: 100%;
		padding: 0;
	}
	.facThumb {
		margin: 0 auto;
	}
	
	/* faculty single */
	#faculty .thumb {
		display: block;
		width: 100%;
		height: 100%;
		float: none;
		margin: 0 0 25px 0;
	}
	#faculty .thumb img {
		position: initial;
		left: 0;
		top: 0;
		transform: none;
	}
	#faculty .info {
		padding-left: 0;
		width: 100%;
	}
	#faculty .info iframe {
		width: 95%;
	}
	#faculty .section {
		margin: 10px 0;
		padding-top: 10px;
	}
	#faculty-video {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	#faculty-audio {
		width: 100%;
		float: none;	
	}
	/* newsroom news archive */
	
	.newsLeft, .newsSide {
		width: 100%;
		display: block;
	}
	.newsSide {
		padding: 0 0 25px 0;
	}
	.featureContainer {
		background: none;
	}
	.newsArch.item0, .newsArch.item1, .newsArch.item2 {
		width: 100%;
		background: none;
		padding: 0;
		margin: 0;
		float: none;
		margin-bottom: 25px;
		border-bottom: 1px dashed #cccccc;
		padding-bottom: 20px;
	}
	.newsArch h3 {
		font-size: 18px !important;
	}
	.archThumb.thumb1 {
		height: auto;
	}
	.archThumb img {
		position: initial;
		left: 0;
		top: 0;
		height: 100%;
		width: auto;
		transform: none;
	}
	.newsArch.item3 {
		padding-top: 0 !important;
	}
	/* archive page */
	
	.archThumb {
		position: initial;
		width: 100%;
		height: auto;
		overflow: hidden;
		float: none;
		margin-left: 0;
	}
}
/*END RESPONSIVE MOBILE*/

/* full width template */
#content-full-width {
    padding-top: 160px;
    padding-bottom: 16em;
    /*max-width: 1600px;*/
    margin: auto;
}
#content-full-width #main {
	width:auto;
	padding: 0 60px;
}
#content-full-width .post {
	padding: 0;
}
@media only screen and (max-width: 800px) {
	#content-full-width {
		padding-top:201px;
		padding-bottom:0;
	}
	#content-full-width #main {
		padding: 0 20px;
	}
}

/* RESPONSIVE IPAD landscape and portrait*/

@media only screen and (min-device-width : 760px) and (max-device-width : 1024px) {
	#header, .main-nav, #content, #main, #footer {
		width: 1024px;
	}
	#header, .main-nav, #main {
		padding: 0 15px;
	}
	#wrap, #header-wrap, #footer-wrap {
		min-width: 1024px;
	}
	#footer {
		padding: 15px;
	}
	#footer-left ul {
		list-style-type: none;
	}
	#content.homepage {
		background: none !important;
	}
	.post.homepage {
		border-left: none;
		border-right: none;
	}
	.calendar .details {
		width: 72%;
	}
} /* END RESPOSNIVE IPAD landscape and portrait*/

/* RESPONSIVE IPAD portrait only */
@media only screen and (min-device-width : 760px) and (max-device-width : 1024px) and (orientation : portrait) {
	#wrap, #header-wrap, #footer-wrap {
		min-width: initial;
	}
	#header, .main-nav, #content, #main, #footer {
		width: 760px;
	}
	#footer-left, #footer-center, #footer-right {
		width: 31%;
	}
	.homeBoxes .newsroom {
		width: 48%;
	}
	.calendar .date {
		margin-right: 15px;
	}
	.calendar .details {
		width: 70%;
	}
}
