:root {
	--blue: #255c99;
	--dkblue: #141b4d;
	--ltblue: #87BCDE;

	--white: #ffffff;
	--pink: #bc2759;
	--teal: #00a3ad;

	--gray: #494D4F;
	--ltgray: #e9e9e9;
	--gray-text: #6d6d6d;

	--link: #dee6ef;
}

html, body {
    height:100%;
    margin: 0 auto;
    padding: 0;
    line-height:1.2;
    min-width:320px;
    max-width: 1440px;
    width: 100%;
	font-size: 14px;
	font-family: Poppins, sans-serif;
}
body { overflow-x:hidden; }

.arrow-down,
.arrow-right,
.arrow-right-gap { position: relative; }
.arrow-down > .arrow-down {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}

.hero.arrow-down::after {
    content: '';
    height: 100%;
    background-color: var(--pink);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 91%, 50% 100%, 0 91%);
    clip-path: polygon(0 0, 100% 0, 100% 91%, 50% 100%, 0 91%);
	/*-webkit-clip-path: polygon(100% 0, 100% 5%, 53% 17%, 0 7%, 0 0, 53% 7%);
	clip-path: polygon(100% 0, 100% 5%, 53% 17%, 0 7%, 0 0, 53% 7%);*/
    position: absolute;
    top: auto;
    z-index: -1;
    right: 0;
    left: 0;
    bottom: -8px;
}

.arrow-right > * {
	-webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}

.arrow-right::after {
	content: '';
	width: 12%;
	background-color: var(--pink);
	-webkit-clip-path: polygon(15% 0%, 100% 50%, 15% 100%, 0% 100%, 85% 50%, 0% 0%);
	clip-path: polygon(15% 0%, 100% 50%, 15% 100%, 0% 100%, 85% 50%, 0% 0%);
	position: absolute;
	top: 0;
	left: auto;
	bottom: 0;
	/*right: -15px;*/
	right: -1vw;
}

.desktop { display: none !important; }
.center { text-align: center; }
.left { text-align: left; }
.inline { display: inline; }
.flex { 
	display: flex; 
	flex-direction: column;
	/*justify-content: space-between;*/
	align-items: center;
}

.grid { display: grid; }

h1, h2, h3, h4, h5 { 
	padding: 0; 
	margin: 0; 
	font-size: inherit;
	text-align: inherit;
	color: inherit;
	font-weight: 600;
}

p { margin: 20px auto 5px;}
ul { margin: 20px 0 5px -15px;}
hr { margin: 10px 0; }

a { white-space: nowrap; color: var(--blue); }

/*<defs>
        <style>.phone{fill:#255c99;}</style>
    </defs>*/

a.phone { 
	position: relative;
	font-weight: 900;
    display: inline-block;
	font-size: 2.5em;
	/*margin-top: 10px;*/
}

a.phone::before {
	content: '';
	display: inline-block;
	height: 25px;
	width: 28px;
	/*background: url('../img/phone-blue.svg') no-repeat;*/
	position: relative;
	-webkit-mask-image: url('../img/phone.svg');
	mask-image: url('../img/phone.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: var(--blue);
}

a.phone.pink { color: var(--pink); }
a.phone.pink::before { background-color: var(--pink); }

header, section, footer {
	min-width: 320px;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

header {
	background-color: var(--ltgray) !important;
    font-size: 13px;
    text-align: center;
	padding: 10px;
}

header div.inline strong { display: block; }
header.sticky div.inline { display: none; }

header img.logo {
	min-width: 190px;
	width: 60vw;
	max-width: 290px;
}

header > .flex {
	justify-content: space-between;
	padding-top: 5px;
	margin: 0 20px;
	/*text-align: right;*/
	color: var(--blue);
}

header > .flex > .flex {
	flex-direction: column !important;
	margin: 5px auto;
}

header .flex.pre-header > sub {
    opacity: .7;
	white-space: nowrap;
	font-weight: 600;
	line-height: normal;
}

ol.inline,
ul.inline { display: inline-block; margin-left: -25px; }

ol.inline > li,
ul.inline > li { 
	float: left; 
	margin: 0 25px;
	padding: 0;
}

.body-content { width: 100%; margin: 0 auto; }

section { padding: 20px 10px; text-align: left; }
section.footer { padding: 5px 0; }

.cards {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: .8em;
}

.card { margin: 10px auto; }
.card .logo > img {
	height: 4vw;
	min-height: 80px;
	max-height: 58px;
	margin: 0 auto;
}

.card.terminix .logo > img { width: 75%; }

.card .content { 
	color: var(--gray);
	margin: 0 auto;
	max-width: 340px;
	transform: translateX(20px);
}

.card .content .label {
	margin: 20px auto 10px;
	color: inherit;
	display: block;
	font-size: 1em;
	text-align: left;
}

.card.terminix .content .label {
	margin-top: 0;
}

.card .content .label > label { display: block; color: inherit; }
.card .content .label > strong {
	font-size: 1em;
    min-width: 152px;
	display: block;
}

.list { text-align: left; }
.card .content .list ul li { text-indent: -1.5em; }
.card .content .list ul { 
	list-style-type: none; 
	margin: 0 22px; 
}
.card .content .list ul li::before {
	content: '';
	display: inline-block;
	height: 22px;
	width: 25px;
	background: url('../img/check.svg') no-repeat;
	position: relative;
	top: 10px;
	right: 5px;
}
.card .content .list ul li.bold { font-weight: 800; }

.card .cta { margin: 10px auto; color: var(--blue); text-align: center; }
.card .cta > div { font-size: 1.2em; margin-top: 25px; display: block; }
.card .cta > a { font-weight: 900; font-size: 1.5em; }

section.content .badges {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}


section.content .badges > div {
    width: 32vw;
    min-width: 48px;
	max-width: 220px;
}

section.footer { font-size: .8em; }
section.footer > .top { 
	background-color: var(--blue); 
	color: var(--white);
	text-align: center;
}

section.footer > div {
    margin: 0 auto;
    padding: 15px;
}

section.footer > .top .flex { flex-direction: column; }
section.footer > .top a { color: var(--link); }
section.footer > .bottom {
	background-color: var(--ltgray);
	padding-left: 1.5em;
	text-indent: -15px;
	font-size: .8em;
}

section.footer > .bottom p { margin: 20px auto; }

section.footer img.logo { 
	width: 80%;
	min-width: 256px;
	max-width: 384px;
}

@media only screen and (min-width:320px) {
	body { font-size: calc(18px + 1vw); }	
}

@media only screen and (min-width:375px) {
	
}

@media only screen and (min-width:640px) {
	.mobile { display: none !important; }
	.desktop { display: block !important; }
	.flex.desktop { display: flex !important; }
	.grid.desktop { display: grid !important; }

	.flex { flex-direction: row; }
	header > .flex > .flex { margin: 0; }
	header.sticky div.inline { display: block; }
	body { font-size: 25px; }

	.arrow-right::after { right: -1.7vw; }
}

@media only screen and (min-width:767px) {
	/*section.badges > .badges { max-width: none; width: 100%; }*/
	header > .flex { text-align: right; }
}

@media only screen and (min-width:900px) {
	/*body { font-size: calc(12px + 1vw); }*/

	section > h2 { text-align: center; font-size: 1.3em; }
	section > * { max-width: none; }

	.cards {
		flex-direction: row;
		position: relative;
		margin: 50px 0 20px;
		font-size: .8em;
		height: 32vw;
		min-height: 375px;
		max-height: 405px;
	}

	.card {
		margin: 0 auto;
		position: relative;
		flex-basis: 33%;
	}

	.card .logo > img {
		height: 4vw;
		max-height: 58px;
		min-height: 40px;
		margin: 0 auto;
	}

	.card .content {
		max-width: 325px;
		margin: auto;
	}

	.card.ehrlich {
		border-left: 4px solid #e5e5e5;
		border-right: 4px solid #e5e5e5;
	}

	.card .cta {
		position: absolute;
		bottom: 10px;
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}
}

@media only screen and (min-width:1440px) {
	.arrow-right::after { right: -15px; }
}