/*
	...themes/downsizer/style.css
	 v07a 2018-11-09 6:00 AM - not the same as dev.
	 dev site has more elements that Randy added
*/
html
{
	margin: 0;
	padding: 0;
}
body
{
	background: #fff;
	margin: 0;
}
body, input, textarea
{
	color: #222;
	font-family: Arial, sans-serif;
	line-height: 1.5;
	font-size: 124%;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	clear: both;
}
hr
{
	background-color: #999;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
pre
{
	font: 11px Monaco, monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
code
{
	font: 11px Monaco, monospace;
}
p
{
	margin: 4px 0 12px 0;
}
a
{
	color: #0a77e6;
}
a:hover
{
	color: #065c88;
}
a:visited
{
	color: #8b46d1;
}

/*** PAGE LAYOUT ***/

/* Styles that affect the entire layout of the page */
div#container
{
	margin: 4px 4px 4px 4px;
}
div#content
{

}


/*** HEADER : MENU ***/

/* To see a menu in your header, you'll need to first add one in WordPress Admin */
.menu ul
{
	list-style: none;
	margin: 0;
}
.menu ul ul
{
	display: none;
}
.menu li
{
	display: inline;
	float: left;
	padding: 0 8px 0 4px;
}
.menu-item
{

}
.menu-item a
{
	font-size: 30px;
	text-decoration: none;
	color: #3eaf00;
}
.menu-item a:hover
{
	color: #5d8a05;
}

/*** HEADER : OTHER ***/


/*** CONTENT : POSTS AND PAGES ***/

/* Entry and Page Titles */
h1.entry-title
{
	color: #008000;
}
h2.entry-title
{

}
h2.entry-title a
{

}
h1.page-title
{
	color: #008000;
}

/* Media Alignment */
.alignright
{
	/* Style for right-aligned images in posts */
	padding: 8px 0 8px 8px;
	float: right;
}
.alignleft
{
	/* Style for left-aligned images in posts */
	padding: 8px 8px 8px 0;
	float: left;
}

/* Entry Content */
.entry-content
{
	/* Style that affects actual entry/post content */
}
.entry-content a
{

}
.entry-content a:hover
{

}
.entry-content h1, h2, h3, h4, h5
{

}
.entry-content ol {
	margin-top: 1.5em;
	margin-bottom: 1.4em;

}
.entry-content ol li
{
	font-size: 1.4em;
	margin-bottom: 0.3em;
}
.entry-content ul {
	margin-top: 1.5em;
	margin-bottom: 1.4em;

}
.entry-content ul li
{
	font-size: 1.4em;
	margin-bottom: 0.3em;
}
.entry-utility
{
	/* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
}
.entry-meta
{
	/* Style for the entry metadata (author, etc.) */
}
.skip-link
{
	/* Style for the skip link */
	/*position: absolute;
	left: -9000px;*/
}
.navigation
{
	/* Style for the navigation links (next/previous post) on a given post */
}

/*** CONTENT : COMMENTS ***/
div#comments
{
	/* Style that affects the DIV containing all the comments */
}
.comments h3
{
	/* H3 header style for comments */
}
.comments ol
{
	/* Comments are displayed as ordered lists by default, so you want to style that list so it looks the way you want */
}
.comments ol li
{
	/* Style each list item in the comments ordered list */
}
.comments img
{
	/* Style for the user avatar beside each comment */
	float: left;
	margin: 0 12px 8px 0;
}
.comments .comment
{
	/* Style that applies to each individual comment in a series of comments */
}
.children ul li
{
	/* A style that refers to the children (as in, responses to) any given comment */
}
.comment-reply-link
{
	/* Style for the "Reply" link on a comment */
}
.comment-meta
{
	/* Style for metadata for a comment */
}
div#respond
{
	/* DIV that contains the comment response form */
}
div#respond h3
{
	/* H3 header for the comment response form */
}

/*** CONTENT : SIDEBAR ***/
div#primary
{
	/* Primary Widget Area DIV */
}
div#secondary
{
	/* Secondary Widget Area DIV */
}
.widget-area
{
	/* Class that applies to BOTH widget areas */
}
.xoxo
{
	/* Class that applies to each item in each widget area (an unordered list class) */
}


/*** FOOTER ***/
div#footer
{
	float: left;
	clear: both;
}


/*** YOUR CSS ***/

/*********************************************
** ISSUE PAGES
*********************************************/
.issue-label h1 {
	font-size: 30px;
	margin: 32px 0;
}
.issue-label h1 div {
	font-size: 30px;
}
.issue-image {
	margin: 0 -30px;
	height: 245px;
}
.issue-image img {
	width: 100%;
	height: 245px;
}
.issue-description {
	font-size: 12px;
	line-height: 1.35;
}
.layout7 .issue-position,
.layout8 .issue-position {
	width: 300px;
	padding: 20px;
	background: #f0f0f0;
	border-top: 2px solid #666;
	float: right;
	margin: 0 0 10px 10px;
	position: relative;
}
.layout7 .issue-position:after,
.layout8 .issue-position:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-width: 16px 16px 0 0;
	border-style: solid;
	border-color: #e6e6e6 #fff;
}
.issue-position-inflow {
	background: #f0f0f0;
	border-top: 2px solid #666;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin: 10px 0;
}
.issue-position-inflow:before {
	content: "";
	position: absolute;
	bottom: 10px;
	right: 30px;
	border-width: 16px 16px 0 0;
	border-style: solid;
	border-color: #e6e6e6 #fff;
}
.layout7 .issue-stream ul.listing li,
.layout8 .issue-stream ul.listing li,
.layout9 .issue-stream ul.listing li,
.layout7 .issue-stream ol.listing li,
.layout8 .issue-stream ol.listing li,
.layout9 .issue-stream ol.listing li {
	margin: 0;
}
.layout7 .issue-pull-quote {
	background: #f0f0f0;
	border-top: 2px solid #666;
	padding: 15px 25px 15px 15px;
	font-size: 20px;
	font-weight: bold;
	color: #888;
	margin: 10px 0;
	position: relative;
}
.layout7 .issue-pull-quote p {
	font-size: 20px;
}
.layout7 .issue-pull-quote:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-width: 16px 16px 0 0;
	border-style: solid;
	border-color: #e6e6e6 #fff;
}
.layout7,
.layout8,
.layout9 {
	color: #333;
}
.layout7 div,
.layout8 div,
.layout9 div {
	font-size: 12px;
	line-height: 1.35;
}
.layout7 ol,
.layout8 ol,
.layout9 ol {
	margin-left: 0;
}
.layout7 ul li,
.layout8 ul li,
.layout9 ul li {
	font-size: 12px;
	line-height: 1.35;
	margin: 0 0 5px 10px;
}
.layout7 ol li,
.layout8 ol li,
.layout9 ol li {
	font-size: 12px;
	line-height: 1.35;
	margin: 0 0 5px 10px;
}
.layout7 .sidebar ul li,
.layout8 .sidebar ul li,
.layout9 .sidebar ul li {
	font-size: 12px;
	line-height: 1.35;
	margin: 0 0 5px 0;
}
.layout7 .sidebar ol li,
.layout8 .sidebar ol li,
.layout9 .sidebar ol li {
	font-size: 12px;
	line-height: 1.35;
	margin: 0 0 5px 0;
}
.page-tag {
	background: #333;
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	width: 185px;
	position: absolute;
	top: 115px;
	left: 0;
	display: none;
}
.layout2 aside.wysiwyg .body,
.layout3 aside.wysiwyg .body,
.layout7 aside.wysiwyg .body,
.layout8 aside.wysiwyg .body,
.layout9 aside.wysiwyg .body {
	margin-top: 10px;
	margin-bottom: 10px;
}
.layout2 aside.wysiwyg .body h1,
.layout3 aside.wysiwyg .body h1,
.layout7 aside.wysiwyg .body h1,
.layout8 aside.wysiwyg .body h1,
.layout9 aside.wysiwyg .body h1 {
	font-size: 30px;
	margin: 32px 0;
}
.layout2 aside.wysiwyg .body li,
.layout3 aside.wysiwyg .body li,
.layout7 aside.wysiwyg .body li,
.layout8 aside.wysiwyg .body li,
.layout9 aside.wysiwyg .body li {
	font-size: 12px;
	line-height: 1.35;
}
.sidebar .module p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
.sidebar aside.list_engagements img {
	display: none;
}
.sidebar aside.list_engagements ul li {
	margin-left: 0;
}
.sidebar aside.list_engagements ul li .content-wrap {
	margin-left: 0;
}
/*********************************************
** Interior Sidebar
*********************************************/
#interiorSidebar .module-featured-engagements {
	border-bottom: 1px dashed #999;
	padding-bottom: 10px;
	margin: 0 0 20px 15px;
}
#interiorSidebar .module-featured-engagements .pager-container {
	width: 100%;
}
#interiorSidebar .module-featured-engagements .featured-image {
	display: none;
}
#interiorSidebar .module-featured-engagements .featured-image img {
	display: none;
}
#interiorSidebar .module-featured-engagements .featured-content {
	width: 100%;
}
#interiorSidebar .module-featured-engagements .featured-content hgroup h1 {
	font-size: 16px;
}
#interiorSidebar .module-featured-engagements .featured-content hgroup h2 {
	font-size: 13px;
	margin: 0;
}
#interiorSidebar .module-featured-engagements .featured-content p {
	margin: 0;
}
/*********************************************
** FOOTER
*********************************************/
.footer {
	padding-bottom: 25px;
}
ul.breadcrumbs {
	background: none;
	border: 0;
}
ul.navigation > li {
	float: left;
	list-style-type: none;
	border: 0;
}
ul.breadcrumbs li:before {
	content: "/";
	color: #aaa;
}
#page-footer {
	background: #177E5D;
	color: white;
	display: block;
	font-family: 'Roboto', sans-serif;
	padding: 20px 0;
}
#page-footer aside {
	color: #fff;
}
#page-footer aside h1 {
	color: #fff;
}
#page-footer aside h2 {
	color: #fff;
}
#page-footer aside .listing h2 a {
	color: #fff;
}
#page-footer aside .listing h2 a:hover {
	color: #CCC;
}
#page-footer aside .listing a h2 {
	color: #fff;
}
#page-footer aside .listing a p {
	color: #fff;
}
#page-footer aside .listing a:hover h2 {
	color: #CCC;
}
#page-footer .featured_story .quote {
	color: #666;
}
#page-footer .pager-container .pager li {
	background-color: #ccc;
	background-color: rgba(255, 255, 255, 0.5);
}
#page-footer .pager-container .pager li:hover {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.7);
}
#page-footer .pager-container .pager li.active {
	background-color: #555;
}
#page-footer a {
	color:white;
}
.bottom-bar {
	height: 45px;
	display: flex;
	background-color: #666666;
}
.bottom-contact {
	margin: auto;
	background-color: #666666;
	color: white;
	height: 100%;
	font-size: 16px;
	padding-top: .7em;
}
#page-footerMenu {
	margin-top: 0;
	display: flex; justify-content: space-between;
}
/*media query overrides*/
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 768px) and (max-width: 1024px) {

}
@media only screen and (max-width: 767px) {
	a.phone {
		color: #555;
	}
	a.phone:hover {
		color: #CCC;
		cursor: pointer;
	}
	.twelve .featured-image {
		float: none;
		height: auto;
	}
	.module-featured-engagements {
		padding-bottom: 10px;
		margin: 10px 0;
	}
	.module-featured-engagements .featured-image {
		float: none;
	}
	.module-featured-engagements .featured-content {
		float: none;
		width: 100%;
		height: auto;
	}
	.module-featured-engagements .featured-content p,
	.module-featured-engagements .featured-content h2 {
		margin: 0 0 0 20px;
	}
	.module-featured-engagements .featured-content a.button {
		margin: 20px 0 40px 0;
	}
	.module-featured-engagements .featured-items {
		margin: 0;
		background: #fff;
		position: relative;
		min-height: 200px;
	}
	.module-featured-engagements .featured-items:before {
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		border-radius: 0;
		box-shadow: none;
		content: '';
		position: absolute;
		z-index: -10;
	}
	.module-featured-engagements .featured-items:after {
		bottom: 0;
		left: 1%;
		width: 97%;
		height: 50px;
		border-radius: 0;
		box-shadow: none;
		content: ' ';
		position: absolute;
		z-index: -10;
	}
	.module-featured-engagements .pager-container {
		position: relative;
		bottom: 20px;
		right: 0;
		z-index: 1000;
	}
	.module-featured-engagements .pager {
		width: auto;
		margin: 0;
	}
	ul.navigation > li {
		float: none;
	}
	footer ul.navigation {
		float: none;
		max-width: 100%;
		padding: 0;
	}
	footer ul.navigation li {
		float: none;
	}
	footer ul.navigation li.first a {
		padding: 10px 20px;
	}
	footer .breadcrumbs li:before {
		content: '';
	}
}

.myActionButton {
	margin-top: 25px;
}

@media(min-width: 768px){
	.myActionButton {
		margin-top: 125px;
	}
}

.sliderBgdImg {
	/*height: 262px !important;*/
}

@media(min-width: 768px){
	.sliderBgdImg {
		/*height: 500px !important;*/
	}
}

/*** Newsletter stuff *******/
.newsletter--header {
	position: absolute;
	top: -30px;
	margin-left: 5%;
	font-size: 15px;
	color: #FFD700;
	letter-spacing: 5px;
	width: 90%;
	text-align: center;
	z-index: 9999;
}

@media(min-width: 768px){
	.newsletter--header {
		position: absolute;
		margin-left: 25%;
		letter-spacing: 5px;
		width: 50%;
	}
}

.newsletter-response, .newsletter-form{
	position: absolute;
	top: 0;
	margin-left: 5%;
	font-size: 23px;
	color: white;
	width: 90%;
}

@media(min-width: 768px){
	.newsletter-form {
		position: absolute;
		margin-left: 25%;
		font-size: 23px;
		color: white;
		width: 50%;
	}
}

.newsletter--background {
	height: 100%;
}

@media(min-width: 1164px){
	.newsletter--background {
		height: auto;
	}
}

.twelve.columns {
	margin-top:75px;
}

.twelve.columns.issue-twelve {
	margin-top: 0;
}

#image-left-side--scrim, #right-side-top--scrim, #right-bottom-left--scrim, #right-bottom-right--scrim {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px;
}

.image-left-side, .image-right-side {
	width: 49%;
}

@media only screen and (min-width: 1024px) {
	.image-left-side, .image-right-side {
		width: 49%;
	}

}

.mynav {
	z-index: 99999999 !important;
}

a {
	color: #6D9B6A;
}

a:visited {
	color: #6D9B6A;
}

.styled-select {
	background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
	height: 29px;
	overflow: hidden;
	width: 240px;
	margin-top: 10px;
}

.styled-select select {
	background: transparent;
	border: none;
	font-size: 14px;
	height: 29px;
	padding: 5px; /* If you add too much padding here, the options won't show in IE */
	width: 268px;
}

.styled-select.slate {
	background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;
	height: 34px;
	width: 240px;
	padding: 0 5px;
}

.styled-select.slate select {
	border: 1px solid #ccc;
	font-size: 16px;
	height: 34px;
	width: 268px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

#cc_exp_m {
	width: 80px;
}

#cc_exp_y {
	width: 100px;
}

.engage-form.container .column, .engage-form.container .columns {
	float: left;
	min-height: 1px;
	padding: 0 5px 0 0;
	position: relative;
}

.notfound-content, .issue-content {
	width: 100%;
	max-width: 900px;
	min-width: 360px;
	display: inline-block;
	margin: 0 0 0 0;
	overflow-x: hidden;
}

.issue-sidebar {
	width: 100%;
	max-width: 900px;
	min-width: 360px;
	display: inline-block;
	margin: auto;
	vertical-align: top;
}

.issue-sidebar--inner {
	margin-top: 10px;
	background-color: #ddd;
	padding: 15px;
}

@media only screen and (min-width: 1024px) {
	.issue-content {
		width: 50%;
	}

	.issue-sidebar {
		width: 46%;
		margin: 0 0 0;
	}
}

.engage-form {
	padding-left: 0;
	padding-right: 0;
}

p {
	font-size: 1.4em;
}

ul li {
	font-size: 1.4em;
}

.comment {
	font-size: inherit;
}

.image-row {
	display: flex;
	justify-content: space-between;
	height: 500px;
	flex-wrap: wrap;
}

.h1, h1 {
	font-size: 24px;
}

@media only screen and (min-width: 1024px) {
	.h1, h1 {
		font-size: 36px;
	}
}
.flashItem {
	border: solid thin grey;
	margin: 12px 0 0 0;
	padding:4px;
}
.flashItem h2 {
	font-size: 2.0em;
	font-weight:bold;
	margin:0;
	padding:0;
}
.flashItem p {
	margin:0;
	padding: 0;
	height:auto;
}
.flashItem a {
	margin:0;
	padding:0;
	height:auto;
}
.benFacebookTitle {
	color:red;
	font-weight:bold;
	font-size:93%;
}
.form3body {
	font-size:100%
}
.XrightSide {
	float:left;
	width:472px;
}
.introBlue {
	color:blue;
	padding:0.4em;
	font-size:100%;
}
#form1 {
	background-color: #ddd;
	min-height: 30em;
	padding:1em;
}
#Xform1 h2 {
	color:black;
	font-size: 1.8em;
	font-family: "arial narrow", arial, sans-serif;
	margin: 0.8em 0 0.8em 0;
}
#form1 label {
	font-weight: bold;
	padding:0;
	margin:0;
}
#ba2form1 textarea {
	width:100%;
	margin-bottom:1.0em;
}
#form1 textarea {
	width:100%;
	margin-bottom:1.0em;
}
#form1 input[type='text'].zip-code {
	width: 4em;
}
#ba2form1 input[type='text'].zip-code {
	width: 4em;
}
#ba2form1 table {
	width:100%;
}
#form1 table {
	width:100%;
}
#form1 p {
	margin:0;
	padding:0;
}
#form2 {
	background-color: #ddd;
	min-height: 30em;
	padding:1em;
}
#form2a {
	display:none;
	background-color: #ddd;
	min-height: 30em;
	padding:1em;
}
#ba2form2 {
	display:none;
	background-color: #ddd;
	min-height: 30em;
	padding:1em;
}
#form3 {
	background-color: #ddd;
	min-height: 30em;
	padding:1em;
}
#ba2form3 {
	display:none;
	background-color: #ddd;
	min-height: 30em;
	padding:1em;
}
#form4 {
	background-color: #ddd;
	min-height: 30em;
	padding:1em;
}
#ba2form4 {
	display:none;
	background-color: #ddd;
	min-height: 30em;
	padding:1em;
}
#form5 {
	background-color: #ddd;
	min-height: 30em;
	padding:1em;
}
#ba2form5 {
	display:none;
	background-color: #ddd;
	min-height: 30em;
	padding:1em;
}
#form6 {
	background-color: #ddd;
	min-height: 30em;
	padding:1em;
}
#ba2form6 {
	display:none;
	background-color: #ddd;
	min-height: 30em;
	padding:1em;
}
.bbissue-sidebar--inner {
	margin-top: 10px;
	background-color: #ddd;
	padding: 5px;
}
.bbDearRecipient {
	font-size:120%;
}
.optionLink a{
	text-decoration: underline;
	color:purple;
	font-size:100%;

}
.ba2topNote {
	background-color:cyan;
	font-size:100%;
	height: auto;
}
.ba2bottomNote {
	background-color:beige;
	font-size:100%;
	height: auto;
}
.ba2buttonLink button {
	background:none!important;
	color:inherit;
	border:none;
	padding:0!important;
	font: inherit;
	/*border is optional*/
	border-bottom:1px solid #444;
	cursor: pointer;
}
#ba2house0 {
	display: none;
}
#ba2house1 {
	display: none;
}
#ba2house2 {
	display: none;
}
#ba2senate0 {
	display: none;
}
#ba2senate1 {
	display: none;
}
.ba4labelWidth {
	width:8em;
	text-align:right;
}
.ba4selectHeight {
	color: #222;
	font-family: Arial, sans-serif;
	font-size: 124%;
	line-height: 2.0;
}
.ba5topNote {
	background-color: cyan;
}
#ba5view1msgTop {
	background-color:yellow;
}
#ba5view1 {
	display: block;
	font-size: 1.1em;
}
#ba5view1 div {
	font-size: 1.1em;
}
#ba5view1 textarea {
	width: 100%;
}
#ba5view1 ul {
	list-style: none;
	margin: 0;
	padding:0;
}
#ba5view1 li {
	margin: 0;
	padding: 0;
}
#ba5view1 li label {
	display: block;
	width: 100%;
	font-size:70%;
	text-align:left;
	padding:0;
	margin:0.5em 0 0 0;
}
#ba5view1 li input {
	line-height: 1.0;
	font-size:90%;
	width: 90%;
}
#ba5view1 li select {
	line-height: 1.2;
	font-size:85%;
	width: 90%;
}
#ba5view1badZipCode {
	display:none;
	color:red;
}
#ba5view1badEmail {
	display:none;
	color:red;
}
.ba5v1n1 {
	padding: 0.5em;
}
#ba5view2 {
	display: none;
	font-size: 1.1em;
}
#ba5view2 div {
	font-size: 1.1em;
}
#ba5view3 {
	display: none;
	font-size: 1.1em;
}
#ba5view3 div {
	font-size: 1.1em;
}
#ba5view3recipientList {
	display:none;
}
#ba5view4 {
	display: none;
	font-size: 1.1em;
}
#ba5view4 div {
	font-size: 1.1em;
}
#ba5view4contribute {
	text-align:center;
	border:outset;
	margin:1.0em 5.0em 1.0em 5.0em;
}
.ba5aGreen {
	color:green;
}
.ba5h3green {
	color:green;
	padding-bottom: 0.3em;
}
#a5setupError {
	color:red;
	border:solid red;
	font-size: 2.0em;
	padding:1.0em;
}
.ba5devNote {
	color:blue;
	font-size: 85%;
	text-align: center;
}
#ba5error1a {
	color:red;
	display:none;
}
#ba5house0 { display:none; }
#ba5house1 { display:none; }
#ba5house2 { display:none; }
#ba5house3 { display:none; }
#ba5senate0 { display:none; }
#ba5president0 { display:none; }
#ba5senate1 { display:none; }

#ba5view3houseText0 {
	display:none;
	margin: 0;
	font-size:1.0em;
	padding: 0 0 0 4em;
}
#ba5view3houseText1 {
	display:none;
	margin: 0;
	font-size:1.0em;
	padding: 0 0 0 4em;
}
#ba5view3houseText2 {
	display:none;
	margin: 0;
	font-size:1.0em;
	padding: 0 0 0 4em;
}
#ba5view3houseText3 {
	display:none;
	margin: 0;
	font-size:1.0em;
	padding: 0 0 0 4em;
}
#ba5view3presidentText0 {
	display:none;
	margin: 0;
	font-size:1.0em;
	padding: 0 0 0 4em;
}
#ba5view3senateText0 {
	display:none;
	margin: 0;
	font-size:1.0em;
	padding: 0 0 0 4em;
}
#ba5view3senateText1 {
	display:none;
	margin: 0;
	font-size:1.0em;
	padding: 0 0 0 4em;
}
#ba5view1wait {
	visibility:hidden;
	color: blue;
}
.ba5view3label {
	font-size:80%;
	background-color:  #ddd;
	margin: 1em 0 0 0;
}
#ba5view3fromText {
	margin: 0 0 0 4em;
}
#ba5view3subject {
	margin: 0 0 0 4.0em;
}
#ba5view3msgTop {
	margin: 1.0em 0 0 0.2em;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}
#ba5view3body {
	white-space: pre-wrap;
	height:auto;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
}
#ba5view3bodySpan {
	display: inline-block;
	padding:0;
	white-space: pre-wrap;
	text-align:left;
	width:26.0em;
	background-color: #ddd;
}
#ba5view3name {
	background-color: #ddd;
	margin-top:1.0em;
}
#ba5view3street1 {
	background-color: #ddd;
}
#ba5view3street2 {
	background-color:  #ddd;
}
#ba5view3cityStateZip {
	background-color:  #ddd;
}
#ba5view3phone {
	background-color:  #ddd;
}
#ba5view1space {
	background-color:  #ddd;
	height:1.0em;
}
#ba5view4recipients {
	margin: 0 0 0 4.0em;
}
#ba5setup {
	color:red;
	display: block;
	font-size:120%;
}
#ba5setup h1,h2,h3,h4,h5 {
	color:red;
}
#ba5setup ul {
	margin: 0;
	padding: 0;
}
#ba5setup li {
	color:black;
	font-size:100%;
	line-height:1.0;
}
#ba5setup label {
	color:red;
	font-size:100%;
}
#ba5setup span {
	color:blue;
	font-size:85%;
}
#ba5setupOk {
	display: none;
}
h1,h2,h3,h4,h5 {
	color:black;
}
#ba5control {
	display:none;
}
#ba5sendRecipientFlag {
	color: red;
	display:none;
}
#bd1actionBox {
	height:20em;
	background-color:gold;
	font-size:3em;
	text-align:center;
	border: solid black;
}
#ba5flashActionYes {
	display:none;
}
#ba5view5 {
	display: none;
	font-size: 1.1em;
}

#jb01view1 li select {
	line-height: 1.2;
	font-size:85%;
	width: 90%;
}
#jb01view1badZipCode {
	display:none;
	color:red;
}
#jb01view1badEmail {
	display:none;
	color:red;
}

/* @group Skeuomorphic Form */
div.nf-before-form-content  {
	margin: 0 -12px;
	padding: 6px 12px;
	background-color: white;
}
div.entry-content div.swp_social_panel {
	margin-top: 500px !important;
}
img.bannerA {
	margin-bottom: 30px;
	max-width: 654px;
	width: 100%;
}
.page-template-rg02-templage div.intro-text {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	max-width: 650px;
}
div#post-7663 div.intro-text {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	max-width: 650px;
}

div.nf-form-layout form {
	padding-right: 12px;
	padding-left: 12px;
}
.page-id-7516 div#content {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

div.skeuo-form {
	border-radius: 0 0 8px 8px;
	font-size: 12px;
	margin-top: 36px;
	margin-right: auto;
	position: relative;
	display: block;
	margin-left: auto;
}
img.skeuo-envelope {
	margin-bottom: -7px;
	margin-left: 0;
	margin-right: 0;
	display: block;
	width: 100%;
}
div.nf-form-cont {
	line-height: 170% !important;
	padding-top: 12px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.44);
	margin-bottom: -36px;
	max-width: 612px;
}
select.nf-element {
	padding-left: 6px!important;
	padding-top: 2px;
	border-radius: 4px!important;
	border-color: rgba(0, 0, 0, 0.49) !important;
	padding-bottom: 2px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.71);
}
div.intro-text h2 span {
	font: 20px Roboto;
	font-weight: 300;
	font-style: normal;
	color: #333;
}

.nf-form-title h3 {
	margin-top: -12px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 12px;
	color: white;
	background-color: #333;
	display: block;
	font-size: 14px;
}

.disclaimer .nf-field,
.explainer .nf-field {
	background-color: transparent;
	margin-right: auto;
	margin-left: auto;
	padding-right: 12px;
	padding-left: 12px;
}
.disclaimer,
.explainer {
	margin-left: -12px;
	margin-right: -12px;
	background-color: #e1e1e1;
	border-bottom-style: none!important;
}
.disclaimer .nf-field .field-wrap.html-wrap,
.explainer .nf-field .field-wrap.html-wrap {
	background-color: transparent;
	padding: 12px 0;
	float: left;
	height: auto;
}

.spacer {
	background-color: white;
	display: block;
}

.spacer label {
	display: none;
}


.spacer {
	background-color: white;
	border-bottom-style: none!important;
}

div#nf-field-61-wrap.field-wrap.html-wrap {
	border-bottom-style: none!important;
}

.explainer div.nf-field-label,
.disclaimer div.nf-field-label {
	display: none!important;
}

.field-wrap {
	padding: 6px 0;
	width: auto;
}
.field-wrap.phone-wrap.textbox-wrap div.nf-field-description {
	margin-right: 0;
	margin-left: 0;
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
	display: block;
}
.nf-error-required-error {
	padding-left: 12px;
	padding-right: 12px;
	background-color: white;
	float: left;
	display: block;
}
.textbox-wrap div.nf-field-description p {
	width: 100%;
	height: auto;
}
.textbox-wrap div.nf-field-description p span {
	text-align: center;
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	white-space: normal;
}
div.nf-field-element {
	width: auto;
	min-width: 110px;
}
.ninja-forms-field.nf-element {
	font-size: 14px;
	border-style: none;
	margin-bottom: 1px;
	padding: 0;
}
.nf-form-cont div.nf-form-layout div.nf-field-label {
	text-align: left;
	padding-left: 12px;
	margin-right: 6px;
	display: block;
	margin-left: 0;
	float: left;
}
.nf-form-cont  .label-left .nf-field-label{
	width: auto;
	white-space: nowrap;
}

div#nf-field-19-wrap.field-wrap.html-wrap {
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.email-body .field-wrap.textarea-wrap {
	min-height: 240px;
}

.email-body div.nf-field-label label {
	display: none;
}

.email-body .field-wrap.textarea-wrap div.nf-field-element {
	width: 100%;
}
div.nf-after-field  {
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	position: relative;
	margin: 0 -12px !important;
	width: 614px;
}
.textbox-wrap div.nf-field-description {
	margin-left: 12px;
	margin-right: auto;
	display: block;
	color: rgba(199, 0, 0, 0.74);
	text-align: center;
}

.nf-form-cont  div.nf-form-hp {
	display: none;
}
.email-body .ninja-forms-field.nf-element {
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	margin-left: 11px;
	width: 96%;
	display: block;
	margin-right: 11px;
	height: 225px;
	float: none;
	position: relative;
}
.nf-field {
	display: block;
	width: 100%;
	float: left;
}
.phone-congress div.nf-field {
	height: 60px;
}
.nf-field p {
	display: inline-block;
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 14px;
}

.field-wrap.submit-wrap.textbox-wrap {
	height: 70px;
	display: block;
	position: relative;
	top: 20px;
}
.field-wrap.textarea-wrap div.nf-field-description {
	margin: 0;
	background-color: white;
}

div#nf-form-errors-2.nf-form-errors {
	padding: 12px;
	background-color: white;
	margin-right: -12px;
	margin-left: -12px;
	text-align: center;
}

.envelope-sticky label,
div#nf-field-24-wrap.field-wrap.html-wrap div.nf-field-label label {
	display: none;
}
.envelope-sticky {
	margin-right: -12px;
	margin-left: -12px;
	margin-bottom: -12px;
}
div#nf-field-23-wrap.field-wrap.html-wrap {
	padding: 0;
	display: block;
}

.nf-form-cont  .envelope-sticky div.nf-field-element {
	float: left;
	display: block;
	position: relative;
	margin-left: 12px;
	margin-bottom: -8px;
	overflow: hidden;
}
div#nf-field-5-wrap.field-wrap.email-wrap div.nf-field-description {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}

.nf-field-container.label-left {
	margin: 0 -12px;
	border-bottom: 1px solid #4d4d4d;
}

.submit-btn.textbox-container {
	border-bottom-style: none;
}

article#post-10.post-10.page.type-page.status-publish.hentry div.entry-content h4 {
	color: #757575;
	line-height: 130%;
	padding: 0;
	margin-top: 20px;
	margin-right: 20px;
}

div.socialiconsrow {
	display: block;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}

div.socialiconsrow .socialicon {
	margin-right: 20px;
	margin-left: 20px;
}
/* this row corresponds to style-rg03.css row 1150 */
/* Success page */
.page-id-7603 a.btn {
	color: white;
	background-color: #168800;
	font-size: 30px;
}

.page-id-7603 a.btn:hover {
	background-color: #007cff;
}

.page-id-7603 div.entry-content h2 {
	font-size: 60px;
	color: #007dff;
	margin-bottom: 40px;
	margin-top: 40px;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {


	/* skeuomorphic form */
	.field-wrap {
		height: 41px;
	}
}
@media screen and (min-width: 30em) {

	/* skeuomorphic form */
	.field-wrap {
		height: 41px;
	}
	/*div#nf-form-2-cont.nf-form-cont {
        max-width: 409px;
    }*/

	.nf-form-cont select#nf-field-18.ninja-forms-field.nf-element {
		width: 200px !important;
	}


}
@media screen and (min-width: 48em) {

	/* skeuomorphic form */


	.field-wrap {
		height: 38px;
	}
	div#nf-form-2-cont.nf-form-cont {
		max-width: 614px;
	}
}

@media (max-width: 480px ) {

	div.skeuo-form {
		display: block;
		width: 100%;
	}

	.page-id-7598 div#content  {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	.page-id-7663 div#content  {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}

	.nf-form-cont {

		margin-bottom: -26px;
		margin-right: 9px;
		margin-left: 9px;
		max-width: 392px;
	}

	div.nf-after-field  {
		display: flex;
		padding-top: 0;
		padding-right: 12px;
		background-color: white;
		position: relative;
		margin: 0 !important;
		padding-left: 12px;
		width: 100%;
	}

	.nf-error-required-error {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.nf-form-cont select#nf-field-18.ninja-forms-field.nf-element {
		width: 200px !important;
	}
	.textbox-wrap div.nf-field-description p span {
		line-height: 160%;
		padding-top: 0;
		padding-bottom: 0;
		display: block;
		float: left;
		position: relative;
		font-size: 12px !important;
	}
	input#nf-field-16.ninja-forms-field.nf-element {
		width: 20px;
		float: none;
		display: block;
	}

	div.socialiconsrow {
		width: 157px;
	}

	div.socialiconsrow .socialicon {
		margin: 10px 0;
	}

}
.action_bar {
	margin: 1em 0 1em 1em;
	padding: 1px 0 1px 30px;
	background: yellow;
	color: black;
}
.action_bar .content {
	font-size:150%;
	line-height: 1em;
}
.action_bar a {
	font-weight: bold;
	color: black;
}
.action_bar a:visited {
	color: black;
}
.action_bar a:hover {
	color: black;
}
.action_bar span[data-icon] {
	font-size: 1.5em;
	position: relative;
	top: -4px;
	color: black;
	float: right;
	right: -35px;
}
.homePageButton {
	width: 39%;
	background-color: #177E5D;
	padding:10px;
	border: 0;
	color: #fff;
}
.right-lower-right-button, .right-lower-left-button {
	width: 80%;
	background-color: #177E5D;
	padding:10px;
	border: 0;
	color: #fff;
}

@media only screen and (min-width: 1024px) {
	.right-lower-right-button, .right-lower-left-button {
		width: 39%;
	}
}
#outage {
    display:none;
    /* display:block; */
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	max-width: 650px;
}
#outage h3 {
	color:red;
}
