
body {
	background-image: url("../images/sky.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: 100vh;
	margin: 0;
	color: #f3f3f3;
	font-family: Arial;
}

main {
	margin: 0;
	min-height: 90%;
	overflow-x: hidden;
}

main > div {
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5em 0 0.5em 0;
}

header {
	margin: auto;
	text-align: center;
	min-height: 10%;
	padding: 0 3% 3% 3%;
}

section {
	margin: auto;
	min-height: 75%;
	height: auto;
	word-break: break-word;
}

article {
	padding: 0;
}

footer {
	margin: auto;
	text-align: center;
	font-style: italic;
	width: 100%;
}

ol, ul {
	list-style-type: none;
	padding: 0;
  margin: 0;
	width: inherit;
	height: inherit;
	overflow: auto;
}

footer ol, footer ul {
	width: auto;
}

ol li, ul li {
	display: inline-block;
	vertical-align: middle;
	width: inherit;
}

footer ol li, footer ul li {
	display: inline-block;
	padding: 0 2.5em 0 2.5em;
}

h1 {
	display: inline-block;
	font-size: 3em;
  font-weight: 500;
	font-family: 'Times New Roman';
	margin: 0;
  padding: 0;
}

h2 {
	display: inline-block;
	color: #0a0a0a;
	font-size: 1em;
	font-weight: 600;
	margin: 0;
  padding: 0;
}

h3, h4 {
	font-size: 1.1em;
	font-weight: 600;
	margin-top: 12%;
  margin-bottom: 12%;
}

h3 a {
	color: #272727;
}

h4 a {
	color: #e8e8e8;
}

h5 {
	font-size: 1em;
	font-weight: 600;
	color: #efefef;
	display: inline;
}

h6 {
	font-size: 0.95em;
	font-weight: 500;
	color: #efefef;
	display: inline;
}

small {
	font-size: 0.7em;
}

strong {
	color: #0a0a0a;
}
	
a {
	color: #efefef;
	font-weight: 600;
	text-decoration: none;
}

.ei-container {
	display: table;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ei-cell {
	display: table-cell;
	vertical-align: middle;
}

.ei-content {
	height: 100vh;
	margin-left: auto;
	margin-right: auto;
}

.ei-box {
	padding: 0 5% 0 5%;
	color: #0a0a0a;
	font-size: 1em;
}

.ei-fixedelem {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.ei-column-15pct {
	width: 15%;
}

.ei-column-20pct {
	width: 20%;
}

.ei-column-25pct {
	width: 25%;
}

.ei-column-30pct {
	width: 30%;
}

.ei-column-33pct {
	width: 33%;
}

.ei-column-50pct {
	width: 50%;
}

.ei-column-60pct {
	width: 60%;
}

.ei-column-66pct {
	width: 66%;
}

.ei-column-70pct {
	width: 70%;
}

.ei-column-75pct {
	width: 75%;
}

.ei-column-100pct {
	width: 100%;
}

.ei-mixed-columns > li, .ei-uniform-columns > li {
	height: 100%;
}

.ei-mixed-columns > li {
	float: none;
	display: table-cell;
}

.ei-uniform-columns > li {
	float: left;
	display: inline-block;
}

.ei-uniform-columns.ei-dot-box > li {
	float: none;
}

.ei-uniform-columns.ei-dot-box > li.ei-column-33pct {
	width: 30%;
}

.ei-overflow-visible {
	overflow: visible;
}

.ei-column-aligntop {
	vertical-align: top;
}

.ei-tab-left {
	padding-left: 2%;
}

.ei-tab-left-large {
	padding-left: 11%;
}

.ei-tab-bottom-large {
	padding-bottom: 2.5em;
}

.ei-tab-bottom {
	padding-bottom: 2em;
}

.ei-tab-bottom-medium {
	padding-bottom: 1.5em;
}

.ei-tab-bottom-small {
	padding-bottom: 0.4em;
}

.ei-h-nonbold, .ei-h-nonbold * {
	font-weight: 500;
}

.ei-spacer {
	padding: 0 5% 0 10%;
}

.ei-image-container {
	width: 100%;
	text-align: center;
}

.ei-image-container img {
	width: auto;
}

.ei-img-con-lsmax img {
	width: 100%;
}

.ei-image-inline {
	display: inline-block;
}

.ei-dot-box {
	width: 20em;
	margin: auto;
}

.ei-dot {
	padding: 0.6em;
}

.ei-dot img {
	width: auto !important;
	height: auto !important;
}

.ei-quote {
	height: 100%;
	text-align: center;
	margin: auto;
	font-size: 1em;
	padding: 0;
}

.ei-quote-line {
	display: block;
	padding: 2% 0 2% 0;
}

.ei-table > div > h2 {
	width: 20%;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.ei-table > div > h5, .ei-table > div > h6 {
	width: 77%;
	display: inline-block;
  vertical-align: top;
	margin: 0;
}

.ei-p-table {
	margin-block-start: 1em;
	margin-block-end: 1em;
}

.ei-p-table > .ei-p-table-smallcell {
	display: inline-block;
	width: 5%;
	text-align: center;
	vertical-align: top;
}

.ei-p-table > .ei-p-table-largecell {
	display: inline-block;
	width: 93%;
}

.ei-greytext {
	color: #6b737b;
}

.ei-tooltip {
	position: relative;
	cursor: pointer;
}

.ei-tooltip-text {
	visibility: hidden;
	width: max-content;
	background-color: #212121;
	color: #f7f7f7;
	text-align: center;
	padding: 0.35em;
	border-radius: 5px;
	position: absolute;
	z-index: 1;
	cursor: default;
	opacity: 0;
	transition: opacity 0.4s;
	font-size: 0.8em;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
	transform: translateX(-50%);
	top: -1.4em;
}

.ei-tooltip:hover .ei-tooltip-text {
	visibility: visible;
	opacity: 1;
}

@media screen and (orientation:landscape) and (max-width:2000px) and (min-width:1024px) and (max-height:1024px) {
	main:not(.ei-nonav) {
		height: 90%;
		min-height: unset;
		overflow-y: auto;
	}
}

@media screen and (orientation:landscape) and (max-width:1024px) and (max-height:750px) {
	main {
		height: 90%;
		min-height: unset;
	}
	
	.ei-dot-box {
		width: unset;
		margin: unset;
	}
	
	.ei-dot:not(.ei-image-inline) {
		padding: 0.1em;
	}
}

@media screen and (orientation:landscape) and (max-width:1024px) {
	main {
		overflow-y: auto;
	}
	
	main > div {
		width: 100%;
	}
	
	article {
    padding: 0 4% 0 4%;
	}
	
	.ei-content {
		width: 100%;
		height: 100vh;
	}
	
	.ei-spacer {
		display: none;
	}
	
	.ei-img-con-lsmax img {
		width: 100%;
	}
}

@media screen and (orientation:landscape) and (max-width:850px) {
	header {
		padding: 3%;
	}
	
	main {
		height: 85%;
		min-height: unset;
	}
	
	main > div {
		width: 100%;
		padding: 0;
	}
	
	section {
		min-height: 65%;
	}
	
	article {
		padding: 0 4% 0 4%;
	}
	
	footer ol li, footer ul li {
		padding: 0 4% 0 4%;
	}
	
	h1 {
		font-size: 2em;
	}
	
	h2 {
		font-size: 0.8em;
	}
	
	h5 {
		font-size: 0.8em;
	}
	
	h6 {
		font-size: 0.7em;
	}
	
	.ei-content {
		width: 100%;
		height: 100vh;
	}
	
	.ei-image-container img {
		width: 55%;
	}
	
	.ei-img-con-lsmax img {
		width: 100%;
	}
	
	.ei-quote {
		padding: 0;
	}
	
	.ei-quote-line {
		font-size: 0.8em;
		padding: 4% 0 4% 0;
	}
	
	.ei-spacer {
		display: none;
	}
	
	.ei-dot {
		padding: unset;
	}
	
	.ei-dot:not(.ei-image-inline) {
		padding: unset;
	}
	
	.ei-tooltip-text {
		top: -2em;
	}
	
	.ei-tlp-txt-alignr {
		transform: translateX(-20%);
	}

	.ei-tlp-txt-alignl {
		transform: translateX(-85%);
	}
}

@media screen and (orientation:landscape) and (max-width:750px) {
	h2 {
		font-size: 0.7em;
	}
	
	h5 {
		font-size: 0.6em;
	}
	
	h6 {
		font-size: 0.6em;
	}
	
	.ei-image-container img {
		width: 70%;
	}
	
	.ei-img-con-lsmax img {
		width: 100%;
	}
	
	.ei-image-inline {
		width: 13%;
	}
}

@media screen and (orientation:landscape) and (max-width:600px) {
	h2 {
		font-size: 0.65em;
	}
	
	h5 {
		font-size: 0.7em;
	}
	
	h6 {
		font-size: 0.55em;
	}
}

@media screen and (orientation:landscape) and (max-width:500px) {
	h3, h4 {
		font-size: 0.9em;
	}
}

@media screen and (orientation:portrait) and (max-width:1024px) {
	main {
		height: 81%;
		min-height: unset;
		overflow-y: scroll;
	}
	
	main > div {
		width: 100%;
	}
	
	header {
		min-height: 12%;
	}
	
	section {
		min-height: 73%;
	}
	
	article {
		height: 96%;
	}
	
	.ei-content {
		width: 100%;
		height: 100vh;
	}
	
	.ei-reponsive-columns > li {
		display: table;
	}
	
	.ei-reponsive-columns > .ei-column-15pct {
		width: 100%;
		height: 15%;
	}
	
	.ei-reponsive-columns > .ei-column-20pct {
		width: 100%;
		height: 20%;
	}
	
	.ei-reponsive-columns > .ei-column-25pct {
		width: 100%;
		height: 25%;
	}

	.ei-reponsive-columns > .ei-column-30pct {
		width: 100%;
		height: 30%;
	}
	
	.ei-reponsive-columns > .ei-column-33pct {
		width: 100%;
		height: 33%;
	}

	.ei-reponsive-columns > .ei-column-50pct {
		width: 100%;
		height: 50%;
	}
	
	.ei-reponsive-columns > .ei-column-60pct {
		width: 100%;
		height: 60%;
	}
	
	.ei-reponsive-columns > .ei-column-66pct {
		width: 100%;
		height: 66%;
	}
	
	.ei-reponsive-columns > .ei-column-70pct {
		width: 100%;
		height: 70%;
	}
	
	.ei-reponsive-columns > .ei-column-75pct {
		width: 100%;
		height: 75%;
	}
	
	.ei-reponsive-columns > .ei-column-100pct {
		width: 100%;
		height: 100%;
	}
	
	.ei-image-container img {
		width: 45%;
		margin: 3% 0 3% 0;
	}
	
	.ei-img-con-prmin img {
		width: 30%;
	}
	
	.ei-quote {
		padding: 0 15% 0 15%;
	}
	
	.ei-quote-line {
    padding: 1% 0 1% 0;
	}
	
	.ei-dot-box {
		width: 15em;
	}
	
	.ei-dot {
		padding: 0.2em;
	}
	
	.ei-dot:not(.ei-image-inline) {
		padding: 0.2em;
	}
	
	.ei-tab-left-large {
		padding-left: unset;
		text-align: center;
	}
	
	.ei-tooltip-text {
		top: -2em;
	}
	
	.ei-tlp-txt-alignr {
		transform: translateX(-20%);
	}

	.ei-tlp-txt-alignl {
		transform: translateX(-85%);
	}
}

@media screen and (orientation:portrait) and (max-width:800px) and (min-height:900px) {
	.ei-spacer {
		padding: 0 5% 0 30%;
	}
}

@media screen and (orientation:portrait) and (max-width:750px) {
	.ei-img-con-prmin img {
		width: 45%;
	}
}

@media screen and (orientation:portrait) and (max-width:550px) {
	h1 {
		font-size: 2.5em;
	}
	
	.ei-image-container img {
		width: 70%;
	}
	
	.ei-img-con-prmin img {
		width: 45%;
	}
}

@media screen and (orientation:portrait) and (max-width:550px) and (max-height:500px) {
	.ei-img-con-prmin-small img {
		width: 45%;
	}
}

@media screen and (orientation:portrait) and (max-width:330px) {
	footer ol li, footer ul li {
		padding: 0 1.5em 0 1.5em;
	}
	
	.ei-spacer {
		display: none;
	}
}