@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	color: #000;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
}

p:last-child {
	margin: 0px;
}

h3 {
	font-size: 1.25rem;
}

select {
	margin-bottom: 20px;
	background-color: white;
	padding: 10px 0px;
	border: 1px solid #000;
}

.btn-primary {
	background-color: #339900;
	color: #fff;
	border: none;
	border-radius: 0px !important;
	margin: .25em 1em 0 0em;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #ff6600;
}

.spacer {
	margin: 5em 0;
}
.mini-spacer {
	margin: 2em 0;
}

.heading {
	font-size: 32px;
	font-weight: 300;
	line-height: 1.25em;
}

h2.title {
	font-size: 28px;
	font-weight: 600;
}

.site-nav {
	background-color: #fff;
}
.site-nav .navbar-nav .nav-item {
	padding-right: .75em;
	padding-left: .75em;
}
.site-nav .navbar-nav .nav-link {
	color: #000;
	font-size: 20px;
	padding: .25em .75em;
}
.site-nav .navbar-nav .nav-link:focus, .site-nav .navbar-nav .nav-link:hover, .active {
	background-color: #ff6600;
	color: #fff;
}
.site-nav .navbar-nav .selected .nav-link {
	background-color: #ff6600;
	color: #fff !important;
}

.nav-highlight.navbar-nav .nav-link {
	background-color: #339900;
	color: #fff;
}

.navbar-toggler {
    background-color: #339900;
	border-radius: 0;
    color: #fff;
}

.navbar-brand img {
	height: 75px;
}

.offset-panel-container {
	background-color: #efefef;
	position: relative;
}
.offset-panel .offset-right {
	padding: 5em 4em 5em 10em;
}
.offset-panel .offset-left {
	padding: 5em 10em 5em 4em;
}
.offset-panel .image {
	max-width: 100%;
}
.offset-panel .offset-right .image {
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0; left: -318px; bottom: 0; right: auto;
}
.offset-panel .offset-left .image {
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0; left: auto; bottom: 0; right: -318px;
}

.stats-panel .item {
	border: 1px solid #c3d3b6;
	font-weight: 600;
	padding: 1em;
}
.stats-panel .item .highlight {
	border-bottom: 1px solid #339900;
}

.link-panel a {
	margin: 0 2em;
}

.help-panel {
	background-color: #0d43b7;
	padding-top: 3em;
	padding-bottom: 3em;
	color: #fff;
}

.carousel-wrapper {
	height: 300px;
}
.carousel {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

footer {
	background-color: #39393d;
	padding-top: 3.5em;
	padding-bottom: 1.5em;
	position: relative;
}
footer:before {
	content: "";
	position: absolute;
	top: 0;
	height: 2em;
	width: 100%;
	
	background-image: -webkit-linear-gradient(136deg, #52B704, #0BC0A5);
	background-image: -o-linear-gradient(136deg, #52B704, #0BC0A5);
	background-image: linear-gradient(226deg, #52B704, #0BC0A5);
}
footer .last {
	text-align: right;
}
.footer-text {
	color: #fff;
	font-size: 12px;
	margin: 0px;
}
.footer-text a {
	color: #fff;	
}

.container {
margin-bottom: 100px;
}

header .container {
margin-bottom: 0px;
}

label {
	display: block;
	font-weight: 600;
	font-size: 1.25em
}

.greenButton {
	background-color: #339900;
	color: #fff;
	border: none !important;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.greenButton:hover {
	background-color: #ff6600;
	color: #fff;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.dataGrid {
	width: 100%;
}

.dataGrid th, td{
	padding: 5px;
}