/*
Theme Name: Chip Roy
Description: Wordpress Theme Designed for Chip Roy.
Author: Drogin Group
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: "museo-slab", serif;
	font-style: normal;
	font-weight: 500;
	line-height: 1.21em;
	font-size: 20px;
	color: #000000;
}
a {
	color: #af2020;
	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: 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.55em;
}
ul {
	margin-bottom: 1.55em;
}
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: #fff;
	border: none;
	padding: 15px 17px;
	line-height: 1.175em;
	font-size: 0.85em;
	border-radius: 4px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
input[type="submit"], button, .button {
	background: #A02F2E;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	display: inline-block;
	line-height: 1em;
	max-width: 100%;
	padding: 17px 18px;
	text-align: center;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	width: auto;
	cursor: pointer;
	border: none;
	font-size: 0.8em;
	font-weight: 700;
}
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]-----------------*/
/*------------------------------------------------*/
strong {
	font-weight: 800
}
.red {
	color: #A02F2E
}
.txtcenter {
	text-align: center
}
.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;
}
.space5 {
	clear: both;
	height: 5px
}
.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
}
#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]------------------*/
/*------------------------------------------------*/
#siteArea {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.wrapper {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 1237px;
	padding-left: 15px;
	padding-right: 15px;
}
.wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.wrapper.narrow {
	width: 720px
}
/*------------------------------------------------*/
/*----------------------[HEADER]------------------*/
/*------------------------------------------------*/
#header {
	text-align: center;
	padding-top: 29px;
	padding-bottom: 21px;
	background: #fff;
}
#header .wrapper {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
#logo {
	display: inline-block
}
#logo img {
	display: block;
	width: 305px;
	height: 70px;
}
#headerSocial {
	float: left;
	padding-top: 16px;
	color: #6B6B6B;
	width: 312px;
	text-align: left;
}
#headerSocial span {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.9em;
	font-style: italic;
	padding-top: 2px;
}
#headerSocial a {
	font-size: 1.4em;
	display: inline-block;
	vertical-align: middle;
	color: #6B6B6B;
	margin-left: 10px;
}
#headerSocial a:hover {
color: #A02F2E;
}
#headerRight {
	float: right;
	padding-top: 7px;
}
#navigation {
	float: left;
	position: relative;
	padding-top: 8px;
	padding-right: 24px;
}
#toggle-menu {
	color: #525252;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
	line-height: 0.965em;
	font-size: 1.25em;
	font-weight: 700;
}
#toggle-menu::before {
	content: "\f0c9";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin-right: 13px;
	position: relative;
	font-size: 1.2em;
	top: 2px;
	color: #A02F2E;
}
#toggle-menu:hover {
	color: #A02F2E;
}
#navigation > ul.desktopMenu {
	margin: 0;
	list-style: none;
	position: absolute;
	width: 200px;
	text-align: left;
	top: 88px;
	background: #A02F2E;
	padding: 0;
	z-index: 9;
	display: none;
}
#navigation > ul.desktopMenu > li {
	border-top: solid 1px rgba(0, 0, 0, 0.08);
}
#navigation > ul.desktopMenu > li > a {
	display: block;
	color: #fff;
	font-size: 0.85em;
	line-height: 1em;
	padding: 10px 15px;
}
#navigation > ul.desktopMenu > li > a:hover {
	background: rgba(0, 0, 0, 0.08)
}
#headerDonate {
	float: right
}
.donateBtn > a {
	font-size: 0.95em;
	color: #fff;
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing: 0.1em;
	background: #2EA039;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	padding-right: 24px;
	padding-top: 10px;
	padding-left: 18px;
	padding-bottom: 10px;
}
.donateBtn > a > .fa {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	font-size: 1em;
	background: #fff;
	line-height: 30px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	margin-right: 6px;
	color: #2EA039;
	text-indent: 2px;
}
.donateBtn > a > span {
	display: inline-block;
	vertical-align: middle
}
.donateBtn > a:hover {
	background-color: #222
}
/*------------------------------------------------*/
/*-------------------[STANDARD PAGE]--------------*/
/*------------------------------------------------*/
#pageBanner {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	position: relative;
}
#pageBanner.pageBanner {
	padding-top: 60px;
	padding-bottom: 53px;
	background-color: #F3F3F3;
}
#pageBanner.pageBanner .wrapper {
	width: 640px;
}
.bannerTitle {
	padding: 0;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 800;
	line-height: 1em;
	font-size: 1.75em;
	text-align: center;
	letter-spacing: -0.02em;
	color: #A02F2E;
}
.bannerTxt {
	padding-top: 15px;
	font-size: 0.9em;
}
.bannerTab {
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%;
}
.bannerCell {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}
#main.pageMain {
	padding: 40px 0;
	background-color: #fff
}
/*------------------------------------------------*/
/*-----------------------[ISSUES]-----------------*/
/*------------------------------------------------*/
#issuesNavSection {
	padding-top: 38px;
	padding-bottom: 10px;
	background: #fff;
}
ul#issuesNav {
	padding: 0;
	list-style: none;
	margin: 0 -28px;
}
ul#issuesNav:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
ul#issuesNav > li {
	padding: 0 28px;
	padding-bottom: 31px;
}
ul#issuesNav > li > a {
	display: block;
	height: 93px;
	border: 2px solid #DDDDDD;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 10px 50px;
	font-weight: 700;
	line-height: 1.3em;
	font-size: 1em;
	color: #154A7A;
}
ul#issuesNav > li > a.flex-active {
	border-color: #A02F2E;
	color: #A02F2E;
}
ul#issuesNav > li > a:hover {
	border-color: #A02F2E;
}
#issuesSliderArea {
	position: relative
}
#issueSlider {
	position: relative
}
ul.slides {
	margin: 0;
	padding: 0;
	list-style: none
}
.issueSlideBx {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.issueSlideBxIn {
	background: linear-gradient(270deg, #FFFFFF 43.38%, rgba(255, 255, 255, 0) 65.95%);
	padding-top: 86px;
	padding-bottom: 81px;
}
.issueSlideBx .wrapper {
	width: 1240px;
}
.issueTitle {
	font-weight: 800;
	line-height: 1em;
	font-size: 2.05em;
	color: #A02F2E;
}
/*------------------------------------------------*/
/*------------------[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.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.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
}
/*------------------------------------------------*/
/*-----------------[STAND WITH FORM]--------------*/
/*------------------------------------------------*/
#standForm {
	padding-top: 24px;
	padding-bottom: 6px;
	background: #42669A;
}
#standForm .wrapper {
	width: 1238px;
}
#standForm .gform_title {
	font-style: normal;
	font-weight: 800;
	line-height: 0.93em;
	font-size: 1.55em;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-bottom: 0.67em;
}
#standForm .gform_body {
	float: left;
	width: 86.8%
}
#standForm input[type="text"], #standForm textarea {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#standForm .gform_footer {
	float: right;
	width: 13.2%;
	padding-left: 12px;
}
#standForm .gform_footer input[type="submit"] {
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
}
/*------------------------------------------------*/
/*-------------------[NEWS/BLOG]------------------*/
/*------------------------------------------------*/
#main.archiveMain {
	padding-top: 14px;
	padding-bottom: 62px;
}
.blogpostItem {
	margin-bottom: 45px;
}
.archivePostImg {
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #eee;
	display: block;
}
.archivePostImg img {
	display: block;
	margin: 0 auto
}
.archivePostTxt {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 32px;
	background: #fff;
}
.archiveCat {
	font-weight: 800;
	line-height: 1em;
	font-size: 1.05em;
	text-align: center;
	padding-bottom: 14px;
}
.archivePostTitle {
	font-weight: bold;
	line-height: 1.33em;
	font-size: 1.5em;
	text-align: center;
}
.archivePostTitle a {
	color: #333333;
}
.archivePostTitle a:hover {
	color: #af2020
}
.postMeta {
	line-height: 1em;
	font-size: 1em;
	text-align: center;
	font-weight: 300;
	font-style: italic;
	color: #333333;
	padding-bottom: 1.2em;
}
.archiveMore {
	font-weight: 800;
	line-height: 1em;
	font-size: 0.95em;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}
#pageNavigation {
	padding-top: 19px;
	text-align: center;
}
.wp-pagenavi span, .wp-pagenavi a {
	color: #333;
	display: inline-block;
	margin: 0 9px;
	font-weight: 700;
}
.wp-pagenavi span, .wp-pagenavi a:hover {
	color: #af2020
}
/*------------------------------------------------*/
/*--------------------[MEET CHIP]-----------------*/
/*------------------------------------------------*/
.section {
	padding: 80px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sectionTitle {
	font-weight: 800;
	line-height: 1em;
	font-size: 2.05em;
	text-transform: uppercase;
	color: #A02F2E;
	padding-bottom: 0.56em;
}
.sectionTitle.sml {
	letter-spacing: -0.02em;
	line-height: 1.171em;
	font-size: 1.75em;
}
.section p {
	margin-bottom: 1.2em;
}
ul.keyPositions {
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: -0.02em;
	line-height: 1.66em;
	font-size: 1.2em;
	padding-top: 6px;
}
/*------------------------------------------------*/
/*---------------------[HOMEPAGE]-----------------*/
/*------------------------------------------------*/
#pageBanner.homeBanner {
	height: 548px;
	position:relative
}
#pageBanner.homeBanner:before{
content:''; position:absolute; width:100%; height:100%; left:0; top:0;
background: linear-gradient(270deg, rgba(52, 71, 88, 0.79) 5.35%, rgba(54, 70, 84, 0.6) 24.72%, rgba(51, 70, 86, 0) 49.1%);	
}
#pageBanner.homeBanner #pageBannerIn {
	padding-top: 22px;
	padding-bottom: 30px;
	height: 640px;
	min-height: 480px;
}
#pageBanner.homeBanner .wrapper {
	align-items: center;
}
#homeBannerRight {
	width: 515px;
	max-width: 45%;
}
#pageBanner.homeBanner .bannerTitle {
	line-height: 1.023em;
	font-size: 3.6em;
	color: #fff;
	text-transform: inherit;
	letter-spacing: 0;
	text-align: left;
}
#pageBanner.homeBanner .bannerTitle span {
	color: #A02F2E
}
#pageBanner.homeBanner .bannerTxt {
	line-height: 1.1875em;
	font-style: italic;
	font-size: 1.6em;
	padding-top: 0.4em;
	text-align: left;
	color: #fff;
}
#homeBannerForm {
	padding-top: 1.3em; position:relative
}
#homeBannerForm .gform_footer{ width:50%; padding-left:6px; right:0; bottom:12px; position:absolute}
#homeBannerForm .gform_footer input[type="submit"] {
	display: block;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
.section.homeRunning {
	padding-top: 40px;
	padding-bottom: 70px;
	background-color: #fff;
}
.sectionTitle.big {
	font-size: 2.35em;
	letter-spacing: 0;
	padding-bottom: 15px;
}
.runningTxt {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	color: #696969;
	font-style: italic;
	line-height: 1.7em;
	font-size: 1.35em;
	padding-top: 0.26em;
}
.sigImg {
	mix-blend-mode: darken;
	margin-top: 18px;
}
.sigName {
	line-height: 1em;
	font-size: 0.747em;
}
.grid6.homeMeetChipGrid {
	float: right;
	width: 44.3%;
}
.homeMeetChipGrid p {
	font-size: 0.85em;
	line-height: 1.23em;
}
.setionBarTitle {
	font-size: 1.85em;
	text-align: center;
	padding: 0;
	font-weight: 900;
	line-height: 1em;
	color: #fff;
}
.section.sectionTitleBar {
	padding: 25px 0 26px;
	background: #A02F2E;
}
ul.sectionHomeAsList {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 700;
	font-size: 1.15em;
	line-height: 1.2em;
	color: #6B6B6B;
	padding-bottom: 1.1em;
}
ul.sectionHomeAsList li {
	position: relative;
	padding-left: 36px;
	padding-bottom: 0.71em;
}
ul.sectionHomeAsList li:before {
	background-image: url(images/star.svg);
	background-repeat: no-repeat;
	width: 21px;
	height: 20px;
	position: absolute;
	left: 0;
	content: ''
}
.sectionHomeAsListBx {
	width: 930px;
	max-width: 100%;
	margin: 0 auto;
}
.section.sectionHomeAsSection {
	padding-top: 39px;
	padding-bottom: 48px;
	background: #F3F3F3;
}
.centerLinks {
	text-align: center
}
.inlineBtnLink {
	font-weight: 500;
	font-style: italic;
	font-size: 1.15em;
	margin-left: 30px;
	color: #696969;
}
.inlineBtnLink:hover {
	color: #af2020;
}
/*------------------------------------------------*/
/*-----------------[LANDING PAGES]----------------*/
/*------------------------------------------------*/
#pageBanner.landingPetiton1Banner {
	padding-top: 37px;
	padding-bottom: 38px;
	position: relative;
}
#pageBanner.landingPetiton1Banner::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(360deg, #000 -111.61%, rgba(255, 255, 255, 0) 256.25%, rgba(0, 0, 0, 0) 256.25%);
}
.petitionBannerTag {
	font-size: 1.5em;
	line-height: 1em;
	text-align: center;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	display: inline-block;
	color: #FFFFFF;
	background: #A02F2E;
	vertical-align: top;
	font-weight: 700;
	padding: 13px 24px;
}
.petitionBannerTitle {
	padding-bottom: 0;
	padding-top: 0.4em;
	font-size: 3.15em;
	line-height: 1.079em;
	color: #FFFFFF;
	text-shadow: 0px 2px 11px rgba(0, 0, 0, 0.35);
	text-transform: uppercase;
}
#petitionIntroTxtBx {
	width: 50%;
	padding-right: 5.5%;
	padding-left: 5.5%;
}
#petitionIntroTxt {
	font-size: 1.2em;
	line-height: 1.79em;
	color: #696969;
}
#petitionFormBx {
	width: 50%;
	position: relative;
	padding-left: 5.5%;
	text-align: center;
	padding-top: 50px;
	padding-right: 5.5%;
	padding-bottom: 40px;
	background: #42669A;
}
#petitionFormBx ul.gform_fields > li.gfield {
	width: 100%;
	ppadding-bottom: 17px;
}
#petitionFormBx ul.gform_fields > li.gfield input[type="text"] {
	width: 100%;
	font-size: 1.15em;
	line-height: 1.174em;
	border-radius: 7px;
	background: #fff;
	padding: 17px 17px;
	text-align: center;
}
#petitionFormBx .gform_footer {
	padding-top: 7px;
}
#petitionFormBx .gform_footer .button {
	font-size: 0.95em;
	text-transform: uppercase;
	line-height: 1.053em;
	padding: 15px 25px;
}
#footer.landingPetitonFooter {
	background: #F3F3F3;
	padding-top: 50px;
}
.landingPetitonFooter #paidTxt {
	margin-top: 0
}
#petitionFormBx .gform_title {
	font-size: 1.5em;
	line-height: 1em;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 900;
	padding-bottom: 0.75em;
}
#main.landingPetiton1Main .wrapper.flex {
	width: 100%;
	align-items: center;
	padding: 0;
	background: #fff;
}
body.page-template-tpl-landing-petition2 #header {
	background: none;
	width: 100%;
	position: absolute;
	z-index: 9;
}
body.page-template-tpl-landing-petition2 #headerSocial {
	display: none
}
body.page-template-tpl-landing-petition2 #headerRight {
	display: none
}
#landingPetiton2bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding-top: 125px;
	position: relative;
}
#landingPetiton2bg::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(360deg, #000 -111.61%, rgba(255, 255, 255, 0) 256.25%, rgba(0, 0, 0, 0) 256.25%);
}
#main.landingPetiton2Main {
	padding-top: 193px;
	padding-bottom: 190px;
}
#main.landingPetiton2Main .wrapper {
	width: 100%;
	padding: 0;
	align-items: center;
}
#main.landingPetiton2Main .petitionBannerTitle {
	padding-bottom: 0.25em;
}
#main.landingPetiton2Main #petitionIntroTxt {
	color: #fff
}
#main.landingPetiton2Main #petitionFormBx {
	background: #fff;
}
#main.landingPetiton2Main #petitionFormBx .gform_title {
	color: #A02F2E;
}
#main.landingDonate1Main {
	padding-top: 25px;
	position: relative;
	background: #fff;
}
#main.landingDonate1Main .wrapper {
	position: static
}
.landingDonate1Left {
	float: left;
	width: 55.4%;
}
#landingDonate1Banner {
	width: 100%;
	height: 506px;
	margin-bottom: 32px;
}
#landingDonate1BannerIn {
	position: absolute;
	width: 54.5%;
	left: 0;
	height: 506px;
	top: 25px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.landingDonate1Txt {
	font-size: 0.682em;
	line-height: 1.66em;
	padding-right: 4%;
	letter-spacing: 0;
}
.landingDonate1Txt p {
	margin-bottom: 1.65em;
}
.landingDonate1Right {
	float: right;
	width: 39.36%;
	text-align: center;
	padding-top: 45px;
}
.landingDonate1Right .bannerTitle {
	font-size: 2.1em;
	letter-spacing: -0.02em;
	line-height: 1.18em;
}
.landingDonate1Right .bannerTxt {
	font-size: 1.2em;
	line-height: 1.791em;
	text-align: center;
	color: #696969;
	padding-top: 14px;
	padding-bottom: 30px;
}
#landingFooter {
	padding-top: 5px;
	padding-bottom: 80px;
	background: #fff;
}
#landingDonate2Banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding-top: 45px;
	padding-bottom: 51px;
}
#landingDonate2Banner #logo {
	width: 340px;
	display: inline-block;
	vertical-align: middle;
}
#landingDonate2Banner #logo img {
	width: 100%;
	height: auto;
}
#landingDonate2Banner #headerSocial {
	float: none;
	display: inline-block;
	padding-top: 0;
	vertical-align: middle;
	margin-left: 55px;
	width: auto;
}
#landingDonate2Banner .landingDonate1Right {
	padding-top: 6px;
}
#landingDonate2Banner .bannerTitle {
	color: #fff;
}
#landingDonate2Banner .bannerTxt {
	font-size: 1.05em;
	line-height: 1.8em;
	padding-top: 11px;
	padding-bottom: 25px;
	color: #fff;
}
#landingSiteContinute {
	font-size: 0.9em;
	line-height: 1em;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #698DC2;
	padding-bottom: 25px; font-weight:900;padding-top:25px;
}
#landingSiteContinute a{color: #698DC2;}
#landingSiteContinute a:hover{ color:#111}
#main.landingDonate2Main {
	text-align: center;
	padding-top: 32px;
	background: #fff;
	padding-bottom: 1px;
}
#main.landingDonate2Main .wrapper {
	width: 1000px;
}
#landingFooter.landingDonate2Footer {
	text-align: center;
} 
/*------------------------------------------------*/
/*-----------------[FOOTER LATEST]----------------*/
/*------------------------------------------------*/
#footerLatestNews {
	width: 50%;
	padding-top: 38px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 44px;
}
#footerNews {
	width: 100%;
}
#footerLatestNews .blogpostItem {
	margin: 0
}
#footerLatestTwitter {
	width: 50%;
	padding: 40px;
	color: #fff;
	background-image: url(images/tweet_bg.png);
	background-color: #42669A;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#footerLatestTwitter a {
	color: #fff
}
#footerLatestTwitter a:hover {
	color: #af2020
}
.footerLatestLabel {
	line-height: 0.945em;
	font-size: 1.85em;
	color: #fff;
	font-weight: 800;
	padding-bottom: 0.7em;
}
#footerTweet {
	font-style: italic;
	line-height: 1.3em;
	font-size: 1.5em;
}
#footerTweet ul {
	margin: 0;
	padding: 0;
	list-style: none
}
#footerTwitterMore {
	padding-top: 30px;
	font-weight: 800;
	line-height: 1em;
	font-size: 0.95em;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}
/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/
#footer {
	padding: 80px 0;
	text-align: center;
	background-color: #fff;
}
#footerLogo {
	width: 421px;
	max-width: 80%;
	margin: 0 auto;
}
#footerLogo img {
	display: block
}
#logoTag {
	line-height: 0.9em;
	font-size: 0.95em;
	font-style: italic;
	color: #696969;
	padding-top: 10px;
}
#footerNav {
	padding-top: 40px;
}
#footerNav > ul {
	margin: 0;
	padding: 0;
	list-style: none
}
#footerNav > ul > li {
	display: inline-block;
	margin: 0 10px
}
#footerNav > ul > li > a {
	display: block;
	line-height: 0.8em;
	font-size: 1.1em;
	letter-spacing: 0.05em;
	color: #696969;
	font-weight: 700
}
#footerDonate {
	padding-top: 43px;
}
#paidTxt {
	letter-spacing: 0.05em;
	font-size: 0.6em;
	line-height: 1.2em;
	display: inline-block;
	margin-top: 46px;
	border: solid 1px #000;
	padding: 7px 12px;
	color: #000;
}
#copyright {
	font-size: 0.6em;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	padding-top: 37px;
}
/*------------------------------------------------*/
/*-------------------[SITE POPUP]-----------------*/
/*------------------------------------------------*/
#sitePopup {
	width: 580px;
	margin: 0 auto;
	max-width: 100%;
	display: none;
	padding: 0px;
	background: #42669A;
}
#popupTitle {
	background: #A02F2E;
	font-family: "museo-slab", serif;
	font-weight: 700;
	line-height: 1em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
	font-size: 1.1em;
}
#popupVid {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#popupForm {
	position: relative;
	background: #42669A;
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#popupForm .gform_heading {
	width: 100%;
	clear: both
}
#popupForm .gform_title {
	color: #fff;
	text-align: center;
}
#popupForm .gform_body {
}
#popupForm ul.gform_fields > li.gfield input[type="text"] {
	width: 100%;
	font-size: 15px;
	line-height: 1.2em;
	padding: 10px 14px;
	height: 38px;
}
#popupForm ul.gform_fields > li.gfield.joinZip {
	width: 22%;
}
#popupForm ul.gform_fields > li.gfield.joinFname, #popupForm ul.gform_fields > li.gfield.joinLname {
	width: 39%;
}
#popupForm .gform_footer {
	position: absolute;
	right: 0;
	bottom: 12px;
	width: 35%;
	padding-left: 6px;
}
#popupForm input[type="submit"] {
	font-size: 15px;
	line-height: 1.2em;
	padding: 10px 12px;
	display: block;
	width: 100%;
}
#popupForm .gfield_description.validation_message {
	font-size: 11px
}
#popupForm .gform_hidden {
	display: none
}
#popupForm ul.gform_fields > li.gfield.joinEmail {
	width: 65%;
}
#popupForm form {
	position: relative
}
/*------------------------------------------------*/
/*-------------------[MISCLENEOUS]----------------*/
/*------------------------------------------------*/
.endorsement-header .text-block {
	width: 100%;
	margin: 0 auto;
	float: none;
	max-width: 668px;
	padding: 0 30px;
	text-align: center;
}
#section-endorsements-2 {
	padding: 40px 0;
}
.endorsements .grid7 {
	width: 100%;
	margin: 0 auto;
	float: none;
	max-width: 900px;
	padding: 0;
	text-align: center;
}
.endorsements .grid7:after {
	content: '';
	width: 150px;
	height: 2px;
	background: #ddd;
	display: block;
	margin: 50px auto;
	float: none;
}
.endorsements .grid7:last-of-type:after {
	display: none;
}
.endorsements .grid7 p {
	font-size: 1.25em;
	color: #666;
	line-height: 1.4em;
}
.endorsements .grid7 h3 {
	color: #374E77;
	font-size: 1.65em;
}
.endorsements .grid7 h5 {
	color: #666;
	font-family: 'open-sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: .8em;
}
.endorsements .grid7 img {
	border-radius: 100%;
	border: 5px solid #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
	max-width: 200px;
	margin: 0 auto;
	float: none;
}
.page-id-19 #main .wrapper {
	width: 100%;
	max-width: 900px;
	padding: 0 30px;
	margin: 0 auto;
}
 @media(max-width:768px) {
.endorsements .grid7 p {
	font-size: 1em;
}
}
.page-id-301 #pageBanner {
	display: none;
}
.page-id-301 #main .wrapper {
	max-width: 800px !important;
}
@media(max-width:468px) {
.home #pageBannerIn {
	height: 300px !important;
}
}
/*------------------------------------------------*/
/*--------------------[LANDING]-------------------*/
/*------------------------------------------------*/
body.page-template-tpl-landing #headerDonate, body.page-template-tpl-landing #footerDonate {
	display: none
}
#pageBanner.landingBanner {
	padding: 65px 0;
}
.landingBanner .bannerTitle {
	text-align: left;
	font-size: 3.4em;
	color: #42669A;
	text-transform: none;
	max-width: 50%;
}
@media(max-width:768px) {
.landingBanner .bannerTitle {
	font-size: 2em !important;
	max-width: 65% !important;
}
#pageBanner.landingBanner {
	padding: 30px 0 !important;
}
}
#main.landingMain {
	padding: 24px 0;
	background: #fff;
}
.landingPageTxt {
	float: left;
	width: 52%;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 25px;
}
.landingTagline {
	font-size: 1.9em;
	font-weight: 400;
	font-style: italic;
	padding-bottom: 0.8em;
	color: #696969
}
.landingPageTxt p {
	margin-bottom: 1.15em;
}
.landingPageFrame {
	float: right;
	width: 48%;
}
.landingPageFrameIn {
	width: 528px;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #E7E7E7;
}
.landingPageFrameIn iframe {
	display: block
}
