/* Enter Your Custom CSS Here */
.feature::before {
    background-color: #f47820;
}

/* Override the image height for partner blocks on the about page */
body.page-id-13 article.feature--partner div.feature__image-container {
    height: 350px;
}

div.banner-block a.cta--hero {
    background: #f47820;
    padding: 1em 1.5em;
    margin: auto;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.26);
}

div.banner-block a.cta--hero:hover {
	background: #be5409;
}

a.plain_button {
    background: #f47820;
    padding: 1em 1.5em;
    margin: auto;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.26);
  	font-size: 1em;
	line-height: 2.28571em;
  	font-weight: 800;
  	text-transform: uppercase;
  text-decoration:none;
  margin: auto;
  display:inline-block;
}

a.plain_button:hover {
	background: #be5409;
}
  
.feature--partner .feature__image-container {
  width: 100%;
  margin-top: 0px;
}

@media (min-width: 1100px) {
	.nav__list-item-link {
    	font-size: 1.1em;
	}
}

.home .feature-block .metadata--date {
  display: none;
}