.btn-feature {
	display: inline-block;
	color: #aaa;
	border: 1px solid #aaa;
	padding: 6px 10px;
	font-size: 0.8rem;
	border-radius: 4px;
	transition: color 0.2s ease, border-color 0.2s ease;
}
a:hover .btn-feature {
	color: #fff;
	border-color: #fff;
}
.home-badge {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.75rem;
	background: #666;
	padding: 4px 8px;
	border-radius: 4px;
}
.home-badge-orange {
	background: #dfa200;
}
.home-badge-blue {
	background: #186dee;
}
#home-features, #home-vips {
	background: #e8f1ed;
}
#home-features .container {
	margin-bottom: 24px;
}
#home-features-grid {
	display: grid;
	grid-template-columns: 66.6% 1fr;
	grid-template-rows: 2, 1fr;
	gap: 5px;
	aspect-ratio: 2.9;
}
#home-features-grid .home-feature {
	/*background: #999;*/
}
#home-features-grid a {
	transition: color 0.2s ease;
	color: #eee;
	position: relative;
	display: block;
	text-decoration: none;
}
#home-features-grid a:hover {
	color: #fff;
}
#home-features-grid a .home-feature-inner {
	position: absolute;
	bottom: 0;
	padding: 18px;
	transition: padding 0.4s ease;
}
#home-features-grid a:hover .home-feature-inner {
	padding-bottom: 22px;
}
#home-feature-main {
	grid-row: span 2 / span 2;
	background-size: cover;
}
#home-feature-secondary-top {
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)), #81623f url('/v7/images/home/food_crate.jpg') center center;
	background-size: cover;
}
#home-feature-secondary-bottom {
	grid-column-start: 2;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)), #767765 url('/v7/images/home/produce_guy.jpg') top center;
	background-size: cover;
}

#home-features-grid .home-feature h2,
#home-features-grid .home-feature h3 {
	text-shadow: 0 2px 4px #000;
}
#home-features-grid .home-feature h2 {
	font-size: 2.2rem;
	margin: 8px 0;
}
#home-features-grid .home-feature h3 {
	font-size: 1.5rem;
	margin: 8px 0;
}


#home-sub-features a {
	color: #046b99;
	font-weight: bold;
	text-decoration: none;
	font-size: 1rem;
	line-height: 1.2;
	transition: color 0.2s ease;
}
#home-sub-features a:hover {
	color: #034b6b;
}
#home-sub-features a img {
	display: block;
	margin-bottom: 6px;
	border: 1px solid rgba(0,0,0,0.2);
	transition: border-color 0.2s ease;
}
#home-sub-features a:hover img {
	border-color: #046b99;
}

.home-small-heading {
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-size: 0.75rem;
	margin: 0 0 10px 0;
}

.home-link-list {
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
}
.home-link-list li a {
	display: block;
	padding: 12px 0;
	color: #046b99;
	text-decoration: none;
	font-size: 1rem;
	transition: color 0.2s ease;
	border-bottom: 1px solid #e5e5e5;
}
.home-link-list li a:hover {
	color: #034b6b;
}
.home-link-list li:last-child a {
	border: none;
}

.home-social-list {
	margin-bottom: 30px;
}
.home-social-list a.home-social-item {
	font-size: 0.9rem;
	line-height: 1.2;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	color: #046b99;
	text-decoration: none;
}
.home-social-list a.home-social-item:hover {
	color: #034b6b;
}
.home-social-list a.home-social-item img {
	margin-right: 12px;
	width: 42px;
	height: 42px;
}

.home-search {
	margin: 30px auto 60px;
}
.home-search img {
	width: 140px;
	margin-bottom: 10px;
}
.home-search-input {
	border: 1px solid #888;
	font-size: 1.8rem;
	font-weight: 200;
	line-height: 1;
	padding: 12px;
	border-radius: 6px 0 0 6px;
	height: 64px;
}
.home-search-input::placeholder {
	color: #ccc;
}
.home-search-btn {
	color: #fff;
	background-color: #888;
	border: 1px solid #888;
	font-size: 1.8rem;
	line-height: 1;
	padding: 12px;
	border-radius: 0 6px 6px 0;
	height: 64px;
	transition: background-color 0.2s ease;
}
.home-search-btn:hover {
	background-color: #666;
}

#home-vips {
	padding: 25px 0;
}
#home-vips .row > div {
	padding: 0;
}
#home-vips .executive-profile {
	font-size: 0.9rem;
	line-height: 1.25;
	margin: 0;
	padding: 10px 0 10px 12px;
	align-items: top;
}
#home-vips .executive-profile-body {
	border-color: #c1c8c8;
}
#home-vips .executive-profile img {
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
}
#home-vips .executive-profile .executive-name {
	font-size: 1.4rem;
	margin: 3px 0 3px;
}



@media (max-width: 991.98px) {
	#home-features-grid {
		display: block;
	}
	#home-features-grid .home-feature {
		aspect-ratio: 1.9;
		margin: 5px 0;
	}
	#home-features-grid .home-feature h3 {
		font-size: 2.2rem;
	}
	#home-vips .vips-wrapper {

	}
}
@media (max-width: 767.98px) {
	#home-features-grid .home-feature h2,
	#home-features-grid .home-feature h3 {
		font-size: 1.8rem;
	}
}
@media (max-width: 575.98px) {
	#home-features .container {
		padding: 0;
	}
	#home-features-grid .home-feature h2,
	#home-features-grid .home-feature h3 {
		font-size: 1.4rem;
	}
	#home-features .container {
		border: none;
	}
	#home-sub-features a {
		font-size: 1rem;
	}
}
