* {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}

html,
body {
	height: 100%;
	margin: 0;
}

p,
li,
ol {
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5 {
	line-height: 1.6;
}

.page-wrap {
	min-height: 100%;
	padding-bottom: 50px;
	margin-bottom: -110px;
	/* equal to footer height */
}

.site-footer,
.page-wrap:after {
	height: 112px;
}

.page-wrap:after {
	content: "";
	display: block;
}

.site-footer {
	background: #003399;
	color: #999;
	font-size: 11px;
}

body {
	background: ;
}

.main {
	background: white;
	position: relative;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

header {
	height: 50px;
	padding-top: 3px;
	background: #003399;
	color: #999;
	font-weight: 500;
	border-bottom: solid 4px #003399;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.hero {
	background: RGBA(0, 20, 60, 1.00);
	background-size: cover;
	background-position: center;
	box-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 100;
	border-bottom: solid 8px #003399;
}

.hero h1 {
	font-size: 50px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	margin: 0 10%;
}

.hero .overlay {
	height: 400px;
	color: white;
	background: rgba(0, 0, 0, 0.6);
}

.hero .container {
/*	padding: 0 120px;*/
}

.side {
	background: #999;
	padding-left: 25px;
	padding-right: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	/* background: url('../images/geo_background.svg'); */
	/* background: url('../images/hex_background.svg'); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
}

.side .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: RGBA(0, 0, 0, 0.6);
	background: RGBA(101, 71, 73, 0.6);
}

nav ul {
	margin-top: 0px;
	padding: 0;
}

nav ul li {
	display: block;
	margin-bottom: 12px;
}

nav ul li a {
	display: block;
	padding: 12px 18px;
	background: #003299;
	color: white;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	left: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-transition: left 0.5s, background 0.5s;
	transition: left 0.5s, background 0.5s;
}

nav ul li a:hover {
	text-decoration: none;
	color: white;
	left: 8px;
	background: #105fff;
}

h2,
h3,
h4,
h5 {
	font-weight: 600;
}

h2 {
	font-size: 30px;
	margin: 30px 0 20px;
}

h2:first-child {
	margin-top:10px;
}

h3 {
	font-size: 24px;
	margin: 30px 0 20px;
}

h4 {
	font-size: 20px;
	margin: 30px 0 20px;
}

article {
	padding: 40px 50px 60px 30px;
}

article table {
	border: solid 1px #003299; /*was #7E585b */
	margin-top: 25px;
	margin-bottom: 25px;
}

article table th,
article table td {
	border: solid 1px #003299; /*was #7E585b */
}

article table th {
	background: #003299; /*was #7E585b */
	color: white;
	padding: 10px 20px;
}

article table th * {
	margin: 0;
}

article table td {
	padding: 12px 20px 5px;
	font-size: 13px;
}

article table th p {
	margin: 0;
}

article ul {
	padding-left: 18px;
	margin-bottom: 15px;
}

article li {
	margin-bottom: 10px;
}

.scrollup {
	text-align: center;
	display: block;
	padding: 11px 10px 20px;
	position: fixed;
	top: auto;
	left: auto;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	z-index: 1000;
	border-radius: 3px;
	font-size: 16px;
	cursor: pointer;
}

#mobile-menu {
	padding: 8px 18px;
	display: none;
	background: none;
	position: absolute;
	right: 3%;
	top: 2%;
	color: white;
	font-size: 35px;
	text-align: right;
	width: 70px;
	max-width: 90%;
	cursor: pointer;
}

.slicknav_menu {
	color: white;
	text-align: left;
	width: 350px;
	position: absolute;
	right:20px;
}
.slicknav_menu a {
	color: white;
}
.slicknav_nav {
	padding: 0;
	margin-top: 5px;
}
.slicknav_nav li {
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.slicknav_nav li a {
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	background: RGBA(126, 88, 91, 1);
	border-bottom: solid 3px RGBA(101, 71, 73, 1.00);
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
}
.slicknav_nav li a:hover {
	background: RGBA(101, 71, 73, 1.00);
}


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {	
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) { /* custom breakpoint */
	#mobile-menu {
		display:block;
	}
	.slicknav_menu {
	}
}

@media only screen and (max-width: 992px) {
	.hero .overlay {
		height: 300px;
	}
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
	.hero .overlay {
		height: 250px;
	}
	
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
	#mobile-menu {
		display:block;
	}
	article {
		padding: 20px 10px 50px 10px;
	}
	h2 {
		font-size: 22px;
		margin: 20px 0 15px;
	}
	.hero h1 {
		font-size: 28px;
		letter-spacing: 0px;
		margin: 50px 0px 20px 0;
	}
	.hero .overlay {
		height: 200px;
	}
	#mobile-menu {
		padding: 8px 15px;
		right: 3%;
		top: 2%;
		font-size: 28px;
	}
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}