/*
Theme Name: McDaniel
Description: Wordpress Theme Designed for McDaniel.
Author: Drogin Group, LLC.
Version: 1.0
*/

/*------------------------------------------------*/
/*-----------------[FONTS]------------------------*/
/*------------------------------------------------*/
@import url(fonts/font-awesome/font-awesome.min.css);
/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
:before, :after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
html, body {
	height: 100%;
}
html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0;
}
ol {
	margin:0 0 10px 1.5em
}
ul {
	margin:0 0 10px 1.5em
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
body {
	background: none repeat scroll 0 0 #F3F3F3;
}
body, input, textarea {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.35em;
	font-size: 20px;
	color: #000000;
}
a {
	color: #29374F;
	outline: medium none;
	text-decoration: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
a:hover {
	color:  #000;
}
.clear {
	clear: both;
}
img {
	max-width:100%;
	height:auto
}
iframe {
	max-width: 100%;
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.1em;
	padding-bottom: 0.5em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.17em;
}
h4 {
	font-size: 1.12em;
}
h5 {
	font-size: .83em;
}
h6 {
	font-size: .75em;
}
p {
	margin-bottom: 1.3em;
}
ul {
	margin-bottom: 1.3em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
ins {
	text-decoration: none;
}
pre {
	background-color: #F5F5F5;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 9.5px;
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.8em;
}
sub {
	top: 0.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
hr {
	background: none repeat scroll 0 0 #D8D8D8;
	border: medium none;
	clear: both;
	height: 1px;
	margin: 12px 0;
}
blockquote {
	border-left: 5px solid #EEEEEE;
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}
blockquote p {
	display:inline;
	line-height:inherit;
	font-weight:400;
}
blockquote p:before, blockquote p:after {
	display:inline-block;
	font-family:FontAwesome;
	opacity:0.5;
	font-size:13px;
}
blockquote p:before {
	content:'\f10d';
	margin-right:5px;
	vertical-align:11px;
}
blockquote p:after {
	content:'\f10e';
	margin-left:5px;
	vertical-align:7px;
}
blockquote cite {
	color: #005eb6;
	display: block;
}
input[type="text"], input[type="email"], input[type="tel"], input.text, input.title, textarea, select {
	background-color: #fff;
	border: none;
	padding: 12px 14px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	letter-spacing: 0.03em;
	font-size: 0.95em;
	box-shadow: 0 0 1px rgba(0,0,0,0.8); -moz-box-shadow: 0 0 1px rgba(0,0,0,0.8); -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.8);
}
input[type=text]:focus, input[type="email"]:focus, input[type="tel"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#bbb;
}
input[type="submit"], button, .button {
	background: #A02135;
	border-radius: 55px;
	-moz-border-radius: 55px;
	-webkit-border-radius: 55px;
	color: #FFFFFF;
	display: inline-block;
	line-height: 1.05em;
	max-width: 100%;
	padding: 17px 27px;
	text-align: center;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	width: auto;
	cursor: pointer;
	border: none;
	letter-spacing: 0.03em;
	font-weight: 700;
	text-transform: uppercase;
}
input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus, .button:hover {
	background:#222;
	color:#fff
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.screen-reader-text {
	text-indent:-9999px;
	display:none
}
table {
	background: none repeat scroll 0 0 #EEEEEE;
	border-collapse: separate;
} 
table th {
	background: none repeat scroll 0 0 #F6F6F6;
	font-weight: 700;
	padding: 5px 10px;
	text-align: left;
}
table td {
	background: #fff;
	padding: 5px 10px;
}
/*------------------------------------------------*/
/*----------------------[GRIDS]-------------------*/
/*------------------------------------------------*/
.row {
	margin: 0 -15px;
	position: relative;
}
.row:after, .row:before {
	content: " ";
	display: table;
	clear: both;
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.grid12 {
	width: 100%
}
.grid11 {
	width: 91.66666667%
}
.grid10 {
	width: 83.33333333%
}
.grid9 {
	width: 75%
}
.grid8 {
	width: 66.66666667%
}
.grid7 {
	width: 58.33333333%
}
.grid6 {
	width: 50%
}
.grid5 {
	width: 41.66666667%
}
.grid4 {
	width: 33.33333333%
}
.grid3 {
	width: 25%
}
.grid2 {
	width: 16.66666667%
}
.grid1 {
	width: 8.33333333%
}
.row > .grid3:nth-child(4n+1) {
 clear: both
}
.row > .grid6:nth-child(2n+1) {
 clear: both
}
/*------------------------------------------------*/
/*-------------------[TYPOGRAPHY]-----------------*/
/*------------------------------------------------*/
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.flex.reverse {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.space10 {
	clear:both;
	height:10px
}
.space20 {
	clear:both;
	height:20px
}
.space30 {
	clear:both;
	height:30px
}
.space40 {
	clear:both;
	height:40px
}
.space50 {
	clear:both;
	height:50px
}
.space5 {
	clear:both;
	height:5px
}
#searchsubmit {
	font-family:FontAwesome
}
/*------------------------------------------------*/
/*--------------------[IMAGES]--------------------*/
/*------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 6px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
/*------------------------------------------------*/
/*-------------------[STRUCTURE]------------------*/
/*------------------------------------------------*/
body.home {
	background-position:center top;
	background-repeat:no-repeat;
	background-image:url(images/Home.jpg);
}
.wrapper {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 1270px;
	padding-left:15px;
	padding-right:15px;
}
.wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.wrapper.narrow {
	width:942px
}
/*------------------------------------------------*/
/*---------------------[HEADER]-------------------*/
/*------------------------------------------------*/
#header {
	padding-top: 16px;
	padding-bottom: 16px;
	background: #29374F;
	position: relative;
	z-index: 10;
}
#header .wrapper {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
#logo {
	float:left
}
#logo img {
	display:inline-block;
	vertical-align:middle
}
#logo img.logoTxt {
	margin-left: 14px;
}
#headerRight {
	float: right;
	padding-top: 7px;
}
#navigation {
	float: left;
	padding-top: 12px;
	padding-right: 25px;
}
#headerSocial {
	float:right
}
#headerSocial a {
	display: inline-block;
	margin-left: 5px;
	width: 55px;
	height: 55px;
	font-size: 1.45em;
	text-align: center;
	line-height: 58px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	overflow: hidden;
	text-indent: 0px;
}
#headerSocial a.fb {
	background-color:#3B5998
}
#headerSocial a.tw {
	background-color:#1DA1F2
}
#headerSocial a.inst {
	background-color:#fb3958
}
#headerSocial a.yt {
	background-color:#FF0000
}
#headerSocial a:hover {
	background: rgba(0, 0, 0, 0.7);
}
#headerDonate {
	float: left;
	padding-right: 7px;
}
#toggle-menu {
	cursor: pointer;
	display: block;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1em;
	font-size: 1.35em;
	text-align: center;
	letter-spacing: 0.03em;
	color: #fff;
}
#toggle-menu:before {
	content: "\f0c9";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin-right: 8px;
	position: relative;
	top: 0px;
}
#toggle-menu:hover {
	color:#A02135
}

/*------------------------------------------------*/
/*----------------[HEADER OVERLAY]----------------*/
/*------------------------------------------------*/
#navOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background-position: right top;
	background-repeat: no-repeat;
	background-color:#0E1A30;
	z-index: 9;
	color:#fff;
	padding-top: 100px;
	display:none;
}
#header.navActive{background-color:#0E1A30}
body.home #header.navActive{z-index:10}
#navOverlay .wrapper{	width: 100%;
	padding-left: 20px;
	padding-right: 20px;}
#navOverlayIn{float:right}
#navOverMenu > ul{margin:0; padding:0; list-style:none}
#navOverMenu > ul > li {
	padding-bottom: 13px;
}
#navOverMenu > ul > li > a {
	display: block;
	font-weight: bold;
	line-height: 1em;
	font-size: 1.65em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
}
#navOverMenu > ul > li > a:hover, #navOverMenu > ul > li.current-menu-item > a{
	color:rgba(255, 255, 255, 0.4)
}
#navOverAddress {
	float: left;
	text-align: right;
	padding-right: 35px;
}
#navOverMenu {
	float: right;
	width: 458px;
	max-width: 100%;
}
#navIcon img {
	width: 36px;
	opacity: 0.3;
}
#navIcon {
	padding-top: 2px;
}
#navPhone {
	padding-top: 2px;
}
#navPhone a{font-weight: bold;
line-height: normal;
font-size: 0.95em;
text-align: right;
letter-spacing: 0.03em;
color:#fff}
#navAddress {
	font-weight: 500;
	line-height: 1em;
	font-size: 0.95em;
	text-align: right;
	letter-spacing: 0.03em;
	padding-top: 15px;
}
/*------------------------------------------------*/
/*-----------------[STANDARD PAGE]----------------*/
/*------------------------------------------------*/
#pageBanner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	background-color: #16243D;
	height: 298px;
}
#pageBanner .wrapper.narrow {
	width: 570px;
}
.bannerTab {
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%;
}
.bannerCell {
	display: table-cell;
	vertical-align:middle;
	text-align: center;
}
.bannerTitle {
	font-weight: bold;
	line-height: 0.793em;
	font-size: 3.15em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-bottom:0;
}
.bannerTxt {
	line-height: 1.4em;
	font-size: 1.1em;
	color: #fff;
	padding-top: 20px;
}
#main {
	padding-top: 66px;
	padding-bottom: 54px;
}
/*------------------------------------------------*/
/*-----------------------[FAQS]-------------------*/
/*------------------------------------------------*/
.faqBx {
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
	padding-left: 32px;
	padding-top: 44px;
	padding-right: 50px;
	padding-bottom: 49px;
	background: #fff;
	margin-bottom: 44px;
}
.faqQuestion {
	position: relative;
	padding-left: 66px;
	min-height: 41px;
	padding-bottom: 0;
	font-weight: 700;
	line-height: 1.09em;
	font-size: 1.55em;
	padding-top: 4px;
	color:#000;
	cursor:pointer
}
.faqQuestion::before {
 content: 'Q.';
 position: absolute;
 font-weight: bold;
 line-height: 41px;
 font-size: 0.77em;
 text-align: center;
 width: 41px;
 height: 41px;
 background: #C4C4C4;
 left: 0;
 top: 0;
 border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
 color: #fff;
 text-indent: 2px;
}
.faqQuestion.ui-state-active::before {
 background: #B8354A;
}
.faqBx > .faqAnswer {
	padding-left: 66px;
	position: relative;
	padding-top: 37px;
	display: none;
	padding-bottom: 6px;
}
/*#faqs > .faqBx:first-child > .faqAnswer{display:block}*/
.faqAnswer > p:last-child {
	margin-bottom:0
}
.faqAnswer:before {
	position:absolute;
	content:'A.';
	left:0;
	top:37px;
	width:41px;
	text-align:center;
	font-size:1.2em;
	font-weight:700;
	color: #A02135;
}

/*------------------------------------------------*/
/*----------------------[RESULTS]-----------------*/
/*------------------------------------------------*/
#pageBanner.sectionBanner{height:538px; }
.sectionBnrTxtArea {
	width: 46%;
	text-align: left;
}
.sectionBnrTxtArea .bannerTxt{
	line-height: 1.3em;
	font-size: 1.3em;
}
.section.resultsSection {
	width: 100%;
	overflow: hidden;
	padding-top: 48px;
 background: #fff;
	padding-bottom: 0;
}
#resultsMain .wrapper{padding-left:25px; padding-right:25px; width:1290px;}
.resultArea {
	margin: 0 -25px;
	padding-bottom: 93px;
}
.resultArea.row .grid6{padding-left:25px; padding-right:25px}
.resultImg {
	min-height: 1px;
	position: relative;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 50%;
}
.left .resultImg{
		margin-left: -18px;
}
.right .resultImg{
		margin-right: -18px;
}
.resultTxtBx {
	min-height: 1px;
	width: 50%;
}
.left .resultTxtBx {
		padding-left: 50px;
}
.right .resultTxtBx {
		padding-right: 50px;
}
.resultImgGrad {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+40,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}
.right .resultImgGrad{
	-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}
.resultTitle {
	font-weight: bold;
	line-height: 0.88em;
	font-size: 2.25em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #29374F;
	padding-bottom: 0.4em;
}
.resultDesc{}
.section.resultsProtectingSection {
	padding-top: 97px;
	padding-bottom: 78px;
	color:#fff;
}
.protectingTitle.resultTitle {
	color: #fff;
	padding-bottom: 0.6em;
}

/*------------------------------------------------*/
/*---------------------[SECTIONS]-----------------*/
/*------------------------------------------------*/
body.page-id-7 .sectionBnrTxtArea .bannerTxt{
	line-height:1.4em; font-size:1.1em
	
}
.section {
	padding-top: 82px;
	padding-bottom: 81px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.sectionTitle {
	font-weight: bold;
	line-height: 0.8em;
	font-size: 2.25em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding-bottom: 0.65em;
	color: #29374F;
}
.sectionTitle.white {
	color: #fff;

}
.awardsArea {
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
	width: 840px;
}
.awardsArea p {
	font-weight: 500;
	letter-spacing: 0.05em;
	font-size: 1.35em;
	margin-bottom: 1em;
}
.section.meetAwardSection {
	padding-bottom: 45px;
}

/*------------------------------------------------*/
/*------------------[ENDORSEMENTS]----------------*/
/*------------------------------------------------*/
.section.endorseSection {
	padding-top: 88px;
	padding-bottom: 80px;
}
.endoseSectionTxt {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.47em;
	color:#000
}
.endoseSectionTitle {
	font-weight: 700;
	line-height: 0.93em;
	font-size: 1.5em;
	padding-top: 3px;
	color:#A02135
}
.endoseSectionPosition {
	font-size: 1.2em;
	line-height: 1.16em;
	padding-top: 11px;
	color:#333
}
#endorsementBios {
	padding-top: 94px; background:#f3f3f3;
}
#endorsementBios .wrapper.narrow{
	width:905px;
}
.endorsementBio.flex {
	padding-bottom: 93px;
}
.endorseBioTxtArea{width:50%; flex-grow:1}
.endorseImgBx {
	padding-right: 40px;
	width: 33.5%;
}
.endorseImg {
	width: 100%;
	padding-top: 100%;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; -webkit-background-size: cover;
}
#endorsementList {
	padding-top: 10px; background:#f3f3f3;
}
.endorseSectionTitle {
	font-weight: bold;
	line-height: 1em;
	font-size: 1.95em;
	text-align: center;
	text-transform: uppercase;
	color: #707070;
	padding-bottom: 2em;
}
.endorsementItem.grid4 {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 73px;
}

/*------------------------------------------------*/
/*----------------------[HOMEPAGE]----------------*/
/*------------------------------------------------*/
body.home #header {
	background: none;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#homeNav{display:none}
body.home #header #logo{display:none}
body.home #header #navigation{display:none}
body.home #header #homeNav {
	display: block;
	float: left;
	padding-top: 19px;
}
body.home #header #homeNav #toggle-menu{
	color:#606161
}
body.home #header #homeNav #toggle-menu:hover{
		color:#A02135
}
#homeBanner {
	height: auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 0;
}

#homeBannerTop {
	height: 783px;
	padding-top: 80px;
	padding-bottom: 50px;
	min-height: 510px;
}
#homeLogo {
	text-align: center;
	width: 350px;
	max-width: 90%;
	margin: 0 auto;
}
#homeLogo img{display:block}
.homebannerTitle {
	color: #29374F;
	padding-top: 25px;
	font-weight: 400;
	line-height: 1.1em;
	font-size: 2.25em;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	width: 600px;
	margin: 0 auto;
	max-width: 100%; padding-bottom:15px;
}
.homebannerTitle span{
	display:block; font-weight:700; color:#A02135
}
.homebannerTxt {
	text-align: center;
	padding-top: 0;
}
.homeBtn {
	font-weight: bold;
	line-height: 0.95em;
	font-size: 1.1em;
	text-align: center;
	letter-spacing: 0.03em;
	color: #29374F;
	border: 2px solid #29374F;
	border-radius: 55px;
	padding: 20px 38px;
	display: inline-block;
	background-color:transparent
}
.homeBtn:hover{
	color:#fff; background-color:#29374F
}

#homeJoinTitle {
	float: left;
	width: 13%;
	position: relative;
	font-weight: bold;
	line-height: 1em;
	font-size: 1.2em;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 145px;
	background:#a02134; height:145px;
}
#homeJoinTitle::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 72.5px 0 72.5px 15px;
	border-color: transparent transparent transparent #a02134;
	content: '';
	position: absolute;
	right: -15px;
	top: 0;
}
#homeJoinForm {
	float: left;
	width: 42%;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	height: 145px;
}
#homeJoinForm input[type="text"]{
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
}
#homeJoinForm ul.gform_fields{
	margin-left:-3px; margin-right:-3px
}
#homeJoinForm ul.gform_fields > li.gfield {
	padding-bottom: 6px;
	padding-left: 3px;
	padding-right: 3px;
}
#homeJoinForm ul.gform_fields > li.gfield.joinEmail{width:53%}
#homeJoinForm ul.gform_fields > li.gfield.joinZip {
	width: 25%;
}
#homeJoinForm form{position:relative}
#homeJoinForm .gform_footer{position:absolute; width:22%; right:0; bottom:6px; padding-left:6px;}
#homeJoinForm .gform_footer input[type="submit"] {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 16px 5px;
	font-size: 0.9em;
	line-height: 1em;
	width: 100%;
}
#homeJoinForm .gfield_description.validation_message{bottom:4px}
#homeBannerBot .homeCut{display:none}
#homeBannerTop .homeCut {
	display: block;
	position: absolute;
	right: 7%;
	bottom: 0;
	height: 100%;
	overflow: hidden;
}
#homeBannerTop .homeCut img{position:relative; top:80px}
.homeCut {
	position: relative;
	bottom: 0;
	/* right: 8%; */
	width: 37%;
	float: left;
	height: 145px;
}
.homeCut img {
	display: block;
	position: absolute;
	bottom: 0;
}
#homeBannerBot{
	background: rgba(22, 36, 61, 0.8);
}

/*------------------------------------------------*/
/*----------------------[NEWS]--------------------*/
/*------------------------------------------------*/
.postWrapper{width:829px; margin:0 auto; max-width:100%}
.newsLable {
	font-style: italic;
	font-weight: bold;
	line-height: 1em;
	font-size: 1.142em;
	text-align: center;
	color: #B0B0B0;
	padding-bottom: 1.6em;
}
.postTitle{
font-size: 2.23em;

color: #374E77;
		}
.postTitle a{color: #374E77;}
.postTitle a:hover{opacity:.6;}
.postMeta {
	font-weight: 600;
	line-height: 1.1em;
	font-size: 0.85em;
	color: #B0B0B0;
	padding-bottom: 1.55em;
}
.postMore {
	padding-top: 1.8em;
	text-align: center;
}
body.blog .blogpostItem, body.archive .blogpostItem {
	padding-bottom: 50px;
	margin-bottom: 40px;
	border-bottom: solid 1px #ddd;
}

/*------------------------------------------------*/
/*------------------[FOOTER BOXES]----------------*/
/*------------------------------------------------*/
#footerBxs {
	overflow: hidden;
	width: 100%;
	border-top: solid 11px #fff;
	border-bottom: solid 9px #fff;
	background-color: #fff;
}
#footerBxs .row {
	margin: 0 -3px;
}
#footerBxs .grid4 {
	padding-left:3px;
	padding-right:3px
}
.footerBx {
	height: 302px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 12px 12px;
	background-color: #16243D;
	position: relative;
}
.footerBxIcon {
	height: 120px;
}
.footerBxIcon img {
	display:block;
	margin:0 auto
}
.footerBxTitle {
	font-weight: bold;
	line-height: 0.794em;
	font-size: 1.7em;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 23px;
}
.footerOver {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition:300ms;
	background:rgba(0, 0, 0, 0.0)
}
.footerOver:hover {
	background:rgba(0, 0, 0, 0.2)
}
/*------------------------------------------------*/
/*------------------[GRAVITY FORMS]---------------*/
/*------------------------------------------------*/
.gform_wrapper {
	position:relative
}
ul.gform_fields {
	margin: 0 -6px;
	position: relative;
	padding:0;
	list-style:none;
}
ul.gform_fields:after, ul.gform_fields:before {
	content: " ";
	display: table;
	clear: both;
}
ul.gform_fields > li.gfield {
	position: relative;
	min-height: 1px;
	padding-right: 6px;
	padding-left: 6px;
	float: left;
	width:50%;
	padding-bottom:12px;
	position:relative
}
ul.gform_fields > li.gfield.joinFname {
	width: 23.5%;
}
ul.gform_fields > li.gfield.joinLname {
	width: 23.5%;
}
ul.gform_fields > li.gfield.joinEmail {
	width:38%
}
ul.gform_fields > li.gfield.joinZip {
	width:15%
}

ul.gform_fields > li.gfield.onehalf {
	width:50%
}
ul.gform_fields > li.gfield.onethird {
	width:33.33%
}
ul.gform_fields > li.gfield.fullwidth {
	width:100%
}
ul.gform_fields > li.gfield input[type="text"] {
	width:100%
}
ul.gform_fields > li.gfield select {
	width:100%;
	padding:16px 16px 15px
}
ul.gform_fields > li.gfield textarea {
	width:100%;
	height:120px;
}
.gform_footer img {
	position:absolute
}
.validation_error {
	display: none;
}
.gfield_description.validation_message {
	color: red;
	font-size: 0.7em;
	line-height: 1em;
	position: absolute;
}
ul.gfield_checkbox {
	margin:0;
	padding:0;
	list-style:none
}
ul.sub-list {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding-right:10px;
	width: 50%;
	font-size:0.85em
}
ul.sub-list label {
	color: #434343;
	font-size: 0.9em;
}
ul.gform_fields > li.gfield.volunteercheckboxes {
	border: 2px solid #cacaca;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 25px;
	padding: 15px 20px;
}
ul.gform_fields > li.gfield.volunteerphone {
	width:30%
}
ul.gform_fields > li.gfield.volunteerzip {
	width:20%
}
ul.gform_fields > li.gfield.volunteerTitle{
	width:18%
}
ul.gform_fields > li.gfield.volunteerAffiliation {
	width: 32%;
}
ul.gform_fields > li.gfield.volunteercheckboxes {
	border: 2px solid #cacaca;
	border-radius: 4px;
	padding: 15px 20px;
}
ul.gform_fields > li.gfield.volunteerAddress {
	width:100%;
	padding-bottom:0;
}
ul.gform_fields > li.gfield.volunteerAddress span label {
	display:none
}
ul.gform_fields > li.gfield.volunteerAddress .ginput_container_address {
	margin: 0 -6px;
	position: relative;
	padding: 0;
	list-style: none;
}
ul.gform_fields > li.gfield.volunteerAddress .ginput_container_address > span {
	position: relative;
	min-height: 1px;
	padding-right: 6px;
	padding-left: 6px;
	float: left;
	width: 50%;
	padding-bottom: 12px;
	display:block
}
ul.gform_fields > li.gfield.volunteerAddress .ginput_container_address > span.ginput_full {
	width:100%
}
ul.gform_fields > li.gfield.volunteerAddress .ginput_container_address > span.address_city {
	width:35%
}
ul.gform_fields > li.gfield.volunteerAddress .ginput_container_address > span.address_state {
	width:35%
}
ul.gform_fields > li.gfield.volunteerAddress .ginput_container_address > span.address_zip {
	width:30%
}
.gfield_label {
	color: #7e7e7e;
	display: block;
	font-size: 0.9em;
	font-weight: 500;
	padding-bottom: 8px;
}
.errorMessages {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rowForm .gform_footer {
	text-align:center
}
/*------------------------------------------------*/
/*------------------[FOOTER JOIN]-----------------*/
/*------------------------------------------------*/
#footerJoin {
	position: relative;
	padding: 13px 0;
	background: #A02135;
}
#footerJoin .wrapper {
	width:100%
}
#footerJoin .gform_heading {
	float: left;
	width: 14%;
}
#footerJoin .gform_heading .gform_title {
	font-weight: bold;
	line-height: 0.791em;
	font-size: 1.2em;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 16px 0 0;
}
#footerJoin .gform_body {
	float: left;
	width: 74%;
}
#footerJoin .gform_footer {
	float: right;
	width: 12%;
	padding-left: 14px;
}
#footerJoin .gform_footer input[type="submit"] {
	color: #29374F;
	font-size: 0.85em;
	padding: 17px 5px 15px;
	display: block;
	width: 100%;
	line-height: 1.0585em;
	background: #fff;
}
#footerJoin .gform_footer input[type="submit"]:hover, #footerJoin .gform_footer input[type="submit"]:focus {
	color:#A02135;
	background:rgba(255, 255, 255, 0.8)
}
#footerJoin ul.gform_fields {
	margin:0 -3px
}
#footerJoin ul.gform_fields > li.gfield {
	padding-left:3px;
	padding-right:3px;
	padding-bottom:0
}
#footerJoin ul.gform_fields > li.gfield input[type="text"] {
	background: #B8354A;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: solid 3px #fff;
	color: #fff;
	letter-spacing: 0.03em;
	font-size: 1.1em;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 1.3985em;
	padding-top: 10px;
	padding-bottom: 7px;
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
}
#footerJoin ul.gform_fields > li.gfield input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
#footerJoin ul.gform_fields > li.gfield input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
#footerJoin ul.gform_fields > li.gfield input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
#footerJoin ul.gform_fields > li.gfield input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: pink;
}
#footerJoin ul.gform_fields > li.gfield.joinName {
	width: 26%;
}
#footerJoin ul.gform_fields > li.gfield.joinEmail {
	width: 32%;
}
#footerJoin ul.gform_fields > li.gfield.joinZip {
	width:16%;
}
.gplaceholder label.gfield_label {
	display:none
}
/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/
#footer {
	padding: 54px 0;
	text-align: center;
	background: #fff;
}
#footerLogo {
	width:296px;
	max-width:80%;
	margin:0 auto
}
#footerLogo img {
	display:block
}
#footerNav {
	padding-top: 44px;
}
#footerNav > ul{margin:0; padding:0; list-style:none}
#footerNav > ul > li {
	display: inline-block;
	margin: 0 11px;
}
#footerNav > ul > li:first-child{margin-left:0; }
#footerNav > ul > li:last-child{margin-right:0}

#footerNav > ul > li > a{display:block;
font-weight: 600;
line-height: 1.25em;
    font-size: 1em;
    letter-spacing: 0;
color: #606161;
}
#footerNav > ul > li > a:hover{
		color: #29374F;
}
#footerPhone {
	font-weight: bold;
	line-height: 1em;
	font-size: 0.95em;
	letter-spacing: 0.03em;

	padding-top: 45px;
}
#footerPhone a{	color: #606161;}
#footerAddress {
	font-weight: 600;
	line-height: 1em;
	font-size: 0.95em;
	letter-spacing: 0.03em;
	padding-top: 19px;
	color: #606161;
}
#footerDonate {
	padding-top: 57px;
}
#paidTxt {
	line-height: 0.8em;
	font-size: 0.65em;
	letter-spacing: 0.03em;
	color: #606161;
	border: 1px solid #606161;
	display: inline-block;
	margin-top: 38px;
	padding: 8px 15px;
}
#copyright {
	line-height: 0.8em;
	font-size: 0.55em;
	letter-spacing: 0.03em;
	color: #606161;
	padding-top: 22px;
}
#copyright ul{display:inline-block; margin:0; padding:0; list-style:none}
#copyright ul li{display:inline-block}
#copyright ul li a{color: #606161;}

/*------------------------------------------------*/
/*-----------------[SITEWIDE POPUP]---------------*/
/*------------------------------------------------*/
#sitePopBody{max-width:100%; margin:0 auto; padding:0; background:none}
.fancybox-slide--iframe .fancybox-content{background:none !important}
.fancybox-iframe {
	background: none !important;
}
body .fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 100% !important;
	height: 88%;
	max-width: 100%;
	max-height: calc(100% - 40px);
	overflow: visible;
	background: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}
#sitePopUp {
	width: 655px;
	max-width: 100%;
	background-color: transparent;
	margin: 0 auto;
	padding: 0 20px;
}
#sitePopUp .fancybox-close-small::after {
color:#fff;
}
.fancybox-bg {
	background: rgba(14, 26, 48, 0.9);
	opacity: 1;
}
.fancybox-is-open .fancybox-bg {
	opacity: 1;
}
#sitePopupForm {
	padding-top: 25px;
}
#sitePopupForm .gform_title{
	line-height: 1em;
font-size: 1.2em;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #FFFFFF;
	}
#sitePopupForm  ul.gform_fields > li.gfield.joinEmail {
	width: 55%;
}
#sitePopupForm ul.gform_fields > li.gfield.joinZip {
	width: 24%;
}
#sitePopupForm .gform_footer {
	position: absolute;
	right: 0;
	bottom: 11px;
	width: 21%;
	padding-left: 10px;
}
#sitePopupForm .gform_footer input[type="submit"] {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	width: 100%;
	padding: 15px 8px;
	line-height: 1em;
}
#sitePopupCont {
	text-align: center;
	padding-top: 10px;
}
#sitePopupClose {
	color: #fff;
	letter-spacing: 0.05em;
	font-style: italic;
	font-weight: 500;
	font-size: 1.05em;
}
#sitePopUpLink {
	display: none;
}

.page-id-17 #pageBanner .wrapper.narrow {
    width: 900px;
}

.page-id-17 #pageBanner .wrapper.narrow .bannerTxt {
	font-size:.9em;
}

.faqAnswer a {
	color:#A02135;
	text-decoration:underline;
}

.single-ptype_faqs #main {background:#fff;}