* {
	font-size: 16px;
    line-height: 32px;
    font-weight: 400;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

a:focus{
	outline: none;
}

h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 23px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 19px;
}
h6 {
	font-size: 19px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
}

blockquote {
	border: 0 solid #111111;
	border-left-width: 4px;
	color: #111111;
	font-size: 19px;
	font-style: italic;
	line-height: 1.4;
	margin: 0 0 25px;
	padding: 0 0 0 24px;
}
blockquote:before, blockquote:after {
	content: '';
	display: table;
}
blockquote:after {
	clear: both;
}
blockquote p {
	margin-bottom: 15px;
}
blockquote>:last-child {
	margin-bottom: 0;
}
q:before, q:after {
	content: '';
}
blockquote, q {
	quotes: none;
}
blockquote > ul {
	margin-left: 15px;
}

dfn, cite, em, i {
	font-style: italic;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 25px;
	table-layout: fixed;
	width: 100%;
}
table, th, td {
	border: 1px solid #cccccc;
}
th, td {
	padding: 7px;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
td {
	border-width: 0 1px 1px 0;
}

dl {
	margin: 0 0 25px;
}
dt {
	font-weight: 700;
	color: #111111;
}
dd {
	margin: 0 0 20px;
}

ul {
	list-style: none;
}
ul, ol {
	margin: 10px 0;
	padding: 0;
}
li>ul, li>ol {
	margin-left: 15px;
	margin-bottom: 0;
}
ol {
	list-style: decimal;
}

address {
	font-style: italic;
	margin: 0 0 25px;
}

abbr[title] {
	border-bottom: 1px dotted;
}
abbr, acronym {
	border-bottom: 1px dotted #111111;
	cursor: help;
}

b, strong {
	font-weight: 700;
}

big {
	font-size: 125%;
}

code, kbd {
	color: #ffffff;
	background-color: #111111;
	padding: 2px 4px;
}
code, kbd, tt, var, samp, pre {
	font-family: Inconsolata,monospace;
}

del {
	opacity: 0.8;
}

mark, ins {
	background: #007acc;
	color: #ffffff;
	padding: 2px 4px;
	text-decoration: none;
}

pre {
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	color: #111111;
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 25px;
	max-width: 100%;
	overflow: auto;
	padding: 28px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

sub {
	bottom: -3px;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -6px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 25px;
}
.alignleft {
	float: left;
	margin: 6px 25px 25px 0;
}
.alignright {
	float: right;
	margin: 6px 0 25px 25px;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
img {
	border: 0;
}

.says, .screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f2f2f2;
	border: none;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	color: rgba(17, 17, 17, 0.5);
	padding: 16px 25px;
	width: 100%;
	margin-bottom: 20px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	outline: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: none;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;

	font-weight: 700;
	line-height: 1;
	padding: 13.5px 14px 12.5px;
	text-transform: uppercase;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}


blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite, blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	line-height: 1.75;
}
blockquote cite:before, blockquote small:before {
	content: "\2014\00a0";
}

figure {
	margin: 0;
}

embed, iframe, object, video {
	margin-bottom: 25px;
	max-width: 100%;
	vertical-align: middle;
}
.mejs-container span {
	font-size: inherit;
	line-height: inherit;
}


.h-100 {
    height: 100%;
}

.carousel,
.carousel-inner,
.carousel .item {
    height: 100vh;
    height: 100dvh;
}

.carousel-caption {
    top: 0;
    bottom: 0;
    padding: 0;
}

.vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}