body {
	width: 100%;
	height: 100%;
	position: absolute;
}

button:focus {
	outline: 0;
}

.landingOverlay {
	z-index: 998;
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.boxer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 8%;
	padding-right: 8%;
}

.boxer .content, .zipcodeBox .content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
}

.boxer .tableDiv {
	display: table;
}

.boxer .rowDiv {
	display: table-row;
}

.boxer .cellDiv {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.boxer .cellDiv.right {
	text-align: right;
}

.boxer .cellDiv.right img {
	float: right !important;
	width: auto;
}

.boxer .title {
	font-family: JosefinSans-SemiBold;
	font-size: 40px;
	color: black;
}

.boxer .text {
	font-family: JosefinSans-light;
	font-size: 24px;
}

.hello .title {
	font-size: 84px;
	font-family: JosefinSans-Bold;
  color: black;
}

.hello .subtitle, .hello .closer {
	font-size: 40px;
	font-family: JosefinSans-Regular;
}

.hello .subtitle {
	margin-top: 10px;
}

.hello .buttons button {
	color: #7e1d1d;
	font-size: 28px;
	font-family: JosefinSans-Regular;
	margin-top: 30px;
	background-color: transparent;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.hello .buttons button:hover {
	cursor: pointer;
}

.sv .zipcode, .hello .zipcode {
	border-color: #7e1d1d;
	border-style: solid;
	border-width: 2px;
}

.sv .zipcode:hover, .hello .zipcode:hover {
	background-color: rgba(126, 29, 29, 0.2);
	cursor: pointer;
}

.hello .buttons .more {
	border-style: none;
	margin-left: 10px;
}

.pricing table {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.pricing th {
	font-size: 28px;
	font-family: JosefinSans-Light;
	text-align: left;
	padding-left: 20px;
}

.pricing td {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid black;
	font-size: 24px;
}

.pricing td.description {
	font-family: JosefinSans-Regular;
}

.pricing td.us {
	font-family: JosefinSans-SemiBold;
}

.pricing td.them {
	font-family: JosefinSans-LightItalic;
	color: #ae2828
}

.pricing .note {
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 20px;
	font-family: JosefinSans-ThinItalic;
}

.sv {
	text-align: center;
}

.sv img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.sv .closer {
	font-family: "JosefinSans-Regular";
	font-size: 64px;
}

.sv a, .pricing a {
	color: #7e1d1d;
}

.sv a:hover, .pricing a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.sv .questions {
	font-family: "JosefinSans-Light";
	font-size: 48px;
}

.sv button {
	margin-top: 25px;
}

.filler {
	z-index: 0;
}

.circles {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 5px;
	text-align: center;
}

.circles .circle {
	display: inline-block;
	border: 1px solid black;
	border-radius: 50%;
	opacity: 1.0;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	-ms-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
}

.circles .circle:hover {
	cursor: pointer;
}

.circle.filled {
	background-color: black;
}

.zipcodeBox {
	position: fixed;
	z-index: 999;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.zipcodeBox .cancel {
	font-size: 96px;
	font-family: JosefinSans-Thin;
	border: none;
	position: fixed;
	top: 5%;
	right: 5%;
}
.zipcodeBox .cancel:hover {
	color: #7e1d1d;
}

.zipcodeBox #zipcodeValue {
	font-size: 96px;
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 2px solid black;
	color: #7e1d1d;
	font-family: JosefinSans-Regular;
	width: 320px;
	text-align: center;
}

@media only screen and (max-device-width: 770px) {
	.boxer {
		padding-left: 3%;
		padding-right: 3%;
	}
	.hello .title, .sv .closer {
		font-size: 36px;
	}
	.hello .subtitle, .hello .closer, .sv .questions {
		font-size: 24px;
	}
	.boxer .title {
		font-size: 28px;
	}
	.boxer .text {
		font-size: 18px;
	}
	.boxer .left {
		width: 100%;
	}
	.circles .circle {
		width: 20px;
		height: 20px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.boxer .img-desktop {
		display: none;
	}
	img {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
}