
body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-weight: 300 !important;
    font-size: 16px !important;
}

a {
    color: #CC0000;
    text-decoration: none;
}

a:hover {
    color: #CC0000;
    text-decoration: underline;
}

.navbar {
	margin-bottom: 0;
	background-color: #353535;
	/*z-index: 9999;*/
	border: 0;
	font-size: 12px !important;
	/* line-height: 1.42857143 !important; */
	letter-spacing: 0.1px;
	border-radius: 0;

	opacity: 0.95;

	text-transform: uppercase;
}

.navbar-brand {
    max-width: min-content;
    min-width: 350px;
    height: auto;
    line-height: 20px;
}

.navbar-nav li a {
    line-height: 40px;
    font-size: 14px;
}

.navbar li a, .navbar .navbar-brand {
	color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
	color: #563d7c !important;
	background-color: #fff !important;
}

.school-header {
    padding: 110px 0px 5px 0px;
}

.school-header #logo {
    padding-bottom: 30px;
}

.school-header #info {
    color: #615445;
    font-size: 140%;
}

.school-section {
    border-top: 1px solid #EEEEEE;
}

.school-section h1 {
    text-transform: uppercase;
    color: #CC0000;
    font-size: 160%;
    font-weight: 500;
    letter-spacing: 2px;
}

.school-section h2 {
    text-transform: capitalize;
    color: #CC0000;
    font-size: 120%;
    font-weight: 400;
}

.school-section th { background-color: #aaa; }
.school-section tr:nth-child(2n+1) { background-color: #efe; }
.school-section tr:nth-child(2n+0) { background-color: #dfd; }


.school-header #logo {
    padding: 0px;
}

.school-section .keyvalue td, .keyvalue th {
    border: none;
}

.school-section .keyvalue td:not(:first-child) {
    width: 99%
}

.school-section .keyvalue td:first-child {
    font-weight: bold;
    color: #615445;
    white-space: nowrap;
}

.school-footer {
    border-top: 1px solid #EEEEEE;
    padding: 1px 0px 30px 0px;
}

.school-normal {
    font-weight: normal
}

.due-date {
    font-family: sans-serif;
    font-style: italic;
	font-size: small;
	margin: 0px !important;
	text-indent: 20px;
} 

.group-1 {
	color: #08088A;
}

.group-2 {
	color: #243B0B;
}

.label {
	display: inline;
}
	
/* img {
	display: inline-block;
	max-width: 98%;
	height: auto;
	width: 30%;
	margin: 1%;
} */

iframe {
    display: block;
    width: 100%;
    height: 90%;
    overflow: hidden;
}

.m-b-30 {
    margin-bottom: 30px;
}

.tutorial-index li {
    margin-bottom: 10px;
    border-bottom: black 1px solid;
}

.border-bottom {
    border-bottom: black 1px solid;
}

hr.dark {
    background-color: black;
    border: none;
    height: 1px;
    margin: 0px;
    margin-bottom: 20px;
}

