/*
Theme Name: ECMS 2017
Theme URI: 
Description: A Theme for the Eastman Community Music School
Version: 1.0
Author: Mike Hoff, Noah Lapidus, and Michelle Martorell
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
		Tab and Header blue: #1c71bc
		Gray:	#cccccc
		Red: #c21924
	Fonts:
		Open Sans	
*/ 

/************** Start CSS *****************/
*, body {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', helvetica, arial, sans-serif !important;
	font-size: 16px;
	color: #003571;
	background-color: #ffffff;
	min-width: 1024px !important;
}

/******** Links ********/

a {
	text-decoration: none;
	color: #003571;
	font-weight:bold;
}
a:active {
	color: #c21924;
}
a:hover {
	color: #0772eb;
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s 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;
}
img {
	border: none !important;
}

/* Recommended by http://codex.wordpress.org/CSS */

/* Begin */
.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;
}
#wpadminbar {
	/* make sure it shows up above all other content */
	z-index: 1000000 !important;
	position:fixed !important;
}
#header, .main-nav, #content, #main, #footer {
	width: 1060px;
}
#main {
	overflow: visible;
}
small {
	font-size: .6em;
}
.nomargin {
	margin:0;
}

/* deal with anchor link offset */
:target:before {
	content: "";
	display: block;
	height: 160px; /* fixed header height*/
	margin: -160px 0 0; /* negative fixed header height */
}

blockquote {
	background: none;
	border: 0;
	padding: 0;
	margin: 20px 10px;
	display: block;
}
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, .nohero h1 {
	text-transform: uppercase;
	margin: 0 0 30px 0;
}
hr {
	background: #EFEFEF;
	color: #EFEFEF;
	border: 0;
	height: 1px;
	line-height: 1px;
	margin: 1em 0;
	clear: both;
}
/**************************** STYLE TAGS ***************************/
blockquote {
	background: #F0F0F0;
	border: 1px solid #DDD;
	padding: 20px;
	margin: 20px 10px;
	display: flex;
}
blockquote .cite {
	text-align: right;
	font-style: italic;
	margin: 0px;
}
/* ---- LISTS ---- */
.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;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	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 ***********************/

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
#wrap {
	width: 100%;
	display: block;
	position: absolute;
	min-height: 100%;
}
#header-wrap {
	width: 100%;
	min-height: 100px;
}
#header {
	min-height: 200px;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}
#header img {
	margin-top: 30px;
}
.topNav-wrap {
	padding: 10px 0;
	border-bottom: 1px dashed #666666;
	overflow: hidden;
}
.topNav {
	width: 1000px;
	margin: 0 auto;
}
.header-cart {
	width: 1000px;
	margin: 0 auto;
	color: #ffffff;
	text-align: right;
}
.header-cart-text {
	font-size: 12px;
}
.header-cart-text a {
	text-decoration: none !important;
	color: #BE2625 !important;
}
.header-cart-text a:hover {
	text-decoration: none !important;
	color: #fed020 !important;
}
.header-nav {
	float: left;
	font-size: 12px;
}
#identity-wrap {
	width:1000px;
	margin: 0 auto;
	white-space: nowrap;
}

#identity-tab {
	position: absolute;
	top:75px;
	display: inline-block;
	border-bottom: 36px solid #1c71bc;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	height: 0;
	width: auto;
	text-align:center;
	text-transform: uppercase;
}
#identity-tab p {
	background: #1c71bc;
	color: #ffde00;
	padding:8px 12px 4px 12px;
	margin:0;
}
#identity-tab p a {
	color: #ffde00;
	font-weight:normal;
}
.nav-wrap {
	width: 100%;
	height: 55px;/*background-color: #000000 !important;*/
	border-top: 3px solid #1c71bc;
	/*border-bottom: 2px solid #1c71bc;*/
	border-bottom: 1px solid #000;	
}
.main-nav {
	width: 1000px;
	margin: 0 auto;
}
#sidebar {
	float: right;
	width: 300px;
	padding-left: 20px;
	margin: 0 0 20px 20px;
	border-left: 1px solid #cccccc;
	background-color: #ffffff;
}
#sidebar h3, #footer h3, .readmore {
	text-transform: uppercase;
}
#content {
	width: 1000px;
	margin: 0 auto;
	display: block;
	/* margin-bottom should match #footer-wrap height */
	margin-bottom: 16em;
}
#main {
	width: 1000px;
	margin: 0 auto;
}
#homepage > #main {
	background-color: transparent !important;
}
#search {
}
#search-form {
	padding: 0;
	margin: 0;/*text-align:right;*/
}
#search-form input {
	outline: 0;
	padding: 4px;
	margin: 0;
}
#search-form #s {
	width: 170px;
}
#searchsubmit {
	padding: 0;
	background: none;/*width: 15px;*/
}
/*****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;
/*
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
*/
}
.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 */
/*
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
*/
	z-index: 497;
	background: #000000;
	padding: 15px 15px 0 15px;
	/*border:1px solid #444; 
    border-top:none; 
    box-shadow:#111 0 3px 10px; 
    border-bottom-left-radius:5px; 
    border-bottom-right-radius:5px; */
	width: auto !important;
}
/*SUB SUB Menus*/
.navigation ul ul ul {
	position: absolute;
	top: -99999px;
	left: 100%;
/* Hide sub levels */
	opacity: 0;
/*
	-webkit-transition: opacity .5s ease-in-out; 
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;\
*/
	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 !important;
	height: 50px;
}
.navigation {
	z-index: 1000;
	font-size: 14px !important;
	text-transform: none !important;
	font-weight: 300;
	/* vert center */
	position: relative;
	top: 0;
	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 {
	background:#1c71bc !important;
}
div.belowHero a {
	/*color: #ffde00 !important;*/
}
/****************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;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.archive-excerpt h2 a:hover {
	color: #155e4d !important;
	text-decoration: none !important;
}
/******ARCHIVE PAGINATION************/

.archive-pagination {
	float: right;
}
.pagination {
	clear: both;
	padding: 0 0 50px 0;
	position: relative;
	font-size: 11px;
	line-height: 13px;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #666666;
	background: #ffffff;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.pagination a:hover {
	color: #000000;
	background: #efefef;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	background: #666666;
	color: #fff;
}
/***************************** BLOG POST STYLES ****************************/
.post {
	padding:30px;
	background-color:#ffffff;
	overflow:hidden;
	width:940px;
}
.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;
}
/********************/
/********************/
/***END THEME CSS****/
/***EXTRAS BELOW*****/
/********************/
/********************/



/******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
------------------------------------------------------- */

/* 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 {
	width:200px;
	float:right;
	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;
}
.post {
	width: 100%;
	padding: 25px 0;
	position: relative;
}
.topPad {
	/* fix for pages without share box to add padding to top */
	padding-top: 35px !important;
}
.withBG .post {
	/* adds padding for pages with background images */
	/*padding: 25px;*/
}
.post.nohero h1 {
	margin-bottom:25px;
	padding-right:200px;
}
.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 {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
/* header is fixed and 160px tall. */
#header-wrap {
	width: 100%;
	height: 160px;
	/*overflow: hidden;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000;
	background-color: #ffffff;
}
#logo {
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
.slick-slider {
	padding-top: 160px;
}
/* slider revolution fix for fixed header */
div.rev-slider {
  padding-top:160px;
}
#content {
	padding-top: 160px;
}
#content.nopadding {
	padding-top: 0px;
}
/* end fixed header */

.nav-wrap, .topNav-wrap {
	background-color: transparent;
}
#header {
	min-height: 110px;
	padding: 0;
	overflow: hidden;
	position: relative;
}
#header img {
	margin-top: 0px;
}
#header-right {
	/* float: right; */
    /* margin-top: 15px; */
    /* text-align: right; */
	position: absolute;
	right: 0;
	top: 15px;
}
#search-form input {
	color: #003571 !important;
	border: 1px solid #003571;
	width:100%;
}
#search-links {
	margin: 10px 18px;
	text-align: left;
	font-size: 15px;
}
#search-links a {
	font-weight:normal;
}
input#searchsubmit:hover {
	background: #003571;
	color: #fff !important;
}
.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;
}

/********************BANNER******************/

div.nav-wrap {
	border-bottom:1px solid #000;
}
#banner-wrap {
	position:relative;
	top:135px;
	width:100%;
	height:160px;
	background:#1c71bc;
	border-bottom:1px solid #003571;
	margin-bottom:15px;
}
#banner {
	width:1060px;
	height:160px;
	margin:auto;
	padding-top:50px;
}
#banner h1 {
	width:1000px;
	height:84px;
	padding: 20px 50px;
	font-weight:normal;
	background:url(/wp-content/themes/ecms17/images/305-ecms-logo-white.png) top right no-repeat;
	font-size:36px;
	text-transform: uppercase;
	color: #FFF;
	white-space: nowrap;
	text-shadow: 1px 1px 1px #666;
}
#background-logo {
	background:url(/wp-content/themes/ecms17/images/185-ecms-bg-logo.png) top left no-repeat;	
	position:absolute;
	top:15px;
	height:183px;
	width:185px;
}
#banner-wrap.world-campus {
	text-align: center;
}

#content-full-width.world-campus {
	padding-top:120px;
	padding-bottom:13em;
}

/********************Two Column, Home Page***************/

#content .nopadding {
	padding-top:0;
	clear:both;
}
#right-content {
	width:700px;
	float:right;
}
#left-content {
	width:600px;
	float:left;
}
#right-sidebar {
	width:360px;
	float:right;
}
#left-sidebar {
	width:260px;
	float:left;
}

/********************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 {
	width: 1000px;
	margin: 2em auto;
	font-size: 12px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	color:#000;
}
#footer h3 {
	font-weight:normal;
}
#footer a {
	text-decoration: none;
	color:#000;
}
#footer a:hover {
	color: #4376B9 !important;
}
#footer-left, #footer-center, #footer-right {
	display: inline-block;
	vertical-align: top;
}
#footer-left {
	width: 40%;
}
#footer-center {
	width: 30%;
}
#footer-right {
	width: 30%;
}
#footer-left ul {
	margin: 5px 2px;
	list-style:none;
}
#footer-left li {
	margin-bottom: 2px;
}
#footer-center p, #footer-right p {
	margin: 5px 2px;
}
#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;
}

/* copyright, below footer */
#copyright {
	background:#b7b7b7;
	color:#000;
	padding:1em 0;
	border-top:1px solid #999;
}
#copyright p {
	font-size:12px;
	max-width: 1000px;
	margin:auto;
}

/* 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.35s 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;
}
/*SIDEBAR*/

#sidebar {
	float: right;
	border-left: none;
}
/*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 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.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 ****/


/*SLIDER*/

.slickSlider {
	display: none; /*hide until all slides are loaded.*/
}
.slider {
/*max-width:1024px;
		margin:auto;*/
}
.slider .slick-list {
	/*controls max height of slider image*/
	max-height: 540px;
}
.homeSlider {
	position: relative;
	margin-bottom: -5px;
}
.slick-slider {
	margin-bottom: 0 !important;
}
.homeSlider img {
	width: 100%;
	height: auto;
}
.slick-slide img {
	/* this is the problem */
	object-fit: cover;
	height: 540px;/* image position is set dynamically in the index.php template*/
	/*object-position: 0 100%;*/
	/*object-position: 0 0;*/
}
.sliderText {
	position: absolute;
	top: 75px;
	left: 75px;
	background: rgba(255,255,255,0.8);
	width: 280px;
	padding: 15px;
	box-sizing: content-box;
}
.sliderText h1 {
	font-size: 22px;
	line-height: 100%;
	color: #000000;
	margin: 0 0 5px 0;/*text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.65);*/
}
.sliderText p {
	font-size: 14px;
	margin: 0;
}
.sliderText a {
	text-decoration: none;
}
.slick-dots {
	top: 95%;
}
.slick-prev {
	left: 5% !important; /*places nav arrows on images*/
	z-index: 100;
}
.slick-next {
	right: 6% !important; /*places nav arrows on images*/
	z-index: 100;
}
.slick-prev, .slick-next {
	top: 60% !important;
	width: 45px !important;
	height: 45px !important;
}
.slick-dots li button:before {
	color: #ffffff !important;
	font-size: 12px !important;
}
.slick-prev:before, .slick-next:before {
	font-size: 40px !important;
	opacity: .6 !important;
	color: #ffffff !important;
}
.eventButtons .slick-prev, .eventButtons .slick-next {
	display: none !important;
}
/********END SLIDER********/



.belowHero {
	margin-bottom: 20px;
}
.box img {
	max-width: 100%;
	height: auto;
}
.homeBoxes.box {
	width: 68%;
	/*padding-right: 40px;*/
    /*display: inline-block;*/
	float: right;
	vertical-align: top;
	font-size: 14px;
}
.homeBoxesExtra {
	width: 30%;
	padding-right: 30px;
	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: 16px;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	margin-right: 0px;
}
.homeBoxes .eventcal {
	width: 45%;
	margin-left: 30px;
	display: inline-block;
	vertical-align: top;
}
.homeBoxes .box .calendar a {
	margin-bottom: 0;
}
p.home-more {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
.box:nth-child(3) {
	padding-right: 0;
}
a.event {
	padding: 15px;
}
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;
	border: 1px solid #ddd;
	padding:5px;
	background:#efefef;
}
.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;
}
/* homepage video - tubepress */

dl.tubepress-meta-group.js-tubepress-meta-outer {
	width: 100% !Important;
}
.tubepress-thumb {
	display: block;
	margin-bottom: 15px;
}
.tubepress-thumb a {
	margin: 0 !important;
}
.tubepress-big-title {
	display: none;
}
img.tubepress-thumbnail-image {
	display: none;
}
.tubepress-meta-group {
	font-size: inherit;
}
dd.tubepress-meta-title a {
	/* adjust to match template - override tubepress */
	font-weight: normal !important;
	font-size: 14px !important;
	line-height: 135% !important;
	padding: 3px;
}
dd.tubepress-meta-title a:hover {
	background: #EEE;
}
.tubepress-meta-title a {
	margin-bottom: 0 !important;
}
/********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-size: cover;
	background-origin: content-box;
}
.homepage .nav-wrap {
	height: 35px;
}
.homepage .nav-wrap.belowHero {
	/* background-color: #cccccc !important; */
	background-color: #FFDD00 !important;
	min-height: initial;
	width: 95%;
	margin: 0 auto;
}
.homepage .nav-wrap.belowHero .main-nav {
	padding: 0 30px;
	width: 100%;
}
.homepage .nav-wrap.belowHero .navigation {
	transform: translateY(90%);
}
.homepage .nav-wrap.belowHero .navigation ul li a {
	color: #003571;
}
.post.homepage {
	padding-bottom: 0;
	background: #ffffff;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}
.post.homepage h1 {
	margin-left: 25px;
}
.homepage .hero {
}
.homepage .hero img {
	display: block;
	width: 95%;
	height: auto;
	margin: 0 auto;
}
/* problems fixed */

.homepage .triBoxes .box {
	min-height: initial !important; /*removes some css from somewhere else */
	display: inline-block;
	width: 33%;
	vertical-align: top;
	padding: 0 15px;
	margin-top: 30px;
	font-size: 14px;/*width: 30%;
    padding-right: 40px;
    display: inline-block;
	vertical-align: top;
	font-size: 14px;*/
}
.homepage .triBoxes .box.center {
	width: 30%;
	background: #ccd7e3;
	height: 100%;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin-top: 0;
	padding-top: 30px;
}
.homepage .box.center img {
	display: block;
	margin: 0 auto 5px auto;
}
.homepage .triBoxes .box.right {
	width: 35%;
}
.homepage .triBoxes .box h2 {
	font-size: 18px;
	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;
}
.homepage .triBoxes {
/* overflow: hidden;
    position: relative;
    width: 95%;
	margin: 0 auto;*/
}
.homepage .triBoxes .box {
/*margin-top: 30px;*/
}
.homepage .box.center {
/*background: #ccd7e3;
	width: 300px;
    height: 100%;
	position: absolute;
    margin-top: 0;
    padding: 30px 20px;
	font-size: 14px;
	font-weight: 600;
	text-align:center;*/
}
.homepage .box.center img {
/*display: block;
	margin: 0 auto 5px auto;*/
}
.homepage .box.right {
/*float: right;
	width: 35%;*/
}
/*****no hero landing page with left column****/

.post.nohero {
	background: #ffffff;
	padding: 35px;/*border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;*/
}
.nohero .navigation {
	width: 25%;
	-webkit-transform: none;
	/*border-right: 2px solid #cccccc;*/
	position: initial;
	transform: initial;
	display: inline-block;
	/*margin-right: 15px;*/
	padding-right: 20px;
}
.nohero .navigation ul, .col2left ul {
	display: block;
}
.nohero .navigation ul li {
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
}
.nohero .navigation ul li a {
	color: #003571;
	white-space: normal;
	line-height: 115%;
}
.col2left ul li {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
}
.col2left ul li a {
	text-decoration: none;
}
.col2left .current-menu-item::before {
	content: "";
}
.col2left .calendar .details {
	width: 70%;
}
.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;
}
.nohero .navigation ul li a:hover {
	color: #333333 !important;
}
/* left nav menu */
#navmenu {
	margin-bottom: 40px;
}
/*widget area*/
.textwidget {
	width: 100%;
	height: auto;
	padding: 20px 0;
	overflow: hidden;
	margin: 0;
	display: block;
}
/****2 column page layout****/

.rightCol {
	float: right;
	width: 73%;
	border-left: 1px solid #efefef;
	padding-left: 30px;
}
.col2left {
	width: 25%;
	/*border-right: 1px solid #efefef;*/
	position: initial;
	transform: initial;
	display: inline-block;
	/*margin-right: 10px;*/
	padding-right: 10px;
	height: 100%;
}
/*** Left Menu (css taken from old theme for time ***/


.col2left ul a {
	color: #003571 !important;
}
.col2left ul a:hover {
	/*color: #FFC125 !important;*/
	color: #4376B9 !important;
}
.col2left ul li {
	margin: 0;
	padding: 0;
	-webkit-margin-after: 0 !important;
}
.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-bottom: 0 !important;
}
.col2left .current-menu-item:before {
	/*content: '•';*/
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}
.col2left li.current-menu-item a {
	display: inline-block;
}
.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 ***/


/********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 .top {
	display: block;
	overflow: hidden;
	margin-top: 20px;
}
#faculty h3 {
	margin: 10px 0px;
}
#faculty h4 {
	margin-bottom: 20px;
	line-height: 150%;
}
#faculty .info {
	display: inline-block;
	/*margin-left: 20px;*/
	vertical-align: top;
	max-width: 700px;
}
#faculty .thumb {
	display: inline-block;
	position: relative;
	width: 300px;
	height: 300px;
	overflow: hidden;
	vertical-align: top;
	float: right;
}
#faculty .thumb 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%);
}
#faculty .thumb img.portrait {
	width: 100%;
	height: auto;
}
#faculty ul {
	margin: 5px 0 15px 0;
}
#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/mail.png) left top no-repeat;
	padding: 0px 0 0px 20px;
}
#faculty ul li a[href^="tel"] {
	background: url(images/telephone.png) left top no-repeat;
	padding: 0px 0 0px 20px;
}
#faculty ul li a[href$=pdf] {
	background: url(images/document-pdf.png) left top no-repeat;
	padding: 0px 0 0px 20px;
}
#faculty .section {
	font-size: 24px;
	display: block;
	margin-top: 25px;
	border-top: 1px solid #efefef;
	padding-top: 15px;
}
/* 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;
}
/**** 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: 760px) {
	/* 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;
	}
	#content, #main, #header, #footer, #banner, #banner h1, #left-content, #right-sidebar, #right-content, #left-sidebar {
		width: 100% !important;
		margin: 0;
	}
	#banner-wrap {
		height:125px !important;
	}
	#banner h1 {
		background:none !important;
		padding:20px !important;
		height:50px !important;
		font-size:32px !important;
	}
	#banner-wrap.world-campus {
		top:177px;
	}
	#banner-wrap.world-campus img {
		height: 145px;
		margin: auto;
	}
	#content-full-width.world-campus {
		padding-top:162px;
		padding-bottom:0;
	}
	#left-content, #right-sidebar {
	  float:none;
	}
	.post {
		padding: 0;
		width: 100%;
	}
	#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 {
		width: 100%;
	}
	/* remove bottom border from below hero menu in mobile */
	.nav-wrap.belowHero {
		border-bottom:0;
	}

	/* fixed header*/
	#header-wrap {
		height: initial;
	}

	body.logged-in div#header-wrap {
		top: 46px;
	}	
	#identity-wrap {
		position:absolute;
		top:32px;
		left:46px;
	}	
	div.rev-slider {
		padding-top:198px !important;
	}
	
	#identity-tab { 
	}	
	
	.sharing {
		text-align:left;
		float:none;
		padding-left:25px;
		margin-top:25px;
	}
	.post.nohero h1 {
		padding-right:25px;
		margin-bottom:0;
	}

	/* fixed header*/
	#header {
		padding: 15px 0 0 0;
		overflow: initial;
	}
	#header-right {
		display: none;
	}
	.topNav-wrap {
		display: none;
	}
	.nav-wrap {
		display: none;
	}
	#logo {
		position: initial;
		left: 0;
		top: 0;
		transform: none;
		height: 71px;
		width: 307px;
		margin: 0 auto;
	}
	#footer-wrap {
		height: initial;
		position: initial;
	}
	#footer-left, #notes {
		display: none;
	}
	#footer-center, #footer-right {
		width: 100%;
		display: block;
		text-align: center !important;
	}
	
	#copyright p {
		text-align:center;
	}
	/*menus*/
	div.mobilemenu {
		background-color: #003571;
		display: block;
		z-index: 10000;
		clear: both;
		/*height: 55px;*/
		text-align: center;
		margin-top: 55px;
		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 #003571;
	}
	.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%;
	}
	.homeBoxes .eventcal {
		width: 100%;
		margin-left: 0px;
	}
	.homeBoxes .box h2, .homeBoxesExtra .box h2 {
		text-align: left;
		font-size: 22px;
		background: #efefef;
		padding: 5px;
		margin: 0 -20px 10px -20px;
	}
	.homeBoxes .box h2 a, .homeBoxesExtra .box h2 a {
		margin: 0 0 5px 20px;
	}
	/*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;
		border-top: 1px dashed #ccc;
	}
	/* landing page with hero image */
	
	
	.post.homepage {
		border-left: 0;
		border-right: 0;
		padding: 25px 0;
	}
	.homepage .hero {
		display: none;
	}
	.homepage .nav-wrap.belowHero .main-nav {
		padding: 0;
	}
	.homepage .nav-wrap.belowHero .navigation {
		transform: none;
	}
	.homepage .nav-wrap.belowHero {
		background-color: #003571 !important;
		width: 100%;
	}
	.homepage .nav-wrap.belowHero .navigation ul li a {
		color: #ffffff;
	}
	/* 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;
	}
	/* landing page with no hero image */
	
	.post.nohero {
		padding: 25px 0;
		border-left: none;
		border-right: none;
	}
	.nohero .navigation {
		width: 100%;
		border-right: none;
		margin: 0;
		padding-right: 0;
		background: #003571;
	}
	.nohero .navigation ul li {
		margin-bottom: 0;
	}
	.nohero .navigation ul li a {
		color: #ffffff;
	}
	.post.nohero h1 {
		margin-left: 25px;
	}
	.post.nohero .rightCol {
		padding: 25px;
	}
	/* 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;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	#faculty .info {
		display: block;
		max-width: 100%;
	}
	#faculty .section {
		margin: 10px 0;
		padding-top: 10px;
	}
	/* 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;
		-webkit-transform: none;
		-ms-transform: none;
		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: 1200px;
    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, .post.nohero {
		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%;
	}
} /* END RESPONSIVE IPAD portrait only */
