/*
Theme Name: Lance Gooden
Description: Wordpress Theme Designed for Lance Gooden.
Author: Kristopher Ray Creative
Version: 1.0
*/

/*------------------------------------------------*/
/*-----------------[FONTS]------------------------*/
/*------------------------------------------------*/
@import url(fonts/font-awesome/font-awesome.min.css);
 @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');
/*------------------------------------------------*/
/*-----------------[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 #FFFFFF;
}
body, input, textarea {
    font-family: 'Open Sans', sans-serif;
	font-style: normal;
font-weight: normal;
line-height: 1.65em;
font-size: 20px;

color: #000000;
}
a {
	color: #BA0000;
	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.58em;
}
ul {
	margin-bottom: 1.58em;
}
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: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 15px 18px 14px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: 600;
	line-height: 1.05em;
	font-size: 0.9em;
	display: inline-block;
}

input[type="submit"], button, .button {
	color: #FFFFFF;
	display: inline-block;
	line-height: 1em;
	max-width: 100%;
	padding: 14px 25px 12px;
	text-align: center;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	width: auto;
	cursor: pointer;
	border: none;
	background: #BA0000;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.08em;
	font-size: 1.1em;
}
input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus, .button:hover {
	background:#222;
	color:#fff
}
.button.hollow {
	border: 2px solid #374E77;
	background: none;
	color: #707070;
	padding-top: 11px;
	padding-bottom: 11px;
}
.button.hollow:hover{
	background:#374E77; 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]-----------------*/
/*------------------------------------------------*/
.bannerTab {
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%;
}
.bannerCell {
	display: table-cell;
	vertical-align:middle;
	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]------------------*/
/*------------------------------------------------*/
.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:1000px}
/*------------------------------------------------*/
/*----------------------[HEADER]------------------*/
/*------------------------------------------------*/
#header {
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
	background: #031D47;
}
#header .wrapper {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

#logo{float:left}
#logo img {
	display: inline-block;
	vertical-align: middle;
}
#logo img.logoTxt {
	margin-left: 27px;
	margin-top: -6px;
}
#headerRight {
	float: right;
	padding-top: 5px;
}
#navigation {
	float: left;
	position: relative;
	padding-right: 0px;
	padding-top: 10px;
}
#toggle-menu {
font-family: Open Sans;
font-style: normal;
font-weight: bold;
line-height: normal;
font-size: 1.15em;
text-align: right;
color: #FFFFFF;
}
#toggle-menu::after {
	content: "\f0c9";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin-left: 5px;
	position: relative;
	top: 0px;
}
#toggle-menu:hover {
	color: #BA0000;
}
#headerSocial {
	float: left;
	padding-right: 31px;
	padding-top: 7px;
	padding-left:25px;
}
.socialProfiles a {
	display: inline-block;
	font-size: 1.7em;
	line-height: 1em;
	color:#fff;
}
.socialProfiles a:hover{
		color: #BA0000;
}
#headerDonate{float:right}
#headerDonate .button{display:block}
#navigation ul.desktopMenu {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	background: rgba(0,0,0,0.95);
	z-index: 99;
	width: 180px;
	right: 0;
	display:none;
}
#navigation ul.desktopMenu > li {
	border-bottom: solid 1px rgba(255,255,255,0.1);
}
#navigation ul.desktopMenu > li > a {
	display: block;
	font-weight: 600;
	color: #fff;
	line-height: 1.1em;
	padding: 8px 15px;
}
/*------------------------------------------------*/
/*-----------------[STANDARD PAGE]----------------*/
/*------------------------------------------------*/
#main.pageMain {
	padding-top: 62px;
	padding-bottom: 44px;
}

.pageTitle {
	font-weight: bold;
	line-height: 1.08em;
	font-size: 2.5em;
	text-align: center;
	letter-spacing: -0.02em;
	color: #022662;
	text-transform: uppercase;
	padding-bottom: 1.08em;
}
.callingTxt{
font-style: italic;
font-weight: 600;
line-height: 1.478em;
font-size: 1.15em;
color: #333333;
}

/*------------------------------------------------*/
/*------------------[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.sub-list {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0 10px;
	width: 50%;
}
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: 1em;
	font-weight: 700;
	padding-bottom: 8px;
}
.errorMessages {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rowForm .gform_footer {
	text-align:center
}
/*------------------------------------------------*/
/*-------------------[STAND FORM]-----------------*/
/*------------------------------------------------*/
#standForm {
	padding-top: 62px;
	padding-bottom: 63px;
	background-image:url(images/stand_bg.png); background-repeat:no-repeat; background-position:center; background-size:cover; -webkit-background-size:cover;
}
#standForm .gform_title {
	font-weight: bold;
	line-height: 1em;
	font-size: 2.05em;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-bottom: 0.9em;
}
#standForm .gform_body {
	float:left;
	width:89%
}
#standForm .gform_footer {
	float: right;
	width: 11%;
	padding-left: 12px;
}
#standForm .gform_footer input[type="submit"]{display:block; width:100%}
#standForm .gfield_label{display:none}
ul.gform_fields > li.gfield.standName {
	width: 23.5%;
}
ul.gform_fields > li.gfield.standZip {
	width: 15.5%;
}
ul.gform_fields > li.gfield.standEmail {
	width:37.5%
}
#followLance {
	font-weight: bold;
	line-height: normal;
	font-size: 1.1em;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	clear: both;
	padding-top: 9px;
}
#followLance a {
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
	background: #4267B2;
	padding: 8px 16px 9px;
	margin-left: 4px;
	color: #fff;
}
#followLance a:hover{color:#fff; background:#222}

/*------------------------------------------------*/
/*--------------------[SECTIONS]------------------*/
/*------------------------------------------------*/
.section {
	padding-top: 84px;
	padding-bottom: 44px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover; -webkit-background-size: cover;
}
.sectionTitle {
	font-weight: bold;
	line-height: 1.086em;
	font-size: 2.3em;
	color: #0D2C61;
	text-transform: uppercase;
}
.sectionTitle.big{
	line-height: 1.08em;
font-size: 2.5em;
letter-spacing: -0.02em;
}
.sectionTitle.white{color:#fff}
.sectionTxt{
	line-height: 1.476em;
font-size: 1.05em;

}
.meetGrid{width:44%}
.meetGrid.right {
	float: right;
	width: 47.5%;
}

/*------------------------------------------------*/
/*----------------------[ISSUES]------------------*/
/*------------------------------------------------*/
#pageBanner {
	padding-top: 84px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding-bottom: 97px;
}
.bannerTitle {
	color: #fff;
}
.issuesBanner .grid6{float:right;}
.issuesBanner .bannerTxt{font-size:1em}
.issuesBanner .bannerTxt p{
	font-style: italic;
font-weight: 600;
line-height: 1.47em;
font-size: 1.15em;
color: #FFFFFF;
	margin-bottom: 1.2em;
	}
.issuesBanner .bannerTxt img{display:inline-block; vertical-align:middle}
.issuesBanner .bannerTxt a {
	display: inline-block;
	vertical-align: middle;
	font-style: italic;
	font-weight: 600;
	line-height: 1.47em;
	font-size: 0.95em;
	color: #5E91F7;
	margin-left: 51px;
	margin-top: 12px;
}
.issueSection {
	padding-top: 60px;
	padding-bottom: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}

.grid6.issueImg {
	padding-top: 13px;
}
.issueSection .grid6.right {
	float: right;
}
.issueTitle{
	font-family: Open Sans;
font-style: normal;
font-weight: bold;
line-height: normal;
font-size: 1.75em;

color: #022662;
	}
.issueTxt {
	line-height: 1.4em;
	font-size: 0.9em;
	color:#000;
}
.issueTxt p {
	margin-bottom: 1.2em;
}

/*------------------------------------------------*/
/*----------------------[HOME]------------------*/
/*------------------------------------------------*/
body.home{}
body.home #header{background:none; position:absolute; width:100%; z-index:99}
body.home #logo{display:none}
#pageBanner.homeBanner {
	padding-top: 129px;
	padding-bottom: 0;
	border-bottom: solid 9px #BA0000;
}
#logo_home {
	width: 380px;
	margin: 0 auto;
	max-width:100%;
}
.homeBannerTxt {
	float: right;
	text-align: center;
	width: 51.2%;
}
.homeBanner .bannerTitle {
	padding-top: 35px;
}
.homeBanner .bannerTitle span{display:block; font-weight:400}
.bannerTxt {
	font-style: italic;
	font-weight: 600;
	line-height: 1.5em;
	font-size: 1.14em;
	color: #FFFFFF;
}
.homeSig {
	padding-top: 20px;
}
#homeBnrFrm {
	background: rgba(0, 0, 0, 0.3);
	margin-top: 20px;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	padding-top: 26px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 18px;
}
#homeBnrFrm .gform_title {
	font-weight: bold;
	line-height: 1em;
	font-size: 1.3em;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-bottom: 0.8em;
}
#homeBnrFrm .gform_body{}
#homeBnrFrm input[type="text"] {
	border: none;
	padding-left: 16px;
	padding-right: 16px;
}
#homeBnrFrm .gform_footer {
	position: absolute;
	right: 0;
	width: 25.5%;
	padding-left: 12px;
	bottom: 12px;
}
#homeBnrFrm .gform_footer input[type="submit"]{width:100%; padding-top:12px;}
#homeBnrFrm  ul.gform_fields > li.gfield.standEmail{width:75%}
#homeBnrFrm  ul.gform_fields > li.gfield.standName {
	width: 37.5%;
}
#homeBnrFrm ul.gform_fields > li.gfield.standZip{width:25%}
#homeBnrFrm .gfield_label{display:none}

#homeIssueHeader {
	text-align: center;
}
#homeIssueHeader .sectionTitle {
	padding-bottom: 0.38em;
}
#homeIssueHeader .bannerTxt{
 padding:0;
}
.section.homeIssueHeader {
	padding-top: 54px;
	padding-bottom: 46px;
}
#homeIssuesNav{position:relative; background:#fff}
#homeIssuesNav .wrapper{padding-left:0; padding-right:0; width:100%}
#homeIssuesNav .wrapper:before{content:'';
position:absolute; width:140px; z-index:99; left:0; top:0; height:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+20,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,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,1) 20%,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 */
}
#homeIssuesNav .wrapper:after{content:'';
position:absolute; width:140px; z-index:99; right:0; top:0; height:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+80,1+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
visibility:visible
}
ul.slides{margin:0; padding:0; list-style:none}
#issuesNav{margin:0; padding:15px 0; list-style:none}
#issuesNav > li {
	float: left;
	padding: 0px;
	position: relative; width:317px; cursor:pointer;
}
#issuesNav > li .issueNavIn{padding:0 10px}
#issuesNav > li .bannerTab {
	height: 100px;
	padding: 15px;
	border-radius: 6px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2) inset; -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2) inset; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2) inset;
}
#issuesNav > li.flex-active-slide .bannerTab{
	box-shadow:0px -5px 1px -1px rgba(186,0,0,0.8) inset; -webkit-box-shadow:0px -5px 1px -1px rgba(186,0,0,0.8) inset; -moz-box-shadow:0px -5px 1px -1px rgba(186,0,0,0.8) inset;
}
#issuesNav > li a{
	font-weight: bold;
line-height: 1.095em;
font-size: 1.05em;
color: #0D2C61;
 text-transform:uppercase
	}
.issueSlideBx {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; -webkit-background-size: cover;
	padding-top: 94px;
	padding-bottom: 92px;
}
.issueSlideBx .grid6.issueImg{padding-top:5px}
.issueSlideBx .issueTxt{
	font-size:1em;
}
.issueTxtGrid{padding-left:30px; padding-right:40px;}
#issueSlider{position:relative}
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-direction-nav a{font-size:5em; z-index:99; line-height:1em; top:50%; position:absolute; margin-top:-80px}
.flex-prev{left:5px}
.flex-next{right:5px}
#issueNavSlider{position:relative}
#issueNavSlider .flex-direction-nav a {
	font-size: 3em;
	z-index: 100;
	top: 30px;
	margin-top: 0;
}
/*------------------------------------------------*/
/*-----------------[FOOTER LATEST]----------------*/
/*------------------------------------------------*/
#footerLatestArea {
	padding-top: 60px;
	padding-bottom: 72px;
	background: #fff;
}
.footerLatestLabel {
	font-style: italic;
	font-weight: bold;
	line-height: 1em;
	font-size: 1.2em;
	color: #696969;
	padding-bottom: 0.85em;
}
.footerLatestFb {
	width: 37.66%;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	background: #f3f3f3;
	padding: 24px 30px;
}
.footerLatestLabel.i-tweets {
	text-align: left;
}
body #cff .cff-author img {
	border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;
}
body #cff .cff-post-text{
	font-family: Open Sans;
font-style: italic;
font-weight: 600;
line-height: normal;
font-size: 1.05em;
text-align: center;
color: #333333;
text-align:left;
}
body #cff .cff-likebox{display:none}
body #cff .cff-item{padding:0; border:none} 

.footerLatestNews {
	width: 62.34%;
	padding-top: 24px;
	padding-right: 30px;
	padding-bottom: 42px;
}
.footerLatestNews .bannerCell{text-align:left}
.postItemTitle {
	font-weight: bold;
	line-height: normal;
	font-size: 1.8em;
	color: #022662;
	padding-bottom: 0.6em;
}
.postItemTitle a{
	color: #022662;
}
.postItemTitle a:hover{color:#000}
.postItemMeta {
	font-weight: 600;
	line-height: normal;
	font-size: 0.9em;
	color: #B0B0B0;
	padding-bottom: 23px;
}
	.postItemSummary{
line-height: normal;
font-size: 1.05em;

color: #333333;
	}
	.postItemMore {
	padding-top: 50px;
}
	.postItemMore a{display:inline-block; vertical-align:middle}
.allNewsBtn {
	font-style: italic;
	font-weight: 600;
	color: #707070;
	margin-left: 10px;
}
.allNewsBtn:hover{
		color: #BA0000;
}
.footerLatestFb .bannerCell{text-align:left}
/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/
#footer {
	border-top: 11px solid #BA0000;
	padding-top: 53px;
	padding-bottom: 55px;
	text-align: center;
	background: #0E2854;
}
#footerDonate {
	padding-top: 31px;
}
#footerNav {
	line-height: 1.1em;
	padding-top: 41px;
	font-weight: 700;
	font-size: 1.15em;
}
#footerNav > ul{margin:0; padding:0; list-style:none}
#footerNav > ul > li {
	display: inline-block;
	margin: 0 16px;
}
#footerNav > ul > li:first-child{margin-left:0;}
#footerNav > ul > li:last-child{margin-right:0}

#footerNav > ul > li > a{display:block; color:#fff}
#paidTxt {
	display: inline-block;
	margin-top: 45px;
	border: solid 1px;
	text-transform: uppercase;
	font-size: 0.45em;
	line-height: 1.2em;
	color: #fff;
	padding: 9px 10px 8px;
}
#copyright {
	padding-top: 32px;
	font-size: 0.6em;
	color: #fff;
	line-height: 0.8em;
}
#copyrightNav {
	display: inline-block;
	padding-left: 4px;
}
#copyrightNav ul{margin:0; padding:0; list-style:none;}
#copyrightNav ul li{display:inline-block; padding:0 6px; border-left:solid 1px #fff}
#copyrightNav ul li a{color:#5E91F7
}

.postItemTxt h3 {
	margin-bottom:20px;
}

.postItemTxt .postTitle {
	font-weight: bold;
    line-height: normal;
    font-size: 1.8em;
    color: #022662;
    padding-bottom: 0px;
}


.single-post #pageBanner {
	background: #f3f3f3;
    margin-bottom: 30px;
    padding: 40px 0;
}

.single-post #pageBanner .bannerTitle{
	color: #022662;
}
@media only screen and (max-width : 480px) {
	.fb_iframe_widget{width:100%}
}