/* ========================= 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%;
	vertical-align: top;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: 900;
}

/* =================== LP STYLES - SHARED ==================
============================================================ */

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}
html {
	color: #000;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	height: 100%;
}
body {
	background: #eee;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	height: 100%;
	line-height: 1.6;
}
h1 {
	font-size: 18px;
	font-weight: 700;
}
h2 {
	font-size: 20px;
}
h3 {
	line-height: 1.3;
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
}
p, ul, ol {
	margin: 0 0 20px;
}
p:last-child, ul:last-child, ol:last-child {
	margin-bottom: 0;
}
ul {
	padding-left: 20px;
}
ul li:not(:first-child) {
	margin-top: 6px;
}
a {
	color: #006AC8;
	outline: none;
	text-decoration: none;
}
img {
	display: block;
	max-width: 100%;
}
.main {
	padding: 0 25px;
}
.site-wrapper {
	background: #fff;
	margin: 0 auto;
	max-width: 1300px;
	padding: 25px;
}
.button {
	background: #ed2327;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: block;
	flex-shrink: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 10px 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;

	justify-content: center !important;
}
.button img {
	display: none;
}
.button span {
	padding: 0 5px;
}
header {
	background: #000;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 20px;
}
header h1 {
	color: #fff;
}
.donate {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	width: 100%;
}
.logos {
	align-items: flex-end;
	display: flex;
	justify-content: flex-end;
}
.logos > div {
	width: 50%;
}
.zeigler {
	padding-right: 20px;
}
.lojack {
	border-left: 1px solid rgba(255, 255, 255, 0.54);
	padding-left: 20px;
}
.social {
	display: none;
}
.slider-wrapper {
	margin-top: 20px;
}
.slider-labels {
	align-items: flex-end;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	justify-content: space-between;
}
.slider-labels span {
	color: #757575;
	font-size: 22px;
	font-weight: normal;
	vertical-align: baseline;
}
.slider {
	margin: 20px 0;
	padding: 0 0 16px 0;
	position: relative;
}
.slider-background {
	background: rgba(16,110,164,.3);
	border-radius: 8px;
	border: solid 1px #979797;
	height: 16px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.slider-progress {
	background: #40b1f6;
	border-radius: 8px;
	height: 16px;
	position: absolute;
	z-index: 2;
}
.flag {
	margin: -18px -7px;
	position: absolute;
	z-index: 3;
}
.progress {
	margin: -20px 0 -20px -50px;
	position: absolute;
	z-index: 4;
}
.disabled .slider-progress,
.disabled .progress {
	display: none;
}
.map {
	background: url(images/map-blurred.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 4px;	
	display: flex;
	height: 0; 
	margin-bottom: 20px;
	max-width: 100%;
	padding-bottom: 57.89%; 
	position: relative; 
}
.map iframe, 
.map object, 
.map embed { 
	height: 100%; 
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
	z-index: -1;
}
.countdown-timer {
	background-color: rgba(255, 255, 255, 0.57);
	border-radius: 8px;
	border: 8px solid rgba(255, 255, 255, 0.44);
	font-weight: 700;
	left: 50%;
	line-height: 1;
	min-width: 60%;
	padding: 10px 20px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.countdown-timer p {
	font-weight: normal;
	margin-bottom: 0.6em;
}
.countdown-timer #timer {
	font-size: 24px;
	white-space: nowrap;
}
.videos {
	margin: 0 -4px;
}
.video-item {
	padding: 4px;
}
.video-wrapper {
	height: 0; 
	max-width: 100%;
	overflow: hidden; 
	padding-bottom: 56.25%; 
	position: relative; 
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
	height: 100%;
	left: 0; 
	position: absolute; 
	top: 0; 
	width: 100%; 
}
.blocker {
	z-index: 5;
}
.modal {
	border-radius: 4px;
	font-size: 16px;
	max-width: 340px;
	padding: 0;
}
.modal h4 {
	border-bottom: 1px solid #000;
	line-height: 1;
	padding: 15px 20px;
}
.modal div {
	padding: 15px 20px;
}
.modal .button {
	margin-bottom: 5px;
}
.modal a.close-modal {
	background: none;
	color: #000;
	font-weight: 700;
	text-align: right;
	text-indent: revert;
	text-transform: uppercase;
	padding: 0 20px 15px 20px;
	position: static;
	width: auto;
	height: auto;
}
/* =================== RESPONSIVE STYLES ===================
============================================================ */
@media screen and (min-width: 481px) {
	body {
		font-size: 20px;
	}
	header {
		flex-wrap: nowrap;
	}
	.donate {
		display: block;
		margin: 0;
		padding-right: 20px;
		white-space: nowrap;
		width: auto;
	}
	.logos > div {
		width: auto;
	}
	.logo-zeigler,
	.logo-lojack {
		width: 170px;
	}
	.social {
		display: flex;
		justify-content: space-between;
		margin-top: 5px;
	}
	.countdown-timer #timer {
		font-size: 32px;
	}
}
@media screen and (min-width: 768px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 22px;
	}
	header .button {
		display: flex;
		justify-content: space-between;
	}
	.button {
		font-size: 18px;
		padding: 12px 20px;
	}
	.button img {
		display: block;
	}
	.site-wrapper {
		padding: 40px;
	}
	
	.slider-labels span {
		font-size: 32px;
	}
	.countdown-timer {
		font-size: 36px;
		padding: 28px 0 40px;
	}
	.countdown-timer #timer {
		font-size: 52px;
	}
	.videos {
		display: flex;
		flex-wrap: wrap;
	}
	.video-item {
		width: 50%;
	}
}
@media screen and (min-width: 1025px) {
	.site-wrapper {
		padding: 60px;
	}
	.logo-zeigler,
	.logo-lojack {
		width: 213px;
	}
	.countdown-timer {
		min-width: 50%;
	}
	.countdown-timer #timer {
		font-size: 64px;
	}
.video-item {
	width: 33.333%;
}
/* Prevent the Reset Map button from stretching */
#resetMapLink {
	height: auto !important;
	min-height: auto !important;
	max-height: fit-content !important;
	line-height: 1.4 !important;
	vertical-align: top !important;
	padding: 10px !important;
	box-sizing: border-box !important;
}
/* Prevent the Reset Map button row from stretching - target first row in rider links table */
/* Set row to minimal height so it doesn't participate in height distribution */
#tdRiderLinks table tr:first-child,
#tdRiderLinksM table tr:first-child {
	height: 0 !important;
	min-height: auto !important;
}
#tdRiderLinks table tr:first-child td,
#tdRiderLinksM table tr:first-child td {
	height: auto !important;
	min-height: auto !important;
	max-height: none !important;
	vertical-align: top !important;
	padding: 10px !important;
	box-sizing: border-box !important;
}
}
