@font-face {
	font-family: 'Bank Gothic';
	src: url('../fonts/BankGothicBT-Light.eot');
	src: url('../fonts/BankGothicBT-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/BankGothicBT-Light.woff2') format('woff2'),
	url('../fonts/BankGothicBT-Light.woff') format('woff'),
	url('../fonts/BankGothicBT-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
html {
	overflow-x: hidden
}

body {
	background-color: #ffffff;
	padding: 0 !important;
	font-family: 'Bank Gothic', sans-serif;
	position: relative;
}

img {
	max-width: 100%;
	height: auto;
}

img.max-height {
	width: auto;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

#confirm-years {
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: #060709;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #ffffff;
	width: 100%;
	display: flex;
	align-items: center;
}

#site-content {
	overflow-x: hidden;
}

section {
	display: block;
	min-height: 100vh;
	padding: 30px 0 0 30px;
}

section>.row {
	min-height: 100vh;
}

section.black {
	background: #060709;
}

section.white {
	background: #fff;
}

section .v-baseline {
	text-align: center;
	max-height: 100vh;
}

@media screen and (min-width: 768px) {
	section .v-center {
		display: flex;
		align-items: center;
	}

	section .v-baseline {
		text-align: right;
		padding-top: 25vh;
		max-height: 100vh;
	}
}

@media screen and (min-width: 767px) and (max-height: 800px) {
	section .v-baseline {
		display: block;
		text-align: right;
	}
}

@media screen and (min-height: 900px) {
	img.max-height {
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	img.max-height {
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	section {
		background: none;
	}
	section {
		padding: 30px 30px 0 30px;
	}
}

section.black .text {
	color: #fff;
}

section .text {
	display: block;
	margin-top: 30px;
	width: 90%;
}

ul#pagination {
	position: fixed;
	top: 50%;
	margin-top: -65px;
	right: 10px;
	height: auto;
	z-index: 99999999;
	width: 40px;
	padding: 0;
}

ul#pagination li {
	display: inline-block;
	width: 24px;
	height: 24px;
	float: left;
	margin: 7px 0;
	background: url('/assets/images/radio.png') no-repeat center center;
}

ul#pagination li a {
	display: inline-block;
	width: 24px;
	height: 24px;
}

ul#pagination li.active {
	background: url('/assets/images/radio-active.png');
}

.mobile-first-image {
	margin-bottom: 35px;
}