/*
Theme Name: GraggBase
Description: GraggBase WordPress Theme
Author: Gragg Advertising
Author URI: http://graggadv.com/
Version: 0
*/

/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
html {
	overflow-x:hidden;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

/* theme styles */
/* basic */
body {
	 font-family: sans-serif;
	 overflow:hidden;
}
.rowspace {
	height: 20px;	
}

.container {
	 max-width: 960px;
	 margin: 0 auto;
     position: relative;
}

.clear {
	 clear: both;
}

img {
	 height: auto;
	 max-width: 100%;
}
#wpadminbar {    display: block;z-index: 9999999;}
p {
margin: 1em 0;
line-height: 22px;
font-size: 14px;
color:black;
font-family: 'Droid Sans', sans-serif;
}
h4 {
    margin: 10px 0px;   
}
ul, li {
	color:#333;
	line-height: 24px;
	font-size: 14px;
	margin-left: 2%;
    list-style-type: none;
}
ul.space li {
     margin: 5px 0px 5px 2%;
}
.footerwidgets {
	list-style-type: none;
	color:#ff00ff;	
}

.footerwidgets, a {
	color:#fffdf5;	
	text-decoration: none;
	font-weight: 200;
}

.footerwidgets, a:hover {
	color:#e52e27;	
	text-decoration: none;
}

.footerwidget_middle {
	color:#fffdf5;
	font-size: 18px;
	font-weight: 200;	
}

.footerwidget_right {
	color:#fffdf5;
	font-size: 18px;
	font-weight: 200;	
}

/*
li a {
    color:#e5c201;
    display:block;
    height:20px;
    width:100px;
}

li a:hover {
    color:#fff;
}*/
.headline {
  font-size: 28px;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 700;
  color:#333;
}	

.subheadline {
  font-size: 20px;
  font-family: 'Arvo', sans-serif;
  font-weight: 500;
  line-height:normal;
  color:#000;
}	
p.features {
  font-size: 12px;
  overflow: hidden;
  text-align:center;
  line-height: 18px;
  color: #747474;
  font-weight: 200;
  line-height: 20px;
  padding-right: 1%;
  padding-left: 1%;
  margin-bottom: 5%;
}

p.subheader {
  font-size: 16px;
  font-weight: 400;
  margin: 1em 0;
  color:#555;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}	

.callout {
  font-size: 14px;
  font-weight: 600;
  margin: 1em 0;
  color:#222;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}	

.footer_txt {
	color:#fffdf5;	
}

.maroon_callout {
  font-size: 16px;
  font-weight: 600;
  margin: 1em 0;
  color:#691010;
  text-transform: uppercase;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}	

#header_top {
     background-color:rgba();
     height: 95px;
}
#header_top .menuWrapper {
    font-size: 12px;
    text-transform: uppercase;
}
#header_top, #header_top a {
	 color: #ffffff;
}
#header_top a, #header_menubar a {
	 text-decoration: none;
}
#header_top .container, #header_menubar .container, #footer_bottom .container {
	 display: table;
	 width: 100%;
     position: relative;
}
#header_top .container .subcontainer, #header_menubar .container .subcontainer, #footer_bottom .container .subcontainer{
	 display: block;
}
#header_top .social_links, #header_top .menuWrapper, #header_menubar .logoWrapper, #header_menubar .menuWrapper, #footer_bottom .footer_legal, #footer_bottom .social_links{
	 display: block;
	 vertical-align: middle;
}
#header_top .social_links, #footer_bottom .social_links, #header_menubar .menuWrapper {
	 text-align: right;
}
#header_top .menu-top-container, #header_top .phone, #menu-top, #menu-top li {
    display: inline;
}
#menu-top li::before {
    content: " | ";
}
#menu-top li:first-child::before {
    content: none;
}
/*#header_search {
	 cursor: pointer;
	 display: inline-block;
	 position: relative;
}
*/
#header_search_form {
	 display: none;
	 position: absolute;
	 right: 0;
	 white-space: nowrap;
}
#searchsubmit {
	background-image: url(/wp-content/themes/GraggBase/img/search.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    border: none;
    width: 20px;
}
#s {
	width: 100px;
    margin-left: 15px;
}
#header_menubar{
	 background-color: #ffffff;
}
#header_menubar .logoWrapper img{
	 display: block;
}
#header_menubar, #header_menubar a {
	 color: #000000;
}
#menuHamburger {
	 display: none;
}
#menu-main li {
	 display: inline-block;
}
#menu-main a {
	 color: #000000;
    display: block;
	 font-size: 14px;
    height: 100%;
    line-height: 60px;
    padding: 0 10px;
	 text-transform: uppercase;
    vertical-align: middle;
}
#menu-main a:hover {
	 background-color: #6b1010;
	 text-decoration: underline;
	 text-decoration-color:#e5c201;
	 color: #ffffff;
	 height: 100%;
}
#menu-main a span {
    white-space: nowrap;
}
#menu-main li.current-menu-item  a span{
	 border-bottom: 2px solid #e5c201;
}
#header_cta {
	 background-color: #860001;
}

#header_cta .rfi-form {
    border: 10px solid rgba(0, 0, 0, 0.25);
    color: white;
    width: 300px;
}
#header_cta .rfi-form form {
    background-color: #6b1010;
    padding: 10px;
}
#header_cta .rfi-form .formCTA {
    font-size: 24px;
    font-weight: 300;
	padding-top: 5%;
	color: #e5c201;
    text-align: center;
}
#header_cta .rfi-form .formDesc {
    font-size: 14px;
	line-height: 16px;
    margin: 1em;
		color: #e5c201;
    text-align: center;
    font-weight: 300;
}
#header_cta .rfi-form .fields input {
    margin: 3px 0;
    padding: 8px 8px 8px 8px;
    width: 100%;
	font-size: 1em;
	text-transform: uppercase;
    font-weight: 300;
}
#header_cta .rfi-form .disclaimer {
    font-size: 8px;
    line-height: 1.5;
	padding-top: 3%;
	padding-bottom: 3%;
	color:#d2ceb8;
    margin: 0.5em 0;
    text-align: justify;
}
#header_cta .rfi-form .submitBtn {
    background-color: #e5c201;
    border: 3px solid #83340d;
	color:#6b1010;
    cursor: pointer;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    padding: 5%;
    text-transform: uppercase;
    width: 100%;
}

#header_cta .container {
    position: relative;
}
#header_cta .greybox p {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 15px;
	font-weight: 200;
	font-size: 24px;
	line-height: 28px;
    color: #ffffff;
    left: 350px;
    margin-right: 75px;
    max-width: 500px;
    padding: 25px;
    position: absolute;
    text-shadow: 1px 1px 2px #000000;
}

.feedWrapper .feedheading {
  font-size: 18px;
  font-weight: 600;
  color: #000;	
  border-bottom:1px solid #d5d5d5;
  border-width: 0, 0, 0, 5px;
  border-style: double;
  padding-top: 3%;
  padding-bottom:2%;
}

.feedWrapper p {
	color:#747474;
	font-size: 14px;
	  margin-bottom: 5%;
}

.article-headline {
	color:#333;
	font-weight: 400;
	font-size: 20px;
	padding-bottom: 3%;
}

.button {
    background-color: #e5c201;
    border: 3px solid #83340d;
	color:#6b1010;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0 auto;
    padding: 2%;
    text-transform: uppercase;
}

.button:hover {
    background-color:  #83340d;
    border: 3px solid #e5c201;
	color:#fff;
}

.main_content {
    background-color: #ffffff;
    overflow: auto;
		padding: 30px 0px;
		padding-top: 110px;
}
.interlude_content {

}

#footer_widgets {
	 color: #ffffff;
	 padding: 50px 10px 50px 10px;
     background-color: #223144;
     min-height: 220px;
     max-height: 1000px;
	overflow: hidden;
}

#footer_bottom {
     background-color: black;
    min-height: 50px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
#footer_bottom .footer_legal {
	 color: darkgray;
	 font-size: 12px;
     float: left;
}
#footer_bottom .social_links, #footer_bottom .social_links a{
	 color: #ffffff;
}
#footer_bottom .social_links a {
	 text-decoration: none;
}

.textwidget {
	color:#dddddd;	
	font-size: 11px;
	line-height: 16px;
	font-weight: 200;
}

.phone_bold {
	font-size: 20px;
	font-weight: 300;	
	line-height: 28px;
}

.social_links a{
	 display: inline-block;
	 padding: 2px;
	 background-color: #6b6b6b;
	 border-radius: 10px;
	 height: 20px;
	 width: 20px;
	 font-size: 16px;
	 line-height: 20px;
	 text-align: center;
}
.social_links a i, #header_searchtoggle i {
	 vertical-align: middle;
}
#footer_bottom .social_links a {
	 font-size: 14px;
	 height: 16px;
	 width: 16px;
	 line-height: 16px;

}
.homepage_programs .heading1, .interlude_content .heading1 {
    font-size: 30px;
	font-weight: 300;
    margin: 1em 0;
    text-align: center;
    text-transform: uppercase;
}

.home_programs .icon {
    background-color: #333333;
    border-radius: 24px;
    float: left;
    font-size: 32px;
    height: 48px;
    line-height: 48px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 48px;
}
.home_programs .icon i {
	 vertical-align: middle;
	 color: #ffffff;
}
.home_programs .description {
    font-size: 14px;
    overflow: hidden;
	color:#747474;
	font-weight:200;
	line-height: 20px;
}
.home_programs .description .heading {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
	color:#000;
}

.home_programs a.content.program {
    color: #000000;
	 display: block;
	 padding: 10px;
	 margin: 0;
	 text-decoration: none;
}
.home_programs a.content.program:hover {
  background-color: #e4dfd1;

}

.home .interlude_content strong {
    color: #6b1010;
	font-weight: bolder;
	font-size: 20px;
	letter-spacing: 1px;
}

.s-a-v_btn {
    background-color: #e5c201;
    border: 3px solid #83340d;
    color: #83340d;
    display: inline-block;
    font-size: 14px;
    margin: 0 auto;
    padding: 5px 15px;
	 text-decoration: none;
    text-transform: uppercase;
    width: auto;
}

.testmonialWrapper .feedheading {
  font-size: 18px;
  font-weight: 600;
  color: #000;	
  border-bottom:1px solid #d5d5d5;
  border-width: 0, 0, 0, 5px;
  border-style: double;
  padding-top: 3%;
  padding-bottom:2%;
}

.testimonial {
    background-color: #e7e2d6;
    color: #6b1010;
    padding: 10px;
}

.testmonialWrapper p {
    color: #6b1010;
	font-size: 24px;
	line-height: 24px;
    padding: 10px;
}

.testimonial .cite {
    color: #000000;
    font-size: 14px;
    margin: 1em 0;
}

.single h1{width:100%;font-size:22px;
    text-align: center;padding:15px;}


/* menu hack 
@media only screen and (min-width: 981px) {
	 #header_top .menuWrapper .menu ul{
		  display: table-cell !important;
	 }
}
@media only screen and (min-width: 400px) {
	 #header_top .menuWrapper .menu ul{
		  display: table-cell !important;
	 }
}
*/




/* ---  CUSTOM CLASSES / ID's --- */

.three {
     max-width: 220px;
     min-width: 220px;
     float: left;
}
.four {
     max-width:320px;
     min-width: 320px;
     float: left;
}
.eight {
     max-width: 640px;
     float: left;
     display: block;
     min-width: 300px;
}
.nine {
     max-width: 690px;
     float: left;
     display: block;
     min-width: 345px;
}
.one-quarter {
     width: 25%;
     float: left;
}
.one-third {
     width: auto;
     max-width: 33%;
     float: left;
     height: auto;
     min-width: 212px;
     display: block;
}
.two-thirds {
     width: auto;
     max-width: 66%;
     float: left;
     height: auto;
     min-width: 212px;
     display: block;
}
.half {
     width: 50%;
     float: left;
     height: auto;
     display: block;
}
.full {
     width: 100%;
}
.pad-l {
     padding-left: 20px;
}
.pad-r {
     padding-right: 20px;
}
.fit {
     display: inline;
}
.right {
     float: right;
}
.left {
     float: left;
}
.logo {
     width: auto !important;
}
#header_top .menu {
     display: block;
}
#header_top .menu li a {
     font-size: 100%;
     display: block;
     height: 60px;
     padding-top: 35px;
     padding-left:5px;
     padding-right:5px;
     color: #333;
     font-weight: 700;
	 text-decoration: none;
	 font-family: 'Lato', Arial, sans-serif;
}
#header_top .menu li {
     list-style-type: none;
     display: block;
     float: left;
}
#header_top .menu li a:hover {
     text-decoration: none;
	 background-color: #20a2bb;
	 color:#fff;
}
#header_top .current_page_item {
     text-decoration: none;
}
#header_top .menu li {
     list-style-type: none;
     display: block;
     float: left;
}
#header_menubar .logoWrapper {
     float: left;
}
.foot-text {
     color: darkgray;
     font-size: 12px;
}
.foot-text a {
     color:#860001;
}
.foot-text a:hover {
     text-decoration: underline;
}
.social_links {
     display: block;
     margin-top: 10px;
     padding-left: 10px;
}
.social_links a:hover {
     background-color:#c0c0c0;
}
.social_links a {
     color:#363636 !important;
}
#footer_widgets a.title {
     font-size: 18px;
     font-family: 'Droid sans', sans-serif;
     color:white !important;
     border-bottom: 1px solid #484848;
     padding-bottom: 10px;
     margin-bottom: 5px;
     display: block;
}
.foot-links p {
       margin: 3px 0px 3px 0px;
}
.foot-links a {
     color: darkgrey;
     font-size: 19px;
     text-decoration: underline;
     text-transform: uppercase;
     padding-left: 20px;
}
.foot-links a:hover {
     color:#860001;
}
#menu-sidebar a {
     border-bottom: 1px solid #cdcdcd;
     color: #333;
     height: 25px;
     width: 97%;
     display: block;
     padding: 5px 0px 5px 3%;
     font-weight: bold;
     font-size: 13px;
     background: -webkit-linear-gradient(left, #e8e8e8, #f4f6f7);
     background: -o-linear-gradient(right, #e8e8e8, #f4f6f7);
     background: -moz-linear-gradient(right, #e8e8e8, #f4f6f7);
     background: linear-gradient(to right, #e8e8e8, #f4f6f7);
}
#menu-sidebar a:hover {
     color: #860001;
     border-right: 2px solid #fdb900;
     background: -webkit-linear-gradient(left, #f4f6f7, #ffffff);
     background: -o-linear-gradient(right, #f4f6f7, #ffffff);
     background: -moz-linear-gradient(right, #f4f6f7, #ffffff);
     background: linear-gradient(to right, #f4f6f7, #ffffff);
}
.the-content a {
     color: #fff;
}
.the-content a.title {
     color: black;
     font-weight: bold;
}
.the-content p {
     width: auto;
     margin: 0 auto;
     line-height: normal;
     margin-top: 1em;
     margin-bottom: 1em;
}
#menu-top-menu .sub-menu {
	width: 250px;
	position: absolute;
	z-index: 9999;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
    
}
#menu-top-menu .sub-menu li {
	display: inline;
	margin: 0px;
	background-color:rgba(0, 0, 0, 0.8);
    
}
#menu-top-menu .sub-menu li a {
	padding: 3px 5px 3px 5px;
	width: 250px;
	height: auto;
    color: white;

}
#menu-top-menu .sub-menu li a:hover {
	background-color:rgba(250, 250, 250, 0.2);
}
.sub-menu li:nth-of-type(1) {
		display: none !important;
}
#full-back {
	display: none;
}
.events {
     
}
.events ul {
     margin: 40px 0px;
}
.events li {
     margin: 20px 0px;
     line-height: 20px;
}
.events b {
     font-size: 20px;
}
.events span {
     color:#860001;
}
.mbtr {
	text-decoration: underline;
	font-size: 20px;
	margin: 20px 0px;
	display: block;
	padding-left: 20px;
}
.top-logo {
    float: left;
}
/*.the-content {*/
     /*text-align: center;*/
/*}*/
.alignleft {
    clear: left;
    float: left;
    margin: 0 1em 0.5em 0;
}
.alignright {
    clear: right;
    float: right;
    margin: 0 0 0.5em 1em;
}
.header-donate {
     float: right;
     margin-right: 25px;
}
.header-donate .more-button {
	font-size: 16px;
}
.f-title {
     width: 33%;
    float: left;
    font-size: 20px;
    color: #4cc5c3;
    margin: 5px 0px;
}
.f-copy {
     color: white;
}
.menu-get-to-know-us-container {
     float: left;
     width: 33%;
}
.menu-about-us-container {
     float: left;
     width: 33%;
}
.menu-get-involved-container {
     float: left;
     width: 30%;
}
#header_top {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9999;
    background-color: rgba(255,255,255, 0.9);
}
#header {
     padding-top: 95px;
}
.donate-text {
     padding: 0px 50px;
}
.gift-fields {
     padding: 0px 50px;
}







/* Front Page Styles */
.top-block {
     text-align: center;
    padding: 0px 0px;
}
.big-bold {
     font-weight: bold;
    font-size: 32px;
    line-height: 35px;
	font-family: 'Lato', sans-serif;
    color: #223144;
}
.thin-gray {
    font-size: 28px;
	line-height: 30px !important;
    color: gray;
	font-family: 'Lato', Arial, sans-serif;
    margin-top: 20px;
}
.more-button {
    padding: 15px 25px 15px 25px;
    font-size: 28px;
	font-weight: 700;
    text-align: center;
    background-color: #e52e27;
	font-family: 'Lato', Arial, sans-serif;
    display: block;
    max-width: 275px;
    margin: 0 auto;
    margin-top: 25px;
	color:#fff !important;
}
.more-button:hover {
     background-color: #20a2bb;
     color: white;
}
.fiftey-fiftey {
     text-align: center;
     position: relative;
}
.fiftey-fiftey p {
     margin: 0;
}
.ff-1 {
     width: 50%;
    float: left;
    min-height: 500px;
    background-image:url('/wp-content/themes/GraggBase/img/front-left.jpg');
     background-size: cover;
}
.ff-2 {
     width: 50%;
    float: left;
    min-height: 500px;
     background-image:url('/wp-content/themes/GraggBase/img/front-right.jpg');
     background-size: cover;
}
.shade {
     width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.4);
    min-height: 500px;
}
.wwd-left {
     margin: 0px;
    text-align: right;
    color: white;
    font-size: 30px;
    padding-top: 50px;
    font-family: 'droid', sans-serif;
    text-shadow: 2px 2px 2px black;
    text-transform: uppercase;
    margin-right: 5px;
}
.wwd-right {
     margin: 0px;
    text-align: left;
    color: lightgray;
    font-size: 30px;
    padding-top: 50px;
    font-family: 'droid', sans-serif;
    text-shadow: 2px 2px 2px black;
    text-transform: uppercase;
    margin-left: 5px;
}
.front-services {
     font-size: 65px;
	 color:#fff;
    font-family: 'Lato', sans-serif;
    padding-top: 27%;
    display: block;
	font-weight: 400;
    text-shadow: 2px 2px 2px black;
    padding-bottom: 30%;
	line-height:60px;
}
.front-stories {
    font-size: 65px;
	 color:#fff;
    font-family: 'Lato', sans-serif;
    padding-top: 27%;
    display: block;
	font-weight: 400;
    text-shadow: 2px 2px 2px black;
    padding-bottom: 30%;
	line-height:60px;
}
.three-columns {
     text-align: center;
     background-color: #4cc5c3;
     min-height: 450px;
}
.threec-1 {
     width: 25%;
    float: left;
    background-color:#4cc5c3;
    min-height: 290px;
}
.threec-2 {
     width: 25%;
    float: left;
    background-color:#4cc5c3;
    min-height: 290px;
}
.threec-3 {
     width: 25%;
    float: left;
    background-color:#4cc5c3;
    min-height: 290px;
}
.threec-4 {
     width: 25%;
    float: left;
    background-color:#4cc5c3;
    min-height: 290px;
}
.threec-1 div {
     border-right: 1px solid whitesmoke;
}
.threec-3 div {
     border-left: 1px solid whitesmoke;
     border-right: 1px solid whitesmoke;
}
.threec-head {
     text-transform: uppercase;
    color: white;
    font-family: 'droid', sans-serif;
    margin: 0;
    padding-top: 60px;
    font-size: 30px;
    padding-bottom: 40px;
    line-height: 30px;
}
.threec-dark {
     color:#223144;
}
.three-columns .fa {
     font-size: 60px;
    margin: 0px;
    margin-bottom: 30px;
}
.stat {
     color: white;
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.desc {
     color: white;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
     padding: 0px 5px;
}
.learn-link {
     color: #960530;
    font-weight: bold;
    font-family: 'arvo', sans-serif;
}
.learn-link:hover {
     cursor: pointer;
     color: white;
}
/* Font Awesome
fa-comments-o [&#xf0e6;]
fa-calendar [&#xf073;]
fa-gift [&#xf06b;]
fa-user-plus [&#xf234;]
*/
.the-difference .fa {
     font-size: 50px;
    padding: 13px;
	min-width: 60px;
    min-height: 55px;
}
.difference {
     font-size: 34px;
    text-align: center;
    color: #4cc5c3;
     text-transform: uppercase;
     line-height: 30px;
}
.diff-dark {
     color: #223144;
     font-weight: bold;
}
/*
.the-difference .one-quarter p {
     text-align: center;
    font-size: 25px;
    font-family: 'arvo', sans-serif;
} */
.the-difference .one-quarter {
     text-align: center;
     font-size: 25px;
    font-family: 'arvo', sans-serif;
    color:#333;
}
a.one-quarter:hover {
     text-shadow: 2px 2px 2px gray;
     color:#e52e27 !important;
}
.home .main_content {
     padding:40px;
}
.help-buttons a:hover {
     color:#e52e27 !important;
}

.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.white {
	color:white;
}
.fancyTitle {
	font-size: 34px;
    text-transform: uppercase;
	margin: 0px;
	line-height: 1.3;
}
.fancyHR {
	width: 100px;
    border-color: turquoise;
	margin: 40px 0px;
	border-width: 2px;
}
.fancyHR-right {
	width: 100px;
    border-color: turquoise;
    margin: 20px 0px;
    float: right;
    margin-left: 100%;
    border-width: 2px;
}
.bigText {
	font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    font-family: 'Lato', sans-serif;
    color: #555;
    text-align: left;
	margin: 0px;
    margin-bottom: 20px;
}
.skewTopDown {
	display: block;
    height: 90px;
    background-color: white;
    transform: skewY(3deg);
    margin-top: -37px;
}
.skewTopUp {
	display: block;
    height: 90px;
    background-color: white;
    transform: skewY(-3deg);
    margin-top: -52px;
}
.skewBottomUp {
	display: block;
    height: 90px;
    background-color: white;
    transform: skewY(-3deg);
    margin-bottom: -37px;
}
.skewBottomDown {
	display: block;
    height: 90px;
    background-color: white;
    transform: skewY(3deg);
    margin-bottom: -37px;
}




.successStories {
	background-image: url(/wp-content/themes/GraggBase/img/SS.jpg);
    background-size: cover;
    padding: 150px 0px;
    height: 275px;
    background-position: top;
}
.successP {
	font-size: 22px;
    line-height: 1.2;
    font-weight: 300;
}
.block-Right {
	width: 50%;
	min-width: 300px;
	float: right;
}


.turqBG {
	background-color: #4cc5c3;
}
.turqBG.support {
	margin-top: -55px;
    padding-top: 75px;
    margin-bottom: 15px;
    min-height: 400px;
    padding-bottom: 100px;
	overflow: auto;
}
.displayBlock {
	display: block;
}
.displayNone {
	display: none;
}
.whatWeDo {
	background-image: url(/wp-content/themes/GraggBase/img/WWD.jpg);
    background-size: cover;
    background-position: top;
	padding: 50px 0px;
    padding-top: 150px;
    min-height: 300px;
}
.whatWeDo-Right {
	
}

.dynamix {
	width: 65%;
    float: left;
    text-align: center;
    padding-top: 50px;
}
.dynamix .stat {
	color: black;
	font-size: 75px;
	text-align: center;
}
.dynamix .desc {
	color: black;
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.3;
}
.selectorBox .active {
	color: black;
}
.HRMid {
	width: 100px;
	border-color: #333;
	margin: 0 auto;
	margin-top: 45px;
}


.selectorBox {
	width: 35%;
	float: left;
}
.selectorBox .icon {
	position: absolute;
}
.selectorBox .icon.nIcon {
	bottom:0px;
}
.selectorBox .icon:hover {
	cursor: pointer;
}
.conceal {
	width: 120px;
    margin: 23px;
    float: left;
    overflow: hidden;
    height: 120px;
	position: relative;
}
#shelter {
	
}
#shelterNum {
	
}
#meals {
	
}
#mealsNum {
	
}
#medical {
	
}
#medicalNum {
	
}
#salvations {
	
}
#salvationsNum {
	
}





/*
===========================================================================================

								CUSTOM CITY UNION MISSION STYLES

===========================================================================================
*/


#content {
	padding: 0px 200px;
}
.subheadline {
	font-family: 'Lato', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 225%;
	font-weight: 300;
	line-height: normal;
	color:#20a2bb;	
}

.graybg {
	background-color:#f3f3f3;	
	width: 100%;
	padding-top: 40px;
	padding-bottom: 80px;
	display: inline-block;
}

.whitebg {
	background-color:#fff;
	padding-top: 40px;
	padding-bottom: 80px;
}

.superbold {
	color:#333;
	font-weight: bold;
	font-size: 18px;
	line-height:normal;	
}

.left {
	text-align: left;
	min-height: 250px;
}

.left-align {
	text-align: left;
	float:left;
}

.home_needs {
	min-height: 300px;
}

.subheadline-sm {
 	font-family: 'Lato', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
	line-height: normal;
    color: #e52e27;
}	
.fieldz {
	  -webkit-border-radius: 3px;
	  -khtml-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	  padding-left: 5px;
	  border: 1px solid #666666;
	  background-color: #F8F8F8;
	  margin-bottom: 8px;
	  border-radius: 3px !important;
	  padding: 4px 3px;
}
.gift-fields .fieldz {
	    vertical-align: top;
}
.f-header {
     margin: 5px 0px;
     color:#4cc5c3;
     font-size: 20px;
}
.footerwidget_right ul {
     margin: 0px;
}
.footerwidget_right li {
     color:white;
}
.cross {
     width: 40px;
    margin-bottom: 15px;
}
.f-half {
     width: 50%;
     float: left
}
.f-logo {
     width: 50%;
     float: left;
     background-color: #ffffff;
    border-radius: 30px;
}
#b-post {
	
}
.success-story {
	
}
.category-success-stories .listing-item {
	display: inline-block;
	background-color: #223144;
	overflow: auto;
	text-align: left;
	width: 48%;
	float: none;
	margin: 1%;
	min-height: 570px;
	vertical-align: top;
}
.category-success-stories .title {
    font-size: 35px;
    width: auto;
    text-align: left;
    margin: 10px 0px;
    display: inline-block;
    padding: 0px 10px;
    color: #4cc5c3 !important;
	line-height: 30px;
}
.category-success-stories .title:hover {
	cursor: default;
}
.category-success-stories .listing-item .content {
	padding:0px 10px;
}
.category-success-stories .listing-item .content p {
	color: white;
    line-height: 26px;
    
}
.category-success-stories .listing-item iframe {
	width: 100%;
    margin: 10px 0px;
    display: block;
}




.page-template-blog-php .listing-item {
	display: block;
    background-color: #223144;
    overflow: auto;
    text-align: left;
    width: 48%;
    float: left;
    margin: 1%;
	min-height: 290px;
}
.page-template-blog-php .listing-item .title {
	font-size: 24px;
    width: auto;
    text-align: left;
    margin: 10px 0px;
    display: block;
    padding: 0px 10px;
    color: #4cc5c3 !important;
	line-height: 30px;
	text-decoration: underline;
}
.page-template-blog-php .listing-item .title:hover {
	color:#e52e27 !important;
}
.page-template-blog-php .listing-item .excerpt-dash {
	display: none;
}
.page-template-blog-php .listing-item .excerpt {
	color: white;
    line-height: 26px;
    min-height: 163px;
	padding: 0px 10px;
	display: block;
}
#searchify {
	display: inline-block;
	float: left;
	height: 60px;
    padding-top: 35px;
    padding-left: 5px;
    padding-right: 5px;
}
#searchify label {
	display: none;
}
.whiteHR {
	width: 100px;
	border-color: white;
	border-width: 2px;
}
.sliderz {
	    overflow: hidden;
		padding: 0px 0px;
}
.home_needs ul {
     display: block;
     min-height: 120px;
}
.home_needs li {
     list-style-position: inside !important;
}
.vol-block ul {
     display: block;
     min-height: 120px;
}
.needs-block ul {
     display: block;
     min-height: 120px;
}
.vol-block {
     text-align: center;
}
.needs-block {
     text-align: center;
}
.login-stuff {
     display: block;
    background-color: #223144;
    float: left;
    margin: 0 auto;
    text-align: center;
    width: 18%;
    margin: 1%;
}
.login-stuff:hover {
     background-color:#e52e27;
}

.main_content a {
     color:red;
}
.main_content a:hover {
     color:red;
}
.main_content li {
     list-style-position: inside !important;
}


a.black  {
	color: black;
}
.the-difference p {
	
}

.jobApplyForm-form {}
#apply-form {
	display: block;
	padding: 10px 5%;
	background-color: #E3E3E3;
	width: 90%;
}
#apply-form.graggform input, #apply-form.graggform select, #apply-form.graggform textarea {
	
}
#mobile-topbar {display: none;}
#apply-form.graggform .submitBtn {
	    width: 100%;
    background-color: transparent;
    border: 3px solid #B15441 !important;
    border-radius: 50px;
    color: #B15441 !important;
		font-weight: bold;
}
.apply-sectionHeader {
		font-weight: bold;
		font-size: 27px;
		text-align: center;
		background-color: lightgray;
		padding: 20px 0px;
		margin-top: 40px;
		margin-bottom: 20px;
		color: #B15441 !important;
}
.bigNumber {
	font-weight: bold !important;
	font-size: 50px !important;
	margin: 0 auto !important;
}
.steps {margin:75px 0px;}
.steps img {width: 200px;margin-bottom: -20px;margin-top: -15px;}
.documentText {
	font-weight: bold !important;
	font-size: 27px !important;
	text-align: center !important;
	margin:0 auto !important;
}
.whitBoxBlueLink a {
	    background-color: white;
    width: 200px;
    display: block;
    margin: 0 auto;
    padding: 10px 0px;
    margin-top: 12px;
    color: rgb(37,64,143) !important;
}
.documentForm {}
.documentForm input {
	    background-color: white;
    padding: 3px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
.documentForm input[type="submit"] {
	    color: #B04331 !important;
    font-weight: bold;
    font-size: 22px;
    border: 2px solid #B04331;
    border-radius: 25px;
    padding: 6px 40px;
    float: none;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
}

#apply-form.graggform label {
		white-space: normal;
		width: 94%;
		display: inline-block;
		vertical-align: middle;
		margin-top:10px;
}
#apply-form input[type="checkbox"]  {
		display: inline-block;
		width: 3%;
		vertical-align: middle;
		margin-top:20px;
}
.main_content  #apply-form li {
	list-style-type: unset;
	list-style-position: outside !important;
	margin: 10px 0px;
}
#apply-form .inlineFieldTainers {}
#apply-form .inlineFieldTainers input {
	width: 200px;
	border-bottom: 2px solid #333;
	border-radius: 0px;
	margin-right: 25px;
}
#apply-form .inlineFieldTainers label {width: auto;}
#apply-form .multiColumTainer {position: relative;}
#apply-form .multiColumTainer .third {width:30%;display: inline-block;}
#apply-form .multiColumTainer .half {width:45%;display: inline-block;}
.oddLabel {    width: 100% !important;}
.apply-sectionSubheader {    font-weight: bold;margin-top: 20px;}
.applyHOne {
	    color: #B15441 !important;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    margin: 10px 0px;
}


/* OLD AVADA STYLES */
    .pppro_footer { width:580px; margin:0 auto; text-align:right; padding-top:15px;}

    .form_container h1 { font-size:28px; font-weight:bold;text-shadow: 1px 1px 0 white; text-align:left; width:580px; margin:0 auto; padding-bottom:20px; color:#666; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; padding-top:30px;}
    .clr { clear:both;}

    /**** PROCESSING PAGE (REDIRECTION) ****/
    .wait_msg { font-size:16px; }


    /**** ACCORDIONS STYLING ****/
    #accordion {width: 580px;border:1px solid #EEE; color:#000; background-color:#20a2bb;	}
    /* accordion header */
    #accordion h2 {background:#e4e4e4;margin:0;text-align:left;	height:30px;padding:10px 0 0 15px;font-size:18px;font-weight:bold;color:#000;border:1px solid #fff;		border-bottom:1px solid #ddd;cursor:pointer;text-shadow: 1px 1px 0 white;}
    /* currently active header */
    #accordion h2.current {	cursor:default;background-color:#EEE;}
    /* accordion pane */
    #accordion .pane {border:1px solid #fff; border-width:0 2px;  padding:15px;	 color:#000; font-size:12px; text-align:left;}
    .ui-widget { width:580px;}
    .ui-widget .ui-state-error, .ui-widget .ui-state-error p, .ui-widget .ui-state-highlight, .ui-widget .ui-state-highlight p, .ui-widget .ui-state-info, .ui-widget .ui-state-info p { font-size:13px; text-align:left;}
    .ui-widget .ui-state-info { padding-top: 10px !important; padding-bottom: 10px !important;}
    /**** FORM STYLING ****/
    .pppt_form label { float:left; width:140px; font-size:17px; font-weight:bold; text-align:right; padding:4px 5px 0 0;}
    .pppt_form .long-field { float:left; -webkit-border-radius: 3px;-khtml-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;width:300px;height:20px;padding-left:5px;border:1px solid #666666;
background-color:#F8F8F8;margin-bottom:8px;}
    .pppt_form .long-field:hover { border:1px solid #CCC;}
    .pppt_form .long-field:focus { border:1px solid #6B1289;}
    .pppt_form .small-field { float:left; -webkit-border-radius: 3px;-khtml-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;height:20px;padding-left:5px;border:1px solid #666666;
background-color:#F8F8F8;margin-bottom:8px; margin-right:10px;}
    .pppt_form .small-field:hover { border:1px solid #CCC;}
    .pppt_form .small-field:focus { border:1px solid #6B1289;}
    .pppt_form .lft-field { float:left; margin-right:10px; margin-bottom:8px;}
    .pppt_form .paypal { margin-top: 6px;}
    .pppt_form .submit-btn { margin:0 auto; width:119px; margin-top:15px;}

    .pppt_form .textarea { float:left; -webkit-border-radius: 3px;-khtml-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;padding-left:5px;border:1px solid #666666;
background-color:#F8F8F8;margin-bottom:8px;width:300px;}
    .pppt_form .textarea:hover { border:1px solid #CCC;}
    .pppt_form .textarea:focus { border:1px solid #6B1289;}
    
    /******* HINT STYLING ********/
    .hint { width:450px; height:300px; background-color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000; text-align:center; margin:0; padding:10px;}
    .hint p { margin:10px 0 10px 0; text-align:center;}
    /*.hint {display:none;}
    .hintbtn:hover .hint {display:block !important;}*/
    .error { color:red; padding:3px 0 0 5px; font-weight: bold; display: inline-block;}
    
        /**** CONTACT FORM STYLING ****/
    .pppc_form label { float:left; width:200px; font-size:13px; font-weight:bold; text-align:right; padding:4px 5px 0 0;}
    .pppc_form .long-field { float:left; -webkit-border-radius: 3px;-khtml-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;width:245px;height:20px;padding-left:5px;border:1px solid #666666; background-color:#F8F8F8;margin-bottom:8px;}
    .pppc_form .long-field:hover { border:1px solid #CCC;}
    .pppc_form .long-field:focus { border:1px solid #6B1289;}
    .pppc_form .small-field { float:left; -webkit-border-radius: 3px;-khtml-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;width:60px;height:20px;padding-left:5px;border:1px solid #666666; background-color:#F8F8F8;margin-bottom:8px; margin-right:10px;}
    .pppc_form .small-field:hover { border:1px solid #CCC;}
    .pppc_form .small-field:focus { border:1px solid #6B1289;}
    .pppc_form .lft-field { float:left; margin-right:10px; margin-bottom:8px;}
    .pppc_form .lft-field-radio { float:left; width:20px; margin-right:4px; margin-left:4px; margin-bottom:8px;}
    .pppc_form .txt-area { float:left; -webkit-border-radius: 3px;-khtml-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;padding-left:5px;border:1px solid #666666; background-color:#F8F8F8;margin-bottom:8px; margin-right:10px; }
    .pppc_form .txt-area:hover { border:1px solid #CCC;}
    .pppc_form .txt-area:focus { border:1px solid #6B1289;}
    .pppc_form .paypal { margin-top: 6px;}
    .pppc_form .submit-btn { margin:0 auto; width:119px; margin-top:15px;}
    
    /*.post-content blockquote{background-color:#c7bdaf !important; padding-bottom:40px !important;}*/
    
    #content {
     padding:0px 0px;
    }
  
  .mc_reg th:nth-child(1), .mc_reg th:nth-child(2) {
    width: 10%;
    font-size: 11px;
}
.mc_reg th:nth-child(3) {
    width: 10%;
    font-size: 11px;
}
  .mc_reg th {
    text-align: center;
    padding: 5px;
}
  .mc_reg td {
    text-align: center;
    padding: 5px;
}
  .mc_reg td:nth-child(1), .mc_reg td:nth-child(2) {
    width: 12%;
}
.mc_vol td:nth-child(1), .mc_vol td:nth-child(2) {
    width: 33%;
}
.mc_vol td {
    text-align: center;
    padding: 5px;
}
.mc_banner {
    width: 600px;
    margin: 5px 15px 0px 0px !important;
    box-shadow: 1px 1px 5px rgba(50, 50, 50, .75);
}
.mc_vid {
    width: 290px;
}
#mc_registry {
     height: 225px;
}
#mc_registry div.mc_reg {
     height: 190px !important;
}
.social-networks-light .facebook a {
    background-image: url("/wp-content/themes/Avada/images/fb.png") !important;
}
.social-networks-light .twitter a {
    background-image: url("/wp-content/themes/Avada/images/tweet.png") !important;
}
.social-networks a {
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    background-repeat: no-repeat;
    background-position: top left !important;
     width: 46px;
    height: 46px;
}
.social-networks li {
    margin: 0 0 0 20px;
    position: relative;
    height: 50px;
    display: block;
}



/* END Old Avada Styles */



















.the-content .redlink {
	color: #e52e27;
}

.the-content ul li {
	list-style-type: circle;
	list-style-position:outside;
	padding-left: 12px;	
}


.circle-icon {
    background: #20a2bb none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    height: 75px;
    line-height: 75px !important;
    text-align: center;
    vertical-align: middle;
    width: 75px;
}

.f-icons i {
     font-size: 42px;
}
.f-icons a {
     float: left;
    display: block;
    text-align: center;
    width: 9%;
    margin-top: 30px;
}
.soc-blog {
     background-image: url("/wp-content/themes/GraggBase/img/white_blog.png");
    text-indent: 9999px;
    background-size: contain;
    height: 45px;
    background-repeat: no-repeat;
    margin-left: 10px;
}
.soc-blog:hover {
     background-image:url("/wp-content/themes/GraggBase/img/red_blog.png");
}
/*.a-logos li {
     display: block;
    float: left;
    width: 25%;
    padding: 10px;
    padding-bottom: 0px;
}
*/
.far-left .textwidget .f-half.a-logos{
    width:70% !important;
}

.far-right .textwidget .f-half.a-logos{
    width:50% !important;
}
.why {
     color:#e52e27;
}
.help-i {
     font-size: 42px !important;
    height: 60px;
    line-height: 65px !important;
    display: block !important;
    border: 1px solid black;
    border-radius: 30px;
    width: 65px;
    margin: 0 auto;
	min-width:65px;
}
.help-buttons {
     display: block;
    /*width: 325px;*/
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
.page-id-6592 .help-buttons {
    width: 100%;
}
.help-buttons.first-row {
	padding: 0px 12.5%;
  width: 75%;
}
.help-buttons.first-row li {
	width: 33%;
}
.help-buttons li {
    display: block;
    float: left;
    text-align: center;
    padding: 0px !important;
    width: 25%;
    margin: 0 auto;
	min-width:160px;
	margin-top: 25px;
}
.help-buttons a {
     display: block;
    text-align: center;
    padding: 0px !important;
    color: black;
    font-weight: bold;
	min-height: 130px;
	line-height: 18px;
}
.cross-2 {
     width: 28px;
    margin: 0 auto;
    margin-bottom: 15px;
    border: 1px solid black;
    border-radius: 30px;
    padding: 10px 15px;
}
.help-buttons a:hover {
     text-shadow: 2px 2px 2px gray;
}
.help-buttons li:hover {
     border-width: 2px;
}
.halves {
     width: 440px;
     float: left;
}
.boxy {
     padding:10px;
     margin: 5px;
     display: block;
    border: 2px solid #f1f1d4;
    box-shadow: 1px 1px 5px rgba(50, 50, 50, .75);
    background-color: #f1f1d4;
}
.red-boxy {
     padding:10px;
     margin: 5px;
     display: block;
    border: 2px solid #f1f1d4;
    box-shadow: 1px 1px 5px rgba(50, 50, 50, .75);
    background-color: red;
    color: white;
}
.spoot {
     text-decoration: none;
	 background-color: #20a2bb;
	 color:white !important;
}
.page-id-993 .the-content {
	text-align: left;
}
.page-id-1015 .the-content {
	text-align: left;
}
.far-left .f-half {
     float:right;
}
.far-left .f-half li {
     float : right;
}
.log-three {
     padding-top:35px !important;
}
.page-id-748 .graggform .comments {
     display:block;
     margin: 0 auto;
    margin-top: 1%;
}
#edit-submitted-inquiry-type {
     -webkit-appearance: none;
     appearance:none;
    border-radius: 0px;
    color: gray;
}
.accordion-header {
     font-family: 'Lato', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 225%;
    font-weight: 300;
    color: #20a2bb;
}
.jumpy {
	margin-top: 20px;
    margin-bottom: -20px;
    font-size: 32px;
}
.jumpy .fa {
	color:#20a2bb;
}
.showme {
	display:block !important;
}
.page-id-2162 .graybg {
	padding-top:0px;
	padding-bottom:10px;
}
.page-id-2162 .whitebg {
	padding-top:0px;
	padding-bottom:10px;
	display: inline-block;
}
.page-id-5473 .graybg {
	padding-top:0px;
	padding-bottom:10px;
}
.page-id-5473 .whitebg {
	padding-top:0px;
	padding-bottom:10px;
}
.single-post .the-content img {
     float: left;
     margin:10px;
}
.single-post .the-content img.alignright{
    float:right !important;
    margin:10px;
}
.the-content img.aligncenter {
    float: none;
    margin: 1em auto;
    display: block;
}
.single-post .the-content p {
     font-family: 'Arvo';
    line-height: 28px;
    margin: 15px 0px;
}

.page-id-1301 .main_content .image {
	float:left;
	margin:10px;
}

#attachment_6338 {
	float:left;
	margin:10px;
}
#attachment_6338 p {
	font-size: 12px;
}
.page-title {
	font-size:30px;
	font-weight:bold;
}
.category-light-edition .listing-item a.title {
	display:none;
}
.category-light-edition .listing-item {
	float: left;
    width: 30%;
    margin: 0 auto;
    padding: 10px;
	text-align:center;
}
.page-template-donate-php .full-width a {
	color:red;
}
.page-template-monthly_giving-php .full-width a {
	color:red;
}
.donate-menu a {
	color:white !important;
}
.page iframe {
	/*min-height:800px; */
}
.page-id-7158 iframe {
	min-height:2500px;
}


.post-s{
	font-size:20px;
}
#donations {
	padding-top: 40px;
}
#donations h2 {
	font-weight: bold;
    font-size: 23px !important;
    border-bottom: 1px solid gray;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .radio-text {
	display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
  }
  .radio-text input {
	margin-top:0px;
  }
  .j-select {
	width: 100%;
    overflow: auto;
    min-height: 70px;
  }
  .j-select li {
	display: block;
    float: left;
    text-align: center;
    margin-left: 1% !important;
  }
  .j-select a {
	display: block;
    font-size: 20px;
    padding: 12px 25px;
    background-color: #58b9da;
    color: white !important;
    margin: 5px 2px;
    border-radius: 5px;
	border:2px solid #58b9da;
  }
  .j-select a:hover {
	 background-color:#20A2BB;
	 cursor:pointer;
	 border-color:#20A2BB;
  }
  #donations .pane {
	margin-bottom: 20px;
  }
  .donate-menu {
	text-align: center;
  }
  .donate-menu li {
	display: block;
  }
  .donate-menu li a {
	width: 45%;
    float: left;
    margin: 0px 1%;
    padding: 10px 0px 10px 0px;
	color:#fff;
	font-weight: 700;
	margin-bottom: 25px;
    margin-top: 25px;
	background: #58b9da;
    background: -webkit-linear-gradient(#58b9da, #1889da);
    background: -o-linear-gradient(#58b9da, #1889da); 
    background: -moz-linear-gradient(#58b9da, #1889da);
    background: linear-gradient(#58b9da, #1889da);
	border: 2px outset #58a9da;
  }
  .donate-menu li a:hover {
	cursor: pointer !important;
  }
  .d-selected {
	border:2px inset #e52e27 !important;
	background: #e52e27 !important;
  }



/* FOOTER redo 07/26/16 */
#footer_new {background-color: #223144; color: #ffffff; display: table; padding: 20px 2%; width: 96%;}
#footer_new .menu-get-involved-container, #footer_new .affiliate-logos, #footer_new .logosocial{display: table-cell; vertical-align: top}
#footer_new .menu-get-involved-container{float: none; width: 140px}
#footer_new .affiliate-logos{text-align: center; width: auto;}
#footer_new .logosocial{width: 250px; text-align:right;}
.affiliate-logos a {display: block; height: 100%; line-height: 0}
.affiliate-logos li {display: inline-block;height: 64px;margin: 0 .1em;}
.affiliate-logos img {max-height: 100%; width: auto;}
.logosocial .logo {background-color: #ffffff;border-radius: 20px;}
.logosocial .social {text-align: center;}
.logosocial .social a {display: inline-block; vertical-align: middle}
.logosocial .social .fa {font-size: 32px}
.logosocial .social a.blog img{height: 32px; width: auto}

.pfund-stat {float:none !important;display:inline-block;}
.bikerIcons {display: inline-block;}







/* MEDIA QUERIES! */

@media only screen and (max-width: 1900px) {
     #header_top .menu {
          display: block;
     }
	 
}
@media only screen and (max-width: 1555px){
	#searchify {
		
	}
}

@media only screen and (max-width: 1380px) {
     .header-donate {
          margin-right: 0px;
     }
     #header_top .menu li a {
          font-size:110%;
     }
	 #searchify {
		margin:0 auto;
		margin-top:1px;
	 }
}
@media only screen and (max-width: 1185px) {
     #header_top .menu li a {
          font-size:90%;
     }
     .header-donate .more-button {
          font-size: 19px;
          padding: 10px 15px;
     }
	 #searchify input#s {
		width:100px;
	 }
}

@media only screen and (max-width: 1050px) {
     .top-logo {
          min-width: 0px;
     }
}


/* 980 tweaks */
@media only screen and (max-width: 980px) {
	 .container {
		  margin: 0 10px;
		  width: auto;
	 }
	 #header_top .container, #header_menubar .container, #footer_bottom .container {
		  margin: 0;
		  width: 100%;
	 }
	 .row {margin: 0;}
	 .greybox {display: none}
	 .cta .rfi-form {
		  width: auto;
		  margin: 0 auto;
		  max-width: 640px;
	 }
	 #header_menubar .menuWrapper {
		  display: none;
	 }
	 #header_menubar .container, #header_menubar .container .subcontainer{
		  display: block;
		  padding: 0;
	 }
	 #header_menubar .logoWrapper {
		  display: block;
		  float: none;
	 }
	 #header_menubar .logoWrapper img {
	     display: inline-block;
	 }
	 #menuHamburger {
		  cursor: pointer;
          display: block;
          font-size: 30px;
          padding: 10px;
          text-align: center;
          background-color: black;
          border: 1px solid white;
          position: relative;
          z-index: 99999;
	 }
	 #menu-main li {
		  display: block;
		  height: auto;
		  margin: 0;
		  text-align: center;
	 }
	 #menu-main li a{
		  line-height: normal;
		  padding: 5px 0;
		  font-size: 24px;
	 }
	 #menu-main {
		  height: auto;
		  line-height: normal;
	 }
     #header_top .menuWrapper .menu {
          display: none;
     }
     #header_top .menuWrapper ul li a{
          max-width: 100%;
          display: block;
          border: 1px solid white;
          margin: 0px;
          padding: 25px;
          text-align: center;
          height: auto;
          background-color: black;
          color: white;
     }
     #header_top .menuWrapper ul li a:hover {
          background-color:rgba(0, 0, 0, 0.9);
     }
     #header_top .menuWrapper ul li {
          float: none;
          margin: 0px;
          
     }
     #header_top .menuWrapper ul  {
          position: relative;
          z-index: 9999;
          margin: 0;
     }
	 #header_top .menuWrapper .sub-menu {
		width: 100%;
		display: none;
	 }
	 #menu-top-menu .sub-menu li a {
		width: auto;
		background-color:#3f3f3f !important;
	 }
	 .sub-menu li:nth-of-type(1) {
		display: block !important;
	 }
     .the-content {
          padding-right: 0px;
					width:95%;
					margin: 0 auto;
     }
     .top-logo {
          padding-top: 42px;
          width: 225px;
          max-width: 55%;
     }
     .the-content {
          padding: 0px 100px;
     }
     #content {
          padding:0px 100px;
     }
     .menuWrapper {
          position: fixed;
          top: 0px;
          width: 100%;
     }
     .header-donate {
          padding-top: 28px;
          max-width: 45%;
     }
     .login-stuff {
          min-width: 200px;
     }
     .graggform .submitBtn {
          font-size:18px;
     }
	 #searchify {
		float: none;
		padding-top: 65px;
		text-align: center;
	 }
	.help-buttons li {
		width: 33%;
	}
	#footer_new {display: block;}
	#footer_new .menu-get-involved-container, #footer_new .affiliate-logos, #footer_new .logosocial{display: block; padding-bottom: 30px; text-align: center; width: auto}
	#footer_new .menu-get-involved-container{float: none}
	
	.help-buttons.first-row {
		padding: 0px 0px;
		width:100%;
	}
	.help-buttons.first-row li {
		width:33%;
	}
	.jobsTainer {width:100% !important;padding-right:0px !important;}
	.jobs-sidebar {width:100% !important;}
	#desktop-sidebar #jobNav, #desktop-sidebar .uploadBox {display: none;}
	#mobile-topbar {display: block;}
	#mobile-topbar .navBox {text-align: center;}
	#mobile-topbar .navBox .jobNav {
    font-size: 19px;
    padding-left: 0px !important;
    width: 30%;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
	}
	#mobile-topbar .navBox .jobNav.activeJobNav {background-image:none !important;text-decoration:underline;}
	.page-template-job-page .main_content {padding-top:12px;}
}

@media only screen and (max-width:831px) {
	 .category-success-stories .listing-item {
		width: 100%;
		float: none;
		margin: 0 auto;
		padding: 0px;
		min-height: 100px;
		margin: 20px 0px;
	}
	.category-success-stories .listing-item .content p {
		min-height: 50px;
	}
	.page-template-blog-php .listing-item {
		width: 100%;
		float: none;
		margin: 0 auto;
		padding: 0px;
		min-height: 50px;
		margin: 20px 0px;
	}
}

@media only screen and (max-width: 810px) {
     .threec-1 {
          width: 50%;
     }
     .threec-2 {
          width: 50%;
     }
     .threec-3 {
          width: 50%;
     }
     .threec-4 {
          width: 50%;
     }
     .three-columns {
          min-height: 800px;
     }
}
@media (max-width: 775px) {
     
}

/* mobile/tablet */
@media only screen and (max-width: 768px) {
	 .row .column {
		  float: none;
		  margin: 0 10px;
		  width: auto !important;
	 }
     .the-content {
          padding: 0px 50px;
     }
     #content {
          padding:0px 50px;
     }
		 #apply-form {    padding: 50px 0px;    width: 95%;margin: 0 auto;}
		 .page-id-13045 .main_content {
			background-color: #ffffff;
			overflow: auto;
			padding-top: 110px;
			padding: 0px;
			width: 100%;
		 }
		 .page-id-13045 .main_content .the-content {width: 100%;padding: 0px;}
			.page-id-13045 .main_content .container {
				  margin: 0 auto;
					max-width: 960px;
					width: 100% !important;
					padding: 0px;
					display: inline-block;
					vertical-align: top;
			}
		.jobApplyForm-form {background-color: #E3E3E3;}
		#apply-form.graggform label {width:92%;}
}


@media (max-width: 675px) {
     .the-content {
          padding: 0px;
     }
     .two-thirds {
          float: none;
          margin: 0 auto;
          text-align: center;
     }
     .one-third {
          float: none;
          margin: 0 auto;
          text-align: center;
     }
     .foot-links a {
          padding: 0px !important;
     }
     .foot-links {
          margin: 18px 0px;
     }
     .four {
          max-width: 100% !important;
     }
	  .subheadline {
		 line-height:normal;
	 }
     .ff-1 {
          width: 100%;
          float: none;
     }
     .ff-2 {
          width: 100%;
          float: none;
     }
     .wwd-left {
          position: absolute;
          padding: 0px;
          top: 20px;
          left: 23%;
     }
     .wwd-right {
          position: absolute;
          top: 50px;
          right: 23%;
          padding: 0px;
     }
     .front-services {
          padding-top: 50%;
     }
     .front-stories {
          padding-top: 50%;
     }
	 .category-light-edition .listing-item {
		width:100%;
	}
}
@media (max-width: 575px) {
	  .subheadline {
		 line-height:normal !important;
	 }
     .one-quarter {
          width: 50%;
     }
     .half {
          width: 100%;
          text-align: center;
     }
     .login-stuff {
          width: 100%;
          float: none;
          margin: 5px 0px;
          text-align: center;
     }
     .graggform input, .graggform select, .graggform textarea, .graggform .submitBtn {
          width:100%;
     }
	 .pppt_form label {
		width:100%;
		float:none;
		text-align: left;
		display: block;
	 }
	 .pppt_form .small-field {
		float:none;
	 }
	 .pppt_form .long-field {
		float:none;
	 }
	 .pppt_form .textarea {
		float:none;
	 }
	 .pppt_form .lft-field {
		float:none;
	 }
	 .stat {
		font-size:35px;
	 }
	 
}
@media (max-width:540px) {
	#header {
		padding-top:70px;
	     height:50px;
	}
	#searchify {
		float:left;
		padding:0px;
		margin:0 auto;
		margin-left:31%;
	}
	#header_top {
		height: 115px;
	}
	.help-buttons li {
		width: 50%;
	}
	.help-buttons.first-row li {
		width:50%;
	}
}
@media (max-width: 450px) {
     .the-content {
          padding: 0px 10px;
     }
     #content {
           padding:0px 10px;
     }
	 .subheadline {
		 line-height:normal;
	 }
	 .header-donate a.more-button {
		font-size:15px;
	 }
	 .home .rev_slider_wrapper .tp-bullets {
		display:none;
	 }
	 .f-icons i {
		font-size:32px;
	 }
	.the-difference .one-quarter {
		float: left;
	}
	.one-quarter {
		float:none;
	}
	.one-third {
		float:none;
	}
	.half {
		float: none;
	}
	
	.selectorBox {
		width: 100%;
		float: none;
	}
	.conceal {
		width: 40px;
		height: 40px;
		margin: 7%;
	}
	.dynamix {
		width: 100%;
		padding-top: 20px;
	}
	
	
}