/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
*, *:after, *:before{
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.text-center{	text-align: center; }
.text-right{ text-align: right; }

.pull-left{ float: left; }
.pull-right{ float: right; }

@font-face {
	font-family: 'MarkOT';
	src: url('../fonts/MarkOT-Bold.eot');
	src: url('../fonts/MarkOT-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MarkOT-Bold.woff2') format('woff2'),
		url('../fonts/MarkOT-Bold.woff') format('woff'),
		url('../fonts/MarkOT-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'MarkOT';
	src: url('../fonts/MarkOT.eot');
	src: url('../fonts/MarkOT.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MarkOT.woff2') format('woff2'),
		url('../fonts/MarkOT.woff') format('woff'),
		url('../fonts/MarkOT.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html, body{
	width: 100%;
}

.wrapper{
	max-width: 1024px;
	margin: 0 auto;
	padding-bottom: 130px;
	font-family: 'MarkOT';
	background: url(../img/clouds1.svg) no-repeat top 130px right 55px;
	overflow: hidden;
	background-size: 163px 103px;
}

.logo{
	display: block;
	margin: 90px auto 64px;
	width: 98px;
}

hr{
	width: 57.6%;
	max-width: 403px;
	margin: 0 auto 81px;
	border: 0;
	height: 1px;
	background: #A6A8AB;
}

.main{
	background: url(../img/bg-top.svg) no-repeat,
							url(../img/bg-bottom.svg) no-repeat;
	background-position: top left 100px, left bottom -25px;
	padding: 111px 0 84px;
	background-size: 768px 326px, 1027px 319px;
}
.content{
	border: 5px solid #7C61EF;
	border-bottom-width: 0;
	border-top-width: 0;
	width: 620px;
	margin: 0 auto;
	padding-bottom: 240px;
}

h1{
	font-size: 40px;
	text-align: center;
	max-width: 550px;
	width: 81.5%;
	margin: 0 auto 10.29%;
	display: block;
	text-transform: uppercase;
}

.button--scroll{
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	margin: -76px 0 168px;
}

.button--scroll__button{
	cursor: pointer;
	max-height: 50px;
	max-width: 50px;
	height: 50px;
	height: 7vw;
	width: 50px;
	width: 7vw;
	margin-top: 8px;
	display: inline-block;
	border: 1px solid #A6A8AB;
	border-radius: 50%;
	background: #fff url(../img/chevron.svg) no-repeat center center;
	background-size: 27%;
}

.large-number{
	font-weight: bold;
	font-size: 173px;
	letter-spacing: -17px;
}
.large-number__small{
	font-size: 61px;
	position: relative;
	bottom: 12px;
	letter-spacing: 0;
	display: inline-block;
	margin-left: 17px;
}
.medium-number{
	font-weight: bold;
	font-size: 49px;
}
.highlight{
	font-weight: bold;
}

.color-primary{
	color: #2DDA86;
}
.color-secondary{
	color: #7C61EF;
}


section{
	padding-left: 54px;
	padding-right: 54px;
	position: relative;
	font-size: 27px;
}
section:after{
	content: '';
	clear: both;
	display: block;
}
section.damage-home{
	padding-top: 50px;
	font-size: 36px;
}
section.damage-home:before{
	position: absolute;
	content: url(../img/clouds2.svg);
	top: 430px;
	right: -63px;
	width: 109px;
	height: 60px;
}

.small{
	font-size: 10px;
}

.damage-image{
	margin: 5.8% 0 1.29% -3.23%;
	display: block;
	max-width: 538px;
	width: 76.9vw;
}

section.no-research{
	background: url(../img/no-research.svg) no-repeat top left 32px;
	margin-top: 67px;
	min-height: 314px;
	background-size: 314px 314px;
}
section.no-research:before{
	content: url(../img/clouds3.svg);
	top: 80px;
	left: -142px;
	position: absolute;
	width: 108px;
	height: 61px;
}
section.no-research .large-number{
  border-bottom: 1px solid #E0F9ED;
  line-height: 63px;
  margin-top: 70px;
  margin-bottom: 10px;
}

section.miscalculate{
	background: url(../img/miscalculate.svg) no-repeat top right 14px;
	padding-top: 211px;
	min-height: 540px;
	background-size: 410px auto;
}
section.miscalculate .large-number{
	letter-spacing: -7px;
  border-bottom: 1px solid #E0F9ED;
  margin-bottom: 10px;
  line-height: 63px;
}
section.miscalculate .large-number__small{
	margin-left: 14px;
	bottom: 9px;
}
section.miscalculate:before{
	content: url(../img/clouds3.svg);
	position: absolute;
	top: 500px;
	right: -160px;
	width: 108px;
	height: 61px;
}

section.sewage-backup{
	background: url(../img/sewage-backup.svg) no-repeat top left 14px;
	padding-top: 97px;
	min-height: 349px;
	background-size: 260px auto;
}
section.sewage-backup .highlight{
	font-size: 36px;
	margin-top: 17px;
}

section.false-beliefs{
	padding-top: 12px;
}
section.false-beliefs ul{
	font-size: 0;
	padding-left: 22px;
}
section.false-beliefs li{
	display: inline-block;
	font-size: 14px;
}
section.false-beliefs li:first-child{ margin-right: 61px; }
section.false-beliefs li:nth-child(2){ margin-right: 53px; }
section.false-beliefs li:nth-child(4){
	background: url(../img/sewage-stain.svg) no-repeat top 12px left;
	background-size: 27px 38px;
	position: relative;
  right: -20px;
  padding-left: 30px;
  margin-left: -10px;
}
section.false-beliefs .medium-number{
	font-size: 30px;
}
section.false-beliefs hr{
		width: 100%;
		margin: 50px 0 58px;
}
section.false-beliefs p{
	font-size: 18px;
	margin-bottom: 18px;
}
section.false-beliefs:before{
	content: url(../img/podium-left.svg);
	position: absolute;
	left: -70px;
	top: 72px;
	height: 126px;
	width: 67px;
}
section.false-beliefs:after{
	content: url(../img/podium-right.svg);
	position: absolute;
	right: -70px;
	top: 72px;
	height: 125px;
	width: 67px;
}
section.dentist{
	background: url(../img/dentist.svg) no-repeat top left 379px;
	min-height: 153px;
	font-size: 30px;
	background-size: 174px auto;
}
section.dentist .color-primary{
	font-size: 34px;
	font-weight: bold;
}
section.dentist .color-secondary{ font-weight: bold; }

section.give-up{ padding-top: 42px; }
section.give-up ul{
	font-size: 0;
	margin-top: 36px;
}
section.give-up li{
	display: inline-block;
	width: 25%;
	font-size: 12px;
	margin-bottom: 35px;
	vertical-align: top;
}
section.give-up img{
	width: 58px;
}
section.give-up .medium-number{
	font-size: 37px;
	font-weight: normal;
	margin: 16px 0 6px;
}
section.give-up .color-secondary {
	font-size: 17px;
	top: -2px;
}
section.give-up .color-secondary .medium-number{ font-weight: bold; }
section.give-up:before{
	content: url(../img/clouds3.svg);
	position: absolute;
	top: 160px;
	right: -157px;
	width: 108px;
	height: 61px;
}
section.havent-updated{
	background: url(../img/havent-updated.svg) no-repeat top left 41px;
	background-size: 535px 301px;
	height: 301px;
	font-size: 20px;
	padding-top: 143px;
}
section.havent-updated .color-primary{
	font-size: 64px;
	font-weight: bold;
	margin-left: 33px;
}
section.havent-updated .color-primary ~ span{ margin-left: 23px; }

section.hasnt-evolved{
	padding-top: 58px;
	font-size: 30px;
}
section.hasnt-evolved .color-primary{
	font-size: 35px;
	font-weight: bold;
	display: inline-block;
	margin-top: 21px;
}
section.hasnt-evolved > .pull-left{ background: url(../img/old.svg) no-repeat top 36px right; }
section.hasnt-evolved > .pull-right{ background: url(../img/modern.svg) no-repeat top 36px left; }
section.hasnt-evolved > .pull-left,
section.hasnt-evolved > .pull-right{
	width: 50%;
	background-size: 93px 438px;
	min-height: 438px;
}
section.hasnt-evolved hr{
	width: 155px;
	margin: 4px 0 3px;
}
section.hasnt-evolved .pull-left li:nth-child(4) hr{ width: 140px; }
section.hasnt-evolved .pull-right hr{ float: right; }
section.hasnt-evolved .pull-right p{ clear: right; }
section.hasnt-evolved .pull-right li:nth-child(3) hr{ max-width: 150px; }
section.hasnt-evolved .color-secondary{
	font-size: 21px;
	line-height: 21px;
	display: inline-block;
	margin: 54px 0 30px;
}
section.hasnt-evolved li{	font-size: 21px; }
section.hasnt-evolved li p{	font-size: 12px; }
section.hasnt-evolved li .number{	font-size: 16px; }
section.hasnt-evolved li > span:first-of-type{
	overflow: hidden;
	display: inline-block;
}

section.hasnt-evolved .pull-left li:first-child{ margin-bottom: 32px; }
section.hasnt-evolved .pull-left li:nth-child(2){ margin-bottom: 18px; }
section.hasnt-evolved .pull-left li:nth-child(3){ margin-bottom: 13px; }
section.hasnt-evolved .pull-right li:first-child{ margin-bottom: 30px; }
section.hasnt-evolved .pull-right li:nth-child(2){ margin-bottom: 47px; }
section.hasnt-evolved:before{
	content: '';
  position: absolute;
  left: -95px;
  top: 468px;
  background: url(../img/hippo-podium.svg);
	background-size: 105px 235px;
  height: 235px;
  width: 90px;
  z-index: -1;
}

section.rescue{
	padding-top: 78px;
}
section.rescue:before{
	content: url(../img/clouds3.svg);
	width: 108px;
	height: 61px;
	top: 142px;
	left: -140px;
	position: absolute;
}
section.rescue .bubble{
	background: #7C61EF;
	border-radius: 10px;
	color: #fff;
	padding: 30px 50px 42px;
	position: relative;
}
section.rescue .bubble:after{
	content: url(../img/hippo-rescue.svg);
	position: absolute;
	height: 321px;
	width: 238px;
	top: 154px;
	right: -120px;
}
section.rescue .text-center span{
	font-size: 72px;
	display: inline-block;
	letter-spacing: -5px;
}
section.rescue p{
	margin-top: 36px;
	font-size: 30px;
}
section.rescue ul{
	margin-top: 57px;
}
section.rescue li:not(:last-child){
	margin-bottom: 50px;
}
section.rescue li img{ width: 83px; }
section.rescue li div{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	margin-left: 13px;
	letter-spacing: -.04em;
}
section.rescue li strong{
	font-size: 37px;
	font-weight: bold;
	margin-bottom: 5px;
}

section.future{
	padding-top: 37px;
	font-size: 24px;
}
section.:before{
	content: url(../img/clouds3.svg);
	width: 108px;
	height: 61px;
	top: -46px;
	right: -160px;
	position: absolute;
}
section.future a{
	font-size: 33px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin-top: 3px;
}
section.future a,
section.future a:visited,
section.future a:active,
section.future a:focus{
	color: #2DDA86;
}
section.future small{
	font-size: 17px;
	display: inline-block;
	margin-top: 10px;
}

footer{
	width: 620px;
	margin: 10px auto 0;
}
footer li{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}
footer ul{
	text-align: justify;
	margin-bottom: 13px;
}
footer ul:after{
	content: '';
	width: 100%;
	display: inline-block;
}
footer a{	text-decoration: none;}
footer a,
footer a:visited,
footer a:active,
footer a:focus{
	color: #000;
}
footer img{ width: 81px; }
footer strong{ font-weight: bold;}
footer small{
	font-size: 10px;
	letter-spacing: -.04em;
	line-height: 12px;
}

footer .legal-disclaimer {
  margin-top: 20px;
  display: block;
}
footer .average-industry-prices-link {
  font-weight: 700;
}

@media(max-width: 1040px){
	.main{ background-position-x: calc(50% - 3vw), center; }
}
@media (max-width: 750px){
	.logo{ width: 14%; }
	.main{
		overflow: hidden;
		padding-top: 0;
		padding-bottom: 10%;
		background-size: 106.45% auto, 143.45% auto;
    background-position: left -7.25vw top, center bottom;
	}
	.content{
		width: auto;
		margin: 0 50px;
		margin: 0 7%;
		border-width: 0.9%;
		border-top-width: 0;
		border-bottom-width: 0;
		padding-bottom: 190px;
	}
	.button--scroll{ margin: calc(8.5% - 18px) 0 22.5%; }
	h1{ font-size: 5.7vw;	}

	section{
		padding-left: 8.7%;
		padding-right: 8.7%;
	}
	section.damage-home{ padding-top: 8.1%; }
	section.no-research{
		background-position: top 240px left;
		min-height: 574px;
		margin-top: 0;
	}
	section.no-research .large-number{ margin-top: 50px; }
	section.miscalculate{
		background-position: top right 5%;
		padding-top: 550px;
	}
	section.sewage-backup{
		background-position: top left 5%;
		padding-top: 350px;
	}
	section.sewage-backup .pull-right{	float: none; }
	section.false-beliefs ul{ padding: 0; }
	section.false-beliefs li{
    margin: 0 0 20px !important;
    width: 50%;
    padding: 0 15% !important;
  }
	section.false-beliefs li:nth-child(4){ right: 0; }
	section.dentist{
    background-position: top center;
    padding-top: 170px;
	}
	section.give-up li{ width: 50%; }
	section.give-up img{
		width: 50%;
		min-width: 70px;
	}
	section.havent-updated{
		background-size: 90%;
		background-position: top center;
		padding-top: 23%;
		padding-bottom: 30%;
		min-height: 211px;
	}
	section.havent-updated .color-primary{
		font-size: 60px;
		margin-left: 6%;
	}
	section.hasnt-evolved > .pull-left,
	section.hasnt-evolved > .pull-right{
		width: 90%;
		max-width: 350px;
		position: relative;
	}
	section.hasnt-evolved > .pull-left{
		float: right;
	}
	section.hasnt-evolved > .pull-right{
		float: left;
		clear: right;
	}
	section.hasnt-evolved > .pull-left::after,
	section.hasnt-evolved > .pull-right::after{
    content: '';
    position: absolute;
    width: 14.5%;
    width: 8vw;
    top: 0;
    height: 550px;
    border: 2px solid #7C61EF;
	}
	section.hasnt-evolved > .pull-left::after {
    right: -14.3%;
    right: -7.9vw;
    border-right: 0;
  }
	section.hasnt-evolved > .pull-right::after {
    left: -14.3%;
    left: -7.9vw;
    border-left: 0;
  }
	section.rescue{
		padding-top: 120px;
		padding-bottom: 250px;
	}
	section.rescue .text-center span{ font-size: 60px; }
	section.rescue .bubble::after{
    top: 95%;
    right: -23.4%;
  }
  footer{
  	width: auto;
  	margin: 10px 7% 0;
  }
}

}
@media (max-width: 600px) {
	section.havent-updated .color-primary{ font-size: 36px; }
	section.rescue .bubble::after{
    top: 96%;
    right: -26.7%;
  }
}
@media (max-width: 510px) {
	.large-number{
		font-size: 120px;
		letter-spacing: -2.47vw;
	}
	.large-number__small{
		font-size: 40px;
		bottom: 8px;
	}
}
@media (max-width: 450px) {
	section.havent-updated .color-primary{
		display: inline-block;
		margin-top: 5px;
	}
	section.havent-updated .color-primary ~ span{
		display: inline-block;
		margin-top: 40px;
	}
}
