/* @group reset - eric myer reset v2.0 | 20110126
-----------------------------------------------------------------*/
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;
}

/* Set CSS Variables
-----------------------------------------------------------------*/
:root {
	--main-font: arial, helvetica, sans-serif;
	--heading-font: rubik, sans-serif;
}

/* Set tags and general classes
-----------------------------------------------------------------*/
* {
	box-sizing: border-box;
	outline: none;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: var(--main-font);
	font-size: 16px;
	line-height: 1.6;
	min-width: 320px;
	color: #3c3c3c;
	text-align: center;
}

h1, h2, h5 {
	font-family: var(--heading-font);
	text-transform: uppercase;
	font-weight: 300;
	font-size: 80px;
	line-height: 1;
	margin: 0;
}
@media all and (max-width: 799px) {
	h1 {
		font-size: 70px;
	}
}
@media all and (max-width: 659px) {
	h1 {
		font-size: 64px;
	}
}
@media all and (max-width: 599px) {
	h1 {
		font-size: 60px;
	}
}
@media all and (max-width: 569px) {
	h1 {
		font-size: 50px;
	}
}
@media all and (max-width: 469px) {
	h1 {
		font-size: 40px;
	}
}
@media all and (max-width: 384px) {
	h1 {
		font-size: 32px;
	}
}
h2, h5 {
	font-size: 60px;
	max-width: 540px;
	margin: 0 auto;
	text-shadow: 1px 3px 3px #35393c;
}
h2 span, h5 span {
	color: #ffda27;
}
h2::after, h5::after {
	content: "";
	display: block;
	margin: 30px auto 40px auto;
	width: 40px;
	height: 2px;
	background: #ffda27;
}
h5 {
	font-size: 56px;
	max-width: 900px !important;
}
@media all and (max-width: 889px) {
	h5 {
		font-size: 52px;
	}
}
@media all and (max-width: 599px) {
	h2 {
		font-size: 54px;
		max-width: 500px;
	}
	h5 {
		font-size: 48px;
	}
}
@media all and (max-width: 519px) {
	h2 {
		font-size: 50px;
		max-width: 460px;
	}
	h5 {
		font-size: 40px;
	}
}
h3 {
	font-family: var(--heading-font);
	text-transform: uppercase;
	font-weight: 300;
	font-size: 60px;
	line-height: 1;
	margin: 0;
}
@media all and (max-width: 559px) {
	h3 {
		font-size: 50px;
	}
}
@media all and (max-width: 449px) {
	h3 {
		font-size: 44px;
	}
}
h4 {
	color: #000;
	font-family: var(--heading-font);
	text-transform: uppercase;
	font-weight: 300;
	font-size: 30px;
	line-height: 1.1;
	margin: 0;
	min-height: 118px;
}
h4::after {
	content: "";
	display: block;
	margin: 15px 0;
	width: 35px;
	height: 2px;
	background: #ffda27;
}
@media all and (max-width: 1189px) {
	h4 {
		font-size: 26px;
		min-height: 108px
	}
}
@media all and (max-width: 807px) {
	h4 {
		min-height: 136px;
	}
}
@media all and (max-width: 719px) {
	h4 {
		min-height: 0;
		font-size: 30px;
	}
}
@media all and (max-width: 399px) {
	h4 {
		font-size: 26px;
	}
}

a {
	color: #005dba;
	text-decoration: none;
	transition: all .25s;
}
a:hover {
	color: #00a3dd;
}

input, select, textarea, button {
	font: inherit;
}

img, iframe, video {
	display: block;
	max-width: 100%;
}

p {
	margin-bottom: 20px;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe, .video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bold, strong, b {
	font-weight: bold;
}
.italic, em, i {
	font-style: italic;
}

.error {
	color: #ff3333;
}

.center {
	text-align: center;
}

/* Custom
-----------------------------------------------------------------*/
#page-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}
.content-wrapper {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1500px;
}

header {
	background: #00a3dd;
	padding: 60px 15px 50px 15px;
	color: #fff;
}

#main {
	background: url('../images/snowflakes@2x.jpg') top center no-repeat;
	background-size: cover;
	padding: 60px 0 40px 0;
}
#main .content-wrapper {
	max-width: 960px;
}
#scroll-to-vote {
	position: relative;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 40px;
	background: #21242d;
	padding: 10px 50px 10px 25px;
	border-top: 2px solid #ffda27;
	font-size: 18px;
	transition: all .25s;
}
#scroll-to-vote:hover {
	background-color: #00a3dd;
}
#scroll-to-vote::after {
	content: url('../images/arrow.svg');
	position: absolute;
	top: 11px;
	right: 25px;
	width: 15px;
}

#voting-heading {
	padding: 35px 15px 25px 15px;
	background: #005dba;
	color: #fff;
}

#voting .content-wrapper {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
#voting .content-wrapper > div {
	position: relative;
	flex-basis: 33.3333%;
	padding: 30px 30px 130px 30px;
	text-align: left;
	border-left: 1px solid #b3b3b3;
}
#voting .content-wrapper > div:nth-of-type(3n) {
	border-right: 1px solid #b3b3b3;
}
#voting img {
	margin: 0 auto 20px auto;
	max-width: 350px;
	width: 100%;
}
#voting button, .button {
	background: #005dba;
	color: #fff;
	font-family: var(--heading-font);
	font-weight: 300;
	font-size: 30px;
	text-transform: uppercase;
	padding: 10px 10px 5px 10px;
	border: 0;
	cursor: pointer;
	transition: all .25s;
}
#voting button {
	position: absolute;
	bottom: 40px;
	left: 30px;
	right: 30px;
	width: calc(100% - 60px);
}
.button {
	display: inline-block;
	margin: 20px 0;
	padding-left: 40px;
	padding-right: 40px;
}
#voting button:hover, .button:hover {
	background: #00a3dd;
	color: #fff;
}
@media all and (max-width: 1189px) {
	#voting .content-wrapper > div {
		padding-left: 15px;
		padding-right: 15px;
	}
	#voting button {
		left: 15px;
		right: 15px;
		width: calc(100% - 30px);
	}
}
@media all and (max-width: 719px) {
	#voting .content-wrapper > div {
		flex-basis: 100%;
		border-left: 0;
		border-bottom: 1px solid #b3b3b3;
	}
	#voting .content-wrapper > div:nth-of-type(3n) {
		border: 0;
	}
}

#about, #thanks {
	background: url('../images/jac-the-dog@2x.jpg') top -300px center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 100px 15px 70px 15px;
}
#about p, #thanks p {
	font-family: var(--heading-font);
	font-weight: 300;
	font-size: 27px;
	margin-bottom: 30px;
}
#about p {
	max-width: 995px;
	margin-left: auto;
	margin-right: auto;
}
#thanks p a {
	color: #fff;
	opacity: 1;
	border-bottom: 1px solid #fff;
}
#thanks p a:hover {
	color: #fff;
	opacity: .6;
}
@media all and (max-width: 1380px) {
	#about, #thanks {
		background-position: top center;
	}
}
@media all and (max-width: 799px) {
	#about p, #thanks p {
		font-size: 24px;
	}
}
@media all and (max-width: 569px) {
	#about p, #thanks p {
		font-size: 20px;
	}
}

footer {
	padding: 40px 15px;
	background: #24252a;
	position: relative;
	color: #fff;
	font-size: 14px;
}
footer::before {
	content: "";
	background: linear-gradient(to bottom, #15161a, #24252a);
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
footer img {
	width: 200px;
	margin: 0 auto 20px auto;
	opacity: 1;
	transition: all .25s;
}
footer img:hover {
	opacity: .6;
}
footer a {
	color: #fff;
}
footer li {
	display: inline;
}
footer li::after {
	content: "|";
	display: inline;
	margin: 0 6px;
}
footer li:last-of-type::after {
	display: none;
}
@media all and (max-width: 609px) {
	footer li {
		display: block;
	}
	footer li::after {
		display: none;
	}
}
	
footer p {
	margin-bottom: 0;
}
