/*
	Theme Name: Greg Abbott Theme
	Theme URI: http://gregabbott.com/
	Author: Targeted Victory
	Author URI: http://targetedvictory.com/
	Version: 1.1.2

	Template: genesis
	Template Version: 1.9.0
*/

/* Table of Contents

	01 Import Fonts
	02 Defaults
	03 Typography
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	04 Layout
		- Structure
		- 1152px CSS Grid
		- Header
		- Main Content
		- Post Info & Meta
		- Column Classes
		- Miscellaneous
	05 Menus
		- Primary Navigation Extras
	06 Headings
	07 Lists
	08 Post Navigation
	09 Comments
	10 Sidebars
	11 Footer
		- Footer Widgets
	12 Forms & Buttons
		- Gravity Forms
	13 Images & Captions
	14 Footer Nav
	15 Mobile Nav

*/


/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);


/*
02 Defaults
---------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite,
del, dfn, em, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 90% !important; /* 16px browser default */
}

body {
	/*background-color: #1e2e3a !important;*/
	line-height: 1em !important;
}

body,
input,
select,
textarea,
.footer-widgets .widget-area {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"] {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #1e1e1e;
	color: #fff;
}

::selection {
	background-color: #1e1e1e;
	color: #fff;
}

a img {
	border: none;
}

a.btn {
	text-decoration: none;
}

#header #title-area {
	background-color: transparent !important;
	margin-top: 0;
	width: 160px;
	height: 81px;
	overflow: visible;
	background-position: center left;
}


/*
03 Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =       0.75rem
	14 / 16 =       0.875rem
	16 / 16 =       1rem
	18 / 16 =       1.125rem
	20 / 16 =       1.25rem
	24 / 16 =       1.5rem
	30 / 16 =       1.875rem
	36 / 16 =       2.25rem
	42 / 16 =       2.625rem
	48 / 16 =       3rem

	Further reading on the use and compatibility of rems:

	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem

*/

/* 03a - Font Color ----------- */

a:hover,
h2 a,
h2 a:visited,
h4.widgettitle a,
input,
.author,
.date,
.genesis-nav-menu a,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.post-comments,
#title a,
#title a:hover {
	color: #1e1e1e;
}

a,
h2 a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a,
.genesis-nav-menu li li a:hover,
.genesis-nav-menu .current-menu-item a {
	color: #d10000; text-decoration:none;
}

a.more-link {font-style:italic;}
a.viewall-link {color: #999; display:block; border-left:5px solid #999; height:30px; line-height:30px; padding-left:10px;}
a.viewall-link:hover {color:#10205C; border-left:5px solid #06C;}

.post-info,
.post-meta,
#description {
	color: #636363;
}

blockquote::before,
blockquote p,
input,
select,
textarea {
	color: #999;
}

button,
input[type="button"],
input[type="submit"],
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
}

#content .navigation {
	text-align: center;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

#content .navigation li a,
#content .navigation li a:hover,
#content .navigation li.active a,
#content .navigation li.disabled {
	color: #000;
	background: none;
	padding: 5px 10px;
}

#content .navigation li a:hover,
#content .navigation li.active a {
	background: #eee;
}

#content .navigation li {
	margin: 0 10px 0 0;
}

/* 03b - Font Family ----------- */

body,
input,
textarea,
.author-box h1 {
	font-family: 'Lato', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
#title {
	font-family: 'Lato', sans-serif;
}

/* 03c - Font Size ----------- */

#title {
	font-size: 42px;
	font-size: 2.625rem;
}

h1,
.entry-title,
.entry-title a {
	font-size: 36px;
	font-size: 2.25rem;
}

h1.entry-title {
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	padding-bottom: 0.25rem;
	color: #c9253d;
	text-transform: capitalize;
}

blockquote::before {
	font-size: 32px;
	font-size: 2rem;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4,
.archive-title,
.taxonomy-description h1,
.widgettitle {
	font-size: 24px;
	font-size: 1.5rem;
	color: #404040;
	font-weight: normal;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

h6,
.author-box h1,
.sidebar h2 a {
	font-size: 16px;
	font-size: 1rem;
}

input,
select,
textarea,
.genesis-nav-menu,
.post-info,
.post-meta,
.wp-caption,
#footer p {
	font-size: 14px;
	font-size: 0.875rem;
}

.sharethis_wrap {margin-bottom: 20px;}

/* 03d - Font Miscellaneous ----------- */

blockquote p {
	font-style: italic;
}

cite {
	font-style: normal;
}

button,
input[type="button"],
input[type="submit"],
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
.genesis-nav-menu,
.post-comments,
.post-info .author,
.post-info .date,
.wp-caption,
#footer p,
#title {
	font-weight: 700;
}

.wp-caption {
	text-align: center;
}

h2 a,
h2 a:visited,
.genesis-nav-menu a,
.navigation li a,
.widgettitle a,
#title a {
	text-decoration: none;
}


/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

#wrap {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.wrap {
	margin: 0 auto;
	max-width: 960px;
	padding: 0 20px;
}
.eventbrite #inner .wrap {
	max-width: 1040px;
}

.store #inner .wrap {
	max-width: 1060px;
}

#inner {
	clear: both;
	overflow: visible;
	padding-top: 40px;
	padding-top: 2.5rem;
	background-color: #fff;
}

/* 04b - 1152px CSS Grid ----------- */

#sidebar-alt {
	width: 15.277777777%; /* 176px / 1152px */
}

.sidebar,
#header .widget-area {
	width: 30.555555555%; /* 352px / 1152px */
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
	width: 37.931034482%; /* 352px / 928px */
}

.content-sidebar-sidebar #content,
.sidebar-content-sidebar #content,
.sidebar-sidebar-content #content {
	width: 56.896551724%; /* 528px / 928px */
}

.content-sidebar #content,
.sidebar-content #content,
#title-area {
	width: 65.277777777%; /* 752px / 1152px */
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	width: 80.555555555%; /* 928px / 1152px */
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%; /* 1152px / 1152px */
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
#content,
#content-sidebar-wrap,
#footer .gototop,
#sidebar-alt,
#title-area {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt,
.sidebar,
.sidebar-content #content,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content #content-sidebar-wrap,
#footer .creds,
#header .widget-area {
	float: right;
}

#home-middle {
	overflow: visible;
}

#home-middle,
#home-top,
#home-bottom {
	padding: 1rem 0;
}

/* 04c - Header ----------- */

#header {
	overflow: visible;
	padding-bottom: 0px;
	/*width: 960px;*/
	margin: 0 auto;
	background-color: #fff;
	border-bottom: 2px solid #c5093b;
}

.single-donations #header {
	width: 100%;
}

.single-donations .breadcrumb {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

.single-donations [class*="span"] {
float: none;
min-height: 1px;
margin-left: 0;
}

#menu-main-menu li {
	line-height: normal !important;
}

#menu-main-menu li.btn-large {
	line-height: normal !important;
	padding: 9px 14px !important;
}

.icon-facebook:before, .icon-twitter:before, .icon-linkedin:before, .icon-pinterest:before {
	content: none !important;
}

.fp-layout #header {
	background-color: #040a2c;
	padding-top: 10px;
}

.fp-layout #header #title-area {
	min-height: 80px !important;}

body.fp-layout {
	background-position: center 130px !important;
	background-repeat: no-repeat;
}

.fp-layout #tvwrapper {
	width: 40%;
	margin: 0 auto;
	background: #d8dfe2 url('images/fp-bg.png') repeat;
}
.fp-layout  #footer .wrap p {
	color: #929292 !important;
	}
.fp-layout #footer .wrap {
	background: #ffffff;
	border-top:thin lightgray solid;}

.single-tvlanding.fp-layout  div.gform_wrapper .ginput_container input[type="text"] {
	width: 98% !important;
}
.single-tvlanding.fp-layout div.gform_wrapper .gform_footer input[type="submit"] {
	font-family: 'Lato', sans-serif !important;}
.fp-layout  .gform_wrapper {
	width: 80%;
	margin:0 auto;
}
.fp-layout  #fpile {
width: 80%;
margin: 0 auto;
}

.wrapper {
  width: 100%;
  overflow-x: scroll;
  overflow-y: scroll;

  padding: 0;
  margin: 0;
}
.container {
  width: 2000px;
 
}
.fp-layout .gform_wrapper .gform_footer {
	padding:0;
}

	.fp-layout  #tvwrapper h2 {
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 0rem;
	text-transform:uppercase;
	}

	.fp-layout #footer {
	position: fixed;
	bottom: 0;
	}

	.fp-layout #inner #content .gform_wrapper .top_label .gfield_label {
		display:none;

	}

	.fp-layout .gform_wrapper .gform_footer {
	margin-top: 10px !important;
	}
	.fp-layout  #field_31_2 {
	margin-top: 10px;
	}

#nav {
	float: right;
}

.ie8 #nav {
	width: 650px;
	font-size: 13px;
}

#nav .wrap {
	padding: 0;
}

#subnav {
	float: right;
}

.ie7 #subnav,
.ie8 #subnav {
	float: right;
	display: inline-block !important;
	width: 310px !important;
}

#language {
background: #f7f7f7;
/*text-align: right;*/
font-size: 11px;
padding: 0 10px;
}
#language .wrap {
padding: 5px 0;
height: 15px;
}

#language .wrap .left-half {
float: left;
}

#language .wrap .right-half {
float: right;
}

#language .wrap a {
display: inline-block;
padding: 0px 10px;
color: #999;
}

#language .wrap a:hover {
color: #d10000;
}

#language .wrap a.english {}

#language .wrap a.espanol {
border-left: 1px solid #ddd;
}


#language .wrap a.active {
color: #d10000;
}

#language .wrap a.last {
padding: 0 0 0 10px;
}

#title {
	line-height: 1;
	margin: 40px 0 8px;
	margin: 2.5rem 0 0.5rem;
}

.header-image #title {
	margin: 0;
}

#description {
	line-height: 1.25;
}

.header-full-width #title,
.header-full-width #title a,
.header-full-width #title-area {
	width: 100%;
}

.header-image #title,
.header-image #title a,
.header-image #title-area {
	display: block;
	float: left;
	min-height: 81px;
	overflow: hidden;
	text-indent: -9999px;
	width: 100%;
}

.postid-2490 #header #title-area,
.postid-2498 #header #title-area {
	min-height: 29px ;
}
.header-image #description {
	display: block;
	overflow: hidden;
}

#featured {
	height: 500px;
	background: #d8dfe2 url('images/featured-bg-repeat.jpg') repeat-x center top;
	clear: both;
}

#featured #blueprint {
	height: 30px;
	background-color: #003179;
	color: #fff;
}

#featured #blueprint .wrap {
	text-align: center;
	vertical-align: middle;
	max-width: 420px;
	height: 25px !important;
	padding-top: 6px;
}

#featured #blueprint .wrap .left-half {
	float: left;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

#featured #blueprint .wrap .right-half {
	float: right;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}
#featured #blueprint .wrap .right-half a {
	color: #fff;
}

#featured-bg {
	height: 500px;
	background: transparent;
}

#featured #featured-bg .wrap {
	height: 500px;
}

#featured-main {
	width: 621px;
	height: 415px;
	color: #ffffff;
	margin-top: 64px;
	float:left;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow: 0px 0px 10px 0px #000;
	box-shadow: 0px 0px 10px 0px #000;
}

#featured-main .post {
	padding: 105px 85px 55px 55px;
}

#featured-main .post p {
	padding-right: 0;
	line-height: 20px;
	font-size: 15px;
	margin-bottom: 10px;
}

#featured-main .post p a {
	color: #fff;
	text-decoration: underline;
	font-style: italic;
}

#featured-main .post .gfield input {
	padding: 7px;
	font-size: 12px;
}

#featured-main .post p a:hover {
	text-decoration: none;
}

#featured-main .post div.gform_wrapper li,
#featured-main .post div.gform_wrapper form li {
margin: 5px 0 0;
}

#featured-main .post .gform_wrapper .gform_heading {
margin-bottom: 0px;
}

#featured-main .post .signed .gform_body,
#featured-main .post .signed .gform_footer {
display: none;
}

#featured-main .post .gform_wrapper .gform_footer {
margin: 0;
}

#featured-main .post .gfield input {
	padding: 7px;
	font-size: 12px;
}

#featured-main .post .notyou {
	font-style: normal;
	font-size: 14px;
}

#featured-main .post p a:hover {
	text-decoration: none;
}

#featured-main .gform_wrapper .gform_footer {display: inline-block;}
#featured-main .gform_wrapper .gform_footer input[type="submit"] {
	background: #ff0827; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff0827 0%, #e00420 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0827), color-stop(100%,#e00420)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff0827 0%,#e00420 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff0827 0%,#e00420 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff0827 0%,#e00420 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff0827 0%,#e00420 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0827', endColorstr='#e00420',GradientType=0 ); /* IE6-9 */
	cursor:pointer; padding: 8px 16px;
}
#featured-main .gform_wrapper .gform_footer input:hover[type="submit"] {
	background: #de001e; /* Old browsers */
	background: -moz-linear-gradient(top,  #de001e 0%, #bd031c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de001e), color-stop(100%,#bd031c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #de001e 0%,#bd031c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #de001e 0%,#bd031c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #de001e 0%,#bd031c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #de001e 0%,#bd031c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de001e', endColorstr='#bd031c',GradientType=0 ); /* IE6-9 */
}

/* Featured form error styling */
#featured #featured-main .post .gform_wrapper div.validation_error{
	display: none;
}

#featured .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
margin: 5px 0 0 !important;
padding: 0 !important;
background: none;
border: 0;
}

#featured .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin: 10px 0 4px 0 !important;
	color: #fff;
}

#featured .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin: 0;
	color: #fff;
}

.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message {
	display: none;
}

#featured .gform_wrapper li.gfield_error input[type=text],
#featured .gform_wrapper li.gfield_error input[type=url],
#featured .gform_wrapper li.gfield_error input[type=email],
#featured .gform_wrapper li.gfield_error input[type=tel],
#featured .gform_wrapper li.gfield_error input[type=number],
#featured .gform_wrapper li.gfield_error input[type=password],
#featured .gform_wrapper li.gfield_error textarea {
	background: #ffe5e5 !important;
	border-color: red !important;
	color: #000 !important;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
color: #fff !important;
}

#featured .gform_wrapper .top_label .gfield_error {
width: 100%;
}

#featured .gform_wrapper .top_label .gfield_error .ginput_container {
max-width: 100%;
}
/* END Featured form error styling */

#featured-sidebar-1 {
	width: 300px;
	margin-top: 64px;
	float:right;
}

#featured-sidebar-2 {
	width: 300px;
	float:right;
}

#featured-sidebar-1 .widget-wrap {
	height: 198px;
	overflow: visible;
}

#featured-sidebar-1 img, #featured-sidebar-2 img {
	margin: 0;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow: 0px 0px 10px 0px #000;
	box-shadow: 0px 0px 10px 0px #000;

}



#issues-featured {
	height: 230px;
	background-color: #0e1425;
	clear: both;
}

#issues-featured-bg {
	height: 230px;
	background: transparent url(images/issues-featured-bg.jpg) no-repeat top center;
}

#issues-featured #issues-featured-bg .wrap {
	height: 230px;
}

#issues-featured-main {
	/* width: 621px;
	height: 425px; */
	color: #ffffff;
	margin-top: 40px;
	float:left;
}

#issues-featured-main .post {
	padding: 0;
	width: 630px;
}

#issues-featured-main .post p {
	/*padding-right: 260px;*/
	padding-right: 130px;
	line-height: 20px;
}

#issues-featured-main .post p a {
	color: #fff;
	text-decoration: underline;
	font-style: italic;
}

#issues-featured-main .post .gfield input {
	padding: 7px;
	font-size: 12px;
}

#issues-featured-main .post p a:hover {
	text-decoration: none;
}

#issues-featured-main .gform_wrapper .gform_footer {display: inline-block;}
#issues-featured-main .gform_wrapper .gform_footer input[type="submit"] {background-color: #ff0827; cursor:pointer; padding: 8px 16px;}
#issues-featured-main .gform_wrapper .gform_footer input:hover[type="submit"] {background-color: #e00420;}

#issues-featured-sidebar-1 {
	width: 300px;
	margin-top: 64px;
	float:right;
}

#issues-featured-sidebar-2 {
	width: 300px;
	float:right;
}

#issues-featured-sidebar-1 img, #issues-featured-sidebar-2 img {
	margin: 0;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow: 0px 0px 10px 0px #000;
	box-shadow: 0px 0px 10px 0px #000;

}



#social-stats {
	height: 100px;
	background: #e9f1f4;
}

#social-stats .wrap {
	padding-top: 24px;
}

/* 04d - Main Content ----------- */

#content {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.entry,
.page .post.entry {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.page .widget .post.entry {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.page #content .post.entry {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.page-template-page_blog-php #content .post.entry .entry-title a {
	font-size: 18px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 8px 0;
	display: block;
}

.page-template-page_blog-php.page-id-17 #content .post.entry .sharethis_wrap {
margin-bottom: 10px;
float: right;
}

.page-template-page_blog-php.page-id-17 #content .post.entry .post-info {
	margin-bottom: 14px;
	font-style: italic;
	color: #999;
	font-weight: normal;
	float: left;
	clear: none;
}

.page-template-page_blog-php.page-id-17 #content .post.entry .entry-content {
clear: both;
}

.page-template-page_blog-php.parent-pageid-214 #content .post.entry .entry-title a {
	font-size: 18px;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	display: block;
}

.page-template-page_blog-php.parent-pageid-214 #content .post.entry .post-info,
.page-template-page_blog-php.parent-pageid-214 #content .post.entry .sharethis_wrap {
	display: none;
}

.page .widget .post.entry h2 {
	margin: 21px 0 13px;
	margin: 1.5rem 0 0.9rem;
	font-size: 24px;
	font-size: 1.5rem;
}

.page .widget .post.entry h2 a {color:#b90437;}
.page .widget .post.entry h2 a:hover {text-decoration:underline;}

.widget {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

#inner .widget #menu-action-center {display: block; background: #f1f1f1; border: 1px solid #e0e0e0; list-style-type:none;}
#inner .widget #menu-action-center li {list-style-type:none; margin:0;}
#inner .widget #menu-action-center a {color:#000; padding:0 0 0 80px; line-height:62px; border-bottom:1px solid #e0e0e0; display:block; font-size:16px;}
#inner .widget #menu-action-center .action-center-joinus a {background: url(images/action-center-joinus.png) no-repeat left center;}
#inner .widget #menu-action-center .action-center-takeaction a {background: url(images/action-center-takeaction.png) no-repeat left center;}
#inner .widget #menu-action-center .action-center-events a {background: url(images/action-center-events.png) no-repeat left center;}
#inner .widget #menu-action-center .action-center-blog a {background: url(images/action-center-blog.png) no-repeat left center; border:0;}
#inner .widget #menu-action-center a:hover {color:#000; padding:0 0 0 80px; background-color:#fff;}

.single .entry {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.page .entry {
	margin: 0;
}

.entry-content {
	overflow: visible;
}

.entry-content,
.entry-content p {
	line-height: 1.625;
}

.entry-content p {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

blockquote {
	padding: 24px 64px;
	padding: 1.5rem 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* 04e - Post Info & Meta ----------- */

.post-info,
.post-meta {
	clear: both;
	line-height: 1.5;
}

.post-info {
	margin-bottom: 14px;
	font-style: italic;
	color: #999;
	font-weight: normal;
}

.post-info span, .post-info span.date {
	color: #999;
	font-weight: normal;
	font-style: italic;
}

.post-comments {
	background: url(images/post-comments.png) no-repeat center left;
	margin-left: 16px;
	margin-left: 1rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.post-meta {
	border-top: 1px solid #ccc;
	padding-top: 24px;
	padding-top: 1.5rem;
}

.categories,
.tags {
	display: block;
}

/* 04f - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* 04g - Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author-box,
.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: visible;
	padding: 32px;
	padding: 2rem;
}

.breadcrumb {
	margin: 0 !important;
	padding: 0 !important;
	background: #1e2e3a !important;
	color: #fff;
	font-size:14px;
	font-weight:normal;
}

.breadcrumb p {color: #fff; display: block; padding: 24px 0;}
.smallblueline .breadcrumb p {padding: 0 !important;}
.breadcrumb .genesis-nav-menu li a {color: #fff; font-weight:bold; display: block; padding: 24px 20px; position: relative;}
.breadcrumb .genesis-nav-menu li a:hover,
.breadcrumb .genesis-nav-menu li.current-menu-item a,
.category_in-the-press .breadcrumb .genesis-nav-menu li#menu-item-212 a {text-decoration:none; padding: 24px 20px 20px 20px; border-bottom: 4px solid #d10000; color: #fff; background: #293944;}
.breadcrumb .sep {margin:0 20px;}


/*
05 Menus
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	overflow: visible;
}

#header .genesis-nav-menu {
	float: right;
	margin-top: 12px;
	width: auto;
	clear: none;
}

#header #nav .genesis-nav-menu {
	margin-top: 0;
	clear: none;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {
	border-bottom: 0px solid #ccc;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 24px 20px;
	position: relative;
}

#header .genesis-nav-menu a {
	color: #002359;
	text-transform: uppercase;
	padding: 0 20px;
	margin: 0;
	border-bottom: 6px solid #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 81px;
	line-height: 81px;
}

.ie7 #header .genesis-nav-menu,
.ie8 #header .genesis-nav-menu {
width: 100%
}

.ie7 #header .genesis-nav-menu a,
.ie8 #header .genesis-nav-menu a {
font-size: 13px !important;
padding: 13px 10px;
}

#header .genesis-nav-menu a:hover,
#header .genesis-nav-menu .current-menu-item a,
.category_blog #menu-item-19 a,
.category_blog.category_in-the-press #menu-item-221 a,
.category_press-releases #menu-item-221 a,
.parent-pageid-214 #menu-item-221 a,
.bio #menu-item-21 a {
	background: #fff;
	border-bottom: 6px solid #c5093b;
}

.category_blog.category_in-the-press #menu-item-19 a,
.category_blog.category_press-releases #menu-item-19 a {
	background: #fff;
	border-bottom: 0;
}

#header .genesis-nav-menu .contribute.current-menu-item a {background:none; border-bottom: 0px;}
#header .genesis-nav-menu .contribute a {
	color: #fff;
/**
 * button color change
 * requested: 11/02/15
 * BC todo: 191202637
 * old red: #ff0827
 **/
	background: #18ac00;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 0px;
	line-height: 37px;
	height: 37px;
	padding: 0 14px;
	border-radius: 20px;
}

#header .genesis-nav-menu .contribute {
	margin-left: 20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 0 !important;
	margin-top: 20px;
}

#header .genesis-nav-menu .contribute a:hover {
	text-decoration: none;
/**
 * button color change
 * requested: 11/02/15
 * todo: 191202637
 * old red: #de001e
 **/
	background: #1ab900;
}

#header .genesis-nav-menu .icon-bitcoin a {
	background-image: url("/wp-content/uploads/2014/06/icon-bitcoin.png");
	background-position: center 26px;
	background-repeat: no-repeat;
	margin-left: 55px;
	text-indent: -9999px;
	color: #ffffff;
}

#header .genesis-nav-menu .icon-bitcoin a:hover {
	background-image: url("/wp-content/uploads/2014/06/icon-bitcoin-hover.png");
	border-bottom: none !important;
	color: #ffffff;
}

#header #menu-social-media-menu a {
	display: block;
	padding: 0px;
	margin-right: 15px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	position: relative;
	border-bottom:0;
}

#header .icon-facebook a {background: url(images/Abbott-FB.png) 0 0 no-repeat !important;}
#header .icon-twitter a {background: url(images/Abbott-Twitter.png) no-repeat !important;}
#header .icon-youtube a {background: url(images/Abbott-YT.png) no-repeat !important;}
#header .icon-flickr a {background: url(images/Abbott-Flickr.png) no-repeat !important;}
#header .icon-vimeo a {background: url(images/Abbott-Vimeo.png) no-repeat !important;}
#header .icon-linkedin a {background: url(images/Abbott-LinkedIn.png) no-repeat !important;}
#header .icon-pinterest a {background: url(images/Abbott-Pinterest.png) no-repeat !important; margin-right:0 !important;}

#header .icon-facebook a:hover {background-position: 0 -40px !important;}
#header .icon-twitter a:hover {background-position: 0 -40px !important;}
#header .icon-youtube a:hover {background-position: 0 -40px !important;}
#header .icon-flickr a:hover {background-position: 0 -40px !important;}
#header .icon-vimeo a:hover {background-position: 0 -40px !important;}
#header .icon-linkedin a:hover {background-position: 0 -40px !important;}
#header .icon-pinterest a:hover {background-position: 0 -40px !important;}

#header .mobile {
text-align: center;
padding: 0px !important;
margin: 0 0 22px 0;
}

.single-donations #header .mobile {
	display: none !important;
}

#header .mobile .contribute {
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
color: #fff;
text-transform: uppercase;
padding: 9px 14px;
font-size: 16px;
border-bottom: 0px;
}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #ff2a00;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	padding: 20px;
	padding: 1.25rem;
	position: relative;
	width: 170px;
}

#header .genesis-nav-menu li li a,
#header .genesis-nav-menu li li a:link,
#header .genesis-nav-menu li li a:visited {
	background-color: #c5093b;
	border: 0px solid #ccc;
	border-top: none;
	padding: 10px;
	padding: 1.25rem;
	position: relative;
	width: 170px;
	line-height: 16px;
	height: auto;
	color: #fff;
}

#header .genesis-nav-menu li li a:hover {
	background-color: #a20831;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 212px;
	z-index: 99;
}

.genesis-nav-menu li ul ul {
	margin: -55px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li.sfHover ul {
	left: auto;
	display: block !important;
	visibility: visible !important;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
}

.genesis-nav-menu li.right a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu li.search {
	padding: 6px 0 0;
	padding: 0.375rem 0 0;
}

.genesis-nav-menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin-left: 20px;
	margin-left: 1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.genesis-nav-menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding-left: 24px;
	padding-left: 1.5rem;
}


/*
06 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


/*
07 Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #1e1e1e;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #ff2a00;
}


/*
09 Comments
---------------------------------------------------------------------------------------------------- */

#comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

.ping-list,
#comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
}

label {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 32px;
	padding: 2rem;
}

.comment-list li ul li {
	margin-right: -32px;
	margin-right: -2rem;
}

.comment-header {
	overflow: hidden;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.bypostauthor {
}

#comments .navigation {
	margin-top: 32px;
	margin-top: 2rem;
}


/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	line-height: 1.5;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widget {
	border-bottom: 0;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	overflow: hidden;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}


/*
11 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	clear: both;
	background: #000e26;
}

#footer .wrap {
	color: #a3a6aa;
	border-top: 2px solid #1e1e1e;
	overflow: visible;
	padding: 48px 20px;
	padding: 3rem 20px;
	line-height: 20px;
}

#footer .wrap a {
	color: #a3a6aa;
}

#footer .wrap a:hover {
	color: #ffffff;
}

#footer .creds {
	text-align: right;
}

#footer .creds,
#footer .gototop {
	margin: 8px 0;
	margin: 0.5rem 0;
}

#footer #text-11 {
	border-top: 1px solid #627685;
	border-bottom: 1px solid #627685;
	padding: 35px 0;
}

#footer #text-13 {
	float: left;
	width: 173px;
	font-size: 9px;
	margin-right: 40px;
}

#footer #text-13 .paidforby {
	border: solid 1px #808793;
	margin-top: 10px;
	padding: 3px;
}

#footer .widget .menu-action-center-container {display: block; background-color: transparent; border: 0; list-style-type:none;}
#footer .widget .menu-action-center-container li {list-style-type:none; margin:0; display: inline-block;}
#footer .widget .menu-action-center-container a {color:#627685; padding:0 40px 0 60px; line-height:40px; border-bottom:0; display: inline-block; font-size:16px;}
#footer .widget .menu-action-center-container a:hover {color:#fff; padding:0 40px 0 60px; background-color: transparent;}
#footer .widget .menu-action-center-container .action-center-joinus a {background: url(images/action-center-joinus.png) no-repeat -30px center; padding:0 60px 0 40px;}
#footer .widget .menu-action-center-container .action-center-takeaction a {background: url(images/action-center-takeaction.png) no-repeat -20px center;}
#footer .widget .menu-action-center-container .action-center-events a {background: url(images/action-center-events.png) no-repeat -20px center;}
#footer .widget .menu-action-center-container .action-center-blog a {background: url(images/action-center-blog.png) no-repeat -20px center; border:0;}
#footer .widget .menu-action-center-container li a {padding-right: 0 !important; margin: 0 40px 15px 0 !important;}
#footer .widget .menu-action-center-container li {width: auto;}


/* 11a - Footer Widgets ----------- */

.footer-widgets {
	border-top: 2px solid #1e1e1e;
	clear: both;
	line-height: 1.5;
	overflow: visible;
	padding: 32px 0 16px;
	padding: 2rem 0 1rem;
}

.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.widgettitle {
	color: #627685;
}

#sidebar .widgettitle {
	border-bottom: 1px solid #ccc;
	color: #486ba1;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.footer-widgets .widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

#menu-footer-menu li {
	list-style: none;
	display: block;
	float: left;
	margin-right: 20px;
	font-weight: bold;
	font-size: 14px;
}

#menu-footer-menu li li {
	float: none;
	font-weight: normal;
	font-size: 12px;
	margin-right:0;
}

/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 0 5px #ddd inset;
	/*padding: 16px;*/
	/*padding: 1rem;*/
	width: 100%;
}

#header .search-form {
	float: right;
	margin-top: 56px;
	margin-top: 3.5rem;
	width: 100%;
}

button,
input[type="button"],
input[type="submit"],
{
	background-color: #1e1e1e;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"] {
	background-color: #ff2a00;
}

.enews input[type="submit"],
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: visible;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* 12a - Gravity Forms ----------- */

#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 8px;
	/* padding: 1rem; */
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
	margin: 1px;
}

#content div.gform_wrapper input[type="submit"] {
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

.page-id-2458 #content div.gform_wrapper input[type="submit"] {
	min-width: 114px;
}

#inner #content .gform_wrapper .top_label .gfield_label {
margin: 10px 0 10px 0;
font-weight: bold;
display: -moz-inline-stack;
display: inline-block;
line-height: 1.3em;
clear: both;
font-size: 18px;
color: #486ba1;
}

#content div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}

div.gform_wrapper form ul li.gfield.one-half {
clear: none;
margin-left: 2.5% !important;
}

div.gform_wrapper form ul li.gfield.one-half.first {
margin-left: 0 !important;
}

div.gform_wrapper form ul li.gfield.one-half input {
	width: 98%;
}

div.gform_wrapper form .gform_description strong,
div.gform_wrapper form .gfield_description strong {
	color: red;
}
#sidebar .gform_wrapper .top_label input.medium {
padding: 10px;
width:100%;
font-size:14px;
}

#sidebar .gform_wrapper .gform_footer, .gform_wrapper .gform_footer {
padding: 0;
margin: 16px 0 0 0;
clear: both;
width: 37%;
}

#sidebar .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer input[type="submit"] {
	padding: 10px;
	background: #ff0827; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff0827 0%, #e00420 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0827), color-stop(100%,#e00420)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff0827 0%,#e00420 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff0827 0%,#e00420 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff0827 0%,#e00420 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff0827 0%,#e00420 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0827', endColorstr='#e00420',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}

#sidebar .gform_wrapper .gform_footer input:hover[type="submit"], .gform_wrapper .gform_footer input:hover[type="submit"] {
	background: #de001e; /* Old browsers */
	background: -moz-linear-gradient(top,  #de001e 0%, #bd031c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de001e), color-stop(100%,#bd031c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #de001e 0%,#bd031c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #de001e 0%,#bd031c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #de001e 0%,#bd031c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #de001e 0%,#bd031c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de001e', endColorstr='#bd031c',GradientType=0 ); /* IE6-9 */
}

.field_left {
	float: left !important;
	width: 50% !important;
	clear: none !important;
}

.field_right {
	float: right !important;
	width: 50% !important;
	clear: none !important;
}

.field_left input, .field_right input {
	width: 95% !important;
}

.field_clear {
	clear: both !important;
}

#featured-main .gform_wrapper div.validation_error {display: none;}

#featured-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
#featured-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {margin: 0;}

#featured-main .gform_wrapper .top_label .gfield_description.validation_message, #featured-main .gform_wrapper .gfield_description.validation_message {padding: 0 !important;}

.fp-layout .button.gform_button{

		-moz-box-shadow:inset 0 !important;
		-webkit-box-shadow:inset 0 !important;

		box-shadow: none  !important;

		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000c2a), color-stop(1, #00164a)) !important;
		background:-moz-linear-gradient(top, #000c2a 5%, #00164a 100%) !important;
		background:-webkit-linear-gradient(top, #000c2a 5%, #00164a 100%) !important;
		background:-o-linear-gradient(top, #000c2a 5%, #00164a 100%) !important;
		background:-ms-linear-gradient(top, #000c2a 5%, #00164a 100%) !important;
		background:linear-gradient(to bottom, #000c2a 5%, #00164a 100%) !important;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000c2a', endColorstr='#00164a',GradientType=0);

		background-color:#000c2a !important;

		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		border-radius:3px !important;

		border:0 !important;

		display:inline-block !important;
		color:#ffffff !important;
		font-family:arial !important;
		font-size:13px!important;
		font-weight:normal !important;
		padding:9px 22px !important;
		text-decoration:none !important;

		text-shadow:0px 1px 0px #154682 !important;

	}
   .fp-layout .button.gform_button:hover {

		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00164a), color-stop(1, #000c2a)) !important;
		background:-moz-linear-gradient(top, #00164a 5%, #000c2a 100%) !important;
		background:-webkit-linear-gradient(top, #00164a 5%, #000c2a 100%) !important;
		background:-o-linear-gradient(top, #00164a 5%, #000c2a 100%) !important;
		background:-ms-linear-gradient(top, #00164a 5%, #000c2a 100%) !important;
		background:linear-gradient(to bottom, #00164a 5%, #000c2a 100%) !important;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00164a', endColorstr='#000c2a',GradientType=0);

		background-color:#00164a !important;
	}
   .fp-layout .button.gform_button:active {
		position:relative !important;
		top:1px !important;
	}

/* Optimizely Variation styles for homepage featured form */
#featured-main #gform_wrapper_1 {display: block !important;}
#featured-main #gform_wrapper_39 {display: none !important;}

.variation-b #featured-main #gform_wrapper_1 {display: none !important;}
.variation-b #featured-main #gform_wrapper_39 {display: block !important;}

/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.author-box .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem
}

.comment-list li .avatar {
	float: left;
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem
}

img.alignnone {
	display: inline;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.gallery-caption {
}

/* 14 FOOTER NAV */
#footer #footer-nav .wrap {
	border: none;
	padding: 0;
}

#footer ul.menu-footer {
	font-size: 13px;
	font-weight: normal;
}

#footer ul.menu-footer a {
	padding: 0rem .75rem;
}

#content .wp-accordion .ui-icon {
	display:none;
}

#content .wp-accordion h3.wp-tab-title {
	border-bottom: 2px solid #e6e6e6;
	background: transparent url(images/issues-bg.png) no-repeat 98% center;
	line-height: 60px;
	font-weight: normal;
	color: #073658;
	font-size: 21px;
	font-style: italic;
	padding-right: 60px;
	padding-left: 10px;
	margin:0 !important;
	clear: both;
}

#content .wp-accordion h3.wp-tab-title strong {
	font-weight: normal;
	color: #c9253d;
	margin-right: 5px;
	font-style: normal;
}

#content .wp-accordion h3.wp-tab-title.ui-state-active {
	background: url(images/issues-bg-active.png) no-repeat 98% center;
}

#content .wp-accordion h3.wp-tab-title.alternate {
	background-color: #f5f5f5;
}

.wpui-no-background .ui-tabs,
.wpui-no-background .ui-widget-content {
	padding-top: 22px !important;
	overflow: scroll !important;
}

#happening_now {
clear:both;
}

#happening_now h4.widgettitle {
	color: #404040;
	border-bottom: 1px solid #ccc;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

#happening_now .post {
width: 30%;
float: left;
margin-right: 3%;
line-height: 1.625;
}

#happening_now .post .more-link {
	display:block;
	margin: 10px 0;
}

.sn-wrap {
overflow: visible !important;
}

.social-numbers-widget img {
	border: none;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.sn-count-wrap {
	float: left;
}


.sn-count {
font-size: 24px!important;
font-weight: bold;
line-height: 36px;
color: #002948;
}

.sn-count-description {
font-size: 13px;
line-height: 13px;
}

.social-numbers-widget .sn-button, .social-numbers-widget .sn-button:visited {
color: #fff;
border: 3px solid #fff;
display: block;
font-size: 16px;
background: #012258;
text-shadow: none;
box-shadow: #999 1px 1px 5px;
border-radius: 15px;
float: right;
margin: 15px 5px 0 0;
padding: 5px 10px;
text-decoration: none;
}

.social-numbers-widget .sn-button:hover {
	color: #000;
	background: #fff;
}

.tubepress_thumb,
.tubepress-thumb {
	float: left;
	width: 185px;
	height: 225px;
	line-height: 1.1em;
	font-size: 11px;
	overflow: visible;
	margin-right: 20px;
	margin-bottom: 20px;
}

.tubepress_thumb .tubepress_meta_group,
.tubepress-thumb .tubepress_meta_group {
	padding-top: 10px;
}

.fundraising-checkbox {
	font-weight:bold;
	margin:0 !important;
}

#inner #tribe-events-content {
position: relative;
margin-bottom: 48px;
padding: 1px 0;
}

div.tubepress_container div.pagination a {
background: #eee !important;
border: 1px solid #e0e0e0;
border-radius: 0 0 0 0;
color: #000 !important;
text-decoration: none;
}

div.tubepress_container div.pagination span.current,
div.tubepress_container div.pagination a:hover {
box-shadow: 0 0 0 #383838 !important;
background: #fff !important;
color: #486ba1 !important;
border: 1px solid #ccc;
border-radius: 0 0 0 0;
}

div.tubepress_container div.pagination {
font-size: 13px;
text-align: center;
clear: both;
margin: 0;
padding: .7em 0;
border-top: 1px solid #e0e0e0;
}
.tubepress_thumb .tubepress_meta_group {
padding-top: 10px;
line-height: 14px;
}
.tubepress_thumb a {
cursor: pointer;
color: #000;
}

/* Stay Connected */

.page-id-164 #content li
{ list-style-type: none;
border-bottom: 1px solid #454545;
margin:0;
padding:0;
}

.page-id-164 .css-image-swap a {
text-decoration:none;
display: block;
padding: 30px 0px;
padding-left: 10px;
color: #000;
font-size: 16px;
}

.page-id-164 .css-image-swap a:hover {
background-color:#dbe7f0;
}

.page-id-164 #css-image-swap-1 a:link {
background: url('images/fb_up.png') no-repeat 355px center;
}

.page-id-164 #css-image-swap-1 a:hover {
background-image: url('images/fb_over.png');
background-color: #dbe7f0;
}

.page-id-164 #css-image-swap-2 a:link {
background: url('images/twitter_up.png') no-repeat 560px center;
}

.page-id-164 #css-image-swap-2 a:hover {
background-image: url('images/twitter_over.png');
background-color: #dbe7f0;
}

.page-id-164 #css-image-swap-3 a:link {
background: url('images/twitter_up.png') no-repeat 575px center;
}

.page-id-164 #css-image-swap-3 a:hover {
background-image: url('images/twitter_over.png');
background-color: #dbe7f0;
}

.page-id-164 #css-image-swap-4 a:link {
background: url('images/twitter_up.png') no-repeat 420px center;
}

.page-id-164 #css-image-swap-4 a:hover {
background-image: url('images/twitter_over.png');
background-color: #dbe7f0;
}

.page-id-164 #css-image-swap-5 a:link {
background: url('images/linkedin_up.png') no-repeat 230px center;
}

.page-id-164 #css-image-swap-5 a:hover {
background-image: url('images/linkedin_over.png');
background-color: #dbe7f0;
}

.page-id-164 #css-image-swap-6 a:link {
background: url('images/youtube_up.png') no-repeat 310px center;
}

.page-id-164 #css-image-swap-6 a:hover {
background-image: url('images/youtube_over.png');
background-color: #dbe7f0;
}

.page-id-164 #css-image-swap-7 a:link {
background: url('images/vimeo_up.png') no-repeat 290px center;
}

.page-id-164 #css-image-swap-7 a:hover {
background-image: url('images/vimeo_over.png');
background-color: #dbe7f0;
}

.page-id-164 #css-image-swap-8 a:link {
background: url('images/flickr_up.png') no-repeat 250px center;
}

.page-id-164 #css-image-swap-8 a:hover {
background-image: url('images/flickr_over.png');
background-color: #dbe7f0;
}

.page-id-164 #css-image-swap-9 a:link {
background: url('images/pinterest_up.png') no-repeat 240px center;
}

.page-id-164 #css-image-swap-9 a:hover {
background-image: url('images/pinterest_over.png');
background-color: #dbe7f0;
}

/* END Stay Connected */

.grid #tribe-events-calendar-header {
height: 100px;
}

a.tb_photo img {
	max-width: 48px;
}

/* Thank You icons */

.thankyou-social-wrapper {
line-height: 32px !important;
}
.thankyou-social-wrapper strong {
margin-right: 5px;
}
.thankyou-social {
display: inline-block;
height: 32px;
width: 32px;
position: relative;
text-indent: -99999px;
margin-left: 5px;
}
.thankyou-tw {background-image: url(https://ws.sharethis.com/images/twitter_32.png); display: inline-block;
	height: 32px;
	width: 32px;
	position: relative;
	text-indent: -99999px;}
.thankyou-yt {background-image: url(https://ws.sharethis.com/images/youtube_32.png); display:inline-block;
	height: 32px;
	width: 32px;
	position: relative;
	text-indent: -99999px;}
.thankyou-fb {background-image: url(https://ws.sharethis.com/images/facebook_32.png); display: inline-block;
	height: 32px;
	width: 32px;
	position: relative;
	text-indent: -99999px;}
.thankyou-fl {background-image: url(https://ws.sharethis.com/images/flickr_32.png); display: inline-block;
	height: 32px;
	width: 32px;
	position: relative;
	text-indent: -99999px;}
.thankyou-vi {background-image: url(https://ws.sharethis.com/images/vimeo_32.png); display: inline-block;
	height: 32px;
	width: 32px;
	position: relative;
	text-indent: -99999px;}
.thankyou-li {background-image: url(https://ws.sharethis.com/images/linkedin_32.png); display: inline-block;
	height: 32px;
	width: 32px;
	position: relative;
	text-indent: -99999px;}
.thankyou-vi {background-image: url(https://ws.sharethis.com/images/vimeo_32.png); display: inline-block;
	height: 32px;
	width: 32px;
	position: relative;
	text-indent: -99999px;}
.thankyou-pi {background-image: url(https://ws.sharethis.com/images/pinterest_32.png); display: inline-block;
	height: 32px;
	width: 32px;
	position: relative;
	text-indent: -99999px;}

/* END Thank You icons */

.transparent_hover:hover,
#featured-sidebar-1 img:hover,
#featured-sidebar-2 img:hover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}

#content-sidebar-wrap #sbttr-user-timeline-0 {
padding: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
border: 0 solid #dddddd !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}

div.tb_header {display: none;}

.comments-title {padding-top: 20px;}
.single-tvlanding .comments-title,
.single-tvlanding .comments-count,
.single-tvlanding .fb-comments {display: none;}
.tubepress_normal_embedded_wrapper,
.tubepress_normal_embedded_wrapper .youtube-player {max-width: 100% !important; width: 100% !important;}
.tubepress_normal_embedded_wrapper .youtube-player {height: 400px;}

.postid-2601 #header {
	border-bottom: 0;
	margin: 25px 0;
}

.postid-2601 .entry-content {
	font-size: 18px;
}

.postid-2601 #email-signup {
	display: none;
}

.postid-2601 #title-area img {
	width: 220px;
}

.postid-2601 #wrap .contribute {
	margin: 0;
	padding: 0;
	background: none;
}
.postid-2601 #wrap .contribute a {
	color: #fff;
	border-radius: 3px;
	padding: 12px 20px;
	background: #ff0827;
	background: -moz-linear-gradient(top, #ff0827 0%, #e00420 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0827), color-stop(100%,#e00420));
	background: -webkit-linear-gradient(top, #ff0827 0%,#e00420 100%);
	background: -o-linear-gradient(top, #ff0827 0%,#e00420 100%);
	background: -ms-linear-gradient(top, #ff0827 0%,#e00420 100%);
	background: linear-gradient(to bottom, #ff0827 0%,#e00420 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0827', endColorstr='#e00420',GradientType=0 );
}
.postid-2601 #wrap .gform_wrapper {
overflow: inherit;
margin: 0;
max-width: 100%;
}
.postid-2601 #wrap .gform_wrapper ul li.gfield.one-half {
clear: none;
}
.postid-2601 #inner #content .gform_wrapper .top_label .gfield_label {
	font-size: 14px;
}
.postid-2601 .gform_wrapper .gform_footer {
margin-top: 0px !important;
}
.postid-2601 #footer .wrap {
padding: 50px 0 !important;
}
/* 15 MOBILE STYLES  */

.mobile, #mobile-nav, #mobile-nav ul {
	display: none;
}

#mobile-nav ul {
	background-color: rgba(78,78,78,1);
}

#mobile-nav ul li a {
	color: #fff;
	font-weight: normal;
}

.easy-instagram-thumbnail-wrapper
{
float:left;
clear:none;
width:100%;
}
.easy-instagram-thumbnail-wrapper .easy-instagram-thumbnail-wrapper
{
	float:left;
clear:none;
width:50%;
}

/* Piryx iFrame */
	.single-donations #piryx-iframe {
		max-width: 960px;
		width: 100%;
		height: 1500px;
	}


	.single-donations #piryx-donation-frame {
		width: 100%;
	}

	.single-donations.full-width-content #content {
		width: 100% !important;
		max-width: 960px !important;
	}


#piryx-iframe { height: 1720px; }
 /*Contribution's Temporary Page Piryx Mobile*/

.postid-2699 #piryx-iframe {
	max-width: 960px;
	width: 100%;
	height: 1500px;
}

.postid-2699 #piryx-donation-frame {
	width: 100%;
}

.postid-2699.full-width-content #content {
	width: 100% !important;
	max-width: 960px !important;
}
/*End Contribution's Temporary Page Piryx Mobile*/

@media (max-width: 960px) {
	/*Contribution's Temporary Page Piryx Mobile*/
	#piryx-donation-frame {
		overflow: visible !important;
		-webkit-overflow-scrolling: visible;
		width: 100%;
	}
	/*End Contribution's Temporary Page Piryx Mobile*/
}
@media (max-height: 480px) {
	/*Contribution's Temporary Page Piryx Mobile*/
	#piryx-donation-frame {
		overflow: scroll !important;
		-webkit-overflow-scrolling: visible;
		width: 100%;
	}
	/*End Contribution's Temporary Page Piryx Mobile*/
}

.disable_text_highlighting {
	-webkit-user-select: none; /* Webkit */
	-moz-user-select: none;    /* Firefox */
	-ms-user-select: none;     /* IE 10  */
	/* Currently not supported in Opera but will be soon */
	-o-user-select: none;
	user-select: none;
}

.watermark {
	position: relative;
	opacity: 0.25;
	font-size: 3em;
	width: 100%;
	text-align: center;
	z-index: 1000;
	top: 50px;
}

.confirm-dialog {
	text-align: center;
}

.confirm-dialog h4[class^="confirm-"] {
	margin-bottom: 0;
	font-size: 1.15rem;
}
.confirm-dialog p[class^="confirm-"] {
	text-transform: uppercase;
	font-size: 1rem;
}
.confirm-dialog .voterdata-confirm-button {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	line-height: 37px;
	height: 37px;
	padding: 0 14px;
	border-radius: 20px;
	cursor: pointer;
}
.confirm-dialog .voterdata-confirm-button.incorrect {
	background: #e00420;
}
.confirm-dialog .voterdata-confirm-button.incorrect:hover {
	background: #bd031d;
}
.confirm-dialog .voterdata-confirm-button.correct {
	background: #18ac00;
	margin-left: 1rem;
}
.confirm-dialog .voterdata-confirm-button.correct:hover {
	background: #1ab900;
}
