* {
	box-sizing: border-box;
}

body {
	width: 100%;
	margin: 0 auto;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.content {
	margin: 0 auto;
	max-width: 1140px;
}

#fixedTop {
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: #2a2a2a;  /* fallback, to be extra extra sure */
	background-color: rgba(42, 42, 42, 0.97);
    z-index: 1000;
}

#scrollRegion {
	/* accounts for the fixed header height, including padding */
	margin-top: 56px;
    z-index: 999;
}

header {
	padding: 0px 10px 0px 10px;
}

footer {
	display: block;
	background-color: #2a2a2a;
	box-shadow: 0 50vh 0 50vh #2a2a2a;  /* ensures the footer appears to extend to the bottom of the page */
	color: #999999;
	font-size: 13px;
	line-height: 1.4em;
}

footer > .content {
	padding: 20px 10px;
}

.topNav {
	width: 100%;
	overflow: hidden;
	z-index: 1001;
}

.logoContainer {
	display: block;
	float: left;
	width: 60px;
	height: auto;
	margin-top: 9px;
	margin-left: 16px;
	margin-right: 16px;
}

#main {
	padding: 1px 0 1px 0; /* prevents top margin of main content from collapsing into header */
}

.singleColumnMainLayout, .singleColumnMainLayoutWide {
	margin-top: 16px;
	margin-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}

.singleColumnMainLayoutWide {
	max-width: 900px;
}

.singleColumnMainLayout > *, .singleColumnMainLayoutWide > * {
	align-content: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	margin-right: 16px;
}

.navLinksContainer {
	float: right;
	margin-right: 16px;
}

.navItem {
	color: #ffffff;
	text-align: center;
	text-transform: lowercase;
	font-weight: 300;
	font-size: 18px;
	text-decoration: none;
	white-space: nowrap;
}

a.navItem.active {
	background-color: #3a3a3a;
}

a.topNavMenuIcon:hover, a.navItem:hover {
	background-color: #0e6678;
	color: #ffffff;
	text-decoration: none;
}

a {
	 color: #0c5766;
	 font-weight: bold;
	 text-decoration: none;
}

.topNav .topNavMenuIcon {
	display: none;
}

.topNav a {
	display: block;
	float: left;
	clear: none;
	padding: 16px 24px;
}

.topNavMenuIcon img {
	display: inline;
	width: 16px;
}

.topNavCloseMenuIcon {
	background-color: #1a1a1a;
}

a.imageLink {
	display: block;
}

a.imageLink img {
	display: block;
}

a:hover {
	text-decoration: underline;
	color: #0e6678;
}

#hero {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

.logo {
	width: 100%;
	height: auto;
}

.blockImage {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}

h1.error {
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	margin: 50px auto 75px auto;
	max-width: 400px;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #cc2a41;
}

h3 {
	font-size: 18px;
	margin-top: 1.0em;
	margin-bottom: 0px;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #8b1274;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

p {
	margin-top: 0.5em;
	margin-bottom: 1.0em;
}

mark {
    font-weight: bold;
}

figure {
    display: block;
    margin-block-start: 1.5em;
    margin-block-end: 1.5em;
    margin-inline-start: 20px;
    margin-inline-end: 20px;
}

figcaption {
    display: block;
    font-size: 15px;
    font-style: italic;
}

.missionContainer {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	margin-bottom: 20px;
}

.missionText {
	font-size: 18px;
	text-align: left;
	line-height: 1.6em;
	color: rgb(51, 51, 51);
	margin: 20px;
}

.featureContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.featureContainer>* {
	flex: 1 1 180px;
	margin: 10px;
	max-width: 360px;
	min-width: 300px;
}

.featureContainer h2 {
	margin-top: 1.0em;
}

.featureImageContainer {
	max-width: 360px;
}

.horizontalWrapImageListContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.imageContainerMedium {
	margin: 16px;
	width: 300px;
}

.center {
	text-align: center;
}

.buttonLink, input[type="submit"] {
	display: inline-block;
	text-align: center;
	background-color: #0c5766;
	border-radius: 3px;
    border-width: 0px;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 25px;
	text-decoration: none;
}

a.buttonLink:hover, input[type="submit"]:hover {
	text-decoration: none;
	background-color: #0e6678;
	color: #ffffff;
}

.pieceContainer {
	margin: 0 0 20px 0;
}

.pieceContainer > p {
	margin: 0;
}

.composerName {
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	margin: 0;
	text-transform: uppercase;
}

.compositionTitle {
	font-size: 16px;
	font-weight: 700;
	color: #444444;
}

ul.movements, ol.movements {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: normal;
	color: #444444;
	padding: 0 0 0 20px;
}

ol.movement_number_style_none {
	list-style-type: none;
	padding: 0 0 0 20px;
}

ol.movement_number_style_roman {
	list-style-type: upper-roman;
	padding: 0 0 0 40px;
}

ol.movement_number_style_decimal {
	list-style-type: decimal;
	padding: 0 0 0 40px;
}

.performer {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #444444;
	padding: 0 0 0 20px;
}

.upcomingConcertBannerContainer {
	width: 100%;
	display: table;
}

.upcomingConcertBannerContainer p {
	margin: 0;
}

.upcomingConcertBannerContainer > div {
	display: table-cell;
	vertical-align: middle;
}

.concertDate {
    font-size: 14px;
    font-weight: normal;
	color: #444444;
}

.concertSubtitle {
    margin: 0.25em 0;
    font-weight: normal;
    font-style: italic;
}

.upcomingConcertBannerDate {
	width: 88px;
	height: 88px;
	background-color: #47003b;
	color: #f0f0f0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: center;
}

.upcomingConcertBannerDetails {
	width: auto;
	padding: 0px 10px 0px 10px;
	background-color: #f4f4f4;
	font-size: 14px;
	line-height: 1.4em;
}

.upcomingConcertProgram {
	padding-top: 16px;
}

.hspace {
	display: block;
	width: 48px;
}

.socialLinkBar {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

a.socialLink {
	display: block;
}

a.socialLink>* {
	flex: 1;
}

a.socialLink img {
	height: 24px;
	width: auto;
}

iframe.embeddedMap {
	display: block;
	margin: auto;
	border: 0;
    width: 100%;
    height: 450px;
}

iframe.calendar {
	border-width: 0;
	display: block;
	margin: 16px auto;
}

table.tableWithRowHeaders {
	border: 0;
	border-collapse: collapse;
}

table.tableWithRowHeaders th {
	font-weight: bold;
	text-align: right;
	vertical-align: text-top;
	padding: 0;
}

table.tableWithRowHeaders td {
	font-weight: normal;
	padding: 0px 10px;
}

table.schedule {
	border: 0;
	border-collapse: collapse;
}

.indent1 {
	margin-left: 40px;
}

.marginVertical {
    margin-top: 20px;
    margin-bottom: 20px;
}

.marginHorizontal {
    margin-left: 20px;
    margin-right: 20px;
}

table.schedule > tbody > tr > td {
	padding: 0px 4px;
}

.eventDate {
	font-weight: bold;
}

tr.irregularDate > td.eventDay {
	font-weight: bold;
	background-color: yellow;
}


@media only screen and (max-width: 840px) {
	.topNav {
		/* allows the nav menu to overlay the non-fixed content */
		overflow: visible;
	}
	
	.topNav a {
		display: none;
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.topNav a.topNavMenuIcon.topNavOpenMenuIcon {
		display: block;
	}
	
	.topNav .logoContainer {
	  	float: none;
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
		margin-left: 0;
		margin-right: 0;
	}
	
    .topNav.topNavMenuVisible a {
		clear: both;
		width: 100%;
		display: block;
		text-align: left;
    }
	
    .topNav.topNavMenuVisible .topNavMenuIcon.topNavOpenMenuIcon {
		display: none;
    }
	
	.topNav.topNavMenuVisible .topNavMenuIcon.topNavCloseMenuIcon {
		display: block;
		width: auto;  /* so the hover background doesn't extend across the entire header */
	}
	
	.navItem {
		font-weight: normal;
	}
	
	.navLinksContainer {
		float: left;
		clear: both;
		width: 100%;
	}
}
