
@import url("https://use.typekit.net/wbs6vby.css");
html {
	scroll-behavior: smooth;
}
#page {
	background: #fff;
}
h1, h2, h3 {
	color: #415364;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal; 
}
#page_content {
	  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal; 
}
@media(max-width:37.5em) {
	header .one.column, header .three.columns {
		display: none;
	}
	header eight.columns {
		margin-bottom: 0;
	}
}

#smartliving-header{
  background: #6E55C6 url("../images/smartlivingicons.png") no-repeat center;
  background-size:cover;
    padding-top:1.5em;
}




#smartliving-header-sub{
	background:#00B0BA;
	padding-top:0.5em;
	padding-bottom:0.5em;
}



a[role="button"].green, button.green, input[type="submit"].green, input[type="reset"].green, input[type="button"].green {
    color: #fff;
    text-align: left;
    font-weight: 700;
    box-shadow: none;
    text-shadow: none;
    border: none;
    background: #6E55C6 url(../images/nav-btn-arrow.svg) no-repeat right center;
    background-size: 30px 30px;
    background-position: 95%;
}
   

#smartliving-header-sub a[role="button"].green:hover{
	 background: #fff;
	 color:#00AFB9;
     border:0;
}

   
a[role="button"].green.no-arrow{
        background: #6E55C6!important;

}



#sl-strapline {
      font-family:  brandon-grotesque, sans-serif;
  color: #fff;
  font-size: 1.5em;
 font-weight:700;
  margin-top: 2em; }


@media (max-width: 37.5em) {
  #sl-logo {
    padding: 0 4em; } }


.bold-highlight {
  font-weight: 700; }


.breakout-bg#videobanner {
	background-color: #ECEEF7;
	background-image: url(/-/Media/Images/wasteandrecycling/freeyourfood/inthekitchen2021/foodbanner.jpg);
	background-repeat: no-repeat;
	background-position: -120% bottom;
	background-size: 60%;
	color: #6E55C6;
	font-size: 2.75em;
	font-weight: 700;
	padding: 1em 0 0.5em;
	line-height: 100%;
}
.breakout-bg#videobanner h1 {
	color: #6E55C6;
	font-size: 0.7em;
}


#fw-caption .medium {
	color: #222;
}
.breakout-bg.alternate {
	background: #CCEFF1;
	color: #222;
}
.breakout-bg.alternate-two {
	background: #415364;
	color: #fff;
	padding: 1em 0 1.5em;
}
.breakout-bg.alternate-two h1 {
	color: #fff !important;
	margin: 1em 0 0.75em;
}
.breakout-bg.alternate-two a[role="button"] {
	font-size: 1.25em;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
}
.breakout-bg.alternate-three {
	background: #E2DDF4;
	color: #222;
	padding: 1em 0 0.25em;
}
.breakout-bg.alternate-three h2 {
	color: #222;
}
a[role="button"].primary {
	background: #6E55C6;
	color: #FCDF51;
	text-shadow: none;
	box-shadow: none;
	font-size: 1.25em;
	font-weight: 700;
	padding-left: 1em;
	padding-right: 1em;
	border: 0;
}
a[role="button"].primary:hover {
	background: #415364;
	color: #FCDF51;
	text-shadow: none;
	box-shadow: none;
}
a[role="button"].primary img {
	margin-right: 0.5em;
}
a[role="button"].secondary {
	background: #6E55C6;
	color: #fff;
	text-shadow: none;
	box-shadow: none;
	font-weight: 700;
	padding-left: 1em;
	padding-right: 1em;
	border: 0;
}
a[role="button"].secondary:hover {
	background: #00B0BA;
	color: #222;
	text-shadow: none;
	box-shadow: none;
}
.breakout-bg.alternate-three .well {
	background: rgba(255, 255, 255, 0.8);
	border: 1px dashed #222;
	text-shadow: none;
}
.recipe-block {
	margin-bottom: 1em;
	display:block;
}
@media (min-width: 500px) {
	.recipe-block {
		display: flex;
	}
	.recipe-block .three.columns img {
		height: 100%;
	}
}
#recipe-block-buttons a[role="button"] {
	background: #00B0BA;
	color: #222;
}
#recipe-block-buttons a[role="button"].active {
	background: #6E55C6;
	color: #fff;
}
.recipe-block .well {
	height: 100%;
	background: #CCEFF1;
	text-shadow: none;
}
.recipe-block .well h3 {
	color: #000000;
	font-weight: bold;
}
.well {
	background: #6E55C6;
	color: #222;
}
.well h3 {
	color: #222;
}
/*tips timeline*/

.cd-timeline {
	overflow: hidden;
	padding: 2em;
}
.cd-timeline__container {
	position: relative;
	padding: 1.25em 0;
}
.cd-timeline__container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 4px;
	background: #6E55C6;
}
@media (min-width: 64rem) {
	.cd-timeline__container::before {
		left: 51%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
.cd-timeline__block {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
	margin-bottom: 2em;
}
.cd-timeline__block:last-child {
	margin-bottom: 0;
}
@media (min-width: 64rem) {
	.cd-timeline__block:nth-child(even) {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
.cd-timeline__img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: none;
}
.cd-timeline__img img {
	width: 30px;
	height: 30px;
}
@media (min-width: 64rem) {
	.cd-timeline__img {
		width: 60px;
		height: 60px;
		-ms-flex-order: 1;
		order: 1;
		margin-left: calc(5% - 30px);
		will-change: transform;
	}
	.cd-timeline__block:nth-child(even) .cd-timeline__img {
		margin-right: calc(3% - 30px);
	}
}
.cd-timeline__img {
	background-color: #6E55C6;
}
.cd-timeline__content {
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	margin-left: 1.25em;
	background: #6E55C6;
	color: #fff;
	border-radius: 0.5em;
	padding: 1.25em;
	box-shadow: 2px 3px 2px #222;
}
.cd-timeline__content::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-right-color: white;
	border-right-color: #6E55C6;
}
.cd-timeline__content h2 {
	color: #fff!important;
	margin-bottom: 0;
}
.cd-timeline__content a:link, .cd-timeline__content a:visited {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.cd-timeline__content a:hover, .cd-timeline__content a:active {
	color: #FCDF51;
	border-bottom: 1px solid #FCDF51;
}

.cd-timeline__img span{
    font-size:2em;
    font-weight:700;
    color:#fff;
}
@media (min-width: 64rem) {
	.cd-timeline__content {
		width: 45%;
		-ms-flex-positive: 0;
		flex-grow: 0;
		will-change: transform;
		margin: 0;
		font-size: 1em;
		margin-left: 5px;
		margin-right: 5px;
	}
	.cd-timeline__content::before {
		top: 24px;
	}
	.cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
		right: auto;
		left: 100%;
		width: 0;
		height: 0;
		border: 7px solid transparent;
		border-left-color: white;
		border-left-color: #6E55C6;
	}
}
.cd-timeline__date {
	color: rgba(129, 141, 152, 0.7);
}
@media (min-width: 64rem) {
	.cd-timeline__date {
		position: absolute;
		width: 100%;
		left: 120%;
		top: 20px;
	}
	.cd-timeline__block:nth-child(even) .cd-timeline__date {
		left: auto;
		right: 120%;
		text-align: right;
	}
}
@media (min-width: 64rem) {
	.cd-timeline__img--hidden, .cd-timeline__content--hidden {
		visibility: hidden;
	}
	.cd-timeline__img--bounce-in {
		-webkit-animation: cd-bounce-1 0.6s;
		animation: cd-bounce-1 0.6s;
	}
	.cd-timeline__content--bounce-in {
		-webkit-animation: cd-bounce-2 0.6s;
		animation: cd-bounce-2 0.6s;
	}
	.cd-timeline__block:nth-child(even) .cd-timeline__content--bounce-in {
		-webkit-animation-name: cd-bounce-2-inverse;
		animation-name: cd-bounce-2-inverse;
		    position: relative;
    left: 3%;
}
	}
}
@-webkit-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.relative{
 position:relative;
}

#itk-tomatoes{
        position: absolute;
    right: 0;
    top:0%;
    width:150px;
    height:auto;
}

#itk-squash{
      display:none;
}

@media(max-width:37.5em){
    .pad-double-top#intrott{
        padding-top:0;
        margin:0!important;
    }
}
@media(min-width:37.5em){
#itk-tomatoes{
        position: absolute;
    right: 20%;
     width:250px;
    height:auto;
}
#itk-squash{
      display:block;
        position: absolute;
    right: 5%;
    bottom:0%;
    width:400px;
    height:auto;
}


}
.pad-tb-large{
    padding:2em 0;
}
