/* add custom site CSS here */
tspan{
    display:none;
}

 @media only screen and (min-width: 40em){ .skirt-nav .column {
    width: 30% !important;
}
}


.summary .feed-item .media {
    display: none;
}

#home main {
    padding-top: 0rem;
}

.givenow, .givenow-foot img {
    margin-top: -5px;
    width: 150px;
}
 .right {
	 float: right;
}
ul.col3 {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

/* Custom BELT + SKIRT stylying */
.belt { /* padding-bottom: 18px !important; */
        margin-bottom:-20px;
}
 .belt-nav li {
	 display: block;
}
 .belt-nav li::after {
	 display:none;
}
 .belt-nav a {
	padding:0;
}
 .belt-nav > h5 {
	 border-bottom: 1px solid;
	 line-height: 32px !important;
	 margin-top: -0.95em;
}
 .section.belt+.section.skirt{
	 padding-top: 20px;
	 margin-top: 0px;
}
 header .social{
	 margin-top: -12px !important 
}

#twitter-widget-0 {
    min-height: 300px !important;
}

 @media screen and (max-width: 40em){
	 .belt {
		 text-align:center;
	}
	 #give_now_button_bottom {
		 float: none;
	}
	
}
 @media only screen and (min-width:64em){
	 .belt ul.social {
		 text-align: right;
	}
	 .skirt-nav .column:last-child{
		float: right;
	}
	
}

 .belt {
	 color: #fff;
	 margin-bottom: -30px;
	 padding-top: 30px;
}
 .belt h5 {
	 line-height:0;
	 color:#fff;
}
address p {
	 font-size: 0.875rem;
}
.skirt .connect p:last-child {
    margin-bottom: 0;
    font-size: 0.875rem;
}
 #give_now_button_bottom {
	 padding-top: 1.5em;
}
@media screen and (min-width: 40em){
.skirt connect p {
    font-size: 0.875rem;
}
}

ul.col3{
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.feed-item .title, [class^=lw_item] .title {
    font-family: BentonSansregular,Arial,sans-serif;
    }
    
    #main_body .form_description p, #main_body .form_description h2, #main_body .form_description legend {
    color: #fff !important;
}
    #main_body .form_description h2 {
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: normal !important;
}



/* END BELT + SKIRT */

/* CUSTOM CSS FOR NEWS/INDEX PAGE */

.float-left.one-half+.one-half>.text
{
    padding-left: 0;
}

.rss-item {
    font-size: 18px;
    color: #006298;
    display: inherit;
    font-weight: lighter;
    font-family: BentonSansRegular,Helvetica,Arial,sans-serif;
    line-height: 28.8px;
}

ul.rss-items {
    list-style: none;
    margin: 0;
}

.feed-item-title > a > h3 {
    font-size: 18px;
    color: #006298;
    display: inherit;
    font-weight:normal;
    line-height: 28.8px;
    font-family: BentonSansRegular,Helvetica,Arial,sans-serif;
}

a.summary-title-link {
    font-size: 18px;
    line-height: 80px;
}
/* END NEWS/INDEX PAGE */