/******************************************************************
Theme Name: WisGOP
Description: A Genesis child theme for WisGOP
Author: Push Digital
Author URI: http://PushDigital.com
Version: 1.0
Tags: html, css3, responsive, hb5
Template: genesis
Template Version: 1.8.2

*/

*
{
	outline:0;
}

html
{
	margin:0 !important;
	padding:0 !important;
}

body
{
	margin:0;
	padding:0;
	min-width:1050px;
	color:#1e1e1e;
	font-family:'Open Sans', sans-serif;
	background-color:#fcfcfc;
	font-size:11px;
}

img
{
	border:none;
}

strong{font-weight:600;}

p
{
	margin:0;
	padding:0;
}

a
{
	color:#444444;
}

.clear{clear:both;}

.alignnone{float:none;}
.alignleft{float:left;padding:0 20px 10px 0;}
.aligncenter{text-align:center;}
.alignright{float:right;padding:0 0 10px 20px;}

.read-more
{
	color:#607096;
	font-size:12px;
	text-decoration:none;
}

/*
* GLOBAL (DESKTOP)
*/

div.pp_default .pp_description
{
	display:none !important;
}

.pp_social .facebook
{
	width:85px !important;
}

div.ppt
{
	display:none !important;
}

div.wrap
{
	width:1050px;
	margin:0 auto;
	position:relative;
}

/* HEADER */

#header
{
	width:100%;
	height:50px;
	padding:0;
	margin:0;
	background-color:#7f0305;
	position:fixed;
	z-index:1000;
	border-bottom:1px solid #590406;
}

@media(max-width:768px){
	#header{
		position: relative;
	}
}

#header div.wrap
{
	position:static;
}

#header h1
{
	display:inline-block;
	vertical-align:top;
	margin:0;
	padding:5px 0;
	width:200px;
	height:45px;
}

.ie8 #header h1,.ie7 #header h1
{
	zoom:1;
	display:inline;
}

#header h1 a
{
	display:block;
}

#header h1 span
{
	position:absolute;
	top:0;
	left:-10000px;
}

#header #title-area
{
	display:none;
}

#header #header-nav-wrap
{
	display:inline-block;
	vertical-align:top;
	text-align:right;
	float:right;
}

.ie8 #header #header-nav-wrap,.ie7 #header #header-nav-wrap
{
	zoom:1;
	display:inline;
}

#header #menu-navigation
{
	list-style-type:none;
	display:inline-block;
	vertical-align:top;
	padding:0;
	margin:0;
}

.ie8 #header #menu-navigation,.ie7 #header #menu-navigation
{
	zoom:1;
	display:inline;
}

#header #menu-navigation li
{
	display:inline-block;
	vertical-align:top;
	position:relative;
	margin:0 5px;
	line-height:50px;
	font-weight:600;
	font-size:13px;
	text-transform:uppercase;
}

.ie8 #header #menu-navigation li,.ie7 #header #menu-navigation li
{
	zoom:1;
	dipslay:inline;
}

#header #menu-navigation li a
{
	display:block;
	text-decoration:none;
	color:#ffffff;
}

#header #menu-navigation li:hover a,#header #menu-navigation li.current-menu-item a,#header #menu-navigation li.current-menu-ancestor a
{
	color:#ff0004;
}

#header #menu-navigation li a span.sf-sub-indicator
{
	display:none;
}

#header #menu-navigation li ul.sub-menu
{
	display:none;
	width:250px;
	position:absolute;
	z-index:100;
	left:0;
	padding:0;
	margin:0;
	text-align:left;
	background-color:#590102;
}

#header #menu-navigation li:hover ul.sub-menu
{
	display:block;
}

#header #menu-navigation li ul.sub-menu li
{
	display:block;
	border-bottom:1px solid #7f0305;
	font-size:14px;
	padding:7px 15px;
	font-weight:normal;
	line-height:normal;
}

#header #menu-navigation li ul.sub-menu li:hover,
{
	background-color:#360001;
}

#header #menu-navigation li ul.sub-menu li a
{
	color:#ffffff;
}

a.button-donate
{
	margin:6px 0 0 10px;
	display:inline-block;
	vertical-align:top;
	width:114px;
	height:39px;
	line-height:39px;
	text-align:center;
	letter-spacing:1px;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.21);
	text-decoration:none;
	color:#ffffff;
	background: rgb(54,195,85); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(54,195,85) 0%, rgb(48,148,28) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(54,195,85)), color-stop(100%,rgb(48,148,28))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(54,195,85) 0%,rgb(48,148,28) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(54,195,85) 0%,rgb(48,148,28) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(54,195,85) 0%,rgb(48,148,28) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(54,195,85) 0%,rgb(48,148,28) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36c355', endColorstr='#30941c',GradientType=0 ); /* IE6-9 */
}

.ie8 a.button-donate,.ie7 a.button-donate
{
	zoom:1;
	display:inline;
}

a.button-donate:hover
{
	background: rgb(48,148,28); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(48,148,28) 0%, rgb(54,195,85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(48,148,28)), color-stop(100%,rgb(54,195,85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(48,148,28) 0%,rgb(54,195,85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(48,148,28) 0%,rgb(54,195,85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(48,148,28) 0%,rgb(54,195,85) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(48,148,28) 0%,rgb(54,195,85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30941c', endColorstr='#36c355',GradientType=0 ); /* IE6-9 */
}

#header #facebook-login
{
	position:absolute;
	z-index:100;
	top:200px;
	left:-61px;
	padding:0 15px;
	line-height:35px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color:#5a6d96;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#header #facebook-login .facebook-logged-in
{
	color:#ffffff;
}

#header #facebook-login a
{
	display:block;
	font-size: 12px;
	font-weight: 800;
	color: white;
	text-decoration: none;
}

/* END HEADER */

#inner
{
	background-color:#ffffff;
	background-image:url(images/bg_inner.png);
	background-repeat:repeat-x;
	padding:81px 0 15px;
}

@media(max-width:768px){
	#inner{
		padding:30px 0 15px;
	}
}

#content-sidebar-wrap
{
	width:1050px;
	margin:0 auto;
}

/* CONTENT */

#content
{
	position:relative;
	z-index:2;
	display:inline-block;
	vertical-align:top;
	*zoom:1;
	*display:inline;
	width:680px;
	min-height:450px;
	height:auto;
	*height:450px;
	padding:0 23px;
	color:#1e1e1e;
	background-color:#fcfcfc;
	border:1px solid #f0f0f0;
	-webkit-box-shadow: 0px -3px 23px -3px rgba(0,0,0,0.15);
	box-shadow: 0px -3px 23px -3px rgba(0,0,0,0.15);
}

.full-width-content #content
{
	width:auto;
	padding:10px !important;
	display:block;
}

#content .entry-title
{
	color:#7f0305;
	font-size:35px !important;
	font-weight:600;
	text-transform:uppercase;
	margin:0 0 10px;
}

#content h2.entry-title
{
	font-size:28px;
	margin:0;
	padding:0;
}

#content h2.entry-title a
{
	color:#7f0305;
	text-decoration:none;
}

#content .post-info
{
	font-size:10px;
	color:#6e6262;
	text-transform:uppercase;
}

#content .post-info a
{
	color:#6e6262;
}

#content .entry-content
{
	padding:10px 0;
	color:#5f5f5f;
	font-size:12px;
}

#content p
{
	margin:0 0 15px;
}

#content .read-more
{
	color:#7f0305;
	font-weight:600;
	font-style:italic;
	font-size:11px;
}

#content .read-more span
{
	display:none;
}

#content .gform_wrapper input[type=submit],#content input[type=submit]
{
	margin:10px 0 0 0;
	padding:0;
	background:transparent;
	background-image:url(images/bg_submit_content.png);
	background-repeat:repeat-x;
	background-size:contain;
	border:1px solid #7f0305;
	width:87px !important;
	height:29px;
	line-height:29px;
	color:#ffffff;
	font-size:12px;
	font-weight:800;
	-webkit-appearance: none;
	cursor:pointer;
}

#content .gform_wrapper input[type=submit]:hover,#content input[type=submit]:hover
{
	background-image:url(images/bg_submit_content_hover.png);
}

#content .post-meta
{
	border-top: 1px solid #e1e1e1;
	padding: 5px 0;
	font-size:10px;
	color:#4a4a4a;
}

#content .post-meta a
{
	color:#7f0305;
	text-decoration:none;
}

#content .post-meta .tags
{
	display:none;
}

#content #pbd-alp-load-posts
{
	margin:10px 0;
}

#content #pbd-alp-load-posts a
{
	display: block;
	text-align: center;
	background-color: #ededed;
	line-height: 45px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #6e6e6e;
	font-weight: 600;
}

#content #cta
{
	background-image:url(images/bg_striped.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin: 0 0 0 -25px;
	padding: 10px 25px;
	min-height: 200px;
	height:auto;
	*height:200px;
	color: #7f0305;
	font-size: 12px;
}

#cta-title
{
	color: #7f0305;
	font-size: 33px;
	font-weight: 600;
	text-transform: uppercase;
}

#cta-content
{
	text-align:center;
}

#cta .cta-image
{
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #efefef;
	margin: 0 2px;
}

#cta-likebox
{
	margin: 0 10px 0 0;
	display:inline-block;
	vertical-align:top;
	*zoom:1;
	*display:inline;
	width:275px;
	background-color:#fefefe;
	border:1px solid #ebebeb;
	text-align:center;
}

#cta-likebox .cta-header
{
	background-color: #3b5998;
	height: 34px;
	line-height: 34px;
	color: white;
	font-size: 14px;
	font-weight: 600;
}

#cta-likebox #cta-fb-content
{
	padding:10px;
}

#cta-likebox #cta-fb-content #fb-likes
{
	width:100%;
	font-size:40px;
	color:#393939;
	font-weigh:800;
}

#cta-likebox #cta-fb-content p
{
	width:100%;
	font-size:14px;
	text-transform:uppercase;
	font-weight:800;
	color:#393939;
}

#cta-followers
{
	margin:0 0 0 10px;
	display:inline-block;
	vertical-align:top;
	*zoom:1;
	*display:inline;
	width:275px;
	background-color:#fefefe;
	border:1px solid #ebebeb;
	text-align:center;
}

#cta-followers .cta-header
{
	background-color: #33ccff;
	height: 34px;
	line-height: 34px;
	color: white;
	font-size: 14px;
	font-weight: 600;
}

#cta-followers #cta-twitter-content
{
	padding:10px;
}

#cta-followers #cta-twitter-content #twitter-followers
{
	width:100%;
	font-size:40px;
	color:#393939;
	font-weigh:800;
}

#cta-followers #cta-twitter-content p
{
	width:100%;
	font-size:14px;
	text-transform:uppercase;
	font-weight:800;
	color:#393939;
}

/* END CONTENT */

/* SIDEBAR */

#sidebar
{
	position:relative;
	z-index:1;
	display:inline-block;
	vertical-align:top;
	*zoom:1;
	*display:inline;
	width:320px;
	padding:0;
	margin:25px 0 0 -5px;
	background-color:#fcfcfc;
	border:1px solid #efefef;
}

#sidebar .gform_wrapper input[type=submit]
{
	margin:10px 0 0 0;
	padding:0;
	background:transparent;
	background-image:url(images/bg_submit.png);
	background-repeat:repeat-x;
	background-size:contain;
	border:1px solid #ffd350;
	width:87px !important;
	height:29px;
	line-height:29px;
	color:#976d12;
	font-size:12px;
	font-weight:800;
	-webkit-appearance: none;
	cursor:pointer;
}

#sidebar .gform_wrapper input[type=submit]:hover
{
	background-image:url(images/bg_submit_hover.png);
}

#sidebar .widget
{
	margin:-1px 0 0;
	color:#444444;
	font-size:11px;
}

#sidebar h4
{
	background-color: #7f0305;
	margin: 0;
	border-bottom: 1px solid #d3d3d3;
	color: #ffffff;
	font-weight:600;
	text-transform: uppercase;
	padding: 8px 0 8px 10px;
	font-size: 16px;
}

#sidebar .widget-content
{
	padding:10px;
}

#sidebar .simple_tweet_widget .widget-header
{
	display:none;
}

#sidebar #twitter-feed .sharethis-wrap
{
	display:none;
}

#sidebar #twitter-feed li
{
	padding:5px 0 0;
}

#sidebar #twitter-feed li:first-child
{
	background:transparent;
	padding:0;
}

#sidebar #twitter-feed li div.tweet-wrap
{
	background-color:#fcfcfc;
	padding:10px 0;
	min-height:70px;
	height:auto;
	*height:70px;
}

/* RECENT POSTS WIDGET */

.widget-post
{
	padding: 10px 15px 0;
	height: auto;
	position:relative;
}

.widget_wisgop_recent_widget
{
	background-color: #ffffff;
	-webkit-box-shadow: 0px -3px 23px -3px rgba(0,0,0,0.15);
	box-shadow: 0px -3px 23px -3px rgba(0,0,0,0.15);
	border-bottom: 3px solid #D9D9DA;
	position:relative;
}

.widget-post .widget-post-header
{
	padding:0 0 5px;
	background-image:url(images/bg_title.png);
	background-repeat:repeat;
}

.widget-post .widget-post-header .widget-post-title
{
	background-color:#fcfcfc;
}

.widget-post .widget-post-header .widget-post-title a
{
	font-size:13px;
	color:#616161;
	font-weight:800;
	text-decoration:none;
	text-transform:uppercase;
}

.widget-post .widget-post-header .widget-post-date
{
	background-color:#fcfcfc;
	color:#c01818;
	text-transform:uppercase;
	padding:3px 0 5px;
}

.widget-post .widget-post-content
{
	color:#555555;
	font-size:12px;
	font-weight:400;
	line-height:24px;
	margin:15px 0 0;
}

.widget-post .widget-post-content .read-more
{
	display:block;
	text-align:center;
	background-image:url(images/bg_readmore.png);
	background-repeat:repeat-x;
	margin:10px 0 0 195px;
	width:88px;
	height:30px;
	border:1px solid #e7e7e7;
	color:#9a9a9a;
	font-size:10px;
	line-height:30px;
	text-transform:uppercase;
}

.widget-post-content .read-more:hover
{
	background-image:url(images/bg_readmore_hover.png);
}

.widget-post .widget-post-content .read-more span
{
	display:none;
}

.widget-post-filed
{
	text-align:right;
	padding:10px;
	font-size:10px;
	color:#434343;
}

.widget-post-filed img
{
	vertical-align:middle;
	margin:0 5px 0 0;
}

.widget-post-filed a
{
	color:#e32734;
	text-decoration:none;
}

.widget-post-filed .tags
{
	display:none;
}

/* TWITTER WIDGET */

.page-template-page-home-php .simple_tweet_widget
{
	background-color: #ffffff;
	-webkit-box-shadow: 0px -3px 23px -3px rgba(0,0,0,0.15);
	box-shadow: 0px -3px 23px -3px rgba(0,0,0,0.15);
	border-bottom: 3px solid #D9D9DA;
	position:relative;
}

.widget_wisgop_twitter_widget .twitter-wrap,.simple_tweet_widget .twitter-wrap
{

}

.widget_wisgop_twitter_widget .widget-header,.simple_tweet_widget .widget-header
{

}

.widget_wisgop_twitter_widget .widget-header .widget-title,.simple_tweet_widget .widget-header .widget-title
{
	background-color: #7f0305;
	margin: 0;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	line-height:28px;
}

.widget_wisgop_twitter_widget .widget-header .widget-title .twitter-follow-button,.simple_tweet_widget .widget-header .widget-title .twitter-follow-button
{
	float:right;
	margin:0 10px 0 0;
}

#twitter-feed
{
	list-style-type:none;
	padding:10px 25px;
	color: #555555;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
}

#sidebar .simple_tweet_widget #twitter-feed
{
	padding:0;
}

#twitter-feed li
{
	display:block;
}

#twitter-feed li img
{
	float:left;
}

#twitter-feed li a
{
	text-decoration:none;
	color:#c01818;
}

#twitter-feed li p
{
	margin:0 0 0 80px;
	word-break:break-all;
}

#twitter-feed li .tweet-header
{
	text-transform:uppercase;
	font-weight:600;
}

#twitter-feed li .tweet-header .tweet-date
{
	display:block;
	text-align:right;
}

/* FACEBOOK LIKE BOX */

.fb-likebox
{
	width: 290px;
	height:245px;
	display: block;
	overflow: hidden;
	margin:0 auto;
}

.fb_iframe_widget
{
	margin:-1px 0 0 -1px;
}

/* VOLUNTEER */

#list-items
{

}

#list-items .item
{
	background-image:url(images/bg_striped.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0 0 0 -25px;
	padding:20px 0 20px 25px;
	clear:both;
}

#list-items .list-item-title
{
	display:inline-block;
	vertical-align:top;
	*zoom:1;
	*display:inline;
	width:235px;
	text-transform:uppercase;
}

#list-items .item.accordion .list-item-title
{
	width:350px;
}

#list-items .list-item-title .number
{
	width:31px;
	height:49px;
	display:block;
	font-size: 36px;
	color: #7f0305;
	float: left;
	font-weight:600;
	padding:0 10px 0 0;
}

#list-items .list-item-title .title
{
	font-size: 22px;
	color: #7f0305;
	font-weight: 600;
	line-height:22px;
	padding:5px 0 0;
}

#list-items .list-item-title .icon
{
	float:left;
	padding:5px;
}

#list-items .list-item-title .sub-title
{
	font-size: 16px;
	color: #7f0305;
	display:block;
}

#list-items .list-item
{
	display:inline-block;
	vertical-align:top;
	*zoom:1;
	*display:inline;
	width:445px;
	margin:0 0 15px;
}

#list-items .list-item.accordion
{
	display:block;
}

#list-items .list-item-title .sub-number
{
	width:31px;
	height:49px;
	display:block;
	font-size: 36px;
	color: #fcfcfc;
	float: left;
	font-weight:600;
	padding:0 10px 0 0;
}

#list-items .sub-list-item
{
	display:inline-block;
	vertical-align:top;
	*zoom:1;
	*display:inline;
	width:100px;
	margin:0 0 15px;
}

#list-items .social-button
{
	display:inline-block;
	vertical-align:top;
	*zoom:1;
	*display:inline;
	margin:20px 0 0 10px;
}

#list-items .social-button .twitter-share-button
{
	width:90px !important;
}

#list-items .list-item-social-message .social-message-buttons
{
	text-align:right;
}

#list-items .list-item-images .list-item
{
	display:block;
	width:auto;
}

#list-items .list-item-images .list-item .list-item-image
{
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #efefef;
	margin: 0 2px;
}

#list-items .accordion-trigger
{
	text-decoration:none;
	display:block;
}

#list-items .accordion-text
{
	float:right;
	font-size:11px;
	color:#bababa;
}

#list-items .accordion-text img
{
	vertical-align:middle;
}

/* VOLUNTEER SPECIFIC STYLES */

#list-items .item.accordion#form-9 .list-item-title .title
{
	width:250px;
}

/* FORMS */

#content-sidebar-wrap .gform_wrapper
{
	margin:0;
}

#content-sidebar-wrap .gform_wrapper .gform_fields
{
	list-style-type:none;
	padding:0;
}

#content-sidebar-wrap .gform_wrapper label.gfield_label
{
	font-size:12px;
	color:#7f0305;
	font-weight:normal;
}

#content-sidebar-wrap .gform_wrapper input[type=text],#content-sidebar-wrap input[type=text],#content-sidebar-wrap input[type=password]
{
	border:1px solid #d1d1d1;
	background-image:url(images/bg_field.png);
	background-repeat:repeat-x;
	background-size:contain;
	font-size:18px;
	line-height:34px;
	height:34px;
	width:100% !important;
}

#content-sidebar-wrap .gform_wrapper textarea,#content-sidebar-wrap textarea
{
	border:1px solid #d1d1d1;
	background-image:url(images/bg_field.png);
	background-repeat:repeat-x;
	background-size:contain;
	font-size:18px;
	line-height:34px;
	width:100% !important;
}

#content-sidebar-wrap #gform_19 li.gf_readonly textarea
{
	font-size:14px;
	line-height:1.2;
}

#content-sidebar-wrap .gform_wrapper .gform_footer
{
	padding:0;
	margin:0;
	text-align:left;
}

#content-sidebar-wrap .validation_error
{
	display:none;
}

#content-sidebar-wrap .gfield_error
{
	background: transparent;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}

#content-sidebar-wrap .gfield_error label.gfield_label
{
	margin:10px 0 4px 0;
}

#content-sidebar-wrap .ginput_container
{
	margin:0;
}

#content-sidebar-wrap .validation_message
{
	display:none;
}

#content .downloads-logout
{
	float:right;
}

#content .downloads-section
{
	display:block;
	font-size:16px;
	text-decoration:none;
	margin:1% 0 0;
}

#content .download-trigger img
{
	vertical-align:middle;
}


#content .files-list
{
	margin:1% 0 0;
}

#content .files-list.accordion
{
	display:none;
}

#content .files-list a
{
	display:block;
	text-decoration:none;
	padding:1% 0;
}

#content .files-list a img
{
	vertical-align:middle;
	padding:0 1% 0 0;
}

#content .files-list.accordion a
{
	padding:1%;
}

/* HOME PAGE */

.page-template-page-home-php .sharethis-wrap
{
	display:none;
}

.page-template-page-home-php #inner
{
	padding:40px 0 0;
	background:transparent;
}

@media(max-width:768px){
	.page-template-page-home-php #inner{
		padding:0;
	}
}

.page-template-page-home-php #inner #content-sidebar-wrap
{
	width:auto;
	margin:0;
}

.page-template-page-home-php #inner #content-sidebar-wrap #content
{
	display:block;
	width:auto;
	padding:0;
	background:transparent;
}

#slider
{
	width:100%;
	height:404px;
	/*background-color:#c8c2b4;*/
}

#slider a
{
	display:block;
	width:100%;
	height:404px;
	background-repeat:no-repeat;
	background-position:center top;
}

#slider-controls
{
	position:relative;
	width:1050px;
	margin:0 auto;
}

#slider-controls #slider-prev
{
	display:block;
	width:38px;
	height:38px;
	position:absolute;
	z-index:100;
	top:-202px;
	left:0;
}

#slider-controls #slider-next
{
	display:block;
	width:38px;
	height:38px;
	position:absolute;
	z-index:100;
	top:-202px;
	right:0;
}

#steps
{
	width:100%;
	height:90px;
	/*
	background-image:url(images/bg_steps.png);
	background-repeat:repeat;
	border-bottom:1px solid #e8e8e8;
	*/
	margin:-1px 0 0;
}

#steps div.wrap
{
	height:90px;
}

#steps .step-wrap
{
	position:relative;
	display:inline-block;
	vertical-align:top;
	border-top:4px solid #ae0c0e;
	margin:0 7px;
	height:121px;
}

#steps .step-wrap.first,#steps .step-wrap.last
{
	margin:0;
}

.ie8 #steps .step-wrap,.ie7 #steps .step-wrap
{
	zoom:1;
	display:inline;
}

#steps .step
{
	position:absolute;
	z-index:100;
	bottom:20px;
	display:block;
	vertical-align:top;
	text-align:center;
	text-decoration:none;
	padding:0 0 20px;
}

#steps .step:hover
{
	background-color:#ffffff;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
}

#steps .step .step-image
{
	display:none;
}

#steps .step:hover .step-image
{
	display:block;
	border-bottom:4px solid #ae0c0e;
}

#steps .step .step-state-wrap
{
	position:relative;
}

#steps .step:hover .step-state-wrap
{
	position:absolute;
	top:115px;
	left:50%;
	margin:0 0 0 -32px;
}

#steps .step .step-number
{
	position: absolute;
	left: 50%;
	font-size: 23px;
	color: #ffffff;
	font-weight: 600;
	margin: 0 0 0 -12px;
	top: 30px;
}

#steps .step img.step-state
{
	margin:0 0 0 -16px;
}

#steps .step .step-content
{
	display:none;
}

#steps .step:hover .step-content
{
	display:block;
	text-align:center;
	color:#626262;
	font-size:15px;
	padding:50px 15px 30px;
}

#steps .step .step-button
{
	display:none;
}

#steps .step:hover .step-button
{
	display:block;
	margin:0 0 25px 0;
}

#steps .step .step-button a,#steps .step .gform_wrapper input[type="submit"]
{
	display:block;
	margin:0 auto;
	width:132px !important;
	height:40px;
	background:transparent;
	background-color:#c22526;
	color:#ffffff;
	font-size:13px;
	line-height:40px;
	text-decoration:none;
	text-transform:uppercase;
	border:none;
}

#steps .step .gform_wrapper input[type="submit"]
{
	margin:21px auto -5px;
	font-weight:normal;
}

#steps .step .step-title
{
	display:block;
	text-transform:uppercase;
	color:#404040;
	font-size:23px;
	font-weight:800;
}

#steps .step:hover .step-title
{
	color:#d70f12;
}

#steps .step .step-tagline
{
	display:block;
	text-transform:uppercase;
	color:#686868;
	font-size:15px;
}

#video-widgets
{
	background-image:url(images/bg_video_widgets.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	border-bottom:1px solid #e8e8e8;
}

#video-widgets div.wrap
{
	text-align:center;
}

#video-wrap
{
	display:inline-block;
	vertical-align:top;
	margin:25px 0 0;
	text-align:left;
}

#video-player
{
	display:block;
	width:570px;
	height:327px;
	background-image:url(images/bg_video.jpg);
	background-repeat:no-repeat;
	padding:35px 40px 44px 36px;
}

#video-slider
{
	list-style-type:none;
	padding:0;
	margin:0;
}

#video-slider li
{
	width:571px;
	height:327px;
}

#video-pager
{
	display:block;
	text-align:center;
}

#video-pager a
{
	display:inline-block;
	vertical-align:top;
	width:10px;
	height:10px;
	border-radius:10px;
	text-indent:-10000px;
	background-color:#323232;
	margin:5px 2px 0;
}

.ie8 #video-pager a,.ie7 #video-pager a
{
	zoom:1;
	display:inline;
}

#video-pager a.activeSlide
{
	background-color:#b91f1f;
}

#home-sidebar-right
{
	display:inline-block;
	vertical-align:top;
	width:315px;
	padding:0 0 10px;
	text-align:left;
}

.ie8 #home-sidebar-right,.ie7 #home-sidebar-right
{
	zoom:1;
	display:inline;
}

#home-sidebar-left
{
	display:block;
	width:990px;
	margin:0 auto;
}

#home-sidebar-middle
{
	display:block;
	width:990px;
	margin:16px auto 25px;
}

#home-sidebar-right
{
	margin:22px 0 0 16px;
}

#home-sidebar-right div.widget
{
	margin:0 0 16px;
}

#home-sidebar-left div.widget,#home-sidebar-middle div.widget
{
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 16px;
	width:315px;
	text-align:left;
}

#home-sidebar-left div.widget:first-child,#home-sidebar-middle div.widget:first-child
{
	margin:0;
}

.ie8 #home-sidebar-left div.widget,.ie7 #home-sidebar-left div.widget,.ie8 #home-sidebar-middle div.widget,.ie7 #home-sidebar-middle div.widget
{
	zoom:1;
	display:inline;
}

.widget_wisgop_image_widget a.image-widget
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.widget_wisgop_image_widget a.image-widget:hover
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.page-template-page-home-php .widget-post
{
	padding: 10px 15px 0;
	min-height: 300px;
	height:auto;
	position:relative;
}

.page-template-page-home-php .widget_wisgop_recent_widget .widget-title,
.page-template-page-home-php .simple_tweet_widget .widget-title,
{
   padding: 10px 0;
   margin: 10px;
}

.page-template-page-home-php .widget_wisgop_recent_widget .widget-title h4,
.page-template-page-home-php .simple_tweet_widget .widget-title h4
{
	background-color: #ffffff;
	font-size: 16px;
	color: #616161;
	font-weight: 800;
	text-transform: uppercase;
	padding: 16px 10px;
	margin: 0;
	border-top: 10px solid #7f0305;
	border-bottom: 10px solid #7f0305;
}

.page-template-page-home-php .widget-post .widget-post-header
{
	background:transparent;
	background-color:#ffffff;
}

.page-template-page-home-php .widget-post .widget-post-header .widget-post-title
{
	background-color:#ffffff;
}



.page-template-page-home-php .widget-post .widget-post-header .widget-post-title a
{
	font-size: 14px;
	color: #616161;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
}

.page-template-page-home-php .widget-post .widget-post-header .widget-post-date
{
	background-color:#ffffff;
	color:#c01818;
	text-transform:uppercase;
	padding:3px 0 5px;
}

.page-template-page-home-php .widget-post .widget-post-content
{
	color:#555555;
	font-size:12px;
	font-weight:400;
	line-height:24px;
	margin:5px 0 0;
}

.page-template-page-home-php .widget-post .widget-post-content .read-more
{
	display:block;
	text-align:center;
	background-image:url(images/bg_readmore.png);
	background-repeat:repeat-x;
	margin:10px 0 0 195px;
	width:88px;
	height:30px;
	border:1px solid #e7e7e7;
	color:#9a9a9a;
	font-size:10px;
	line-height:30px;
	text-transform:uppercase;
	font-stretch:normal;
}

.page-template-page-home-php .widget-post .widget-post-content .read-more:hover
{
	background-image:url(images/bg_readmore_hover.png);
}

.page-template-page-home-php .widget-post .widget-post-content .read-more span
{
	display:none;
}

.page-template-page-home-php .widget-post-filed
{
	position:absolute;
	bottom:15px;
	left:15px;
	font-size:10px;
	color:#434343;
}

.page-template-page-home-php .widget-post-filed img
{
	vertical-align:middle;
	margin:0 5px 0 0;
}

.page-template-page-home-php .widget-post-filed a
{
	color:#e32734;
	text-decoration:none;
}

.page-template-page-home-php .widget-post-filed .tags
{
	display:none;
}

.page-template-page-home-php .widget_wisgop_twitter_widget .twitter-wrap
{
	background-color: #ffffff;
	padding: 10px 15px;
	border-bottom: 3px solid #D9D9DA;
	height: 370px;
	position: relative;
	-webkit-box-shadow: 0px -3px 23px -3px rgba(0,0,0,0.15);
	box-shadow: 0px -3px 23px -3px rgba(0,0,0,0.15);
}

.page-template-page-home-php .widget_wisgop_twitter_widget .widget-header
{
	background-image:url(images/bg_title.png);
	background-repeat:repeat;
	padding:10px 0;
}

.page-template-page-home-php .simple_tweet_widget .widgettitle{display:none;}

.page-template-page-home-php .simple_tweet_widget .widget-title .widgettitle{display:block;}

.page-template-page-home-php .widget_wisgop_twitter_widget .widget-header .widget-title,
.page-template-page-home-php .simple_tweet_widget .widget-header .widget-title
{
	background-color:#ffffff;
	font-size: 16px;
	color: #616161;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	line-height:44px;
	text-transform:uppercase;
	line-height:22px;
}

.page-template-page-home-php .widget_wisgop_twitter_widget .widget-header .widget-title .twitter-follow-button,.page-template-page-home-php .simple_tweet_widget .widget-header .widget-title .twitter-follow-button
{
	float:right;
	margin:8px;
}

.page-template-page-home-php #twitter-feed
{
	list-style-type:none;
	padding:0 15px;
	margin: 15px 0 0;
	color: #555555;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
}

.page-template-page-home-php #twitter-feed li
{
	display:block;
	margin:0 0 4px;
}

.page-template-page-home-php #twitter-feed li img
{
	float:left;
}

.page-template-page-home-php #twitter-feed li a
{
	text-decoration:none;
	color:#c01818;
}

.page-template-page-home-php #twitter-feed li p
{
	margin:0 0 0 80px;
}

.page-template-page-home-php #twitter-feed li p .tweet-header
{
	text-transform:uppercase;
	font-weight:600;
}

.page-template-page-home-php #twitter-feed li p .tweet-header .tweet-date
{
	float:right;
}

/* MAP */

#map
{
	width:705px;
	height:701px;
	background-image:url(images/map.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#map img
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
}

#map .county-tooltip
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}

#map .county-tooltip .county-name
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	font-size:19px;
	color:#7f0305;
	z-index: 10;
	line-height: 40px;
	text-align: center;
	width: 144px;
	text-transform: uppercase;
	font-weight: 600;
}

#map .county-tooltip img
{
	display:block;
}

#map a
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

#map #map-dropdown
{
	display:block;
	position:absolute;
	top:0;
	right:50px;
	left:auto;
	z-index:200;
	font-size:11px;
	color:#bababa;
	border:2px solid #ececec;
	border-radius:2px;
	width:163px;
	height:35px;
	line-height:35px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
}

#map #map-dropdown img
{
	display:inline;
	position:static;
	vertical-align:middle;
}

#map #map-dropdown-content
{
	display: none;
	background-color: #ececec;
	width: 590px;
	position:absolute;
	top: 39px;
	right: 50px;
	left: auto;
	z-index: 200;
}

#map #map-dropdown-content div.county-list-bundle
{
	display: inline-block;
	vertical-align: top;
	*zoom:1;
	*display:inline;
}

#map #map-dropdown-content div.county-list
{
	display: inline-block;
	vertical-align: top;
	*zoom:1;
	*display:inline;
	padding: 20px 15px 0;
}

#map #map-dropdown-content div.county-list-bundle div.county-list
{
	display:block;
}

#map #map-dropdown-content div.county-list .county-list-title
{
	color:#434343;
	font-weight:bold;
}

#map #map-dropdown-content div.county-list a
{
	display:block;
	position:static;
	color:434343;
	text-decoration:none;
}

/* FOOTER */

#footer
{
	text-align:center;
	background-color:#fcfcfc;
	border-top:1px solid #f6f6f6;
}

#footer #footer-links
{
	text-align:center;
	margin:20px 0;
}

#footer #footer-links div.widget
{
	display:inline-block;
	vertical-align:top;
	width:20%;
	text-align:left;
	border-left:1px solid #dadada;
	padding:0 0 0 5%;
}

.ie8 #footer #footer-links div.widget,.ie7 #footer #footer-links div.widget
{
	zoom:1;
	display:inline;
}

#footer #footer-links div.widget:first-child
{
	border:none;
	padding:0;
}

#footer #footer-links div.widget .widget-title
{
	font-size:12px;
	color:#292929;
	font-weight:600;
}

#footer #footer-links div.widget ul
{
	list-style-type:none;
	padding:0;
	margin:0;
}

#footer #footer-links div.widget ul li
{
	display:block;
	margin:4px 0;
}

#footer #footer-links div.widget ul li a
{
	color:#878080;
	font-size:12px;
	text-decoration:none;
}

#footer #footer-links div.widget ul li a:hover
{
	text-decoration:underline;
}

#footer #disclaimer
{
	display:inline-block;
	vertical-align:top;
	*zoom:1;
	*display:inline;
	border:1px solid #d1d1d1;
	font-size:12px;
	padding:8px 10px;
	text-transform:uppercase;
	color:#9d9d9d;
}

#footer #footer-text
{
	padding:10px;
	font-size:12px;
	color:#858585;
}

#footer #menu-footer
{
	display:inline-block;
	vertical-align:top;
	padding:0;
	margin:0;
	list-style-type:none;
}

.ie8 #footer #menu-footer,.ie7 #footer #menu-footer
{
	zoom:1;
	display:inline;
}

#footer #menu-footer li
{
	display:inline-block;
	vertical-align:top;
	font-size:12px;
}

#footer #menu-footer li.divider
{
	font-size:9px;
}

.ie8 #footer #menu-footer li,.ie7 #footer #menu-footer li
{
	zoom:1;
	display:inline;
}

#footer #menu-footer li a
{
	display:block;
	text-decoration:none;
	color:#858585;
	line-height: 32px;
}

#footer #credit,#footer #credit-divider
{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	color:#858585;
	font-size:12px;
	text-transform:uppercase;
	margin:0;
	padding: 0;
	line-height: 32px;
}

#footer #credit-divider
{
	font-size:9px;
	padding:0 10px;
}

.ie8 #footer #credit,.ie7 #footer #credit,.ie8 #footer #credit-divider,.ie7 #footer #credit-divider
{
	zoom:1;
	display:inline;
}

#footer #credit a
{
	color:#858585;
	text-decoration:none;
	font-weight:800;
}

#footer #credit a:hover
{
	color:#e66f3c;
}

#footer #social-icons
{
	position: absolute;
	right: 0;
	bottom: 0;
}

#footer #social-icons a
{
	margin:0 2px;
}

#footer .creds,#footer .gototop
{
	display:none;
}

/* END FOOTER */

/* HOME */

.page-template-page-home-php .alignleft,.page-template-page-home-php .alignright
{
	padding:0;
}

/* FB Popup */

#fb-share-popup
{
	position:fixed;
	left:50%;
	top:50%;
	margin:-158px 0 0 -287px;
	width:575px;
	height:auto;
	background: transparent;
	background-color:rgba(82,82,82,0.7);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2525252,endColorstr=#B2525252)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2525252,endColorstr=#B2525252);   /* IE6 & 7 */
	zoom: 1;
	padding:10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	*behavior: url(/wp-content/themes/wisgop/border-radius.htc);
	border-radius: 8px;
	color:#333;
	line-height:1;
	z-index:10000;
}

#fb-share-popup div.fb-popup-header
{
	background-color: #6d84b4;
	border: 1px solid #3b5998;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 5px;
	position:relative;
	height:5%;
}

#fb-share-popup div.fb-popup-header img
{
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
}

#fb-share-popup div.fb-popup-header a.fb-popup-close
{
	display:block;
	background-image:url(images/fb_popup_close.png);
	background-repeat:no-repeat;
	cursor: pointer;
	display: block;
	height: 15px;
	position: absolute;
	right: 6px;
	top: 6px;
	width: 15px;
}

#fb-share-popup div.fb-popup-container
{
	width:99.6%;
	height:91%;
	background-color:#ffffff;
	border-right:1px solid #555;
	border-left:1px solid #555;
	border-bottom:!px solid #555;
	position:relative;
}

#fb-share-popup div.fb-popup-container .fb-popup-content
{
	padding:10px 10px 55px;
}

#fb-share-popup div.fb-popup-container .fb-popup-footer
{
	width:100%;
	height:45px;
	background-color:#f2f2f2;
	border-top:1px solid #ccc;
	position:absolute;
	bottom:0;
	left:0;
}

#fb-share-popup div.fb-popup-container .fb-popup-footer .fb-popup-buttons
{
	position:absolute;
	right:10px;
	top:10px;
}

#fb-share-popup div.fb-popup-container .fb-popup-footer .fb-popup-buttons a.fb-popup-share
{
	height:19px;
	font-size:13px;
	line-height:16px;
	background-color: #5b74a8;
	border:1px solid #999999;
	display:inline-block;
	vertical-align:top;
	*zoom:1;
	*display:inline;
	padding:2px 6px;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	margin:0 10px 0 0;
	letter-spacing:1px;
}

#fb-share-popup div.fb-popup-container .fb-popup-footer .fb-popup-buttons a.fb-popup-cancel
{
	height:19px;
	font-size:13px;
	line-height:16px;
	background-color: #eee;
	border:1px solid #999;
	display:inline-block;
	vertical-align:top;
	*zoom:1;
	*display:inline;
	font-weight:bold;
	padding:2px 6px;
	text-align:center;
	color:#333333;
	text-decoration:none;
	letter-spacing:1px;
}

#fb-share-popup div.fb-popup-container img.share-image
{
	display:block;
	width:50%;
	height:auto;
	margin:0 auto;
}

/* END FB Popup */

/* PIRYX */
#piryx-donation-form h2 {
font-size: 18px;
line-height: 26px;
font-weight: bold;
font-family: Arial, Helvetica, Tahoma, sans-serif;
border-bottom: 1px solid #CCC;
margin-bottom: 20px;
padding-bottom: 5px;
}
#piryx-donation-form li {font-size: 13px;}
#piryx-donation-form #amount {padding-top: 0px;}
#piryx-donation-form #amount ul span.amount {font-size: 14px;}
#piryx-donation-form ul {
list-style-type: none;
margin: 10px;
margin-left: 0px;
padding-left: 0px;
}

#piryx-donation-form .entry-content ul li {margin:0px;}

#piryx-donation-form #amount li *
{
	float:none;
	vertical-align:middle;
}

#piryx-donation-form #amount ul {
width:98%;
color: #7B7B7B;
font-size: 12px;
margin: 10px 0;
border: 1px solid #D4D4D4;
padding: 10px 10px;
overflow: hidden;
border-image: initial;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background: #fafafa;
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}
#piryx-donation-form #amount ul li {
background-color: #D5D5D5;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear,left top,left bottom,from(#fefefe),to(#d5d5d5));
background-image: -moz-linear-gradient(#fefefe,#d5d5d5);
background-image: -ms-linear-gradient(#fefefe,#d5d5d5);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fefefe),color-stop(100%,#d5d5d5));
background-image: -webkit-linear-gradient(#fefefe,#d5d5d5);
background-image: -o-linear-gradient(#fefefe,#d5d5d5);
background-image: linear-gradient(#fefefe,#d5d5d5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#d5d5d5',GradientType=0);
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
border: 1px solid #B2B2B2;
color: #222;
display: block;
float: left;
height: 18px;
line-height: 18px;
min-width: 100px;
padding: 8px 5px 8px 5px !important;
text-align: center;
text-shadow: 0 1px 0 white;
width: auto;
border-image: initial;
margin: 6px;
}
#piryx-donation-form input#amount-25,#piryx-donation-form input#amount-50,#piryx-donation-form input#amount-100,#piryx-donation-form input#amount-250,#piryx-donation-form input#amount-500,#piryx-donation-form input#amount-1000,#piryx-donation-form input#amount-2500 {width: 20px;margin: 3px 0 0 -10px;}
#piryx-donation-form li.clear {display:none;}
#piryx-donation-form #amount input {
float: none;
position: relative;
top: 0;
margin: 2px 0 0 0;
height:20px !important;
}
#piryx-donation-form #amount ul .other #customAmount {
position: relative;
top: 0;
left: 0;
float: none;
margin: 0 0 0 0;
width: 60px !important;
height: 17px;
}
#piryx-donation-form div#payment-information {}
#piryx-donation-form li.card-number {
	width: 210px;
	margin: 0 0 !important;
	padding: 0 20px 0 0 !important;
	display: inline-block;
}
#piryx-donation-form input#CardNumber {width: 100%;}
#piryx-donation-form li.cvv2 {
width: 50px;
padding: 0 0 !important;
margin: 0 0 !important;
}
#piryx-donation-form input#cardCVV2 {width: 100%;}
#piryx-donation-form li.cvv2 br {display:none;}
#piryx-donation-form li.expiration {
width: 175px;
padding: 0 0;
display: inline-block;
margin: 0 0 0 0 !important;
padding: 0 0 0 30px !important;
}
#piryx-donation-form li.expiration strong {font-weight: normal;}
#piryx-donation-form div.month {padding-top: 4px; padding-right: 10px;}
#piryx-donation-form div.year {padding-top: 4px;}
#piryx-donation-form div.month label {display:none;}
#piryx-donation-form div.year label {display:none;}
#piryx-donation-form #echeck-info .help, #cc-info {
float: left;
padding-bottom: 20px;
display: block;
width: 100%;
}

#piryx-donation-form div.card-type-wrapper
{
	float: left;
	margin: 35px 0 0;
}

#piryx-donation-form li.first-name, #piryx-donation-form li.address1{
	width: 245px;
	padding: 0 0 0 0 !important;
	margin: 0 20px 0 0 !important;
}
#piryx-donation-form input#firstName {width: 100%}
#piryx-donation-form li.last-name {
	width: 245px;
	padding: 0 0 !important;
	margin: 0 0 !important;
}
#piryx-donation-form input#lastName {width: 100%}
#piryx-donation-form li.email {width: 53%;}
#piryx-donation-form input#email {width: 100%}
#piryx-donation-form li.address1 {width: 53%;}
#piryx-donation-form input#address1 {width: 100%}
#piryx-donation-form li.address2 {width: 53%;}
#piryx-donation-form input#address2 {width: 100%}
#piryx-donation-form li.city {padding-right: 5px !important;}
#piryx-donation-form input#city {width: 168px;}
#piryx-donation-form li.state {padding-right: 5px !important;}
#piryx-donation-form input#billingAddress1 {width: 100%}
#piryx-donation-form input#billingAddress2 {width: 100%}
#piryx-donation-form input#billingCity {width: 168px;}
#piryx-donation-form input#billingZip {width: 73px;}
#piryx-donation-form li.phone {
margin-right: 5px;
width: 148px;
}
#piryx-donation-form input#phone {width: 100%;}
#piryx-donation-form li.mobile-phone {
margin-right: 5px;
width: 148px;
}
#piryx-donation-form input#mobilePhone {width: 100%;}
#piryx-donation-form li.other {padding: 4px 3px 12px 5px !important;}
#piryx-donation-form li.clear {display: none !important;}
#piryx-donation-form span.req {display:none;}
#piryx-donation-form li.employer {
	width: 245px;
	padding: 0 0 0 0 !important;
	margin: 0 20px 0 0 !important;
}
#piryx-donation-form input#employer {width: 100%}
#piryx-donation-form li.occupation {
	width: 245px;
	padding: 0 0 !important;
	margin: 0 8px 0 0 !important;
}
#piryx-donation-form input#occupation {width: 100%}

#piryx-donation-form li.address1.employer-address {
	width: 245px;
	padding: 0 0 !important;
	margin: 0 20px 0 0 !important;
}
#piryx-donation-form li.address1.employer-address input {
	width: 100%;
}
#piryx-donation-form li.address2.employer-address-2 {
	width: 245px;
	padding: 0 0 !important;
	margin: 0 0 !important;
}
#piryx-donation-form li.address2.employer-address-2 input {
	width: 100%;
}


#piryx-donation-form select#expirationMonth,#piryx-donation-form select#expirationYear, #piryx-donation-form select#state, #piryx-donation-form select#billingState {height: 30px; color: #333;}
#piryx-donation-form li.state.employer-data select {height: 30px !important; color: #333;}
#piryx-donation-form select#expirationMonth {width: 80px;}
#piryx-donation-form select#expirationYear {width: 75px;}
#piryx-donation-form .buttons {
clear: both;
padding: 10px 0px 20px;
margin-left: 0px;
}
#piryx-donation-form .buttons button {height: auto;}
#piryx-donation-form div.error-message {
color: red;
font-weight: normal;
font-size: 11px;
}
#piryx-donation-form #elegibility-section.section {padding-top: 20px;}
#piryx-donation-form #elegibility-section.section .error-message {padding-top: 20px;}

/* PIRYX END */

/* MOBILE */

body.mobile
{
	min-width:0;
}

.mobile #header
{
	width:auto;
	height:auto;
}

.mobile div.wrap
{
	width:auto;
	margin:0;
	position:static;
}

.mobile #header h1
{
	display: block;
	width: auto;
	height: auto;
	text-align:center;
}

.mobile #header h1 img
{
}

.mobile #header #header-nav-wrap
{
	display:block;
	float:none;
	text-align:center;
}

.mobile #header #menu-navigation
{
	display:block;
	text-align:center;
}

.mobile #header #menu-navigation li
{
	margin:0;
	position:static;
	display:block;
	text-align:center;
	line-height:39px;
}

.mobile #header #menu-navigation li a
{
	font-size:18px;
}

.mobile #header #menu-navigation li ul.sub-menu
{
	display:block;
	position:static;
	width:auto;
	text-align:center;
}

.mobile #header #menu-navigation li ul.sub-menu li
{
	padding:2% 0;
}

.mobile a.button-donate
{
	display:block;
	margin:0;
	width:auto;
	height:39px;
	line-height:39px;
	font-size:18px;
}

.mobile #header #facebook-login
{
	position: static;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	width: auto;
	border-radius: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	top: auto;
	left: auto;
	font-size:18px;
	height: 39px;
	line-height: 39px;
	text-transform: uppercase;
}

.mobile #header #facebook-login a
{
	font-size:18px;
}

.mobile #slider
{
	width:auto;
	height:176px;
}

.mobile #slider a
{
	background-size:150%;
}

.mobile #slider-controls
{
	display:none;
}

.mobile #video-wrap
{
	text-align:center;
	display:block;
	width:auto;
	margin:0;
}

.mobile #video-player
{
	display:block;
	background-size:100%;
	padding:4.3% 4.9% 3.7% 4.4%;
	margin:0 auto;
	width:320px;
	height:183px;
}

.mobile #video-slider
{
	display:block;
	width:auto;
}

.mobile #video-slider li
{
	width:320px;
	height:183px;
}

.mobile #video-pager a
{
	width: 5px;
	height: 5px;
	border-radius: 5px;
}

.mobile #inner
{
	padding:0;
}

.mobile #content-sidebar-wrap
{
	width:auto;
}

.mobile #content
{
	display:block;
	width: 95.5%;
	height:auto;
	min-height: 0;
	padding: 0 2%;
}

.mobile #content img
{
	max-width:100%;
	height:auto;
}

.mobile #list-items .list-item
{
	width:auto;
}

.mobile #steps
{
	width:100%;
	height:auto;
	background-image:url(images/bg_steps.png);
	background-repeat:repeat;
	border-bottom:1px solid #e8e8e8;
}

.mobile #steps div.wrap
{
	height:auto;
}

.mobile #steps .step-wrap
{
	display:block;
	border-top:none;
	margin:0 !important;
	height:auto;
	width:100% !important;
}

.mobile #steps .step,.mobile #steps .step:hover
{
	position:static;
	display:block;
	text-align:center;
	text-decoration:none;
	padding:0;
	width:100% !important;
	background-color:#ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom:1px solid #ffffff;
	overflow:hidden;
}

.mobile #steps .step .step-image,.mobile #steps .step:hover .step-image
{
	display:none;
	border-bottom:4px solid #ae0c0e;
	width:100%;
	height:100%;
}

.mobile #steps .step .step-state-wrap,.mobile #steps .step:hover .step-state-wrap
{
	display:none;
	position:relative;
	top:-65px;
	left:auto;
	margin:0;
}

.mobile #steps .step .step-number
{
	position: absolute;
	left: 50%;
	font-size: 23px;
	color: #ffffff;
	font-weight: 600;
	margin: 0 0 0 -12px;
	top: 30px;
}

.mobile #steps .step img.step-state
{
	margin:0 0 0 -16px;
}

.mobile #steps .step .step-content,.mobile #steps .step:hover .step-content
{
	display:none;
	text-align:center;
	color:#626262;
	font-size:140%;
	padding:0 0 8% 0;
	margin:-10% 0 0;

}

.mobile #steps .step .step-button,.mobile #steps .step:hover .step-button
{
	display:none;
	margin:0 0 25px 0;
}

.mobile #steps .step .gform_wrapper input[type="text"]
{
	width: 90% !important;
}

.mobile #steps .step .step-button a,#steps .step .gform_wrapper input[type="submit"]
{
	display:block;
	margin:0 auto;
	width:35% !important;
	height:40px;
	background:transparent;
	background-color:#c22526;
	color:#ffffff;
	font-size:13px;
	line-height:40px;
	text-decoration:none;
	text-transform:uppercase;
	border:none;
}

.mobile #steps .step .gform_wrapper input[type="submit"]
{
	margin:21px auto -5px;
	font-weight:normal;
}

.mobile #steps .step .step-title,.mobile #steps .step:hover .step-title
{
	display:block;
	background-color:#ae0c0e;
	text-transform:uppercase;
	color:#ffffff;
	font-size:30px;
	font-weight:800;
	padding:3% 0 0;
	cursor:pointer;
}

.mobile #steps .step .step-tagline
{
	display:block;
	background-color:#ae0c0e;
	text-transform:uppercase;
	color:#ffffff;
	font-size:20px;
	padding:0 0 3%;
	cursor:pointer;
}

.mobile #home-sidebar-right
{
	margin:5% 0 0;
}

.mobile #home-sidebar-right,.mobile #home-sidebar-left,.mobile #home-sidebar-middle
{
	width:100%;
	text-align:center;
}

.mobile #home-sidebar-right div.widget,.mobile #home-sidebar-left div.widget
{
	display:inline-block;
	vertical-align:top;
	margin:0 0 16px;
}

.ie8 .mobile #home-sidebar-right div.widget,.ie8 .mobile #home-sidebar-left div.widget,.ie7 .mobile #home-sidebar-right div.widget,.ie7 .mobile #home-sidebar-left div.widget
{
	*zoom:1;
	display:inline;
}

.mobile #home-sidebar-middle div.widget
{
	display:block;
	width:100%;
	height:auto;
	margin:0;
}

.mobile #sidebar
{
	width:auto;
	display:block;
	margin:0;
}

.mobile #social-icons
{
	display:none;
}

.mobile #footer
{

}

.mobile #footer #footer-links div.widget
{
	display:block;
	width:auto;
	border:none;
	padding:0;
}

.mobile #footer #footer-links div.widget h4
{
	display: block;
	height:39px;
	line-height: 39px;
	padding: 0 0 0 5%;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	border-bottom: 1px solid #e1e1e1;
	background-color: #ffffff;
}

.mobile #footer #footer-links div.widget ul
{
	background-color:#f0f0f0;
}

.mobile #footer #footer-links div.widget ul li
{
	display: block;
	border-bottom: 1px solid #e1e1e1;
	line-height: 39px;
	font-size: 18px;
	padding: 0 2% 0 5%;
	margin:0;
	text-transform: uppercase;
}

.mobile #footer #footer-links div.widget ul li a
{
	font-size:18px;
}

.mobile #footer #disclaimer
{
	display:block;
	margin:0 10%;
	line-height:2;
}

.mobile #footer #footer-text
{
	display:block;
	margin:0 4%;
}

.mobile #footer #credit-divider
{
	display:none;
}

.mobile #footer #credit
{
	display:block;
}

/* HI-RES MOBILE */

body.mobile.hires
{
	font-size:30px;
}

.mobile.hires #header #menu-navigation li
{
	margin:0;
	position:static;
	display:block;
	text-align:center;
	line-height:85px;
}

.mobile.hires #header #menu-navigation li a
{
	font-size:30px;
}

.mobile.hires #header #menu-navigation li ul.sub-menu li
{
	padding:2% 0;
}

.mobile.hires a.button-donate
{
	display:block;
	margin:0;
	width:auto;
	height:85px !important;
	line-height:85px !important;
	font-size:30px !important;
}

.mobile.hires #header #facebook-login
{
	position: static;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	width: auto;
	border-radius: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	top: auto;
	left: auto;
	font-size:30px !important;
	height: 85px !important;
	line-height: 85px !important;
	text-transform: uppercase;
}

.mobile.hires #header #facebook-login a
{
	font-size:30px !important;
}

.mobile.hires.page-template-page-home-php .widget_wisgop_recent_widget .widget-title h4
{
	font-size:120%;
}

.mobile.hires.page-template-page-home-php .widget-post .widget-post-header .widget-post-title a
{
	font-size:100%;
}

.mobile.hires.page-template-page-home-php #content .widget-post .widget-post-content .read-more
{
	width:15%;
	margin:2% 0 0 80%;
}

.mobile.hires.page-template-page-home-php .widget-post
{
	height:auto;
}

.mobile.hires.page-template-page-home-php .widget-post .widget-post-content
{
	font-size:80%;
	line-height:1.5;
}

.mobile.hires.page-template-page-home-php .widget-post-filed
{
	position:static;
	text-align:left;
	font-size:50%;
	margin:2% 0;
}

.mobile.hires #content .entry-content
{
	font-size:30px !important;
}

.mobile.hires #content .entry-title
{
	font-size:40px;
}

.mobile.hires #slider
{
	width:auto;
	height:404px;
}

.mobile.hires #video-player
{
	display:block;
	background-size:100%;
	padding:4.3% 4.9% 3.3% 4.4%;
	margin:0 auto;
	width:571px;
	height:327px;
}

.mobile.hires #video-slider li
{
	width:571px;
	height:327px;
}

.mobile.hires.page-template-page-home-php .widget_wisgop_twitter_widget .twitter-wrap
{
	height:auto;
}

.mobile.hires .widget_wisgop_twitter_widget .widget-header .widget-title,.mobile.hires #sidebar h4
{
	font-size:120%;
	line-height:220%;
}

.mobile.hires.page-template-page-home-php #twitter-feed li p .tweet-header .tweet-date
{
	font-size:150%;
}

.mobile.hires .widget_wisgop_twitter_widget .widget-header .widget-title .twitter-follow-button
{
	margin:3.5%;
}

.mobile.hires #twitter-feed
{
	font-size:18px;
}

.mobile.hires #footer #footer-links div.widget h4
{
	display: block;
	height:auto !important;
	line-height: normal !important;
	padding: 2% 0 2% 5%;
	font-size: 250% !important;
	text-transform: uppercase;
	margin: 0;
	border-bottom: 1px solid #e1e1e1;
	background-color: #ffffff;
}

.mobile.hires #footer #footer-links div.widget ul li
{
	display: block;
	border-bottom: 1px solid #e1e1e1;
	line-height: 85px;
	font-size: 30px;
	padding: 0 2% 0 5%;
	margin:0;
	text-transform: uppercase;
}


.page-template-page-home-php #twitter-feed li {
	margin: 0 0 14px;
}

.hfeed #list-items .list-item-title {
	width: 87%;
}

.hfeed #list-items .list-item {
	width: auto;
}

iframe[name='google_conversion_frame'] {
	height: 0 !important;
	width: 0 !important;
	line-height: 0 !important;
	font-size: 0 !important;
	margin-top: -20px;
	float: left;
}

.mobile.hires #footer #footer-links div.widget ul li a {
	font-size: 30px;
}

.stand-with_wrapper .checkbox {
	padding-bottom: 80px !important;
	font-size: 20px !important;
}

.stand-with_wrapper .gform_footer {
	margin-top: 150px !important;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

@media only screen and (max-width: 767px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}
