.darkli {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: auto;
	min-height: 100vh;
	left: 0;
	top: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background: rgba(30, 30, 30, .8);
	z-index: 99;
	overflow: auto
}

.darkli * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.darkli.is-active {
	visibility: visible;
	opacity: 1
}

.darkli .darkli-close {
	position: fixed;
	z-index: 100;
	background-color: transparent;
	border: none;
	cursor: pointer;
	top: 5px;
	right: 5px;
	opacity: .5;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out
}

@media (min-width:600px) {
	.darkli .darkli-close {
		top: 30px;
		right: 20px
	}
}

.darkli .darkli-close:hover {
	opacity: 1
}

.darkli .darkli-close .darkli-icon {
	width: 20px;
	height: 20px;
	-webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .5));
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .5))
}

@media (min-width:600px) {
	.darkli .darkli-close .darkli-icon {
		width: 25px;
		height: 25px;
		fill: #fff
	}
}

.darkli .darkli-content {
	display: none;
	position: absolute;
	background: #fff;
	text-align: justify;
	overflow-x: hidden;
	overflow-y: auto;
	left: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 16px;
	padding-top: 40px
}

@media (min-width:600px) {
	.darkli .darkli-content {
		width: 80%;
		height: auto;
		min-height: 85vh;
		margin: 32px auto;
		padding: 24px 32px 16px;
		border-radius: 3px
	}
}

@media (min-width:600px) {
	.darkli .darkli-content.is-height-auto {
		min-height: unset
	}
}

.darkli .darkli-content.is-active {
	display: initial
}

.darkli .darkli-content.is-external {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	background: 0 0;
	margin: 0 auto;
	height: 100vh
}

.darkli .darkli-iframe-container {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
	height: 0
}

.darkli .darkli-iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.darkli img {
	max-width: 100%
}

.no-scroll {
	overflow: hidden
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 14px
}

@media only screen and (min-width:768px) {
	html {
		font-size: 15px
	}
}

@media only screen and (min-width:992px) {
	html {
		font-size: 16px
	}
}

body {
	line-height: 1.3;
	font-size: 14px
}

@media only screen and (min-width:768px) {
	body {
		font-size: 15px
	}
}

@media only screen and (min-width:992px) {
	body {
		font-size: 16px
	}
}

@media only screen and (max-width:991px) {
	body.node-type-listicle-page.has-sidebanner {
		margin-top: 120px
	}
}

h1 {
	font-size: 26px;
	line-height: 1.1;
	font-weight: 900
}

@media only screen and (min-width:600px) {
	h1 {
		font-size: 1.65rem
	}
}

@media only screen and (min-width:992px) {
	h1 {
		color: #000;
		font-size: 1.8rem;
		line-height: 1.2
	}
}

@media only screen and (min-width:400px) {
	h1 {
		font-size: 30px
	}
}

h2 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500
}

@media only screen and (min-width:600px) {
	h2 {
		font-size: 1.65rem
	}
}

@media only screen and (min-width:992px) {
	h2 {
		color: #000;
		font-size: 1.8rem;
		line-height: 1.2
	}
}

@media only screen and (min-width:992px) {
	h2 {
		font-size: 1.6rem
	}
}

p {
	margin: 1rem 0
}

img {
	max-width: 100%
}

b,
strong {
	font-weight: 700
}

em {
	font-style: italic
}

a {
	color: #779951;
	font-weight: 700
}

address {
	font-style: normal
}

ol {
	list-style-type: decimal;
	list-style-position: inside
}

sup {
	font-size: 65%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -.7rem
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.container {
	margin: 0 auto;
	width: 90%
}

@media only screen and (min-width:992px) {
	.container {
		max-width: 980px
	}
}

@media only screen and (min-width:992px) {
	.has-sidebanner .container {
		max-width: 1020px
	}
}

.flex-container {
	margin: 0 auto;
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (min-width:992px) {
	.flex-container {
		max-width: 980px
	}
}

@media only screen and (min-width:992px) {
	.has-sidebanner .flex-container {
		max-width: 1020px
	}
}

.map-small {
	width: 50%
}

@media only screen and (min-width:600px) {
	.map-small {
		width: 25%
	}
}

.map-medium {
	width: 75%
}

@media only screen and (min-width:600px) {
	.map-medium {
		width: 50%
	}
}

.privacy-policy {
	background: 0 0;
	border: none;
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
	color: #fff
}

.benefits {
	color: #fff;
	padding: 10px 0 15px 25px
}

.extra-bold {
	font-weight: 900;
	font-size: 1.5rem
}

.responsive-iframe {
	position: relative;
	overflow: hidden;
	padding-bottom: 20%;
	width: 100%;
	height: 90vh
}

.responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90vh
}

.article {
	width: 100%
}

ul.tick-list {
	padding-left: 0
}

ul.tick-list li {
	padding-left: 1.5rem
}

.expert-market ul.tick-list li {
	background: url(../../../../themes/article/img/tick--em.svg) no-repeat 0 4px
}

.clinic-compare ul.tick-list li {
	background: url(../../../../themes/article/img/tick--cc.svg) no-repeat 0 4px
}

.page-type {
	text-align: center
}

.page-type__text {
	margin: .2rem 0
}

div.article-sources {
	margin: 1rem 0;
	color: #fff
}

div.article-sources__item {
	position: relative;
	text-align: center;
	margin-bottom: .5rem
}

div.article-sources__item sup {
	display: inline;
	margin-right: 4px
}

div.article-sources__item p {
	margin: 0;
	font-size: .8rem;
	width: auto;
	display: inline
}

div.article-sources__item p a {
	font-weight: 400;
	font-size: .8rem
}

.author-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem
}

.author-info__image {
	margin-right: 10px;
	width: 40px;
	height: 40px
}

.author-info__details {
	font-size: .9rem
}

.benefits-block {
	clear: both;
	padding: 1rem 0 1.8rem 0;
	margin: 1rem 0 2rem 0;
	padding: 1.8rem;
	text-align: center
}

.benefits-block__title {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 2rem;
	padding: 1rem;
	color: #fff;
	text-align: center
}

@media only screen and (min-width:600px) {
	.benefits-block__title {
		font-size: 1.6rem
	}
}

@media only screen and (min-width:992px) {
	.benefits-block__title {
		font-size: 1.8rem
	}
}

.benefits-block__items {
	margin: 1rem 0
}

.benefits-block__items p {
	margin: 2rem 0
}

.benefits-block__items li {
	text-align: left;
	margin: .4rem 0
}

.benefits-block .cta-plain-button {
	margin-top: 2rem
}

.block-copy {
	margin: 1rem 0
}

.block-copy h2 {
	color: #779951;
	font-size: 1.6rem;
	font-weight: 700;
	margin: .8rem 0
}

.block-copy--fourth li {
	font-size: 1.2rem;
	margin: .4rem 0
}

.block-copy--fourth li b {
	font-weight: 700
}

.blockquote {
	padding: .3rem;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center
}

.blockquote p {
	font-size: 1.3rem;
	text-align: left;
	font-weight: 600;
	margin: 15px;
}

@media only screen and (min-width:992px) {
	.blockquote p {
		font-size: 1.5rem
	}
}

.blockquote q {
	font-style: italic
}

.blockquote img {
	width: 60%
}

.blockquote h2 {
	color: #0070b9
}

.blockquote-info {
	padding: .2rem 1rem;
	text-align: center
}

.blockquote-info p {
	font-size: 1.4rem;
	color: #fff
}

.ccpa-policy {
	width: 100%;
	text-align: center;
	padding: .8rem 0
}

.ccpa-policy__button {
	background: 0 0;
	border: none;
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
	color: #fff
}

.content-block a {
	color: #000;
	text-decoration: none
}

.content-block a:hover {
	opacity: .8
}

.content-block img {
	display: block;
	width: 100%;
	height: auto
}

.content-block p {
	display: block;
	padding: 1em;
	margin: 0
}

.content-body img {
	width: 100%;
	height: auto
}

.content-brand-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.5rem 0 1rem 0
}

.content-brand-logo__image {
	width: 70%;
	margin: 0 auto
}

@media only screen and (min-width:400px) {
	.content-brand-logo__image {
		width: 60%
	}
}

@media only screen and (min-width:600px) {
	.content-brand-logo__image {
		width: 30%;
		margin: 1rem auto .2rem auto
	}
}

.content-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 2.5rem 0
}

@supports (display:grid) {
	.content-grid {
		display: grid;
		grid-template-columns: 100%;
		grid-gap: 0
	}
	@media only screen and (min-width:600px) {
		.content-grid {
			grid-template-columns: repeat(2, 1fr)
		}
	}
}

.content-grid a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	font-weight: 400
}

.content-grid a:hover {
	opacity: .8
}

.content-grid .grid-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 50%;
	flex: 0 50%;
	padding: 0;
	max-height: 320px;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.content-grid .grid-item-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.content-grid .grid-item-text-wrapper {
	padding: 2rem
}

.content-grid .grid-item img {
	display: block;
	width: 100%
}

.content-grid .grid-item__title {
	display: block;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 700
}

@media only screen and (min-width:768px) {
	.content-grid .grid-item__title {
		font-size: 1.8rem
	}
}

.content-grid .grid-item p {
	padding: 0 2rem
}

div.copyright-information p {
	font-size: .8rem
}

.cta-cartoon-icon-diverse__wrapper,
.cta-cartoon-icon__wrapper {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2
}

@media only screen and (min-width:768px) {
	.cta-cartoon-icon-diverse__wrapper,
	.cta-cartoon-icon__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.cta-cartoon-icon-diverse__wrapper::after,
.cta-cartoon-icon__wrapper::after {
	content: '';
	height: 5px;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

.cta-cartoon-icon--25-70 a {
	-ms-flex-preferred-size: calc((100% / 6) - .8rem);
	flex-basis: calc((100% / 6) - .8rem)
}

.cta-cartoon-icon--39-69 a {
	-ms-flex-preferred-size: calc(75% / 3);
	flex-basis: calc(75% / 3)
}

.cta-cartoon-icon--39-69 a:nth-child(-n+3) {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.cta-cartoon-icon--25-65 a,
.cta-cartoon-icon--35-56 a,
.cta-cartoon-icon--40-65 a,
.cta-cartoon-icon--45-65 a {
	-ms-flex-preferred-size: calc((80% / 4) - 1rem);
	flex-basis: calc((80% / 4) - 1rem)
}

.cta-cartoon-icon--25-65 a:nth-child(-n+4),
.cta-cartoon-icon--35-56 a:nth-child(-n+4),
.cta-cartoon-icon--40-65 a:nth-child(-n+4),
.cta-cartoon-icon--45-65 a:nth-child(-n+4) {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.cta-cartoon-icon--30-75 a {
	-ms-flex-preferred-size: calc((80% / 5) - .5rem);
	flex-basis: calc((80% / 5) - .5rem)
}

.cta-cartoon-icon--30-75 a:nth-child(-n+6) {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.cta-cartoon-icon--50-80 a {
	-ms-flex-preferred-size: calc((100% / 4) - 3rem);
	flex-basis: calc((100% / 4) - 3rem)
}

.cta-cartoon-icon--50-80 a:nth-child(-n+4) {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.cta-cartoon-icon--50-80 .female-50-59 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-02.svg)
}

.cta-cartoon-icon--50-80 .female-60-69 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-03.svg)
}

.cta-cartoon-icon--50-80 .female-70-79 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-04.svg)
}

.cta-cartoon-icon--50-80 .male-50-59 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-07.svg)
}

.cta-cartoon-icon--50-80 .male-60-69 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-08.svg)
}

.cta-cartoon-icon--50-80 .male-70-79 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-09.svg)
}

.cta-cartoon-icon--50-85 .female-50-59 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-01.svg)
}

.cta-cartoon-icon--50-85 .female-60-69 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-02.svg)
}

.cta-cartoon-icon--50-85 .female-70-79 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-03.svg)
}

.cta-cartoon-icon--50-85 .female-80-85 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-04.svg)
}

.cta-cartoon-icon--50-85 .male-50-59 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-06.svg)
}

.cta-cartoon-icon--50-85 .male-60-69 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-07.svg)
}

.cta-cartoon-icon--50-85 .male-70-79 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-08.svg)
}

.cta-cartoon-icon--50-85 .male-80-85 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-09.svg)
}

.cta-cartoon-icon-diverse__cartoon,
.cta-cartoon-icon__cartoon {
	width: 100%;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	margin: 0 0 .5rem 0;
	border-radius: 8px;
	text-decoration: none;
	border-width: 3px;
	border-style: solid;
	color: #7a7a7a
}

.cta-cartoon-icon-diverse__cartoon:hover,
.cta-cartoon-icon__cartoon:hover {
	border-color: #7a7a7a;
	background-color: #7a7a7a;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.cta-cartoon-icon-diverse__cartoon:hover .cta-cartoon-icon__age,
.cta-cartoon-icon__cartoon:hover .cta-cartoon-icon__age {
	color: #fff
}

@media only screen and (min-width:768px) {
	.cta-cartoon-icon-diverse__cartoon,
	.cta-cartoon-icon__cartoon {
		border-width: 4px;
		text-decoration: none;
		margin: .4rem;
		border: 5px solid #7a7a7a;
		cursor: pointer;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(20% - .8rem);
		flex: 0 0 calc(20% - .8rem);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		max-width: 180px
	}
}

.cta-cartoon-icon-diverse__age-group,
.cta-cartoon-icon__age-group {
	background-color: #7a7a7a;
	border-radius: 50%;
	margin: 0 50px 0 5%;
	display: block;
	background-size: 140%;
	background-repeat: no-repeat;
	background-position: 50% 15%;
	width: 55px;
	height: 55px
}

@media only screen and (max-width:479px) {
	.cta-cartoon-icon-diverse__age-group,
	.cta-cartoon-icon__age-group {
		margin-right: 10px
	}
}

@media only screen and (min-width:768px) {
	.cta-cartoon-icon-diverse__age-group,
	.cta-cartoon-icon__age-group {
		background-size: 120%;
		background-position: 50% 15%;
		margin: 1rem auto 0;
		padding-top: 70%;
		width: 70%;
		height: 0
	}
}

.cta-cartoon-icon-diverse__age,
.cta-cartoon-icon__age {
	margin: 0;
	font-size: 1.4rem!important;
	text-align: center;
	font-weight: 600;
	color: #7a7a7a
}

@media only screen and (min-width:768px) {
	.cta-cartoon-icon-diverse__age,
	.cta-cartoon-icon__age {
		padding-top: 1.6rem!important;
		margin-bottom: 1rem;
		font-size: 1.8rem
	}
}

.cta-cartoon-icon__wrapper .female-under-18,
.cta-cartoon-icon__wrapper .female-under-25,
.cta-cartoon-icon__wrapper .female-under-30 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-11.svg)
}

.cta-cartoon-icon__wrapper .female-18-25,
.cta-cartoon-icon__wrapper .female-18-30,
.cta-cartoon-icon__wrapper .female-25-39,
.cta-cartoon-icon__wrapper .female-25-40,
.cta-cartoon-icon__wrapper .female-30-39,
.cta-cartoon-icon__wrapper .female-under-35 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-12.svg)
}

.cta-cartoon-icon__wrapper .female,
.cta-cartoon-icon__wrapper .female-26-35,
.cta-cartoon-icon__wrapper .female-31-55,
.cta-cartoon-icon__wrapper .female-39-49,
.cta-cartoon-icon__wrapper .female-41-45,
.cta-cartoon-icon__wrapper .female-41-50,
.cta-cartoon-icon__wrapper .female-under-40,
.cta-cartoon-icon__wrapper .female-under-45 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-01.svg)
}

.cta-cartoon-icon__wrapper .female-36-40,
.cta-cartoon-icon__wrapper .female-36-45 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-13.svg)
}

.cta-cartoon-icon__wrapper .female-40-49,
.cta-cartoon-icon__wrapper .female-46-50,
.cta-cartoon-icon__wrapper .female-46-55,
.cta-cartoon-icon__wrapper .female-over-46 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-02.svg)
}

.cta-cartoon-icon__wrapper .female-50-59,
.cta-cartoon-icon__wrapper .female-51-55,
.cta-cartoon-icon__wrapper .female-51-65,
.cta-cartoon-icon__wrapper .female-56-65,
.cta-cartoon-icon__wrapper .female-over-56 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-03.svg)
}

.cta-cartoon-icon__wrapper .female-60-65,
.cta-cartoon-icon__wrapper .female-60-69,
.cta-cartoon-icon__wrapper .female-over-60,
.cta-cartoon-icon__wrapper .female-over-65 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-04.svg)
}

.cta-cartoon-icon__wrapper .female-70-75,
.cta-cartoon-icon__wrapper .female-over-70,
.cta-cartoon-icon__wrapper .female-over-80,
.cta-cartoon-icon__wrapper .female-over-85 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-05.svg)
}

.cta-cartoon-icon__wrapper .male-under-18,
.cta-cartoon-icon__wrapper .male-under-25,
.cta-cartoon-icon__wrapper .male-under-30 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-14.svg)
}

.cta-cartoon-icon__wrapper .male-25-39,
.cta-cartoon-icon__wrapper .male-25-40,
.cta-cartoon-icon__wrapper .male-26-35,
.cta-cartoon-icon__wrapper .male-30-39,
.cta-cartoon-icon__wrapper .male-36-40 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-16.svg)
}

.cta-cartoon-icon__wrapper .male-18-25,
.cta-cartoon-icon__wrapper .male-18-30,
.cta-cartoon-icon__wrapper .male-under-35 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-15.svg)
}

.cta-cartoon-icon__wrapper .male,
.cta-cartoon-icon__wrapper .male-31-55,
.cta-cartoon-icon__wrapper .male-36-45,
.cta-cartoon-icon__wrapper .male-39-49,
.cta-cartoon-icon__wrapper .male-41-45,
.cta-cartoon-icon__wrapper .male-41-50,
.cta-cartoon-icon__wrapper .male-under-40,
.cta-cartoon-icon__wrapper .male-under-45 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-06.svg)
}

.cta-cartoon-icon__wrapper .male-40-49,
.cta-cartoon-icon__wrapper .male-46-50,
.cta-cartoon-icon__wrapper .male-46-55,
.cta-cartoon-icon__wrapper .male-over-46 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-07.svg)
}

.cta-cartoon-icon__wrapper .male-50-59,
.cta-cartoon-icon__wrapper .male-51-55,
.cta-cartoon-icon__wrapper .male-51-65,
.cta-cartoon-icon__wrapper .male-56-65,
.cta-cartoon-icon__wrapper .male-over-56 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-08.svg)
}

.cta-cartoon-icon__wrapper .male-60-65,
.cta-cartoon-icon__wrapper .male-60-69,
.cta-cartoon-icon__wrapper .male-over-60,
.cta-cartoon-icon__wrapper .male-over-65 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-09.svg)
}

.cta-cartoon-icon__wrapper .male-70-75,
.cta-cartoon-icon__wrapper .male-over-70,
.cta-cartoon-icon__wrapper .male-over-80,
.cta-cartoon-icon__wrapper .male-over-85 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-10.svg)
}

.cta-cartoon-icon-diverse .female-under-30 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-diverse-01.svg);
	background-size: 70%;
	background-position-y: 10px
}

.cta-cartoon-icon-diverse .female-30-39 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-diverse-02.svg);
	background-size: 70%;
	background-position-y: 10px
}

.cta-cartoon-icon-diverse .female-40-49 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-diverse-03.svg);
	background-size: 70%;
	background-position-y: 10px
}

.cta-cartoon-icon-diverse .female-50-59 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-diverse-04.svg);
	background-size: 70%;
	background-position-y: 10px
}

.cta-cartoon-icon-diverse .female-over-60 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-diverse-05.svg);
	background-size: 70%;
	background-position-y: 10px
}

.cta-cartoon-icon-diverse .male-under-30 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-diverse-09.svg);
	background-size: 70%;
	background-position-y: 10px
}

.cta-cartoon-icon-diverse .male-30-39 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-diverse-08.svg);
	background-size: 70%;
	background-position-y: 10px
}

.cta-cartoon-icon-diverse .male-40-49 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-diverse-07.svg);
	background-size: 70%;
	background-position-y: 10px
}

.cta-cartoon-icon-diverse .male-50-59 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-diverse-06.svg);
	background-size: 70%;
	background-position-y: 10px
}

.cta-cartoon-icon-diverse .male-over-60 {
	background-image: url(../../../../themes/article/img/people-icons/icon-person-diverse-10.svg);
	background-size: 70%;
	background-position-y: 10px
}

div.cta-birth-year,
div.cta-plain-button__birth-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-width: 80px
}

div.cta-birth-year>*,
div.cta-plain-button__birth-group>* {
	margin: 2px;
	width: auto
}

@media only screen and (min-width:600px) {
	div.cta-birth-year>*,
	div.cta-plain-button__birth-group>* {
		margin: 4px
	}
}

@supports (display:grid) {
	div.cta-birth-year,
	div.cta-plain-button__birth-group {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
		grid-gap: 2px 4px
	}
	div.cta-birth-year>*,
	div.cta-plain-button__birth-group>* {
		margin: 0 0 8px 0
	}
	@media only screen and (min-width:600px) {
		div.cta-birth-year,
		div.cta-plain-button__birth-group {
			grid-gap: 2px 6px
		}
	}
}

@supports (display:grid) {
	div.cta-birth-year .cta-birth-year__button,
	div.cta-plain-button__birth-group .cta-birth-year__button {
		width: 100%
	}
}

div.cta-birth-year .locations__button,
div.cta-plain-button__birth-group .locations__button {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.05rem;
	padding: 1.2rem .8rem;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (min-width:320px) {
	div.cta-birth-year .locations__button,
	div.cta-plain-button__birth-group .locations__button {
		font-size: 1.2rem
	}
}

@media only screen and (min-width:600px) {
	div.cta-birth-year .locations__button,
	div.cta-plain-button__birth-group .locations__button {
		font-size: 1.3rem
	}
}

.cta-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.cta-block__button {
	padding: .5rem;
	text-decoration: none;
	font-size: 1.4rem;
	text-align: center;
	position: relative;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	margin: 10px 0;
	background-color: #fff;
	border: 6px solid #999;
	width: calc(50% - 10px);
	height: auto
}

@media only screen and (min-width:480px) {
	.cta-block__button {
		width: calc(50% - 40px);
		height: auto
	}
}

@media only screen and (min-width:600px) {
	.cta-block__button {
		width: calc(25% - 20px);
		height: auto
	}
}

@media only screen and (min-width:768px) {
	.cta-block__button {
		width: calc(25% - 30px);
		height: auto
	}
}

.cta-block__button:focus,
.cta-block__button:hover {
	border-color: #333
}

.cta-block__button:focus .locations__text,
.cta-block__button:hover .locations__text {
	background-color: #333
}

.cta-block__image {
	width: 100%;
	height: auto;
	margin: 0 auto 8px auto;
	padding: 35% 0;
	display: block;
	background-color: #f2f4f3;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 75%
}

.cta-block__text {
	color: #fff;
	background-color: #ddd;
	padding: .7rem 1rem;
	display: block;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	font-size: 1.1rem
}

@media only screen and (min-width:480px) {
	.cta-block__text {
		font-size: 1.3rem
	}
}

.cta-group-header {
	color: #fff;
	text-align: center;
	margin-bottom: .5rem;
	padding: 1rem;
	font-size: 1.4rem;
	text-decoration: none;
	display: block;
	font-weight: 600;
	line-height: 1.5
}

@media only screen and (min-width:480px) {
	.cta-group-header {
		padding: 1rem 2.4rem;
		font-size: 1.5rem
	}
}

@media only screen and (min-width:600px) {
	.cta-group-header {
		padding: 1.2rem 2.5rem;
		font-size: 2rem
	}
}

@media only screen and (min-width:768px) {
	.cta-group-header {
		padding: 1.4rem 3rem;
		line-height: 1.3
	}
}

.cta-header {
	display: none;
	margin-left: auto;
	-ms-flex-line-pack: center;
	align-content: center
}

@media only screen and (min-width:600px) {
	.cta-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.cta-header__button {
	color: #fff;
	width: auto;
	line-height: 2.5;
	text-decoration: none;
	max-width: 500px;
	font-size: 1.4rem;
	padding: 0 2.5rem;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.cta-header.is-sticky {
	width: 100%!important;
	text-align: center;
	left: 0!important;
	background-color: #d1d1d1;
	padding: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: block
}

@media only screen and (min-width:600px) {
	.cta-header.is-sticky {
		padding: 10px 0
	}
}

.cta-header.is-sticky .cta-header__button {
	display: block;
	margin: 0 auto;
	width: auto
}

.cta-infographic-card {
	margin: 1.2rem 0
}

@media only screen and (max-width:599px) {
	.cta-infographic-card {
		display: none
	}
}

.cta-infographic-card__title {
	text-align: center
}

.cta-infographic-card__title-main {
	font-weight: 700
}

.cta-infographic-card__title-sub {
	font-style: italic
}

.cta-infographic-card__items-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.cta-infographic-card__item {
	margin: 0 .5rem 1rem .5rem;
	position: relative;
	line-height: 1.5rem;
	padding: 1rem;
	width: 210px;
	height: 270px
}

.cta-infographic-card__item:hover .cta-infographic-card__front {
	top: -300px;
	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg)
}

.cta-infographic-card__image {
	max-height: 160px
}

.cta-infographic-card__back,
.cta-infographic-card__front {
	display: block;
	overflow: hidden;
	text-align: center;
	border: 1px solid #e7e7e7;
	position: absolute;
	top: 0;
	left: 0;
	width: 175px;
	height: 250px
}

@media only screen and (min-width:768px) {
	.cta-infographic-card__back,
	.cta-infographic-card__front {
		width: 210px
	}
}

.cta-infographic-card__front {
	background: #fff;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	z-index: 2
}

.cta-infographic-card__index {
	font-size: 1.7rem;
	color: #333;
	padding: 0;
	line-height: 1;
	display: block;
	margin: .4rem 0
}

.cta-infographic-card__back {
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background-color: #000
}

.cta-infographic-card__back .cta-infographic-card__text {
	color: #fff
}

.cta-infographic-card__link {
	text-decoration: none
}

.cta-infographic-card__text {
	margin: 0;
	font-size: 1.3rem;
	width: 90%;
	display: block;
	margin: 0 auto
}

.cta-birth-year,
.cta-custom,
.cta-regions {
	margin: 1rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center
}

@supports (display:grid) {
	.cta-birth-year,
	.cta-custom,
	.cta-regions {
		display: grid;
		grid-template-columns: repeat(2, minmax(120px, 1fr));
		grid-gap: 4px 10px;
		grid-auto-rows: minmax(-webkit-min-content, 1fr);
		grid-auto-rows: minmax(min-content, 1fr);
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	@media only screen and (min-width:600px) {
		.cta-birth-year,
		.cta-custom,
		.cta-regions {
			grid-template-columns: repeat(3, minmax(150px, 1fr));
			grid-gap: 6px 10px
		}
	}
	@media only screen and (min-width:992px) {
		.cta-birth-year,
		.cta-custom,
		.cta-regions {
			grid-template-columns: repeat(4, minmax(150px, 1fr));
			grid-gap: 8px 12px
		}
	}
}

.cta-birth-year__button,
.cta-custom__button,
.cta-regions__button {
	margin: 0 1rem .4rem 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	text-decoration: none;
	font-size: 1.05rem;
	display: inline-block;
	padding: 1.2rem .8rem;
	text-align: center;
	border-radius: 0;
	color: #fff;
	background-color: #999;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.cta-birth-year__button.active,
.cta-birth-year__button:hover,
.cta-custom__button.active,
.cta-custom__button:hover,
.cta-regions__button.active,
.cta-regions__button:hover {
	background-color: #666
}

@media only screen and (min-width:480px) {
	.cta-birth-year__button,
	.cta-custom__button,
	.cta-regions__button {
		font-size: 1.2rem;
		min-width: 75px
	}
}

@media only screen and (min-width:600px) {
	.cta-birth-year__button,
	.cta-custom__button,
	.cta-regions__button {
		min-width: 80px
	}
}

@media only screen and (min-width:768px) {
	.cta-birth-year__button,
	.cta-custom__button,
	.cta-regions__button {
		font-weight: 600;
		font-size: 1.3rem;
		min-width: 85px
	}
}

@media only screen and (min-width:992px) {
	.cta-birth-year__button,
	.cta-custom__button,
	.cta-regions__button {
		min-width: 90px
	}
}

.cta-birth-year__button:hover,
.cta-custom__button:hover,
.cta-regions__button:hover {
	background-color: #aaa
}

@supports (display:grid) {
	.cta-birth-year.uk-postcodes,
	.cta-custom.uk-postcodes,
	.cta-regions.uk-postcodes {
		display: grid;
		grid-template-columns: repeat(4, minmax(50px, 1fr));
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		grid-gap: 10px
	}
	@media only screen and (min-width:480px) {
		.cta-birth-year.uk-postcodes,
		.cta-custom.uk-postcodes,
		.cta-regions.uk-postcodes {
			grid-template-columns: repeat(5, minmax(60px, 1fr))
		}
	}
	@media only screen and (min-width:600px) {
		.cta-birth-year.uk-postcodes,
		.cta-custom.uk-postcodes,
		.cta-regions.uk-postcodes {
			grid-template-columns: repeat(7, minmax(65px, 1fr))
		}
	}
	@media only screen and (min-width:768px) {
		.cta-birth-year.uk-postcodes,
		.cta-custom.uk-postcodes,
		.cta-regions.uk-postcodes {
			grid-template-columns: repeat(9, minmax(70px, 1fr))
		}
	}
	@media only screen and (min-width:1280px) {
		.cta-birth-year.uk-postcodes,
		.cta-custom.uk-postcodes,
		.cta-regions.uk-postcodes {
			grid-template-columns: repeat(11, minmax(75px, 1fr))
		}
	}
}

.cta-birth-year.uk-postcodes .cta-regions__button,
.cta-birth-year.uk-postcodes .locations__button,
.cta-custom.uk-postcodes .cta-regions__button,
.cta-custom.uk-postcodes .locations__button,
.cta-regions.uk-postcodes .cta-regions__button,
.cta-regions.uk-postcodes .locations__button {
	padding: .4rem 0;
	font-size: .8rem;
	min-width: 50px
}

@media only screen and (min-width:600px) {
	.cta-birth-year.uk-postcodes .cta-regions__button,
	.cta-birth-year.uk-postcodes .locations__button,
	.cta-custom.uk-postcodes .cta-regions__button,
	.cta-custom.uk-postcodes .locations__button,
	.cta-regions.uk-postcodes .cta-regions__button,
	.cta-regions.uk-postcodes .locations__button {
		padding: .5rem 0;
		font-size: .9rem
	}
}

.cta-custom.cta-single {
	margin: 0 auto;
	text-align: center;
	grid-template-columns: 1fr
}

.cta-custom.cta-single.cta-plain-button {
	width: 100%;
	min-width: 60%;
	margin: 1rem auto 0 auto
}

@media only screen and (min-width:992px) {
	.cta-custom.cta-single.cta-plain-button {
		min-width: 40%
	}
}

.cta-map--germany img {
	width: 60%
}

@media only screen and (min-width:768px) {
	.cta-map--germany img {
		width: 40%
	}
}

.cta-map--united-kingdom img {
	width: 60%
}

@media only screen and (min-width:768px) {
	.cta-map--united-kingdom img {
		width: 40%
	}
}

.cta-map__link {
	display: block;
	clear: both;
	width: 100%;
	height: auto
}

.cta-message {
	background-color: #ddd;
	padding: .6rem 0;
	margin: .5rem 0;
	text-align: center
}

.cta-message p {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 600
}

.cta-pets {
	margin-top: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px 20px
}

@media only screen and (min-width:768px) {
	.cta-pets {
		gap: 20px 30px
	}
}

.cta-pets__button {
	border-radius: 4px;
	padding: 10px;
	width: calc(100% / 4);
	border: 2px solid;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

@media only screen and (min-width:600px) {
	.cta-pets__button {
		width: calc(100% / 5)
	}
}

@media only screen and (min-width:768px) {
	.cta-pets__button {
		width: calc(90% / 6)
	}
}

.cta-pets__button svg {
	width: 100%;
	height: 100%
}

.cta-pets__text {
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute
}

div.disclaimer {
	color: #fff;
	margin-top: 1rem;
	text-align: center
}

div.disclaimer p {
	font-size: .9rem
}

.footer-cta {
	margin-top: 1.5rem;
	padding: 1.2rem 0;
	text-align: center;
	position: relative
}

.footer-cta .cta-button {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	display: block
}

@media only screen and (min-width:992px) {
	.footer-cta .cta-button {
		text-decoration: underline
	}
}

.main-footer {
	background: #779951;
	padding: 1rem 0;
	position: relative
}

.main-footer p {
	text-align: center;
	color: #fff
}

.main-footer a {
	color: #fff;
	display: inline-block;
	font-size: .9rem
}

.main-footer a:hover,
.main-footer a:visited {
	color: #fff;
	text-decoration: none
}

.main-footer address {
	font-size: 1rem;
	line-height: 1.4;
	color: #fff;
	text-align: center
}

@media only screen and (min-width:600px) {
	.main-footer address {
		text-align: left
	}
}

.main-footer .block-details h4 {
	color: #fff;
	text-align: center;
	font-size: 1rem
}

@media only screen and (min-width:600px) {
	.main-footer .block-details h4 {
		text-align: left
	}
}

@media only screen and (min-width:600px) {
	.main-footer .block-details--address {
		width: 30%;
		margin-left: 10%
	}
}

.main-footer .block-details--contact {
	margin-top: 1rem
}

@media only screen and (min-width:600px) {
	.main-footer .block-details--contact {
		width: 45%;
		margin-left: 15%;
		margin-top: 0
	}
}

.main-footer small {
	font-size: .8rem;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff
}

.block-contact-area {
	padding: 1.4rem 0
}

@media only screen and (min-width:600px) {
	.block-contact-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.graph {
	max-width: 50%;
	float: right;
	padding-right: 1.2rem;
	padding-left: 1.2rem;
	padding-top: 10px
}

@media only screen and (max-width:599px) {
	.graph {
		max-width: 100%
	}
}

.graphL {
	max-width: 45%;
	float: left;
	padding-right: 1.2rem;
	padding-left: 0;
	margin-top: -.8rem;
	padding-top: 10px
}

@media only screen and (max-width:599px) {
	.graphL {
		max-width: 100%
	}
}

.small {
	max-width: 28%
}

.main-header {
	margin-bottom: .8rem
}

@media only screen and (min-width:992px) {
	.main-header {
		border-bottom: 1px solid #bbb
	}
}

.main-image-caption figcaption {
	color: #aaa;
	font-size: .9rem
}

.main-image-caption img {
	width: 100%;
	height: auto
}

.impressum__button {
	background: 0 0;
	border: none;
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
	color: #fff
}

.impressum__wrapper {
	margin: 0 auto;
	width: 60%;
	height: 60%
}

.impressum__wrapper p {
	color: #000;
	text-align: left;
	font-size: 1rem!important
}

.impressum__headline {
	color: #000!important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin: 1rem 0;
	border-bottom: 2px solid #000
}

.numbered-list {
	padding: 0;
	list-style-type: none;
	counter-reset: section
}

.numbered-list li {
	position: relative;
	overflow: hidden;
	padding: .2rem 3% .5rem 2.5rem;
	font-size: 1.2rem
}

.numbered-list li::before {
	position: absolute;
	top: 2px;
	left: 0;
	color: #fff;
	background-color: #545454;
	width: 26px;
	height: 26px;
	content: '';
	display: block;
	border-radius: 0;
	text-align: center;
	font-weight: 800;
	padding: 1px
}

.numbered-list li::before {
	content: counter(section);
	counter-increment: section
}

.numbered-list-square {
	padding: 0;
	list-style-type: none;
	counter-reset: section
}

.numbered-list-square li {
	position: relative;
	overflow: hidden;
	padding: .2rem 3% .5rem 2.5rem;
	font-size: 1.2rem
}

.numbered-list-square li::before {
	position: absolute;
	top: 2px;
	left: 0;
	color: #fff;
	background-color: #545454;
	width: 26px;
	height: 26px;
	content: '';
	display: block;
	border-radius: 0;
	text-align: center;
	font-weight: 800;
	padding: 1px
}

.numbered-list-square li::before {
	content: counter(section);
	counter-increment: section
}

.numbered-list-round {
	padding: 0;
	list-style-type: none;
	counter-reset: section
}

.numbered-list-round li {
	position: relative;
	overflow: hidden;
	padding: .2rem 3% .5rem 2.5rem;
	font-size: 1.2rem
}

.numbered-list-round li::before {
	position: absolute;
	top: 2px;
	left: 0;
	color: #fff;
	background-color: #545454;
	width: 26px;
	height: 26px;
	content: '';
	display: block;
	border-radius: 50%;
	text-align: center;
	font-weight: 800;
	padding: 1px
}

.numbered-list-round li::before {
	content: counter(section);
	counter-increment: section
}

.bullet-list {
	padding: 0;
	list-style-type: none;
	counter-reset: section
}

.bullet-list li {
	position: relative;
	overflow: hidden;
	padding: .2rem 3% .5rem 2.5rem;
	font-size: 1.2rem
}

.bullet-list li::before {
	position: absolute;
	top: 2px;
	left: 0;
	color: #fff;
	background-color: #545454;
	width: 26px;
	height: 26px;
	content: '';
	display: block;
	border-radius: 0;
	text-align: center;
	font-weight: 800;
	padding: 1px
}

.bullet-list-square {
	padding: 0;
	list-style-type: none;
	counter-reset: section
}

.bullet-list-square li {
	position: relative;
	overflow: hidden;
	padding: .2rem 3% .5rem 2.5rem;
	font-size: 1.2rem
}

.bullet-list-square li::before {
	position: absolute;
	top: 2px;
	left: 0;
	color: #fff;
	background-color: #545454;
	width: 26px;
	height: 26px;
	content: '';
	display: block;
	border-radius: 0;
	text-align: center;
	font-weight: 800;
	padding: 1px
}

.bullet-list-round {
	padding: 0;
	list-style-type: none;
	counter-reset: section
}

.bullet-list-round li {
	position: relative;
	overflow: hidden;
	padding: .2rem 3% .5rem 2.5rem;
	font-size: 1.2rem
}

.bullet-list-round li::before {
	position: absolute;
	top: 2px;
	left: 0;
	color: #fff;
	background-color: #545454;
	width: 26px;
	height: 26px;
	content: '';
	display: block;
	border-radius: 50%;
	text-align: center;
	font-weight: 800;
	padding: 1px
}

.logo-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
	padding: .5rem 0;
	border-bottom: 1px solid #bbb
}

@media only screen and (min-width:992px) {
	.logo-container {
		border: none
	}
}

.logo {
	width: 70%
}

@media only screen and (min-width:600px) {
	.logo {
		width: 25%
	}
}

.logo img {
	width: 100%
}

@media only screen and (min-width:992px) {
	.has-sidebanner .narrow-article {
		width: 74%
	}
}

.sidebanner {
	width: 100%;
	min-height: 120px;
	text-align: center;
	color: #fff;
	display: none;
	position: fixed;
	top: 0;
	left: 0
}

@media only screen and (min-width:992px) {
	.sidebanner {
		display: block;
		position: relative;
		width: 22%;
		color: #000;
		background-color: #fff
	}
}

.sidebanner__headline {
	text-transform: none;
	font-size: 1.4rem
}

@media only screen and (max-width:991px) {
	.sidebanner__headline {
		margin-top: 0;
		margin-bottom: 0;
		line-height: 1.4
	}
}

.sidebanner--mobile {
	display: block
}

.sidebanner__sticky {
	width: 100%;
	padding: 1rem;
	position: relative;
	padding: .5rem .6rem .6rem .6rem
}

@media only screen and (min-width:992px) {
	.sidebanner__sticky {
		border: 1px solid #bbb
	}
}

.sidebanner__close {
	color: #fff;
	background: 0 0;
	border: none;
	font-size: 1rem;
	font-weight: 700;
	position: fixed;
	top: 10px;
	right: 10px
}

@media only screen and (min-width:992px) {
	.sidebanner__close {
		display: none
	}
}

.sidebanner__content {
	font-size: .9rem
}

@media only screen and (min-width:600px) {
	.sidebanner__content {
		font-size: 1.1rem
	}
}

.sidebanner__headline {
	padding: 0;
	margin: .4rem auto;
	width: 90%;
	font-size: 1.1rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase
}

@media only screen and (min-width:600px) {
	.sidebanner__headline {
		font-size: 1.2rem;
		width: 100%
	}
}

.sidebanner__cta-item:first-of-type {
	display: block
}

@media only screen and (max-width:991px) {
	.sidebanner__cta-item {
		display: none
	}
}

.sidebanner__cta-link {
	color: #fff;
	padding: .6rem .5rem;
	font-size: .9rem;
	line-height: 1.4;
	display: block;
	text-decoration: none;
	width: 90%;
	max-width: 300px;
	margin: 1.2rem auto .1rem auto;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 1px 1px 2px #475c74;
	box-shadow: 1px 1px 2px #475c74;
	font-size: 1rem
}

@media only screen and (min-width:600px) {
	.sidebanner__cta-link {
		font-size: 1rem;
		padding: .8rem .6rem
	}
}

@media only screen and (min-width:992px) {
	.sidebanner__cta-link {
		max-width: 180px
	}
}

@media only screen and (max-width:991px) {
	.sidebanner__cta-link {
		margin-top: .8rem
	}
}

@media only screen and (max-width:991px) {
	.sidebanner__cta-link:hover {
		background-color: #fff
	}
}

.sidebanner small {
	font-size: .7rem
}

.sidebanner__brand-logo {
	margin: .5rem auto 0 auto;
	padding-top: .5rem;
	width: 90%;
	border-top: 1px solid #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media only screen and (max-width:991px) {
	.sidebanner__brand-logo {
		display: none
	}
}

.sidebanner__brand-logo img {
	width: 80%
}

.sidebanner__brand-logo svg {
	width: 100%
}

.social-icons {
	padding-top: .5rem;
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.social-icons a {
	text-decoration: none;
	background-size: contain;
	margin-right: .3rem;
	width: 28px;
	height: 28px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden
}

.social-icons img {
	width: 28px;
	height: 28px
}

.icon-fb {
	background: url(../../../../themes/article/img/social-icons/facebook.svg) no-repeat -6px -2px
}

.icon-tw {
	background: url(../../../../themes/article/img/social-icons/twitter.svg) no-repeat -6px -2px
}

.icon-email {
	background: url(../../../../themes/article/img/social-icons/email.svg) no-repeat -2px 0
}

.title {
	margin: .6rem 0
}

.title__main {
	font-size: 1.35rem;
	line-height: 1.1;
	font-weight: 900
}

@media only screen and (min-width:600px) {
	.title__main {
		font-size: 1.65rem
	}
}

@media only screen and (min-width:992px) {
	.title__main {
		color: #000;
		font-size: 1.8rem;
		line-height: 1.2
	}
}

div.sub-title p {
	font-size: 1.4rem;
	line-height: 1.2
}

@media only screen and (min-width:768px) {
	div.sub-title p {
		font-size: 1.6rem;
		line-height: 1.3
	}
}

.trustpilot {
	display: none
}

@media only screen and (min-width:600px) {
	.trustpilot {
		display: block;
		width: 18%;
		margin-left: 82%;
		margin-top: -110px
	}
}

.video {
	width: 100%
}

.video__container {
	position: relative;
	display: block;
	padding-bottom: 44%;
	height: 0;
	overflow: hidden;
	width: 75%;
	margin: 0 auto
}

.video__container embed,
.video__container iframe,
.video__container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.video__cta {
	margin: 2rem 0;
	width: auto;
	text-align: center
}

.video__cta a {
	width: auto;
	min-width: 200px;
	margin: 0 auto;
	display: inline-block;
	color: #fff;
	font-size: 1.3rem;
	background: #999;
	text-decoration: none;
	padding: 1.2rem 1.5rem .6rem 1.5rem;
	border-radius: 4px;
	line-height: 1.6;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.video__cta a:hover {
	background-color: #333
}

.page-listicle {
	counter-reset: advertorial-field-reference-counter
}

.page-listicle.the-eco-experts {
	font-family: Heebo
}

.page-listicle .cta-single .cta-custom__button {
	width: 90%;
	margin: 0 auto
}

@media only screen and (min-width:600px) {
	.page-listicle .cta-single .cta-custom__button {
		width: 60%
	}
}

@media only screen and (min-width:992px) {
	.page-listicle .cta-single .cta-custom__button {
		width: 50%
	}
}

.page-listicle .cta-custom__button,
.page-listicle .locations__button {
	margin: .3rem 0;
	-webkit-box-shadow: 1px 1px 2px #475c74;
	box-shadow: 1px 1px 2px #475c74
}

@media only screen and (min-width:600px) {
	.page-listicle .cta-custom__button,
	.page-listicle .locations__button {
		min-height: 80px
	}
}

.page-listicle h1.title__main {
	color: #000
}

.page-listicle div.content-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

@media only screen and (min-width:992px) {
	.page-listicle div.content-top {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.page-listicle div.content-top .author-info {
	margin-right: auto
}

.listicle {
	width: 100%
}

.listicle p {
	font-size: 1.2rem
}

@media only screen and (min-width:600px) {
	.listicle p {
		font-size: 1.3rem
	}
}

.listicle__contents {
	background-color: #e7f0f7;
	padding: 1.4rem;
	margin: 2.5rem 0 1rem 0
}

.listicle__contents-header {
	font-size: 1.4rem;
	margin: 0 0 .5rem 0
}

.listicle__contents-link {
	color: #000;
	text-decoration: underline;
	font-size: 1.1rem;
	display: block;
	padding: .5rem 0
}

.listicle__contents-link:hover {
	text-decoration: none
}

.listicle h1.title__main {
	font-size: 2.4rem
}

@media only screen and (min-width:600px) {
	.listicle h1.title__main {
		font-size: 2.5rem
	}
}

.listicle .headline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.2rem
}

.listicle .headline__main {
	position: relative;
	font-size: 1.8rem
}

@media only screen and (min-width:600px) {
	.listicle .headline__main {
		font-size: 2rem
	}
}

h1.listicle .headline__main {
	font-size: 2.1rem
}

.listicle .headline__index {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	line-height: .7;
	padding: .9rem;
	font-size: 1.4rem;
	-webkit-box-shadow: 1px 1px 2px #475c74;
	box-shadow: 1px 1px 2px #475c74;
	margin-right: .8rem;
	color: #fff;
	font-weight: 700;
	width: 38px;
	height: 38px
}

@media only screen and (min-width:600px) {
	.listicle .headline__index {
		width: 42px;
		height: 42px
	}
}

.listicle .headline__index::after {
	display: none
}

.listicle .headline__index::before {
	counter-increment: advertorial-field-reference-counter;
	content: counter(advertorial-field-reference-counter)
}

.listicle__body {
	margin: 1rem 0;
	padding: 1rem 0
}

.listicle__item {
	margin: 1rem 0;
	padding: 1rem 0 2rem 0;
	border-bottom: 1px solid #b3b3b3
}

.listicle__item:last-of-type {
	border-bottom: none
}

.sub-content {
	line-height: 1.3;
	font-size: 1.3rem
}

ul.tick-list {
	padding-left: 0
}

ul.tick-list li {
	padding-left: 1.5rem
}

.expert-market ul.tick-list li {
	background: url(https://solarpanels.theecoexperts.com/themes/article/build/img/tick--em.svg) no-repeat 0 4px
}

.clinic-compare ul.tick-list li {
	background: url(https://solarpanels.theecoexperts.com/themes/article/build/img/tick--cc.svg) no-repeat 0 4px
}

.cta-birth-year,
.cta-custom,
.cta-regions {
	margin: 1rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center
}

@supports (display:grid) {
	.cta-birth-year,
	.cta-custom,
	.cta-regions {
		display: grid;
		grid-template-columns: repeat(2, minmax(120px, 1fr));
		grid-gap: 4px 10px;
		grid-auto-rows: minmax(-webkit-min-content, 1fr);
		grid-auto-rows: minmax(min-content, 1fr);
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	@media only screen and (min-width:600px) {
		.cta-birth-year,
		.cta-custom,
		.cta-regions {
			grid-template-columns: repeat(3, minmax(150px, 1fr));
			grid-gap: 6px 10px
		}
	}
	@media only screen and (min-width:992px) {
		.cta-birth-year,
		.cta-custom,
		.cta-regions {
			grid-template-columns: repeat(4, minmax(150px, 1fr));
			grid-gap: 8px 12px
		}
	}
}

.cta-birth-year__button,
.cta-custom__button,
.cta-regions__button {
	margin: 0 1rem .4rem 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	text-decoration: none;
	font-size: 1.05rem;
	display: inline-block;
	padding: 1.2rem .8rem;
	text-align: center;
	border-radius: 0;
	color: #fff;
	background-color: #999;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.cta-birth-year__button.active,
.cta-birth-year__button:hover,
.cta-custom__button.active,
.cta-custom__button:hover,
.cta-regions__button.active,
.cta-regions__button:hover {
	background-color: #666
}

@media only screen and (min-width:480px) {
	.cta-birth-year__button,
	.cta-custom__button,
	.cta-regions__button {
		font-size: 1.2rem;
		min-width: 75px
	}
}

@media only screen and (min-width:600px) {
	.cta-birth-year__button,
	.cta-custom__button,
	.cta-regions__button {
		min-width: 80px
	}
}

@media only screen and (min-width:768px) {
	.cta-birth-year__button,
	.cta-custom__button,
	.cta-regions__button {
		font-weight: 600;
		font-size: 1.3rem;
		min-width: 85px
	}
}

@media only screen and (min-width:992px) {
	.cta-birth-year__button,
	.cta-custom__button,
	.cta-regions__button {
		min-width: 90px
	}
}

.cta-birth-year__button:hover,
.cta-custom__button:hover,
.cta-regions__button:hover {
	background-color: #aaa
}

@supports (display:grid) {
	.cta-birth-year.uk-postcodes,
	.cta-custom.uk-postcodes,
	.cta-regions.uk-postcodes {
		display: grid;
		grid-template-columns: repeat(4, minmax(50px, 1fr));
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		grid-gap: 10px
	}
	@media only screen and (min-width:480px) {
		.cta-birth-year.uk-postcodes,
		.cta-custom.uk-postcodes,
		.cta-regions.uk-postcodes {
			grid-template-columns: repeat(5, minmax(60px, 1fr))
		}
	}
	@media only screen and (min-width:600px) {
		.cta-birth-year.uk-postcodes,
		.cta-custom.uk-postcodes,
		.cta-regions.uk-postcodes {
			grid-template-columns: repeat(7, minmax(65px, 1fr))
		}
	}
	@media only screen and (min-width:768px) {
		.cta-birth-year.uk-postcodes,
		.cta-custom.uk-postcodes,
		.cta-regions.uk-postcodes {
			grid-template-columns: repeat(9, minmax(70px, 1fr))
		}
	}
	@media only screen and (min-width:1280px) {
		.cta-birth-year.uk-postcodes,
		.cta-custom.uk-postcodes,
		.cta-regions.uk-postcodes {
			grid-template-columns: repeat(11, minmax(75px, 1fr))
		}
	}
}

.cta-birth-year.uk-postcodes .cta-regions__button,
.cta-birth-year.uk-postcodes .locations__button,
.cta-custom.uk-postcodes .cta-regions__button,
.cta-custom.uk-postcodes .locations__button,
.cta-regions.uk-postcodes .cta-regions__button,
.cta-regions.uk-postcodes .locations__button {
	padding: .4rem 0;
	font-size: .8rem;
	min-width: 50px
}

@media only screen and (min-width:600px) {
	.cta-birth-year.uk-postcodes .cta-regions__button,
	.cta-birth-year.uk-postcodes .locations__button,
	.cta-custom.uk-postcodes .cta-regions__button,
	.cta-custom.uk-postcodes .locations__button,
	.cta-regions.uk-postcodes .cta-regions__button,
	.cta-regions.uk-postcodes .locations__button {
		padding: .5rem 0;
		font-size: .9rem
	}
}

.cta-custom.cta-single {
	margin: 0 auto;
	text-align: center;
	grid-template-columns: 1fr
}

.cta-custom.cta-single.cta-plain-button {
	width: 100%;
	min-width: 60%;
	margin: 1rem auto 0 auto
}

@media only screen and (min-width:992px) {
	.cta-custom.cta-single.cta-plain-button {
		min-width: 40%
	}
}

.oliva-gourmet {
	font-family: Arial, sans-serif;
	line-height: 1.5
}

.oliva-gourmet article li,
.oliva-gourmet p {
	font-size: 1.3rem
}

.oliva-gourmet .block-copy h2 {
	color: #779951
}

.oliva-gourmet .block-copy a {
	color: #779951
}

.oliva-gourmet .sub-title a {
	color: #779951
}

.oliva-gourmet .cta-block__text {
	background-color: #779951
}

.oliva-gourmet .cta-block__button {
	border-color: #779951
}

.oliva-gourmet .cta-block__button:focus .locations__text,
.oliva-gourmet .cta-block__button:hover .locations__text {
	background-color: #ef784c
}

.oliva-gourmet .footer-cta {
	background-color: #ef784c
}

.oliva-gourmet .footer-cta a {
	color: #fff
}

.oliva-gourmet .cta-header__button {
	background: #779951
}

.oliva-gourmet .cta-header__button:hover {
	background: #ef784c
}

@media only screen and (max-width:991px) {
	.oliva-gourmet .sidebanner__sticky {
		background-color: #779951
	}
}

@media only screen and (min-width:992px) {
	.oliva-gourmet .sidebanner__headline {
		color: #779951
	}
}

.oliva-gourmet .sidebanner__cta-link {
	background-color: #ef784c
}

.oliva-gourmet .sidebanner__cta-link:hover {
	background: #779951
}

.oliva-gourmet .cta-group-header {
	color: #fff;
	background-color: #779951
}

.oliva-gourmet .age-group,
.oliva-gourmet .cta-cartoon-icon-diverse__age-group,
.oliva-gourmet .cta-cartoon-icon__age-group {
	background-color: #8995a0
}

.oliva-gourmet .cartoon,
.oliva-gourmet .cta-cartoon-icon-diverse__cartoon,
.oliva-gourmet .cta-cartoon-icon__cartoon {
	color: #779951;
	border-color: #779951
}

.oliva-gourmet .cartoon:hover,
.oliva-gourmet .cta-cartoon-icon-diverse__cartoon:hover,
.oliva-gourmet .cta-cartoon-icon__cartoon:hover {
	color: #8995a0;
	background-color: #779951
}

.oliva-gourmet .cartoon p,
.oliva-gourmet .cta-cartoon-icon-diverse__cartoon p,
.oliva-gourmet .cta-cartoon-icon__cartoon p {
	color: #779951
}

.oliva-gourmet .cta-cta-block .locations__text {
	background-color: #779951
}

.oliva-gourmet .cta-cta-block .locations__text:hover {
	background-color: #ef784c
}

.oliva-gourmet .blockquote {
	background: #eee
}

.oliva-gourmet .blockquote p {
	color: #779951
}

.oliva-gourmet .blockquote-info {
	background: #779951
}

.oliva-gourmet .cta-birth-year__button,
.oliva-gourmet .cta-custom__button,
.oliva-gourmet .cta-regions__button,
.oliva-gourmet .locations__button {
	background-color: #779951
}

.oliva-gourmet .cta-birth-year__button:hover,
.oliva-gourmet .cta-custom__button:hover,
.oliva-gourmet .cta-regions__button:hover,
.oliva-gourmet .locations__button:hover {
	background-color: #ef784c
}

.oliva-gourmet .main-footer {
	background-color: #779951
}

.oliva-gourmet .primary-colour {
	color: #779951
}

.oliva-gourmet .benefits {
	background-color: #8995a0
}

.oliva-gourmet .benefits-block {
	background-color: rgba(185, 227, 255, .29)
}

.oliva-gourmet .benefits-block__title {
	color: #779951
}

.oliva-gourmet .node-type-listicle-page .locations__button {
	background-color: #ef784c
}

.oliva-gourmet .node-type-listicle-page .locations__button:hover {
	background-color: #779951
}

.oliva-gourmet .listicle .headline__index {
	background-color: #779951
}

.oliva-gourmet .listicle__body a {
	color: #779951
}

.oliva-gourmet .listicle__body a:hover {
	color: #ef784c
}

.oliva-gourmet .listicle__contents-link {
	color: #779951
}

.oliva-gourmet .listicle__contents-link:hover {
	color: #ef784c
}

.oliva-gourmet .cta-pets__button {
	border-color: #779951
}

.oliva-gourmet .cta-pets__button:hover {
	background-color: #779951
}

.oliva-gourmet .block-contact-area {
	border-bottom: #fff solid 1px
}

.oliva-gourmet .ccpa-policy {
	border-top: #fff solid 1px
}

.oliva-gourmet .cta-infographic-card__back {
	background-color: #779951
}

.oliva-gourmet .cta-infographic-card__link {
	color: #779951
}

.oliva-gourmet .grid-item-style--primary {
	color: #fff;
	background-color: #779951
}

.oliva-gourmet .grid-item-style--secondary {
	color: #fff;
	background-color: #8995a0
}

.oliva-gourmet .grid-item-style--tertiary {
	color: #fff;
	background-color: #ef784c
}

.oliva-gourmet .grid-item-style--custom {
	color: #fff;
	background-color: rgba(119, 153, 81, .29)
}

.oliva-gourmet .bullet-list li::before,
.oliva-gourmet .bullet-list-round li::before,
.oliva-gourmet .bullet-list-square li::before,
.oliva-gourmet .numbered-list li::before,
.oliva-gourmet .numbered-list-round li::before,
.oliva-gourmet .numbered-list-square li::before {
	background-color: #779951;
	line-height: 1.5
}

.oliva-gourmet .grid-item-style--custom {
	color: #779951
}

.oliva-gourmet .logo {
	width: 35%
}

@media only screen and (min-width:320px) {
	.oliva-gourmet .logo {
		width: 30%
	}
}

@media only screen and (min-width:480px) {
	.oliva-gourmet .logo {
		width: 25%
	}
}

@media only screen and (min-width:600px) {
	.oliva-gourmet .logo {
		width: 15%
	}
}

.oliva-gourmet a.cta-link {
	color: #ef784c
}

.oliva-gourmet .content-brand-logo img {
	width: 35%
}

@media only screen and (min-width:600px) {
	.oliva-gourmet .content-brand-logo img {
		width: 15%
	}
}

.oliva-gourmet .block-copy h2,
.oliva-gourmet h1 {
	color: #779951
}

.oliva-gourmet .blockquote {
	background: 779951
}

.oliva-gourmet .blockquote p {
	color: #779951
}

.oliva-gourmet .blockquote h2 {
	color: #779951
}

.oliva-gourmet .blockquote-info {
	color: #fff;
	background-color: #779951
}

.oliva-gourmet .cta-message {
	background-color: #ef784c
}

.oliva-gourmet .cta-message p {
	font-size: 1.2rem;
	color: #fff
}

@media only screen and (min-width:600px) {
	.oliva-gourmet .cta-message p {
		font-size: 1.5rem
	}
}

.oliva-gourmet .cta-cta-block .cta-block {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 2rem
}

@media only screen and (min-width:600px) {
	.oliva-gourmet .cta-cta-block .cta-block {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.oliva-gourmet .cta-cta-block .cta-block__button {
	margin: 0 .4rem;
	width: 44%;
	border: 2px solid #bbb;
	-webkit-box-shadow: 1px 2px 2px #bbb;
	box-shadow: 1px 2px 2px #bbb;
	border-radius: 10px
}

@media only screen and (min-width:600px) {
	.oliva-gourmet .cta-cta-block .cta-block__button {
		margin: 0 2rem;
		width: 30%
	}
}

.oliva-gourmet .cta-cta-block .cta-block__image {
	background-color: #eee;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.oliva-gourmet .cta-cta-block .cta-block__image--1 {
	background-image: url(https://solarpanels.theecoexperts.com/themes/article/build/img/block-icons/icon-solaire-own.svg)
}

.oliva-gourmet .cta-cta-block .cta-block__image--2 {
	background-image: url(https://solarpanels.theecoexperts.com/themes/article/build/img/block-icons/icon-solaire-rent.svg)
}

.oliva-gourmet .cta-cta-block .cta-block__text {
	line-height: 1.5;
	font-size: 1.2rem;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

@media only screen and (min-width:600px) {
	.oliva-gourmet .cta-cta-block .cta-block__text {
		font-size: 1.6rem
	}
}

.oliva-gourmet .cta-mobile-quote {
	padding: 3px;
	width: 90%;
	margin-bottom: 10px;
	margin-inline: auto;
	font-weight: 700;
	text-align: center;
	background: #779951
}

.oliva-gourmet .cta-mobile-quote a,
.oliva-gourmet .cta-mobile-quote p {
	color: #fff;
	text-decoration: none;
	display: inline-block
}

.oliva-gourmet .cta-mobile-quote:hover {
	background: #ef784c
}

@media only screen and (min-width:768px) {
	.oliva-gourmet .cta-mobile-quote {
		display: none
	}
}

.oliva-gourmet .listicle .cta-custom__button {
	background-color: #ef784c
}

.oliva-gourmet .listicle .cta-custom__button:hover {
	background-color: #779951
}

.oliva-gourmet .listicle .benefits-block__title {
	color: #fff;
	background-color: #779951
}

.oliva-gourmet .whatshappening {
	background-color: #b5d6eb;
	color: #000;
	border-radius: 0;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 10px
}

.oliva-gourmet .stat {
	font-weight: 800;
	color: #779951
}

.oliva-gourmet .subtitle {
	font-size: 20px;
	color: #fff;
	background-color: #0070b8;
	border-radius: 100%;
	padding: 8px
}

.oliva-gourmet .infographic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

@media only screen and (max-width:599px) {
	.oliva-gourmet .infographic {
		display: none
	}
}

.oliva-gourmet .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.oliva-gourmet .infographic-title {
	text-align: center
}

@media only screen and (max-width:599px) {
	.oliva-gourmet .infographic-title {
		display: none
	}
}

.oliva-gourmet .tile {
	width: 210px;
	height: 270px;
	margin-bottom: 1rem;
	margin-left: .5rem;
	margin-right: .5rem;
	position: relative;
	line-height: 1.5rem;
	padding: 1rem
}

.oliva-gourmet .tile img {
	max-height: 160px
}

.oliva-gourmet .tile .back,
.oliva-gourmet .tile .front {
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 210px;
	height: 250px;
	position: absolute;
	overflow: hidden;
	text-align: center;
	border: 1px solid #e7e7e7
}

.oliva-gourmet .tile .front {
	background: #fff;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	z-index: 2
}

.oliva-gourmet .tile .front h3 {
	font-size: 1.7rem;
	color: #333;
	text-shadow: 0 0 5px #e7e7e7;
	padding: 0;
	line-height: 1;
	margin-bottom: 0
}

.oliva-gourmet .tile .front a {
	margin-top: 0;
	padding-top: 0;
	line-height: 1
}

.oliva-gourmet .tile .front p {
	margin: 0;
	padding: 4px;
	color: #779951
}

.oliva-gourmet .tile .back {
	background: #779951;
	color: #fff;
	z-index: 1;
	padding-top: 30px;
	height: 248px
}

.oliva-gourmet .tile .back h3 {
	font-size: 1.5rem;
	color: #fff;
	margin-top: 1rem;
	margin-bottom: 1rem
}

.oliva-gourmet .tile .back a {
	display: block;
	font-size: 1.2rem;
	color: #fff;
	border-top: 1px solid #779951;
	margin: 0 10px;
	padding: .5rem 0
}

.oliva-gourmet .tile .back p {
	padding: 5px
}

.oliva-gourmet .tile:hover .front {
	top: -300px;
	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg)
}

@media only screen and (min-width:768px) {
	.oliva-gourmet .hide-desktop {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.oliva-gourmet .hide-mobile {
		display: none
	}
}