@font-face {
	font-family: 'AvenirBook';
	src: url('../font/Avenir-Book.woff') format('woff'),
		 url('../font/Avenir-Book.ttf') format('truetype')
}

@font-face {
	font-family: 'CompassSansRegular';
	src: url('../font/CompassSansRegular-Regular.woff') format('woff'),
		 url('../font/CompassSansRegular-Regular.ttf') format('truetype')
}

@font-face {
	font-family: 'CompassSansMedium';
	src: url('../font/CompassSansMedium-Regular.woff') format('woff'),
		 url('../font/CompassSansMedium-Regular.ttf') format('truetype')
}

@font-face {
	font-family: 'CompassDisplay';
	src: url('../font/CompassDisplay-Regular.ttf') format('truetype')
}

@font-face {
	font-family: 'CompassSansBold';
	src: url('../font/CompassSans_Desktop_Bold.ttf') format('truetype')
}

@font-face {
	font-family: 'CompassSansMedium';
	src: url('../font/CompassSans_Desktop_Medium.ttf') format('truetype')
}

@font-face {
	font-family: 'CompassSansRegular';
	src: url('../font/CompassSans_Desktop_Regular.ttf') format('truetype')
}

@font-face {
	font-family: 'CompassSansLight';
	src: url('../font/CompassSans_Desktop_Light.ttf') format('truetype')
}

.hide,
[hidden] {
	display: none !important;
}

.mobile-hide {
	display: block;
}

.mobile-only,
.mobile-icon {
	display: none;
}

body.scroll-lock {
	overflow: hidden;
}

.mobile-nav-active {
	display: block;
}

h2 {
	color: rgb(0, 0, 0);
	font-family: 'CompassSansRegular';
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h3 {
	color: rgb(0, 0, 0);
	font-family: 'CompassSansRegular';
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h4 {
	color: rgb(0, 0, 0);
	font-family: 'CompassSansBold';
	font-size: 48px;
	text-transform: uppercase;
}

.black {
	color: rgb(255, 255, 255);
}

.gold {
	color: rgb(223, 195, 146);
}

a {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

nav a:hover,
footer a:hover {
	text-decoration: none;
}

.white,
.content .white,
.content a.white {
	color: rgb(255, 255, 255);
}

.bold {
	color: rgb(0, 0, 0);
	font-size: 18px;
}

body {
	background-color: rgb(255, 255, 255);
}

body.inner,
body.more-info {
	background: rgb(255, 255, 255);
}

.more-info-wrapper {
	padding: 10px;
}

.more-info-wrapper h2 {
	margin-bottom: 5px;
	padding: 0;
}

.more-info-wrapper p {
	font-family: 'CompassSansRegular';
	font-size: 16px;
	padding: 10px 0;
}

.more-info-wrapper img.big {
	margin-bottom: 20px;
	width: 100%;
}

.more-info-wrapper .two-col-left,
.more-info-wrapper .two-col-right {
	width: 48%;
}

.two-col-right.bg-override {
	background: rgb(0, 0, 0) url('../img/Pattern_Dots-01_W.png') repeat center center;
	color: rgb(255, 255, 255);
	padding: 30px 30px 10px;
	width: auto;
}

.two-col-right.bg-override h2 {
	color: rgb(255, 255, 255);
}

.more-info-wrapper img {
	margin-bottom: 20px;
}

header {
	background: rgba(0, 0, 0, .4);
	height: 100px;
	position: fixed;
	width: 100%;
	z-index: 10;
}

.inner header {
	background: rgba(43, 43, 43, 1);
	position: relative;
	height: 157px;
	width: 100%;
}

.header-wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 20px;
}

.inner .logo {
	background: none;
	height: 107px;
	width: 219px;
}

nav.main {
	height: 100px;
}

nav.main ul li {
	font-family: 'CompassSansRegular';
	font-size: 16px;
	line-height: 100px;
	position: relative;
}

nav.main ul li a {
	color: rgb(255, 255, 255);
	display: block;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
}

/* Animated underline */
a .underline {
	line-height: initial;
	position: relative;
}

a .underline::after {
	background-color: rgb(255, 255, 255);
	bottom: 0;
	content: '';
	height: 0.1em;
	left: 0;
	opacity: 1;
  position: absolute;
	-webkit-transition: opacity 300ms, transform 300ms;
	-moz-transition: opacity 300ms, transform 300ms;
	-o-transition: opacity 300ms, transform 300ms;
  transition: opacity 300ms, transform 300ms;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	width: 100%;
}

a:hover .underline::after,
a:focus .underline::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
  transform: scale(1);
}
/* End animated underline */

/* Hamburger icon */
nav.main ul li.mobile-nav-btn {
	z-index: 3;
}

nav.main ul li .mobile-nav-btn-a {
	cursor: pointer;
	height: 50px;
	margin: 25px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
	width: 30px;
}

nav.main ul li .mobile-nav-btn-a span {
	background: rgb(255, 255, 255);
	display: block;
	height: 6px;
	left: 0;
	opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
	width: 100%;
}

nav.main ul li .mobile-nav-btn-a span:nth-child(1) {
	top: 11px;
}

nav.main ul li .mobile-nav-btn-a span:nth-child(2),
nav.main ul li .mobile-nav-btn-a span:nth-child(3) {
	top: 22px;
}

nav.main ul li .mobile-nav-btn-a span:nth-child(4) {
	top: 33px;
}

nav.main ul li.mobile-nav-btn-active .mobile-nav-btn-a span:nth-child(1),
nav.main ul li.mobile-nav-btn-active .mobile-nav-btn-a span:nth-child(4) {
	left: 50%;
	top: 18px;
  width: 0%;
}

nav.main ul li.mobile-nav-btn-active .mobile-nav-btn-a span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

nav.main ul li.mobile-nav-btn-active .mobile-nav-btn-a span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* End hamburger icon */

.header-about {
	cursor: pointer;
}

.header-about-submenu {
	background: #fff;
	box-shadow: 4px 10px 10px 0 rgba(0, 0, 0, 0.16);
	display: none;
	position: absolute;
	width: max-content;
}

.header-about .header-about-submenu li {
	line-height: 1;
	padding: 20px 0;
	transition: all 0.2s;
}

.header-about .header-about-submenu li a {
	color: #000;
}

.header-about .header-about-submenu li:hover {
	background: #000;
}

.header-about .header-about-submenu li:hover a {
	color: #fff;
}

.header-about:hover .header-about-submenu {
	display: block;
}

nav.flyout {
	background: rgb(0, 0, 0);
	bottom: 0;
	height: 100%;
	max-width: 400px;
	overflow: hidden;
	position: fixed;
	right: -400px;
	top: 0;
	transition: right 300ms;
	width: 100%;
}

nav.flyout.mobile-nav-active {
	right: 0;
}

.inner nav {
	border-top: 1px solid rgb(0, 0, 0);
}

nav.flyout ul {
	margin: 25px auto 0;
	width: 100%;
}

nav.flyout ul li {
	font-family: 'CompassSansRegular';
	font-size: 14px;
	line-height: 50px;
	position: relative;
}

nav.flyout ul li a {
	color: rgb(255, 255, 255);
	display: block;
	padding: 0 0 0 40px;
	text-decoration: none;
	text-transform: uppercase;
}

.inner nav ul li a:hover {
	background: rgba(0, 0, 0, 1);
}

/* Form styling */
form {
	margin: 25px 13px auto;
	max-width: 300px;
}

form textarea {
	height: 200px;
}

.contact-input {
	background-color: transparent;
	border: 2px solid rgb(255, 255, 255);
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	font-family: 'CompassSansRegular';
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 15px;
	outline: 0;
	padding: 13px;
	-webkit-transition: border 300ms;
	-moz-transition: border 300ms;
	-o-transition: border 300ms;
	transition: border 300ms;
	width: 100%;
}

.contact-input:focus {
	border: 2px solid rgb(43, 43, 43);
}

[type="submit"] {
	background: rgb(255, 255, 255);
	border: 0;
	color: rgb(0, 0, 0);
	cursor: pointer;
	font-family: 'CompassSansRegular';
	font-size: 16px;
	font-weight: bold;
	padding: 14px 0 10px;
	-webkit-transition: background 300ms;
	-moz-transition: background 300ms;
	-o-transition: background 300ms;
	transition: background 300ms;
	width: 100%;
}

[type="submit"]:hover {
	background: rgb(43, 43, 43);
}

/* End form styling */

.team-interstitial {
	max-width: 620px;
}

.hero {
	background-image: url("../img/skyline.jpg");
	background-position: center;
	background-size: cover;
	height: 100vh;
	overflow: hidden;
	width: 100%;

	display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  justify-content: center;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
}

.hero.interstitial {
	background-image: url("../img/ben-interstitial.jpg");
	position: relative;
}

.hero-gradient {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	position: absolute;
	height: 100vh;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.hero-link:hover .hero-details {
	background: rgba(43, 43, 43, 1);
}

.hero-link:hover .hero-details .link {
	color: rgb(223, 195, 146);
}

.hero-details {
	background: rgba(43, 43, 43, .7);
	bottom: 120px;
	padding: 20px;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
}

.hero-details .address,
.hero-details .address2 {
	color: rgb(255, 255, 255);
	font-family: 'CompassSansRegular';
	font-size: 14px;
	line-height: 18px;
}

.hero-details .price {
	color: rgb(223, 195, 146);
	font-family: 'CompassSansRegular';
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 10px;
}

.hero-details .link {
	color: rgb(255, 255, 255);
	font-family: 'CompassSansRegular';
	font-size: 12px;
}

.status {
	background: rgba(43, 43, 43, .7);
	color: rgb(255, 255, 255);
	font-family: 'CompassSansRegular';
	font-size: 12px;
	padding: 5px 10px;
	position: absolute;
	left: 0;
	text-transform: uppercase;
	top: 0;
}

.team {
	float: right;
	max-width: 400px;
	padding: 0 0 10px 20px;
	width: 100%;
}

/* THIS IS TEMPORARY */
.hero-wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 50%;
	justify-content: space-evenly;
}

.hero-wrapper h2 {
	color: rgb(255, 255, 255);
	font-family: 'CompassSansRegular';
	font-size: 72px;
	font-weight: bold;
	line-height: 85px;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}

.hero-wrapper p {
	color: rgb(255, 255, 255);
	font-family: 'CompassSansRegular';
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

.hero-wrapper p a {
	color: rgb(255, 255, 255);
	font-size: 30px;
	font-style: normal;
	margin: 0 25px 0;
	text-decoration: underline;
}
/* END TEMPORARY */

/* STEP BY STEP */
.step-by-step-section {
	display: flex;
	flex-direction: column;
	gap: 45px;
	padding: 50px 40px 50px 88px;
}

.step-by-step {
	display: grid;
	grid-template-columns: repeat(4, 1fr 50px);
	grid-template-areas:
		"heading heading heading heading heading heading heading"
		"step1 arrow1 step2 arrow2 step3 arrow3 step4"
}

.step-by-step .heading {
	grid-area: heading;
}

.step-by-step .step1 {
	grid-area: step1;
}

.step-by-step .step2 {
	grid-area: step2;
}

.step-by-step .step3 {
	grid-area: step3;
}

.step-by-step .step4 {
	grid-area: step4;
}

.step-by-step .arrow1 {
	grid-area: arrow1;
}

.step-by-step .arrow2 {
	grid-area: arrow2;
}

.step-by-step .arrow3 {
	grid-area: arrow3;
}
/* END STEP BY STEP */

/* MEET BEN/ABOUT SECTION */

.about-headshot {
	max-width: 300px;
}

.meet-ben .right {
	align-items: center;
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 672px) {
	.about-headshot {
		max-height: 340px;
	}
}

/* END MEET BEN/ABOUT SECTION */

/*Background images for non-home pages */
.hero-wrapper.home-buyers,
.hero-wrapper.check-buyers {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/home-buyers.jpg");
	height: 50vh;
	background-size: cover;
	background-position: center;
}

.hero-wrapper.home-sellers,
.hero-wrapper.check-sellers {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/home-sellers.jpg");
	height: 50vh;
	background-size: cover;
	background-position: center;
}

.hero-wrapper.building-info {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/building-info.jpg");
	height: 50vh;
	background-size: cover;
	background-position: center;
}

.hero-wrapper.awards,
.hero-wrapper.check-home {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/awards.jpg");
	height: 50vh;
	background-size: cover;
	background-position: center;
}

.hero-wrapper.testimonials {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/testimonials.jpg");
	height: 50vh;
	background-size: cover;
	background-position: center;
}

.hero-wrapper.vocab {
	background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../img/vocab.jpg");
	height: 50vh;
	background-size: cover;
	background-position: center;
}

.hero-wrapper.maps {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/maps.jpg");
	height: 50vh;
	background-size: cover;
	background-position: center;
}

.hero-wrapper.relocation,
.hero-wrapper.check-moving {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/relocation.jpg");
	height: 50vh;
	background-size: cover;
	background-position: center;
}

.hero-wrapper.area-info {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/area-info.jpg");
	height: 50vh;
	background-size: cover;
	background-position: center;
}

/* Animated hero scroll CTA */
.scroll-cta-wrapper {
	bottom: 25px;
	position: absolute;
}
.circle {
    border: 2px solid #fff;
		border-radius: 100%;
    height: 40px;
    width: 40px;
}
.circle .cta {
		align-items: center;
		cursor: pointer;
    display: flex;
    flex-direction: column;
		height: 100%;
    justify-content: center;
    width:100%;
}
.arrow {
  	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
		background-size: contain;
		height: 12px;
    margin-left:0px;
		margin-top: 4px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
    width: 12px;
}
.arrow.bottom {
    margin-top: -4px;
}
@keyframes bounceAlpha {
  0% {
		opacity: 1;
		-webkit-transform: translateY(0px) rotate(90deg) scale(1);
		-moz-transform: translateY(0px) rotate(90deg) scale(1);
		-o-transform: translateY(0px) rotate(90deg) scale(1);
		transform: translateY(0px) rotate(90deg) scale(1);
	}
  10% {
		opacity: 0;
		-webkit-transform:translateY(10px) rotate(90deg) scale(0.9);
		-moz-transform:translateY(10px) rotate(90deg) scale(0.9);
		-o-transform:translateY(10px) rotate(90deg) scale(0.9);
		transform:translateY(10px) rotate(90deg) scale(0.9);
	}
  11% {
		opacity: 0;
		-webkit-transform:translateY(-10px) rotate(90deg) scale(0.9);
		-moz-transform:translateY(-10px) rotate(90deg) scale(0.9);
		-o-transform:translateY(-10px) rotate(90deg) scale(0.9);
		transform:translateY(-10px) rotate(90deg) scale(0.9);
	}
  20% {
		opacity: 1;
		-webkit-transform: translateY(0px) rotate(90deg) scale(1);
		-moz-transform: translateY(0px) rotate(90deg) scale(1);
		-o-transform: translateY(0px) rotate(90deg) scale(1);
		transform: translateY(0px) rotate(90deg) scale(1);
	}
  100% {
		opacity: 1;
		-webkit-transform: translateY(0px) rotate(90deg) scale(1);
		-moz-transform: translateY(0px) rotate(90deg) scale(1);
		-o-transform: translateY(0px) rotate(90deg) scale(1);
		transform: translateY(0px) rotate(90deg) scale(1);
	}
}
.bounceAlpha {
		animation-duration:6.0s;
		animation-iteration-count:infinite;
    animation-name: bounceAlpha;
    animation-timing-function:ease-in-out;
}
.arrow.top.bounceAlpha {
    animation-delay:0.3s;
}
/* End animated hero scroll CTA */

.body-section {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 50px 40px;
}

.section-width-wrapper {
	max-width: 1350px;
	width: 100%;
	z-index: 1;
}

.body-section.hero-wrapper,
footer.body-section {
		padding: 0;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.align-center {
	align-items: center;
}

.full-width-wrapper {
	width: 100%;
}

.content-wrapper {
	display: flex;
	flex-direction: column;
	margin: 50px auto;
	max-width: 1350px;
}

.why-ben {
	background-color: rgb(0, 0, 0);
	text-align: center;
}

.why-ben h2,
.why-ben h3,
.why-ben p {
	color: rgb(255, 255, 255);
}

.why-ben h3 {
	font-style: italic;
	text-transform: none;
}

.why-ben p {
	font-family: 'CompassSansRegular';
}

.content {
	position: relative;
}

.content .blockquote {
	color: rgb(150, 150, 150);
	font-size: 32px;
}

.content .aside {
	background: rgb(0, 0, 0) url('../img/Pattern_Dots-01_W.png') repeat center center;
	float: right;
	padding: 30px 30px 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.content .aside h2,
.content .aside p,
.content .aside a,
.content .aside ul {
	background: rgba(0, 0, 0, .75);
	color: rgb(255, 255, 255);
}

.content-video {
	clear: both;
	margin: 0 auto;
	max-width: 1350px;
	padding-bottom: 50px;
}

.content p,
.content a,
.content ul li,
.content ol li,
.step-by-step-section p {
	font-family: 'CompassSansMedium';
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 20px;
}

.content ul,
.content ol {
	margin-bottom: 20px;
}

.content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
}

.content a,
.contact-ben a {
	color: rgb(0, 0, 0);
	text-decoration: underline;
}

.contact-ben a {
	font-family: 'CompassSansMedium';
	font-size: 16px;
	position: absolute;
	right: 10px;
	text-transform: uppercase;
}

.inner .content ul {
	margin: 0 0 20px 30px;
}

.inner .content ul li {
	list-style-type: square;
	margin-bottom: 0;
}

.two-col-ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.content ul.three-col-ul {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
	margin-bottom: 40px;
	margin-left: 0;
}

.content ul.three-col-ul li {
	list-style-type: none;
}

.three-col-ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bg-white {
	background: rgb(255, 255, 255);
}

.bg-black {
	background: rgb(0, 0, 0);
}

.bg-gold {
	background: rgb(223, 195, 146);
}

.bg-gold-light {
	background: rgb(247, 241, 231);
}

.color-white {
	color: rgb(255, 255, 255);
}

.one-col {
	width: 100%;
}

.two-col-left {
	clear: both;
	float: left;
	width: 49%;
}

.two-col-right {
	float: right;
	width: 49%;
}

.left {
	margin-right: 50px;
}

.two-col-right.about-ben,
.right.about-ben {
	background: url('../img/headshot.png') top right no-repeat;
	background-size: cover;
	display: flex;
	min-height: 500px;
}

.home-testimony {
	align-self: flex-end;
}

/* Featured listings/videos grid */
.feature-listings, .feature-videos {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 25px;
}

.feature-videos iframe {
	height: 225px;
	justify-self: stretch;
}
/* End featured listings/videos grid */

.feature-listing {
	height: 200px;
	position: relative;
}

.feature-listing .link {
	background: rgba(43, 43, 43, .7);
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-family: 'CompassSansRegular';
	font-size: 12px;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
}

.feature-listing .link:hover {
	background: rgba(43, 43, 43, 1);
	text-decoration: none;
}

.feature-listing .info-wrapper {
	background: rgba(43, 43, 43, .7);
	bottom: 0;
	position: absolute;
	text-align: right;
	width: 100%;
}

.feature-listing .info-wrapper .price {
	color: rgb(255, 255, 255);
	font-family: 'CompassSansBold';
	font-size: 24px;
	margin: 5px 10px 0 0;
	text-transform: uppercase;
}

.feature-listing .info-wrapper .address {
	color: rgb(255, 255, 255);
	font-family: 'CompassSansRegular';
	font-size: 14px;
	line-height: 18px;
	margin: 0 10px 5px 0;
	text-transform: uppercase;
}

.resources,
.checklists {
	width: 100%;
}

.inner .content .resources ul,
.inner .content .checklists ul {
	margin: 0;
}

.inner .content .resources ul li,
.inner .content .checklists ul li {
	list-style-type: none;
}

footer {
	background: rgb(0, 0, 0);
	bottom: 0;
	min-height: 300px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

footer .footer-wrapper {
	align-items: flex-start;
	display: flex;
	flex-flow: wrap;
	justify-content: space-evenly;
	margin: 50px 40px;
}

footer .footer-container {
	display: flex;
	flex-direction: column;
	text-align: left;
}

footer .footer-container .logo {
	max-width: 150px;
}

footer .footer-container .logo img {
	max-width: 100%;
	padding-bottom: 20px;
}

footer h4 {
	color: rgb(255, 255, 255);
	font-family: 'CompassSansRegular';
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}

footer img.small {
	float: right;
}

footer img.social {
	padding: 0 5px 0 0;
	width: 16px;
}

footer p {
	color: rgb(255, 255, 255);
	font-family: 'CompassSansRegular';
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}

footer ul li {
	font-family: 'CompassSansRegular';
	font-size: 12px;
	line-height: 28px;
}

footer p a, footer ul li a {
	color: rgb(255, 255, 255);
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.2s ease-in-out;
}

footer p a:hover, footer ul li a:hover {
	color: rgb(43, 43, 43);
}

.top-pad-150 {
	padding-top: 150px;
}


/* Small screen */
@media only screen and (max-width: 1024px) {
    .logo-wrapper {
        max-width: 768px;
    }

    nav ul {
        max-width: 700px;
    }

    nav ul li {
    	font-size: 12px;
    }

    nav ul li a {
		padding: 20px 12px;
	}

	.two-col-left,
	.two-col-right {
		width: 335px;
	}

	.body-section {
		padding: 25px 40px;
	}

	.hero-wrapper h2 {
		font-size: 56px;
	}

	.feature-listing {
		height: 167px;
		margin-bottom: 20px;
	}

	.feature-listings,
	.feature-videos {
		gap: 15px;
		grid-template-columns: 1fr 1fr;
	}

	.team {
		max-width: 300px;
	}

	footer ul li {
		padding-right: 10px;
	}

	footer ul.footer-right li {
		padding: 0 0 0 10px;
	}
}

/* Tablet */
@media only screen and (max-width: 990px) {
	.mobile-hide {
		display: none !important;
	}

	.mobile-only,
	.mobile-unhide,
	.mobile-icon {
		display: block;
	}
	
    body {
    	background: rgb(255, 255, 255);
    }

    .hero-wrapper h2 {
    	padding: 0 20px;
    }

    header {
    	height: auto;
    	position: fixed;
    	top: 0;
    	z-index: 10;
    }

    .inner header {
    	height: 50px;
    	position: fixed;
    }

    .logo-wrapper {
    	background: rgba(43, 43, 43, 1);
        width: 100%;
    }

    .inner .logo-wrapper {
    	height: 50px;
    }

	nav {
		background: none;
		height: auto;
		position: fixed;
		top: 0;
	}

	nav.main {
		height: initial;
		pointer-events: initial;
		position: relative;
	}

	nav.main ul li {
		line-height: initial;
		margin: auto 0;
	}

	nav.main ul li .mobile-nav-btn-a {
		margin: 0;
	}

	.inner nav {
		border: none;
	}

	nav.flyout {
		background: rgba(0, 0, 0, 0.95);
		max-width: 100%;
		opacity: 0;
		right: initial;
		transition: opacity 300ms, visibility 300ms;
		visibility: hidden;
	}

	nav.flyout.mobile-nav-active {
		opacity: 1;
		visibility: visible;
	}

	nav.flyout .flyout-menu {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: space-evenly;
		margin: 0;
		max-width: 100%;
	}

	nav.flyout .flyout-menu li,
	nav.flyout .flyout-menu li a {
		font-size: 24px;
		line-height: 100px;
		padding: 0;
		text-align: center;
		width: 100%;
	}

	nav ul {
		pointer-events: all;
		width: 100%;
	}

	nav ul li {
		float: none;
		font-family: 'CompassSansMedium';
		font-size: 14px;
		line-height: 50px;
		padding: 0 20px;
	}

	.contact-form {
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
	}

	form {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		margin: 40px;
		max-width: 100%;
	}

	.contact-ben {
		margin-bottom: 20px;
	}

	.contact-ben a {
		position: relative;
		right: 0;
	}

	.inner .logo:hover,
	nav ul li a:hover {
		background: none;
	}

	.inner nav ul li a:hover {
		background: none;
	}

	.mobile-nav-btn {
		display: block;
		float: right;
		height: 50px;
		pointer-events: all;
	}

	.mobile-nav-btn img {
		height: 50px;
		width: 50px;
	}

	.first-content-wrapper {
		margin-top: 50px;
	}

	.content-wrapper {
		padding: 0;
	}

	.content {
		margin: 0;
		max-width: 100%;
	}

	.content .aside {
		float: none;
		padding: 20px;
		position: relative;
	}

	.content .aside p {
		margin-bottom: 0;
	}

	.meet-ben .content {
		flex-direction: column;
	}

	.meet-ben .content .left {
		align-items: center;
		display: flex;
		flex-direction: column;
		margin-right: 0;
	}

	.content p,
	.two-col-ul {
		padding: 0 20px;
	}

	.two-col-ul {
		margin-bottom: 20px;
	}

	.two-col-left,
	.two-col-right {
		width: 100%;
	}

	.three-col-ul {
		gap: 25px;
		grid-template-columns: repeat(1, minmax(0, 1fr));
		max-width: fit-content;
		margin: 0 auto;
	}

	.three-col-ul li {
		display: flex;
		align-items: center;
	}

	.more-info-wrapper h2 {
		font-size: 16px;
	}

	.more-info-wrapper p {
		font-size: 12px;
		line-height: 20px;
	}

	.team {
		float: none;
		max-width: 100%;
		padding: 0 0 10px;
	}

	.feature-listing {
		background: rgb(255, 255, 255);
		border: none;
		margin-bottom: 0;
		width: 100%;
	}

	.feature-listing .link {
		left: 0;
		right: auto;
		top: 50px;
	}

	.content ul.three-col-ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
		margin-left: 20px;
	}

	.resources,
	.checklists {
		height: auto;
	}

	footer {
		display: none;
	}

	.step-by-step-section {
		padding: 40px;
	}
}

/* Mobile */
@media only screen and (max-width: 672px) {
	.logo img {
		max-width: 100px;
	}

	.header-wrapper {
		padding: 0 0 0 20px;
	}

	nav.main ul li a {
		padding: 0;
	}

	.contact-input,
	[type="submit"] {
		font-size: 24px;
		line-height: 24px;
	}

	.hero-wrapper h2 {
		font-size: 40px;
		line-height: 65px;
	}

	.hero-wrapper p {
		font-size: 16px;
	}

	.content p {
		padding: 0;
	}

	.feature-listings,
	.feature-videos {
		grid-template-columns: 1fr;
	}

	footer .footer-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin: 25px;
	}

	footer .footer-container {
		margin-left: 20px;
	}

	footer p a,
	footer ul li a {
		padding: 0;
	}

	footer ul li {
		line-height: 14px;
		margin-bottom: 14px;
	}

	.step-by-step-section {
		padding: 40px 25px;
	}

	.step-by-step {
		grid-template-columns: repeat(4, 1fr 10px);
	}

	.arrow1, .arrow2, .arrow3 {
		display: none;
	}
}

/*
** Flix Carousel
*/

:root {

	--carousel-tile-spacing: 10px;
	--carousel-tile-width:   calc(var(--carousel-tile-height) / (9 / 16));
	--carousel-tile-height:  200px;

	--carousel-growth-factor: 1.5;

	--carousel-fade-opacity:   0.25;
	--carousel-normal-opacity: 1;

	--carousel-offset-left:  calc(-1 * (var(--carousel-tile-width) * (var(--carousel-growth-factor) - 1) / 2));
	--carousel-offset-right: calc(var(--carousel-tile-width) * (var(--carousel-growth-factor) - 1));

	--carousel-transition-1: 1s;
	--carousel-transition-2: 0.5s;
	--carousel-transition-3: 0.3s;

}

.carousel-heading {
	margin: 50px 0 0 88px;
}

.carousel {
	margin: 0;
	box-sizing: border-box;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

.carousel::-webkit-scrollbar {
	display: none;
}

.carousel-scroller {
	display: flex;
	position: absolute;
	justify-content: space-between;
	height: calc(var(--carousel-tile-height) * (var(--carousel-growth-factor) - 1) + var(--carousel-tile-height));
	width: 100%;
	left: 0;
	right: 0;
}

.scroller-left,
.scroller-right {
	position: relative;
	width: 150px;
	z-index: 3;
}

.scroller-icon {
	height: 40px;
    width: 40px;
    position: absolute;
    top: 47%;
    left: 45px;
    cursor: pointer;
	border-radius: 50%;
	background: white;
	transition: transform 300ms;
}

.scroller-icon:hover {
	transform: scale(1.1);
}

.carousel-container {

}

.carousel-row {
	white-space: nowrap;
	margin-top: calc((var(--carousel-tile-height) * (var(--carousel-growth-factor) - 1)) / 2);
	margin-bottom: calc((var(--carousel-tile-height) * (var(--carousel-growth-factor) - 1)) / 2);
	margin-left: calc((var(--carousel-tile-width) * (var(--carousel-growth-factor) - 1)) / 2);
	margin-right: calc((var(--carousel-tile-width) * (var(--carousel-growth-factor) - 1)) / 2);
	transition: var(--carousel-transition-2);
}

.carousel-tile {
	position: relative;
	display: inline-block;
	width: var(--carousel-tile-width);
	height: var(--carousel-tile-height);
	margin-right: var(--carousel-tile-spacing);
	transition: var(--carousel-transition-2);
	-webkit-transform-origin: center left;
	transform-origin: center left;
	cursor: pointer;
	cursor: hand;
}

.carousel-tile:last-of-type {
	margin-right: calc(var(--carousel-tile-width)/2);
}

.carousel-tile * {
	display: block;
}

.carousel-row:hover {
	-webkit-transform: translate3d(var(--carousel-offset-left), 0, 0);
	transform: translate3d(var(--carousel-offset-left), 0, 0);
}

.carousel-row:hover .carousel-tile {
	opacity: var(--carousel-fade-opacity);
}

.carousel-row:hover .carousel-tile:hover {
	-webkit-transform: scale(var(--carousel-growth-factor));
	transform: scale(var(--carousel-growth-factor));
	opacity: var(--carousel-normal-opacity);
}

.carousel-tile:hover ~ .carousel-tile {
	-webkit-transform: translate3d(var(--carousel-offset-right), 0, 0);
	transform: translate3d(var(--carousel-offset-right), 0, 0);
}

@media only screen and (max-width: 990px) {
	.carousel-heading {
		margin: 40px auto -15px;
    	text-align: center;
	}
}
