@charset "utf-8";

 a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h2 a:link {
	text-decoration: none;
	color: #006A84;
}
h2 a:hover {
	text-decoration: underline;
}


 .footer p a:link {
	text-decoration: none;
	color: #FFFFFF;
}
 .footer p a:hover {
	text-decoration: underline;
}
 .footer p a:visited {
	color: #F3F0F0;
}
 
.wrapper {
	background-color: rgba(149,175,198,1.00);
	width: 100%;
}
.container {
	background-color: rgba(255,255,255,1.00);
	max-width: 900px;
	margin: auto;
	display: flex;
	flex-direction: column;
	margin-top: 0px;
	width: 100%;
	border: 2px solid #000000;
	padding-top: 0px;
}
.container p {
	padding-left: 20px;
	padding-right: 20px;
}
.PressByline a:link {
	color: #02029D;
	text-decoration: none;
}
.PressByline a:hover {
	text-decoration: underline;
}
.footer {
	background-color: rgba(0,106,132,1.00);
	width: 100%;
	min-height: 50px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer p {
	text-align: center;
	color: #FFFFFF;
}
.menu {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: rgba(101,160,232,1.00);
}
.MastHd {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	max-width: 900px;
	justify-content: center;
	width: 100%;
	font-size: 5em;
	color: rgba(237,242,244,1.00);
	height: auto;
	background-color: rgba(0,106,132,1.00);
	padding-bottom: 8px;
}
.container .row {
	display: flex;
	flex-direction: row;
}
.container .rowRule {
	display: flex;
	flex-direction: row;
	border-top: thin solid #006A84;
}
.row .Column {
	width: 50%;
	margin-left: 20px;
	margin-right: 20px;
}

.container .row .column-1 {
	flex-direction: column;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	align-self: flex-start;
	width: 25%;
	margin-right: auto;
}
.show.img {
	padding-right: 20px;
}

.row .column-1 img {
	width: 200px;
	height: auto;
}
.row .column-2 {
	flex-direction: column;
	justify-content: flex-end;
	width: 70%;
	margin-left: auto;
}
 h1 {
	color: #006A84;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
}
#headline {
	font-size: 2em;
	color: #006A84;
}

h2 {
	color: #006A84;
	padding-left: 20px;
	padding-right: 20px;
}
h3 {
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
}
.PageName {
	font-size: 18px;
	color: #65A0E8;
	letter-spacing: 0.5em;
	text-align: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #006A84;
}

.PlayTitle {
	font-size: 1.3em;
	font-weight: bold;
	color: #006A84;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
}

.Playwright {
	font-weight: bold;
	margin-top: 0px;
	color: #000000;
}

.PlayTitleNoLine {
	font-size: 18px;
	font-weight: bold;
	color: #006A84;
	text-decoration: none;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #9D7D90;
	border-right-color: #9D7D90;
	border-bottom-color: #9D7D90;
	border-left-color: #9D7D90;
	margin-top: 0px;
}

.PressQuote {
	font-size: 1em;
	margin-bottom: 0px;
	text-align: center;
}
.PressByline {
	margin-top: 0px;
	color: #006A84;
	text-align: center;
}
.PressQuoteNotCenter {
	font-size: 14px;
	margin-bottom: 0px;
}
.PressBylineNotCenter {
	margin-top: 0px;
	color: #006A84;
}
.script {
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	margin-bottom: 0px;
}
.photoCaption {
	font-size: 12px;
	color: #687651;
}
.subMenu {
	color: #687651;
	font-size: 14px;
}
.subMenu a:link {
	color: #687651;
}
.subMenu a:hover {
	color: #F15A24;
	font-weight: normal;
}



/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	
	
}


/*Styles for screen 480px and lower*/
@media only screen and (max-width : 480px) {
	
.container {
	max-width: 100%;
	flex-direction: column;
	width: 100%;
	padding-top: 0px;
}
img {
	max-width: 100%;
	height: auto;
	}
.container .rowRule {
	flex-direction: column;
	align-items: center;
}
.MastHd {
	max-width: 480px;
	width: 100%;
	font-size: 3em;
	padding-bottom: 8px;
}
	.container .row {
	flex-direction: column;
}
	.row .Column {
	width: 95%;
	margin-left: 20px;
	margin-right: 20px;
}
	.container .row .column-1 {
	flex-direction: column;
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}
	.row .column-2 {
	flex-direction: column;
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
}
	.PageName {
	font-size: 18px;
	letter-spacing: 0.2em;
}

	
	}


/*Smartphone*/
@media only screen and (max-width : 320px) {
	
	

}
