/*
Theme Name: 17Mile
Theme URI: https://17mile.net
Author: fip creative ROOTS
Author URI: https://fipcreative.com
Description: Theme
Version: 2035
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
*/

/* @import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */

@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Outfit:wght@100..900&display=swap);
@import url('rhizomes.css');
@font-face {
    font-family: "Gotham Bold";
    src: url("/wp-content/themes/seventeenmile/fnt/Gotham-Bold.otf") format("opentype");
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
	margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #4DC7A0;
	color: #FFF;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #4DC7A0;
}

/******************************************/
/******************************************/
/*** Variable Declarations ***/
html {
	--primary-color: #101820; /* Pantone Black 6 */
	--secondary-color: #9ED0E6; 
	--accent-color: #BA0C2F; /* Pantone 200 */
	--bulk-black: #101820;
	--secondary-accent: #C6a15B;
	--compliment-primary: #D9DCD6;
	font-size: 62.5%;
}

/*** Base Font Sizes ***/
body {
	font-size: 1.8rem;
	font-family: "Outfit", sans-serif;
	background-color: var(--primary-color);
	color: white;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
	font-family: 'Gotham Bold', sans-serif;
	position: relative;
	line-height: 1;
}

h4, h5 {
	font-family: "Oswald", sans-serif;}

h1 {
	font-size: 5rem;
	line-height: 1.1;
}

@media (max-width: 620px) {
	h1 {
		font-size: 4.5rem;
		line-height: 5rem;
	}
}

h2 {
	font-size: 5rem;
	margin-top: 5rem;
	color: var(--accent-color);
}

h2 span {
	font-size: 5.1rem;
	color: white;
	font-weight: bold;
	font-family: "DM Sans", sans-serif;}

@media (max-width: 620px) {
	h2 {
		font-size: 4rem;
	}
}

h3 {
	font-size: 3rem;
	position: relative;
}

/* .sub-page-content h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 3px dotted var(--accent-color);
	width: 4rem;
} */

h4 {
	font-size: 2.5rem;
	margin-bottom: 0.8rem;
	margin-top: 3.5rem;
}

h5 {
    font-size: 1.6rem;
    color: var(--primary-color);
    margin-bottom: -1rem;
    text-transform: uppercase;
    color: var(--accent-color);
}

h1::after, h2::after, h3::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 10rem; 
	bottom: -1.2rem;
	border-bottom: 6px solid var(--secondary-accent);	
}

h1.left-header::after, h2.left-header::after, h3.left-header::after {
	left: 0;
	transform: initial;
}

p,
li {
	font-size: 1.8rem;
	line-height: 1.5;
}

a {
	text-decoration: none;
	color: white;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

p a {
	text-decoration: underline;
	/* font-weight: bold; */
}

section,
footer {
	padding: 7rem 0;
}

i.fa-brands {
	font-size: 4rem;
	margin-right: 1rem;
}






/*** Buttons ***/
.button, #wpforms-submit-30, .wp-block-button a {
	display: inline-block;
	text-decoration: none !important;
	padding: 1rem 3rem;
	color: white;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: bold;
	border: 4px solid var(--accent-color);
	border-radius: 0;
	transition: all 0.5s ease;
	margin-bottom: 0.75rem;
	text-align: center;
	background-color: var(--accent-color);
}

.wp-block-buttons {
	margin-bottom: 5.5rem;
}

.button-grey {
	/* background-color: var(--accent-color); */
	border: 4px solid var(--accent-color);
}

.button-on-white {
	color: var(--primary-color);
}

.button-on-red a {
	background-color: var(--primary-color);
	border: 4px solid var(--primary-color);
}

.button-on-red a:hover {
	background-color: var(--secondary-accent);
	border: 4px solid var(--secondary-accent);
}

.button:hover {
	background-color: var(--primary-color);
	border: 4px solid var(--primary-color);
}

.button-on-white:hover {
	color: white;
}

.button-directory .button {
	display: block;
}

/*** Useful Classes ***/
.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}


.emphatic {
	font-weight: bold;
	font-style: italic;
	color: var(--primary-color);
}

.fa-circle-xmark::before {
	color: red;
}

.fa-circle-check::before {
	color: green
}

.fake-hr {
	width: 40%;
	border-bottom: 3px dotted var(--primary-color);
	margin: 5rem auto;
}

.fright {
	float: right;
	max-width: 45rem;
	margin-left: 1.8rem;
	margin-bottom: 1.8rem;
}

.fright img {
	max-width: 100%;
}

.fip-grid {
    display: grid;
    gap: 2rem;
    margin-bottom: 2rem;
    place-items: center;
    text-align: center;
}



.hr-wrap {
    width: 40%;
    margin: 30px auto;
}

.italic {
	font-style: italic;
}

.job-application-2023 label {
    color: #222;
}

.mega {
	font-size: 6rem;
}

.right {
	text-align: right;
}

.vertical-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*** Styling for this document only ***/

.rf-premast {
	background-color: var(--accent-color);
	color: white;
}

.rf-premast p {
	font-size: 1.6rem;
	text-shadow: initial;
	line-height: 1;
	margin: 1.25rem 0;
	font-weight: normal;
}

.rf-premast a {
	color: white;
	text-decoration: none;
}

.rf-premast i {
	margin-left: 3rem;
	font-size: 2rem;
	margin-right: 0.5rem;
}

header {
	min-height: 84rem;
	background-color: var(--primary-color);
	position: relative;
	background-image: url(/wp-content/uploads/2025/05/5G-tower-city-flipped-crop.webp);
	background-size: cover; 
	background-position: right 10% center;
	background-repeat: no-repeat;

}

@media (max-width: 1000px) {
 header {
	min-height: 700px;
 }
}
 
@media (max-width: 820px) {
	header {
	 min-height: 75rem;
	}
}
 

#cash-sold-done {
	padding: 0;
	background-color: white;
}

#cash-sold-done img {
	width: 100%;
}

#cash-sold-done .image-wrapper {
	width: 92%;
	margin: auto;
	max-width: 160rem;
}
 


@media (max-width: 620px) {
	.rf-masthead .rf-container {
		display: block;
		margin-bottom: 3rem;
	}
}

.rf-masthead {
	background-color: color-mix(in srgb, var(--primary-color), #0000 10%);
	padding: 1.5rem 0;
}

.rf-masthead .rf-container {
	display: grid;
	grid-template-columns: 1.25fr 3fr;
}

nav {
	z-index: 1000;
	/* padding: 0 1rem; */
	position: relative;
}


@media (min-width: 970px) {
	nav {
		margin-left: 30rem;
		width: 60rem;
	}
}

@media (min-width: 1070px) {
	nav {
		margin-left: 30rem;
		width: 70rem;
	}
}

nav > ul {
	display: flex;
	gap: 0;
	text-align: center;
	position: relative;
	width: 100%;
	flex-grow: 1;
	align-items: stretch;
	height: 100%;
}

nav ul {
	list-style: none;
	margin: 0;
}

#mobile-nav,
nav .phone-number {
	display: none;
}

nav > ul > li {
	flex-grow: 1;
	line-height: initial;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

nav > ul > li > a {
	color: white;
	font-weight: bold;
	padding: 1.5rem;
	display: block;
	font-size: 1.6rem;
	text-transform: uppercase;
}

nav > ul > li:last-of-type a {
	/* background-color: var(--secondary-accent); */
	/* color: white; */
	border: 4px solid var(--secondary-accent);
}

nav > ul > li > a:hover {
	background-color: var(--secondary-accent);
	color: white;
}

nav .sub-menu {
	display: none;
	position: absolute;
	background-color: var(--primary-color);
	padding: 1rem;
	bottom: 1;
	left: 0;
	z-index: 10;
}

@media (min-width: 820px) {
	nav .sub-menu {
		/* box-shadow: 2px 2px 6px #888; */
		text-align: left;
		width: 30rem;
		transform: translateY(90%);
		}
}

nav .sub-menu a {
	transition: none;
	/* width: 100%; */
	display: block;
	padding: 1.4rem 0.75rem;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: bold;
}

nav .sub-menu a:hover {
	background-color: var(--accent-color);
	color: white;
	/* text-shadow: 1px 2px #555; */
}

nav > ul > li:hover .sub-menu {
	display: initial;
}




.logo {
	background-color: transparent;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: -1.5rem;
	width: 30rem;
	border-right: 2px solid white;
    border-bottom: 2px solid white;
    border-left: 2px solid white;	
	box-shadow: 2px 2px 6px #222;
}

.logo a {
	display: flex;
}

.logo img {
	margin: auto;
	width: 100%;
}

.logo span {
	font-size: 8rem;
	color: var(--primary-color);
	text-align: center;
	display: block;
	font-family: "Cal Sans", sans-serif;
	line-height: 1;
}


@media (max-width: 970px) {
	.rf-premast {
		display: none;
	}
	.rf-masthead {
		top: 2rem;
		background-color: initial !important;
	}
	.logo {
		width: 20rem;
		background-color: transparent;
		/* padding: 1rem 1%; */
		text-align: center;
		display: flex;
		justify-content: center;
		position: relative;
		top: initial;
		border: none;
	}

	.logo span {
		color: white;
		text-shadow: 1px 1px 5px #777;
	}

	nav, nav > ul, nav > ul > li, nav > ul > li > a , nav .sub-menu, nav .sub-menu a {
		padding: 0;
		margin: 0;
	}

	nav {
		width: 100%;
		left: initial;
		padding: 0;
		background-color: rgba(0, 0, 0, 0.9);
		position: absolute;
	}
	nav > ul {
		display: none;
		text-align: left;
		padding-left: 0;
	}

	nav > ul > li {
		justify-content: initial;
	}

	nav > ul > li > a {
		display: block;
		padding: 1.4rem 0 1.4rem 1.75rem;
	}


	nav > ul > li:last-of-type a {
		border: none;
	}

	nav > ul > li > a:hover {
		background-color: initial;
	}

	#mobile-nav {
		display: block;
		text-align: right;
		color: white;
		background-color: var(--primary-color);
		padding: 2rem;
		font-weight: bold;
		text-transform: uppercase;
		z-index: 3999;
		position: absolute;
		right: 0;
	}
	nav .sub-menu {
		position: relative;
	}
	nav .sub-menu {
		background-color: transparent;
		/* padding: 1rem; */
		/* transform: translateX(-50%); */
		/* width: 30rem; */
		text-align: left;
		/* box-shadow: 2px 2px 6px #888; */
	}
	
	nav .sub-menu a {
		transition: none;
		display: block;
		color: white;
		font-weight: bold;
	}
	.sub-page-open .rf2 {
		grid-template-columns: initial;
		display: grid;
	}
	.sub-page-open .rf-block:nth-of-type(1) {
		min-height: initial !important;
		background-color: color-mix(in srgb, var(--primary-color), #0000 20%);
		position: relative;
	}
	.sub-page-open h1 {
		background: initial !important;
		margin: 0.2rem;
	}
	.sub-page-open .rf-block:nth-of-type(2) {
		order: -1;
		height: 30rem;
	}
	.menu-item-has-children a {
		display: none;
	}


}


.rf-white-gap {
	background-color: white;
}

/* @media (max-width: 620px) {
	.logo img {
		width: 70%;
		margin: auto;
	}
} */

.rf-star-bar {
	background-color: var(--primary-color);
	display: inline;
	padding: 1rem 2rem;
	position: relative;
	-webkit-box-shadow: 2px 3px 5px #444;
	box-shadow: 2px 3px 5px #444;
	color: #111;
	text-transform: uppercase;
}

.rf-star-bar i {
	color: var(--accent-color);
	text-shadow: 1px 1px 3px #444;

}

.rf-slogan-bar {
	bottom: initial;
	top: 70%;
	transform: translateY(-50%);
}


.rf-slogan-bar .rf-slogan {
	text-shadow: 3px 3px var(--primary-color);
	font-style: initial;
	color: white;
	font-family: "Outfit", sans-serif;
}

.rf-slogan span {
	text-transform: initial;
	font-size: 4rem;
}

.rf-slogan-bar .rf-slogan span.bottom-row {
	font-size: 7rem;
}

.rf-slogan-bar .rf-slogan span.emphasis {
	text-transform: uppercase;
	font-size: 7rem;
	font-family: 'Gotham Bold', sans-serif;
}

@media (max-width: 820px) {
	.rf-slogan-bar .rf-slogan span.emphasis {
		font-size: 5.5rem;
		font-family: "Outfit", sans-serif;
	}
	.rf-slogan-bar .rf-slogan span.bottom-row {
		font-size: 5.5rem;
        display: block;
        border-top: 0.5rem solid var(--accent-color);
        width: 50%;
	}
	.rf-slogan-bar {
		top: 60%;
	}
}

.rf-slogan-text {
	background-color: color-mix(in srgb, var(--primary-color), #0000 25%);
	/* border-top: 2rem solid var(--secondary-color); */
	text-shadow: initial;
}

@media (max-width: 620px) {
	.rf-slogan-bar {
		bottom: 0.5rem;
	}

	.rf-slogan-bar .rf-slogan {
		font-size: 2.8rem;
	}

	.rf-star-bar {
		display: none;
	}
}

@media (max-width: 375px) {
	header {
		min-height: initial;
		height: 100vh;
	}
}

.triple-pic-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 400px;
    grid-column-gap: 8px;
    grid-row-gap: 0px;
}

.triple-pic {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.triple-pic:nth-of-type(1) {
    background-image: url(https://heckresidential.com/wp-content/uploads/2022/08/reno3.jpg)
}

.triple-pic:nth-of-type(2) {
    background-image: url(https://heckresidential.com/wp-content/uploads/2022/08/reno4.jpg)
}

.triple-pic:nth-of-type(3) {
    background-image: url(https://heckresidential.com/wp-content/uploads/2022/08/reno6.jpg)
}

@media (max-width: 580px) {
    .triple-pic-wrapper {
        grid-template-columns: 1fr;
    }

    .triple-pic.triple-pic:nth-of-type(1), .triple-pic:nth-of-type(3) {
        display: none;
    }
}

.red-bar {
	background-color: var(--accent-color);
	background-color: #ba0c2f;
	background-image: url("/wp-content/uploads/2025/05/axiom-pattern.png");
	color: white;
	min-height: 15rem;
}

.red-bar * {
	color: white;
}

/* .red-bar .rf-block {
	border: 1px solid white;
	padding: 5rem 0;
} */

.red-bar i {
	font-size: 10rem;
	text-align: center;
}

.red-bar h3 {
	text-align: center;
}

.red-bar .rf-card-text {
	text-align: center;
}

@media (max-width: 820px) {
	.red-bar .rf-block:not(:first-of-type) {
		margin-top: 10rem;
	}
}

#color-bar {
	background-color: var(--primary-color);
	background-color: var(--accent-color);
	background-image: url();
	background-size: cover;
	background-position: center;
	font-size: 8rem;
	color: white;
	padding: 7rem 4rem;
	text-shadow: 2px 2px 5px #aaa;
	position: relative;
	z-index: 0;
	border-bottom: 3px solid var(--secondary-accent);
}

@media (max-width: 620px) {
	#color-bar {
		padding: 2rem 0;
		font-size: 4rem;
	}

	#color-bar .rf3 {
		display: -ms-grid;
		display: grid;
	}

	#color-bar .rf-card {
		margin-bottom: 0;
	}
}

#color-bar::after {
	content: "";
	background-color: var(--accent-color);
	opacity: 0.85;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#color-bar .rf-container {
	z-index: 2;
	position: relative;
}

#color-bar h3 {
	margin: 0;
}

@media (max-width: 620px) {
	#color-bar h3 {
		font-size: 1.6rem;
	}
}

#color-bar a {
	color: white;
}

#color-bar a:hover {
	color: var(--secondary-color);
}

.sub-page header {
	background-image: initial;
	background-color: transparent;
	min-height: initial;
}

@media (max-width: 970px) {
	.sub-page header {
		height: 0rem;
	}
}





.sub-page .rf-masthead {
	position: relative;
}

.sub-page header .rf-container {
	box-shadow: initial;
}




.sub-page-splash {
	background-image: url(/wp-content/uploads/2025/01/439A0804.jpg);
	background-size: cover;
	position: relative;
}

.overlay-blur {
	backdrop-filter: blur(7px);
	position: absolute;
	inset: 0;
	/* width: 100%;
	height: 100%; */
}

.header-overlay {
	background-color: color-mix(in srgb, var(--primary-color), #0000 80%);
	position: absolute;
	inset: 0;

	/* display: none; */
}

@media (max-width: 820px) {
	.header-overlay {
		background: linear-gradient(45deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 65%);
	}
}

.sub-page-open {
	padding: 5rem 0;
	min-height: 25rem;
	/* width: 94%;
    margin-left: 3%;
    margin-top: 3%;
    margin-bottom: 3%;	 */
}

.sub-page-open.splash-revision {
	background-color: white;
	padding: 0;
	min-height: 0;
}

.splash-revision p {
	color: var(--primary-color);
}
/* .sub-page-open .rf-container {
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: 3px 3px 4px 0px #444;
	box-shadow: 3px 3px 4px 0px #444;
	background-color: white;
} */

.sub-page-open .rf-container {
	padding-top: 5.5rem;
}

.sub-page-open h1 {
	line-height: 1.1;
	position: relative;
	color: var(--secondary-accent);
	margin-bottom: 0.5rem;
	background-color: var(--secondary-accent);
    color: white;
    padding: 2rem;
    box-shadow: 4px 4px 4px #888;
}

.sub-page-open p {
	line-height: 1.3;
}

.sub-page-open h1::after {
	content: "";
	position: absolute;
	bottom: 1.2rem;
	border-bottom: 4px dotted var(--compliment-primary);
	width: 30%;
	left: 0;
	display: none;
}

.sub-page-open .rf-block:first-of-type {
	display: flex;
	min-height: 50rem;
	justify-content: center;
	padding: 5rem 5rem;
	background: #FFFFFF;
	background: linear-gradient(198deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 82%, rgba(48, 188, 237, 1) 100%);
	background: radial-gradient(farthest-corner at 70%,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 82%, rgba(48, 188, 237, 1) 100%);
}

.sub-page-open .rf-block:last-of-type {
	position: relative;
}

.sub-page-open .rf2 {
	gap: 2rem;
}

.sub-page-content h2 {
	position: relative;
	font-size: 3.8rem;
	color: white;
}

.sub-page-content h2::after {
	content: "";
	position: absolute;
	bottom: -1.5rem;
	border-bottom: 4px solid var(--secondary-accent);
	width: 17%;
	left: 0;
	transform: translateX(0);
}

/* .sub-page-content h2:first-of-type {
	margin-top: 0;
} */

.sub-page-content h3::after {
	content: "";
	position: absolute;
	bottom: -1rem;
	border-bottom: 4px dotted var(--accent-color);
	width: 12%;
	left: 0;
	transform: translateX(0);
}

.sub-page-content {
	padding-bottom: 10rem;
	background-image: url(/wp-content/uploads/2025/02/8026-1.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

.sub-page-content::after {
	content: "";
	inset: 0;
	position: absolute;
	z-index: 2;
	/* background-color: rgba(0, 0, 0, 0.85); */
}

.sub-page-content .rf-container {
	position: relative;
	z-index: 3;
}

.sub-page-content a {
	font-weight: bold;
	text-decoration: underline;
}


.rf-aside {
	/* -webkit-border-radius: 4rem;
	border-radius: 4rem; */
	/* -webkit-box-shadow: 4px 4px 4px 0 #bbb; */
	/* box-shadow: 4px 4px 4px 0 #bbb; */
	position: relative;
	background-color: var(--accent-color);
	color: white;
	margin-top: 4rem;
}


@media (max-width: 820px) {
    .rf-aside {
		max-width: initial;
        margin: auto;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
}

.rf-aside .aside-link {
	margin-bottom: 1rem;
}

.rf-aside .aside-link i {
	color: var(--bulk-black);
}

.rf-aside .aside-link a {
	font-weight: bold;
	font-size: 2rem;
}

.rf-aside h3 {
	text-align: center;
	position: relative;
	line-height: 1.1;
}

.rf-aside h3::after {
	position: absolute;
	content: "";
	bottom: -1rem;
	border-bottom: 4px dotted var(--secondary-accent);
	width: 30%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.rf-aside .owl-graphic {
	text-align: right;
	margin-top: 4rem;
}

.rf-aside .owl-graphic img {
	width: 50%;
}


#home-feature {
	background-image: url(/wp-content/uploads/2025/05/tower-water-area.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

#home-feature::after {
	content: "";
	inset: 0;
	background-color: color-mix(in srgb, var(--accent-color), #0000 10%);
	position: absolute;
	z-index: 2;
}

#home-feature .rf-wide {
	position: relative;
	z-index: 3;
}

#home-feature .rf-block {
	padding: 4rem;
}

#home-feature h2 {
	color: white;
	text-align: center;
}

#home-feature .rf-block:first-of-type {
	min-height: 30rem;
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	align-items: center;
	margin-left: 5rem;
}

@media (max-width: 820px) {
	#home-feature .rf-block {
		padding: 4rem 1.2rem !important;
	}
	#home-feature .rf-block:first-of-type {
		margin-left: initial;
	}
}





.why-choose {
	/* background-color: var(--secondary-accent); */
	background-color: #fcecd5;
	background-image: url(img/light-grey-floral-motif.png);
	background-size: 4rem;
	color: var(--bulk-black);
	text-align: center;
	padding-bottom: 10rem;
}

@media (min-width: 820px) {
.why-choose .rf-wide {
	width: 99%;
	margin-left: 0.5%;
}
}

.why-choose h2 {
	position: relative;
}

.why-choose h3 {
	position: relative;
	font-size: 2.5rem;
}

/* .why-choose h2::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 12rem; 
	bottom: -1.2rem;
	border-bottom: 6px dotted var(--primary-color);
} */

.why-choose .rf-card {
	text-align: center;
	background-color: white;
	/* font-weight: bold; */
}

.why-choose i {
	font-size: 6rem;
	display: block;
	margin: auto;
	color: var(--secondary-color);
	padding: 2rem 0;
}

.why-choose p {
	padding: 1rem;
}

#number-bar {
	/* background-image: url(/wp-content/uploads/2024/01/tabora-03.jpg); */
	background-size: cover;
	background-position: center;
	/* border-bottom: 3px solid var(--accent-color); */
}

@media (max-width: 620px) {
	#number-bar {
		background-position: -450px;
	}
}

#number-bar .rf-container {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 0.1rem 3rem 2rem;
}

#number-bar h2 {
	text-align: center;
	position: relative;
}

/* #number-bar h2::after {
	position: absolute;
	content: "";
	left: 50%;
	width: 12rem;
	bottom: -0.6rem;
	border-bottom: 6px dotted var(--primary-color);
	margin-left: -6rem;
} */

#number-bar h3 {
	margin-bottom: 0;
}

@media (max-width: 620px) {
	#number-bar h3 {
		margin-top: 1rem;
	}
}

#number-bar h4 {
	margin-top: 1rem;
}

.bio-pic {
	min-height: 40rem;
	background-size: cover;
	background-position: center;
	position: relative;
	transition: all 0.5s ease;
}

.bio-pic .rf-card-title {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	color: white;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 1rem;
	font-weight: bold;
	font-size: 2.2rem;
	text-align: right;
	line-height: 1;
}

.bio-pic .rf-card-title span {
	font-size: 1.4rem;
}

.bio-overlay {
	opacity: 0;
	inset: 0;
	position: absolute;
	background-color: color-mix(in srgb, var(--primary-color), #0000 25%);
	color: white;
	transition: all 0.5s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bio-overlay a {
	color: white;
}

.affiliations .rf-block {
	display: flex;
	align-items: center;
	justify-content: center;
}

.affiliations .rf-block figcaption {
	font-size: 1.1rem;
	font-style: italic;
	text-align: right;
}

/* .fa-envelope {
    font-size: 4rem !important;
} */

.bio-pic:hover > .bio-overlay {
	opacity: 1;
}

.bold-scripty {
	font-weight: bold;
	color: var(--compliment-primary);
	font-size: 8rem;
	text-shadow: 2px 2px 5px #bbb;
	display: block;
	margin-top: -1rem;
	position: relative;
}

#text-three {
	background-color: white;
	color: var(--bulk-black);
}

#red-block {
	background-color: var(--accent-color);
	height: 50rem;
	border: 1px solid red;
}

#fiftyfifty {
	background-color: var(--primary-color);
	background-image: url(/wp-content/uploads/2025/02/3F8A6382.jpg);
	padding: 0;
	position: relative;
	z-index: 4;
}

#fiftyfifty::after {
	content: "";
	inset: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: 5;
}

#fiftyfifty .rf2 {
	position: relative;
	z-index: 6;
}

#fiftyfifty .rf-block:first-of-type {
	min-height: 30rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	align-items: center;
}

#fiftyfifty .rf-block:not(:first-of-type) {
	padding: 4rem;
	justify-content: center;
}

#fiftyfifty h4 {
	margin-top: 0;
}




.floating-quote {
	background-color: color-mix(in srgb, var(--secondary-accent), #0000 15%);
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2rem;
}

.floating-quote h3 {
	font-style: italic;
	text-align: center;
	font-weight: normal;
	font-family: "Bodoni Moda", serif;
	font-size: 5.5rem;
	margin: 2rem;
}

.floating-quote .emphasis {
	text-transform: uppercase;
	font-style: normal;
}



.floating-quote .quote-byline {
	font-family: 'Golden Hopes', sans-serif;
	text-align: right;
	line-height: 1;
}

@media (max-width: 1000px) {
.floating-quote h3{
 font-size: 3rem;
}
.floating-quote {
	padding: 1.5rem;
}
}

@media (max-width: 620px) {
	.floating-quote {
		display: none;
	}
}

/* section, .rf-white-gap, footer {
	border-bottom: 1px solid var(--secondary-accent);
} */

@media (max-width: 820px) {
	.rf-masthead {
		border-bottom: none;
	}
}

.speed-dials {
	background-color: transparent;
	background-image: url("/wp-content/uploads/2025/03/crissxcross.png");
	color: white;
	text-align: center;
	padding: 0;
    margin-top: -4rem;
    position: relative;	
}

.speed-dials .rf-wide {
	width: 80%;
	margin-left: 8%;
	background-color: var(--accent-color);
	background-image: url(/wp-content/uploads/2025/04/checkered-light-emboss.png);
	padding: 2%;
    border-radius: 10rem;	
}


.speed-dials .rf-card {
	text-align: center;
}

.speed-dials h3, .speed-dials h4 {
	margin: 0.75rem 0;
	line-height: 1;
}

.speed-dials h3 {
	font-weight: bold;
	color: var(--primary-color);

	/* margin-top:  */
}

.speed-dials h3::after {
	display: none;
}


.speed-dials .rf-block {
	color: var(--accent-color);
	background-color: white;
	border-radius: 50%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}

.speed-dials .circle-wrap {
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
}

.icon-bubble {
	background-color: var(--accent-color);
	border: 3px solid white;
	color: white;
	width: 20%;
	padding-bottom: 20%;
	height: 0;
	position: absolute;
	top: 7%;
	right: 7%;
	border-radius: 50%;
}

.icon-bubble i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.5vw;
}

#contact {
	background-color: var(--primary-color);
	color: white;
	padding: 0;
}

#contact h2 {
	margin: 0;
	margin-top: 3rem;
	position: relative;
	color: var(--secondary-accent);
}

#contact h2::after {
	border-bottom: 6px solid var(--accent-color);
}

/* #contact h2::after {
	content: "";
	position: absolute;
	left: 0;
	width: 12rem;
	bottom: -1.2rem;
	border-bottom: 6px dotted var(--accent-color);
} */

#contact .rf-block:last-of-type {
	height: 100%;
	background-image: url(/wp-content/uploads/2025/05/tower-water-area.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#contact .rf-block:not(:last-of-type) {
	/* padding: 3rem 0; */
	background-image: url();
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
}

#contact .rf-block:not(:last-of-type) img {
	opacity: 0.6;
}

#contact .rf-padded-text {
	padding: 3rem 6rem;
}

@media (max-width: 820px) {
	#contact .rf-padded-text {
		padding: 3rem 1.2rem;
	}
}

footer {
	/* background-color: var(--primary-color);
	background-color: black; */
	background-image: url(/wp-content/uploads/2025/04/creative-that-connects.webp);
	background-position: right -15% center;
	background-repeat: no-repeat;
	background-size: contain;
	color: white;
	padding: 0;
	font-weight: bold;
}

@media (max-width: 900px) {
	footer {
		background-size: cover;
		background-position: right center;
	}
}

footer .rf-block {
	padding: 1.2rem;
}

footer a.footer-logo {
	line-height: 1;
	color: white;
	text-decoration: none;
	font-size: 6rem;
	font-weight: normal;
}

footer .rf-container {
	padding: 7rem 0;
}

footer .rf3 {
	background-color: var(--primary-color);
}

footer .white-links i {
	color: white;
}

footer h3 {
	line-height: 1;
	position: relative;
	font-size: 4.5rem;
}

/* footer h3::after {
	content: "";
	position: absolute;
	border-bottom: 3px dotted var(--primary-color);
	width: 5rem;
	left: 0;
	bottom: -0.4rem;
} */

footer h4 {
	margin: 0;
}


footer a {
	color: white;
	/* font-weight: normal; */
	text-decoration: none;
}

footer i {
	color: var(--secondary-accent);
}

footer a, footer li, footer p, footer td {
	font-size: 1.6rem;
}

footer .right-line {
	position: relative;
}

@media (max-width: 620px) {
	footer .right-line {
		margin-top: 2rem;
	}
}

footer .right-line::before {
	position: absolute;
	border-left: 1px solid var(--secondary-accent);
	content: "";
	height: 70%;
	top: 15%;
	right: 0;
}

@media (max-width: 820px) {
	footer .right-line::before {
		border-left: none;
		border-bottom: 1px solid var(--secondary-accent);
		height: 0;
		width: 100%;
		top: initial;
		right: initial;
		bottom: 0;
	}
}

footer img {
	width: 70%;
}

.rf-copyright {
	background-color: var(--accent-color);
	color: black;
	padding: 1.2rem 0;
}

.rf-copyright p {
	font-size: 1.5rem;
	font-weight: bold;
}

div.wpforms-container-full .wpforms-field-label, div.wpforms-container-full .wpforms-field-sublabel {
	color: white !important;
}

.wpforms-container .wpforms-field {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

li > h4 {
	color: var(--primary-color);
}

@media (min-width: 820px) {
.insert-page {
	margin-top: 12.5rem;
}
}