﻿/*
Theme Name: Eastman Filmscoring
Description: A Theme for the Eastman School of Music, Customized for Film Scoring
Version: 1.2
Author: Noah Lapidus, and Michelle Martorell
Author URI: http://www.esm.rochester.edu
*/

/*
	Colors:
		Dark Blue (Text and links): #02376f;
		Medium Blue (Alternative for Links):	#4376B9
		Light Blue (Hover): #0772eb
		Light Blue (headers): 007acc
		Yellow:	#ffde00
		Gray:	#cccccc
		Red: #c21924
	Fonts:
		Open Sans	
*/ 

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


/* Theme CSS */
body {
	font-family: 'Open Sans', helvetica, arial, sans-serif !important;
	font-size: 14px;
	color: #02376f;
	background-color: #fff;
	min-width: 1024px;
	line-height: 1.5;
}

#wpadminbar {
	/* make sure it shows up above all other content */
	z-index: 1000000;
	position: fixed;
}

/* logged in fix for fixed header - accounts for toolbar */
body.logged-in #header-wrap {
	top: 32px;
}

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;
}

a[href$=pdf] {
	background:url(images/icons/pdf.png) left top no-repeat;
	padding:0 0 0 20px;
}

h1, h2, h3, h4, h5, h6 {
	color: #007acc;
	margin-bottom: 1em;	
}
h1, h2, h3, h4, h5, h6 {
	margin-top:0;
}
p {
	color: #02376f;
	line-height: 1.5;
	margin-bottom: 1em;	
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
blockquote {
	background: none;
	border: 0;
	padding: 0;
	margin: 20px 10px;
	display: block;
}
blockquote .cite {
	text-align: right;
	font-style: italic;
	margin: 0px;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
hr {
	background: #EFEFEF;
	color: #EFEFEF;
	border: 0;
	height: 1px;
	line-height: 1px;
	margin: 1em 0;
	clear: both;
}
.aligncenter {
	text-align: center;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
.inline {
	display:inline;
}

/*********** FORMS *************/

input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #666666 !important;
	font-size: 14px;
	background: #fff;
	border: 1px solid #888888;
}
input.button {
	font-size: 20px !important;
	margin: 0;
	padding: 5px;
	color: #000 !important;
	background: #CCC !important;
}
.breadcrumb {
	font-size: 12px;
}

/******************** TABLES ***************** */

tr.altrow {
/*background: #F9F9F9;	*/
}
th, td {
	text-align: left;
}
th {
	padding: .8em 1em;
}
td {
	padding: .7em 1em;
}
/* 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 */


/* Layout */

#header, .main-nav, #content, #main, #footer {
	width: 1060px;
}
#wrap {
	width: 100%;
	display: block;
	position: absolute;
	min-height: 100%;
}
/* header animation on re-size */
#header-wrap, #header-wrap #logo, #header, #header-wrap #logo img {
	transition: all 0.5s;
}
/* header is fixed and 165px tall. */
#header-wrap {
	width: 100%;
	height: 165px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #ffffff;
}
/* deal with anchor link offset */
:target:before {
	content: "";
	display: block;
	height: 165px; /* fixed header height*/
	margin: -165px 0 0; /* negative fixed header height */
}
#logo {
	width: 100%;
	text-align: center;
}
/* slider revolution fix for fixed header */
div.rev-slider {
  padding-top:165px;
	border-bottom: 1px solid #003571;
}
/* end fixed header */

#header {
	position: relative;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	height: 115px;
}
#header-right {
	position: absolute;
	right: 0;
	top: 15px;
	z-index: 1000;
}
#searchicon {
	display: none;
}
#search-form input {
	padding: 4px 6px;
	color: #003571 !important;
	border: 1px solid #003571;
	width: 100%;
	margin: 5px 0 0 0;
}
#search-links {
    margin: 10px 0;
    padding: 0 20px;
    text-align: left;
    font-size: 15px;
}
#search-links a {
	font-weight:normal;
}
input#searchsubmit:hover {
	background: #003571;
	color: #fff !important;
}
#identity-wrap {
	position: relative;
	top: -77px;
	width: 1000px;
	margin: 0 auto;
	white-space: nowrap;
}
#identity-tab {
	display: inline-block;
	border-bottom: 40px solid #ffde00;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	height: 0;
	width: auto;
	text-align:center;
	text-transform: uppercase;
	font-size: 15px;
}
#identity-tab p {
	background: #ffde00;
	color: #003571;
	font-size: 16px;
	padding:8px 12px 4px 12px;
	margin:0;
}
#identity-tab p a {
	color: #003571;
	font-weight:normal;
}
#primary-nav {
	position: absolute;
	top:115px;
}
.nav-wrap {
	width: 100%;
	height: 46px;
	border-top: 3px solid #ffde00;
	border-bottom: 1px solid #000;
	background-color: #003571;
}
.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;
	padding-top: 165px; /* same as height of banner */
	/* margin-bottom should be equal to #footer-wrap height */
	margin-bottom: 20em;
}
#main {
	width: 1000px;
	margin: 0 auto;
}
#homepage > #main {
	background-color: transparent !important;
}



/********************BANNER******************/

#banner-wrap {
	position:relative;
	top:165px;
	width:100%;
	height:130px;
	background:#ffde00;
	border-bottom:1px solid #003571;
	margin-bottom:15px;
}
#banner {
	width:1060px;
	height:130px;
	margin:auto;
	padding-top:20px;
	/*background: url(images/175-filmscoring-bg-logo.png) left no-repeat; */
}
#banner h1 {
	width:880px;
	height:84px;
	padding: 20px 60px;
	font-weight:bold;
	background:url(images/273-filmscoring-logo.png) top right no-repeat;
	font-size:36px;
	color: #007ACC;
	white-space: nowrap;
	z-index: 999999999;
}

/* Pages and Posts */
.post {
	position: relative;
	padding: 20px 0 0 0;
	background-color:#ffffff;
	width: 100%;
}
.post h1, .post h2, .post h3 {
	line-height: 1.25;
}
.post-date {
	font-size: 14px;
}
.post-excerpt p {
	font-size: 18px;
	line-height: 135%;
	color: #333333 !important;
	font-weight: normal !important;
}

/*******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;
}

.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;
}
.commentlist li {
	list-style: none;
}
.comment-reply-link {
	text-transform: uppercase;
}
.comment .meta {
	background: #F0F0F0;
	border: none;
}
.meta a:hover {
	text-decoration: underline;
}


/*****MAIN NAV****/

.navigation {
	z-index: 1000;
}
.navigation a {
	color: #ffde00;
}
.navigation ul {
	/*justify horizontally*/
	display: flex;
	justify-content: space-between;
}
.navigation ul, .navigation li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.navigation li {
	display: block;
	position: relative;
}
.navigation li a {
	display: block;
	margin: 0;
	padding: 16px;
	white-space: nowrap;
	line-height: 100%;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}
.navigation li a:hover {
	color: #003571;
	text-decoration: none;
}
.navigation ul ul {
	position: absolute;
	top: -99999px;
	left: 0;
	opacity: 0; /* Hide sub level */
	z-index: 497;
	padding: 15px 15px 0 15px;
	width: auto;
	font-size: 14px;
}
/*SUB SUB Menus*/
.navigation ul ul ul {
	/* we need to show 3rd level for Summer */
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}
/* shows 2nd level if it's hidden by default - not needed for Summer */
.navigation ul li:hover>ul {
	opacity: .95;
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 1000000;
}
.navigation ul li ul li:hover>ul {
	/* for browsers which don't inherit theposition from the parent ul - firefox/mozilla */
	top: 0;
}
/* shows 3rd level if it's hidden by default - not needed for Summer */
.navigation ul ul li:hover>ul {
	opacity: 1;
	/*position: absolute;
	top: 0;
	left: 100%;*/
 	z-index: 1000000;
}
.navigation ul.sub-menu {
	display: block;
}
.navigation ul.sub-menu a {
	font-size: 14px;
	color: #003571;
	padding: 5px 10px;
}
.navigation ul.sub-menu a:hover {
	text-decoration: underline;
}
.navigation li.menu-item:hover {
	background-color: #0772eb;
}
.navigation li.menu-item:hover a {
	color: #fff;
}
.navigation li.menu-item ul.sub-menu {
	background-color: #0772eb;
	padding-bottom: 15px;
}

/* Summer Custom Dropdowns - programs needs customization .menu-item-7299  */ 
.navigation li.programs ul.sub-menu {
	width: 700px;
}
.navigation li.programs ul li {
	display: block;
	position: relative;
	float: left;
	width: 200px;
	margin-right: 10px;
}
.navigation li.programs ul.sub-menu li a {
	width: 90%;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.navigation li.programs ul.sub-menu li ul.sub-menu {
	display: block;
	position: relative;
	width: auto;
	overflow: hidden;
	margin:0;
	padding: 8px 12px;
}
.navigation li.programs ul.sub-menu li ul.sub-menu li {
	display: block;
	width: auto;
	float: none;
}
.navigation li.programs ul.sub-menu li ul.sub-menu li a {
	border: none;
}
.menu-mobile-main-nav-container ul.sub-menu, .menu-mobile-main-nav-container ul.sub-menu li {
	margin-bottom: 0 !important;
}

.belowhero {
	background:#ffde00 !important;
}
.belowhero .navigation a {
  color: #003571 !important;
	font-size: 14px;
}
.belowhero .navigation li a {
	padding-left: 60px;
}
.belowhero .navigation li:hover, .belowhero .navigation li a:hover {
	background-color: #ffde00 !important;
	text-decoration: underline;
}

/* Addthis Sharing */

.sharing {
	width:200px;
}
.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;
}

/********************Two Column, Home Page***************/

#content.nopadding {
	padding-top:15px;
	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;
	/* extra padding per S@E request */
	padding-top: 4px;
}

/********************FOOTER******************************/

#footer-wrap {
	background-color: #ccc;
	color:#000;
	height: 20em !important; /* height should be equal to #content margin-bottom */
	width: 100%;
	position: absolute; /* fix footer to bottom of page */
	display: block;
	bottom: 0;
	border-top:1px solid #AAA;
}
#footer {
	width: 1000px;
	margin: 2em auto;
	font-size: 13px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	color:#000;
}
#footer h3 {
	font-weight:normal;
	display: block;
	margin-bottom: 10px;
}
#footer a {
	color:#000;
}
#footer a:hover {
	color: #4376B9 !important;
}
#footer p.padded {
	padding: 5px 0;
}
#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 {
	padding: 0;
	margin: 5px 2px;
	list-style:none;
}
#footer-left li {
	margin-bottom: 5px;
}
#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;
}

/*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 ****/

.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;
	text-transform: uppercase;
}
p.home-more a {
  padding:7px;
  background:#00467f;
  font-weight:bold;
  color:#fff;
	display: block;
	width: 178px;
}
p.home-more a:hover {
	opacity:.75;
}
.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;
}

/* 3 column Homepage */
.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;
}

/*****no hero landing page with left column****/

.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 {
	display: none !important;
}
.mobilemenu {
	display: none;
}

@media only screen and (max-width: 760px) {
	/* inherited section here */
	body {
		min-width: 100% !important;
	}
	#wpadminbar {
		position: fixed !important;
	}
	#logo {
		float: none;
		text-align: center;
	}
	
	#content, #main, .main-nav, #header, #footer, #banner-wrap, #banner, #banner h1, #left-content, #right-sidebar, #right-content, #left-sidebar {
		width: auto;
		margin: 0;
		float: none;
	}
	#identity-wrap {
		width: 100%;
	}	
	#banner-wrap {
		height: 60px;
		top: 155px;
		padding: 0;
	}
	#banner {
		padding:0;
	}
	#banner h1 {
		background:none;
		padding: 5px;
		height: 60px;
		font-size:30px;
		text-align: center;
	}
	#background-logo {
		top:-55px;
	}
  #left-content, #right-sidebar {
    float:none;
  }
	.post {
		width: auto;
		padding: 20px;
	}
	#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%;
	}
	.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;
	}

	/* remove bottom border from below hero menu in mobile */
	.nav-wrap.belowhero {
		border-bottom:0;
	}

	/* fixed header*/
	#header-wrap {
		height: 155px;
	}
	body.logged-in div#header-wrap {
		top: 46px;
	}
	#identity-wrap {
    display: table;
    position: relative;
    top: -17px;
    z-index: 9999999;
    text-align: center;
		max-width: 250px;
	}
	div.rev-slider {
		padding-top:155px;
	}
	#identity-tab {
		top:165px;
	}	
	.sharing {
		text-align:left;
		float:none;
		padding-left:25px;
		margin-top:25px;
	}

	/* fixed header*/
	#header {
		padding: 15px 0 0 0;
		overflow: initial;
	}
	#header-right {
		display: none;
	}
	#primary-nav {
		border-bottom: 3px solid #ffde00;
		height: 44px;
		top: 105px;
		z-index: 999999;
	}
	#logo {
		position: initial;
		left: 0;
		top: 0;
		transform: none;
		height: 71px;
		width: 307px;
		margin: 0 auto;
	}
	#content {
		padding-top: 155px;
	}
	#content.nopadding {
		padding-top: 0;
	}
	#footer-wrap {
		height: initial;
		position: initial;
		padding-top: 10px;
	}
	#footer-left, #notes {
		display: none;
	}
	#footer-center, #footer-right {
		width: 100%;
		display: block;
		text-align: center !important;
	}
	
	#copyright p {
		text-align:center;
	}
	input {
		border-radius: 0;
	}
	/*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%;
	}	
	.nav-wrap.belowhero {
		display: block;
		height: auto;
	}
	
	
	/* Navigation */
	#menu-main, a.meanclose {
		/* hide menu parts that show before meanmenu loads */
		display:none;
	}
	.nav-menu {
		display: none;
	}
	.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: 0 5px;
		border-bottom: 1px solid #003571;
	}
	.navigation .mean-nav ul li {
		padding: 0;
		border-bottom: 0;
		font-size: 14px;
	}
	.navigation .mean-nav li.menu-item ul.sub-menu {
		padding: 0;
		top: 43px;
	}

	/* reset special summer programs menu */
	.navigation li.programs ul.sub-menu {
    width: 100%;
	}
	.navigation li.programs ul li {
		width: 100%;
		margin-right: 0;
	}
	.navigation li.programs ul.sub-menu li a {
		border-bottom: 0;
	}
	.navigation li.programs ul.sub-menu li ul.sub-menu {
		padding: 1px;
		top:0; /* stops it from inheriting a position fix from other ul submenus */
	}
	.navigation li.programs ul.sub-menu li ul.sub-menu li {
		padding-top: 0;
	}

	.belowhero .navigation {
		position: initial;
		transform: none;
		font-size: 18px !important;
	}
	.belowhero .navigation a {
    margin-left: 10px;
	}
	/* ESM Home Page Boxes */
	.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;
	}

	/* Search */
	#header-right {
		display: none;
    position: absolute;
    top: 150px;
    left: 0;
    z-index: 9999999;
    background-color: #ffde00;
    color: #FFF;
    padding: 12px 15px 15px 15px;
	}
	#banner {
		z-index: 1000;
	}
	#searchicon {
		display: block;
		position: absolute;
		top: 105px;
		left: 0;
		color: #FFF;
		z-index: 9999999;
		font-size: 20px;
		padding: 15px;
		cursor: pointer;
	}
	#search-links {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#search-links a {
		color:#003571;
	}
}
/*END RESPONSIVE MOBILE*/
