.-app-title {padding-left: 53px;}

/*1: Top header formatting*/
/*1.1: Top header white background*/
.standard-menu .site-header {
background: #ffffff;
	
/*1.2: Top header height */
height: 12%; 
}	
	
/*1.3: Top header text 20px*/
.main-navigation ul li a {
font-size: 20px;
color: #004f96!important;
}
/*1.4:fix Top header to top of page*/
.site-header {
	position: fixed!important;
	width: 100%;
	z-index: 1000;
}
/*1.5: Lower page top margin so that Top header doesn't cover it*/
.header{
	margin-top: 50px;
	/*on 07-22-2022 Ashley changed margin-top padding from 70px to 150px*/
}

/*1.6: Make Top header text larger & */
.nav-menu li a {
	text-transform: none!important; 	font-size: 15px;
	color: #004f96;
}
/*1.7: No underline in Top header headings*/
#masthead.site-header li a
  {text-decoration: none!important;
  }
/*1.8: Top header items gray when hovered over*/	
.main-navigation a:hover {
   color: #7b7b7b!important
}
/*1.9: Translucency of drop-down menus*/
.main-navigation ul ul {
    background: #fff;opacity: 0.92         ;  
}
/*1.10: Change overlay opacity on featured image*/
.overlay {
	opacity: .18;
}

/*1.11: "Donate" button blue background*/
@media screen and (min-width: 55em) 
{ #menu-item-429 {
    background: #fb6542; 
    border-radius: 20px;		
}
	/*1.12: "Donate" button white text*/
#menu-item-429 > a {
    color: #fff !important;
    padding: 1px 12px 1px 12px !important; 
		font-size: 20px;
		font-weight: bold; 
	}}
	/*1.13: "Donate" button yellow hover over*/
#menu-item-429:hover {
opacity: 0.9;
background: #ffbb00;  
}
/*1.14: No underline when hovering over "Donate" button*/
#menu-item-429 a:hover  {border-bottom: none;
  }


/*2: Front page formatting */
	/*2.1: remove auto-capitalization of front page headings*/
.category .page-title {
    display: none;
}
/*2.2: remove auto-capitalization on "Become a Member" button*/
a {
	text-transform: none!important;
}
/*2.3: remove underline on "Become a Member" button*/
.intro .entry-content a {text-decoration: none!important 
}
/*2.4: Format over "Become a Member button: gray and underlined*/
a.blue:hover {
opacity: 0.9;
background: #323232 !important; 
}
/*2.5: Formats hover over featured pages (support, etc.), removes black underline, adds gray text & underline*/
.block-one .child-pages h2 a:hover {color:#7b7b7b; border-bottom: none; text-decoration:underline}
.entry-title a:hover {text-decoration:underline; color: #323232!important; 
}
inner
/*3: Formatting that applies to the whole site*/
/*3.1: Underline unvisited links*/
a:link {
    text-decoration: underline!important;
}
/*3.2: Underline visited links*/
a:visited {
    text-decoration: underline!important;
	}
/*3.3: Remove auto-capitalization and specify color of level 1-4 headings*/

h1{
text-transform: none !important; color: #087aa0;
}
h2{
text-transform: none !important; color: #f47423;
}
h3{
text-transform: none !important; color: #0a55a2;
}
h4{
text-transform: none !important; color: #f47423;
}
/*3.4: No bottom border under "Our Partners" image-links*/
.textwidget a{border-bottom: none;}

/*3.5: No bottom border under image-links on Partnership page*/
.textwidget a, .entry-content a, .comment-content a {border-bottom: none;}

/*4: Formatting for blog posts*/
/*4.1: Lower top margin on blog posts so that header doesn't cover post*/
.post { 
    margin-top: 90px; 
}
/*4.2: Blog post featured images are visible on front page, but not on the full post*/
.single-post .attachment-post-thumbnail {
  display: none;
}
/*5: Formatting for specific pages*/
/*5.1: Display checkboxes on "Volunteer Opportunities" form as list */
span.wpcf7-list-item { display: block; }
/*5.2: Remove "More Events" button on events page*/
#infinite-handle {
	display: none;
}