
/* CUSTOM CSS: BASE FOR BOOTSTRAP SITES */
/* Last updated 6/2019 */


/* BASE */

html, body {
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	line-height: 18px;
    color:#000000;
    background-color: #f0f0f0; /* entire page, including under footer */
}
body { background-color: #fff; } /* content area, excluding header */

h1, h2, h3, h4, h5 { font-weight: 600; color: #000000; }
h6 { font-weight: 400; color: #000000; }
h1 { font-size: 32px; line-height: 30px; text-transform: uppercase; }
h2 { font-size: 22px; line-height: 30px; text-transform: uppercase; }
h3 { font-size: 20px; line-height: 26px; text-transform: capitalize; }
h4 { font-size: 18px; line-height: 24px; text-transform: capitalize; }
h5 { font-size: 14px; line-height: 22px; text-transform: uppercase;  }
h6 { font-size: 12px; line-height: 16px; }

p { 
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

@media (max-width: 766px) {
	h1 { font-size: 28px; line-height: 30px; }
	h2 { font-size: 18px; line-height: 22px; }
	h3 { font-size: 16px; line-height: 18px; }
	h4 { font-size: 14px; line-height: 16px; }
	h5 { font-size: 12px; line-height: 14px; }
	h6 { font-size: 10px; line-height: 12px; }
	html, body, p { font-size: 14px; line-height: 18px; }
}
@media (max-width: 322px) {
	h5,h6,html,body,p,.body{ font-size: .9em; line-height: 1.25em; }
}

strong, b { font-weight: 700; }

hr { border-top: #B7B7B7 1px solid; }


/* LINKS */

a {
	font-weight: 700;
	line-height: 18px;
	color: #ed1b2d;
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #ed1b2d;
	text-decoration: none;
}

a:hover {
	color: #c00001;
	text-decoration: underline;
}
a.gray {
	color:#333333;
	font-weight:500;
}

a.nolink { color:#000000; }
a.nolink:hover, a.nolink:link, a.nolink:visited, a.nolink:active { color:#000000; text-decoration: none; }


/* HEADER */

header {
    background-color: #fff;
	padding:10px 0;
}

header #logo {
	max-height:120px;
    width:auto;
    vertical-align: middle;
}

header h1 {
    display: inline-block;
    text-transform: none;
    margin-left: 20px;
    /* text-shadow: 1px 1px 4px #999; filter: dropshadow(color=#999, offx=1, offy=1); */
}

#welcome { margin-right: 25px; }


/* NAV */

#navTop a {
    font-size: 16px;
    color:#333 !important;
}

#navMain, #navMobile {
    background-color: #ed1b2d;
    width: 100%;
}

#navNoAccess {
    background-color: #ed1b2d;
    color:#fff;
}
#navNoAccess p {
    color:#fff;
	padding:10px 0;
    text-align: center;
    font-size:13px;
    font-style: italic;
}

nav {
	margin:5px auto;
    max-width: 1140px;
}

nav a.nav-link {
	width:auto;
	color:#fff;
	font-size:16px;
	font-weight:700;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin:0 25px;
	padding:10px 0;
}
nav a.nav-link:hover, nav a.nav-link:active { text-decoration: underline; }

nav a.dropdown-item {
	width:auto;
	color:#333;
	font-size:16px;
	font-weight:700;
    text-transform:capitalize;
	letter-spacing: .01em;
	margin:0 10px;
	padding:10px;
}
nav a.dropdown-item:hover { background-color: #ccc; }

/* MOBILE MENU */

.navbar-light .navbar-toggler { background-color: #fff; color:#333 !important; border-color: #C3C3C3 !important; border-radius: 0; }
ul.navbar-nav { border: #C3C3C3 2px solid; border-bottom: #C3C3C3 1px solid; }
#mobileMenu { padding:5px;font-weight:bold; }
#mobileMenu a, #mobileMenu a:hover { color:#333; text-decoration: none; }
#mobileMenu li.primary { background-color: #fff; padding:4px 0; border-bottom: #C3C3C3 1px solid; }
#mobileMenu li.secondary { background-color: #fff; padding:2px 0 2px 15px; border-bottom: #C3C3C3 1px solid; }
#mobileMenu .secondary a { font-size:15px; text-transform:capitalize; }
#mobileMenu a.nav-link:active, #mobileMenu a.nav-link:hover { text-decoration: underline; }

#navMobile { width:auto; max-width: none; }

/* MAIN / CONTENT / BODY */

main {
    max-width: 1140px;
    margin:10px auto;
    min-height: 200px;
}

.content {
	box-shadow: .20rem .35rem .35rem rgba(0,0,0,.12) !important;
	background-color:#fff;
	padding:40px;
}

.card {
	background-color: #F5F4EE;
	padding:20px 30px;
	border:none;
	border-radius: 0;
}

.breadcrumb {
	background-color: transparent;
	font-size:12px;
	color:#333;
	padding:15px 0;
}
.breadcrumb-item+.breadcrumb-item::before {
	content: ">";
}
.breadcrumb a { color:#333; font-weight: normal; }


/* FOOTER */

footer {
    width:100%;
	padding:30px 0;
    background-color: #333;
    color:#fff;
}

footer .container {
    max-width: 1140px;
    margin:0 auto;
}

footer a {
    color:#fff !important;
}

/* FORMS */

form { padding:0 10px; }
label { font-weight: bold; }
form p { margin-bottom: 1.5rem; }

input[type="submit"], input.btn, button.btn, a.btn, button {
	width:auto;
	min-width: 180px;
	padding:0.4rem 1.5rem;
	background-color:#ed1b2d;
	font-size: 14px;
	font-weight:600;
	text-transform: uppercase;
	color:#fff;
	cursor: pointer;
	text-align: center;
    border:none;
	border-radius: 20px;
}
input[type="submit"]:hover, input.btn:hover, button.btn:hover, a.btn:hover, button:hover { background-color: #B11422; }

@media (max-width: 575px) {
	input[type="submit"], input.btn, button.btn, a.btn, button { min-width:inherit; padding: 5px 15px; }
}

input[type="text"], input[type="password"] {
	padding:5px;
	border:#E5E5E5 1px solid;
}

.form-check label { margin:5px 10px; }
.form-check label:first-of-type { margin-left: 0; }

.form-group.required label:after { 
	content:"*";
	color:#cc0000;
	padding-left:5px;
}

.requiredField { background-color:#f8d7da; padding:2px 6px; }

.custom-file { margin-bottom:.1rem; }
.form-button { margin-top:1.5em; }
.form-inline label { margin-right: 15px; }

.form-row label { margin:.5rem 0 0 0; }
.form-row input[type="submit"], input.btn, button.btn, a.btn {
    min-width: 140px;
}

label.inline { display:inline-block; margin-right: 10px; }

/* SEARCH */

label.reverseSearch, label.sameDate {
    font-weight: normal !important;
    margin:0 10px;
    font-style: italic;
}
#reverse, #isSameDate { margin-right: 4px;}
label.sameDate { margin-top: .4rem; }

#dateSearch .form-row { margin-bottom: 1rem; }
#dateSearch .form-row:last-child { margin-bottom: 0; }
#dateSearch .dateLabel { font-weight: normal; width:80px; }
#dateStart, #dateEnd { 
    width:100px;
    text-align: center;
}
.ui-datepicker{z-index: 1051 !important}

/* TABLES */

th { background-color: #CCCCCC; font-size:16px; }
#summary { text-align: center; background-color: #F5F4EE; font-weight:bold; font-style:italic; border-top:#999999 1px solid; border-bottom:#999999 1px solid; font-size:15px; }


/* SPECIAL */

.body { 
	font-size: 14px !important;
	text-transform: none;
	font-weight:normal;
}

.large { 
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
}
.small, small { 
	font-size: 12px !important;
	line-height: 16px;
	font-weight: 400;
	text-transform: none;
}
.smaller { font-size: 11px; }
.medium { font-size: 14px !important; }

.bold { font-weight: bold; }
.underline a { text-decoration: underline; }
.italic { font-style:italic; }
.initCaps { text-transform:capitalize !important; }

.green { color: #006600; }
.red { color: #982a1d; }
.gray { color:#333333; }
.grayLight { color: #777777; }
.highlightYellow { background-color: #FFFED1; }

.redBack { background-color:#F9E6E3; padding:4px 8px;  }
.greenBack { background-color:#EDFDED; padding:4px 8px; }
.grayBack { background-color:#ccc; padding:4px 8px;  }

.devNote {
    color: #982a1d;
    background-color:#FFF5F5;
}

.fa { margin-right:7px; vertical-align:baseline; }
.fa.small { font-size: 12px; }
.fa.smaller { font-size: 12px; }
.fa.fa-caret-right.activeSearch { 
    font-size:140%; 
    vertical-align: -2px;
}

