html, body {
  height: 100%;
}
body {
	background-color: #c0d3dc;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
	ul {
		list-style: none;
	}
.all {
	margin: 0 auto;
	width: 100%;
}
.left{
	float: none;
	width: auto;
}
.block{
	margin: 1.273885350318471% auto;
	width: 100%;
	float: right;
}
.block img {
	float: left;
	width: 46.6887417218543%;
	margin: 1.273885350318471%;
	border: 1px solid #FFF;
}
h2 {
	text-align: center;
	font-size: 1.7em;
	background: none;
	margin: 0px;
}
h2 a {
	padding-top: 5px;
	color: #FFF;
	display: block;
	border: 0;
	font-size: 1em;
	text-shadow:  0px 0px 3px rgba(0, 0, 0, 1);
}

h1{
	text-align: center;
	color: #000;
	font-size: 1.2em;
	line-height: 30px;
	margin: 0px;
	padding: 0px 30px;
	background-color: #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,0.5);
	}
	

a {
	color: #39454B;
	text-decoration: none;
}
#nav {
		position: absolute;
		right: 0.5em;
		top: 0;
		height: 3em;
		line-height: 3em;
	}

		#nav ul {
			margin: 0;
			line-height: 65px;
		}

			#nav ul li {
				display: inline-block;
				font-size: 1em;
			}

				#nav ul li a {
					display: block;
					color: inherit;
					text-decoration: none;
					padding: 0px 20px;
					outline: 0;
				}
.text {
	text-align: center;
	color: #303c40;
	font-size: 1em;
	line-height: 1;
	padding: 1%;
	display: block;
	float: none;
}
.text:hover {color: #000;}
.join-wrap {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	padding:50px 0;
	width: 100%;
	}
.join {

		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		background-color: #228db4;
		border: 0;
		border-radius: 3.5em;
		font-size: 1em;
		font-weight: bold;
		text-transform: uppercase;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		height: 3.5em;
		line-height: 3.5em;
		outline: 0;
		padding: 0 2em 0 2em;
		position: relative;
		text-align: center;
		text-decoration: none;
}
.join:hover{	background-color: #005083;
		}

.page-wrap {
  min-height: 100%;
  margin-bottom: -60px;
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 60px;
}
.site-footer {
text-align: center;
background: #39454b;
color: #999;
line-height: 4em;
overflow: hidden;
}
.site-footer a {color: #999;}
.site-footer a:hover {color: #bbb;}

.clearfix{clear:both;}
@media screen and (max-width: 767px) {
			#nav {display: none;}
			}
@media only screen and (min-width: 480px) {
 .text {
	text-align: center;
	}
.block img {
	width: 22.86324786324786%;
	margin: .8547008547008547%; /* 4px / 468px */
}
}
@media only screen and (min-width: 768px) {
.text {
	text-align: left;
	}
.left{
	float: left;
	width: 264px;
	}
.block{
	width: 63.84720327421555%;  /* 468px / 733px */
}
h2 {
	background: url("images/phwomen_girl.jpg") 0 5px no-repeat;
}
h2 a {
	font-size: 1.2em;
	padding-top: 200px;
	height: 292px;
}
h1{
	text-align: left;
	font-size: 1.6em;
	line-height: 2.5em;
}
.text {
	width: 61.93%;
	clear: none;
	float: right;
	line-height: 1.2;
}

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


.all {
	width: 992px;
}
 .text {
	width: 90%;
	padding: 0 5%;
	font-size: 1.3em;
	line-height: 1.2;
	text-align: center;
	float: none;
	clear: both;
}
.block {
	width: 690px
}
.block img {
	width: 160px;
	margin: 4px;
}

}
@media only screen and (min-width: 1920px) {
.all {
	width: 97.5%;
	}
.text {
	width: 78%;
	clear: none;
	float: right;
	line-height: 1.2;
}
.block{
	margin: 1.5% auto;
	width: 80.15%;
}
.block img {
	width: 11.577%;
	margin: .35%;
}
}