.paragraph--896 {
	padding:2% 0;
}

.paragraph--896 .paragraph--type--page-hero .page-hero--section{
	color:#e57200;
}

.paragraph--type--page-hero .page-hero--subtitle {
	max-width:75%;
}

.award-cta {
  background: #F1F4F8;
  padding: 1%;
}

.award-cta a {
	background:white;
	border:1px solid #e57200;
	padding:3px 10px;
	text-decoration:none;
	text-transform: uppercase;
  font-size: .9em;
  font-weight: bold;
  color: #e57200;
}

.award-cta a:hover {
	color:white;
	background:#e57200;
}

.award-body {
	width:90%;
	margin:2% auto;
	padding-left:3%;
}

.award-body h3.top::before {
    content: "";
    display: block;
    width: 50px; /* Adjust the width as needed */
    height: 5px; /* Adjust the height as needed */
    background-color: #e57200; /* Adjust the color as needed */
    margin-bottom: 10px; /* Adjust the space between the line and the header */
}
.award-body ul li::marker {
	color:#e57200;
}

.award-content {
	max-width:80%;
	margin:0 auto;
}

.award-block {
	width:70%;
	margin:0 auto;
}

.flex-grid h3 {
	font-family:'franklin-gothic-urw-cond', sans-serif;
}

.flex-grid h3 a {
	text-decoration:none;
}

.flex-grid .views-view-responsive-grid__item:first-child {
  grid-column: span 2;
}

.flex-grid .views-view-responsive-grid__item:nth-child(7) {
	  box-shadow: 0px 0px 15px #e57200;
  padding: 10px;
}

@media only screen and (max-width: 600px) {
	.flex-grid .views-view-responsive-grid__item:first-child,
	.flex-grid .views-view-responsive-grid__item {
		grid-column: span 4;
		max-width:90%;
		margin:0 auto;
	}
}

.more-link {
	text-align:right;
	padding:3%;
}

.more-link a {
	background:#e57200;
	color:white;
	text-transform:uppercase;
	padding:1% 4%;
	text-decoration:none;
}