* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color: unset;
}
html {
	scroll-behavior: smooth;
}
a {text-decoration:none;cursor: pointer;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	cursor: pointer;
	border: none;
	border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*=== END RESET ===*/
::-moz-selection {
    background: #370617;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #370617;
    color: #fff;
    text-shadow: none;
}

/*=== Clearfix ===*/
.clear {clear: both;}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}

/*=== ELEMENTS ===*/
img {max-width: 100%;}
body {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
		"wdth" 100;
	font-size: 18px;
	line-height: 24px;
}
strong {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-variation-settings:
		"wdth" 100;
}
h1 {font-size: 42px;line-height: 42px;}
h2 {font-size: 36px;line-height: 36px;}
h3 {font-size: 28px;line-height: 28px;}
h4 {font-size: 21px;line-height: 21px;}
h5 {font-size: 18px;line-height: 20px;}
b {
	font-weight: 700;
}
.button-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	padding-top: 25px;
}
button.primary-button {
    transition: all ease .3s;
    padding: 10px 17px;
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000;
	font-size: 18px;
}
button.primary-button:hover {
	background-color: #f26523;
	color: #ffffff;
	border-color: #f26523;
}
button.secondary-button {
    transition: all ease .3s;
    padding: 10px 25px;
    background-color: unset;
    color: #ffffff;
    border: 1px solid #ffffff;
	font-size: 18px;
}
button.secondary-button:hover {
	background-color: #ffffff;
	color: #000000;
	border-color: #ffffff;
}

/*=== GLOBAL ===*/
.flex-container {
	display: flex;
}
.flex-vertical {
	flex-direction: column;
}
.flex-horizontal {
	flex-direction: row
}
.flex-width {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
}
.flex-height {
	height: 100%;
}
.flex-wrap {
	flex-wrap: wrap;
}
.set-width {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
}

.justify-center {
	justify-content: center;
}
.justify-right {
	justify-content: flex-end
}
.justify-left {
	justify-content: flex-start
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}
.justify-evenly {
	justify-content: space-evenly;
}

.align-content-center {
	align-content: center;
}

.align-center {
	align-items: center;
}
.align-top {
	align-items: flex-start;
}
.align-bottom {
	align-items: flex-end;
}
.align-all-center {
	align-items: center;
	justify-content: center;
}

.align-self-center {
	align-self: center;
}
.align-self-right {
	align-self: flex-end;
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.left-icon {
	margin-right: 10px;
}
.right-icon {
	margin-left: 10px;
}
.clickable {
	cursor: pointer;
}

.mobile-only {
	display: none;
}

.max-width {
	max-width: 1920px;
	width: 90%;
	margin: 0 auto;
}
.hidden {
	display: none;
	transition: all ease .3s;
}
.success-message {
	color: #188d2b;
}
ul.breadcrumb {
	padding: 0 0 15px 0;
	list-style: none;
}
ul.breadcrumb li {
	display: inline;
	font-size: 14px;
	line-height: 18px;
}
ul.breadcrumb li+li:before {
	padding: 8px;
	color: #fed17b;
	content: "/\00a0";
}
ul.breadcrumb li a {
	text-decoration: none;
}
ul.breadcrumb li a:hover {
	text-decoration: underline;
}
.logo-container .logo {
	width: 100%;
	max-width: 200px;
	height: 100%;
    object-fit: contain;
    object-position: center;
}
.logo-container {
	line-height: 0;
	padding: 15px clamp(50px, 5vw, 100px);
	align-self: center;
}
ul.list li {
	display: flex;
}
ul.list li:before {
	font-family: 'FontAwesome';
	content: "\f14a";
	color: black;
	margin-right:15px;
	display: table-cell;
	color: #fed17b;
}
p.paragraph {
	padding: 20px 0 0;
}
.map {
	line-height: 0;
}
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}
.link-icon {
	font-size: 16px;
	color: #f26523;
}

/*=== HEADER ===*/
header.site-header .nav-group {
	border-bottom: 1px solid #dbdbdb;
	box-shadow: 0px 0px 20px 0 #000000;
}
header.site-header .logo-container {
	background-color: #ffffff;
	border-right: #dddddd 1px solid;
}
header.site-header .logo-container.logo-mobile-only {
	display: none;
}
header.site-header .top-header {
	padding: 10px 5vw;
	justify-content: right;
	gap: 20px;
	font-size: 16px;
	background-color: #f26523;
	color: #ffffff;
}

/*=== FOOTER ===*/
footer.site-footer .footer-nav {
	color: #ffffff;
	background-color: #f26523;
	font-size: 15px;
}
footer.site-footer .footer-nav ul {
	gap: 0 25px;
	padding: 40px 0 0;
	text-transform: uppercase;
	font-weight: 800;
}
footer.site-footer .footer-nav .logo-container {
	padding-bottom: 40px;
}
footer.site-footer .bottom-footer {
	padding: 5px 0;
	font-size: 14px;
	line-height: 18px;
}

/*=== PAGE STYLES ===*/
/*=== SUB-PAGE ===*/
.sub-page .hero-container {
	padding: 10px 10px 0;
}
.sub-page .hero-container img {
	height: 350px;
	line-height: 0;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
.sub-page .banner-section {
	position: relative;
}
.sub-page .banner-container {
	background-color: #000000;
	color: #ffffff;
	padding: 30px 5vw;
	align-items: center;
	text-align: center;
	gap: 15px 30px;
	position: relative;
	top: -50px;
	justify-content: center;
}
.sub-page .content-container {
	padding: 50px 5vw clamp(75px, 5vw, 100px);
	gap: 30px;
	background: url("/siteart/topography.jpg");
	background-position: center;
}

/*=== DEFAULT-PAGE ===*/
.default-page .hero-container {
	overflow: hidden;
	padding: 10px 5px 0;
}
.default-page .hero-container .draggable {
	padding: 0!important;
}
.default-page .hero-container .draggable > div {
	display: flex;
}
.default-page .hero-container img {
	height: 350px;
	line-height: 0;
	object-fit: cover;
	object-position: center;
	padding: 0 5px;
}
.default-page .banner-section {
	position: relative;
}
.default-page .banner-container {
	background-color: #000000;
	color: #ffffff;
	padding: 30px 5vw;
	align-items: center;
	text-align: center;
	gap: 15px 30px;
	position: relative;
	top: -50px;
}
.default-page .about-section {
	padding: 50px 5vw clamp(75px, 5vw, 100px);
	gap: 30px;
	background: url("/siteart/topography.jpg");
	background-position: center;
}
.default-page .about-section h3 {
	font-weight: 400;
	font-size: 21px;
}
.default-page .about-section .inventory-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	align-content: center;
}
.default-page .about-section .inventory-grid > a div {
	background-color: #f26523;
	color: #ffffff;
	text-align: center;
	padding: 20px;
	align-content: center;
}
.default-page .about-section .inventory-grid > a div img {
	max-height: 50px;
}
.default-page .about-section .inventory-grid > a div h4 {
	padding-top: 10px;
}

/*=== Contact ===*/
.contact-page .more-contact-info {
	gap: 10px;
}
.contact-page .contact-card {
	background-color: #f26523;
	padding: 20px;
	color: #ffffff;
}
.contact-page .contact-card .paragraph {
	padding-top: 5px;
}
.contact-page .contact-card h2 {
	font-size: 22px;
}
.contact-page .contact-card .link-icon {
	color: #ffffff;
}
.contact-page .contact-form-container h3 {
	font-weight: 400;
    font-size: 21px;
}
.contact-page .contact-form {
	padding: 20px 0 0
}

@media screen and (max-width: 1300px) {
	/*=== DEFAULT.HTM ===*/
	.default-page .offers-section .offers-container .offer .list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 950px) {
	.flex-horizontal {
		flex-direction: column
	}
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: flex;
	}

	/*=== FOOTER ===*/
	footer.site-footer {
		flex-direction: column-reverse;
	}

	/*=== DEFAULT.HTM ===*/
	.default-page .offers-section .offers-container {
		flex-direction: column;
	}
	.default-page .offers-section .offers-container .offer .list {
		grid-template-columns: repeat(4, 1fr);
	}

	/*=== CONTACT.HTM ===*/
	.contact-page .more-contact-info {
		align-items: center;
	}
	.contact-page .contact-card {
		max-width: 500px;
		width: 100%;
	}
}
@media screen and (max-width: 875px) {
	/*=== DEFAULT.HTM ===*/
	.default-page .offers-section .offers-container .offer .list {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 775px) {
	/*=== DEFAULT.HTM ===*/
	.default-page .hero-container .button-group {
		flex-direction: column;
	}
	.default-page .hero-container .button-group .divider {
		width: 100%;
		height: 2px;
	}
	.default-page .banner-container {
		justify-content: center;
		flex-direction: column;
	}
}
@media screen and (max-width: 650px) {
	/*=== HEADER.HTM ===*/
	header.site-header .nav-group .more-detailed-header {
		display: none;
	}

	/*=== DEFAULT.HTM ===*/
	.default-page .offers-section .offers-container .offer .list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 550px) {
	/*=== HEADER ===*/
	header.site-header .logo-container.logo-desktop-only {
		display: none;
	}
	header.site-header .logo-container.logo-mobile-only {
		display: block;
	}

	/*=== FOOTER.HTM ===*/
	footer.site-footer .footer-nav ul {
		flex-direction: column;
	}
}
@media screen and (max-width: 475px) {
	/*=== DEFAULT.HTM ===*/
	.default-page .about-section .inventory-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.default-page .offers-section .offers-container .offer .list {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media screen and (max-width: 375px) {
	/*=== HEADER.HTM ===*/
	header.site-header .logo-container {
		border-right: none;
		border-bottom: #dddddd 1px solid;
	}
	header.site-header .mobile-header-container {
		flex-direction: column;
	}
	header.site-header .logo-container.logo-mobile-only {
        width: 100%;
        text-align: center;
	}
}