html {
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	overflow-y: scroll;
	overflow-x: hidden;
}


.ubermenu-target {
   color: #ffffff;
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
}
/*nav {
    height: 110px;
    line-height: 110px;
}

nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
    height: 110px;s
    line-height: 110px;
}

nav .button-collapse i {
    height: 110px;
    line-height: 110px;
}

nav .brand-logo { 
    font-size: 1.6rem; 
}
nav .brand-logo img {
	margin-top: 23px;	
}*/

img.alignright,
img.alignleft,
img.aligncenter {
	display: block;
}
img.alignright {
	float: right;	
	margin: 0 0 0 10px;
	clear: right;
}
img.alignleft {
	float: left;	
	margin: 0 10px 0 0;
	clear: left;
}
img.aligncenter {
	margin: 5px auto !important;
	clear: both;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;	
}

#ubermenu-main-2-primary {
	padding-top: 15px;	
}

ul.list {
	list-style:disc outside;
}
ul.list li { 
	font-size: 1em; 
	margin-bottom: 2px; 
	margin-left: 40px; 
	line-height: 1.6em;
}

ul.list li { 
	font-size: 1em; 
	margin-bottom: 20px; 
	margin-left: 40px; 
	line-height: 1.4em;
	list-style: none;
	padding-left: 25px;
}
ul.list li:before {
	/* For a round bullet */
	content: '\2022';
	/* For a square bullet */
	/*content:'\25A0';*/
	display: block;
	position: relative;
	max-width: 0;
	max-height: 0;
	left: -30px;
	top: 0;
	color: #73921e;
	font-size: 25px;
}

ol.list {
	margin: 0 0 1.5em;
	padding: 0;
	counter-reset: item;
}

ol.list > li {
	margin: 0 0 0 20px;
	padding: 0 0 0 2em;
	text-indent: -2em;
	list-style-type: none;
	counter-increment: item;
}

ol.list > li:before {
	display: inline-block;
	width: 1em;
	padding-right: 0.5em;
	font-weight: bold;
	text-align: right;
	content: counter(item) ".";
}

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


p strong {
	font-weight: bold !important;
	/*color: #272727 !important;	*/
}
.masthead {
	border-top: 2px solid #790000;
	border-bottom: 2px solid #790000;
}


.navcontainer {
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255, 255, 255, 0.18);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26);
}

#ubermenu-main-2-primary {
	padding-top: 0;	
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    position: absolute;
    right: 15px !important;
    top: 50%;
    margin-top: -6px !important;
    content: "\f0d7" !important;
	font-size: 12px !important;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/******* padding Helpers *******/
/*		padding-All					*/		
.p-0 { padding: 0px; } 
.p-5 { padding: 5px; } 
.p-10 { padding: 10px; } 
.p-15 { padding: 15px; } 
.p-20 { padding: 20px; } 
.p-25 { padding: 25px; } 
.p-30 { padding: 30px; } 
.p-35 { padding: 35px; }

/*		padding-left					*/ 	
.pl-3  { padding-left: 3px; } 
.pl-5  { padding-left: 5px; } 
.pl-10 { padding-left: 10px; } 
.pl-15 { padding-left: 15px; } 
.pl-20 { padding-left: 20px; } 
.pl-25 { padding-left: 25px; } 
.pl-30 { padding-left: 30px; } 

/*		padding-right				*/	
.pr-3  { padding-right: 3px; } 
.pr-5  { padding-right: 5px; } 
.pr-10 { padding-right: 10px; } 
.pr-15 { padding-right: 15px; } 
.pr-20 { padding-right: 20px; } 
.pr-25 { padding-right: 25px; } 
.pr-30 { padding-right: 30px; } 

/*		padding-Horizontal			*/	
.ph-5 	{ padding-left: 5px; padding-right: 5px; } 
.ph-10 { padding-left: 10px; padding-right: 10px; } 
.ph-15 { padding-left: 15px; padding-right: 15px; } 
.ph-20 { padding-left: 20px; padding-right: 20px; } 
.ph-25 { padding-left: 25px; padding-right: 25px; } 
.ph-30 { padding-left: 30px; padding-right: 30px }

/*		padding Vertical				*/	
.pv-5 	{ padding: 5px 0; } 
.pv-10 { padding: 10px 0; } 
.pv-15 { padding: 15px 0; } 
.pv-20 { padding: 20px 0; } 
.pv-25 { padding: 25px 0px; } 
.pv-30 { padding:30px 0; } 

/*		padding-bottom			*/	
.pt-3  { padding-bottom: 3px; } 
.pt-5  { padding-bottom: 5px; } 
.pt-10 { padding-bottom: 10px; } 
.pt-15 { padding-bottom: 15px; } 
.pt-20 { padding-bottom: 20px; } 
.pt-25 { padding-bottom: 25px; } 
.pt-30 { padding-bottom: 30px; }

/*		padding-bottom		*/	
.pb-3  { padding-bottom: 3px; } 
.pb-5  { padding-bottom: 5px; } 
.pb-10 { padding-bottom: 10px; } 
.pb-15 { padding-bottom: 15px; } 
.pb-20 { padding-bottom: 20px; } 
.pb-25 { padding-bottom: 25px; } 
.pb-30 { padding-bottom: 30px; }

/*@media only screen and (min-width: 601px){
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 130px;
        line-height: 130px;
    }
}*/




.frm_ajax_loading {
	display: none;	
}

select {
       height: 50px!important; 
       padding-left: 10px; 
       width: 100%; 
    } 

.hide_page_title h1 {
	display: none;	
}
.hide_page_title {
	height: 20px;	
}






/*TYPOGRAPHY*/


BLOCKQUOTE{
	border-style:none; 
	color:rgba(104,104,104, 0.870588); 
	font-family:Georgia, Times, serif; 
	font-style:italic; 
	border-top-style:solid; 
	border-top-width:1px; 
	border-top-color:rgba(196,196,196,1); 
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:rgba(196,196,196, 0.870588); 
	padding-top:10px; 
	padding-bottom:10px; 
	padding-left:51px; 
	line-height:26px; 
	font-size:16px; 
	border-left-style:1px solid; 
	border-left-color:rgba(198,198,198,1); 
	margin: 20px 0;
	clear: both;
	position: relative;
}
blockquote:before {
	display: block;
	content: "\201C";
	font-size: 100px;  
	position: absolute;
	left: 00px;
	top: 40px;
	color: #ebebeb;
}
blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}

HEADER.entry-header{
	margin-bottom:15px; 
	min-height:40px; 
	padding-bottom:15px; 
	padding-bottom: 0;
	border-bottom-style:dashed; 
	border-bottom-width:0px; 
	border-bottom-color:rgba(219, 219, 219, 0.870588); 
}

HEADER.entry-header > DIV > P {
	font-size:14px; 
	line-height:24px; 
	font-style:italic; 
	color:rgba(133,131,131, 0.870588); 
}

h1.post-title,
h1.page-title {
	margin-top: 30px;	
}

h2.entry-title {
	font-size: 25px;	
}

article {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom:1px dashed rgba(227, 227, 227, 0.870588);	
}
body.single article {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom:0px dashed rgba(227, 227, 227, 0.0);	
}

/*Nav above/below*/

.nav_above_below {
	padding: 5px 0;
	margin: 20px 0;
	border-top: 1px solid rgb(230, 230, 230);
	border-bottom: 1px solid rgb(230, 230, 230);
	background-color:rgb(255, 255, 255);
	-webkit-box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	height: 35px;

}
.nav-previous,
.nav-next {
	display: block;
	width: 50%;	
	line-height: auto;
	height: 35px !important;
}
.nav-previous {
	float: left;	
}
.nav-next {
	float: right;
	text-align:right;	
} 
.nav-previous a,
.nav-next a {
	display: inline-block;
	padding:0px 10px;
	color:rgb(255, 255, 255);
	font-size:12px;
	background-color:rgb(18,98,183);
	background-color:rgb(184, 184, 184);
	text-shadow:rgba(0, 0, 0, 0.529412) 1px 1px 1px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	line-height:23px;
}

.nav-previous a:hover,
.nav-next a:hover {
	background-color:rgb(214, 214, 214);
	text-decoration: none;	
}
.nav-previous a span {
	width: 0;
	height: 0;
	margin: 7px;
	display: block;
	position: relative;
	float: left;
	border-top: 5px solid transparent;
	border-right: 10px solid white;
	border-bottom: 5px solid transparent;

} 
.nav-next a span {
	width: 0;
	height: 0;
	margin: 7px;
	display: block;
	position: relative;
	float: right;
	border-top: 5px solid transparent;
	border-left: 10px solid white;
	border-bottom: 5px solid transparent;
}











.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
 
.pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}



/*----------------------------------------------------------
                        SOCIAL ICONS
----------------------------------------------------------*/

/*SOLID SQURE*/
#socialicons-solid-square {
    text-align: center;
}
#socialicons-solid-square .icon  {
    display: inline-block;
    color: #246FB5;
	color: white;
    font-size: 20px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    margin: 0 1px 8px;
	-webkit-transition: all 0.3s ease-in-out;	
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#socialicons-solid-square .icon:hover{
    
}

/*SOLID CIRCLE*/
#socialicons-solid-circle {
    text-align: center;
}
#socialicons-solid-circle .icon{
    background: MAIN_COLOR;
    display: inline-block;
    color: white;
    font-size: 18px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    margin: 0 1px 8px;
    -webkit-border-radius: 17px; 
    -moz-border-radius: 17px; 
    border-radius: 17px; 
}
#socialicons-solid-circle .icon:hover{
    background: HOVER_COLOR;
}


/*OUTLINE SQUARE*/
#socialicons-outline-square {
    text-align: center;
}
#socialicons-outline-square .icon{
    color: MAIN_COLOR;
    border: 1px solid #CFCFCF;
    display: inline-block;
    font-size: 18px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    margin: 0 1px 8px;
}
#socialicons-outline-square .icon:hover{
    color: HOVER_COLOR;
    border: 1px solid #CFCFCF;
}

/*OUTLINE CIRCLE*/
#socialicons-outline-circle {
    text-align: center;
}
#socialicons-outline-circle .icon{
    color: MAIN_COLOR;
    border: 1px solid #CFCFCF;
    display: inline-block;
    font-size: 18px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    margin: 0 1px 8px;
    -webkit-border-radius: 17px; 
    -moz-border-radius: 17px; 
    border-radius: 17px; 
}
#socialicons-outline-circle .icon:hover{
    color: HOVER_COLOR;
    border: 1px solid #CFCFCF;
}

/*STANDALONE ICONS*/
#socialicons-standalone {
    text-align: center;
}
#socialicons-standalone .icon{
    color: MAIN_COLOR;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    margin: 0 6px 5px;
}
#socialicons-standalone .icon:hover{
    color: HOVER_COLOR;
}

.social_facebook {
	background-color:#3C599F
}
.social_twitter {
	background-color:#32CCFE;
}
.social_youtube {
	background-color:#C52F30;
}
.social_rss {
	background-color: #fe9901;
}

/*SOCIAL ICONS COLORED*/
.social-icons .fa-adn{background-color:#504e54;} 
.social-icons .fa-apple{background-color:#aeb5c5;} 
.social-icons .fa-android{background-color:#A5C63B;}  
.social-icons .fa-bitbucket,.social-icons .fa-bitbucket-square{background-color:#003366;} 
.social-icons .fa-bitcoin,.social-icons .fa-btc{background-color:#F7931A;} 
.social-icons .fa-css3{background-color:#1572B7;} 
.social-icons .fa-dribbble{background-color:#F46899;}  
.social-icons .fa-dropbox{background-color:#018BD3;}
#socialicons-solid-square.icon .fa-facebook,
.social-icons .fa-facebook-square{background-color:#3C599F !important;}  
.social-icons .fa-flickr{background-color:#FF0084;}
.social-icons .fa-foursquare{background-color:#0086BE;}
.social-icons .fa-github,.social-icons .fa-github-alt,.social-icons .fa-github-square{background-color:#070709;} 
.social-icons .fa-google-plus,.social-icons .fa-google-plus-square{background-color:#CF3D2E;} 
.social-icons .fa-html5{background-color:#E54D26;}
.social-icons .fa-instagram{background-color:#A1755C;}
.social-icons .fa-linkedin,.social-icons .fa-linkedin-square{background-color:#0085AE;} 
.social-icons .fa-linux{background-color:#FBC002;color:#333;}
.social-icons .fa-maxcdn{background-color:#F6AE1C;}
.social-icons .fa-pagelines{background-color:#241E20;color:#3984EA;}
.social-icons .fa-pinterest,.social-icons .fa-pinterest-square{background-color:#CC2127;} 
.social-icons .fa-renren{background-color:#025DAC;}
.social-icons .fa-skype{background-color:#01AEF2;}
.social-icons .fa-stack-exchange{background-color:#245590;}
.social-icons .fa-stack-overflow{background-color:#FF7300;}
.social-icons .fa-trello{background-color:#265A7F;}
.social-icons .fa-tumblr,.social-icons .fa-tumblr-square{background-color:#314E6C;} 
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#32CCFE;} 
.social-icons .fa-vimeo-square{background-color:#229ACC;}
.social-icons .fa-vk{background-color:#375474;}
.social-icons .fa-weibo{background-color:#D72B2B;}
.social-icons .fa-windows{background-color:#12B6F3;}
.social-icons .fa-xing,.social-icons .fa-xing-square{background-color:#00555C;} 
.social-icons .fa-youtube,.social-icons .fa-youtube-play,.social-icons .fa-youtube-square{background-color:#C52F30;}



/*----------------------------------------------------------
                        Sidebar Stuff
----------------------------------------------------------*/

#secondary{
	margin-top:40px; 
}
#secondary > ASIDE > LABEL.screen-reader-text{
	display:none; 
}

#secondary > ASIDE > FORM#searchform > LABEL.assistive-text{
	display:none; 
}
#secondary > ASIDE > UL > LI{
	padding-bottom:5px; 
	margin-bottom:5px; 
	border-bottom-style:dashed; 
	border-bottom-width:1px; 
	border-bottom-color:rgba(219,219,219, 0.870588); 
	font-size:14px; 
	line-height:19px; 
	padding-left:0; 
}
#secondary > ASIDE > H3{
	font-size:22px; 
	margin-top:2px; 
}
#secondary > ASIDE{
	border-style:none; 
	border-width:1px; 
	border-color:rgba(232,232,232, 0.870588); 
	padding-top:0px; 
	padding-right:0px; 
	padding-left:0px; 
	padding-bottom:20px; 
	margin-top:0px; 
	margin-bottom:20px; 
	border-bottom-style:solid; 
	border-bottom-width:1px!important; 
	border-bottom-color:rgba(219, 219, 219, 0.870588); 
}


/*----------------------------------------------------------
                        Sidebar Menu
----------------------------------------------------------*/


#secondary > ASIDE > DIV > UL.menu > LI > a{
	border-style:solid; 
	border-width:1px; 
	border-color:rgba(198,198,198, 0.870588); 
	padding-top:5px; 
	padding-bottom:5px; 
	padding-left:10px; 
	padding-right:10px; 
	margin-bottom:4px; 
	display:block; 
}

#secondary > ASIDE > DIV > UL.menu > LI > UL.sub-menu > LI > a{
	border-style:solid; 
	border-width:1px; 
	border-color:rgba(198,198,198, 0.870588); 
	padding-top:5px; 
	padding-bottom:5px; 
	padding-left:10px; 
	padding-right:10px; 
	margin-bottom:4px; 
	margin-left:15px; 
	display:block; 
}

#secondary > ASIDE > DIV > UL.menu > LI > a:hover, 
#secondary > ASIDE > DIV > UL.menu > LI > UL.sub-menu > LI > a:hover{
	background-color:rgba(226,226,226,0.5)!important; 
}

#secondary > ASIDE > DIV > UL.menu > li.current-menu-item > a{
	background-color:rgba(226,226,226,0.2); 
}

#secondary > ASIDE > DIV > UL.menu > li.current-menu-item > a:before{
	font-family:FontAwesome; 
	content:""; 
	display:inline-block; 
	padding-right:3px; 
	vertical-align:middle; 
	font-size:10px; 
}

/*----------------------------------------------------------
                        Sidebar Calendar
----------------------------------------------------------*/


DIV#calendar_wrap > TABLE#wp-calendar{
	border-style:solid; 
	border-width:1px; 
	border-color:rgba(220,220,220, 1); 
}

DIV#calendar_wrap > TABLE#wp-calendar > TBODY > TR > TD{
	border-style:none; 
	border-top-style:none; 
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:rgba(220,220,220, 1);  
	border-width:1px; 
	border-right-style:none; 
	border-left-style:solid; 
	border-left-color:rgba(220,220,220, 1);  
	text-align:center; 
}

DIV#calendar_wrap > TABLE#wp-calendar > TBODY > TR > TD.pad{
	background-color:rgba(250,250,250,1); 
}

DIV#calendar_wrap > TABLE#wp-calendar > TBODY > TR{
	font-size:12px; 
	text-align:left; 
	line-height:17px; 
	border-top-style:none!important; 
}

ASIDE > DIV#calendar_wrap > TABLE#wp-calendar > THEAD > TR > TH{
	border-bottom-style:none!important; 
	font-size:12px; 
	text-align:center; 
	line-height:16px; 
}

ASIDE > DIV#calendar_wrap > TABLE#wp-calendar > TFOOT > TR > TD#next{
	text-align:right; 
	line-height:13px; 
	font-size:14px; 
	height:34px; 
	padding-top:5px!important; 
	padding-bottom:5px;  
}

ASIDE > DIV#calendar_wrap > TABLE#wp-calendar > TFOOT > TR > TD#prev{
	line-height:13px; 
	font-size:14px; 
	height:35px; 
	padding-bottom:5px; 
	padding-top:5px; 
}

ASIDE > DIV#calendar_wrap > TABLE#wp-calendar > TFOOT > TR > TD.pad{
	height:34px; 
	padding-top:5px; 
	padding-bottom:5px; 
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}


/*----------------------------------------------------------
                        CUSTOM STUFF
----------------------------------------------------------*/
.print_logo,
.print_element {
	display: none;	
}
img.site_logo {
	float: none !important;
	margin: 0 auto !important;
	
}
#socialicons-solid-square div{
	width: 25% !important;
	float: left !important;	
	margin-bottom: 15px;
}

input#gform_submit_button_4 {
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
}

.content_container a,
.content_container a:visted {
	color: #0d0046;	
}

.custom_pagewrapper {
	max-width: 1140px;
	margin: 0 auto;
	padding: 15px 25px 0 25px;
	background-color: white;	
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
	border-right:1px solid rgb(224, 205, 148);
	border-left:1px solid rgb(224, 205, 148);

}
.custom_pagewrapper .container {
	width: 100%;
	max-width: 1140px;	
}
body {
	background-color: #f8f2e4;	
}

.masthead .container {
	max-width: 1355px;	
	width: 90%;
}
.housekeeping_container {
	max-width: 410px;
	float: right;
}
.housekeeping {
	background-color :#bfbfbf;	
	padding: 5px;
}
#___gcse_0,
#cse-search-form2,
.searchcontainer,
.buttoncontainer {
	float: left !important;
	background-color: transparent;	
	width: 50% !important;
}
.top_button {
	width: 47%;
	margin: 0 1.5%	
}
.housekeeping .gsc-input {
	background-color: white;
	margin: 0 !important;
	padding: 0 !important;
}
.housekeeping .gsc-input input {
	background-color: white;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid white;
}
.gsc-search-box {
	margin: 0 !important;
	padding: 0 !important;	
}
a.red_button,
a.blue_button,
a.btn-subscribe {
	background-color: #790000;	
	font-family: "bebas-neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: white;
	font-size: 23px;
	line-height: 1em;
	display: block;
	float: left;
	padding: 5px 15px;
	margin: 0 5px 0 0;
	-webkit-transition: all 0.3s ease-in-out;	
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a.blue_button {
	background-color: #1c2d64;
}
a.big_button {
	background-color: #a80d0d;	
	font-size: 26px;
	line-height: 1em;
	display: table;
	text-align: center;
	float: none;
	padding: 8px 20px;
	margin: 0 auto;
	width: auto;
	-webkit-transition: all 0.3s ease-in-out;	
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a.blue_button:hover {
	background-color: #2042b0;
}

a.red_button:hover {
	background-color: #c10000;
}
a.big_button:hover {
	background-color: #cb0505;
}

a.btn-subscribe {
	display: table !important;
	text-align: center;
	float: none;
	padding: 8px 20px;
	margin: 0 auto !important;
	width: auto;
}
a.btn-subscribe:hover {
	color: white !important;	
	background-color: #c10000 !important;
}

.top_button {
	width: 47%;
	margin: 0 1.5%;
	display: block;
	padding: 5px 0;
	text-align: center;
}

a.donate_button {
	position: relative;
	z-index: 99999999999;	
}

a.take_action_button {
	background-color: #a80d0d;	
	font-size: 26px;
	line-height: 1em;
	display: table;
	text-align: center;
	float: none;
	padding: 8px 20px;
	margin: 0 auto;
	width: auto;
	-webkit-transition: all 0.3s ease-in-out;	
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: white !important;
	position: absolute;
	text-transform: uppercase;
			font-family:"bebas-neue",sans-serif; 
		font-style:normal; 
		font-weight:400; 
}
a.take_action_button:hover {
	background-color: #cb0505;
	color: white !important;
}

#content a:hover {
	color: #2042b0;
}

.optin_box {
	background-color: #ededed;	
	padding: 10px 20px;
	height: auto;
}
h2.homepage_category_title,
#content h3.widget-title {
	background-color: #1e367e;
	color: white;
	font-size: 21px;
	padding: 5px 20px;
	letter-spacing: 1px;	
	margin-top: 0;
}
#content h3.red-widget-title {
	background-color: #a70c0c;
	margin-bottom: 0;
}
.coverflow_container {
	color: white !important;	
}
.rto_title {
	font-family: "open-sans",sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 30px;
	color: #1e367e;
}
.rto_title span {
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	display: block;
}

.prefooter {
		
}
.prefooter p {

}

.mainfooter {
	
}
.mainfooter p {
	
}
.mainfooter aside {
	
}
.mainfooter aside h3.widget-title {
	
}

.sub_footer {
	border-top: 1px solid #DBDBDB;
	
}

.sub_footer p {
	
}

.featured_homepage_posts > h3 > a {
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.1;
}


.comments_policy {
	border:1px solid rgb(207, 207, 207);
	padding:10px 15px;
	background-color:rgb(242, 242, 242);
	margin: 15px 0;
}

.comments_policy p {
	font-size:11px; 
	line-height:16px;
	text-align:left;
	/*font-family:Arial,sans-serif;*/
	margin: 0;
}

.apss-social-share {
  width: 310px;
  float: right;
  margin-top: -42px;
  margin-bottom: 0px;
}
body.page .apss-social-share {
  width: 310px;
  float: right;
  clear: both;
}
.apss-share {
  display: none;
}
.apss-icon-block {
  width: 40px !important;
  text-align: center;
}
.comments-link a {
	background-color: #F7F7F7;	
	border: 1px solid #DCDCDC;
	color: #5E5959;
	display: inline-block;
	padding: 5px 10px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.comments-link a:before {
	font-family: FontAwesome;
   	content: "\f086";
	display: inline-block;
	padding-right: 5px;
}

body.category article img.featured_post_thumbnail,
body.archive article img.featured_post_thumbnail {
	float: left;	
	width: 100%;
	max-width: 200px;
	margin-right: 10px;
}

body.category article .comments-link,
body.archive article .comments-link {
	display: none;
}

h1.page-title,
h1.category-title,
h1.entry-title,
h2.entry-title,
h1.post-title,
h2.post-title {
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
}
h1.page-title,
h1.category-title,
h1.entry-title,
h1.post-title {
	font-size: 36px !important;
	color:#0d0046;
}
h2.entry-title {
	font-size: 27px !important;	
}

.entry-content-single,
.entry-content-single p,
.entry-content-single li,
.the_excerpt_container,
.the_excerpt_container p {
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	color: black;
	color:#3c3c3c;
}

.entry-content-single h1,
.entry-content-single h2,
.entry-content-single h3,
.entry-content-single h4,
.entry-content-single h5,
.entry-content-single h6 {
	font-family: "adobe-caslon-pro",serif;
	font-style: normal;
	font-weight: 400;
}


@media only screen and (min-width: 601px){
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 130px;
        line-height: 130px;
    }
}



#post-2.hentry .wpb_text_column.tfp_history img{
	margin-top:-14px!important; 
}

HTML > BODY > DIV.custom_pagewrapper > DIV.container.content_container > DIV.row > DIV.col.l12 > DIV#primary > DIV#content > ARTICLE > DIV.entry-content > DIV.vc_row.wpb_row.vc_row-fluid.this_day_in_history > DIV.wpb_column.vc_column_container > DIV.vc_column-inner > DIV.wpb_wrapper > DIV.wpb_text_column.wpb_content_element.vc_custom_1480425644403 > DIV.wpb_wrapper > UL.popular_posts > LI{
	list-style-type:square; 
	padding-left:7px; 
	margin-left:41px; 
	padding-top:5px; 
	padding-bottom:7px; 
}

#gform_wrapper_4 input[type=submit]:hover{
	background-color:#cb0505; 
}

.optin_box p{
	text-align:center; 
	color:rgba(30,54,126, 0.870588); 
	font-size:16px; 
	font-weight:bold; 
}

HTML > BODY > DIV.custom_pagewrapper > DIV.container.content_container > DIV.row > DIV.col.l12 > DIV#primary > DIV#content > ARTICLE > DIV.entry-content > DIV.vc_row.wpb_row.vc_row-fluid.this_day_in_history.vc_custom_1480426183223.vc_row-has-fill > DIV.wpb_column.vc_column_container > DIV.vc_column-inner > DIV.wpb_wrapper > DIV.wpb_text_column.wpb_content_element.vc_custom_1480425644403 > DIV.wpb_wrapper > UL.popular_posts > LI{
	padding-bottom:5px; 
}

img.tfpstandard{
	margin-top:-10px!important; 
	margin-bottom:-12px!important; 
	max-width:190px; 
}

.optin_box{
	margin-right:-25px; 
	margin-left:-25px; 
}

HTML > BODY > DIV.custom_pagewrapper > DIV.container.content_container > DIV.row > DIV.col.s12.m9.l9 > DIV#primary > DIV#content > ARTICLE > HEADER > H1{
	font-size:42px; 
}

HTML > BODY > DIV.custom_pagewrapper > DIV.container.content_container > DIV.row > DIV.container.sub_footer{
	background-color:rgba(237,237,237,1); 
	padding-bottom:9px; 
	padding-right:0px; 
	padding-top:3px; 
	border-bottom-color:rgba(219,219,219, 0.870588); 
	border-bottom-style:solid; 
	border-bottom-width:1px; 
}

p.join_us{
	font-size:14px; 
	padding-top:13px; 
	margin-top:15px; 
}

.take_action_block{
	margin-top:15px; 
}

a.take_action_button{
	top:253px; 
	right:257px; 
}

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

	a.take_action_button{
		bottom:50px; 
		left:35%; 
	}


} 

/*@media screen and (max-width: 768px){

	a.take_action_button{
		top:177px; 
		right:125px; 
	}


}  

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

	a.take_action_button{
		right:225px; 
		top:228px; 
	}


} 

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

	a.take_action_button{
		top:158px; 
		right:81px; 
	}

}*/




.add_top_padding {
	min-height: 25px;	
}






DIV.entry-content > UL > LI {
	list-style-type:disc!important; 
	list-style-position:outside; 
	padding-left:5px; 
	margin-left:30px; 
}

DIV.entry-content > OL > LI {
	padding-left:10px; 
	margin-left:0px; 
}




.gform_wrapper {
	background-color:rgba(249,249,249,1); 
	padding-top:15px; 
	padding-right:15px; 
	padding-left:15px; 
	padding-bottom:15px; 
	border-style:solid; 
	border-width:1px; 
	border-color:rgba(234,234,234,1); 
}


#gform_4 > .gform_footer {
    display: inline-block;
    padding: 0.85em 0 0.625em;
    width: 20%;
}
 
#gform_4 .gform_body {
    display: inline-block;
    float: left;
    width: 80%;
}




.ubermenu-current-menu-ancestor,
.ubermenu-current-menu-ancestor span.ubermenu-target,
.ubermenu-current-menu-ancestor span.ubermenu-target span.ubermenu-target-title {
color: #d5d5d5 !important;
}







article table {
	border: 1px solid #D9D9D9;
	background-color: #E8E8E8;
	margin-bottom: 10px;
	margin-top: 10px;
    border-spacing: 0px;
    border-collapse: separate;
	width: auto;
	padding: 5px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}
article table td {
	padding: 0;		
	 border-spacing: 0px;
    border-collapse: separate;
}
article table img {
	float: none !important;
	margin: 0 auto !important;	
}
article table span,
article table span span {
	padding: 0px;	
	text-align: center !important;
}

.alignright,
.alignleft,
.aligncenter {
	display: block;

}
.alignright {
	float: right;	
	margin: 10px 0 5px 20px !important;
	clear: right;
}
.alignleft {
	float: left;	
	margin: 10px 20px 5px 0 !important;
	clear: left;
}
.aligncenter {
	margin: 10px auto !important;
	clear: both;
}

.entry-content img.alignright,
.entry-content img.alignleft,
.entry-content img.aligncenter {
	display: block;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0) 1px 2px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0) 1px 2px 5px 0px;
	box-shadow:rgba(0, 0, 0, 0.0) 1px 2px 5px 0px;
	border: 1px solid #rgb(217,217,217);
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	max-width: 100%;
	height: auto;
	padding: 8px;
	background-color: rgb(232,232,232) !important;
}
.entry-content img.noshadow {
	display: block;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0) 1px 2px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0) 1px 2px 5px 0px;
	box-shadow:rgba(0, 0, 0, 0.0) 1px 2px 5px 0px;
	border: 0px solid transparent;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	max-width: 100%;
	height: auto;
	padding: 8px;
	background-color: white !important;

}

.wp-caption {
	padding: 5px 8px;
	background-color: rgb(232,232,232) !important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	border: 1px solid rgb(217,217,217);
	margin-bottom: 10px;
	max-width: 100%;

}
.wp-caption img {
	display: block;
	margin: 5px auto;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0) 1px 2px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0) 1px 2px 5px 0px;
	box-shadow:rgba(0, 0, 0, 0.0) 1px 2px 5px 0px;
	border: 1px solid rgb(217,217,217);
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	max-width: 100%;
	height: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 1.2;
	text-indent: 0;
	margin: 0;
	text-align: center !important;
	padding: 10px 5px 5px 5px;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif
}

.the_excerpt_container img,
.the_excerpt_container table {
	display: none !important;	
}

.breadcrumbs {
	padding: 10px 0;
	margin-left: 15px;
	border-bottom: 1px solid rgba(224,224,224,1.00);	
	font-family: "Open Sans"; 
	font-style: normal; 
	font-weight: 300; 
	font-size: 12px;
}



@media only screen and (min-width: 646px) {

	#gform_wrapper_4 .gform_fields > li{
		margin-top:3px; 
		height:41px!important; 
	}
	
	#gform_wrapper_4 form{
		height:46px; 
	}
	
	#gform_wrapper_4{
		height:56px; 
		background-color:rgba(249,249,249,0); 
		margin-top:0px; 
		margin-bottom:0px; 
		padding-bottom:11px; 
	}
	
	#gform_wrapper_4 input[type=text]{
		margin-top:0px; 
		font-size:18px; 
	}
	
	HTML > BODY > DIV.custom_pagewrapper > DIV.container.content_container > DIV.row > DIV.col.l12 > DIV#primary > DIV#content > ARTICLE > DIV.entry-content > DIV.vc_row.wpb_row.vc_row-fluid.optin_box > DIV.wpb_column.vc_column_container > DIV.vc_column-inner > DIV.wpb_wrapper > DIV#gform_wrapper_4 > FORM#gform_4 > DIV.gform_body > UL#gform_fields_4{
		height:46px; 
		margin-top:-14px!important; 
	}
	
	#gform_wrapper_4 input[type=submit]{
		background-color:rgba(167,12,12,1); 
		color:rgba(255,255,255, 1); 
		padding-top:8px; 
		padding-bottom:8px; 
		padding-right:14px; 
		padding-left:14px; 
		border-style:none; 
		margin-top:-20px; 
		font-family:"bebas-neue",sans-serif; 
		font-style:normal; 
		font-weight:400; 
		font-size:18px; 
		letter-spacing:1px; 
		-webkit-transition:all 0.3s ease-in-out; 
		-moz-transition:all 0.3s ease-in-out; 
		-o-transition:all 0.3s ease-in-out; 
		transition:all 0.3s ease-in-out; 
	}
}

@media only screen and (max-width: 1350px) {
	.top_button {
		width: 47%;
		margin: 0 1.5%;
		display: block;
		padding: 5px 0 !important;
		font-size: 18px !important;
	}
	.searchcontainer {
		float: left !important;
		background-color: transparent;	
		width: 40% !important;
	}
	.buttoncontainer {
		float: left !important;
		background-color: transparent;	
		width: 60% !important;
	}
	li.ubermenu-has-submenu-drop > span > span {
	   font-size: 18px;
	}
	.housekeeping_container {
		max-width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 810px) {
	.top_button {
		width: 47%;
		margin: 0 1.5%;
		display: block;
		padding: 5px 0 !important;
		font-size: 18px !important;
	}
	.searchcontainer {
		float: left !important;
		background-color: transparent;	
		width: 40% !important;
	}
	.buttoncontainer {
		float: left !important;
		background-color: transparent;	
		width: 60% !important;
	}
	li.ubermenu-has-submenu-drop > span > span {
	   font-size: 18px;
	}
	.housekeeping_container {
		max-width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 767px){
	.optin_box {
		background-color: #ededed;	
		padding: 10px 20px;
		min-height: 210px;
		height: auto;
	}

}

@media only screen and (max-width: 645px){
	.optin_box {
		background-color: #ededed;	
		padding: 10px 20px;
		height: auto;
		min-height: 400px;
	}
	#gform_4 > .gform_footer {
		display: block;
		padding: 0.85em 0 0.625em;
		width: 100%;
	}
	 
	#gform_4 .gform_body {
		display: block;
		float: none;
		width: 100%;
	}
	#gform_wrapper_4 input[type=submit]{
		background-color:rgba(167,12,12,1); 
		color:rgba(255,255,255, 1); 
		padding-top:8px; 
		padding-bottom:8px; 
		padding-right:14px; 
		padding-left:14px; 
		border-style:none; 
		font-family:"bebas-neue",sans-serif; 
		font-style:normal; 
		font-weight:400; 
		font-size:18px; 
		letter-spacing:1px; 
		-webkit-transition:all 0.3s ease-in-out; 
		-moz-transition:all 0.3s ease-in-out; 
		-o-transition:all 0.3s ease-in-out; 
		transition:all 0.3s ease-in-out; 
	}
}


span.petition_date {
	font-weight: normal;
	font-size: 18px;
	display: inline-block;
	padding-left: 10px;
	display: none;
}
body.pod-page-petition-w li.ubermenu-item a,
body.page-id-131 li.ubermenu-item a {
	display: none;	
}
body.pod-page-petition-w .nav_container,
body.page-id-131 .nav_container {
	min-height: 48px !important;
}

.campaign_description p {
	line-height: 1.3em;
}





.signature_wrapper {
	padding: 20px 20px 0 20px;

}
.signature_wrapper p {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0;
	color:rgb(28, 28, 28);
}
.signature_total {
	width: 100%;	
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.signature_percent_container {
	width: 100%;
	position: relative;
	height: 30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	
	float: left;
	background-color: #D0D0D0;

}
.signature_percent {
	height: 30px;
	background-color: transparent;
	background-image: url(../images/sig_progress.png);
	background-position: 0 50%;
	background-repeat: repeat-x;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	
}

.sig_form_box .validation_error {
	display: block;
	max-width: 90%;
	margin: 0 auto;	
}





.sig_form_box form .gfield_label{
	display:none !important; 
}



.sig_form_box form .ginput_container label{
	display:none !important; 
}

.sig_form_box form input[type=text]{
	height:50px; 
}
DIV.sig_form_box .name_prefix select {
	height:50px!important; 
}

.sig_form_box form  {
	background-color:rgba(249,249,249,0); 
	border-style:none; 
	padding-top:0px; 
}

.sig_form_box{
	background-color:rgba(238,238,238,1); 
	border-style:solid; 
	border-width:1px; 
	border-color:rgba(201,200,200, 0.870588); 
	margin:16px auto; 
}

.sig_form_box > H3.gform_title{
	text-align:center; 
	color:rgba(255,255,255,1); 
	background-color:rgba(183,0,0,1); 
	font-size:30px; 
	line-height:54px; 
	margin-bottom:0px; 
	margin-top:0px; 
	font-family:"open-sans",sans-serif; 
	font-weight:bold; 
}

.sig_form_box > DIV.signature_wrapper > P.sig_goal{
	font-size:26px; 
	font-weight:bold; 
	margin-top:8px; 
	color:rgba(28,45,100,1); 
}

.sig_form_box form textarea{
	display:none; 
}

.sig_form_box > DIV.signature_wrapper > DIV{
	font-weight:bold; 
	text-align:left; 
	color:rgba(28,45,100,1); 
}

.sig_form_box > DIV.signature_wrapper > DIV.signature_total > STRONG{
	font-weight:bold; 
}

.brief_description{
	max-width:400px; 
	margin-right:auto; 
	margin-left:auto!important; 
	border-top-style:solid; 
	border-left-style:none; 
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-top-width:1px; 
	border-color:rgba(0, 0, 0,0.12); 
	padding-top:10px; 
	padding-bottom:10px; 
	margin-top:12px; 
	margin-bottom:31px; 
}

.brief_description p{
	text-align:center; 
	font-size:16px; 
}

.sig_form_box form input[type=submit]{
	background-color:rgba(183,0,0,1); 
	text-transform:uppercase; 
	font-weight:bold; 
	color:rgba(255,255,255,0.94); 
	border-style:none; 
	padding-top:0px; 
	font-size:19px; 
	line-height:normal; 
	height:43px; 
	width:243px; 
}





.form_share {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

.form_share .ginput_complex {
	
}
.form_share .ginput_complex .name_first,
.form_share .ginput_complex .name_last {
	width: 45% !important;
}
.form_share li#field_55_10 {
	padding-top: 35px !important;
}

.form_share label {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	font-weight: normal !important; 
	font-size:11px !important;
	line-height:16px !important;
	color:rgb(130, 130, 130);
	float: none;
	display: inline;
	width: 100%;
}




body.page-id-136 li.gfield  {
	
	margin-bottom: 0 !important;
}
body.page-id-136 li.gfield label.gfield_label {
	font-size: 14px !important;
	margin-bottom: 0 !Important;	
}
body.page-id-136 li.gfield .ginput_container label {
	font-size: 12px !important;
	margin-top: 2px !important;
	
}
li#field_59_1 .ginput_container label,
li#field_59_7 .ginput_container label,
li#field_59_2 .ginput_container label {
	display: none;	
}
li#field_59_1 .ginput_container,
li#field_59_7 .ginput_container {
	height: 30px !important;	
}

li#field_59_2 .ginput_container input[type="text"] {
	margin-bottom: 10px;	
}

body.page-id-136 .gform_body input[type="text"],
body.page-id-136 .gform_body select,
body.page-id-136 .gform_body textarea {
	font-size:13px !important;
	padding:2px 4px !important;
	max-width: 90%;

}
body.page-id-136 .gform_body {
	padding: 0 15px 10px 15px;
	background-color:rgba(0, 0, 0, 0.03);	
	border:1px solid rgb(214, 214, 214);
	-webkit-box-shadow:rgba(0, 0, 0, 0.0588235) 3px 5px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0588235) 3px 5px 5px 0px;
	box-shadow:rgba(0, 0, 0, 0.0588235) 3px 5px 5px 0px;
}
body.page-id-136 .gform_body h2.gsection_title {
	font-size: 18px;
}

body.page-id-136 .gform_body input[type=checkbox]:not(old),
body.page-id-136 .gform_body input[type=radio   ]:not(old){
  width   : 28px !important;
  margin  : 0 !important;
  padding : 0 !important;
  opacity : 0 !important;
}
body.page-id-136 .gform_body input[type=checkbox]:not(old) + label,
body.page-id-136 .gform_body input[type=radio   ]:not(old) + label{
  display      : inline-block !important;
  margin-left  : -28px !important;
  padding-left : 35px !important;
  background   : url('../images/checks.png') no-repeat 10px 0;
  line-height  : 24px !important;
  border: 1px solid transparent;
}
body.page-id-136 .gform_body input[type=checkbox]:not(old):checked + label{
  background-position : 10px -24px;

}

body.page-id-136 .gform_body input[type=radio]:not(old):checked + label{
  background-position : 10px -48px;

}

li#field_59_9 h2.gsection_title:before {
		content: "\f06b";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal !important;
		text-decoration: inherit;
		display: inline-block;
		padding-right: 10px; 
		color:rgb(143, 143, 143);
}
li#field_59_10 h2.gsection_title:before {
		content: "\f09d";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal !important;
		text-decoration: inherit;
		display: inline-block;
		padding-right: 10px;
		color:rgb(143, 143, 143);
}
 

li#field_59_11 h2.gsection_title:before {
		content: "\f007";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal !important;
		text-decoration: inherit;
		display: inline-block;
		padding-right: 10px;
		color:rgb(143, 143, 143);
}

li#field_59_9,
li#field_59_10,
li#field_59_11  {
	padding:8px 5px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	border:1px solid rgb(204, 204, 204);
	text-shadow:rgb(255, 255, 255) 1px 1px 0px;
	background-color:rgba(214, 214, 214, 0.490196);

}

body.page-id-136 header.entry-header {
	padding-bottom: 10px;
	padding-top: 10px;
}
body.page-id-136 .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li {
	/*border:1px solid red;*/
}
label#label_59_17_1 {
	font-size: 14px !important;	
	font-style: italic;
}
body.page-id-136 .gform_wrapper .gform_body .validation_message {
	width: 100% !important;	
}

body.page-id-136 .gform_footer input[type="submit"] {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9c667+0,f79621+100;Orange+3D+%234 */
	background: rgb(249,198,103); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,198,103,1) 0%, rgba(247,150,33,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,198,103,1)), color-stop(100%,rgba(247,150,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 ); /* IE6-9 */
	padding: 10px 20px;
	color: white;
	text-shadow:rgba(0, 0, 0, 0.509804) 1px 1px 2px;
	font-size:20px;
	float: right;
	border-top: 2px solid #fbd591;
	border-right: 2px solid #db9a3d;
	border-bottom: 2px solid #cb7b1b;
	border-left: 2px solid #fabf67 ;
	-webkit-box-shadow:rgba(0, 0, 0, 0.317647) 0px 3px 7px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.317647) 0px 3px 7px 0px;
	box-shadow:rgba(0, 0, 0, 0.317647) 0px 3px 7px 0px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	cursor: pointer;
	transition: all ease-in-out 0.3s !important;
}
body.page-id-136 .gform_footer input[type="submit"]:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f79621+0,f9c667+100 */
	background: rgb(247,150,33); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,150,33,1) 0%, rgba(249,198,103,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,150,33,1)), color-stop(100%,rgba(249,198,103,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,150,33,1) 0%,rgba(249,198,103,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,150,33,1) 0%,rgba(249,198,103,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,150,33,1) 0%,rgba(249,198,103,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,150,33,1) 0%,rgba(249,198,103,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79621', endColorstr='#f9c667',GradientType=0 ); /* IE6-9 */
	
}
.donation_sidebar {
	padding-top: 90px;	
}
.donation_sidebar img {
	-webkit-box-shadow:rgba(255, 255, 255, 0) 0px 0px 0px 0px;
	-moz-box-shadow:rgba(255, 255, 255, 0) 0px 0px 0px 0px;
	box-shadow:rgba(255, 255, 255, 0) 0px 0px 0px 0px;
	display: block;
	margin: 0 auto 20px auto;
}
.donation_sidebar,
.donation_sidebar p,
.donation_sidebar span {
	font-size: 0.9em;	
}
.donation_sidebar h5 {
	padding:8px 5px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	border:1px solid rgb(204, 204, 204);
	text-shadow:rgb(255, 255, 255) 1px 1px 0px;
	background-color:rgba(214, 214, 214, 0.490196);
}
.donation_sidebar h5.mail:before,
.donation_sidebar h5.phone:before,
.donation_sidebar h5.paypal:before {
    font-family: FontAwesome;
    font-style: normal;
	font-weight: normal !important;
    text-decoration: inherit;	
	display: inline-block;
	padding-right: 10px;
	color:rgb(143, 143, 143);
}
.donation_sidebar h5.mail:before {
	content: "\f003"; 
}
.donation_sidebar h5.phone:before {
	content: "\f095";

}
.donation_sidebar h5.paypal:before  {
	content: "\f1f4";
}
 
.donation_sidebar p {
	padding-left: 10px;	
}

 
#ubermenu-main-2-primary .ubermenu-target {
	padding-top: 10px;
	padding-bottom: 10px;	
	text-shadow:rgb(255, 255, 255) 1px 1px 0px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background-color:rgba(29, 47, 102, 0.14902);
	margin-top: 5px;
	margin-bottom: 5px;
}
#ubermenu-main-2-primary .ubermenu-target:hover {
	text-shadow:rgba(0, 0, 0, 1) 1px 1px 0px;
	background-color:rgba(29, 47, 102, 1);

}

 
#ubermenu-main-2-primary .ubermenu-target span {
		font-size: 16px;
 }
 

a.share_facebook,
a.share_twitter,
a.share_email {
	font-size: 90px;
	display: block;
	float: left;
	padding: 5px;
	line-height: 90px;
	position: relative;
	
}

a.share_email {
	font-size: 50px;
	display: block;
	padding: 5px 15px;
	line-height: 68px;
	position: relative;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	display: none;
	
}

a.share_facebook {
	color: #2E4DA7;
}
a.share_facebook:hover {
	text-decoration: none;
	color:rgb(57, 94, 204); 
}
a.share_twitter {
	color: #3ACAFF;
}
a.share_twitter:hover {
	text-decoration: none;	
	color:rgb(13, 190, 255);
}
a.share_email {
	background-color: gray;
	color: white;
}
a.share_email:hover {
	
}
span.share_on {
	line-height: 25px;
	display: block;	
	padding: 5px 5px 0 0;
	font-size: 18px;
}
 
 .social_share_box {
	 margin-bottom: 25px;
 }
 
 #field_column_1,
 #field_column_2 {
	width: 48%;
	float: left; 
 }
#field_column_1 {
	margin-right: 1%;
}
#field_column_2 {
	margin-left: 1%;
}

#gform_wrapper_75,
#gform_wrapper_204,
.petition.view.donate .gform_wrapper {
	font-size: 13px !important;
	border:1px solid rgb(219, 219, 219);
	background-color:rgb(237, 237, 237);
	padding: 5px 15px;
}
#gform_wrapper_75,
#gform_wrapper_204,
.petition.view.donate .gform_wrapper {
    background-color: #f5f5f5;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjUwJSI+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC44NTIiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    /* Android 2.3- hack (needed for the actual radial gradient) */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSI1MCUiIGN5PSI1MCUiIHI9IjUwJSI+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC44NTIiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=),
        -webkit-gradient(radial, center center, 0, center center, 311,color-stop(0, rgb(255, 255, 255)),color-stop(0.852, rgb(237, 237, 237)));
    /* Android 2.3 */
    background-image: -webkit-radial-gradient(center center, circle farthest-side,rgb(255, 255, 255) 0%,rgb(237, 237, 237) 85.2%);
    /* IE10+ */
    background-image: radial-gradient(circle farthest-side at center center,rgb(255, 255, 255) 0%,rgb(237, 237, 237) 85.2%);
    background-image: -ms-radial-gradient(center center, circle farthest-side,rgb(255, 255, 255) 0%,rgb(237, 237, 237) 85.2%);
}
 
/* IE8- CSS hack */
@media \0screen\,screen\9 {
    #gform_wrapper_75,
	#gform_wrapper_204,
	.petition.view.donate .gform_wrapper {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff",endColorstr="#ffededed",GradientType=0);
    }
}


li#input_75_1 .ginput_container label,
li#field_75_7 .ginput_container label,
li#field_75_2 .ginput_container label,
li#field_75_1 .ginput_container label,
li#input_204_1 .ginput_container label,
li#field_204_7 .ginput_container label,
li#field_204_2 .ginput_container label,
li#field_204_1 .ginput_container label {
	display: none !important;	
}

#gform_wrapper_75 .gform_body input[type=checkbox]:not(old),
#gform_wrapper_75 .gform_body input[type=radio   ]:not(old),
#gform_wrapper_204 .gform_body input[type=checkbox]:not(old),
#gform_wrapper_204 .gform_body input[type=radio   ]:not(old),
.petition.view.donate .gform_wrapper .gform_body input[type=checkbox]:not(old),
.petition.view.donate .gform_wrapper .gform_body input[type=radio   ]:not(old) {
  width   : 28px !important;
  margin  : 0 !important;
  padding : 0 !important;
  opacity : 0 !important;
}
#gform_wrapper_75 .gform_body input[type=checkbox]:not(old) + label,
#gform_wrapper_75 .gform_body input[type=radio   ]:not(old) + label,
#gform_wrapper_204 .gform_body input[type=checkbox]:not(old) + label,
#gform_wrapper_204 .gform_body input[type=radio   ]:not(old) + label,
.petition.view.donate .gform_wrapper .gform_body input[type=checkbox]:not(old) + label,
.petition.view.donate .gform_wrapper .gform_body input[type=radio   ]:not(old) + label {
  display      : inline-block !important;
  margin-left  : -28px !important;
  padding-left : 35px !important;
  background   : url('../images/checks.png') no-repeat 10px 0;
  line-height  : 24px !important;
  border: 1px solid transparent;
  color: #676767;
}
#gform_wrapper_75 .gform_body input[type=checkbox]:not(old):checked + label,
#gform_wrapper_204 .gform_body input[type=checkbox]:not(old):checked + label,
.petition.view.donate .gform_wrapper .gform_body input[type=checkbox]:not(old):checked + label {
  background-position : 10px -24px;
  font-weight: normal !important;
  color: #000000;
}

#gform_wrapper_75 .gform_body input[type=radio]:not(old):checked + label,
#gform_wrapper_204 .gform_body input[type=radio]:not(old):checked + label,
.petition.view.donate .gform_wrapper .gform_body input[type=radio]:not(old):checked + label {
  background-position : 10px -48px;
  font-weight: normal !important;
	color: #000000;  
}

/*li#field_59_1 .ginput_container,
li#field_59_7 .ginput_container {
	height: 30px !important;	
}*/

li#field_59_2 .ginput_container input[type="text"] {
	margin-bottom: 10px;	
}

#gform_wrapper_75 .gform_body input[type="text"],
#gform_wrapper_75 .gform_body select,
#gform_wrapper_75 .gform_body textarea,
#gform_wrapper_204 .gform_body input[type="text"],
#gform_wrapper_204 .gform_body select,
#gform_wrapper_204 .gform_body textarea,
.petition.view.donate .gform_wrapper .gform_body input[type="text"],
.petition.view.donate .gform_wrapper .gform_body select,
.petition.view.donate .gform_wrapper .gform_body textarea {
	font-size:12px !important;
	padding:2px 4px !important;
	max-width: 95%;
	margin-bottom: 8px !important;
}
#gform_wrapper_75 .gform_body .ginput_full input[type="text"],
#gform_wrapper_204 .gform_body .ginput_full input[type="text"],
.petition.view.donate .gform_wrapper .gform_body .ginput_full input[type="text"] {
	max-width: 96.5%;	
}
#gform_wrapper_75 .gfield,
#gform_wrapper_204 .gfield,
.petition.view.donate .gform_wrapper .gfield {
	margin-bottom: 0 !important;	
}
 
#gform_wrapper_75 .gfield_label,
#gform_wrapper_204 .gfield_label,
.petition.view.donate .gform_wrapper .gfield_label {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; 
	font-size: 15px;
	margin-bottom: 0 !important;
}
#gform_wrapper_75 .gsection_title,
#gform_wrapper_204 .gsection_title,
.petition.view.donate .gform_wrapper .gsection_title {
	font-size: 24px !Important;
	font-family: adobe-caslon-pro, serif;
}

#gform_wrapper_75 li#field_75_11 .gsection_title:before,
#gform_wrapper_204 li#field_204_11 .gsection_title:before,
.petition.view.donate .gform_wrapper #field_column_2 .gsection .gsection_title:before {
		content: "\f007";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal !important;
		text-decoration: inherit;
		display: inline-block;
		padding-right: 10px;
		color:rgb(143, 143, 143);
}
#gform_wrapper_75 li#field_75_9 .gsection_title:before,
#gform_wrapper_204 li#field_204_9 .gsection_title:before,
.petition.view.donate .gform_wrapper .gsection .gsection_title:before {
		content: "\f06b";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal !important;
		text-decoration: inherit;
		display: inline-block;
		padding-right: 10px;
		color:rgb(143, 143, 143);
}
#gform_wrapper_75 li#field_75_10 .gsection_title:before,
#gform_wrapper_204 li#field_204_10 .gsection_title:before,
.petition.view.donate .gform_wrapper .gsection .gsection_title:before {
		content: "\f09d";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal !important;
		text-decoration: inherit;
		display: inline-block;
		padding-right: 10px;
		color:rgb(143, 143, 143);
}
#gform_wrapper_75 li#field_75_10,
#gform_wrapper_204 li#field_204_10  {
	display: none;	
}

#gform_wrapper_75  ::-webkit-input-placeholder,
#gform_wrapper_204  ::-webkit-input-placeholder,
.petition.view.donate .gform_wrapper  ::-webkit-input-placeholder {
  color: #686868;
  font-size: 14px;
}

#gform_wrapper_75  :-moz-placeholder,
#gform_wrapper_204  :-moz-placeholder,
.petition.view.donate .gform_wrapper  :-moz-placeholder { /* Firefox 18- */
  color: #686868;
  font-size: 14px;
}

#gform_wrapper_75  ::-moz-placeholder,
#gform_wrapper_204  ::-moz-placeholder,
.petition.view.donate .gform_wrapper  ::-moz-placeholder {  /* Firefox 19+ */
  color: #686868;
  font-size: 14px;
}

#gform_wrapper_75  :-ms-input-placeholder,
#gform_wrapper_204  :-ms-input-placeholder,
.petition.view.donate .gform_wrapper  :-ms-input-placeholder {
  color: #686868;
  font-size: 14px;
}
#gform_wrapper_75 .gform_footer,
#gform_wrapper_204 .gform_footer,
.petition.view.donate .gform_wrapper .gform_footer {
	float: none !important;
	margin: 0 auto !important;	
}
#gform_wrapper_75 .gform_footer input,
#gform_wrapper_204 .gform_footer input,
.petition.view.donate .gform_wrapper .gform_footer input {
	display: table;
	margin: 0 auto;	
	color: white;
	border: 1px solid transparent;
	font-size: 18px;
	padding: 5px 15px;
	cursor: pointer;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#314eaf+0,1c2d64+100 */
background: rgb(49,78,175); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(49,78,175,1) 0%, rgba(28,45,100,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(49,78,175,1)), color-stop(100%,rgba(28,45,100,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(49,78,175,1) 0%,rgba(28,45,100,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(49,78,175,1) 0%,rgba(28,45,100,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(49,78,175,1) 0%,rgba(28,45,100,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(49,78,175,1) 0%,rgba(28,45,100,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#314eaf', endColorstr='#1c2d64',GradientType=0 ); /* IE6-9 */

}
#gform_wrapper_75 .gform_footer input:hover,
#gform_wrapper_204 .gform_footer input:hover,
.petition.view.donate .gform_wrapper .gform_footer input:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3a5bc8+0,263d88+100 */
background: rgb(58,91,200); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(58,91,200,1) 0%, rgba(38,61,136,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(58,91,200,1)), color-stop(100%,rgba(38,61,136,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(58,91,200,1) 0%,rgba(38,61,136,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(58,91,200,1) 0%,rgba(38,61,136,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(58,91,200,1) 0%,rgba(38,61,136,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(58,91,200,1) 0%,rgba(38,61,136,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a5bc8', endColorstr='#263d88',GradientType=0 ); /* IE6-9 */

}

#label_204_17_1 {
font-size: 12px;
}
#label_75_17_1 {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.larger_p p {
	font-size: 18px;	
}

.schools_donate_text {
	font-size: 12px !important;
	border:1px solid rgb(219, 219, 219);
	background-color:#f5f5f5;
	padding: 10px 15px;
}
.schools_donate_description {
	background-color: white;
}
ul.donate_icons {
	list-stle: none;

}
ul.donate_icons li {
	font-size: 18px;
	line-height: 1.1;
	list-style: none !important;
	margin-left: 0;
	font-family: "open-sans-condensed",sans-serif;
	font-style: normal;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(219,219,219,0.7);

}
ul.donate_icons li.item_only  {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(219,219,219,0.7);
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid rgba(219,219,219,0.7);
}
.gfield_price_42_4  {
 	position: absolute;
	top: -99999px;
}
ul.donate_icons li.item_yellow strong.padding_added {
	color: #e38600;
	font-size: 28px;
	font-family: "adobe-text-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
}
ul.donate_icons li.item_purple strong.padding_added {
	color: #b800a5;
	font-size: 28px;
	font-family: "adobe-text-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
}
ul.donate_icons li.item_green strong.padding_added {
	color: #01751f;
	font-size: 28px;
	margin-bottom: 0px;
	font-family: "adobe-text-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
}
ul.donate_icons li.item_blue strong.padding_added {
	color: #0015da;
	font-size: 28px;
	margin-bottom: 0px;
	font-family: "adobe-text-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
}
ul.donate_icons li.item_red strong.padding_added {
	color: #bc1822;
	font-size: 28px;
	margin-bottom: 0px;
	border-bottom: 0 !important;
	font-family: "adobe-text-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
}
ul.donate_icons li.item_red {
	border-bottom: none !important;
	padding-bottom: 0;
}
ul.donate_icons li strong.padding_added {
	display: block;
	padding-right: 15px;
	float: left;
	position: relative;
	width: 140px;
	text-align: center;
}

.ol_good_success {
	
}
.ol_good_success p {
	color: #0e094a;
	font-size: 45px;	
	margin: 20px 0 10px 0;
	line-height: 1;
	font-family: "open-sans-condensed",sans-serif;
	font-style: normal;
	font-weight: 700;
}
.ol_good_success p strong {
	font-family: "grafolita-script",sans-serif;
	font-style: normal;
	font-weight: 700;
}


body.page-id-18221 .page_wrapper{
	max-width:1140px; 
}

.rosary_campaign_content h1{
	font-size:32px; 
	text-align:center; 
	font-weight:bold; 
	line-height:30px; 
}

.rosary_campaign_content h2{
	text-align:center; 
	font-size:26px; 
}

.rosary_campaign_content p{
	font-size:14px; 
	line-height:21px; 
	padding-left:0px; 
	padding-bottom:0px; 
	margin-left:20px; 
	margin-right:0px; 
}

.rosary_campaign_image p{
	text-align:center; 
	font-size:11px; 
	margin-top:0px; 
	margin-bottom:0px; 
}

.rosary_campaign_image{
	background-color:rgba(234,234,234,1); 
	padding-top:5px; 
	padding-bottom:5px; 
	margin-top:22px; 
	border-style:solid; 
	border-width:1px; 
	border-color:rgba(75,75,75,0.17); 
	margin-bottom:0; 
}

.rosary_campaign_image img{
	max-width:90%; 
	display:block; 
	margin-right:auto; 
	margin-left:auto; 
	margin-bottom:-9px; 
}

.sponsor_levels{
	margin-bottom:0px; 
	text-align:center; 
	max-width:930px; 
	width: 100%;
	background-color:rgba(232,232,232,1); 
	height:auto; 
	padding-top:5px; 
	padding-right:5px; 
	padding-bottom:5px; 
	padding-left:5px; 
	position:relative; 
	top:auto; 
	left:auto; 
	margin-right:auto; 
	margin-left:auto; 
	margin-top:10px; 
}

.sponsor_levels li{
	padding-left:15px!important; 
	margin-left:0px!important; 
	margin-bottom:0px!important; 
	position:relative; 
	display:block; 
	float:left; 
	background-color:rgba(194,30,30,1); 
	color:rgba(255,255,255,1); 
	border-style:solid; 
	border-width:1px; 
	border-color:rgba(255,255,255,1); 
	padding-top:0px; 
	padding-right:15px; 
	padding-bottom:2px; 
	font-size:18px!important; 
	line-height:21px!important; 
	font-family:Helvetica, Arial, sans-serif; 
	text-shadow:rgba(0, 0, 0, 0.541176) 1px 1px 1px; 
	font-weight:400; 
	width:183px; 
	white-space:nowrap; 
	margin:0; 
}

.sponsor_levels li span{
	font-size:18px; 
	line-height:31px; 
	text-shadow:rgba(0, 0, 0, 0.541176) 1px 1px 1px; 
	padding-top:6px; 
	display:inline-block; 
	word-spacing:0px; 
	letter-spacing:0px; 
	font-weight:bolder; 
}

.sponsor_levels li.color_one{
	background-color:rgba(30,125,194,1); 
}

.sponsor_levels li.color_two{
	background-color:rgba(42,141,52,1); 
}

UL.sponsor_levels > LI > SPAN > I.fa{
	font-size:17px; 
	line-height:21px; 
	padding:0 3px 0 0; 
	display:inline-block; 
	text-shadow:rgba(0, 0, 0, 0.0) 1px 1px 1px; 
	color:rgba(255,255,255,0.34); 
}

.sponsor_levels li.color_last{
	background-color:rgba(175,175,175,1); 
}

.sponsor_levels li.color_three{
	background-color:rgba(194,114,30,1); 
}

.sponsor_levels li.color_four{
	background-color:rgba(106,30,194,1); 
}

DIV#gform_wrapper_208 > FORM#gform_208 > DIV.gform_body > DIV#field_column_2 > UL.gform_fields.top_label.description_above > LI#field_208_4 > DIV.ginput_container.ginput_container_radio > UL#input_208_4 > LI{
	white-space:nowrap; 
	text-overflow:ellipsis; 
}

.petition_sidebar{
	background-color:rgba(242,242,242,1); 
	border-style:solid; 
	border-width:1px; 
	border-color:rgba(221,221,221,1); 
	padding-top:15px; 
	padding-right:15px; 
	padding-bottom:0px; 
	padding-left:15px; 
	font-size:14px; 
}

.petition_sidebar p{
	font-size:13px; 
}



/*
_______________________________
Mobile version - preset code from cssgrid.net */

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

	.examplecontainer {}

	img.lion,
	img.standard {
		display: none;
		position: absolute;	
	}
	.donation_sidebar {
		padding-top: 20px;	
	}
	 #field_column_1,
	 #field_column_2 {
		width: 100%;
		float: none; 
	 }
	#field_column_1 {
		margin-right: 0%;
	}
	#field_column_2 {
		margin-left: 0%;
	}
	#label_204_3_1 {
		font-size: 11px !important;	
		white-space: nowrap ;
	}
}


/******* Imported from CSS Hero on 10/19/2018 ********/


#gform_wrapper_69 h2.gsection_title{
	margin-top:10px!important; 
	font-size:26px; 
	color:rgba(79,79,79, 0.870588); 
}

#gform_wrapper_69 input[type=submit]{
	width:83px; 
}

#gform_wrapper_69{
	padding-top:3px; 
}

h2.band_title{
	font-family:Georgia, Times, serif; 
	color:rgba(39,32,182, 0.870588); 
	font-size:47px; 
	line-height:52px; 
	padding-top:36px; 
}

p.band_text{
	font-weight:bold; 
	font-size:16px; 
	padding-top:11px; 
}

HTML > BODY > DIV.custom_pagewrapper > DIV.container.content_container > DIV.row > DIV.col.l12 > DIV#primary > DIV#content > ARTICLE > DIV.entry-content > DIV.vc_row.wpb_row.vc_row-fluid.vc_custom_1484427160779 > DIV.wpb_column.vc_column_container > DIV.vc_column-inner > DIV.wpb_wrapper > DIV#gform_wrapper_221 > FORM#gform_221 > DIV.gform_body > DIV#field_column_2 > UL.gform_fields.top_label.description_above > LI#field_221_4 > DIV.ginput_container.ginput_container_radio label{
	font-size:13px; 
	color:rgba(0, 0, 0,0.85)!important; 
}

p.band_thankyou_text{
	font-size:18px; 
	font-family:Georgia, Times, serif; 
}

a.fundraising_disclosure{
	font-size:11px; 
	padding-top:17px; 
	display:block; 
	padding-bottom:16px; 
}

HTML > BODY > DIV.custom_pagewrapper > DIV.container.content_container > DIV.row > DIV.col.l12 > DIV#primary > DIV#content > ARTICLE > DIV.entry-content > DIV.vc_row.wpb_row.vc_row-fluid > DIV.wpb_column.vc_column_container > DIV.vc_column-inner > DIV.wpb_wrapper > DIV.wpb_text_column.wpb_content_element > DIV.wpb_wrapper > UL > LI{
	list-style-type:disc; 
	list-style-position:inside; 
}

#gform_wrapper_240 .gsection_title{
	font-size:31px; 
	color:rgba(0, 0, 0,0.8); 
}

#gform_wrapper_240 .gform_fields > li.gsection{
	margin-top:40px!important; 
	margin-bottom:9px; 
}

HTML > BODY > DIV.custom_pagewrapper > DIV.container.content_container > DIV.row > DIV.col.l12 > DIV#primary > DIV#content > ARTICLE > DIV.entry-content > DIV.vc_row.wpb_row.vc_row-fluid > DIV.wpb_column.vc_column_container > DIV.vc_column-inner.vc_custom_1498169984352 > DIV.wpb_wrapper > DIV.vc_row.wpb_row.vc_inner.vc_row-fluid > DIV.wpb_column.vc_column_container > DIV.vc_column-inner > DIV.wpb_wrapper > DIV.wpb_text_column.wpb_content_element > DIV.wpb_wrapper > UL > LI{
	list-style-type:disc; 
	list-style-position:inside; 
	padding-bottom:6px; 
	line-height:17px; 
}

i.fa-circle{
	font-size:8px; 
	position:relative; 
	top:-2px; 
	padding-right:3px; 
	color:rgba(39, 32, 182, 0.87); 
}

#content img.blue-rosary-image{
	background-color:transparent!important; 
	position:absolute; 
	left:-140px; 
	top:45px; 
}

.gform_fields select{
	height:26px!important; 
}

#gform_wrapper_203{
	padding-left:20px!important; 
	padding-bottom:10px!important; 
}

.latest_petition img{
	float:left; 
	margin-right:20px; 
}

.latest_petition_supporters{
	font-size:17px; 
	color:rgba(216,12,12, 0.87); 
	margin-bottom:20px; 
	font-weight:bold; 
	padding-left:8px; 
	padding-right:8px; 
	border-bottom-style:none; 
}

a.sign_this_petition{
	background-color:rgba(216, 12, 12, 0.87); 
	color:rgba(255,255,255,1); 
	text-transform:uppercase; 
	font-weight:bold; 
	padding-top:10px; 
	padding-right:10px; 
	padding-bottom:10px; 
	padding-left:10px; 
	display:inline-block; 
}

a.sign_this_petition:hover{
	color:rgb(255, 255, 255)!important; 
	background-color:rgba(191,6,6,1)!important; 
}

.latest_petition_supporters span{
	color:rgba(0, 0, 0, 0.85); 
}

.additional_petition{
	width:100!important; 
	max-width:31%; 
	float:left; 
	margin-right:1%; 
	margin-left:1%; 
	min-height:366px; 
	margin-bottom:47px; 
	border-style:solid; 
	border-width:1px; 
	border-color:rgba(79, 79, 79,0.26); 
	padding-top:0; 
	padding-right:0; 
	padding-bottom:0; 
	padding-left:0; 
	border-radius:0; 
	-webkit-box-shadow:rgba(0, 0, 0, 0.20) 0px 0px 10px 0px; 
	-moz-box-shadow:rgba(0, 0, 0, 0.20) 0px 0px 10px 0px; 
	box-shadow:rgba(0, 0, 0, 0.20) 0px 0px 10px 0px; 

}

.additional_petition h2{
	font-family:adobe-caslon-pro, Georgia, Times, serif; 
	font-weight:bold; 
	font-size:19px; 
	min-height:76px; 
	padding-right:6px; 
	padding-left:8px; 
	margin-bottom:22px; 
}

a.sign_this_petition_others{
	background-color:rgba(216, 12, 12, 0.87); 
	color:rgb(255, 255, 255); 
	text-transform:uppercase; 
	font-weight:bold; 
	display:block; 
	padding-top:10px; 
	padding-right:10px; 
	padding-bottom:10px; 
	padding-left:10px; 
	margin-bottom:0px!important; 
}

a.sign_this_petition_others:hover{
	background-color:rgb(191, 6, 6)!important; 
	color:rgb(255, 255, 255)!important; 
}

.latest_petition h2{
	font-family:adobe-caslon-pro, Georgia, Times, serif; 
	font-weight:bold; 
	margin-top:0px; 
	padding-top:11px; 
}

a.sign_this_petition_others i{
	float:right; 
	position:relative; 
	top:5px; 
}

h2.recent_petitions{
	font-family:adobe-caslon-pro, Georgia, Times, serif; 
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:rgba(79, 79, 79, 0.26); 
	margin-top:35px; 
	margin-bottom:24px; 
}

.additional_petition .signature_percent_container{
	border-radius:0px; 
	height:20px; 
	margin-top:-4px; 
	margin-bottom:5px; 
}

.additional_petition .signature_percent{
	border-radius:0px; 
	height:19px; 
}

.paradigm_shift_title p{
	text-align:center; 
	font-size:25px; 
	font-weight:bold; 
	margin-top:15px; 
}

.paradigm_shift_title .large_blue_text{
	font-size:36px; 
	color:#1a4393; 
}

.paradigm_shift_title .large_blue_text em{
	font-size:26px; 
	line-height:31px; 
	display:block; 
	font-style:normal; 
}

#gform_wrapper_314 .gfield_label{
	display:none; 
}

#gform_wrapper_314{
	border-width:20px; 
	box-shadow:0px 0px 0px 1px  #c9c9c9; 
}

#gform_wrapper_314 input[type=submit]{
	background-color:#b80000; 
	color:rgba(255,255,255, 0.87); 
	font-weight:bold; 
	text-transform:uppercase; 
	padding-top:5px; 
	padding-bottom:5px; 
	padding-right:15px; 
	padding-left:15px; 
	border-style:none; 
	font-size:17px; 
}

.wp-image-24230{
	max-width:254px!important; 
}

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

	.additional_petition{
		min-height:auto; 
	}


} /* MEDIA QUERY END */

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

	#content img.blue-rosary-image{
		top:auto; 
		right:auto!important; 
		bottom:auto!important; 
		left:auto; 
		position:static; 
		margin-right:auto; 
		margin-left:auto; 
	}

	.latest_petition img{
		float:none; 
		margin-right:auto!important; 
		margin-left:auto!important; 
		display:block; 
	}

	.latest_petition{
		width:100%!important; 
		max-width:461px; 
		margin-right:auto; 
		margin-left:auto; 
	}

	.additional_petition{
		width:100!important; 
		max-width:47%; 
	}


} /* MEDIA QUERY END */

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

	.additional_petition{
		max-width:90%; 
		float:none; 
		margin-right:auto; 
		margin-left:auto; 
	}


} /* MEDIA QUERY END */

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


} /* MEDIA QUERY END */

@media (max-width: 601px) {
  .flex-s {
    display: flex;
    flex-direction: column; /* Stack on top */
  }
  .box-a {
    order: 2; /* Go down, bring Box B up */
  }
}



/* makeform plugin css */
.view.container > .row {
	margin-left: auto;
	margin-right: auto;
}

.view.container {
	border: 1px solid #dedede;
}

.view.container .row {
	margin-bottom: 0;
	padding: 1.25rem;
}

.view.container .header.row,
.view.container .footer.row {
	background-color: #f1f1f1;
}

.view.donate.container .header.row {
	background-color: #00A3DF;
	color: #fff;
}

.view.donate.container .gform_heading {
	display: none;
}

.view.container header {
	margin-bottom: 0;
}

.view.container .header.row h1 {
	margin: 0;
}

.view.container .footer .text {
	float: left;
}

.view.container .footer .social {
	float: right;
}

.view.container .footer .social li {
	float: left;
	margin: 0 15px 15px 0;
	width: 100%;
}

.view.container .footer .social li:last-child {
	margin-right: 0
}

.view.container .footer .social li a {
	color: #fff;
	float: left;
	font-size: 1.25rem;
	padding: 10px 40px;
	position: relative;
	width: 100%;
}

.view.container .footer .social li a:after {
	background-color: #000;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: opacity 125ms ease-in-out;
	top: 0;
}

.view.container .footer .social li a:hover:after {
	opacity: .15;
}

.view.container .footer .social li.facebook a {
	background-color: #3b5998;
}
.view.container .footer .social li.twitter a {
	background-color: #00aced;
}
.view.container .footer .social li.whatsapp a {
	background-color: #1ebea5;
}
.view.container .footer .social li.email a {
	background-color: #00a3df;
}

.view.container .content .amount-group a {
	border: 1px solid #ccc;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .02), 0 1px 2px rgba(0, 0, 0, .05);
	color: #000;
	display: table-row;
	float: left;
	font-size: 1.1rem;
	margin-bottom: 15px;
	padding: 15px 15px 15px 20px;
	transition: background-color 125ms linear, color 125ms linear, border 125ms linear;
	width: 100%;
}

.view.container .content .amount-group a:hover {
	background-color: #e2e2e2;
	color: #222;
}

.view.container .content .amount-group span {
	display: table-cell;
	padding-left: 20px;
	position: relative;
	vertical-align: middle;
}

.view.container .content .amount-group span:last-child:before {
	border-left: 1px solid #ccc;
	bottom: 0;
	content: '';
	left: 2.5%;
	position: absolute;
	top: 0;
}

.view.container .content .amount-group span:first-child {
	font-size: 1.5rem;
	font-weight: bold;
	min-width: 60px;
	padding-left: 0;
}

.view.container header {
	overflow: hidden;
}

.view.container .title-wrapper {
	float: left;
}

.view.container .amount-wrapper {
	background-color: #F1F1F1;
	border: 1px solid #ccc;
	color: #000;
	font-size: 1.5rem;
	float: right;
}

.view.container .amount-wrapper span {
	padding: 0 10px;
}

.view.container .amount-wrapper input {
	border: 0 none;
	border-left: 1px solid #ccc;
	padding: 3px 0;
	text-align: center;
}

.view.container .total-donation-wrapper {
	background-color: #F1F1F1;
	border: 0 none;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	color: #000;
	font-size: 1.4rem;
	margin: 0 -1.25rem;
	padding: 15px;
}

.view.container .total-donation-wrapper span {
	color: #76c248;
}

@media (min-width: 768px) {
	.content-area .row .col-7 {
		float: left;
		margin-right: 5%;
		width: 65%;
	}

	.content-area .row .col-5 {
		float: left;
		width: 30%
	}

	.content-area .view .row .col-7 {
		float: left;
		margin-right: 5%;
		width: 60%;
	}

	.content-area .view .row .col-5 {
		float: left;
		width: 35%
	}

	.content-area .row .col-6:first-child {
		margin-right: 4%;
	}

	.content-area .row .col-6 {
		float: left;
		width: 48%;
	}

	.view.container .footer .social {
		margin-left: 1.25rem;
	}

	.view.container .footer .social li {
		width: auto;
	}
}

/* end makeform plugin css */

#gform_wrapper_380 .gform_body input[type=checkbox]:not(old) + label, #gform_wrapper_380 .gform_body input[type=radio ]:not(old) + label {
    background: none !important;
    position: relative;
}

#gform_wrapper_380 .gform_body input[type=checkbox]:not(old) + label:before, #gform_wrapper_380 .gform_body input[type=radio ]:not(old) + label:before {
    background: url(https://www.tfp.org/act/wp-content/themes/tfp_new_theme/images/checks.png) no-repeat 10px 0;
    border: 1px solid transparent;
    color: #676767;
    content: '';
    display: inline-block !important;
    height: 25px;
    left: 25px;
    line-height: 24px !important;
    margin-left: -28px !important;
    padding-left: 35px !important;
    position: absolute;
}

#gform_wrapper_380 .gform_body input[type=checkbox]:not(old):checked + label:before {
    background-position: 10px -24px;
    color: #000000;
    font-weight: normal !important;
}