* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
abbr, blockquote, button, dd, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hgroup, input, legend, li, ol, p, pre, ul {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main, picture {
	display: block;
}


button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}
textarea {
	resize: none;
}

img {
	display: block;
}


input:focus,
a:focus {
	outline: none;
}
a,
input,
div,
button,
select,
textarea {
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
}

a,
a:link,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.nowrap {
	white-space: nowrap;
}

.visually-hidden {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
		clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
		clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}

.row {
	position: relative;
	z-index: 1;
}
.row::before,
.row::after {
	content: ' ';
	display: table;
}
.row::after {
	clear: both;
}



.icon::before,
.icon::after,
.more::before,
.more::after {
	font-family: Ionicons;
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: none;
	position: relative;
	z-index: 1;
	alt: '';
}
.icon-after::after,
.more::after {
	padding-left: 0.3em;
	padding-right: 0.3em;
	top: 0;
	
	margin-right: 0.3em;
}
.icon-before::before {
	padding-right: 0.3em;
	display: inline-block;
	top: 0;
}
.icon-before::after,
.icon::before,
.more::before {
	display: none;
}

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


ul,
ol {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 400;
}

p {
	margin-top: 0.5em;
}

html {
	quotes: "“" "”";
}

body, input, textarea, select, button {
	position: relative;	
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
			text-size-adjust: 100%;
	font-synthesis: none;
	-webkit-font-feature-settings: 'kern';
		font-feature-settings: 'kern';
	-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	direction: ltr;
	text-align: left;
}

