@media (min-width:901px) {
	body {
		padding: 25px;
	}
	.footer-text {
		padding-right: 50px;
	}
}

*,*:after,*:before {
    box-sizing: border-box;
}
body,html {
    height:100%;
    margin:0;
    padding:0;
}
body {
    font-size:16px;
    font-family: 'Open Sans', sans-serif;font-smoothing:antialiased;text-rendering:optimizeLegibility;
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
    text-size-adjust:none;
	background-color: #444;
}
.wrapper {
	width: 100%;
	text-align: center;
}
.content {
	display: inline-block;
	max-width: 100vw;
}
a {
	text-decoration: none;
	color: white;
}
a:hover {
	color: #eee;
}
#main { 
	width:100%;
	min-height: calc(100vh - 50px);
	max-width: 100%;
	background-color: rgba(50,50,50,0.8);
	padding: 15px;
	color: #eee;
	font-size: 12px;
	text-align: left;
	overflow: hidden;
 }
.banner-left {
	width: 70%;
	float: left;
}
.banner-right {
	width: 30%;
	float: right;
	text-align: right;
	padding-right: 5px;
	color: white;
}

.banner {
	height: 25px;
	color: white;
    display: flex;
	align-items: center;
	padding: 5px;
}
.banner-title {
	font-size: 15px;
	line-height: 25px;
	padding-right: 5px;
}
.banner-subtitle {
	font-size: 15px;
	line-height: 25px;
	padding-left: 5px;
}
.vertical-line {
	width: 1px;
	height: 100%;
	background-color: white;
	z-index: 997;
}
.banner-backbutton {
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 5px;
}




.footer-bar {
	z-index: 998;
    position: fixed;
	bottom: 0px;
	width: 100vw;
	height: 25px;
	text-align: center;
}
.footer-text {
	color: lightgray;
	font-size: 10px;
	line-height: 25px;
	background-color: #444;
}
.page-label {
	z-index: 995;
    position: absolute;
	top: 25px;
	left: 25px;
	width: calc(100vw - 60px);
	height: 100px;
	text-align: left;
	font-size: calc(0.5em + 1vw + 1vh);
	font-weight: 900;
	padding-left: 25px;
	padding-top: 25px;
	color: rgba(255,255,255,0.9);
	letter-spacing: 0.2em;
}
/* TEXT FORMATS */
h1,h2,h3,h4 {
	font-weight: 400;
}
h1 {
	margin-bottom: 0px;
	font-size: 2em;
}
h4 {
	margin-top: 0px;
}
h3 {
	font-size: 1.5em;
}
p {
	font-weight: 300;
	color: #333;
	text-align: justify;
}


.box-40 {
	width: 40%;
	height: 100%;
	float: left;
	background-color: white;
}
.box-60 {
  	width: 60%;
	height: 100%;
	float: left;
	background-color: white;
}
.box-25 {
	width: 25%;
	min-width: 300px;
	height: 100%;
	float: left;
	background-color: white;
}
.box-75 {
	width: 75%;
	max-width: calc(100% - 300px);  
	height: 100%;
	float: left;
	background-color: white;
}
.box-50-left {
	width: 50%;
	height: 100%;
	float: left;
	padding-right: 4px;
}
.box-50-right {
	width: 50%;
	height: 100%;
	float: left;
}
.box-50-top {
	width: 100%;
	height: 50%;
	float: left;
	padding-bottom: 4px;
}
.box-50-bottom {
	width: 100%;
	height: 50%;
	float: left;
}
.break-float {
	float: none;
}
.textbox {
	padding-top: 3vmin;
	padding-left: 6vmin;
	padding-right: 6vmin;
	font-size: calc(2.5px + 0.5vw + 0.7vh);
}

/* FULL COVER BACKGROUND IMAGES */
.background-img {
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
}
.full-height {
    height: 100%;
}

