﻿/*
Theme Name: ESM Student Affairs
Description: A Theme for Eastman Student Affairs
Version: 1.1
Author: Noah Lapidus and Michelle Martorell
Author URI: http://www.esm.rochester.edu
*/

/*
	Colors:
		Dark Blue (Text and links): #003571
		Medium Blue (Alternative for Links):	#4376B9
		Light Blue (Hover): #0772eb
		Light Blue Banner: #8cdff4
		Light Blue (Tabs and Dropdowns): #b4eefd
		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: 16px;
	color: #003571;
	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;
}

p, h1, h2, h3, h4, h5, h6 {
	color: #003571;
	margin-bottom: 1em;	
}
h1, h2, h3, h4, h5, h6 {
	margin-top:0;
}
p {
	line-height: 175%;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
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;
}

/*********** 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 {
	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;
}
#identity-wrap {
	position: relative;
	top: -79px;
	width: 1000px;
	margin: 0 auto;
	white-space: nowrap;
}
#identity-tab {
	display: inline-block;
	border-bottom: 40px solid #8cdff4;
	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: #8cdff4;
	color: #003571;
	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 #8cdff4;
	border-bottom: 1px solid #b4eefd;
	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: 165px auto 20em auto;
	/* height should keep it from covering banner */
	/* margin-bottom should be equal to #footer-wrap height */
}
#content.home {
	margin-top: 0; /* different margin for pages with Rev. Slider */
}
#main {
	width: 1000px;
	margin: 0 auto;
}
#homepage > #main {
	background-color: transparent !important;
}



/********************BANNER******************/

#banner-wrap {
	position:relative;
	top:115px;
	width:100%;
	height:165px;
	background:#8cdff4;
	border-bottom:1px solid #003571;
}
#banner {
	width:1000px;
	margin:auto;
	padding:50px 30px 0 30px;
	height:115px;
}
#banner h1 {
	width: 985px;
	height: 85px;
	font-weight: normal;
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
	padding-top: 30px;
	margin-bottom: 0;
	text-indent: 45px;
}
#banner.studentactivities h1 {
	background:url(images/studentactivities-logo.png) top right no-repeat;
}
#banner.reslife h1 {
	background:url(images/reslife-logo.png) top right no-repeat;
}
#banner #background-logo {
	position:absolute;
	top: 50px;
	height: 115px;
	width: 400px;
}
#banner.studentactivities #background-logo {
	background:url(images/studentactivities-bg.png) top left no-repeat;
	opacity: .5;
}
#banner.reslife #background-logo {
	background:url(images/reslife-bg.png) top left no-repeat;	
}

/* Pages and Posts */
.post {
	position: relative;
	padding: 25px 0;
	width: auto;
}
.post-date {
	font-size: 14px;
}
.post-excerpt p {
	font-size: 18px;
	line-height: 135%;
	color: #333333 !important;
	font-weight: normal !important;
}

/* ---- 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 {
	list-style-type: disc;
	margin-left: 30px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.postfoot {
	margin: 10px 0 20px 0;
}
.post-thumb {
	float: left;
	margin-right: 5px;
}

/*******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-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;
}

/******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;
}
.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: #8cdff4;
}
.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 nav.studentactivities li.selectable a, .navigation nav.reslife li.selectable a {
	/* for Student Activities and Reslife to hold place */
	/*
	color: #fff;
	text-decoration: underline;
}
*/
.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 {
	color: #003571;
	padding: 10px;
	font-size: 14px;
}
.navigation ul.sub-menu a:hover {
	text-decoration: underline;
}
.navigation li.menu-item:hover {
	background-color: #b4eefd;
}
.navigation li.menu-item:hover a {
	color: #003571;
}
.navigation li.menu-item ul.sub-menu {
	color: #fff;
	background-color: #b4eefd;
	padding-bottom: 15px;
}
.navigation li.menu-item ul.sub-menu li.menu-item ul.sub-menu {
	position: relative;
	top:0;
	left:0;
	padding: 0 10px;
}

/* 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;
	padding-top: 5px;
}
.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:#8cdff4 !important;
}
.belowhero .navigation a {
  color: #003571 !important;
	font-size: 14px;
}
.belowhero .navigation li a {
	
}
.belowhero .navigation li:hover, .belowhero .navigation li a:hover {
	background-color: #8cdff4 !important;
	text-decoration: underline;
}

/* Addthis Sharing */

.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;
}

/********************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-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: 10px;
}
#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;
}

/* 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;
}

@media only screen and (max-width: 760px) {
	.mobileonly {
		/*unhide stuff you only want to see on small screens*/
		display: initial !important;
	}
	.nomobile {
		display: none !important;
	}
	img {
		display:block;
		max-width: 100%;
		height: auto;
	}
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	input {
		border-radius: 0;
	}
	.alignright, .alignleft {
		float: none;
	}
	.alignright img, img.alignright, .alignleft img, img.alignleft {
		margin: 0;
		padding: 0;
	}
	.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%;
	}

	/* Layout */
	#wpadminbar {
		position: fixed !important;
	}
	body {
		min-width: 100% !important;
	}
	body.logged-in div#header-wrap {
		top: 46px;
	}
	#header, .main-nav, #identity-wrap, #content, #main, #header, #footer, #banner, #banner h1, #left-content, #right-sidebar, #right-content, #left-sidebar {
		width: 100% !important;
	}
	#header-wrap {
		height: 155px;
	}
	#header {
		padding: 15px 0 0 0;
		overflow: initial;
	}
	#logo {
		position: initial;
		left: 0;
		top: 0;
		float: none;
		text-align: center;
		transform: none;
		height: 75px;
		width: 326px;
		margin: 0 auto;
	}
	#identity-wrap {
    display: table;
    position: relative;
    top: -17px;
    z-index: 9999999;
    text-align: center;
		max-width: 250px;
	}
	#identity-tab {
		top:165px;
	}	
	#primary-nav {
		border-bottom: 3px solid #8cdff4;
		height: 44px;
		top: 105px;
		z-index: 999999;
	}
	#banner-wrap {
		height:82px !important;
	}
	#banner {
		padding-top: 5px;
		text-align: center;
		width: auto !important;
	}
	#banner #background-logo {
		display: none;
	}
	#banner h1, #banner.reslife h1, #banner.studentactivities h1 {
		font-size: 20px;
		background: none;
		text-indent: 0;
		padding-top: 40px;
	}
	div.rev-slider {
		padding-top:155px;
	}
	#content {
		margin-bottom: 24em;
		/* margin-bottom should be equal to #footer-wrap height for mobile */
	}
	.post {
		padding: 25px;
	}
	#footer-wrap {
		height: 24em !important; /* height should be equal to #content margin-bottom */
	}
	#footer-left {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}
	#footer-center, #footer-right {
		width: 100%;
		display: block;
		text-align: center !important;
	}
	#copyright p {
		text-align:center;
	}

	/* 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;
	}
	.belowhero .navigation {
		position: initial;
		transform: none;
		font-size: 18px !important;
	}
	#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;
	}
	/* remove bottom border from below hero menu in mobile */
	.nav-wrap.belowhero {
		border-bottom:0;
	}

	/* Search */
	#header-right {
		display: none;
    position: absolute;
    top: 150px;
    left: 0;
    z-index: 9999999;
    background-color: #8cdff4;
    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*/
