.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
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block
}

[hidden] {
	display: none
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

* {
	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 {
	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: #333;
		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: #333;
		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: #003bff;
	font-weight: 700
}

a.cta-link {
	color: #003bff
}

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%
	}
}

.razonesimg {
    width: 20%;
    float: left;
    padding: 15px;
}

@media (max-width:768px) {
	.razonesimg {
    width: 100%;
	}
}

.r-content{
	width: 80%;
    float: left;
}

@media (max-width:768px) {
	.r-content {
    width: 100%;
	}
}

.r-subtitle{
	font-size:22px;
	color:#009ee2;
	font-weight:700;
}


.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
}

.block-copy {
	margin: 1rem 0
}

.block-copy h2 {
	color: #003bff;
	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
}

.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(/sites/all/themes/cdn_v01/img/tick--em.svg) no-repeat 0 4px
}

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

.page-type {
	text-align: center
}

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

.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
}

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

.blockquote p {
	font-size: 1.3rem;
	text-align: center;
	font-weight: 800
}

@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-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
	}
}

.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(/sites/all/themes/cdn_v01/img/people-icons/icon-person-02.svg)
}

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

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

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

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

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

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

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

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

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

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

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

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

.cta-cartoon-icon--50-85 .male-80-85 {
	background-image: url(/sites/all/themes/cdn_v01/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
}

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

.cta-cartoon-icon__wrapper .female-under-18,
.cta-cartoon-icon__wrapper .female-under-25,
.cta-cartoon-icon__wrapper .female-under-30 {
	background-image: url(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/img/people-icons/icon-person-01.svg)
}

.cta-cartoon-icon__wrapper .female-36-40,
.cta-cartoon-icon__wrapper .female-36-45 {
	background-image: url(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/img/people-icons/icon-person-10.svg)
}

.cta-cartoon-icon-diverse .female-under-30 {
	background-image: url(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/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(/sites/all/themes/cdn_v01/img/people-icons/icon-person-diverse-10.svg);
	background-size: 70%;
	background-position-y: 10px
}

.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-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;
    border-radius: 35px;
}

.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-plain-button .locations {
	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-plain-button .locations {
		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-plain-button .locations {
			grid-template-columns: repeat(3, minmax(150px, 1fr));
			grid-gap: 6px 10px
		}
	}
	@media only screen and (min-width:992px) {
		.cta-plain-button .locations {
			grid-template-columns: repeat(4, minmax(150px, 1fr));
			grid-gap: 8px 12px
		}
	}
}

.cta-plain-button .locations__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-plain-button .locations__button.active,
.cta-plain-button .locations__button:hover {
	background-color: #666
}

@media only screen and (min-width:480px) {
	.cta-plain-button .locations__button {
		font-size: 1.2rem;
		min-width: 75px
	}
}

@media only screen and (min-width:600px) {
	.cta-plain-button .locations__button {
		min-width: 80px
	}
}

@media only screen and (min-width:768px) {
	.cta-plain-button .locations__button {
		font-weight: 600;
		font-size: 1.3rem;
		min-width: 85px
	}
}

@media only screen and (min-width:992px) {
	.cta-plain-button .locations__button {
		min-width: 90px
	}
}

.cta-plain-button .locations__button:hover {
	background-color: #aaa
}

@supports (display:grid) {
	.cta-plain-button .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-plain-button .uk-postcodes {
			grid-template-columns: repeat(5, minmax(60px, 1fr))
		}
	}
	@media only screen and (min-width:600px) {
		.cta-plain-button .uk-postcodes {
			grid-template-columns: repeat(7, minmax(65px, 1fr))
		}
	}
	@media only screen and (min-width:768px) {
		.cta-plain-button .uk-postcodes {
			grid-template-columns: repeat(9, minmax(70px, 1fr))
		}
	}
	@media only screen and (min-width:1280px) {
		.cta-plain-button .uk-postcodes {
			grid-template-columns: repeat(11, minmax(75px, 1fr))
		}
	}
}

.cta-plain-button .uk-postcodes .locations__button {
	padding: .4rem 0;
	font-size: .8rem;
	min-width: 50px
}

@media only screen and (min-width:600px) {
	.cta-plain-button .uk-postcodes .locations__button {
		padding: .5rem 0;
		font-size: .9rem
	}
}

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

.cta-plain-button .locations.cta-single {
	width: 100%
}

.locations.cta-single a {
	min-width: 60%;
	margin: 1rem auto 0 auto
}

@media only screen and (min-width:992px) {
	.locations.cta-single a {
		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-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
}

.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
}

.cta-plain-button__birth-group>* {
	margin: 2px
}

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

@supports (display:grid) {
	.cta-plain-button__birth-group {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
		grid-gap: 2px 4px
	}
	@media only screen and (min-width:600px) {
		.cta-plain-button__birth-group {
			grid-gap: 2px 6px
		}
	}
	.cta-plain-button__birth-group .locations__button {
		width: 100%
	}
}

.cta {
	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 {
		padding: 1rem 2.4rem;
		font-size: 1.5rem
	}
}

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

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

.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
}

.exit-intent-modal {
	display: none;
	background: rgba(0, 0, 0, .8);
	z-index: 4;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0
}

.display-exit-intent .exit-intent-modal {
	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
}

.exit-intent-modal__view {
	width: 450px;
	height: 450px;
	background: #fff;
	border-radius: 4px;
	z-index: 5;
	padding: 1.5rem;
	position: relative
}

.exit-intent-modal__close {
	background: 0 0;
	color: #999;
	font-weight: 700;
	font-size: 1rem;
	cursor: pointer;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: absolute;
	top: 10px;
	left: 10px
}

.exit-intent-modal__headline-top {
	text-align: center;
	width: 100%;
	margin: .5rem auto 1rem auto
}

.exit-intent-modal__headline-main {
	text-align: center;
	margin: 2rem 0
}

.exit-intent-modal__content {
	font-size: 1rem;
	text-align: center;
	margin: 2rem auto
}

.exit-intent-modal__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
}

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

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

.exit-intent-modal__brand-logo {
	width: 50%;
	margin: 2rem auto
}

.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: #003bff;
	padding: 1rem 0;
	position: relative
}

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

.main-footer--links {
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1rem!important
}

.main-footer--links li {
	color: #fff;
	margin: 0 .3rem
}

.main-footer a {
	color: #fff;
	text-decoration: none;
	display: inline-block
}

.main-footer a:hover,
.main-footer a:visited {
	color: #fff
}

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

.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 .block-copyright {
	font-size: .9rem
}

.main-footer .disclaimer p {
	font-size: .7rem
}

.main-footer .disclaimer p a {
	text-decoration: underline
}

.main-footer--copy {
	color: #fff;
	margin-top: 1rem
}

.main-footer--copy sup {
	margin-right: 4px
}

.main-footer--copy p {
	margin: 1rem 4px 1rem 0;
	font-size: 1rem
}

.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: 4.5rem
}

@media only screen and (min-width:992px) {
	.main-header {
		
	}
}

.headline {
	margin: .6rem 0
}

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

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

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

.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: #333;
	text-align: left;
	font-size: 1rem!important
}

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

.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 {
	border-bottom: 1px solid #bbb;
	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
}

@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: #333;
		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: 100%
}

.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(/sites/all/themes/cdn_v01/img/social-icons/facebook.svg) no-repeat -6px -2px
}

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

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

.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
}

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

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

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

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

.node-type-listicle-page .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) {
	.node-type-listicle-page .locations__button {
		min-height: 80px
	}
}

.node-type-listicle-page h1.headline__main {
	color: #333
}

.node-type-listicle-page 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) {
	.node-type-listicle-page div.content-top {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.node-type-listicle-page 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: #333;
	text-decoration: underline;
	font-size: 1.1rem;
	display: block;
	padding: .5rem 0
}

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

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

@media only screen and (min-width:600px) {
	.listicle h1.headline__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__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
}

body.logged-in {
	margin-top: 0!important
}

@media only screen and (min-width:992px) {
	body.logged-in {
		padding-top: 45px
	}
}

#admin-menu {
	display: none
}

@media only screen and (min-width:992px) {
	#admin-menu {
		display: block
	}
}

.admin-menu .main-header {
	margin-top: 22px
}

.hide {
	display: none
}

.no-access {
	padding-top: 3rem;
	border-bottom: 4px solid #333
}

.no-access h2 {
	font-weight: 700;
	margin: 1rem 0
}

.page-status {
	padding: .2rem;
	z-index: 999;
	display: none;
	font-family: Montserrat, Arial, Sans-serif;
	position: fixed;
	top: 5px;
	left: 20px
}

.admin-menu .page-status {
	top: 24px
}

@media only screen and (min-width:992px) {
	.page-status {
		display: block
	}
}

.page-status-live {
	color: #aaedd3
}

.page-status-test {
	color: #f99f4f
}

.page-status-unpublished {
	color: #fc5858
}

.page-status-private {
	color: #13424a
}

.page-status .status-text {
	font-size: .9rem
}

.page-status h4 {
	display: inline;
	margin-left: 20px
}

.page-status .dashboard-link {
	color: #fff;
	background-color: #1b7d57;
	display: inline-block;
	font-size: .9rem;
	padding: 5px 6px 4px 6px;
	border: 1px solid #fff;
	text-decoration: none;
	width: auto
}

.page-status .dashboard-link:hover {
	background: #23a874
}

ul.primary {
	border: none;
	background: #333;
	padding: .5rem 1rem;
	border-radius: 2px;
	width: 100%;
	text-align: right;
	z-index: 999;
	display: none;
	top: 0;
	position: fixed;
	top: -5px;
	right: -5px
}

@media only screen and (min-width:992px) {
	ul.primary {
		display: block
	}
}

.admin-menu ul.primary {
	top: 15px
}

ul.primary li {
	display: inline-block;
	width: auto
}

ul.primary li a {
	padding: .4rem;
	border: none;
	font-size: .9rem;
	font-weight: 500;
	text-align: center;
	width: auto;
	min-width: 60px;
	display: block;
	border: 1px solid #14153f;
	font-family: Montserrat, Arial, Sans-serif;
	color: #14153f;
	background-color: #fff
}

ul.primary li a:hover {
	color: #fff;
	background-color: #14153f;
	border-color: #fff
}

ul.primary li.active a {
	color: #fff;
	background-color: #ff00a4;
	border-color: #fff
}

ul.secondary {
	width: calc(100% - 120px);
	padding-right: 120px;
	display: block;
	background: #cacbee;
	clear: both;
	margin: 4px 0 0 0;
	text-align: right
}

ul.secondary li a {
	font-size: .8rem;
	font-weight: 700;
	color: #003bff;
	padding-bottom: 4px
}

ul.secondary li.active a {
	border-bottom: 4px solid #14153f
}

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

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

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

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

.cta-plain-button .locations {
	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-plain-button .locations {
		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-plain-button .locations {
			grid-template-columns: repeat(3, minmax(150px, 1fr));
			grid-gap: 6px 10px
		}
	}
	@media only screen and (min-width:992px) {
		.cta-plain-button .locations {
			grid-template-columns: repeat(4, minmax(150px, 1fr));
			grid-gap: 8px 12px
		}
	}
}

.cta-plain-button .locations__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-plain-button .locations__button.active,
.cta-plain-button .locations__button:hover {
	background-color: #666
}

@media only screen and (min-width:480px) {
	.cta-plain-button .locations__button {
		font-size: 1.2rem;
		min-width: 75px
	}
}

@media only screen and (min-width:600px) {
	.cta-plain-button .locations__button {
		min-width: 80px
	}
}

@media only screen and (min-width:768px) {
	.cta-plain-button .locations__button {
		font-weight: 600;
		font-size: 1.3rem;
		min-width: 85px
	}
}

@media only screen and (min-width:992px) {
	.cta-plain-button .locations__button {
		min-width: 90px
	}
}

.cta-plain-button .locations__button:hover {
	background-color: #aaa
}

@supports (display:grid) {
	.cta-plain-button .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-plain-button .uk-postcodes {
			grid-template-columns: repeat(5, minmax(60px, 1fr))
		}
	}
	@media only screen and (min-width:600px) {
		.cta-plain-button .uk-postcodes {
			grid-template-columns: repeat(7, minmax(65px, 1fr))
		}
	}
	@media only screen and (min-width:768px) {
		.cta-plain-button .uk-postcodes {
			grid-template-columns: repeat(9, minmax(70px, 1fr))
		}
	}
	@media only screen and (min-width:1280px) {
		.cta-plain-button .uk-postcodes {
			grid-template-columns: repeat(11, minmax(75px, 1fr))
		}
	}
}

.cta-plain-button .uk-postcodes .locations__button {
	padding: .4rem 0;
	font-size: .8rem;
	min-width: 50px
}

@media only screen and (min-width:600px) {
	.cta-plain-button .uk-postcodes .locations__button {
		padding: .5rem 0;
		font-size: .9rem
	}
}

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

.cta-plain-button .locations.cta-single {
	width: 100%
}

.locations.cta-single a {
	min-width: 60%;
	margin: 1rem auto 0 auto
}

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

.the-eco-experts {
	font-family: Arial, sans-serif;
	line-height: 1.5
}

.the-eco-experts p {
	font-size: 1.3rem
}

.the-eco-experts .block-copy h2 {
	color: #fed01f
}

.the-eco-experts .block-copy a {
	color: #fed01f
}

.the-eco-experts .block-info a {
	color: #8995a0
}

.the-eco-experts .block-info a:hover {
	color: #fed01f
}

.the-eco-experts .cta-block__text {
	background-color: #fed01f
}

.the-eco-experts .cta-block__button {
	border-color: #fed01f
}

.the-eco-experts .cta-block__button:focus .locations__text,
.the-eco-experts .cta-block__button:hover .locations__text {
	background-color: #009ee2
}

.the-eco-experts .footer-cta {
	background-color: #fed01f
}

.the-eco-experts .footer-cta a {
	color: #fff
}

.the-eco-experts .cta-header__button {
	background: #fed01f
}

.the-eco-experts .cta-header__button:hover {
	background: #009ee2
}

@media only screen and (max-width:991px) {
	.the-eco-experts .sidebanner__sticky {
		background-color: #fed01f
	}
}

@media only screen and (min-width:992px) {
	.the-eco-experts .sidebanner__headline {
		color: #fed01f
	}
}

.the-eco-experts .sidebanner__cta-link {
	background-color: #009ee2
}

.the-eco-experts .sidebanner__cta-link:hover {
	background: #fed01f
}

.the-eco-experts .exit-intent-modal__headline-main {
	color: #fed01f
}

.the-eco-experts .exit-intent-modal__cta-link {
	background-color: #009ee2
}

.the-eco-experts .exit-intent-modal__cta-link:hover {
	background: #009ee2
}

.the-eco-experts a.cta {
	color: #fff;
	background-color: #009ee2
}

.the-eco-experts .age-group,
.the-eco-experts .cta-cartoon-icon-diverse__age-group,
.the-eco-experts .cta-cartoon-icon__age-group {
	background-color: #8995a0
}

.the-eco-experts .cartoon,
.the-eco-experts .cta-cartoon-icon-diverse__cartoon,
.the-eco-experts .cta-cartoon-icon__cartoon {
	color: #fed01f;
	border-color: #fed01f
}

.the-eco-experts .cartoon:hover,
.the-eco-experts .cta-cartoon-icon-diverse__cartoon:hover,
.the-eco-experts .cta-cartoon-icon__cartoon:hover {
	color: #8995a0;
	background-color: #fed01f
}

.the-eco-experts .cartoon p,
.the-eco-experts .cta-cartoon-icon-diverse__cartoon p,
.the-eco-experts .cta-cartoon-icon__cartoon p {
	color: #fed01f
}

.the-eco-experts .cta-cta-block .locations__text {
	background-color: #fed01f
}

.the-eco-experts .cta-cta-block .locations__text:hover {
	background-color: #009ee2
}

.the-eco-experts .blockquote {
	background: #eee
}

.the-eco-experts .blockquote p {
	color: #fed01f
}

.the-eco-experts .blockquote-info {
	background: #fed01f
}

.the-eco-experts .locations__button {
	background-color: #fed01f
}

.the-eco-experts .locations__button:hover {
	background-color: #8995a0
}

.the-eco-experts .main-footer {
	background-color: #242b3d
}

.the-eco-experts .primary-colour {
	color: #fed01f
}

.the-eco-experts .privacy-policy {
	font-family: Arial, Arial, Helvetica, sans-serif
}

.the-eco-experts .video__cta a {
	background-color: #fed01f
}

.the-eco-experts .video__cta a:hover {
	background-color: #009ee2
}

.the-eco-experts .benefits {
	background-color: #8995a0
}

.the-eco-experts .benefits-block {
	background-color: rgba(185, 227, 255, .29)
}

.the-eco-experts .benefits-block__title {
	color: #fed01f
}

.the-eco-experts .node-type-listicle-page .locations__button {
	background-color: #009ee2
}

.the-eco-experts .node-type-listicle-page .locations__button:hover {
	background-color: #fed01f
}

.the-eco-experts .listicle .headline__index {
	background-color: #fed01f
}

.the-eco-experts .listicle__body a {
	color: #fed01f
}

.the-eco-experts .listicle__body a:hover {
	color: #009ee2
}

.the-eco-experts .listicle__contents-link {
	color: #fed01f
}

.the-eco-experts .listicle__contents-link:hover {
	color: #009ee2
}

.the-eco-experts .cta-pets__button {
	border-color: #fed01f
}

.the-eco-experts .cta-pets__button:hover {
	background-color: #fed01f
}

.the-eco-experts .block-contact-area {
	border-bottom: #fff solid 1px
}

.the-eco-experts .ccpa-policy {
	border-top: #fff solid 1px
}

.the-eco-experts .bullet-list li::before,
.the-eco-experts .bullet-list-round li::before,
.the-eco-experts .bullet-list-square li::before,
.the-eco-experts .numbered-list li::before,
.the-eco-experts .numbered-list-round li::before,
.the-eco-experts .numbered-list-square li::before {
	background-color: #fed01f;
	line-height: 1.5
}

.the-eco-experts .logo {
	width: 35%
}

@media only screen and (min-width:320px) {
	.the-eco-experts .logo {
		width: 50%
	}
}

@media only screen and (min-width:480px) {
	.the-eco-experts .logo {
		width: 25%
	}
}

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

.the-eco-experts a.cta-link {
	color: #009ee2
}

.the-eco-experts .content-brand-logo img {
	width: 35%
}

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

.the-eco-experts .locations__button:hover {
	background-color: #009ee2
}

.the-eco-experts .block-copy h2,
.the-eco-experts h1 {
	color: #333
}

.the-eco-experts .blockquote {
	background: rgba(0, 112, 185, .29)
}

.the-eco-experts .blockquote p {
	color: #fed01f
}

.the-eco-experts .blockquote h2 {
	color: #333
}

.the-eco-experts .blockquote-info {
	color: #fff;
	background-color: #fed01f
}

.the-eco-experts .cta-message {
	background-color: #009ee2
}

.the-eco-experts .cta-message p {
	font-size: 1.2rem;
	color: #fff
}

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

.the-eco-experts .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) {
	.the-eco-experts .cta-cta-block .cta-block {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.the-eco-experts .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) {
	.the-eco-experts .cta-cta-block .cta-block__button {
		margin: 0 2rem;
		width: 30%
	}
}

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

.the-eco-experts .cta-cta-block .cta-block__image--1 {
	background-image: url(/sites/all/themes/cdn_v01/build/img/block-icons/icon-solaire-own.svg)
}

.the-eco-experts .cta-cta-block .cta-block__image--2 {
	background-image: url(/sites/all/themes/cdn_v01/build/img/block-icons/icon-solaire-rent.svg)
}

.the-eco-experts .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) {
	.the-eco-experts .cta-cta-block .cta-block__text {
		font-size: 1.6rem
	}
}

.the-eco-experts .listicle .locations__button {
	background-color: #009ee2
}

.the-eco-experts .listicle .locations__button:hover {
	background-color: #fed01f
}

.the-eco-experts .listicle .benefits-block__title {
	color: #fff;
	background-color: #fed01f
}

.the-eco-experts .whatshappening {
	background-color: #f1f6f9;
	color: #333;
	border-radius: 0;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px
}

.the-eco-experts .stat {
	font-weight: 800;
	color: #fed01f
}

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

.the-eco-experts .block-copy p {
	font-size: 1.3rem
}

.the-eco-experts .infographic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

@media only screen and (max-width:599px) {
	.the-eco-experts .infographic {
		display: none
	}
}

.the-eco-experts .infographic .wrapper.mobileHide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.the-eco-experts .tile {
	width: 210px;
	height: 270px;
	margin-bottom: 1rem;
	margin-left: .5rem;
	margin-right: .5rem;
	position: relative;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5rem;
	padding: 1rem
}

.the-eco-experts .tile .back,
.the-eco-experts .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
}

.the-eco-experts .tile a,
.the-eco-experts .tile h3,
.the-eco-experts .tile p {
	padding: 5px
}

.the-eco-experts .tile img {
	max-height: 160px
}

.the-eco-experts .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
}

.the-eco-experts .tile .front h3 {
	font-size: 2rem;
	color: #333;
	text-shadow: 0 0 5px #e7e7e7;
	padding: 0;
	line-height: 1.3;
	margin-bottom: 0
}

.the-eco-experts .tile .front a {
	margin-top: 0;
	padding-top: 0;
	line-height: 1
}

.the-eco-experts .tile .back {
	background: #fed01f;
	color: #fff;
	z-index: 1;
	padding-top: 30px;
	height: 248px
}

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

.the-eco-experts .tile .back a {
	display: block;
	font-size: 1.2rem;
	color: #fff;
	border-top: 1px solid #fed01f;
	margin: 0 20px;
	padding: .5rem 0
}

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

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

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