@import url(fontawesome-all.min.css);

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

/* Reset */

html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
img,
strong,
em,
footer,
nav,
section,
ul,
li,
table,
thead,
tbody,
tfoot,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

footer,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	-webkit-text-size-adjust: none;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Basic */

html {
	box-sizing: border-box;
}

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

body {
	background: #264431;
	-ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {
	html,
	body {
		min-width: 320px;
	}
}

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

/* Type */

body {
	color: rgba(190, 217, 235, 0.78);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16.5pt;
	font-weight: normal;
	line-height: 1.75;
}

@media screen and (max-width: 1680px) {
	body {
		font-size: 13pt;
	}
}

@media screen and (max-width: 1280px) {
	body {
		font-size: 12pt;
	}
}

@media screen and (max-width: 360px) {
	body {
		font-size: 11pt;
	}
}

a {
	transition: color 0.2s ease, border-bottom-color 0.2s ease;
	border-bottom: dotted 1px rgba(190, 217, 235, 0.4);
	color: inherit;
	text-decoration: none;
}

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

strong,
b {
	color: #BED9EB;
	font-weight: bold;
}

em,
i {
	font-style: italic;
}

p {
	margin: 0 0 0.5em 0;
}

h1,
h2,
h3 {
	color: #BED9EB;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 0.5em 0;
}

h1 a,
h2 a,
h3 a {
	color: inherit;
	text-decoration: none;
}

h1 {
	font-size: 2.5em;
	margin: 0 0 0.25em 0;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.1em;
}

@media screen and (max-width: 736px) {
	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.25em;
	}

	h3 {
		font-size: 1em;
	}
}

/* Button */

.button {
	appearance: none;
	transition: border-color 0.2s ease;
	background-color: transparent;
	border: solid 1px !important;
	border-color: rgba(234, 160, 67, 0.65) !important;
	border-radius: 3em;
	color: #BED9EB !important;
	cursor: pointer;
	display: inline-block;
	font-size: 0.6em;
	font-weight: bold;
	height: calc(4.75em + 2px);
	letter-spacing: 0.25em;
	line-height: 4.75em;
	outline: 0;
	padding: 0 3.75em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.button:after {
	transform: scale(0.25);
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
	background: #EAA043;
	border-radius: 3em;
	content: '';
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.button:hover {
	border-color: #EAA043 !important;
	color: #EAA043 !important;
}

.button:hover:after {
	opacity: 0.08;
	transform: scale(1);
}

.button:hover:active {
	border-color: #EAA043 !important;
}

.button:hover:active:after {
	opacity: 0.14;
}

/* 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: inherit;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon > .label {
	display: none;
}

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

.icon.brands:before {
	font-family: 'Font Awesome 5 Brands';
}

.icon.major {
	width: 2.5em;
	height: 2.5em;
	display: block;
	background: #BED9EB;
	border-radius: 100%;
	color: #264431;
	text-align: center;
	line-height: 2.5em;
	margin: 0 0 1.3em 0;
}

.icon.major:before {
	font-size: 1.25em;
}

.wrapper.style1 .icon.major:before {
	color: #264431;
}

.wrapper.style2 .icon.major:before {
	color: #5A94A7;
}

.wrapper.style3 .icon.major:before {
	color: #719687;
}

/* Image */

.image {
	border-radius: 0.25em;
	border: 0;
	display: inline-block;
	position: relative;
}

.image img {
	border-radius: 0.25em;
	display: block;
}

.figure-block {
	margin: 2em auto;
	text-align: center;
}

.figure-block img {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
	border-radius: 0.25em;
}

.dashboard-figure {
	width: 100%;
	margin: 0;
	text-align: center;
}

.dashboard-figure a {
	display: block;
	width: 100%;
	border-bottom: 0;
}

.dashboard-figure img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
	border-radius: 0;
}

.dashboard-figure figcaption {
	margin: 0;
	padding: 0.75em 1em 1em;
	font-size: 0.9em;
	line-height: 1.5;
	text-align: center;
	color: rgba(255, 255, 255, 0.65);
}
.flowchart-figure img {
	max-width: 85%;
}

.location-figure img {
	max-width: 70%;
}

.figure-block figcaption {
	max-width: 85%;
	margin: 0.75em auto 0;
	font-size: 0.9em;
	line-height: 1.5;
	text-align: center;
	color: rgba(255, 255, 255, 0.65);
}

@media screen and (max-width: 736px) {
	.flowchart-figure img,
	.location-figure img,
	.figure-block figcaption {
		max-width: 100%;
	}
}

/* List */

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

ul li {
	padding-left: 0.5em;
}

/* Actions */

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

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

@media screen and (max-width: 480px) {
	ul.actions:not(.fixed) {
		flex-direction: column;
		margin-left: 0;
		width: 100% !important;
	}

	ul.actions:not(.fixed) li {
		flex-grow: 1;
		flex-shrink: 1;
		padding: 1em 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%;
	}
}

/* Menu */

ul.menu {
	list-style: none;
	padding: 0;
}

ul.menu > li {
	border-left: solid 1px rgba(190, 217, 235, 0.25);
	display: inline-block;
	line-height: 1;
	margin-left: 1.5em;
	padding: 0 0 0 1.5em;
}

ul.menu > li:first-child {
	border-left: 0;
	margin: 0;
	padding-left: 0;
}

@media screen and (max-width: 480px) {
	ul.menu > li {
		border-left: 0;
		display: block;
		line-height: inherit;
		margin: 0.5em 0 0 0;
		padding-left: 0;
	}
}

/* Table */

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	width: 100%;
	max-width: 60em;
	margin: 1.5em auto 2em auto;
}

table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	font-size: 0.82em;
	line-height: 1.45;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 0.35em;
	overflow: hidden;
}

table thead {
	border-bottom: solid 2px rgba(38, 68, 49, 0.25);
}

table tfoot {
	border-top: solid 2px rgba(38, 68, 49, 0.25);
}

table tbody tr {
	border: solid 1px rgba(38, 68, 49, 0.16);
	border-left: 0;
	border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
	background-color: rgba(255, 255, 255, 0.08);
}

table th {
	color: #264431;
	font-size: 1em;
	font-weight: bold;
	padding: 0.8em 0.9em;
	text-align: left;
	vertical-align: top;
	background: rgba(38, 68, 49, 0.10);
}

table td {
	padding: 0.75em 0.9em;
	text-align: left;
	vertical-align: top;
}

table td:first-child,
table th:first-child {
	font-weight: bold;
}

.table-wrapper table caption {
	caption-side: top;
	text-align: left;
	font-weight: 700;
	font-size: 0.95em;
	padding: 0 0 0.75em 0;
	color: #ffffff;
}

/* Stats tables */

.stats-table {
	width: 100%;
	font-size: 0.82em;
	line-height: 1.45;
}

/* Tables in dark sections */

.wrapper.style1 table {
	background: rgba(190, 217, 235, 0.08);
}

.wrapper.style1 table thead {
	border-bottom-color: rgba(190, 217, 235, 0.3);
}

.wrapper.style1 table tfoot {
	border-top-color: rgba(190, 217, 235, 0.3);
}

.wrapper.style1 table tbody tr {
	border-color: rgba(190, 217, 235, 0.18);
}

.wrapper.style1 table tbody tr:nth-child(2n + 1) {
	background-color: rgba(190, 217, 235, 0.08);
}

.wrapper.style1 table th {
	color: #BED9EB;
	background: rgba(190, 217, 235, 0.10);
}

.wrapper.style1 table td {
	color: rgba(190, 217, 235, 0.78);
}

/* Tables in blue / green sections */

.wrapper.style2 table,
.wrapper.style3 table {
	background: rgba(255, 255, 255, 0.13);
}

.wrapper.style2 table th,
.wrapper.style3 table th {
	color: #264431;
	background: rgba(38, 68, 49, 0.12);
}

.wrapper.style2 table td,
.wrapper.style3 table td {
	color: rgba(38, 68, 49, 0.88);
}

.wrapper.style2 table tbody tr,
.wrapper.style3 table tbody tr {
	border-color: rgba(38, 68, 49, 0.18);
}

.wrapper.style2 table tbody tr:nth-child(2n + 1),
.wrapper.style3 table tbody tr:nth-child(2n + 1) {
	background-color: rgba(255, 255, 255, 0.10);
}

@media screen and (max-width: 736px) {
	#three > .table-wrapper {
		width: calc(100% - 4em);
		max-width: calc(100% - 4em);
		margin: 1.5em 2em 2em 2em;
	}

	.table-wrapper .stats-table {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		table-layout: fixed;
		font-size: 0.78em;
	}

	.table-wrapper .stats-table th,
	.table-wrapper .stats-table td {
		padding: 0.65em 0.7em;
		white-space: normal;
		overflow-wrap: anywhere;
	}
}

/* Wrapper */

.wrapper {
	position: relative;
}

.wrapper > .inner {
	padding: 5em 5em 3em 5em;
	max-width: 100%;
	width: 75em;
}

@media screen and (max-width: 1680px) {
	.wrapper > .inner {
		padding: 4em 4em 2em 4em;
	}
}

@media screen and (max-width: 1280px) {
	.wrapper > .inner {
		width: 100%;
	}
}

@media screen and (max-width: 736px) {
	.wrapper > .inner {
		padding: 3em 2em 1em 2em;
	}
}

.wrapper.style1 {
	background-color: #264431;
	color: rgba(190, 217, 235, 0.78);
}

.wrapper.style1-alt {
	background-color: #264431;
	color: rgba(190, 217, 235, 0.6);
}

.wrapper.style2 {
	background-color: #5A94A7;
	color: rgba(38, 68, 49, 0.86);
}

.wrapper.style3 {
	background-color: #719687;
	color: rgba(38, 68, 49, 0.86);
}

.wrapper.style2 h1,
.wrapper.style2 h2,
.wrapper.style2 h3,
.wrapper.style2 strong,
.wrapper.style2 b,
.wrapper.style3 h1,
.wrapper.style3 h2,
.wrapper.style3 h3,
.wrapper.style3 strong,
.wrapper.style3 b {
	color: #264431;
}

.wrapper.style2 a,
.wrapper.style3 a {
	color: #264431;
	border-bottom-color: rgba(38, 68, 49, 0.35);
}

.wrapper.style2 a:hover,
.wrapper.style3 a:hover {
	color: #EAA043;
	border-bottom-color: transparent;
}

.wrapper.fullscreen {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
}

@media screen and (max-width: 1280px) {
	.wrapper.fullscreen {
		min-height: calc(100vh - 2.5em);
	}
}

@media screen and (max-width: 736px) {
	.wrapper.fullscreen {
		padding: 2em 0;
		min-height: 0;
	}
}

.wrapper.fade-up > .inner {
	transform: translateY(0);
	transition: opacity 1s ease, transform 1s ease;
	opacity: 1.0;
}

.wrapper.fade-up.inactive > .inner,
body.is-preload .wrapper.fade-up > .inner {
	opacity: 0;
	transform: translateY(1em);
}

/* Wrapper Positioning */

#sidebar + #wrapper {
	margin-left: 18em;
}

@media screen and (max-width: 1280px) {
	#sidebar + #wrapper {
		margin-left: 0;
		padding-top: 3.5em;
	}
}

@media screen and (max-width: 736px) {
	#sidebar + #wrapper {
		padding-top: 0;
	}
}

/* Sidebar */

#sidebar {
	padding: 2.5em 2.5em 0.5em 2.5em;
	background: #264431;
	cursor: default;
	height: 100vh;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	text-align: right;
	top: 0;
	width: 18em;
	z-index: 10000;
}

#sidebar > .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	transform: translateY(0);
	transition: opacity 1s ease;
	min-height: 100%;
	opacity: 1;
	width: 100%;
}

#sidebar nav > ul {
	list-style: none;
	padding: 0;
}

#sidebar nav > ul > li {
	transform: translateY(0);
	transition: opacity 0.15s ease, transform 0.75s ease;
	margin: 1.5em 0 0 0;
	opacity: 1;
	padding: 0;
	position: relative;
}

#sidebar nav > ul > li:first-child {
	margin: 0;
}

#sidebar nav > ul > li:nth-child(1) {
	transition-delay: 0.45s;
}

#sidebar nav > ul > li:nth-child(2) {
	transition-delay: 0.65s;
}

#sidebar nav > ul > li:nth-child(3) {
	transition-delay: 0.85s;
}

#sidebar nav > ul > li:nth-child(4) {
	transition-delay: 1.05s;
}

#sidebar nav > ul > li:nth-child(5) {
	transition-delay: 1.25s;
}

#sidebar nav a {
	transition: color 0.2s ease;
	border: 0;
	color: rgba(190, 217, 235, 0.52);
	display: block;
	font-size: 0.6em;
	font-weight: bold;
	letter-spacing: 0.25em;
	line-height: 1.75;
	outline: 0;
	padding: 1.35em 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#sidebar nav a:before,
#sidebar nav a:after {
	border-radius: 0.2em;
	bottom: 0;
	content: '';
	height: 0.2em;
	position: absolute;
	right: 0;
	width: 100%;
}

#sidebar nav a:before {
	background: rgba(190, 217, 235, 0.18);
}

#sidebar nav a:after {
	background-image: linear-gradient(to right, #5A94A7, #EAA043);
	transition: max-width 0.2s ease;
	max-width: 0;
}

#sidebar nav a:hover {
	color: rgba(190, 217, 235, 0.85);
}

#sidebar nav a.active {
	color: #EAA043;
}

#sidebar nav a.active:after {
	max-width: 100%;
}

body.is-preload #sidebar > .inner {
	opacity: 0;
}

body.is-preload #sidebar nav ul li {
	transform: translateY(2em);
	opacity: 0;
}

@media screen and (max-width: 1280px) {
	#sidebar {
		height: 3.5em;
		left: 0;
		line-height: 3.5em;
		overflow: hidden;
		padding: 0;
		text-align: center;
		top: 0;
		width: 100%;
	}

	#sidebar > .inner {
		flex-direction: row;
		align-items: stretch;
		height: inherit;
		line-height: inherit;
	}

	#sidebar nav {
		height: inherit;
		line-height: inherit;
	}

	#sidebar nav ul {
		display: flex;
		height: inherit;
		line-height: inherit;
		margin: 0;
	}

	#sidebar nav ul li {
		display: block;
		height: inherit;
		line-height: inherit;
		margin: 0 0 0 2em;
		padding: 0;
	}

	#sidebar nav a {
		height: inherit;
		line-height: inherit;
		padding: 0;
	}

	#sidebar nav a:after {
		background-image: none;
		background-color: #EAA043;
	}
}

@media screen and (max-width: 736px) {
	#sidebar {
		display: none;
	}
}

/* Intro */

#intro {
	background-attachment: fixed;
	background-image: none;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#intro p {
	font-size: 1.25em;
}

@media screen and (max-width: 980px) {
	#intro p br {
		display: none;
	}
}

@media screen and (max-width: 736px) {
	#intro p {
		font-size: 1em;
	}
}

@media screen and (max-width: 1280px) {
	#intro {
		background-attachment: scroll;
	}
}

/* Spotlights */

.section-kicker {
	display: inline-block;
	margin-bottom: 0.8em;
	color: #EAA043;
	font-size: 0.7em;
	font-weight: bold;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.spotlights > section {
	display: flex;
	flex-direction: row;
	min-height: 22.5em;
}

.spotlights > section > .image {
	background-position: center center;
	background-size: cover;
	border-radius: 0;
	display: block;
	position: relative;
	width: 25em;
}

.spotlights > section > .image img {
	border-radius: 0;
	display: block;
}

.spotlights > section > .image:before {
	transition: opacity 1s ease;
	background: rgba(38, 68, 49, 0.72);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.spotlights > section > .content {
	padding: 4em 5em 2em 5em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50em;
	flex: 1;
}

.spotlights > section > .content > .inner {
	transform: translateX(0) translateY(0);
	transition: opacity 1s ease, transform 1s ease;
	opacity: 1;
}

.spotlights > section:nth-child(2) {
	background-color: rgba(38, 68, 49, 0.08);
}

.spotlights > section:nth-child(3) {
	background-color: rgba(38, 68, 49, 0.14);
}

.spotlights > section.inactive > .image:before,
body.is-preload .spotlights > section > .image:before {
	opacity: 1;
}

.spotlights > section.inactive > .content > .inner,
body.is-preload .spotlights > section > .content > .inner {
	transform: translateX(-1em);
	opacity: 0;
}
.spotlights > section.spotlight-wide {
	display: block;
	min-height: 0;
}

.spotlights > section.spotlight-wide > .content {
	width: 100%;
}

@media screen and (max-width: 980px) {
	.spotlights > section {
		display: block;
	}

	.spotlights > section > .image {
		width: 100%;
		height: 50vh;
	}

	.spotlights > section > .content {
		width: 100%;
	}

	.spotlights > section.inactive > .content > .inner,
	body.is-preload .spotlights > section > .content > .inner {
		transform: translateY(1em);
	}
}

@media screen and (max-width: 736px) {
	.spotlights > section > .image {
		height: 50vh;
		min-height: 15em;
	}

	.spotlights > section > .content {
		padding: 3em 2em 1em 2em;
	}
}

/* Features */

.features {
	display: flex;
	flex-wrap: wrap;
	border-radius: 0.25em;
	border: solid 1px rgba(38, 68, 49, 0.25);
	background: rgba(190, 217, 235, 0.16);
	margin: 0 0 2em 0;
}

.features section {
	padding: 3.5em 3em 1em 7em;
	width: 50%;
	border-top: solid 1px rgba(38, 68, 49, 0.25);
	position: relative;
}

.features section:nth-child(-n + 2) {
	border-top-width: 0;
}

.features section:nth-child(2n) {
	border-left: solid 1px rgba(38, 68, 49, 0.25);
}

.features section .icon {
	transition: opacity 0.5s ease, transform 0.5s ease;
	transform: scale(1);
	position: absolute;
	left: 3em;
	top: 3em;
	opacity: 1;
}

.features section:nth-child(1) .icon {
	transition-delay: 0.15s;
}

.features section:nth-child(2) .icon {
	transition-delay: 0.3s;
}

.features section:nth-child(3) .icon {
	transition-delay: 0.45s;
}

.features section:nth-child(4) .icon {
	transition-delay: 0.6s;
}

.features section:nth-child(5) .icon {
	transition-delay: 0.75s;
}

.features section:nth-child(6) .icon {
	transition-delay: 0.9s;
}

.features section:nth-child(7) .icon {
	transition-delay: 1.05s;
}

.features section:nth-child(8) .icon {
	transition-delay: 1.2s;
}

.features.inactive section .icon {
	transform: scale(0.5);
	opacity: 0;
}

.features section p {
	font-size: 0.85em;
	line-height: 1.55;
}

@media screen and (max-width: 980px) {
	.features {
		display: block;
	}

	.features section {
		border-top-width: 1px !important;
		border-left-width: 0 !important;
		width: 100%;
	}

	.features section:first-child {
		border-top-width: 0 !important;
	}
}

@media screen and (max-width: 736px) {
	.features section {
		padding: 2.5em 1.5em 0.1em 5.5em;
	}

	.features section .icon {
		left: 1.5em;
		top: 2em;
	}
}

@media screen and (max-width: 480px) {
	.features section {
		padding: 2em 1.5em 0.1em 1.5em;
	}

	.features section .icon {
		left: 0;
		position: relative;
		top: 0;
	}
}

/* Logos */

.logo-row {
	display: flex;
	align-items: center;
	gap: 1.5em;
	flex-wrap: wrap;
	margin: 2em 0;
}

.logo-row img {
	max-height: 40px;
	width: auto;
	display: block;
}

.logo-row a {
	border-bottom: none;
	text-decoration: none;
}

.logo-row a:hover img {
	opacity: 0.85;
}

/* Footer Icons */

ul.icons,
ul.ul\.icons {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 0.75em;
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

ul.icons li,
ul.ul\.icons li {
	padding: 0;
}

ul.icons a,
ul.ul\.icons a {
	border: 0;
}

ul.icons a .label,
ul.ul\.icons a .label {
	display: none;
}

/* Footer */

#sidebar + #wrapper + #footer {
	margin-left: 18em;
}

@media screen and (max-width: 1280px) {
	#sidebar + #wrapper + #footer {
		margin-left: 0;
	}
}

#footer > .inner a {
	border-bottom-color: rgba(190, 217, 235, 0.25);
}

#footer > .inner a:hover {
	color: #EAA043;
	border-bottom-color: transparent;
}

#footer > .inner .menu {
	font-size: 0.8em;
	color: rgba(190, 217, 235, 0.5);
}

#footer > .inner {
	text-align: center;
	margin: 0 auto;
}

#footer .menu {
	text-align: center;
	padding-left: 0;
}

#footer .menu > li {
	display: inline-block;
	float: none;
}

#footer ul.icons,
#footer ul.ul\.icons {
	justify-content: center;
	text-align: center;
}

#footer .menu > li {
	border-left: 0;
	margin-left: 1em;
	padding-left: 1em;
}

#footer .menu > li:first-child {
	margin-left: 0;
	padding-left: 0;
}