* { margin:0; padding: 0 } /* reset all */

/* Elements */
html, body {
	height: 100%;
}
body {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	font-family: 'Roboto', 'Helvetica Neu', Arial, sans-serif;
	text-rendering: optimizelegibility;
	background-color: #fff !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	color: #666;
}
h1, h2 {
	font-weight: 400 !important;
}
h3, h4, h5, h6 {
	font-weight: 400 !important;
	color: #666;
}
h2 {
	font-size: 28px;
	line-height: 34px;
}
h2.page-title {
	margin: 0 0 20px 0;
	padding: 0;
}
h3 {
	font-size: 25px;
	line-height: 30px;
}
h4 {
	font-size: 25px;
	line-height: 30px;
}
h5 {
	font-size: 20px;
	line-height: 25px;
}
h6 {
	font-size: 16px;
	line-height: 24px;
}
p {
	margin: 5px 0px;
}
h2.modal-title {
	font-size: 25px;
	line-height: 30px;
	color: #666;
}
a {
	color: #275d8b;
}
a:hover, a:active {
	outline: 0;
}
hr {
	border-color: #CFCFD6;
}
strong {
	font-weight: 500;
}
::-moz-focus-inner {
	border: 0;
}
/* End Elements */

#wrapper {
	min-height: 100%;
	margin-bottom: -40px;
	padding-bottom: 20px;
}

#wrapper:after {
	content: "";
	display: block;
	height: 40px;
}
.container{
	max-width: 960px;
}
/* Header */
header {
	background: #275d8b;
}
header h1 {
	color: #fff;
}
.regmark {
	font-size: 11px;
	line-height: 19px;
	vertical-align: top;
}
h1 .regmark {
	font-size: 12px;
}
.tagline {
	font-size: 18px;
	font-family: "Open Sans",sans-serif;
	font-weight: 300;
	color: #fff;
	text-align: right;
}

header .schlnm {
	padding: 15px 0 15px;
}
header .schlnm h1 {
	font-size: 26px;
	margin: 0;
	padding: 2px 0;
	line-height: 1.1;
}
header .schlnm a, header .schlnm a:visited {
	color: #fff;
	text-decoration: none;
}
header .schlnm a:hover {
	color: #ddd;
	text-decoration: none;
}
/* Positioning Helper Classes */
.margin-bottom-0 { margin-bottom: 0 !important; }

.margin-top-10 { margin-top: 10px !important; }

.margin-bottom-10 { margin-bottom: 10px !important; }

.margin-right-10 { margin-right: 10px !important; }

.margin-left-10 { margin-left: 10px !important; }
/* End Positioning Helper Classes */

/* ************* NAVBAR ************* */
.hdrlogo {
	color: #fff;
	float: left;
	font-size: 24px;
	margin: 12px 8px 12px 0;
}

.bg-dark {
	background-color: #444444 !important;
}

.navbar {
	margin-bottom: 0px;
	padding: 0;
	filter: none !important;
	border-top: 2px solid #000000 !important;
	border-bottom: 1px solid #000000 !important;
	border-radius: 0;
}
.navbar *, .nav-collapse * {
	box-shadow: none !important;
	text-shadow: none !important;
	border-radius: 0px !important;
	font-weight: normal !important;
}

.navbar-nav {
	width: 100%;
	margin: 0;
	padding: 0;
}

.navbar-nav > li a {
	display: block;
}

.navbar-nav > li > a, .navbar-nav > li > a:visited { /* dropdown menu - small view */
	color: white !important;
	padding: 15px;
	filter: none !important;
	font-size: 13px;
	background: #444444;
}

.navbar-nav > li > a:hover {
	background: #555555 !important;
}

.navbar-toggler {
	line-height: 18px !important;
	border: none;
	padding: 0;
}

.navbar button {
	font-size: 13px;
	padding: 5px 0;
	color: #fff !important;
	margin-right: 15px;
}
.navbar button:focus {
	outline: none;
}

.navbar-toggler .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin: 4px 0;
	background: #fff;
}

/* Drop-down Menu - large view */
.dropdown-menu {
	font-size: 13px !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	border: none !important;
	padding: 0px;
	/*margin: -15px 0;*/
	background: #fafafa;
	border: 1px solid #ddd !important;
	border-top: 0px !important;
}

.dropdown-menu a {
	padding: 9px 10px !important;
	color: #555 !important;
	text-shadow: none !important;
	background: #fafafa !important;
	border-bottom: 1px solid #eee;
}

.dropdown-menu a:hover, .dropdown-menu a:focus {
	filter: none !important;
	background: #f3f3f3 !important;
}

.dropdown-menu::after, .dropdown-menu::before {
	border:none !important;
}
/* End Drop-down Menu */
/* ************* END NAVBAR ************* */

/* BUTTONS */
.btn:focus, .btn:hover { outline: 0; } /* Turns off outline around clicked buttons */

.btn-default {
	background-color: #888888;
	border: 1px solid #eee;
	color: #ffffff;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
	background-color: #666666;
	border: 1px solid #eee;
	color: #ffffff;
}

.button a, .button a:visited {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
	padding: 5px 8px;
	margin-top: 3px;
}

.button a:hover {
	color: #fff;
	text-decoration: none;
}
/* END BUTTONS */

.error {
	font-size: 13px;
	font-weight: 500;
	color: red;
}

/* ************* END FOOTER ************* */
footer {
	background-color: #444444;
	color: #ffffff;
}

footer a, footer a:active, footer a:visited, footer a:focus {
	color: #ffffff;
	text-decoration: none;
}
footer a:hover {
	color:#ababab;
}
footer .copy {
	color: #ffffff;
	text-align: right;
	font-size: 12px;
	line-height: 16px;
	padding-top: 12px;
}
footer .copy a {
	text-decoration: underline;
}
footer .copy-small {
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	font-size: 9px;
}
footer .copy-small a {
	text-decoration: underline;
}
.footer {
	height: 40px;
	position: relative;
	clear: both;
}
.bnr_ftr {
	background-color: #888888;
	clear: both;
	padding:20px 0;
}
.ftrlogo {
	float: left;
	margin: 0 8px 0 0;
}
footer .regmark {
	vertical-align: top;
	line-height: 10px;
	font-size: 10px;
}
.navbar-brand {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 18px;
	padding: 12px 0 0 0;
	height: 40px;
}
.ftr-md, .ft-sm {
	display: none;
}
/* ************* END FOOTER ************* */

/* Content */
.content {
	margin-top: 20px;
	overflow: auto;
}
.module-title {
	color: #666;
	font-family: "Open Sans",sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 15px;
}
.intro-text h2 {
	margin-top: 0;
	padding-top: 0;
}

.intro-text p {
	line-height: 20px;
	margin-bottom: 10px;
}
/* Reg banner area */
#reg-banner {
	background: url("/graphcc/diagdrk.gif") repeat scroll 0 0 #FFFFFF;
	margin-top: 20px;
	padding: 30px 0;
}

.banner {
	font-size: 20px;
	color: #666;
}

.banner h1 {
	text-align:left;
	font-size:28px;
	margin-bottom:15px;
}

.banner h2 {
	font-weight: bold;
	text-shadow: none;
	text-align: left;
	border-bottom: none;
}

.banner h3 {
	text-align: left;
	color: #F7F7F7;
	text-shadow: none;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 17px;
}

.banner p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 10px;
}

.banner p:last-child {
	margin-bottom: 0;
}

.banner ul, .banner ol {
	line-height: 28px;
	margin: 0 15px;
	padding: 0 0 10px 15px;
}

.help-block {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.form-well {
	border: 1px solid #CCCCCC;
	background-color: #DDDDDD;
	margin-bottom: 0;
}
/* Forms*/
.formsect {
	color: #999;
}
.subsect {
	color: #999;
	font-family: "Open Sans",sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
.reqd {
	color: #a94442;
	font-size: 13px;
	font-weight: 300;
}
label {
	font-weight: 500;
}
