/* Reset and base styles */
* {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color: #26a8ed;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	box-sizing: border-box;
	display: table;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

* {
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	overflow-x: hidden;
	color: #3c484e;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 1.6rem;
	line-height: 1.6em;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
	text-rendering: optimizeLegibility;
	background: #fff;
}

::-moz-selection {
	background: #cbeafb;
}

::selection {
	background: #cbeafb;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	line-height: 1.15;
	font-weight: 700;
	text-rendering: optimizeLegibility;
}

h1 {
	margin: 0 0 0.5em 0;
	font-size: 5rem;
	font-weight: 700;
}

h2 {
	margin: 1.5em 0 0.5em 0;
	font-size: 2rem;
}

h3 {
	margin: 1.5em 0 0.5em 0;
	font-size: 1.8rem;
	font-weight: 500;
}

h4 {
	margin: 1.5em 0 0.5em 0;
	font-size: 1.6rem;
	font-weight: 500;
}

h5 {
	margin: 1.5em 0 0.5em 0;
	font-size: 1.4rem;
	font-weight: 500;
}

h6 {
	margin: 1.5em 0 0.5em 0;
	font-size: 1.4rem;
	font-weight: 500;
}

p {
	margin: 0 0 1.5em 0;
}

ul,
ol {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 2em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	margin: 0.5em 0;
	padding: 0;
}

dl {
	margin: 1.5em 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 1.5em;
}

blockquote {
	margin: 1.5em 0;
	padding: 0 1.5em;
	border-left: #3eb0ef 3px solid;
}

blockquote p {
	margin: 0.8em 0;
	font-size: 1.2em;
	font-weight: 300;
}

blockquote small {
	display: inline-block;
	margin: 0.8em 0 0.8em 1.5em;
	font-size: 0.9em;
	opacity: 0.8;
}

blockquote small:before {
	content: "\2014 \00A0";
}

blockquote cite {
	font-weight: bold;
}

blockquote cite a {
	font-weight: normal;
}

a {
	color: #26a8ed;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

pre {
	overflow: auto;
	margin: 1.5em 0;
	padding: 20px;
	max-width: 100%;
	border: color(#f7f7f7 lightness(-10%)) 1px solid;
	color: #333;
	font-family: Consolas, Monaco, "Andale Mono", monospace;
	font-size: 0.9em;
	line-height: 1.6em;
	background: #f7f7f7;
	border-radius: 3px;
}

code {
	padding: 2px 4px;
	font-family: Consolas, Monaco, "Andale Mono", monospace;
	font-size: 0.9em;
	white-space: pre-wrap;
	background: #f7f7f7;
	border-radius: 3px;
}

kbd {
	display: inline-block;
	margin-bottom: 0.4em;
	padding: 1px 8px;
	border: #ccc 1px solid;
	color: #666;
	text-shadow: #fff 0 1px 0;
	font-size: 0.9em;
	font-weight: bold;
	background: #f4f4f4;
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset;
}

table {
	margin: 1.5em 0;
	width: 100%;
	max-width: 100%;
	border: 1px solid #e6e6e6;
	background-color: transparent;
}

table th,
table td {
	padding: 8px;
	vertical-align: top;
	border: 1px solid #e6e6e6;
}

table th {
	font-weight: bold;
	text-align: left;
}

table thead th {
	vertical-align: bottom;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
	border-top: 0;
}

table tbody + tbody {
	border-top: 2px solid #e6e6e6;
}

table table {
	background-color: #fff;
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
	background-color: #f7f7f7;
}

hr {
	margin: 1.5em 0;
	border: 0;
	border-top: #e6e6e6 1px solid;
}

figure {
	margin: 0;
}

figcaption {
	margin: 10px 0 0 0;
	font-size: 0.9em;
	text-align: center;
	opacity: 0.8;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.clearfix:after {
	display: block;
	content: "";
	clear: both;
}

.hidden {
	display: none;
}

/* Helper classes */
.sr-only {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	overflow: visible;
	clip: auto;
	margin: 0;
	width: auto;
	height: auto;
}
