* {
	-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: #000;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    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%;}
strong {
	font-weight: 700;
}
.button-group {
	display: flex;
	gap: 4px;
	flex-wrap: wrap;
}
button.primary-button {
	font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
	background-color: #00334F;
	color: #ffffff;
	display: inline-block;
    line-height: 1;
    padding: 12px 24px;
    text-align: center;
    transition: all .3s;
}
button.primary-button:hover {
}

/*=== 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;
}
.flex-reverse {
	flex-direction: column-reverse;
}
.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-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: 1500px;
	width: 97%;
	margin: 0 auto;
}
.hidden {
	display: none;
	transition: all ease .3s;
}
.logo-container .logo {
	width: 100%;
    max-width: 100%;
    height: 84px;
    object-fit: contain;
    object-position: center center;
	transition: ease .3s;
}
.logo-container .logo:hover {
	transform: scale(.9);
}
p.paragraph {
	padding-top: 10px;
}

/*=== HEADER ===*/
header.site-header {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}
header.site-header .header-wrap {
	max-width: 1500px;
	width: 100%;
	margin: auto;
	padding: 0 30px;
}
header.site-header {
	margin: auto;
	gap: 10px;
}

/*=== FOOTER ===*/
footer.site-footer {
    background-size: cover;
	font-family: "Poppins", Sans-serif;
    font-size: 15px;
    line-height: 1.5em;
	position: relative;
}
footer.site-footer .bg-overlay {
	z-index: -1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(/siteart/compass.png);
	background-position: 473px -523px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.02;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
footer.site-footer .logo {
	width: 290px;
    height: 110px;
    object-fit: contain;
    object-position: center center;
}
footer.site-footer .social-media-container {
	padding: 40px 0 95px;
}
footer.site-footer .social-media-container .social-media {
	background-color: rgba(2, 1, 1, 0);
    padding: 0.6em 0.9em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(83, 83, 83, 0.451);
	font-size: 13px;
}
footer.site-footer .who-we-are {
	font-family: "Montserrat", Sans-serif;
    font-size: 11px;
    line-height: 15px;
	width: 45%;
}
footer.site-footer .footer-nav {
	padding: 3em 1.5em 3em 1.5em;
}
footer.site-footer .footer-nav .icon {
	font-size: 12px;
	color: #005263;
	padding-right: 5px;
}
footer.site-footer .footer-nav p {
	margin: calc(7px/2) 0;
}
footer.site-footer .heading {
	color: #00334F;
	font-size: 21px;
	font-family: "Poppins", Sans-serif;
    font-weight: 600;
    line-height: 1.2em;
	margin-bottom: 10px;
}
footer.site-footer .divider {
	display: block;
	border-block-start: 4px solid #00334F;
	width: 35px;
	margin-bottom: 20px;
}
footer.site-footer .copyright {
	background-color: #00334F;
	color: #ffffff;
	padding: calc(10px + 0.5em) calc(10px + 1em);
	font-size: 12px;
	font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    letter-spacing: 0.1px;
}

/*=== PAGE STYLES ===*/

/*=== SUB-PAGE ===*/
.sub-page:not(.inventory-page) {
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
}
.inventory-page {
	padding: clamp(25px, 5vw, 50px) 0;
}
.journey {
	background-color: #DDDFE6;
	padding: 7em 1em 7em 1em;
	text-align: center;
}
.journey h3.lg-heading {
	font-size: 46px;
	color: #00334F;
    margin: 0px 0px 0px 0px;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: -1px;
	text-align: center;
}
.journey .gold-button {
	background-color: #AE975A;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    fill: #ffffff;
    color: #ffffff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #AE975A;
    padding: 14px 30px 14px 40px;
	max-width: 290px;
	width: 100%;
	transition: all .3s;
}
.journey .gold-button:hover {
	background-color: #ffffff;
	color: #00334F;
	border-color: #00334F;
}
.journey .gold-button i {
	font-size: 10px;
	vertical-align: middle;
}

@media screen and (max-width: 1025px) {
	footer.site-footer .bg-overlay {
		background-position: center top;
	}
}

@media screen and (max-width: 776px) {
	.flex-horizontal {
		flex-direction: column
	}
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: flex;
	}

	/*=== INVENTORY ===*/
	.journey {
		padding: 4em 1em 4em 1em;
	}
	.journey h3.lg-heading {
		font-size: 36px;
	}
	.journey a, .journey .gold-button {
		max-width: 100%;
		width: 100%;
	}

	/*=== HEADER ===*/
	header.site-header .header-wrap {
		align-items: center;
		padding: 0 30px 20px 30px;
	}
	
	/*=== FOOTER ===*/
	footer.site-footer .logo {
		width: 150px;
		height: 45px;
	}
	footer.site-footer .social-media-container {
		padding: 30px 0;
	}
	footer.site-footer .who-we-are {
		width: 100%;
	}
}