html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
	display: block;
}
img,
object,
embed {
	max-width: 100%;
	height: auto;
}
html {
	overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
a {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: inherit;
}
a > img {
	display: block;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* tables still need cellspacing="0" in the markup */
th {
	font-weight: bold;
	vertical-align: bottom;
}
td {
	font-weight: normal;
	vertical-align: top;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #fff;
	margin: 30px 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}
input[type='radio'] {
	vertical-align: text-bottom;
}
input[type='checkbox'] {
	vertical-align: bottom;
}
select,
input,
textarea {
	font: 99% sans-serif;
}
select:-moz-focusring {
	outline: none;
	text-shadow: 0 0 0 #000;
}
table {
	font-size: inherit;
	font: 100% Arial, sans-serif;
}
small {
	font-size: 85%;
}
strong {
	font-weight: bold;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
pre,
code,
kbd,
samp {
	font-family: monospace, sans-serif;
}
.clickable,
label,
input[type='button'],
input[type='submit'],
input[type='file'],
button {
	cursor: pointer;
}
button,
input,
select,
textarea {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
button {
	border: none;
	width: auto;
	overflow: visible;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}
.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
*:focus {
	outline: 0;
}
textarea {
	outline: 0;
	resize: none;
	overflow: auto;
}
input,
textarea {
	border-radius: 0;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}
:-moz-placeholder,
::-moz-placeholder {
	opacity: 1 !important;
	color: inherit;
}
::-webkit-input-placeholder {
	opacity: 1 !important;
	color: inherit;
}
svg {
	display: block;
	overflow: visible;
}
@-moz-document url-prefix() {
	select {
		text-indent: -2px;
	}
	select:-moz-focusring {
		color: transparent;
		text-shadow: 0 0 0 #000;
	}
}
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* DEFAULTS */
html {
	width: 100%;
	height: 100%;
}
body,
input,
textarea,
select,
button,
table {
	font-family: 'proxima-nova', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
}
body {
	max-width: 100%;
	min-height: 100vh;
	box-sizing: border-box;
	padding: 60px 0 120px;
	overflow: hidden;
	background: #313243;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
body > * {
	width: 100%;
	min-height: 1px;
}
section {
	position: relative;
}
.wrapper {
	max-width: 1480px;
	width: calc(100% - 60px);
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 1400px) {
	body {
		font-size: 18px;
		line-height: 28px;
	}
}
@media only screen and (max-width: 900px) {
	.wrapper {
		width: calc(100% - 30px);
	}
}
@media only screen and (max-width: 550px) {
	body {
		font-size: 16px;
		line-height: 26px;
		padding: 40px 0 80px;
	}
}

/* BUTTONS */
.btn {
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	border: 1px solid;
	text-align: center;
	font-size: 18px;
	line-height: 21px;
	padding: 16px 20px;
	min-width: 220px;
	border-radius: 28px;
}
.btn-full {
	width: 100%;
}

.btn-trans-white {
	background: transparent;
	border-color: #ffffff;
	color: #ffffff;
}
.btn-trans-white:hover {
	background: #9e2f87;
	border-color: #9e2f87;
}

@media only screen and (max-width: 1400px) {
	.btn {
		font-size: 16px;
		line-height: 20px;
		padding: 14px 18px;
		min-width: 200px;
	}
}
@media only screen and (max-width: 1200px) {
	.btn {
		font-size: 15px;
		line-height: 18px;
		padding: 9px 16px;
		min-width: 140px;
	}
}

/* TRANSITIONS */
a,
.btn {
	-webkit-transition: opacity 0.2s ease, border 0.2s ease, background 0.2s ease, color 0.2s ease;
	-moz-transition: opacity 0.2s ease, border 0.2s ease, background 0.2s ease, color 0.2s ease;
	-ms-transition: opacity 0.2s ease, border 0.2s ease, background 0.2s ease, color 0.2s ease;
	-o-transition: opacity 0.2s ease, border 0.2s ease, background 0.2s ease, color 0.2s ease;
	transition: opacity 0.2s ease, border 0.2s ease, background 0.2s ease, color 0.2s ease;
}

/* HEADER */
#header {
	margin-bottom: 60px;
}
@media only screen and (max-width: 550px) {
	#header {
		margin-bottom: 40px;
	}
	#header .logo img {
		width: 120px;
	}
}

/* LINKS */
.link-list {
	max-width: 500px;
	margin: 0 auto;
}
.link-list li:nth-child(n + 2) {
	margin-top: 20px;
}
