#home-top {
	padding: 30px 0px;
  background: url('/images/home-top-bg.jpg') center center repeat;
}

#home-top-outer {
  height: 100%;
}

#home-top-inner {
  height: 100%;
}

#home-top-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

#home-top-container {
  display: table-cell;
  vertical-align: middle;
}

#home-top-text {
	max-width: 950px;
	margin: 0px 0px 40px 0px;
	font-size: 22px;
}

#home-top-text h1 {
	margin-top: 0px;
}

#home-top-boxes {
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.home-top-box {
	position: relative;
	height: 100%;
	padding: 25px 25px 90px 25px;
	font-size: 14px;
	background: #FFFFFF;
	/*border: 1px solid #E8E8E8;*/
	border: 1px solid #FC9F0B;
	border-radius: 15px;
}

.home-top-box h2 {
	color: #063755;
	font-size: 27px;
	font-weight: 600;
}

.home-box-button {
	position: absolute;
	bottom: 15px;
	left: 0px;
	width: 100%;
	padding: 0px 20px;
}

#home-middle {
	padding: 30px 0px;
	background: #FFFFFF;
}

#home-middle-outer {
}

#home-middle-inner {
}

#home-middle h2 {
  font-size: 40px;
}

.news-article {
	margin: 0px 0px 40px 0px;
}

#home-bottom {
	padding: 30px 0px;
	background: #F6F5EF;
}

#home-bottom-outer {
}

#home-bottom-inner {
}

#home-bottom h2 {
  font-size: 40px;
}