@charset "UTF-8";
@import url("../webfonts/Typograph_Pro_Light/stylesheet.css");
@import url("../webfonts/Typograph_Pro_Semi_Bold/stylesheet.css");
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(../sitephotos/body/bg.jpg);
	background-repeat: repeat;
	font-family: "Typograph Pro Light";
}

a img {border: none;} 


html { 

-webkit-text-size-adjust:none; 

}

div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd, address, blockquote {
	margin: 0;
	padding: 0;
}

/*MOBILE MENU*/

nav {
	width: 100%;
	text-align: center;
}

nav ul {
	font-size: 18px;
	font-family: "Typograph Pro Light";
	font-weight: normal;
	line-height: 50px;
}

nav li {
	display: block;	
}

nav ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}

nav a:hover {
	color: #39568e;
}

nav a:visited {
	color: #FFF;
}

.menu {
	display: block;
	width: 100%;
	height: 370px;
	padding-top:60px;
	position: absolute;
	top: -502px;
	z-index: 110;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #000;
}


.menu-icon {
	position: absolute;
	top: 0px;
	font-size: 25px;
	float: right;
	z-index: 150;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 0;
	margin-right: 0;
}

#menuToggle {
	display:none;	
}

#menuToggle:checked ~ .menu {
	position:absolute;
	top:0px;
}




/*CONTAINER*/

#container {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow:hidden;
	background-image: none;			  
	
}

#container #navigation {
	display:none;
}

#container h1 {
	color: #FFF;
	font-size: 40px;
	margin-top: 85px;
	text-align: center;
	font-weight: normal;
}


#container img#nealheadshot {
	width: 65%;
	display:block;
	margin-top: 95px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border: 2px solid #3c3c3c;	
}


.box {
	width: 76%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
}

.box #headshots a img {
	width: 26%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #3c3c3c;	
}

.show {
	text-align:center;
	width: 100%;
	float: none;
	padding-bottom:0px;
	margin-top:15px;
	
}

.role {
	text-align:center;
	width: 100%;
	float: none;
	padding-bottom:0px;
	
}

.theatre {
	text-align: center;
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

.box h3 {
	font-weight: normal;
	margin-top: 5px;
	color: #FFF;
	font-size: 21px;
	text-align: center;
	font-family: "Typograph Pro Semi Bold";
}

.box h3 a {
	font-weight:normal;
	color:#376ea4;
	font-size:18px;
	text-align:center;
}

.box h3 a:hover {
	color:#376ea4;
}

.box h3 a:visited {
	color:#376ea4;
}

.box h4 {
	text-align: center;
	margin-top: 35px;
	font-size: 15px;
	font-weight: normal;
	text-decoration:underline;
	color: #FFF;
	font-family: "Typograph Pro Semi Bold";
	clear: both;
	
}

.box p {
	text-align: center;
	margin-top: 5px;
	font-size: 14px;
	color: #FFF;
	margin-left: 0px;	
}


#blackoverlay {
	background-image: url(../sitephotos/body/blackoverlayheader.png),
					  url(../sitephotos/body/blackoverlayfooter.png),
					  url(../sitephotos/body/blackoverlay.png);
					  
	background-size:contain,
					contain,
					contain;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat,
					   no-repeat,
					   repeat;	
	background-position: top,
						 bottom,
						 top;
						 
	overflow:hidden;	
	padding-bottom: 70px;
}



@media screen and (max-width: 350px) {
	
#container h1 {
	color: #FFF;
	font-size: 35px;
	margin-top: 75px;
	text-align: center;
	font-weight: normal;
}

.box #headshots a img {
	width: 29%;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 15px;
	border: 1px solid #3c3c3c;	
}

.box h3 a {
	font-weight:normal;
	color:#376ea4;
	font-size:16px;
	text-align:center;
}

.box h4 {
	text-align: center;
	margin-top: 35px;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	font-family: "Typograph Pro Semi Bold";
	clear: both;
}

.box p {
	text-align: center;
	margin-top: 5px;
	font-size: 13px;
	color: #FFF;
	margin-left: 0px;	
}
	
}

@media screen and (min-width:482px) and (max-width:550px) {
	
.menu-icon {
	position: absolute;
	top: 0px;
	font-size: 25px;
	float: right;
	z-index: 150;
	margin-top: 30px;
	margin-left: 35px;
	margin-bottom: 0;
	margin-right: 0;

}

#container {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow:hidden;
	background-image: none;
}

#container #navigation {
	display:none;
}

#container h1 {
	color: #FFF;
	font-size: 55px;
	margin-top: 95px;
	text-align: center;
	font-weight: normal;
}

#container h2 {
	width: 83%;
	font-size: 21px;
	margin-top:40px;
	margin-bottom: 40px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #376ea4;
}

#container img#nealheadshot {
	width: 60%;
	display:block;
	margin-top: 95px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border: 2px solid #3c3c3c;	
}

.box {
	width: 79%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	padding-top:10px;
	padding-bottom:15px;
	text-align:center;
}

.box h3 {
	font-weight: normal;
	margin-top: 5px;
	color: #FFF;
	font-size: 28px;
	text-align: center;
}

.box h3 a {
	font-weight:normal;
	color:#376ea4;
	font-size:20px;
	text-align:center;
}

.box h3 a:hover {
	color:#376ea4;
}

.box h3 a:visited {
	color:#376ea4;
}

.box h4 {
	text-align: center;
	margin-top: 35px;
	font-size: 21px;
	font-weight: normal;
	color: #FFF;
	font-family: "Typograph Pro Semi Bold";
	clear: both;
}

.box p {
	text-align: center;
	margin-top: 5px;
	font-size: 17px;
	color: #FFF;
	margin-left: 0px;	
}

#blackoverlay {
	background-image: url(../sitephotos/body/blackoverlayheader.png),
					  url(../sitephotos/body/blackoverlayfooter.png),
					  url(../sitephotos/body/blackoverlay.png);
					  
	background-size:contain,
					contain,
					contain;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat,
					   no-repeat,
					   repeat;	
	background-position: top,
						 bottom,
						 top;
						 
	overflow:hidden;	
	padding-bottom: 70px;
}


}


@media screen and (min-width:551px) and (max-width:768px) {
	
.menu-icon {
	position: absolute;
	top: 0px;
	font-size: 25px;
	float: right;
	z-index: 150;
	margin-top: 30px;
	margin-left: 35px;
	margin-bottom: 0;
	margin-right: 0;

}

#container {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow:hidden;
	background-image: none;
}

#container #navigation {
	display:none;
}

#container h1 {
	color: #FFF;
	font-size: 60px;
	margin-top: 95px;
	text-align: center;
	font-weight: normal;
}

#container h2 {
	width: 83%;
	font-size: 26px;
	margin-top:40px;
	margin-bottom: 40px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #376ea4;
}

#container img#nealheadshot {
	width: 60%;
	display:block;
	margin-top: 95px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border: 2px solid #3c3c3c;	
}

.box {
	width: 79%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	padding-top:10px;
	padding-bottom:15px;
	text-align:center;
}

.box h3 {
	font-weight: normal;
	margin-top: 5px;
	color: #FFF;
	font-size: 31px;
	text-align: center;
}

.box h3 a {
	font-weight:normal;
	color:#376ea4;
	font-size:20px;
	text-align:center;
}

.box h3 a:hover {
	color:#376ea4;
}

.box h3 a:visited {
	color:#376ea4;
}

.box h4 {
	text-align: center;
	margin-top: 35px;
	font-size: 23px;
	font-weight: normal;
	color: #FFF;
	font-family: "Typograph Pro Semi Bold";
	clear: both;
}

.box p {
	text-align: center;
	margin-top: 5px;
	font-size: 19px;
	color: #FFF;
	margin-left: 0px;	
}


#blackoverlay {
	background-image: url(../sitephotos/body/blackoverlayheader.png),
					  url(../sitephotos/body/blackoverlayfooter.png),
					  url(../sitephotos/body/blackoverlay.png);
					  
	background-size:contain,
					contain,
					contain;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat,
					   no-repeat,
					   repeat;	
	background-position: top,
						 bottom,
						 top;
						 
	overflow:hidden;	
	padding-bottom: 70px;
}

}

@media screen and (min-width:769px) and (max-width:899px) {
	
	/*CONTAINER*/

.menu-icon {
	display:none;
}

#container {
	width: 750px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	overflow:hidden;
	background-image: none;
}

#container h1 {
	color: #FFF;
	font-size: 65px;
	margin-top: 75px;
	text-align: center;
	font-weight: normal;
}

#container h2 {
	width: 87%;
	font-size: 24px;
	margin-top:40px;
	margin-bottom: 40px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #376ea4;
}

#container img#nealheadshot {
	width: 50%;
	display:block;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border: 2px solid #3c3c3c;	
}

.box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

.box #headshots a img {
	display:inline-block;
	width: 26%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #3c3c3c;	
}


.show {
	width: 35%;
	float: left;
	padding-bottom:5px;
	margin-top:0px;
	text-align:left;
	
}

.role {
	width: 34%;
	float: left;
	padding-bottom:5px;
	text-align:left;
	
}

.theatre {
	width: 31%;
	float: left;
	padding-bottom:5px;
	text-align:left;
	
}

.box h3 {
	font-weight: normal;
	margin-top: 15px;
	color: #FFF;
	font-size: 34px;
	text-align: center;
}

.box h3 a {
	font-weight:normal;
	color:#376ea4;
	font-size:21px;
	text-align:center;
}

.box h3 a:hover {
	color:#376ea4;
}

.box h3 a:visited {
	color:#376ea4;
}

.box h4 {
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left:12px;
	margin-right: 12px;
	padding-top: 30px;
	font-size: 18px;
	font-weight: normal;
	text-decoration:none;
	color: #FFF;
	font-family: "Typograph Pro Semi Bold";
	clear: both;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #376ea4;
}

.box p {
	margin-top:15px;
	font-size:12px;
	color:#FFF;
	margin-left:15px;
	text-align:left;
	
}

.box img {
	display:none;	
}


#container #navigation {
	text-align:center;	
	display:block;
}

#container #navigation a {
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
	margin-right: 1.3%;
	margin-left: 1.3%;
}

#container #navigation a:hover {
	color: #376ea4;
}

#container #navigation a:visited {
	color: #FFF;
}

#blackoverlay {
	background-image: url(../sitephotos/body/blackoverlayheader_1400.jpg),
					  url(../sitephotos/body/blackoverlayfooter_1400.jpg),
					  url(../sitephotos/body/blackoverlay_1400.jpg);
					  
	background-size:contain,
					contain,
					contain;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat,
					   no-repeat,
					   repeat;	
	background-position: top,
						 bottom,
						 top;
						 
	overflow:hidden;	
	padding-bottom: 70px;
}



	
}

@media screen and (min-width: 900px) and (max-width: 1199px) {


/*CONTAINER*/

.menu-icon {
	display:none;
}

#container {
	width: 850px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	overflow:hidden;
	background-image: none;
}

#container h1 {
	color: #FFF;
	font-size: 70px;
	margin-top: 75px;
	text-align: center;
	font-weight: normal;
}

#container h2 {
	width: 90%;
	font-size: 28px;
	margin-top:40px;
	margin-bottom: 40px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #376ea4;
}

#container img#nealheadshot {
	width: 50%;
	display:block;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border: 2px solid #3c3c3c;	
}

.box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

.box #headshots a img {
	display:inline-block;
	width: 26%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #3c3c3c;	
}

.show {
	width: 34%;
	float: left;
	padding-bottom:5px;
	margin-top:0px;
	text-align:left;
	
}

.role {
	width: 35%;
	float: left;
	padding-bottom:5px;
	text-align:left;
	
}

.theatre {
	width: 30%;
	float: left;
	padding-bottom:5px;
	text-align:left;
	
}

.box h3 {
	font-weight: normal;
	margin-top: 5px;
	color: #FFF;
	font-size: 34px;
	text-align: center;
}

.box h3 a {
	font-weight:normal;
	color:#376ea4;
	font-size:21px;
	text-align:center;
}

.box h3 a:hover {
	color:#376ea4;
}

.box h3 a:visited {
	color:#376ea4;
}

.box h4 {
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left:12px;
	margin-right: 12px;
	padding-top: 30px;
	font-size: 22px;
	font-weight: normal;
	text-decoration:none;
	color: #FFF;
	font-family: "Typograph Pro Semi Bold";
	clear: both;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #376ea4;
}

.box p {
	margin-top:15px;
	font-size:13px;
	color:#FFF;
	margin-left:15px;
	text-align:left;
	
}

.box img {
	display:none;	
}


#container #navigation {
	text-align:center;	
	display:block;
	margin-bottom: 20px;
}

#container #navigation a {
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
	margin-right: 1.3%;
	margin-left: 1.3%;
}

#container #navigation a:hover {
	color: #376ea4;
}

#container #navigation a:visited {
	color: #FFF;
}

#blackoverlay {
	background-image: url(../sitephotos/body/blackoverlayheader_1400.jpg),
					  url(../sitephotos/body/blackoverlayfooter_1400.jpg),
					  url(../sitephotos/body/blackoverlay_1400.jpg);
					  
	background-size:contain,
					contain,
					contain;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat,
					   no-repeat,
					   repeat;	
	background-position: top,
						 bottom,
						 top;
						 
	overflow:hidden;	
	padding-bottom: 70px;
}



}

@media screen and (min-width: 1200px) {


/*CONTAINER*/

.menu-icon {
	display:none;
}

#container {
	width: 1100px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	overflow:hidden;
	background-image: none;
}

#container h1 {
	color: #FFF;
	font-size: 75px;
	margin-top: 115px;
	text-align: center;
	font-weight: normal;
}

#container h2 {
	width: 90%;
	font-size: 32px;
	margin-top:40px;
	margin-bottom: 40px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #376ea4;
}

#container img#nealheadshot {
	width: 40%;
	display:block;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border: 2px solid #3c3c3c;	
}

.box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

.box #headshots a img {
	display:inline-block;
	width: 20%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-top: 15px;
	border: 1px solid #3c3c3c;	
}

.show {
	width: 34%;
	float: left;
	padding-bottom:5px;
	margin-top:0px;
	text-align:left;
	
}

.role {
	width: 35%;
	float: left;
	padding-bottom:5px;
	text-align:left;
	
}

.theatre {
	width: 30%;
	float: left;
	padding-bottom:5px;
	text-align:left;
	
}

.box h3 {
	font-weight: normal;
	margin-top: 5px;
	color: #FFF;
	font-size: 34px;
	text-align: center;
}

.box h3 a {
	font-weight:normal;
	color:#376ea4;
	font-size:21px;
	text-align:center;
}

.box h3 a:hover {
	color:#376ea4;
}

.box h3 a:visited {
	color:#376ea4;
}

.box h4 {
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left:12px;
	margin-right: 17px;
	padding-top: 30px;
	font-size: 24px;
	font-weight: normal;
	text-decoration:none;
	color: #FFF;
	font-family: "Typograph Pro Semi Bold";
	clear: both;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #376ea4;
}

.box p {
	margin-top:15px;
	font-size:16px;
	color:#FFF;
	margin-left:15px;
	text-align:left;
	
}

.box img {
	display:none;	
}

#container #navigation {
	text-align:center;	
	display:block;
	margin-bottom: 20px;
}

#container #navigation a {
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
	margin-right: 1.3%;
	margin-left: 1.3%;
}

#container #navigation a:hover {
	color: #376ea4;
}

#container #navigation a:visited {
	color: #FFF;
}

#blackoverlay {
	background-image: url(../sitephotos/body/blackoverlayheader_2000.jpg),
					  url(../sitephotos/body/blackoverlayfooter_2000.jpg),
					  url(../sitephotos/body/blackoverlay_2000.jpg);
					  
	background-size:contain,
					contain,
					contain;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat,
					   no-repeat,
					   repeat;	
	background-position: top,
						 bottom,
						 top;
						 
	overflow:hidden;	
	padding-bottom: 70px;
}



}
