.white-button {
	padding:8px 30px;
	border:1px solid #e57200;
	text-transform:uppercase;
	text-decoration:none;
	color:#e57200;
	font-weight:bold;
}

.white-button:hover {
	background:#e57200;
	color:white;
}

img.wide-image.align-center {
	max-width:200%;
	width:140%;
	height:auto;
}

#block-views-block-content-last-updated {
  height: 60px;
  padding-top: 20px;
  background: #EBEEF3;
  padding-bottom: 18px;
  position:relative;
}

#block-views-block-content-last-updated .views-field.views-field-changed {
	position:absolute;
	top:20px;
}

#block-views-block-content-last-updated .contextual {
	padding-top:0;
	padding-bottom:0;
}

@media screen and (max-width: 992px) {
	img.wide-image.align-center {
	max-width:100%;
}
}