@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,700,300italic,700italic|Source+Sans+Pro:900");

/*
	Massively by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html,
body,
div,
h1,
h2,
h3,
p,
a,
img,
strong,
ul,
li,
footer,
header,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

footer,
header,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ul {
	list-style: none;
}

body {
	-webkit-text-size-adjust: none;
}

/* Basic */

@-ms-viewport {
	width: device-width;
}

body {
	-ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {

	html,
	body {
		min-width: 320px;
	}

}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background-color: #1e252d;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

/* Type */

html {
	font-size: 16pt;
}

@media screen and (max-width: 1680px) {

	html {
		font-size: 12pt;
	}

}

@media screen and (max-width: 1280px) {

	html {
		font-size: 11pt;
	}

}

@media screen and (max-width: 360px) {

	html {
		font-size: 10pt;
	}

}

body {
	color: #212931;
}

body {
	font-family: "Merriweather", Georgia, serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 2.375;
}

a {
	-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	border-bottom: dotted 1px;
	text-decoration: none;
}

a:hover {
	border-bottom-color: transparent;
}

strong {
	font-weight: 600;
}

p {
	text-align: justify;
	margin: 0 0 2rem 0;
}

h1,
h2,
h3 {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	margin: 0 0 1rem 0;
}

h1 {
	font-size: 4rem;
	line-height: 1.1;
	margin: 0 0 2rem 0;
}

h2 {
	font-size: 1.75rem;
	line-height: 1.3;
	margin: 0 0 1.5rem 0;
}

h3 {
	font-size: 1.25rem;
	margin: 0 0 1.5rem 0;
}

a {
	color: #212931;
	border-bottom-color: rgba(33, 41, 49, 0.5);
}

a:hover {
	border-bottom-color: transparent;
	color: #18bfef !important;
}

strong {
	color: #212931;
}

h1,
h2,
h3 {
	color: #212931;
}

/* Row */

/* Box */

/* Button */

.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.075em;
	height: 3rem;
	line-height: 3rem;
	padding: 0 2rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.button.icon:before {
	margin-right: 0.5rem;
}

.button.icon.solo {
	position: relative;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	border-radius: 4rem;
	text-indent: 4rem;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
}

.button.icon.solo:before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	line-height: inherit;
	font-size: 1.25rem;
	margin-right: 0;
	text-align: center;
	text-indent: 0;
}

@media screen and (max-width: 980px) {

	.button {
		font-size: 0.9rem;
		height: 3.25rem;
		line-height: 3.25rem;
	}

}

.button:disabled {
	pointer-events: none;
	opacity: 0.25;
}

.button {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #212931;
	color: #212931 !important;
}

.button:hover {
	box-shadow: inset 0 0 0 2px #18bfef;
	color: #18bfef !important;
}

/* Form */

::-webkit-input-placeholder {
	opacity: 1.0;
}

:-moz-placeholder {
	opacity: 1.0;
}

::-moz-placeholder {
	opacity: 1.0;
}

:-ms-input-placeholder {
	opacity: 1.0;
}

::-webkit-input-placeholder {
	color: #909498 !important;
}

:-moz-placeholder {
	color: #909498 !important;
}

::-moz-placeholder {
	color: #909498 !important;
}

:-ms-input-placeholder {
	color: #909498 !important;
}

/* Icon */

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon:before {
	line-height: inherit;
}

.icon.solid:before {
	font-weight: 900;
}

/* Image */

/* Actions */

ul.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1rem;
	padding-left: 0;
}

ul.actions li {
	padding: 0 0 0 1rem;
	vertical-align: middle;
}

@media screen and (max-width: 480px) {

	ul.actions:not(.fixed) {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		width: 100% !important;
	}

	ul.actions:not(.fixed) li {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		padding: 1rem 0 0 0;
		text-align: center;
		width: 100%;
	}

	ul.actions:not(.fixed) li>* {
		width: 100%;
	}

	ul.actions:not(.fixed) li:first-child {
		padding-top: 0;
	}

	ul.actions:not(.fixed) li .button {
		width: 100%;
	}

	ul.actions:not(.fixed) li .button.icon:before {
		margin-left: -0.5rem;
	}

}

/* Icons */

/* List */

ul {
	list-style: disc;
	margin: 0 0 2rem 0;
	padding-left: 1rem;
}

ul li {
	padding-left: 0.5rem;
}

/* Section/Article */

header {
	cursor: default;
}

header>p {
	font-style: italic;
}

header>h1+p {
	font-size: 1.1rem;
	margin-top: -0.5rem;
	line-height: 2;
}

header.major {
	margin: 0 0 4rem 0;
	text-align: center;
}

header.major> :last-child {
	margin-bottom: 0;
}

header.major>p {
	margin-top: 0;
	text-align: center;
}

@media screen and (max-width: 736px) {

	header.major {
		margin: 0 0 2rem 0;
	}

}

/* Table */

/* Pagination */

/* Wrapper */

#wrapper {
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#wrapper.fade-in:before {
	pointer-events: none;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	-moz-transition-delay: 0.75s;
	-webkit-transition-delay: 0.75s;
	-ms-transition-delay: 0.75s;
	transition-delay: 0.75s;
	background: #1e252d;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

body.is-preload #wrapper.fade-in:before {
	opacity: 1;
}

/* Intro */

#intro {
	color: #ffffff;
	padding: 8rem 4rem 6rem 4rem;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: -moz-flex-end;
	-webkit-justify-content: -webkit-flex-end;
	-ms-justify-content: -ms-flex-end;
	justify-content: flex-end;
	-moz-transition: opacity 1s ease, -moz-transform 1s ease;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	position: relative;
	cursor: default;
	text-align: center;
	z-index: 1;
	min-height: 100vh;
}

#intro .intro-logo {
	max-width: 400px;
	width: 100%;
	height: auto;
	margin-bottom: 5rem;
	display: block;
}

#intro a {
	color: #ffffff;
	border-bottom-color: rgba(255, 255, 255, 0.5);
}

#intro a:hover {
	border-bottom-color: transparent;
	color: #18bfef !important;
}

#intro h1 {
	color: #ffffff;
}

#intro .button {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #ffffff;
	color: #ffffff !important;
}

#intro .button:hover {
	box-shadow: inset 0 0 0 2px #18bfef;
	color: #18bfef !important;
}

#intro h1 {
	font-size: 5rem;
	line-height: 1;
}

#intro p {
	font-size: 1.25rem;
	font-style: italic;
	margin-top: -0.25rem;
	text-align: center;
}

#intro+#header {
	margin-top: -20rem;
}

#intro+#header .logo {
	-moz-transform: translateY(2rem);
	-webkit-transform: translateY(2rem);
	-ms-transform: translateY(2rem);
	transform: translateY(2rem);
	opacity: 0;
	visibility: hidden;
}

body.is-preload #intro {
	-moz-transform: translateY(2rem);
	-webkit-transform: translateY(2rem);
	-ms-transform: translateY(2rem);
	transform: translateY(2rem);
	opacity: 0;
}

body.is-preload #intro:not(.hidden)+#header+#nav {
	-moz-transform: translateY(4rem);
	-webkit-transform: translateY(4rem);
	-ms-transform: translateY(4rem);
	transform: translateY(4rem);
	opacity: 0;
}

@media screen and (max-width: 980px) {

	#intro {
		padding: 4rem 4rem 2rem 4rem;
		min-height: 90vh;
	}

	#intro p br {
		display: none;
	}

	#intro+#header {
		margin-top: -14rem;
	}

}

@media screen and (max-width: 736px) {

	#intro {
		padding: 3rem 2rem 1rem 2rem;
		min-height: 80vh;
	}

	#intro h1 {
		font-size: 3.25rem;
		line-height: 1.1;
		margin-bottom: 1rem;
	}

	#intro p {
		font-size: 1rem;
		margin-top: 0rem;
	}

	#intro .actions {
		display: none;
	}

}

/* Header */

#header {
	color: #ffffff;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: -moz-flex-end;
	-webkit-justify-content: -webkit-flex-end;
	-ms-justify-content: -ms-flex-end;
	justify-content: flex-end;
	pointer-events: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 20rem;
	padding-bottom: 8rem;
	position: relative;
	text-align: center;
	z-index: 2;
}

#header a {
	color: #ffffff;
	border-bottom-color: rgba(255, 255, 255, 0.5);
}

#header a:hover {
	border-bottom-color: transparent;
	color: #18bfef !important;
}

#header .logo {
	-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -moz-transform 0.5s ease, visibility 0.5s;
	-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -webkit-transform 0.5s ease, visibility 0.5s;
	-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -ms-transform 0.5s ease, visibility 0.5s;
	transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
	pointer-events: auto;
	border-style: solid;
	border-color: #ffffff;
	border-width: 5px !important;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: 0.075em;
	line-height: 1;
	padding: 1rem 1.75rem;
	visibility: visible;
}

#header .logo:hover {
	border-color: #18bfef !important;
	color: #18bfef !important;
}

@media screen and (max-width: 980px) {

	#header {
		height: 14rem;
		padding-bottom: 4rem;
	}

}

@media screen and (max-width: 736px) {

	#header {
		padding-bottom: 3rem;
	}

	#header .logo {
		font-size: 1.75rem;
		border-width: 3px !important;
	}

}

/* Nav */

#nav {
	color: #ffffff;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-transition: -moz-transform 1s ease, opacity 1s ease;
	-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
	-ms-transition: -ms-transform 1s ease, opacity 1s ease;
	transition: transform 1s ease, opacity 1s ease;
	background: rgba(255, 255, 255, 0.175);
	height: 4rem;
	line-height: 4rem;
	margin: -4rem auto 0 auto;
	overflow: hidden;
	padding: 0 2rem 0 0;
	position: relative;
	width: calc(100% - 4rem);
	max-width: 72rem;
	z-index: 2;
}

#nav a {
	color: #ffffff;
	border-bottom-color: rgba(255, 255, 255, 0.5);
}

#nav a:hover {
	border-bottom-color: transparent;
	color: #18bfef !important;
}

#nav ul.links {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: 900;
	letter-spacing: 0.075em;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	text-transform: uppercase;
}

#nav ul.links li {
	display: block;
	padding-left: 0;
}

#nav ul.links li a {
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	display: block;
	font-size: 0.8rem;
	outline: none;
	padding: 0 2rem;
}

#nav ul.links li a:hover {
	color: inherit !important;
	background-color: rgba(255, 255, 255, 0.1);
}

#nav ul.links li.active {
	background-color: #ffffff;
}

#nav ul.links li.active a {
	color: #1e252d;
}

#nav ul.links li.active a:hover {
	color: #18bfef !important;
}

@media screen and (max-width: 980px) {

	#nav {
		display: none;
	}

}

/* Main */

#main {
	background-color: #ffffff;
	position: relative;
	margin: 0 auto;
	width: calc(100% - 4rem);
	max-width: 72rem;
	z-index: 2;
}

#main>* {
	padding: 4rem 4rem 2rem 4rem;
	border-top: solid 2px #eeeeee;
	margin: 0;
}

#main>*:first-child {
	border-top: 0;
}

#main>.post {
	padding: 8rem 8rem 6rem 8rem;
}

#main>.post header.major>h1 {
	font-size: 4rem;
	line-height: 1.1;
	margin: 0 0 2rem 0;
}

@media screen and (max-width: 1280px) {

	#main>.post {
		padding: 6rem 4rem 4rem 4rem;
	}

}

@media screen and (max-width: 736px) {

	#main>.post {
		padding: 4rem 2rem 2rem 2rem;
	}

	#main>.post header.major>h1 {
		font-size: 2.5rem;
		line-height: 1.2;
		margin: 0 0 1.5rem 0;
	}

}

@media screen and (max-width: 736px) {

	#main>* {
		padding: 2rem 2rem 0.1rem 2rem;
	}

}

@media screen and (max-width: 480px) {

	#main {
		width: 100%;
	}

}

/* Footer */

#footer {
	color: #717981;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	background-color: #f5f5f5;
	color: #909498;
	cursor: default;
	position: relative;
	margin: 0 auto;
	width: calc(100% - 4rem);
	max-width: 72rem;
	z-index: 2;
}

#footer a {
	color: #717981;
	border-bottom-color: rgba(113, 121, 129, 0.5);
}

#footer a:hover {
	border-bottom-color: transparent;
	color: #18bfef !important;
}

#footer h3 {
	color: #717981;
}

#footer ::-webkit-input-placeholder {
	color: #b3b7bb !important;
}

#footer :-moz-placeholder {
	color: #b3b7bb !important;
}

#footer ::-moz-placeholder {
	color: #b3b7bb !important;
}

#footer :-ms-input-placeholder {
	color: #b3b7bb !important;
}

#footer>section {
	-moz-flex-basis: 50%;
	-webkit-flex-basis: 50%;
	-ms-flex-basis: 50%;
	flex-basis: 50%;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	padding: 4rem 4rem 2rem 4rem;
	border-left: solid 2px #e2e2e2;
}

#footer>section:first-child {
	border-left: 0;
}

#footer>section.split {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
}

#footer>section.split>section {
	padding: 3rem 4rem 1rem 4rem;
	border-top: solid 2px #e2e2e2;
}

#footer>section.split>section:first-child {
	padding: 5rem 4rem 1rem 4rem;
	border-top: 0;
}

#footer>section.split>section:last-child {
	padding: 3rem 4rem 3rem 4rem;
}

#footer>section.split.contact>section {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	padding: 3.15rem 4rem;
}

#footer>section.split.contact>section>* {
	margin-bottom: 0;
}

#footer>section.split.contact>section> :first-child {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	width: 6rem;
}

#footer>section.split.contact>section> :last-child {
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
}

#footer>section.split.contact>section:first-child {
	padding: 4rem 4rem 3rem 4rem;
}

#footer>section.split.contact>section:last-child {
	padding: 3rem 4rem 4rem 4rem;
}

#footer h3,
#footer p {
	font-size: 0.8rem;
}

@media screen and (max-width: 980px) {

	#footer {
		display: block;
	}

	#footer>section {
		border-top: solid 2px #e2e2e2;
	}

	#footer>section:first-child {
		border-top: 0;
	}

	#footer>section.split>section {
		padding: 4rem 4rem 2rem 4rem;
	}

	#footer>section.split>section:first-child {
		padding: 4rem 4rem 2rem 4rem;
	}

	#footer>section.split>section:last-child {
		padding: 4rem 4rem 2rem 4rem;
	}

	#footer>section.split.contact>section {
		padding: 4rem;
	}

	#footer>section.split.contact>section:first-child {
		padding: 4rem;
	}

	#footer>section.split.contact>section:last-child {
		padding: 4rem;
	}

	#footer h3,
	#footer p {
		font-size: 0.9rem;
	}

}

@media screen and (max-width: 736px) {

	#footer>section {
		padding: 2rem 2rem 0.1rem 2rem;
	}

	#footer>section.split>section {
		padding: 2rem 2rem 0.1rem 2rem;
	}

	#footer>section.split>section:first-child {
		padding: 2rem 2rem 0.1rem 2rem;
	}

	#footer>section.split>section:last-child {
		padding: 2rem 2rem 0.1rem 2rem;
	}

	#footer>section.split.contact>section {
		padding: 2rem;
	}

	#footer>section.split.contact>section:first-child {
		padding: 2rem;
	}

	#footer>section.split.contact>section:last-child {
		padding: 2rem;
	}

}

@media screen and (max-width: 480px) {

	#footer {
		width: 100%;
	}

}

#copyright {
	color: #ffffff;
	position: relative;
	color: rgba(255, 255, 255, 0.25);
	cursor: default;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.075em;
	line-height: 1.5;
	text-align: center;
	margin: 4rem auto 8rem auto;
	width: calc(100% - 4rem);
	max-width: 72rem;
	z-index: 2;
}

#copyright a {
	color: #ffffff;
	border-bottom-color: rgba(255, 255, 255, 0.5);
}

#copyright a:hover {
	border-bottom-color: transparent;
	color: #18bfef !important;
}

#copyright a {
	color: inherit;
	border-bottom-color: inherit;
}

@media screen and (max-width: 1280px) {

	#copyright {
		margin: 4rem auto;
	}

}

/* Nav Panel */

/* Logo background for hero button */

ul {
	list-style: disc;
	margin: 0 0 2rem 0;
	padding-left: 1rem;
}

ul li {
	padding-left: 0.5rem;
}

.skip-link {
	position: absolute;
	top: -40px;
	left: 0;
	background: #000;
	color: #fff;
	padding: 8px 12px;
	z-index: 100;
	font-weight: bold;
	text-decoration: none;
}

.skip-link:focus {
	top: 0;
}

/* Specific style for 'What Makes Us Different' list */
.key-points {
	list-style-type: disc;
	/* default bullet or use something custom */
	margin-left: 1.5em;
	/* indent bullets nicely */
	margin-bottom: 1em;
	/* spacing after the list */
	padding-left: 0;
	/* remove extra padding if needed */
}

.key-points li {
	margin-bottom: 0.5em;
	/* spacing between bullet items */
	line-height: 1.6;
	/* more readable */
}