body {
	font-family: "Open Sans";
	background: #fafafa;
}

h1 {
	font-weight: 700;
}

h1.top {
	margin: 0 0 30px;
	text-transform: capitalize;
	font-size: 22pt;
	font-weight: 400;
	color: #454545;
}

img.img {
	max-width: 80%;
	box-shadow: 0 50px 80px -40px rgba(0, 0, 0, .35), 0 25px 25px -20px rgba(0, 0, 0, .35);
	margin: 0 auto;
	text-align: center;
}
iframe.img {
	box-shadow: 0 50px 80px -40px rgba(0, 0, 0, .35), 0 25px 25px -20px rgba(0, 0, 0, .35);
	margin: 0 auto;
	text-align: center;
}
img.bg {
	opacity: 0.3;
}
img.bg.h {
	position: absolute;
	left:0;
	top:0;
	z-index: 1;
	width: 75%;
}

h3.c {
	margin-top:0;
	font-size: 21px;
	color: #454545;
}

h1.top:after, h3.c:after {
	content: '';
	display: block;
	background-color: #f7751f;
	border-radius: 2px;
	width: 50px;
	height: 3px;
	margin: 20px 0;
}

h1.top:after {
	width: 155px;
}

h3.c.mission:after {
	width: 73px;
	margin: 20px 0 0 122px;
}

h3.c.wp:after {
	width: 112px;
	margin: 20px 0 0 53px;
}

h3.c.rg:after {
	width: 132px;
}

p {
	font-weight: 300;
	line-height: 22px;
	font-size: 14px;
	color: #9a9a9a;
	font-family: Arial;
	margin: 0 20px 20px 0;
}

ul, li {
	font-family: Arial;
	color: #9a9a9a;
}

p.lead {
	font-size: 14px;
}

.container {
	box-shadow: 0 10px 30px #aaa;
	margin-top: 30px;
	background: white;
}

.row.ch {
	height: 600px;
}

.row.pp-h {
	background: #FB8404;
	padding: 20px 0;
}

.callout {
	width: 250px;
	background: white;
	position: relative;
	z-index: 10;
	height:300px;
}

.mast-head h1 {
	font-size: 32px;
	color: white;
	font-weight: 300;
	margin:0;
	padding:0;
	text-transform: capitalize;
}

	.mast-head h1 .lead-up {
		display: block;
		font-size: 15px;
		font-family: Arial;
		line-height: 20px;
	}

.mast-head p {
	color: white;
}

.btn-ppol {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(center top , #f5f5f5, #f1f1f1) repeat scroll 0 0;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 1px;
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	outline: none;
	padding: 0 8px;
	text-align: center;
	text-decoration: none;
	transition: all 200ms ease;
}

.btn-ppol:hover {
	text-decoration: none;
	border: 1px solid #c6c6c6;
	background-color: #f8f8f8;
	background-image: -moz-linear-gradient(center top , #f8f8f8, #f1f1f1) repeat scroll 0 0;
	color: #222;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.btn-ppol.chubby {
    font-size: 15px;
    height: auto;
    line-height: 18px;
    padding: 20px 12px;
    text-transform: capitalize;
    font-weight: normal;
}

.btn-ppol.blue {
	background-color: #4787ed;
	border: 1px solid #3079ed;
	color: white;
}

.btn-ppol.blue:hover {
	background-color: #357ae8;
	border-color: #2f5bb7;
	background-image: -moz-linear-gradient(center top, #4d90fe, #357ae8);
}

.btn-ppol.chubby.claim.top {
	height: auto;
	line-height: 14px;
	padding: 18px;
}

.messaging {
	font-size: 11pt;
	font-weight: 400;
	padding: 10px 0;
}

.messaging p, .messaging p a {
	color: #888;
	margin:0;
	padding: 0;
}

.messaging p a {
	font-weight: 600;
}

.quote {
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	color: #565656;
}

.relative { position: relative; }

.w5 { width: 5%; }
.w10 { width: 10%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w35 { width: 35%; }
.w37 { width: 37.5%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w33 { width: 33.3333%; }
.w60 { width: 60%; }
.w65 { width: 65%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w85 { width: 85%; }
.w90 { width: 90%; }
.w95 { width: 95%; }
.w100 { width: 100%; }

.p5 { padding: 5px; }
.p5b { padding-bottom: 5px; }
.p5t { padding-top: 5px; }
.p5l { padding-left: 5px; }
.p5r { padding-right: 5px; }

.p10 { padding: 10px; }
.p10b { padding-bottom: 10px; }
.p10t { padding-top: 10px; }
.p10l { padding-left: 10px; }
.p10r { padding-right: 10px; }

.p15 { padding: 15px; }
.p15b { padding-bottom: 15px; }
.p15t { padding-top: 15px; }
.p15l { padding-left: 15px; }
.p15r { padding-right: 15px; }

.p20 { padding: 20px; }
.p20b { padding-bottom: 20px; }
.p20t { padding-top: 20px; }
.p20l { padding-left: 20px; }
.p20r { padding-right: 20px; }

.m5 { margin: 5px; }
.m5b { margin-bottom: 5px; }
.m5t { margin-top: 5px; }
.m5l { margin-left: 5px; }
.m5r { margin-right: 5px; }

.m10 { margin: 10px; }
.m10b { margin-bottom: 10px; }
.m10t { margin-top: 10px; }
.m10l { margin-left: 10px; }
.m10r { margin-right: 10px; }

.m15 { margin: 15px; }
.m15b { margin-bottom: 15px; }
.m15t { margin-top: 15px; }
.m15l { margin-left: 15px; }
.m15r { margin-right: 15px; }

.m20 { margin: 20px; }
.m20b { margin-bottom: 20px; }
.m20t { margin-top: 20px; }
.m20l { margin-left: 20px; }
.m20r { margin-right: 20px; }


.m30 { margin: 30px; }
.m30b { margin-bottom: 30px; }
.m30t { margin-top: 30px; }
.m30l { margin-left: 30px; }
.m30r { margin-right: 30px; }

.m40 { margin: 40px; }
.m40b { margin-bottom: 40px; }
.m40t { margin-top: 40px; }
.m40l { margin-left: 40px; }
.m40r { margin-right: 40px; }

.border-bottom { border-bottom: 1px solid #ddd; }
.border { border: 1px solid #ddd; }
.border-top { border-top: 1px solid #ddd; }
.border-left { border-left: 1px solid #ddd; }
.border-right { border-right: 1px solid #ddd; }


.m40t { margin-top: 40px; }
.p40t { padding-top: 40px; }
.m50t { margin-top: 50px; }
.m50l { margin-left: 50px; }
.p50t { padding-top: 50px; }

.m40b { margin-bottom: 40px; }
.p40b { padding-bottom: 40px; }
.m50b { margin-bottom: 50px; }
.p50b { padding-bottom: 50px; }

.pull-left { float: left;}
.pull-right { float: right;}

.block {
	display: block;
}