section { 
	height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  	height: calc(var(--vh, 1vh) * 100);
	min-height: 500px;
	min-width: 320px;
}
	
.sec-parent {
	position: relative;
	height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  	height: calc(var(--vh, 1vh) * 100);
	min-height: 250px;
	min-width: 320px;
}
	
.sec-child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0;
}
	
div.big-bg-1 {
	background-image: url("../images/tires.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: fixed;
	height:100%;
    width:auto; 
}
	
div.big-bg-2 {
	background-image: url("../images/car-interior.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: fixed;
	height:100%;
    width:auto; 
}

@media only screen and (max-width : 767px) {
	div.big-bg-1, div.big-bg-2 { 
   		webkit-background-size: 400%;;
    	-moz-background-size: 400%;;
    	-o-background-size: 400%;;
    	background-size: 400%;
		background-attachment: revert;
		background-position: top
	}
}
	
/* -------------------  HOME  ------------------- */
	
section.home {
	background-image: url("../images/vehicles.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: fixed;
	height:100vh;
    width:auto; 
}

@media only screen and (max-width : 767px) {
	section.home { 
   		background-size: 300%;
		background-position: top;
	}
}
	
section.home .icon {
	width: 35%;
	height: auto;
	min-width: 250px;
	max-width: 450px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
}
	
section.home h1, section.home h2 {
	text-align: center;
	color: #95a5b1;
}
	
section.home h1 {
	font-family: 'Playfair Display SC', serif;
	font-weight: 700; 
	font-size: 3.5em;
	line-height: 1.5em;
	text-shadow: 0px 0px 15px #041B34;
}
	
section.home h2 {
	font-family: 'Playfair Display', serif;
	font-size: 0.9em;
	text-shadow: 0px 0px 5px #041B34;
	line-height: 1.5em;
}

.home-subtext-bg {
	padding-top: 20px; 
	padding-bottom: 25px; 
	background-color: rgba(0,0,0,0.7);
}
	
/* -------------------  PANEL 1  ------------------- */
	
section.panel1 {
	background-color: #ffffff;
}	
	
section.panel1 h3, section.panel1 p {
	color: #353b44;
}	
	
@media only screen and (min-width : 768px) {
	section.panel1 sec-parent, section.panel1 sec-child, section.panel1 h3.panel-title, section.panel1 p.panel-text {
		padding-right: 0 !important;
		margin-right: 0 !important;
	}
}
	
@media only screen and (max-width : 767px) {
	section.panel1 { 
		height: 100vh !important; /* Use vh as a fallback for browsers that do not support Custom Properties */
  		height: calc(var(--vh, 1vh) * 100) !important;
	}
	section.panel1 div.sec-parent { 
		height: 50vh !important; /* Use vh as a fallback for browsers that do not support Custom Properties */
  		height: calc(var(--vh, 1vh) * 50) !important;
	}
}
	
.sett-parent {
	position: relative;
	height: 100%;
	margin: 0 10%;
}
	
.sett-child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0;
}
	
.sec-child-adjust {
	width: 65%; 
	height: 65%;
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-repeat: no-repeat;
}
	
.sec-child-1 {
	background-image: url("../images/flat-tire.jpg");
	background-position: center bottom;
}
	
.sec-child-2 {
	background-image: url("../images/tow-truck.jpg");
	background-position: center center;
}
	
.sec-child-3 {
	background-image: url("../images/gasoline-fill-up.jpg");
	background-position: center bottom;
}
	
.sec-child-4 {
	background-image: url("../images/keys-in-car.jpg");
	background-position: center bottom;
}
	
.sec-child-5 {
	background-image: url("../images/travel.jpg");
	background-position: center center;
}
	
.sett-child h4 {
	font-size: 1em;
	line-height: 1.25em;
	color: #ffffff;
	padding: 0 10%;
	font-family: 'Playfair Display', serif;
}
	
.claims-text {
	color: #ffffff;
	text-shadow: 0 0 5px #000000;
}
	
.sett-child p {
	font-size: .75em;
	line-height: 1.25em;
	color: #ffffff!important;
}
	
.sett-child hr {
	margin: 10px;
}
	
@media only screen and (max-width : 767px) {
	.sett-child h4 {
		font-size: 1em;
		line-height: 1.1em;
	}

	.sett-child p {
		font-size: .85em;
		line-height: 1.25em;
	}

	.sec-child-adjust {
		width: 80%; 
		height: 65%;
	}
}
	
/* -------------------  PANEL 2  ------------------- */
	
section.panel2 h6 {
	font-family: 'Playfair Display', serif;
	font-size: 2em;
	line-height: 1.25em;
	max-width: 75%;
	text-shadow: 0px 0px 5px #041B34;
	color: #ffffff;
	padding-left: 5%;
}	
	
section.panel2 .bg-adjust {
	/* margin-left: 15px;
	margin-right: 15px; */
	margin-left: 0;
	margin-right: 0;
}
	
/* -------------------  PANEL 3  ------------------- */

section.panel3 div.sec-parent {
	background-image: linear-gradient(to bottom, transparent 50%, #ffffff 50%);
}
	
section.panel3 h3 {
	color: #ffffff;
}

section.panel3 p {
	color: #353b44;
}

.forest-logo {
	width: 80%; 
	margin-left: auto;
	margin-right: auto; 
	max-width: 300px; 
	padding-top: 2%; 
	display: block;
}
	
/* -------------------  PANEL 4  ------------------- */
	
section.panel4 {
	background-color: #ffffff;
}
	
@media only screen and (min-width : 768px) {
	section.panel4 sec-parent, section.panel4 sec-child, section.panel4 h3.panel-title, section.panel4 p.panel-text {
		padding-right: 0 !important;
		margin-right: 0 !important;
	}
}
	
@media only screen and (max-width : 767px) {
	section.panel4 { 
		height: 100vh !important; /* Use vh as a fallback for browsers that do not support Custom Properties */
  		height: calc(var(--vh, 1vh) * 100) !important;
	}
	
	section.panel4 div.sec-parent { 
		height: 50vh !important; /* Use vh as a fallback for browsers that do not support Custom Properties */
  		height: calc(var(--vh, 1vh) * 50) !important;
	}
}	
	
.sec-child-6 {
	background-image: url("../images/steering-wheel.jpg");
	background-position: center center;
}
	
.sec-child-7 {
	background-image: url("../images/vehicle-dashboard.jpg");
	background-position: center center;
}
	
.sec-child-8 {
	background-image: url("../images/air-conditioning-vents.jpg");
	background-position: center center;
}
	
.sec-child-9 {
	background-image: url("../images/vehicle-seats.jpg");
	background-position: center center;
}
	
/* -------------------  PANEL 5  ------------------- */

section.panel5 {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.0) 50%, #ffffff 50%);
}

.perm-logo {
	width: 35%; 
	padding-top: 15px;
}

.video-bg {
	background-color: rgba(0,0,0,0.7)
}

.video-back {
	background-color: rgba(0,0,0,0.7); margin: 10px 20px 20px 20px;
}

/* -------------------  PANEL 6  ------------------- */

.contact-break {
	padding-bottom: 5px; 
	margin-bottom: 10px; 
	border-bottom: 1px solid #999999;
}

/* -------------------  MISC  ------------------- */

body {
	background-color: #353639;
}

.nomargin {
	margin-left: 0;
	margin-right: 0;
}
		
.salesmen, .terms, .privacy {
	height:0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}
	
.salesmen p, .salesmen h4, .terms p, .terms h4, .privacy p, .privacy h4, .terms ol li, .terms ul li {
	color: #ffffff;
	text-align: left;
}
	
.salesmen h4, .terms h4, .privacy h4 {
	padding-left: 0;
	margin-top: 0;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
}
	
.salesmen h5, .terms h5, .privacy h5 {
	color: #ffffff;
	text-align: left;
	font-size: 1.1em;
	line-height: 1em;
}
	
.salesmen .panel-text, .terms .panel-text, .privacy .panel-text {
	padding-left: 2vw;
	padding-bottom: 10px;
}
	
/* .salesmen p, .terms p, .privacy p, .salesmen ol li, .salesmen ul li, .terms ol li, .terms ul li, .privacy ol li, .privacy ul li {
	font-size: 0.9em;
	line-height: 1.4em;
} */

.sm {
	background-color: #404449;
	height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  	height: calc(var(--vh, 1vh) * 100);
	z-index: 1000;
	box-shadow: 0 0 10px #000000;
}
	
.sm .sec-parent {
	height: 100%;
}
	
.sm .sec-parent .sec-child {
	top: 42%;
	width: 80%;
}
	
.sm-slide {
	margin-left: -250px;
}
	
.close {
	font-size: 50px;
	color: #ffffff;
	text-shadow: 0 3px 3px #000000;
	opacity: 0.7;
	cursor: pointer;
}
	
.close:focus, .close:hover {
	color: #ffffff;
	text-shadow: 0 3px 3px #000000;
	opacity: 1;
	cursor: pointer;
}	
	
.close:active {
	color: #ffffff;
	text-shadow: 0 1px 1px #000000;
	opacity: 1;
	cursor: pointer;
}	
	
a {
	color: #02c1e8 !important;
	text-decoration: underline;
	cursor: pointer;
}
	
a:focus, a:hover {
	color: #8dd6f0 !important;
	text-decoration: underline;
	cursor: pointer;
}	
	
a:active {
	color: #569db5 !important;
	text-decoration: underline;
	cursor: pointer;
}
	
@media only screen and (max-width : 767px) {
	.sm {
		height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  		height: calc(var(--vh, 1vh) * 100);
	}
	.sm-slide {
		margin-left: -300px;
	}
	.sm .sec-parent .sec-child {
		/* top: 40%; */
	}
}
	
.scrolly {
	height: 80vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  	height: calc(var(--vh, 1vh) * 80);
	overflow-y: scroll;
	overflow-x: hidden;	
	background-color: #3b3e42;
	background-image: linear-gradient( #353639, #3b3e42 15%, #3b3e42 85%, #353639 );
	padding: 20px;
	border: solid 1px #353639;
}

.scrolly::-webkit-scrollbar {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	width: 15px;
}

.scrolly::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #95a5b1;
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    -moz-box-shadow: 0 0 1px rgba(255,255,255,.5);
    -o-box-shadow: 0 0 1px rgba(255,255,255,.5);
	box-shadow: 0 0 1px rgba(255,255,255,.5);
}
 
.scrolly::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.slider-close {
	float: right; 
	text-align: right; 
	padding-right: 5%; 
	padding-left: 5%; 
	padding-top: 10px; 
	color: #ffffff;
}

.pl5vw {
	padding-left: 5vw;
	padding-right: 5vw;
}

.margin-logo {
	margin-bottom: 3%; margin-left: 5vw;
}

.tran-title-bg {
	bottom: 0; 
	top: unset; 
	display: block; 
	margin-bottom: 5px; 
	line-height: 0; 
	z-index: 1000; 
	padding-left: 5vw; 
	padding-right: 5vw;
}

.tran-title-text {
	line-height: 0; 
	display: inline-block; 
	vertical-align: baseline; 
	text-shadow: 0 -5px 5px #000000;
	color: #ffffff;
}

.split-bg {
	background-color: #ffffff; 
	padding-left: 5vw; 
	padding-top: 5vw; 
	padding-right: 5vw; 
	margin-left: 0; 
	margin-right: 0;
}

