﻿/*// Colors

// Greys
$grey: #d0d0d0;
$light-grey: #efefef;
$super-light-grey: #f0f0f0;

// Base colors
$blue: #1f4287;
$teal: #00788c;
$red: #d0202e;
$green: #799a3d;

// dark varients on colors
$darkblue: #1b3975;
$darkteal: #006778;
$darkred: #ba1b28;
$darkgreen: #678334;

// Text colors
$text-color: #2b2b2b;
$link-color: $green;*/

html {
	font-family: Raleway, Arial, Helvetica, Verdana, Geneva, sans-serif;
}

body {
	font-family: Raleway, Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #4f4f4f;
	background-color: #fcfcfc;
}

a {
	color: #799a3d;
	text-decoration: none;
}

	a:hover,
	a:focus {
		color: #4e6327;
		text-decoration: underline;
	}

hr {
	border-top: 1px solid #efefef;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #d0d0d0;
}

.text-muted {
	color: #d0d0d0;
}

.text-primary {
	color: #00788c;
}

a.text-primary:hover {
	color: #004c59;
}

.text-success {
	color: #468847;
}

a.text-success:hover {
	color: #356635;
}

.text-info {
	color: #3a87ad;
}

a.text-info:hover {
	color: #2d6987;
}

.text-warning {
	color: #c09853;
}

a.text-warning:hover {
	color: #a47e3c;
}

.text-danger {
	color: #b94a48;
}

a.text-danger:hover {
	color: #953b39;
}

.bg-primary {
	color: #fff;
	background-color: #00788c;
}

a.bg-primary:hover {
	background-color: #004c59;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover {
	background-color: #e4b9b9;
}

.page-header {
	border-bottom: 1px solid #efefef;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #d0d0d0;
}

blockquote {
	border-left: 5px solid #efefef;
}

	blockquote footer,
	blockquote small,
	blockquote .small {
		color: #d0d0d0;
	}

	.blockquote-reverse,
	blockquote.pull-right {
		border-right: 5px solid #efefef;
	}

code {
	color: #c7254e;
	background-color: #f9f2f4;
}

kbd {
	color: #ffffff;
	background-color: #333333;
	border-radius: 0px;
}

pre {
	color: #4f4f4f;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	border-radius: 0px;
}

.table .table {
	background-color: #fcfcfc;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f1f7ef;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #ecf4f7;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: #ecf4f7;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
	background-color: #daeaef;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #4f4f4f;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #a19e9e;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #efefef;
}

.btn {
	border-radius: 0px;
}

.btn-primary {
	background-color: #1f4287;
}

.btn-success {
	color: #ffffff;
	background-color: #799a3d;
	border-color: #6b8836;
}

	.btn-success.disabled,
	.btn-success[disabled],
	fieldset[disabled] .btn-success,
	.btn-success.disabled:hover,
	.btn-success[disabled]:hover,
	fieldset[disabled] .btn-success:hover,
	.btn-success.disabled:focus,
	.btn-success[disabled]:focus,
	fieldset[disabled] .btn-success:focus,
	.btn-success.disabled:active,
	.btn-success[disabled]:active,
	fieldset[disabled] .btn-success:active,
	.btn-success.disabled.active,
	.btn-success[disabled].active,
	fieldset[disabled] .btn-success.active {
		background-color: #799a3d;
		border-color: #6b8836;
	}

	.btn-success .badge {
		color: #799a3d;
		background-color: #ffffff;
	}

.btn-info {
	color: #ffffff;
	background-color: #1f4287;
	border-color: #1a3872;
}

	.btn-info:hover,
	.btn-info:focus,
	.btn-info:active,
	.btn-info.active,
	.open .dropdown-toggle.btn-info {
		color: #ffffff;
		background-color: #173266;
		border-color: #0f2040;
	}

	.btn-info.disabled,
	.btn-info[disabled],
	fieldset[disabled] .btn-info,
	.btn-info.disabled:hover,
	.btn-info[disabled]:hover,
	fieldset[disabled] .btn-info:hover,
	.btn-info.disabled:focus,
	.btn-info[disabled]:focus,
	fieldset[disabled] .btn-info:focus,
	.btn-info.disabled:active,
	.btn-info[disabled]:active,
	fieldset[disabled] .btn-info:active,
	.btn-info.disabled.active,
	.btn-info[disabled].active,
	fieldset[disabled] .btn-info.active {
		background-color: #1f4287;
		border-color: #1a3872;
	}

	.btn-info .badge {
		color: #1f4287;
		background-color: #ffffff;
	}

.btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

	.btn-warning:hover,
	.btn-warning:focus,
	.btn-warning:active,
	.btn-warning.active,
	.open .dropdown-toggle.btn-warning {
		color: #ffffff;
		background-color: #ed9c28;
		border-color: #d58512;
	}

	.btn-warning:active,
	.btn-warning.active,
	.open .dropdown-toggle.btn-warning {
		background-image: none;
	}

	.btn-warning.disabled,
	.btn-warning[disabled],
	fieldset[disabled] .btn-warning,
	.btn-warning.disabled:hover,
	.btn-warning[disabled]:hover,
	fieldset[disabled] .btn-warning:hover,
	.btn-warning.disabled:focus,
	.btn-warning[disabled]:focus,
	fieldset[disabled] .btn-warning:focus,
	.btn-warning.disabled:active,
	.btn-warning[disabled]:active,
	fieldset[disabled] .btn-warning:active,
	.btn-warning.disabled.active,
	.btn-warning[disabled].active,
	fieldset[disabled] .btn-warning.active {
		background-color: #f0ad4e;
		border-color: #eea236;
	}

	.btn-warning .badge {
		color: #f0ad4e;
		background-color: #ffffff;
	}

.btn-danger {
	color: #ffffff;
	background-color: #d0202e;
	border-color: #ba1d29;
}

	.btn-danger:hover,
	.btn-danger:focus,
	.btn-danger:active,
	.btn-danger.active,
	.open .dropdown-toggle.btn-danger {
		color: #ffffff;
		background-color: #ad1b26;
		border-color: #85141d;
	}

	.btn-danger:active,
	.btn-danger.active,
	.open .dropdown-toggle.btn-danger {
		background-image: none;
	}

	.btn-danger.disabled,
	.btn-danger[disabled],
	fieldset[disabled] .btn-danger,
	.btn-danger.disabled:hover,
	.btn-danger[disabled]:hover,
	fieldset[disabled] .btn-danger:hover,
	.btn-danger.disabled:focus,
	.btn-danger[disabled]:focus,
	fieldset[disabled] .btn-danger:focus,
	.btn-danger.disabled:active,
	.btn-danger[disabled]:active,
	fieldset[disabled] .btn-danger:active,
	.btn-danger.disabled.active,
	.btn-danger[disabled].active,
	fieldset[disabled] .btn-danger.active {
		background-color: #d0202e;
		border-color: #ba1d29;
	}

	.btn-danger .badge {
		color: #d0202e;
		background-color: #ffffff;
	}

.btn-link {
	color: #799a3d;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0;
}

	.btn-link,
	.btn-link:active,
	.btn-link[disabled],
	fieldset[disabled] .btn-link {
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

		.btn-link,
		.btn-link:hover,
		.btn-link:focus,
		.btn-link:active {
			border-color: transparent;
		}

			.btn-link:hover,
			.btn-link:focus {
				color: #4e6327;
				text-decoration: underline;
				background-color: transparent;
			}

			.btn-link[disabled]:hover,
			fieldset[disabled] .btn-link:hover,
			.btn-link[disabled]:focus,
			fieldset[disabled] .btn-link:focus {
				color: #d0d0d0;
				text-decoration: none;
			}

.btn-lg,
.btn-group-lg > .btn {
	border-radius: 0px;
}

.dropdown-menu > li > a {
	color: #4f4f4f;
}

	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		text-decoration: none;
		color: #ffffff;
		background-color: #00788c;
	}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #00788c;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #d0d0d0;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #d0d0d0;
}

.navbar-default {
	background-color: transparent;
	border: none;
}

	.navbar-default .navbar-offcanvas {
		background-color: #1f4287;
		border: none;
		color: white;
	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	border-radius: 0px;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	border-radius: 0px;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon {
	background-color: #efefef;
	border-radius: 0px;
}

	.input-group-addon.input-sm {
		border-radius: 0px;
	}

	.input-group-addon.input-lg {
		border-radius: 0px;
	}

	.input-group .form-control:first-child,
	.input-group-addon:first-child,
	.input-group-btn:first-child > .btn,
	.input-group-btn:first-child > .btn-group > .btn,
	.input-group-btn:first-child > .dropdown-toggle,
	.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
	.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}

		.input-group .form-control:last-child,
		.input-group-addon:last-child,
		.input-group-btn:last-child > .btn,
		.input-group-btn:last-child > .btn-group > .btn,
		.input-group-btn:last-child > .dropdown-toggle,
		.input-group-btn:first-child > .btn:not(:first-child),
		.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
			border-bottom-left-radius: 0;
			border-top-left-radius: 0;
		}

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #efefef;
}

.nav > li.disabled > a {
	color: #d0d0d0;
}

	.nav > li.disabled > a:hover,
	.nav > li.disabled > a:focus {
		color: #d0d0d0;
		text-decoration: none;
		background-color: transparent;
		cursor: not-allowed;
	}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #efefef;
	border-color: #799a3d;
}

.nav-tabs > li > a {
	border-radius: 0px 0px 0 0;
}

	.nav-tabs > li > a:hover {
		border-color: #efefef #efefef #dddddd;
	}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #a19e9e;
	background-color: #fcfcfc;
	border: 1px solid #dddddd;
	border-bottom-color: transparent;
	cursor: default;
}

.nav-tabs.nav-justified > li > a {
	border-radius: 0px;
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #dddddd;
		border-radius: 0px 0px 0 0;
	}

	.nav-tabs.nav-justified > .active > a,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #fcfcfc;
	}
}

.nav-pills > li > a {
	border-radius: 0px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: #00788c;
}

.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 0px;
}

@media (min-width: 768px) {
	.nav-tabs-justified > li > a {
		border-radius: 0px 0px 0 0;
	}

	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus {
		border-bottom-color: #fcfcfc;
	}
}

.nav-tabs .dropdown-menu {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

@media (min-width: 768px) {
	.navbar {
		border-radius: 0px;
	}
}

@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

@media (min-width: 768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-toggle {
	border-radius: 0px;
	top: -45px;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #799a3d;
	background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
	color: black;
	padding-bottom: 7px;
}

	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		background-color: transparent;
		color: #1f4287;
	}

.navbar-default .navbar-toggle {
	border: none;
}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #1f4287;
		height: 4px;
	}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
}

.navbar-inverse .navbar-brand {
	color: #d0d0d0;
}

.navbar-inverse .navbar-text {
	color: #d0d0d0;
}

.navbar-inverse .navbar-nav > li > a {
	color: #d0d0d0;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #d0d0d0;
}

.navbar-inverse .navbar-link {
	color: #d0d0d0;
}

.breadcrumb {
	border-radius: 0px;
}

	.breadcrumb > .active {
		color: #d0d0d0;
	}

.pagination > li > a,
.pagination > li > span {
	color: #799a3d;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #4e6327;
	background-color: #efefef;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #00788c;
	border-color: #00788c;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #d0d0d0;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}

.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #efefef;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #d0d0d0;
	background-color: #ffffff;
	cursor: not-allowed;
}

.label-default {
	background-color: #d0d0d0;
}

	.label-default[href]:hover,
	.label-default[href]:focus {
		background-color: #b7b7b7;
	}

.label-primary {
	background-color: #00788c;
}

	.label-primary[href]:hover,
	.label-primary[href]:focus {
		background-color: #004c59;
	}

.label-success {
	background-color: #799a3d;
}

	.label-success[href]:hover,
	.label-success[href]:focus {
		background-color: #5c752f;
	}

.label-info {
	background-color: #1f4287;
}

	.label-info[href]:hover,
	.label-info[href]:focus {
		background-color: #152e5e;
	}

.label-danger {
	background-color: #d0202e;
}

	.label-danger[href]:hover,
	.label-danger[href]:focus {
		background-color: #a41924;
	}

.badge {
	background-color: #d0d0d0;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #799a3d;
}

.jumbotron {
	background-color: #efefef;
}

.container .jumbotron {
	border-radius: 0px;
}

.thumbnail {
	background-color: #fcfcfc;
	border: 1px solid #dddddd;
	border-radius: 0px;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #799a3d;
}

.thumbnail .caption {
	color: #4f4f4f;
}

.alert {
	border-radius: 0px;
}

.list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
	background-color: #00788c;
	border-color: #00788c;
}

.panel-primary {
	border-color: #00788c;
}

	.panel-primary > .panel-heading {
		background-color: #00788c;
		border-color: #00788c;
	}

		.panel-primary > .panel-heading + .panel-collapse .panel-body {
			border-top-color: #00788c;
		}

	.panel-primary > .panel-footer + .panel-collapse .panel-body {
		border-bottom-color: #00788c;
	}

.btn-danger {
	background-color: #d0202e;
	border-color: #ba1b28;
	color: white;
}

	.btn-danger:hover .btn-danger:focus {
		background-color: #ba1b28;
	}

.btn-success .btn-info:focus {
	background-color: #799a3d;
	border-color: #678334;
	color: white;
}

.btn-success:hover .btn-success:focus {
	background-color: #678334;
}

.btn-warning {
	background-color: #f89922;
	border-color: #e88a23;
	color: white;
}

	.btn-warning:hover .btn-warning:focus {
		background-color: #e88a23;
	}

.btn-info {
	background-color: #00788c;
	border-color: #006778;
	color: white;
}

	.btn-info:hover .btn-info:focus {
		background-color: #006778;
	}

/*New additions*/
.main {
	padding: 20px 5%;
}

.JCPSlogo {
	width: 76px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 19%;
}

.headerBoard {
	margin-bottom: 20px;
}

.upperTitle {
	color: white;
	padding-left: 30%;
}

.main-nav {
	margin-left: 30%;
}

@media (max-width: 768px) {
	.main-nav {
		margin-left: 70px;
	}
}

.main-nav > nav {
	padding-top: 4px;
}

.main-nav > a {
	color: #00768a;
}

.main-nav-background {
	height: 40px;
}

.main-nav .nav-link {
	font-size: 1rem;
}

.main-nav a:hover {
	text-decoration: underline;
}

.main-nav a.navbar-brand:hover {
	text-decoration: none;
}

.main-nav-background,
.main-nav div.dropdown-menu,
.navbar.bg-dark {
	background-color: #efefef !important;
}

.main-nav div.dropdown-menu {
	border: 0;
}

.main-nav a {
	color: #00768a !important;
}

.highNav {
	color: #00788c;
	top: -130px;
	left: -250px;
}

.mobileTitle {
	padding: 0px;
	background-color: #f0f0f0;
	color: #1f4287;
	font-size: 12px;
	/*min-height: 40px;*/
}

.input-validation-error {
	border-left: 4px solid #d0202e;
}

.footerFill {
	background-color: #1f4287;
	height: 50px;
	margin-top: 50px;
}

.highNavElements {
	font-size: 14px
}

.mobileTitleHolder {
	background-color: #1f4287;
	padding: 3px;
	border-bottom: solid 5px #799a3d;
	height: 30px;
}

div.loading {
	background-color: #000000;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	-ms-opacity: 0.4;
	opacity: 0.4;
	z-index: 1031;
	display: none;
}

	div.loading div {
		height: 100%;
		width: 90px;
		margin: auto;
	}

	div.loading img {
		height: 90px;
		width: 90px;
		position: absolute;
		top: 25%;
	}

.scrollingMenu {
	max-height: 246px;
	overflow-y: scroll;
}

.largeScreenTitleHolder {
	background-color: #1f4287;
	padding: 3px;
	border-bottom: solid 5px #799a3d;
}

.modal-header {
	background-color: #1f4287;
	border-bottom: 5px solid #799a3d;
	color: white;
}

	.modal-header > button {
		color: white;
	}



@media (min-width: 768px) {
	.mobileTitle {
		display: none;
	}
}

@media (max-width: 767px) {
	.JCPSlogo {
		left: 1%;
		top: 0%;
	}

	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		color: #ffffff;
		border-left: 4px solid #d0202e;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
		border-left: 4px solid #d0202e;
	}

	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		color: #ffffff;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #f0f0f0;
	}

	.headerBoard {
		/*height: 45px;*/
		border-bottom: none;
	}

	.upperTitle {
		display: none;
	}

	.mobileTitle {
		visibility: visible;
	}

	.navbar-default .navbar-nav > li > a {
		border: solid 1px white;
		color: white;
		padding-bottom: 7px;
	}

		.navbar-default .navbar-nav > li > a:focus {
			color: #ffffff;
			background-color: #8fa0c3;
			border: none;
		}

	.greyFill {
		visibility: hidden;
	}

	.highNavElements {
		padding-left: 0px;
	}
}

@media print {
	@page {
		margin: 0.8cm;
	}

	.nav {
		visibility: hidden;
	}

	.footer {
		visibility: hidden;
	}

	.alert {
		visibility: hidden;
	}

	img {
		visibility: hidden;
	}

	.JCPSlogo {
		visibility: visible;
		margin-left: 100px;
	}

	.col-sm-12 {
		border-color: transparent;
	}

	.btn {
		visibility: hidden;
	}

	.mobileTitle {
		font-size: 18px;
	}

	.largeScreenTitleHolder {
		border: none;
	}
}
