body.page-id-18 {
	background: #f4f5f6;
	color: #151719;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

body.page-id-18,
body.page-id-18 * {
	box-sizing: border-box;
	letter-spacing: 0;
}

body.page-id-18 .site-content {
	background: #f4f5f6;
}

body.page-id-18 .site-content .col-full {
	margin: 0 auto;
	max-width: 1200px;
	padding: 34px 0 64px;
	width: min(1200px, calc(100% - 40px));
}

body.page-id-18 .content-area {
	float: none !important;
	margin: 0 !important;
	width: 100% !important;
}

body.page-id-18 .widget-area,
body.page-id-18 #secondary {
	display: none !important;
}

body.page-id-18 .storefront-breadcrumb {
	background: #ffffff;
	border-bottom: 1px solid #e7e8ea;
	margin: 0;
	padding: 18px 0;
}

body.page-id-18 .woocommerce-breadcrumb {
	color: #6b7178;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
}

body.page-id-18 .woocommerce-breadcrumb a {
	color: #151719;
	text-decoration: none;
}

.dn-contact {
	display: grid;
	gap: 18px;
}

.dn-contact-hero {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(229, 37, 40, 0.1), rgba(229, 37, 40, 0) 42%),
		#ffffff;
	border: 1px solid #e3e5e7;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 28px 28px;
}

.dn-contact-eyebrow,
.dn-contact-panel__head span,
.dn-contact-tile span {
	color: #e52528;
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.dn-contact-hero h1,
.dn-contact-panel__head h2,
.dn-contact-map-copy h2 {
	color: #111314;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.12;
	margin: 0;
}

.dn-contact-hero p,
.dn-contact-panel__head p,
.dn-contact-map-copy p {
	color: #596069;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.55;
	margin: 10px 0 0;
	max-width: 700px;
}

.dn-contact-hero__meta {
	background: #111314;
	display: grid;
	gap: 1px;
	min-width: 300px;
}

.dn-contact-hero__meta a {
	background: #1d2023;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 800;
	padding: 14px 16px;
	text-decoration: none !important;
}

.dn-contact-hero__meta a:hover,
.dn-contact-hero__meta a:focus {
	background: #e52528;
	outline: 0;
}

.dn-contact-notice {
	background: #ffffff;
	border: 1px solid #e3e5e7;
	color: #111314;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
	padding: 16px 18px;
}

.dn-contact-notice--success {
	border-color: #27b363;
}

.dn-contact-notice--error {
	border-color: #e52528;
}

.dn-contact-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dn-contact-tile,
.dn-contact-panel,
.dn-contact-map-panel {
	background: #ffffff;
	border: 1px solid #e3e5e7;
}

.dn-contact-tile {
	display: grid;
	gap: 8px;
	padding: 20px;
	text-decoration: none !important;
}

.dn-contact-tile__icon {
	display: block;
	filter: none;
	height: 26px;
	width: 26px;
}

.dn-contact-tile strong {
	color: #111314;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.25;
}

.dn-contact-tile em {
	color: #646b74;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.45;
}

a.dn-contact-tile:hover,
a.dn-contact-tile:focus {
	border-color: #e52528;
	outline: 0;
}

.dn-contact-main {
	align-items: start;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1fr) 360px;
}

.dn-contact-side {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.dn-contact-panel__head {
	border-bottom: 1px solid #eceef0;
	padding: 22px 24px;
}

.dn-contact-panel__head h2,
.dn-contact-map-copy h2 {
	font-size: 24px;
}

.dn-contact-form {
	display: grid;
	gap: 16px;
	padding: 22px 24px 24px;
}

.dn-contact-form p {
	margin: 0;
}

.dn-contact-form__row {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dn-contact-form label:not(.dn-contact-form__privacy) {
	color: #626972;
	display: block;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.dn-contact-form input,
.dn-contact-form select,
.dn-contact-form textarea {
	background: #ffffff;
	border: 1px solid #cfd4d8;
	border-radius: 0;
	box-shadow: none;
	color: #111314;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	min-height: 46px;
	padding: 0 14px;
	width: 100%;
}

.dn-contact-form textarea {
	line-height: 1.45;
	min-height: 150px;
	padding: 13px 14px;
	resize: vertical;
}

.dn-contact-form input:focus,
.dn-contact-form select:focus,
.dn-contact-form textarea:focus {
	border-color: #111314;
	outline: 2px solid rgba(229, 37, 40, 0.16);
	outline-offset: 0;
}

.dn-contact-form__privacy {
	align-items: flex-start;
	color: #4f5660;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	line-height: 1.45;
}

.dn-contact-form__privacy input {
	accent-color: #e52528;
	flex: 0 0 auto;
	height: auto;
	margin-top: 3px;
	min-height: 0;
	width: auto;
}

.dn-contact-form__privacy a,
.dn-contact-map-copy a {
	color: #e52528 !important;
	font-weight: 800;
	text-decoration: none !important;
}

.dn-contact-submit {
	align-items: center;
	background: #e52528;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	min-height: 54px;
	padding: 0 22px;
	text-transform: uppercase;
	transition: background 160ms ease, color 160ms ease;
	width: 100%;
}

.dn-contact-submit:hover,
.dn-contact-submit:focus {
	background: #c9161d;
	color: #ffffff;
	outline: 0;
}

.dn-contact-hp {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.dn-contact-address {
	color: #555d66;
	display: grid;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	gap: 6px;
	line-height: 1.45;
	padding: 20px 24px 24px;
}

.dn-contact-address strong {
	color: #111314;
	font-size: 16px;
	font-weight: 800;
}

.dn-contact-map-panel {
	display: grid;
	gap: 0;
	grid-template-columns: 360px minmax(0, 1fr);
	min-height: 360px;
}

.dn-contact-map-copy {
	align-content: center;
	display: grid;
	padding: 28px;
}

.dn-contact-map-copy a {
	margin-top: 16px;
	text-transform: uppercase;
}

.dn-contact-map {
	background: #dfe3e7;
	min-height: 360px;
}

.dn-contact-map iframe {
	border: 0;
	display: block;
	height: 100%;
	min-height: 360px;
	width: 100%;
}

@media (max-width: 1080px) {
	body.page-id-18 .site-content .col-full {
		width: calc(100% - 36px);
	}

	.dn-contact-hero,
	.dn-contact-main,
	.dn-contact-map-panel {
		grid-template-columns: 1fr;
	}

	.dn-contact-hero__meta {
		min-width: 0;
	}

	.dn-contact-map-copy {
		align-content: start;
	}
}

@media (max-width: 760px) {
	body.page-id-18 .site-content .col-full {
		padding: 24px 0 42px;
		width: calc(100% - 30px);
	}

	body.page-id-18 .storefront-breadcrumb {
		padding: 14px 0;
	}

	.dn-contact-hero,
	.dn-contact-panel__head,
	.dn-contact-form,
	.dn-contact-address,
	.dn-contact-map-copy {
		padding: 20px 16px;
	}

	.dn-contact-hero h1 {
		font-size: 34px;
	}

	.dn-contact-grid,
	.dn-contact-form__row {
		grid-template-columns: 1fr;
	}

	.dn-contact-tile {
		padding: 18px 16px;
	}

	.dn-contact-map,
	.dn-contact-map iframe {
		min-height: 320px;
	}
}
