html { font-size: 16px; } 
.vert-center { position: relative; top: 50%; transform: translateY(-50%); }
.spacer { clear: both; }

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

h1, h2, h3, h4, h5, h6, button {
	font-family: "Fjalla One", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	color: #272728;
}

p, li {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #272728;
}

.top-nav {
	background-color: #171717;
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
	text-align: right;
}

.top-nav a, footer a {
	text-decoration: none;
}

.top-nav p, footer p {
	color: white;
	margin-bottom: 0;
	font-size: 1.125rem;
	font-weight: bold;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.top-nav i, footer i {
	color: #fc0000;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.lower-nav {
	background-color: white;
}

.ln-left {
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}

.ln-left img {
	width: 80%;
	max-width: 416px;
}

.ln-right {
	text-align: right;
}

.ln-right a {
	text-decoration: none;
}

.nav-button {
	display: inline-block;
	font-family: "Fjalla One", sans-serif;
	text-transform: uppercase;
	color: #383838;
	font-size: 1.5625rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.nav-button:hover {
	color: #fc0000;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.top-nav-inner a:hover p, footer a:hover p {
	color: gainsboro;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.top-nav-inner a:hover i, footer a:hover i {
	color: gainsboro;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.hero-section {
	background-color: dimgray;
	background-image: url('img/hero-background.jpg');
	background-size: cover;
	background-position: center center;
	padding-top: 22%;
	padding-bottom: 3%;
}

.hero-inner {
	text-align: right;
}

.hero-inner h1 {
	font-size: 8rem;
	color: white;
	margin-bottom: 0;
	line-height: 1;
	letter-spacing: -4px;
	text-shadow: 0rem 0rem 2rem black, 0rem 0rem 0.5rem black;
}

.hero-inner h1 span {
	color: #fc0000;
	font-size: 3.25rem;
	display: block;
	letter-spacing: -1.5px;
}

.main-info {
	background-color: white;
	padding-top: 4.5%;
	padding-bottom: 0;
}

.mi-left {
	width: 50%;
	float: left;
	padding-left: 6%;
	padding-right: 6%;
	padding-bottom: 2rem;
}

.mi-right {
	width: 50%;
	float: left;
	position: relative;
}

.acnr-text h2 {
	font-size: 3.25rem;
	letter-spacing: -1.125px;
	color: #171616;
	line-height: 1.1;
	padding-bottom: 0.5rem;
	margin-bottom: 1.25rem;
	border-bottom: 0.5rem solid #fc0000;
}

.acnr-text p {
    color: #3d3c3c;
    font-size: 1.3875rem;
    line-height: 1.61;
}

.acnr-text button {
	font-size: 2rem;
	border: 0;
	letter-spacing: -1px;
	color: white;
	padding: 0.75rem 2.25rem;
	line-height: 1.1;
	background: #FC0000;
	background: linear-gradient(90deg, rgba(252, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 85%);
	margin-top: 1.5rem;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.acnr-text button:hover {
	background: #000000;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 92%, rgba(252, 0, 0, 1) 100%);
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.recruitment-video-box {
	width: 100%;
	padding-top: 68%;
	background-color: dimgray;
	position: relative;
	background-image: url('img/rvb-background.jpg');
	background-size: cover;
	background-position: center center;
}

.rvb-play {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
	text-align: center;
	cursor: pointer;
}

.rvb-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	height: auto;
	width: 100%;
	background-color: #6d0000bd;
	padding-top: 1.5rem;
	padding-bottom: 1.75rem;
	padding-left: 4%;
	padding-right: 4%;
}

.rvb-bottom h4 {
	color: white;
	margin-bottom: 0;
	font-size: 3.25rem;
	letter-spacing: -1px;
	text-transform: none;
}

.rvb-bottom h5 {
	color: white;
	margin-bottom: 0;
	font-size: 1.75rem;
	letter-spacing: -0.75px;
}

.rvb-play i {
	color: #fc0000;
	background-color: white;
	border-radius: 50%;
	font-size: 5rem;
	width: 5rem;
	height: 5rem;
	margin-bottom: 0.45rem;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.rvb-play h6 {
	font-size: 2rem;
	color: white;
	text-shadow: 0rem 0rem 2rem black, 0rem 0rem 0.5rem black;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.rvb-play:hover i {
	background-color: transparent;
	color: white;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

div.close {
    position: absolute;
    right: -1rem;
    top: -1rem;
    font-size: 2.75rem;
    line-height: 0;
    background-color: white;
    padding: 0.5rem;
    border: 0.25rem solid black;
    border-radius: 50%;
    height: 3.5rem;
    width: 3.5rem;
    z-index: 1;
    text-align: center;
    padding-top: 1.125rem;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

div.close:hover {
	background-color: gainsboro;
	color: #fc0000;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.positions-embed {
	background-color: gainsboro;
	background-image: url('img/light-gray-coal-texture.jpg');
	background-size: cover;
	background-position: center center;
	padding-top: 6%;
	padding-bottom: 6%;
	box-shadow: inset 0rem 0rem 5rem #0000006b;
}

.positions-embed iframe {
	width: 100%;
	height: 60rem;
	box-shadow: -0.75rem 0.75rem 2rem #00000085;
}

.team-testimonials {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	text-align: center;
	padding-left: 3rem;
	padding-right: 3rem;
	background-color: #232323;
}

.team-testimonials h2 {
	color: #fc0000;
	font-size: 6rem;
	letter-spacing: -2px;
	margin-bottom: 3rem;
}

/* Let the viewport expand as needed */
.team-testimonials .bx-viewport {
    height: auto !important;
}

/* Base card */
.single-testimonial {
    width: 100%;
    border: 1px solid white;
    padding-top: 130%;
    background-color: black;
    position: relative;
    background-size: cover;
    background-position: center center;
	opacity: 0.5;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

/* Taller center card */
.active-center .single-testimonial {
    padding-top: 140%;
	opacity: 1;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.rvb-bottom h3 {
	font-size: 2.75rem;
	color: white;
	line-height: 1;
	margin-bottom: 0;
}

.rvb-bottom h4 {
	font-size: 1.3875rem;
	color: white;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: -0.6px;
}

.single-testimonial .rvb-bottom {
	text-align: left;
}

.dave-shaffer { background-image: url('img/dave-shaffer.jpg'); }
.david-defranco { background-image: url('img/david-defranco.jpg'); }
.junior-mcatee { background-image: url('img/junior-mcatee.jpg'); }

.team-testimonials .bx-wrapper {
    margin: 0 auto !important;
    max-width: 1200px !important;
}

.slider .bxslider > div,
.slider .bx-viewport .bxslider > div {
    width: 32% !important;
    max-width: 380px;
}

.team-testimonials {
    text-align: center;
}

.key-advantages {
	background-color: white;
	padding-top: 5%;
	padding-bottom: 5%;
	background-image: url('img/103916.jpg');
	background-size: cover;
	background-position: center center;
}

.ka-box {
	width: 100%;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	padding-left: 12%;
	padding-right: 12%;
	text-align: center;
	background-color: #232323;
	margin-bottom: 2.75rem;
}

.ka-box img {
	display: table;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	width: auto;
	margin-bottom: 1.5rem;
}

.ka-box h5 {
	color: white;
	font-size: 1.9325rem;
	margin-bottom: 0.825rem;
}

.ka-box p {
	color: white;
	font-size: 1.0625rem;
	margin-bottom: 0;
}

.key-advantages-headline h2 {
	font-size: 4.5rem;
	color: #161617;
	padding-bottom: 0.75rem;
	margin-bottom: 2rem;
	position: relative;
	letter-spacing: -1.75px;
}

.key-advantages-headline h2:after {
	width: 100%;
	position: absolute;
	content: " ";
	left: 0;
	bottom: 0;
	height: 0.5rem;
	background-color: #fc0000;
}

.why-choose {
	padding-top: 25%;
	padding-bottom: 7%;
	background-color: #161617;
	background-size: cover;
	background-position: center center;
	background-image: url('img/dark-coal.jpg');
}

.wc-inner {
	width: 50%;
	margin-left: 50%;
	padding-right: 8%;
}

.wc-inner h2 {
	color: white;
}

.wc-inner p {
	color: white;
}

.li-left {
	background-size: cover;
	background-position: center center;
	width: 35%;
	float: left;
	background-image: url('img/marshall-county.jpg');
}

.li-right {
	padding-top: 5.5%;
	padding-bottom: 5.5%;
	background-color: white;
	padding-left: 10%;
	padding-right: 14%;
	width: 65%;
	float: left;
}

footer {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	text-align: center;
	background-color: #171717;
}

.bx-wrapper .slider > div {
    width: 32% !important;
    max-width: 380px;
}


























/*==========  Boostrap 5 Non-Mobile First Method  ==========*/

@media only screen and (max-width: 3180px) {

html { font-size: 16px; }

}

@media only screen and (max-width: 2520px) {

html { font-size: 16px; }

}

@media only screen and (max-width: 1860px) {

html { font-size: 16px; }
.nav-button { font-size: 1.25rem; padding-left: 1rem; padding-right: 1rem; }

}

@media only screen and (max-width: 1199px) {

html { font-size: 15px; }

}

@media only screen and (max-width: 991px) {

html { font-size: 14px; }
.nav-button { font-size: 1.125rem; padding-left: 0.75rem; padding-right: 0.75rem; }
.hero-inner h1 span { font-size: 2.25rem; letter-spacing: -0.75px; }
.hero-inner h1 { font-size: 5.5rem; letter-spacing: -2px; }
.acnr-text h2 { font-size: 2.25rem; }
.acnr-text p { font-size: 1.125rem; line-height: 1.5; }
.team-testimonials h2, .key-advantages-headline h2 { font-size: 3.25rem; letter-spacing: -0.85px; }
.rvb-bottom h3 { font-size: 1.75rem; }
.rvb-bottom h4 { font-size: 1rem; letter-spacing: -0.4px; }

}

@media only screen and (max-width: 767px) {

html { font-size: 13px; }
.nav-button { font-size: 1rem; padding-left: 0.5rem; padding-right: 0.5rem; }
.mi-left { width: 100%; float: none; }
.mi-right { width: 100%; float: none; }
.positions-embed { padding-top: 12%; padding-bottom: 12%; }
.rvb-bottom h3 { font-size: 1.25rem; margin-bottom: 0.25rem; }
.rvb-play i { font-size: 3rem; width: 3rem; height: 3rem; }
.ka-box img { height: 70px; margin-bottom: 1rem; }


}

@media only screen and (max-width: 575px) {

html { font-size: 12px; } 
.nav-button { font-size: 0.75rem; padding-left: 0.25rem; padding-right: 0.25rem; } 
.hero-inner h1 span { font-size: 1.25rem; letter-spacing: -0.65px; }
.hero-inner h1 { font-size: 3.5rem; letter-spacing: -1.2px; }
.acnr-text h2 { font-size: 1.75rem; }
.acnr-text button { font-size: 1.5rem; margin-top: 0.5rem; letter-spacing: -0.5px; }
.team-testimonials h2, .key-advantages-headline h2 { font-size: 2rem; letter-spacing: -0.5px; }
.ka-box h5 { font-size: 1.5rem; }
.ka-box p { font-size: 0.9325rem; }


}