* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
 * -- BASE STYLES --
 */
body {
	line-height: 1.7em;
	color: #7f8c8d;
	font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
	color: #34495e;
}

/*
 * -- LAYOUT STYLES --
 */
.l-box {
	padding: 1em;
}

.l-box-lrg {
	padding: 2em;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.is-center {
	text-align: center;
}

/*
 * -- MENU STYLES --
 */

.menu {
	text-align: center;
	font-size: 90%;
	background: transparent;
}

.menu-bg {
	background: #2e405f;
}

.menu .pure-menu-heading {
	color: white;
	font-weight: 400;
	font-size: 120%;
	text-transform: none;
}

.pure-menu-children {
	background-color: black;
}

.menu li a {
	color: white;
	text-transform: uppercase;
}

.menu li a:hover,
.menu li a:focus {
	background: none;
	border: none;
	color: #FF9500;
}


/*
 * -- SPLASH STYLES --
 */

.splash-container {
	top: 0;
	left: 0;	
	width: 100%;
	height: 70%;
	position: fixed !important;

	background: url("../img/overlay.png"), url("../img/top2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	text-align: center;
}

.splash {
	width: 80%;
	height: 50%;
	margin: auto;
	position: absolute;
	top: 50px; left: 0; bottom: 0; right: 0;
}

.splash-logo {
	height: 125px;
}

.splash-text {
	color: white;
	letter-spacing: 0.05em;
	opacity: 0.8;
	text-align: center;
	text-transform: uppercase;
}

/*
 * -- CONTENT STYLES --
 */
.content-main {
	/* These styles are required for the "scroll-over" effect */
	position: absolute;
	top: 60%;
	width: 100%;
	min-height: 12%;
	z-index: 2;
	background: white;
}

.content-page {
	margin: 0 auto;
	padding: 2em;
	width: 100%;
	line-height: 1.6em;
	z-index: 2;
	background: white;
	min-height: calc(100vh - 28px);
}

.content {
	padding: 1em 1em 3em;
	color: #0F588A;
}

/*
 * -- STATMENTS STYLES --
 */
.statement {
	background: #f4f3ec;
	padding: 1em 1em 3em;
	color: #0F588A;
}

.statement-head {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 2em 0 1em;
	color: #3c5a88;
}

.statement-subhead {
	color: #FF9500;
}
.statement-subhead i {
	margin-right: 7px;
}

/*
 * -- APP STYLES --
 */
.app {
	background: #D6DDE9;
	color: #aaa;
}

.app-2 {
	background: #EAEEF4;
	color: #aaa;
}

.app-head {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 1em 0 1em;
	color: #3c5a88;
}

.app-text {
	color: #3c5a88;
	text-align: justify;
	text-justify: auto;
}

.app-img {
	width: 150px;
	max-width: 100%;
	height: auto;
}

.app-button {
	background-color: #FF9500;
	color: white;
	padding: 0.5em 2em;
	border-radius: 1px;
}

.head {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #3c5a88;
}

.warning-block {
	background-color: #dc3545 !important;
	color: white;
	padding: 0.5em 2em;
	margin-left: auto;
	margin-right: auto;
}
.warning-block > a {
	color: white;
	font-weight: bold;
}

/*
 * -- IMAGE STYLES --
 */
.img-w-fit {
	max-width: 100%;
}

/* This is the class used for the footer */
.footer {
	background: #2e405f;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: white;
	height: 28px;
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 */
@media (min-width: 48em) {

	/* We increase the body font size */
	body {
		font-size: 16px;
	}

	/* We can align the menu header to the left, but float the
	menu items to the right. */
	.menu {
		text-align: left;
	}
	.menu ul {
		float: right;
	}

	.splash-container {
		height: 88%;
	}
	.splash {
		top: 100px; left: 0; bottom: 0; right: 0;
	}
	.splash-head {
		font-size: 250%;
	}

	/* We remove the border-separator assigned to .l-box-lrg */
	.l-box-lrg {
		border: none;
	}

}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 */
@media (min-width: 78em) {
	/* We increase the header font size even more */
	.splash-head {
		font-size: 300%;
	}
}
