html {
	box-sizing: border-box
}

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

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

header {
	display: block
}

a {
	background-color: transparent
}

a:active,a:hover {
	outline-width: 0
}

b {
	font-weight: bolder
}

img {
	border-style: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

html,body {
	font-family: Verdana,sans-serif;
	font-size: 15px;
	line-height: 1.5
}

html {
	overflow-x: hidden
}

h3 {
	font-size: 24px
}

h3 {
	font-family: "Segoe UI",Arial,sans-serif;
	font-weight: 400;
	margin: 10px 0
}

.wide {
	letter-spacing: 4px
}

.image {
	max-width: 100%;
	top: 10%;
}

img {
	vertical-align: middle
}

a {
	color: inherit
}

.button {
	border: none;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap
}

.button {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.button:disabled {
	cursor: not-allowed;
	opacity: 0.3
}

:disabled * {
	pointer-events: none
}

.display-container {
	position: relative
}

.bar {
	width: 100%;
	overflow: hidden
}

.bar .bar-item {
	padding: 8px 16px;
	float: left;
	width: auto;
	border: none;
	display: block;
	outline: 0
}

.bar .button {
	white-space: normal
}

.container:after,.container:before,.row-padding:after,.row-padding:before,.bar:before,.bar:after {
	content: "";
	display: table;
	clear: both
}

.col {
	float: left;
	width: 100%
}

@media (min-width:601px) {

	.col.m6 {
		width: 49.99999%
	}
}

@media (min-width:993px) {

	.col.l3 {
		width: 24.99999%
	}
}

.content {
	margin-left: auto;
	margin-right: auto
}

.content {
	max-width: 980px
}

@media (max-width:600px) {

	.hide-small {
		display: none!important
	}
}

.top {
	position: fixed;
	width: 100%;
	z-index: 1
}

.top {
	top: 0
}

.display-topleft {
	position: absolute;
	left: 0;
	top: 0
}

.row-padding,.row-padding>.col {
	padding: 0 8px
}

.container {
	padding: 0.01em 16px
}

.card {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

.border-bottom {
	border-bottom: 1px solid #ccc!important
}

.margin-bottom {
	margin-bottom: 16px!important
}

.padding {
	padding: 8px 16px!important
}

.padding-16 {
	padding-top: 16px!important;
	padding-bottom: 16px!important
}

.padding-32 {
	padding-top: 32px!important;
	padding-bottom: 32px!important
}

.right {
	float: right!important
}

.button:hover {
	color: #000!important;
	background-color: #ccc!important
}

.white {
	color: #000!important;
	background-color: #fff!important
}

.black {
	color: #fff!important;
	background-color: #000!important
}

.border-light-grey {
	border-color: #f1f1f1!important
}