@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: 25px;
	text-align: center;
	font-weight: normal;
}

#container h2 {
	width: 80%;
	font-size: 19px;
	margin-top:40px;
	margin-bottom: 20px;
	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: 45%;
	display:block;
	margin-top: 95px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border: 2px solid #3c3c3c;	
}


.entry {
	width: 92%;
	clear: both;
	margin-bottom: 45px;
	overflow:hidden;
	margin-left:auto;
	margin-right: auto;
}



.entry .rightcontent h3 {
	color: #FFF;
	font-size: 18px;
	text-align:center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
}

.entry p {
	color:#FFF;
	font-size:14px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	text-align:center;
	
}

.entry .leftcontent {
	float:none;
	width: 100%;
}

.entry .leftcontent img {
	width: 70%;
	margin-top: 28px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #3c3c3c;
}

.entry .rightcontent {
	float:none;
	width:100%;
}

.entry .rightcontent .box {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	padding-top:5px;
	padding-bottom:15px;
	background-color: #376ea4;
	border: 2px solid #13273b;
}

.entry .rightcontent .box a {
	color:#FFF;	
	font-family:"Typograph Pro Semi Bold";
}

.entry .rightcontent .box a:hover {
	color:#FFF;	
}

.entry .rightcontent .box a:visited {
	color:#FFF;	
}

#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: 25px;
	text-align: center;
	font-weight: normal;
}

}

@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: 25px;
	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: 40%;
	display:block;
	margin-top: 95px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border: 2px solid #3c3c3c;	
}

.entry {
	width: 92%;
	clear: both;
	margin-bottom: 45px;
	overflow:hidden;
	margin-left:auto;
	margin-right: auto;
}



.entry .rightcontent h3 {
	color: #FFF;
	font-size: 16px;
	text-align:center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
}

.entry p {
	color:#FFF;
	font-size:14px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	
}

.entry .leftcontent {
	float:none;
	width: 100%;
}

.entry .leftcontent img {
	width: 70%;
	margin-top: 28px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.entry .rightcontent {
	float:none;
	width:100%;
}

.entry .rightcontent .box {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	padding-top:5px;
	padding-bottom:15px;
	background-color: #376ea4;
	border: 2px solid #13273b;
}

#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: 25px;
	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: 40%;
	display:block;
	margin-top: 95px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border: 2px solid #3c3c3c;	
}

.entry {
	width: 85%;
	clear: both;
	margin-bottom: 65px;
	overflow:hidden;
	margin-left:auto;
	margin-right: auto;
}



.entry .rightcontent h3 {
	color: #FFF;
	font-size: 18px;
	text-align:center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
}

.entry p {
	color:#FFF;
	font-size:14px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	
}

.entry .leftcontent {
	float:none;
	width: 100%;
}

.entry .leftcontent img {
	width: 40%;
	margin-top: 28px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.entry .rightcontent {
	float:none;
	width:100%;
}

.entry .rightcontent .box {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	padding-top:5px;
	padding-bottom:15px;
	background-color: #376ea4;
	border: 2px solid #13273b;
}

#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: 25px;
	text-align: center;
	font-weight: normal;
}

#container h2 {
	width: 85%;
	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: 30%;
	display:block;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border: 2px solid #3c3c3c;	
}

.entry {
	width: 80%;
	clear: both;
	margin-bottom: 65px;
	overflow:hidden;
	margin-left:auto;
	margin-right: auto;
}



.entry .rightcontent h3 {
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.entry p {
	color:#FFF;
	font-size:14px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	text-align:left;
	
}

.entry .leftcontent {
	float:left;
	width: 35%;
}

.entry .leftcontent img {
	width: 90%;
	margin-top: 26px;
}

.entry .rightcontent {
	float:right;
	width:65%;
}

.entry .rightcontent .box {
	width: 100%;
	margin-top: 5px;
	padding-top:20px;
	padding-bottom:20px;
	background-color: #376ea4;
	border: 2px solid #13273b;
}

#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: 25px;
	text-align: center;
	font-weight: normal;
}

#container h2 {
	width: 85%;
	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: 30%;
	display:block;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border: 2px solid #3c3c3c;	
}

.entry {
	width: 80%;
	clear: both;
	margin-bottom: 65px;
	overflow:hidden;
	margin-left:auto;
	margin-right: auto;
}



.entry .rightcontent h3 {
	color: #FFF;
	font-size: 17px;
	font-weight: normal;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.entry p {
	color:#FFF;
	font-size:14px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	text-align:left;
	
}

.entry .leftcontent {
	float:left;
	width: 35%;
}

.entry .leftcontent img {
	width: 90%;
	margin-top: 28px;
}

.entry .rightcontent {
	float:right;
	width:65%;
}

.entry .rightcontent .box {
	width: 100%;
	margin-top: 5px;
	padding-top:20px;
	padding-bottom:20px;
	background-color: #376ea4;
	border: 2px solid #13273b;
}

#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: 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: 25px;
	text-align: center;
	font-weight: normal;
}

#container h2 {
	width: 85%;
	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: 25%;
	display:block;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border: 2px solid #3c3c3c;	
}

.entry {
	width: 80%;
	clear: both;
	margin-bottom: 65px;
	overflow:hidden;
	margin-left:auto;
	margin-right: auto;
}

.entry .rightcontent h3 {
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.entry p {
	color:#FFF;
	font-size:16px;
	margin-top:0px;
	margin-left: 20px;
	margin-right: 20px;
	text-align:left;
	
}

.entry .leftcontent {
	float:left;
	width: 35%;
}

.entry .leftcontent img {
	width: 90%;
	margin-top: 31px;
}

.entry .rightcontent {
	float:right;
	width:65%;
}

.entry .rightcontent .box {
	width: 100%;
	margin-top: 5px;
	padding-top:20px;
	padding-bottom:20px;
	background-color: #376ea4;
	border: 2px solid #13273b;
}

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

}
