@font-face {
    font-display: swap;
    font-family: brandon;
    font-weight: 400;
    src: local("brandon"),url(../fonts/HVD_Fonts_BrandonText_Regular.woff2) format("woff2"),url(../fonts/HVD_Fonts_BrandonText_Regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Brandon-Bold;
    src: local("Brandon-Bold"),local("Brandon Bold"),url(../fonts/Brandon_bld-webfont.woff2) format("woff2"),url(../fonts/Brandon_bld-webfont.ttf) format("truetype")
}

body {
	font-size: 1.2rem;
	font-family: brandon,Arial,sans-serif!important;
}

a {
	color: #FF2E35;
}

.btn-primary {
	background-color: #8C1515;
}

:root {
	--jumbotron-padding-y: 3rem;
}

.container{
	max-width:80%;
}

@media screen and (max-width: 600px) {
	.container{
		max-width:95%;
	}
}

@media screen and (min-width: 600px)  {
	.mobile-break {
		display: none;
	}
}

.jumbotron {
	margin-bottom: 0;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.jumbotron strong {
	font-weight: 900;
}
.jumbotron p:last-child {
	margin-bottom: 0;
}

.jumbotron-heading {
	font-weight: 300;
}

.jumbotron h2 {
	font-size: 1.8rem;
	font-size: calc(16px + 1.1vw);
}

.jumbotron h3 {
	font-size: 1.3rem;
	font-size: calc(16px + 0.7vw);
}

.jumbotron h4 {
	font-size: 1.1rem;
	font-size: calc(16px + 0.3vw);
}
.jumbotron :is(h1, h2, h3, h4, h5, h6) {
	padding: 10px 0 0;
}
.jumbotron img {
	width: 100%;
	width: 50vw;
	display: block;
	margin: 0 auto;
}

.alert-warning {
	font-size: calc(16px + 0.1vw);
}

footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

footer p {
	margin-bottom: .25rem;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

header .site-logo {
	width: 30%;
}

header .site-name {
	font-family: Brandon-Bold;
	font-size: 2rem;
	font-size: calc(16px + 2vw);
	padding-left: 25px;
	color: #8C1515
}

header .header-links {
	font-size: 1.2rem;
	padding: 8px 1pc;
}

header a .header-links {
	color: #53565a;
}

header .right-links a {
	text-decoration: none;
}

header .right-links a:hover  .header-links {
	color: #FF2E35;
}

header .right-links a:first-child {
	background-color: #f7f7f7;
	font-weight: 700;
	border-radius: 20px;
}

#formoptions {
	text-align: center !important;
	justify-content: center;
}

#list-nav {
	margin: 0 auto;
	text-align: center;
}

.az-letters {
	display: block;
	margin-bottom: 0%;
	border: 2px solid #106470;
	padding: 10px;
	border-radius: 15px;
}

.az-letters a {
	background: #EFEFEF;
	border: 1px solid #D2D2D2;
	border-radius: 3px;
	color: #106470;
	display: inline-block;
	font-size: 20px!important;
	font-weight: 700;
	padding-top: 2px;
	text-align: center;
	text-decoration: none;
	width: 25px !important;
	font-size: 16px;
	margin: 5px;
}

.az-letters a.all {
	width: 50px !important;
}

.az-letters a:hover {
	background: #D2D2D2;
	border: 1px solid #B6B1A9;
	box-shadow: 0 0 1px #A5A5A5;
	color: #106470;
}

.az-letters a.no-content {
	background: #D2D2D2;
	border: 1px solid #B6B1A9;
	box-shadow: 0 0 1px #A5A5A5;
	color: #106470;
	cursor: default;
}

.az-letters a.selected {
	background: #106470 !important;
	bottom-border: none;
	color: #FFF !important;
}

.styleCategory {
	border-width: 0px;
	color: red;
	display: inline-block;
}


.resultsTable td {
	padding: 10px 12px !important;
	font-size: 18px;
}

.resultsTable {
	width: 100% !important;
}

.resultsTable caption {
	font-size: 2.4rem;
	color: #8C1515;
	font-weight: 600;
	background: #FFF !important;
}

.resultsTable th {
	font-size: 20px;
	background-color: #8C1515;
	padding: 10px 5px;
	color: #FFF;
	font-weight: bold !important;
}

.resultsTable td a {
	font-size: 1.3rem;
	font-weight: 600;
	text-decoration: none;
}

.resultsTable td a:hover {
	text-decoration: underline;
}

.btn-js {
	border: 1px solid #999 !important;
}

#DisplayEmployee h3 {
	margin: 0 0 10px;
	line-height: 100%;
	padding: 0;
	color: #000;
	font-weight: normal !important;
	font-family: inherit;
}

select {
	border-radius: 3px;
}

table.dataTable tr.odd {
	background-color: #efefef;
}

table.dataTable tr.even {
	background-color: white;
}

.cssBarGraph {
	list-style: none;
	width: 100%;
	margin: 20px 0 30px;
	padding: 0;
	background-color: #8bc34a;
}

ul.cssBarGraph li {
	height: 35px;
	color: white;
	text-align: left;
	font-style: italic;
	font-weight: bolder;
	font-size: 20px;
	line-height: 35px;
	padding: 0;
	display: inline-block;
}

ul.cssBarGraph li.notRepRed {
	background: #ED1C24;
}

ul.cssBarGraph li.repGreen {
	background: #41990e;
}

.nrp0 {
	display: none !important;
}

.notRepRed {
	color: #ED1C24;
}

.repGreen {
	color: #41990e
}

.lgTxt {
	font-size: 4rem;
	padding: 10px;
}

.noemp .alert {
	border-radius: 6px;
	border: 1px outset;
}

.noemp .alert table {
	text-align: center;
	margin: 0 auto;
}

.noemp .alert table td {
	font-size: 2rem;
}

.group {
	background-color: #5F574F !important;
	font-weight: bold;
	color: white;
}

#resultsTable_filter {
	position: relative;
	top: 48px;
}

#resultsTable_filter input[type=search] {
	width: 400px;
	border-radius: 6px;
}

@media screen and (max-width: 600px) {
	#resultsTable_filter {
		display: contents;
	}
	
	#resultsTable_filter input[type=search] {
		width: 100%;
	}
}

#formFilter {
	border-radius: 8px;
}

footer {
	margin-top: 50px;
}
