#masthead {
	border-top: 4px solid #e77500;
}

@media (min-width: 992px) {
.site-header .site-branding {
    max-width: 40%;
	}}

.site-header .site-title a {
    color: inherit;
    letter-spacing: .2px;
		line-height: 1.2em;
		font-size: 1.1em;
}

.secondary-navigation > .menu > li::before {
    border-left: none;
}

.secondary-navigation > .menu > li {
	margin-left: 0;
}

a {
	color: #e77500;
	font-weight: bold;
}

img {
	border-style: none;
}

/* Removing hero overlay and title */

.home .featured-content .has-post-thumbnail .inner-hentry, .home .featured-content .has-post-thumbnail .inner-hentry:before {
	background-color: rgba(0,0,0,0);
}

.home h1.entry-title {
	display: none;
}

.home h2 a {
	font-weight: normal;
}

/* Adjusting masthead and top bar */

#masthead {
	background: #fff;
}

#masthead .top-bar {
	display: none;
}

.brief-text {
	border-bottom: 4px solid #e77500;
	background: #fff;

}

/* Adjusting main menu */
.main-navigation .container > .menu > li > a {
    font-weight: bold;
		font-size: .9em;
}


/* Adjusting secondary navigaion */

.secondary-navigation > .menu > li a {
	font-size: .85em;
	color: #000;
	background-color: #ffffff;
	padding:8px 10px;
	border: 1px solid rgba(231,117,0,0.5);
}

.secondary-navigation > .menu > li a:hover {
	background: #353833;
	color: #ffffff !important;
}

div.grant {
	border: 1px solid #e77500;
	padding: 20px;
}


/* Adjusting Mission on home page and list items on application instructions */

.post-290 .entry-title {
	display: none;
}

.post-290 li, .page-id-198 .entry-content li {
	margin-bottom: 1em;
} 

/* Adjusting home page footer widgets that contain videos */

.footer-custom-text.th-bg-secondary-lightest {
	background: #fff;
}

.footer-custom-text.th-py-lg {
	padding-bottom: 0;
	padding-top: 4rem;
}

.footer-widgets.th-pt-lg {
	padding-top: 0;
}

.footer-custom-text h2 {
	text-align: left;
}

.footer-widgets {background: #ffffff;}

/* Hiding footer widgets on all other pages */

.page-template-default .footer-widgets  {display: none;} 

/*Adjusting p that got updated*/
.wp-die-message, p {
	font-size: inherit;
}

/*Removing FAQ background*/
.wp-block-coblocks-accordion-item__title:not(.has-background) {
	background: #ffffff;
}

/*Removing replies*/
.comments-area {
	display: none;
}