/* CSS RESET */

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;
}
header {
	background-color: black;
}
.clearFix::after {
	content: "";
	clear: both;
	display: table;
	background-color: black;
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 1.2vw;
	line-height: 150%;
	padding: 8px 0 8px 0;
}
h1 {
	font-family: 'Source Sans Pro', sans-serif;
}
.bannerHeadline h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 800;
	text-align: center;
	color: #FFF;
	font-size: 4.5vw;
	padding: 0;
}
h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #1b364f;
	font-size: 3vw;
	line-height: 100%;
	padding: 0 0 50px;
}
.bannerHeadline h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 800;
	text-align: center;
	color: #FFF;
	font-size: 2.8vw;
	line-height: 125%;
	padding: 0;
}
h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-align: left;
	font-size: 2vw;
	line-height: 100%;
	color: #1b364f;
}
h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-align: left;
	font-size: 1.2vw;
	line-height: 100%;
	padding: 0 0 8px 0;
	color: #333333;
}
h5 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-align: left;
	font-size: 1.2vw;
	line-height: 150%;
	padding: 32px 0 8px 0;
	color: #333333;
}
h6 {}
ul {
	position: relative;
	list-style-type: disc;
	font-size: 1vw;
	font-weight: 700;
	margin: 0 0 32px 20px;
}
ol {}
li {
	line-height: 150%;
	padding: 0;
}
a {
	color: #1b364f;
	text-decoration: none;
}
.copyright {
	font-family: 'Oswald', sans-serif;
	font-size: 1vw;
	line-height: 150%;
	padding: 24px 0 16px;
	text-align: center;
}
/* Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html, body {
	width: 100%;
	height: 100%;
	position: relative;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #333333;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: black;
	z-index: 2;
}
.logo {
	position: relative;
	float: left;
	margin: 0 0 0 10%;
	padding: 48px 0 0 0;
}
.phone {
	position: relative;
	float: right;
	margin: 0 10% 0 0;
	padding: 24px 0;
}
.phone p {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: #1b364f;
}
.phone p span {
	color: #C3B0FC;
}
nav {
	width: 100%;
	background: #3db174;
}
nav ul {
	display: flex;
	font-family: 'Oswald', sans-serif;
	justify-content: space-between;
	list-style-type: none;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
nav ul li {
	width: 25%;
	font-size: 1vw;
	font-weight: 400;
	font-style: normal;
	border-left: 1px solid #FFF;
	background: #3db174;
}
nav ul li a {
	display: block;
	padding: 32px 0;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	transition: all .5s ease;
}
nav ul li.active a, nav ul li a:hover {
	background: #a7f8cd;
	color: #1b364f;
}
nav li:last-child {
	border-right: 1px solid #FFF;
}
#menu-toggle {
	display: none;
}
.label-toggle {
	display: none;
}
.wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.bannerMain {
	position: relative;
	margin-top: 12em;
	max-width: 1920px;
}
.bannerImage {
	padding-top: 40%;
	background-image: url("../img/InstallerNet_Hero_Banner_V1.png");
	background-size: cover;
	/* background: black; */
	-moz-background-size: cover;
	/* Firefox 3.6 */
	background-position: center;
	/* Internet Explorer 7/8 */
}
.bannerHeadline {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 40%;
	left: 0;
	right: 0;
	width: 80%;
}
.content1 {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}
.triptych {
	float: left;
	display: block;
	width: 33%;
	padding: 150px 0 0;
	vertical-align: bottom;
	text-align: center;
	border-right: 1px solid #ebf2f8;
	font-size: 30px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	color: #1b364f;
}
.noBorder {
	border-right: none;
}
.backupCamera {
	background: url("../img/rvs-icon-1.svg") no-repeat center 1%;
	background-size: auto auto;
	background-size: 40%;
}
.backupSensor {
	background: url("../img/rvs-icon-2.svg") no-repeat center 1%;
	background-size: auto auto;
	background-size: 40%;
}
.dashCamera {
	background: url("../img/rvs-icon-3.svg") no-repeat center 1%;
	background-size: auto auto;
	background-size: 17%;
}
.content2 {
	position: relative;
	width: 80%;
	margin: 100px auto;
	padding: 100px 0 0;
}
.content2 p {
	padding: 0 0 120px 0;
}
.content3 {
	position: relative;
	width: 80%;
	margin: 100px auto;
	padding: 100px 0 0;
}
.content4 {
	position: relative;
	width: 80%;
	margin: 100px auto;
	padding: 100px 0 0;
}
.content4 ul {
	list-style: none;
}
.content4 ul li {
	background: #dfe8f0;
	line-height: 150%;
	padding: 40px;
	font-weight: 700;
	font-size: 1.2vw;
}
.content4 ul li span {
	display: block;
	font-weight: 400;
	font-size: 1vw;
	padding-top: 16px;
}
.content4 ul li span.finePrint {
	display: block;
	font-weight: 400;
	font-size: .8vw;
	padding-top: 16px;
}
.content4 ul li:nth-child(odd) {
	background: #FFFFFF;
}
.content5 {
	position: relative;
	width: 80%;
	margin: 100px auto;
	padding: 100px 0 0;
}
.contentHalf {
	position: relative;
	float: left;
	width: 64%;
}
.contentThird {
	position: relative;
	width: 33%;
	float: left;
}
.contentTwoThirds {
	position: relative;
	float: left;
	width: 64%;
}
.installCardEntry {
	position: relative;
    margin: 10px auto;
    width: 418px;
    display: flex;
    justify-content: center;
}
.installCardEntry input {
	background: #dfe8f0;
	border: none;
	padding: 12px;
	font-size: 24px;
}
.installCardEntry input[type=submit] {
	background: #a7f8cd;
	color: #1b364f;
	border: none;
	padding: 12px;
	font-size: 24px;
	cursor: pointer;
}
.installernetLogo {
	position: absolute;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0
}
.greenBox {
	margin: 16px;
	background: #3db174;
	min-height: 224px;
}
.greenBox p {
	padding: 0 24px 24px;
	text-align: left;
	color:#fff;
}
.grayBox {
	background: #3db174;
	min-height: 364px;
}
.grayBox p {
	color: #FFF;
	padding: 0 24px 24px;
	text-align: left;
}
p.boxHeading {
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 100%;
	padding: 24px 0 8px;
}
.imgC {
	display: block;
	margin: 20px auto;
}
.imgR {
	position: relative;
	float: right;
	max-width: 100%;
}
.arrowBox {
	position: relative;
	background: #ffffff;
	border-bottom: 4px solid #e4e4e4;
	padding: 100px 0 0 0;
}
.arrowBox:after, .arrowBox:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrowBox:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 74px;
	margin-left: -74px;
}
.arrowBox:before {
	border-color: rgba(228, 228, 228, 0);
	border-top-color: #e4e4e4;
	border-width: 80px;
	margin-left: -80px;
}
.footer {
	position: relative;
	width: 100%;
	padding: 50px 0 0 0;
	background: #E4E4E4;
}
.arrowUp {
	position: relative;
	width: 100%;
	padding: 50px 0;
	background: #FFF;
}
.arrowUp::before {
	display: block;
	position: absolute;
	content: '';
	width: 100px;
	height: 100px;
	bottom: -50px;
	left: 50%;
	margin-left: -50px;
	background-color: #E4E4E4;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.scroll-down {
	position: absolute;
	left: 50%;
	bottom: 30px;
	display: block;
	text-align: center;
	font-size: 20px;
	z-index: 1;
	text-decoration: none;
	text-shadow: 0;
	width: 24px;
	height: 24px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translate(-50%, 0%) rotate(45deg);
	-moz-transform: translate(-50%, 0%) rotate(45deg);
	transform: translate(-50%, 0%) rotate(45deg);
	-webkit-animation: fade_move_down 1s ease-in-out infinite;
	-moz-animation: fade_move_down 1s ease-in-out infinite;
	animation: fade_move_down 1s ease-in-out infinite;
}
/*animated scroll arrow animation*/

@-webkit-keyframes fade_move_down {
	0% {
		-webkit-transform: translate(0, -10px) rotate(45deg);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(0, 10px) rotate(45deg);
		opacity: 0;
	}
}
@-moz-keyframes fade_move_down {
	0% {
		-moz-transform: translate(0, -10px) rotate(45deg);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-moz-transform: translate(0, 10px) rotate(45deg);
		opacity: 0;
	}
}
@keyframes fade_move_down {
	0% {
		transform: translate(0, -10px) rotate(45deg);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(0, 10px) rotate(45deg);
		opacity: 0;
	}
}
@media (max-width:7680px) and (min-width:1921px) {
	.logo {
		width: 20%;
		padding: 120px 0 80px 0;
	}
	.logo img {
		width: 100%;
	}
	.phone {
		width: 30%;
		padding: 120px 0 0 0;
	}
	.phone p {
		font-size: 2.2vw;
		color: #1b364f;
	}
	nav ul li {
		font-size: 1.3vw;
	}
	nav ul li a {
		padding: 80px 0;
	}
	.startContent {
		position: relative;
		width: 100%;
	}
	.content2 {
		position: relative;
		padding: 200px 0 0 0;
	}
	.bannerMain {
		margin: 0;
		max-width: 7680px;
	}
	.bannerHeadline {
		top: 50%;
		width: 80%;
	}
	.bannerHeadline h2 {
		font-size: 3vw;
	}
	.triptych {
	padding: 300px 0 0;
	border-right: 4px solid #ebf2f8;
	font-size: 72px;
}
	h3 {
		font-size: 2vw;
		padding: 0 0 80px 0;
	}
	h4 {
		font-size: 1.5vw;
		padding: 0 0 44px 0;
	}
	p {
		font-size: 1.2vw;
	}
	.installCardEntry {
		width:950px;
	}
	.installCardEntry input {
		padding: 60px;
		font-size: 1.2vw;
	}
	.installCardEntry input[type=submit] {
		padding: 60px;
		font-size: 1.2vw;
	}
	.imgR {
		min-width: 1000px;
	}
	.installernetLogo {
		min-width: 1200px;
	}
	.imgC {
		min-width: 800px;
	}
	.grayBox, .blueBox {
		min-height: 900px;
		margin: 80px;
	}
	.blueBox p, .grayBox p {
		padding: 0 120px 120px;
	}
	p.boxHeading {
		font-size: 2vw;
		padding: 120px 0 44px;
	}
	.content4 ul li span {
		font-size: 1.2vw;
	}
	ul {
		font-size: 1.2vw;
		margin: 0 0 80px 60px;
	}
	h2 {
		padding: 0 0 200px;
	}
	.copyright {
		font-size: 1vw;
		padding: 36px 0 80px 10%;
	}
	.scroll-down {
	bottom: 60px;
	display: block;
	width: 80px;
	height: 80px;
	border-bottom: 8px solid #fff;
	border-right: 8px solid #fff;
}
}
@media screen and (max-width: 1366px) {
	.logo {
		margin: 0 0 0 3%;
	}
	.phone {
		margin: 0 3% 0 0;
	}
	nav ul {
		width: 94%;
	}
	nav ul li {
		font-size: 1.5vw;
	}
	nav ul li a {
		padding: 24px 0;
	}
	.bannerHeadline {
		top: 40%;
		width: 80%;
		left: 0%;
		right: 0%;
	}
	.bannerHeadline h1 {
		font-size: 4.4vw;
		padding: 0 0 1vw 0;
	}
	.bannerHeadline h2 {
		font-size: 2.8vw;
	}
	h3 {
		font-size: 1.8vw;
	}
	h4 {
		font-size: 1.5vw;
	}
	p {
		font-size: 1.4vw;
	}
	.triptych {
		padding: 110px 0 0;
		font-size: 24px;
	}
	.backupCamera {
		background-size: 33%;
	}
	.backupSensor {
		background-size: 35%;
	}
	.dashCamera {
		background-size: 15%;
	}
	.arrowBox {
		padding: 50px 0 0 0;
	}
	.content1 {
		width: 94%;
	}
	.content2, .content3, .content4, .content5 {
		width: 94%;
		margin: 50px auto;
		padding: 100px 0 0;
	}
	.content4 ul li {
		padding: 36px;
		font-size: 1.5vw;
	}
	.content4 ul li span {
		font-size: 1.2vw;
		padding-top: 12px;
	}
	h2 {
		font-size: 3.5vw;
	}
	.contentThird {
		text-align: center;
	}
	ul {
		font-size: 1.2vw;
	}
	.grayBox, .blueBox {
		min-height: 320px;
	}
	.content4 ul li span.finePrint {
		font-size: 1vw;
	}
}
@media screen and (max-width: 1024px) {
	.logo {
		padding: 44px 0 0;
	}
	.logo img {
		max-width: 80%;
	}
	.phone {
		padding: 24px 0 16px;
	}
	.phone img{
		max-width: 80%;
	}
	.phone p {
		font-size: 24px;
	}
	h3 {
		font-size: 2.4vw;
		padding: 0 0 20px;
	}
	h4 {
		font-size: 2vw;
	}
	p {
		font-size: 1.5vw;
	}
	ul {
		font-size: 1.5vw;
	}
	.blueBox p {
		padding: 0 20px 20px;
	}
	p.boxHeading {
		font-size: 24px;
		padding: 20px 0 8px;
	}
	.copyright {
		font-size: 1.5vw;
	}
	h2 {
		font-size: 4vw;
		padding: 0 0 24px;
	}
	h5 {
		font-size: 2vw;
	}
	nav ul li a {
		padding: 20px 0;
	}
	.content4 ul li {
		padding: 32px;
		font-size: 1.8vw;
	}
	.content4 ul li span {
		font-size: 1.4vw;
		padding-top: 10px;
	}
	.bannerMain {
		margin-top: 10em;
	}
	.bannerHeadline {
		top: 45%;
	}
	.content1 {
		padding: 50px 0 25px;
	}
	.triptych {
		padding: 110px 0 0;
		font-size: 20px;
	}
	.backupCamera {
		background-size: 40%;
	}
	.backupSensor {
		background-size: 42%;
	}
	.dashCamera {
		background-size: 18%;
	}
	.installCardEntry {
		margin: 75px auto 50px;
	}
	.contentThird img {
		max-width: 70%;
	}
	.grayBox, .blueBox {
		min-height: 282px;
	}
	.content4 ul li span.finePrint {
		font-size: 1.2vw;
	}
}
@media screen and (max-width: 768px) {
	.phone p {
		font-size: 24px;
	}
	nav ul {
		width: 100%;
	}
	nav ul li {
		font-size: 1.8vw;
	}
	.bannerHeadline {
		top: 48%;
	}
	.content2, .content3, .content4, .content5 {
		padding: 50px 0 0;
	}
	.triptych {
		padding: 100px 0 0;
		font-size: 18px;
	}
	.backupCamera {
		background-size: 50%;
	}
	.backupSensor {
		background-size: 52%;
	}
	.dashCamera {
		background-size: 22%;
	}
	.installCardEntry {
		width: 270px;
	}
	.installCardEntry input {
		background: #dfe8f0;
		border: none;
		padding: 12px;
		font-size: 16px;
	}
	.installCardEntry input[type="submit"] {
		padding: 12px;
		font-size: 16px;
		display: block;
		margin: 5% auto;
	}
	h2 {
		font-size: 5vw;
	}
	h3 {
		font-size: 3vw;
		padding: 0 0 16px 0;
	}
	h4 {
		font-size: 2.5vw;
	}
	p {
		font-size: 2vw;
	}
	.content4 ul li span.finePrint {
		font-size: 1.4vw;
	}
	.copyright {
		font-size: 1.5vw;
	}
	.imgR {
		max-width: 25%;
	}
	.contentThird img {
		max-width: 70%;
	}
	.blueBox {
		margin: 12px;
		background: #3ac5f0;
		min-height: 270px;
	}
	.blueBox p {
		font-size: 1.8vw;
		padding: 0 16px 16px;
		text-align: left;
	}
	.grayBox {
		background: #333333;
		min-height: 270px;
	}
	.grayBox p {
		font-size: 1.8vw;
		color: #FFF;
		padding: 0 16px 16px;
		text-align: left;
	}
	p.boxHeading {
		font-family: 'Oswald', sans-serif;
		text-align: center;
		font-size: 20px;
		font-weight: 700;
		line-height: 100%;
		padding: 16px 0 8px;
	}
	.content4 ul li {
		padding: 20px;
		font-size: 2vw;
	}
	.content4 ul li span {
		font-size: 1.8vw;
		padding-top: 8px;
	}
	.arrowBox {
		padding: 50px 0 0 0;
	}
	.arrowBox:after {
		border-width: 44px;
		margin-left: -44px;
	}
	.arrowBox:before {
		border-width: 50px;
		margin-left: -50px;
	}
	.arrowUp {
		position: relative;
		width: 100%;
		padding: 20px 0;
		background: #FFF;
	}
	.arrowUp::before {
		width: 60px;
		height: 60px;
		bottom: -30px;
		left: 53%;
		margin-left: -53px;
	}
}
@media screen and (max-width: 600px) {
	.logo {
		float: none;
		margin: auto;
		margin-bottom: 3vh;
		text-align: center;
		width: 80%;
	}
	.phone {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 80%;
		padding: 16px 0 0 0;
		display: none;
	}
	.bannerMain {
	}
	.bannerHeadline {
		top: 18%;
		width: 90%;
		right: 0%;
		left: 0%;
	}
	figure.bannerImage {
		background-image: url('../img/InstallerNet_Hero_Banner_V1.png');
		background-position: left;
		background-size: 100%;
		background-repeat: no-repeat;
		padding-top: 40%;
	}
	.bannerHeadline h1 {
		font-size: 6vw;
		padding: 0 0 1vw 0;
	}
	.bannerHeadline h2 {
		font-size: 4vw;
	}
	nav nav ul a {
		color: #fff;
	}
	nav ul {
		display: block;
		height: 0;
		list-style-type: none;
		opacity: 0;
		text-align: center;
		transition: all 1s ease;
		width: 100%;
		visibility: hidden;
	}
	nav ul li {
		border-bottom: 1px solid #FFF;
		color: #FFF;
		display: block;
		font-size: 3vw;
		width: 100%;
	}
	nav ul li a {
		padding: 16px 0;
	}
	.triptych {
		padding: 90px 0 0;
		font-size: 16px;
	}
	.backupCamera {
		background-size: 60%;
	}
	.backupSensor {
		background-size: 66%;
	}
	.dashCamera {
		background-size: 28%;
	}
	#menu-toggle:checked~ul {
		opacity: 1;
		height: 100vh;
		visibility: visible;
	}
	.label-toggle {
		position: absolute;
		top: 12px;
		right: 12px;
		display: block;
		background: linear-gradient(to bottom, #333333 0%, #333333 20%, transparent 20%, transparent 40%, #333333 40%, #333333 60%, transparent 60%, transparent 80%, #333333 80%, #333333 100%);
		cursor: pointer;
		height: 40px;
		width: 40px;
	}
	.wrapper {
		display: block;
	}
	h2 {
		font-size: 6vw;
	}
	h4 {
		font-size: 3vw;
	}
	h5 {
		font-size: 4vw;
	}
	p {
		font-size: 3vw;
	}
	.blueBox, .grayBox {
		min-height: auto;
	}
	.blueBox p, .grayBox p {
		font-size: 3vw;
		padding: 0 16px 16px;
		text-align: center;
	}
	p.boxHeading {
		font-size: 7vw;
		padding: 24px 0 12px 0;
	}
	.copyright {
		font-size: 2vw;
	}
	ul {
		font-size: 3vw;
	}
	.contentThird {
		position: relative;
		margin: 0 auto;
		float: none;
		width: 90%;
	}
	.content4 ul li {
		padding: 12px;
		font-size: 2.8vw;
	}
	.content4 ul li span {
		font-size: 2.4vw;
		padding-top: 8px;
	}
	.content4 ul li span.finePrint {
		font-size: 2vw;
	}
	.arrowBox {
		position: relative;
		background: #ffffff;
		border-bottom: 4px solid #e4e4e4;
		padding: 24px 0 0 0;
	}
	.arrowBox:after {
		border-width: 34px;
		margin-left: -34px;
	}
	.arrowBox:before {
		border-width: 40px;
		margin-left: -40px;
	}
}
@media screen and (max-width: 414px) {
	.logo {
		width: 100%;
	}
	.logo img {
		max-width: 70%;
	}
	nav ul li {
		font-size: 5vw;
	}
	/* .bannerMain {
		margin: 75px 0 0;
	} */
	.bannerHeadline {
		top: 18%;
		width: 90%;
		right: 0%;
		left: 0%;
	}
	h2 {
		padding: 0 0 20px;
	}
	.bannerHeadline h2 {
		font-size: 2.8vw;
	}
	.triptych {
		padding: 70px 0 0;
		font-size: 14px;
	}
	.backupCamera {
		background-size: 70%;
	}
	.backupSensor {
		background-size: 76%;
	}
	.dashCamera {
		background-size: 33%;
	}
	h3 {
		font-size: 4.5vw;
	}
	h4 {
		font-size: 4.2vw;
	}
	p, ul {
		font-size: 4vw;
	}
	.content1, .content2, .content3, .content4 {
		padding: 16px 0 0;
	}
	.imgR {
		max-width: 30%;
	}
	.installernetLogo {
		max-width: 60%;
	}
	.content2 p {
		padding: 0 0 80px 0;
	}
	.arrowBox {
		padding: 0;
	}
	.contentThird img {
		max-width: 60%
	}
	.blueBox p, .grayBox p {
		font-size: 4vw;
	}
	p.boxHeading {
		font-size: 7vw;
		padding: 24px 0 12px 0;
	}
	.blueBox {
		min-height: 190px;
	}
	.content4 ul li {
		padding: 10px;
		font-size: 4vw;
	}
	.content4 ul li span {
		font-size: 4vw;
	}
	.arrowBox {
		border-bottom: 2px solid #e4e4e4;
	}
	.arrowBox:after {
		border-width: 16px;
		margin-left: -16px;
	}
	.arrowBox:before {
		border-width: 20px;
		margin-left: -20px;
	}
	.copyright {
		text-align: center;
		font-size: 3vw;
		padding: 0 0 24px;
	}
	.content4 ul li span.finePrint {
		font-size: 3vw;
	}
	.arrowUp::before {
		left: 57%;
		margin-left: -57px;
	}
}
@media screen and (max-width: 320px) {
	.logo img {
		max-width: 60%;
	}
	/* .bannerMain {
		margin: 146px 0 0;
	} */
	p, ul, h3, h4 {
		font-size: 4vw;
	}
	.content2, .content3, .content4, .content5 {
		padding: 25px 0 0;
	}
	.imgC {
		margin: 0 auto 4px;
	}
	.content4 ul li {
		padding: 10px;
		font-size: 4.4vw;
	}
	.content4 ul li span {
		font-size: 4vw;
	}
	.scroll-down {
		bottom: 10px;
	}
	.content4 ul li span.finePrint {
		font-size: 3vw;
	}
}