﻿/***** BEGIN RESET *****/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

.yellow {
	color: #F5B93F;
}
.yellow-bg {
	background-color: #F5B93F;
}
.white {
	color: #ffffff;
}
.white-bg {
	background-color: #ffffff;
}
.gray {
	color: #444341;
}
.gray-bg {
	background-color: #444341;
}
.black {
	color: #000;
}
.not-blk {
	color: #292929;
}
.not-blk-bg {
	background-color: #292929;
}


/*-------- BODY STYLES --------*/

body {
	font-family: "articulat-cf", sans-serif;
}

html { scroll-behavior: smooth; }

a:link, a:visited, a:active, a:hover { text-decoration: none; }
hr { border: #000 1px solid; }
div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, i, ol, ul, li, form, label, :before, :after { box-sizing: border-box; }

.art-normal {
	font-family: "articulat-cf", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.art-reg {
	font-family: "articulat-cf", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.art-med {
	font-family: "articulat-cf", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.art-demi {
	font-family: "articulat-cf", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.art-bold {
	font-family: "articulat-cf", sans-serif;
	font-weight: 800;
	font-style: normal;
}
.art-heavy {
	font-family: "articulat-cf", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.italic {
	font-style: italic;
}

.heading1 {
    font-size: 70px;
    font-family: "articulat-cf", sans-serif;
    font-weight: 800;
    font-style: normal;
    line-height: 76px;
    margin-bottom: 15px;
}
.subheading1 {
	font-size: 24px;
	font-family: "articulat-cf", sans-serif;
	font-weight: 500;
	font-style: normal;
    margin-bottom: 15px;
}
.l-heading {
    font-size: 60px;
    font-family: "articulat-cf", sans-serif;
    font-weight: 800;
    font-style: normal;
    line-height: 76px;
    margin-bottom: 15px;
}
.m-heading {
    font-size: 40px;
    font-family: "articulat-cf", sans-serif;
    font-weight: 800;
    font-style: normal;
    line-height: 76px;
    margin-bottom: 15px;
}
.subheading2 {
	font-size: 24px;
	font-family: "articulat-cf", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
    margin-bottom: 15px;
}
.body {
	font-size: 16px;
	font-family: "articulat-cf", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 1px;
}
.l-cta-heading {
	font-size: 30px;
	font-family: "articulat-cf", sans-serif;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.s-cta-heading {
	font-size: 18px;
	font-family: "articulat-cf", sans-serif;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.uppercase {
	text-transform: uppercase;
}


/*buttons*/
.btnclass {
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 14px;
	position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    min-width: 50px;
    min-height: 50px;
    transition: .25s ease all;
}
.btn-yellow {
    color: #000;
    background-color: #F5B93F;
}
.btn-yellow:hover {
    background-color: #E29E12;
}
.hero-btn {
    display: flex;
    width: 100%;
	margin: 10px 0;
}


/* sections */
.f-row { display: flex; flex-direction: row; }
.f-col { display: flex; flex-direction: column; align-items: flex-start; }

.jc-c { justify-content: center; }
.ji-c { justify-items: center; }
.jc-fs { justify-content: flex-start; }
.jc-sb { justify-content: space-between; }

.ai-fs { align-items: flex-start; }
.ai-fe { align-items: flex-end; }
.ai-c { align-items: center; }
.ai-s { align-items: stretch; }

.ac-c { align-content: center; }

.f-wrap { flex-wrap: wrap; }

.colgap-24 { column-gap: 24px; }
.colgap-60 { column-gap: 60px; }
.colgap-lg { column-gap: min(200px, 10vw); }

.rowgap-24 { row-gap: 24px; }
.rowgap-24 { row-gap: 24px; }
.rowgap-32 { row-gap: 32px; }
.rowgap-40 { row-gap: 40px; }
.rowgap-50 { row-gap: 50px; }

.padtb-20 { padding-top: 20px; padding-bottom: 20px; }
.padtb-40 { padding-top: 40px; padding-bottom: 40px; }
.padtb-50 { padding-top: 50px; padding-bottom: 50px; }
.padtb-80 { padding-top: 80px; padding-bottom: 80px; }
.padtb-90 { padding-top: 90px; padding-bottom: 90px; }

.padt-50 { padding-top: 50px; }
.padt-100 { padding-top: 100px; }

.padb-70 { padding-bottom: 70px; }

.padlr-norm { padding-left: max(4%, calc(50% - 1200px)); padding-right: max(4%, calc(50% - 1200px)); }


/*--- HEADER STYLES ---------------------*/

header {}

.hmp-header, .header-logo-div, .header-logo, .hmp-header-main, .hmp-topheader, .hmp-topheader-col, .nav-div { position: relative; }
.hmp-header, .header-logo-div, .header-logo, .hmp-header-main, .hmp-topheader, .hmp-topheader-col, .nav-div { display: flex; }
.hmp-header, .header-logo-div, .header-logo, .hmp-topheader, .hmp-topheader-col, .nav-div { flex-direction: row; }
.hmp-header, .hmp-header-main, .hmp-topheader, .hmp-topheader-col, .nav-div { align-items: stretch; }
.hmp-header { z-index: 1004; width: 100%; background: #fff; box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; }
.hmp-header:after, .hmp-topheader { height: 42px; }
.hmp-header:after { position: absolute; content: ""; z-index: 2; width: 100%; }
.header-logo-div { z-index: 3; padding: 0 min(80px, max(2.75%, calc(50vw - 1200px))) 0 max(2.75%, calc(50vw - 1200px)); background: #F5B93F }
/*.header-logo-div:after { position: absolute; content: ""; z-index: 2; top: 0; left: calc(100% - 2px); width: 60px; height: 100%; background: #f2f2f2; clip-path: polygon(0% 0%, 100% 0%, 4px 100%, 0% 100%); }*/
.header-logo, .header-logo img { width: 160px; }
.header-logo {}
.header-logo img, .foot-logo img { height: auto; object-fit: contain; object-position: center; }
.header-logo img {}
.hmp-header-main { z-index: 4; flex-grow: 1; flex-direction: column; }
.hmp-topheader { z-index: 3; align-items: center; padding: 0 max(1.75%, calc(50vw - 1180px)) 0 100px; border-bottom: 1px solid #D9D9D9; justify-content: right; }
.hmp-topheader a { min-height: unset!important; padding: 0 24px!important; }
/*.hmp-topheader a, .hmp-topheader a span { background: #0e0369; }*/
.hmp-topheader-col { column-gap: 16px; }
/*.hmp-topheader-l { justify-content: flex-start; }*/
/*.hmp-topheader-r { justify-content: flex-end; }*/
.nav-div { z-index: 5; height: 72px; justify-content: stretch; padding: 0 max(1.75%, calc(50vw - 1180px)) 0 40px; }


/*---BODY--------------------------------*/

.hero > img, .subhero > img, .lg-cta > img { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }

img.img-contain { object-fit: contain; }

.hero, .subhero { position: relative; display: flex; justify-content: flex-start; align-items: flex-end; background: #000; }
.hero { min-height: 550px; }
/*.hero > img { opacity: .5; }*/
.hero-overlay { position: absolute; z-index: 3; background-color: #29292994; padding: 25px; margin-left: 25px; margin-right: 25px; bottom: 0; left: 0;}


.icon-cta-yellow, .icon-cta-yellow span { color: #AE7707; }
.icon-cta-yellow img { filter: brightness(0) saturate(100%) invert(38%) sepia(95%) saturate(764%) hue-rotate(14deg) brightness(100%) contrast(94%); }

a.icon-cta:hover, a.icon-cta-yellow:hover { background: #f2f2f2; padding-right: 20px; }
a.icon-cta:hover, a.icon-cta:hover i, a.icon-cta:hover span { color: #AE7707; }
a.icon-cta:hover img { filter: brightness(0) saturate(100%) invert(38%) sepia(95%) saturate(764%) hue-rotate(14deg) brightness(100%) contrast(94%); }


.home-ctas h3 { place-self: center; line-height: 45px; text-align: center;}
.lg-ctas-holder { position: relative; width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; align-items: stretch; gap: 15px; justify-content: space-evenly; }
.eq-cta { display: flex; flex-direction: column; flex-wrap: wrap; align-content: center; justify-content: center; color: #000; gap: 15px; border: 1px solid #d9d9d9; padding: 25px; flex: 1 1 calc(20% - 1rem); }
a.eq-cta span { align-self: center; text-align: -webkit-center;}
a.eq-cta img { max-width: 100%;}


.home-about .icon-ctas-holder { width: 478px; }
.icon-ctas-holder {}
.icon-cta { padding: 20px 0 20px 20px; display: flex; justify-content: space-between; align-items: center; column-gap: 16px; color: #000; border-bottom: 1px solid #bbb; }
.icon-cta, .icon-cta i, .icon-cta img, .icon-cta span { position: relative; transition: .25s ease all; }
.icon-cta i, .icon-cta img { position: relative; width: 56px; }
/*.icon-cta i { font-size: 30px; height: 30px; text-align: left; }*/
.icon-cta img { height: 28px; object-fit: contain; object-position: 0% 50%; }
.icon-cta span { font-size: 30px; line-height: 30px; letter-spacing: 1px; text-align: right; }
.icon-cta:last-child { border-bottom: none; }


.visit-heading {
    padding: 75px;
    flex: 1 1 calc(40% - 1rem);
	align-content: center;
}
.visit-map { position: relative; width: 100%; display: flex; }



.contact-page {
    background-color: #f3f3f3;
}


/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{}

.footer p {
    color: #fff;
	line-height: 25px;
}
.foot-heading {
    margin-bottom: 25px;
}
.foot-logo img {
    width: 100%;
}
.foot-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}

@media only screen and (max-width: 1150px) {
	.home-about { flex-direction: column; align-items: center; }
	.home-about .mission-content { width: 100%; }
	.home-about .icon-ctas-holder { width: min(100%, 1020px); flex-direction: row; flex-wrap: wrap; }
	.home-about .icon-ctas-holder .icon-cta { width: min(50%, 500px); padding-right: 20px; }
	.home-about .icon-ctas-holder .icon-cta:nth-child(odd) { border-left: 1px solid #bbb; border-right: 1px solid #bbb; }
	.home-about .icon-ctas-holder .icon-cta:nth-child(even) { border-right: 1px solid #bbb; }
	.home-about .icon-ctas-holder .icon-cta:first-child, .home-about .icon-ctas-holder .icon-cta:nth-child(2) { border-top: 1px solid #bbb; }
	.home-about .icon-ctas-holder .icon-cta:last-child { border-bottom: 1px solid #bbb; }
	.contact-page {
		display: flex; flex-direction: column;
	}
}
@media only screen and (max-width: 1010px) {
	.eq-cta {
		flex: 1 1 calc(50% - 1rem);
	}
}
@media only screen and (max-width: 960px) {
	.wrap-col {
		width: 100%
	}
}
@media only screen and (max-width: 900px) {
	.heading1  { font-size: 45px; line-height: 50px; }
	.subheading1, .subheading2  { font-size: 20px }
	.l-heading { font-size: 35px; line-height: 35px; }
	.m-heading { font-size: 30px }
	.icon-cta span { font-size: 24px }
}
@media only screen and (max-width: 700px) {
	.home-about .icon-ctas-holder .icon-cta { width: 100%; padding-right: 0; border-top: none!important; border-left: none!important; border-right: none!important; }
	.hmp-topheader { padding: 10px; }
	.f-row { flex-direction: column; }
	.wrap-col.lf.f-row.colgap-lg.padtb-80.padlr-norm { gap: 40px; }
	.visit-heading {padding: 50px 20px; }
}
@media only screen and (max-width: 600px) {
	.hmp-topheader.header-txt { display: none; }
	.hmp-header {background: #F5B93F; }
	.header-logo-div { padding: 2.75% min(80px, max(4.75%, calc(50vw - 1200px))) 2.75% max(4.75%, calc(50vw - 1200px)); }
	.hero { min-height: 450px;}
}
@media only screen and (max-width: 500px) {
	.heading1 { font-size: 30px; line-height: 35px;}
	.subheading1, .subheading2  { font-size: 18px }
}






