﻿/* main page styling --------------*/
.rct-breadcrumb a, .rct-breadcrumb span {
  padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
  color: #000;
}
.more-services-container li a {
		margin: 0px 10px 0px 0px;
	  color: #000;
}
.more-services-container li a {
	border-bottom: 1px solid #000;
	text-decoration: none;
}
.more-services-container li a:hover {
	border-bottom: 3px solid #000;
}
/* colour option - Yellow ---------------*/
.landing-icon-button-container {
	background: #eef4e0;
}
.landing-icon-container {
	background: #bed5a9;
}
.landing-icon-button {
	background: #eef4e0;
}
.landing-icon-button:hover {
	background: #eef4e0;
}
.horizontal-container .landing-icon-container {
	background: #eef4e0;
}
.line-container {
	border-bottom: 5px solid #eef4e0;
}
.line-container-contact {
	background: #eef4e0;
}
.landing-icon-button a {
	color: #000;
}
/* Header Section ------------------*/
.header-color-block {
	background: #fff;
	background-image: url("/EN/GetInvolved/RCTTogetherSupportingCommunitiesandResidentstoThrive/SustainableFoods/Images/SustainableFoodBG2.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
	padding-bottom: 40px;
	margin-bottom: 0px;
}
@media only screen and (max-width: 992px) {
	.header-color-block {
	background-image: none;
}
}
.header-color-block p {
	font-size: 15px;
	line-height: 27px;
}
/* Banner -------------*/
.highlight-container {
	background-color: #f9cede;
	border: 0px solid #ffbbad;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
}
.highlight-container h2{
	font-size: 20px;
	margin: 10px 0px 20px 0px!important;
}
.section-brand img {
	width: 80%;
	margin-top:100px;
	height: auto;
}
@media only screen and (max-width: 992px) {
.section-brand img {
	margin-top: 20px;
	width: 60%;
	margin: 0px auto;
	height: auto;
}
}
.landing-page-top-level-nav-save-time {
	display: none;
}