@font-face {
    font-family: 'Brown Light';
    src: url('../font/BrownEntrataWeb-Light.eot');
    src: local(':)'),
    	url('../font/BrownEntrataWeb-Light.woff') format('woff'),
    	url('../font/BrownEntrataWeb-Light.svg') format('svg'),
    	url('../font/BrownEntrataWeb-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Brown Bold';
    src: url('../font/BrownEntrataWeb-Bold.eot');
    src: local(':)'),
    	url('../font/BrownEntrataWeb-Bold.woff') format('woff'),
    	url('../font/BrownEntrataWeb-Bold.svg') format('svg'),
    	url('../font/BrownEntrataWeb-Bold.ttf') format('truetype');
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* Clear Fix */
.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
}

.clearfix::after {
	clear: both;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF !important;
	overflow-x: hidden;

}

h1 {
	font-family: 'Brown Bold', sans-serif;
	font-size: 5.5em;
	color: #E42127;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: 'Brown Bold', sans-serif;
	font-size: 2.5em;
	color: #E42127;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 70px;
}

h3 {
	font-family: 'Brown Bold', sans-serif;
	font-size: 1.25em;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-family: 'Brown Bold', sans-serif;
	font-size: 1.56em;
	color: #E42127;
}

p {
	font-family: 'Brown Light', sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 2;
	padding-top: 20px;
}

hr {
	width: 85%;
	height: 2px;
	background-color: #FFFFFF;
	border: none;
	margin: 10px auto;
}

/* --- Video Modal --- */
/* ------------------- */
#video-modal {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

.video-modal {
	position: fixed;
	left: -100%;
	z-index: 998;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.show-modal {
	left: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.shown {
	display: block;
}

.hidden {
	display: none;
}

.close-modal,
.close-video-modal {
	height: 20px;
	margin: 25px 40px;
	color: #FFFFFF;
	cursor: pointer;
	position: absolute;
	right: 0px;
	z-index: 1;
}

.video-modal video {
	height: 100%;
	width: 100%;
	position: absolute;
}

/* --- Navigation --- */
/* ------------------ */
header {
	width: 100%;
	background-color: #FFFFFF;
	height: 70px;
	position: fixed;
	top: 0px;
	z-index: 10;
	overflow: hidden;
	display: inline-grid;
	grid-template-columns: 12% 38% 50%;
	grid-template-rows: 100%;
}

.lc-logo {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.lc-logo-image {
	padding: 17px 0px 17px 20px;
	width: 100%;
	display: none;
}

.lc-logo-mobile {
	padding: 17px 0px 17px 20px;
	width: 100%;
	display: block;
}

.nav-position {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	width: 100%;
	padding: 25px 10%;
	display: none;
	justify-content: space-evenly;
}

.leasing-burger {
	width: 40px;
	height: 30px;
	display: block;
	margin: 20px auto;
	cursor: pointer;
}

.close-burger {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 15px;
	right: 15px;
}

.mobile-nav {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	padding: 100px 30px;
	position: fixed;
	top: 0px;
	left: -110%;
	z-index: 10;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition:all 0.7s;
	-o-transition:all 0.7s;
}

a.mobile-nav-item {
	font-family:'Brown Bold';
	font-size: 2em;
	color: #000000;
	text-align: left;
	text-decoration: none;
}

.mobile-nav-open {
	left: 0px;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition:all 0.7s;
	-o-transition:all 0.7s;
}

a.start-nav {
	font-family:'Brown Bold';
	font-size: 0.88em;
	color: #000000;
	text-align: justify;
	text-decoration: none;
}

a.apply-btn {
	font-family: 'Brown Bold';
	font-size: 0.88em;
	color: #E42127;
	text-align: center;
	padding: 11px 20px 10px 20px;
	margin: 16px 30px 16px 0px;
	border: 1px solid #E42127;
	text-decoration: none;
	grid-column: 3 / 4;
	grid-row: 1 / 2;
}

/* --- Landing Content --- */
/* ----------------------- */
#landing {
	background-image: url('../images/leasing_landing_mobile.jpg');
	background-size: cover;
	background-position: right top;
	width: 100%;
	height: 100%;
	position: relative;
}

.landing-content {
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1));
	width: 100%;
	height: 100%;
	padding: 100px 15px;
}

.landing-content p {
	font-family: 'Brown Light', sans-serif;
	font-size: 1em;
	color: #000000;
	width: 100%;
	line-height: 1.5;
	padding-top: 10px;
}

a.landing-apply {
	font-family: 'Brown Bold';
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
	max-width: 180px;
	background-color: #E42127;
	display: block;
	text-decoration: none;
	padding: 11px 30px 10px 30px;
	margin: 30px 0px;
}

.landing-content a.start-nav {
	padding-right: 30px;
}

/* --- Quote Slider --- */
/* -------------------- */
#success-stories {
	width: 100%;
	height: 175vh;
	padding: 30px 15px 50px 15px;
	margin-bottom: 50px;
}

.quote-window {
	width: 100%;
	height: 150vh;
	position: relative;
}

.quote-slider {
	width: 100%;
	height: 100%;
}

.quote-slide {
	width: 100%;
	height: 150vh;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 50% 50%;
	position: absolute;
	opacity: 0;
	z-index: 0;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition:all 0.7s;
	-o-transition:all 0.7s;
}

.quote-slide h5 {
	position: absolute;
	top: -65px;
	left: 25px;
}

.quote-image {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.quote-image-1 {
	background-image: url('../images/testimonials/testimonial_rachel.jpg');
}
.quote-image-2 {
	background-image: url('../images/testimonials/testimonial_keith.jpg');
}
.quote-image-3 {
	background-image: url('../images/testimonials/testimonial_logan.jpg');
}
.quote-image-4 {
	background-image: url('../images/testimonials/testimonial_coleman.jpg');
}

.quote-text {
	height: 100%;
	width: 100%;
	padding: 0px 30px 0px 0px;
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.quote-text h2 {
	color: #000000;
	text-align: left;
	padding: 75px 0px 0px 0px;
}

.quote-text p {
	font-size: 1.5em;
}

.selected-slide {
	opacity: 1;
	z-index: 2;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition:all 0.7s;
	-o-transition:all 0.7s;
}

.quote-nav-holder {
	width: 100%;
	height: 16px;
	margin: 30px;
	position: absolute;
	top: 50%;
	z-index: 5
}

.quote-slider-nav {
	width: 150px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: -50%;
}

.quote-arrow {
	width: 16px;
	height: 12px;
}

.quote-left-arrow {
	transform: rotate(180deg);
	display: inline-block;
	cursor: pointer;
}

.quote-right-arrow {
	display: inline-block;
	cursor: pointer;
}

.quote-num {
	font-family: 'Brown Bold';
	font-size: 1em;
	font-color: #000000;
	display: inline-block;
	padding: 0px 15px;
}

.quote {
	display: none;
}

.selected-num {
	display: inline-block;
}

/* --- Style-Section --- */
/* --------------------- */
#work-style {
	width: 100%;
	height: 200vh;
	padding: 30px 15px 50px 15px;
}

.style-spread {
	width: 100%;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 47% 6% 47%;
}

.job-style {
	width: 100%;
	height: 100%;
	background-color: #999999;
	text-align: center;
	position: relative;
	padding-bottom: 80vh;
	background-size: cover;
	background-position: center top;
}

.job-style p {
	color: #FFFFFF;
	position: absolute;
	top: 65%;
	left: 18%;
	width: 64%;
}

.home-style {
	background-image: url('../images/home_style_left.jpg');
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.office-style {
	background-image: url('../images/office_style_right.jpg');
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}

.style-btn {
	font-family: 'Brown Bold', sans-serif;
	font-size: 1em;
	padding: 15px;
	background-color: #E42127;
	color: #FFFFFF;
	width: 200px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -100px;
	cursor: pointer;
}

a.style-btn {
	text-decoration: none;
}

.home-message {
	width: 100%;
	font-family: 'Brown Light', sans-serif;
	font-size: 2em;
	color: #FFFFFF;
	padding: 18% 25%;
}

/* --- Leadership Section --- */
/* -------------------------- */
#leadership {
	width: 100%;
	height: auto;
	position: relative;
	padding: 70px 7%;
}

#leadership h2 {
	padding: 0px 70px 70px 70px;
}

.team-nav {
	width: 92%;
	height: 20px;
	position: absolute;
	top: 35vh;
	margin-left: -3.25%;
}

.team-arrow img {
	width: 28px;
	height: 20px;
}

.team-left-arrow {
	transform: rotate(180deg);
	float: left;
	display: inline-block;
	cursor: pointer;
	opacity: 0;
}

.team-right-arrow {
	float: right;
	display: inline-block;
	cursor: pointer;
	opacity: 0;
}

.solid-arrow {
	opacity: 0;
	display: none;
}

.team-window {
	height: 200vh;
	width: 100%;
	overflow: visible;
	position: relative;
}

.team-table {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: 25% 25% 25% 25%;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition:all 0.7s;
	-o-transition:all 0.7s;
}

.team-rest {
	left: -40%;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition:all 0.7s;
	-o-transition:all 0.7s;
}

.team-column {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 60% 40%;
	margin: 0px 8%
}

.team-column-2 {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}
.team-column-3 {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}
.team-column-4 {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

.team-column-image {
	width: 100%;
	height: 100%;
	grid-column: 1 / 2;
	grid-rows: 1 / 2;
}

.team-column-content {
	grid-column: 1 / 2;
	grid-rows: 2 / 3;
}

.team-column-content h3 {
	padding: 30px 0px 15px 0px;
	line-height: 1.2;
}

.team-column-content p {
	padding: 0px;
	margin: 0px;
	line-height: 1.5;
}

.team-two {
	background-image: url('../images/leaders/ryan_tyson.jpg');
	background-size: cover;
	background-position: center top;
}
.team-three {
	background-image: url('../images/leaders/alicia_moss.jpg');
	background-size: cover;
	background-position: center top;
}
.team-five {
	background-image: url('../images/leaders/katie_ruch.jpg');
	background-size: cover;
	background-position: center top;
}

/* --- Expectations Video --- */
/* -------------------------- */
#expectations {
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 140px 50% 50%;
	margin-bottom: 150px;
}

#expectations h2 {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	margin: 0px;
	padding: 30px 0px 50px 0px;
	text-align: center;
}

.video-icon {
	width: 100px;
	height: 100px;
	margin: 12vh auto 0px auto;
}

a.screens {
	text-decoration: none;
}

.screen-1 {
	background-image: url('../images/screen_2.jpg');
	background-size: cover;
	width: 100%;
	height: 100%;
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	cursor: pointer;
}

.screen-2 {
	background-image: url('../images/screen_4.jpg');
	background-size: cover;
	width: 100%;
	height: 100%;
	grid-column: 1 / 2;
	grid-row: 3 / 4;
	cursor: pointer;
}

.screen-1 h2,
.screen-2 h2 {
	color: #FFFFFF;
}

/* --- Self Assess --- */
/* ------------------- */
#self-assess {
	width: 100%;
	padding: 30px 15px 50px 15px;
}

.do-fit-holder {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto auto;
}

.do-fit-column {
	width: 100%;
	padding: 30px 0px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #E42127;
}

.do-fit-column:last-of-type {
	border-right: none;
}

.do-fit-column h3 {
	color: #E42127;
}

.fit-column-1 {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.fit-column-2 {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.fit-column-3 {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}

footer {
	width: 100%;
	height: 10vh;
	background-color: #E42127;
	padding: 20px;
}

footer img {
	height: 6vh;
	width: 100px;
	display: block;
	text-align: center;
	margin: 0px auto;
}

@media screen and (min-width: 48em) {
	/* --- Navigation --- */
	header {
		grid-template-columns: 15% 75% 10%;
	}

	.lc-logo-image {
		display: block;
	}

	.lc-logo-mobile {
		display: none;
	}

	.nav-position {
		display: inline-flex;
	}

	/* --- Landing --- */
	#landing {
		background-image: url('../images/leasing_landing.jpg');
	}

	.landing-content {
		background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
		width: 60%;
		height: 100%;
		padding: 200px 50px;
	}

	.landing-content p {
		width: 75%;
	}

	/* --- Success --- */
	#success-stories {
		width: 100%;
		height: 100%;
		padding: 70px 7% 100px 7%;
	}

	.quote-window {
		width: 100%;
		height: 70vh;
		position: relative;
	}

	.quote-slider {
		width: 100%;
		height: 100%;
	}

	.quote-slide {
		width: 100%;
		height: 70vh;
		display: grid;
		grid-template-columns: 50% 50%;
		grid-template-rows: 100%;
		position: absolute;
		opacity: 0;
		z-index: 0;
		transition: all 0.7s;
		-webkit-transition: all 0.7s;
		-moz-transition: all 0.7s;
		-ms-transition:all 0.7s;
		-o-transition:all 0.7s;
	}

	.quote-slide h5 {
		position: absolute;
		top: -65px;
		left: -25px;
	}

	.quote-image {
		height: 100%;
		width: 100%;
		background-size: cover;
		background-position: center center;
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}

	.quote-image-1 {
		background-image: url('../images/testimonials/testimonial_rachel.jpg');
	}
	.quote-image-2 {
		background-image: url('../images/testimonials/testimonial_keith.jpg');
	}
	.quote-image-3 {
		background-image: url('../images/testimonials/testimonial_logan.jpg');
	}
	.quote-image-4 {
		background-image: url('../images/testimonials/testimonial_coleman.jpg');
	}

	.quote-text {
		height: 100%;
		width: 100%;
		padding: 0px 100px 125px 100px;
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}

	.quote-text h2 {
		color: #000000;
		text-align: left;
		padding: 50px 0px 0px 0px;
	}

	.quote-text p {
		font-size: 1.5em;
	}

	.selected-slide {
		opacity: 1;
		z-index: 2;
		transition: all 0.7s;
		-webkit-transition: all 0.7s;
		-moz-transition: all 0.7s;
		-ms-transition:all 0.7s;
		-o-transition:all 0.7s;
	}

	.quote-nav-holder {
		width: 100%;
		height: 16px;
		margin: 30px;
		position: relative;
		top: 0px;
	}

	.quote-slider-nav {
		width: 150px;
		height: 100%;
		position: absolute;
		left: 50%;
		margin-left: -140px;
	}

	.quote-arrow {
		width: 16px;
		height: 12px;
	}

	.quote-left-arrow {
		transform: rotate(180deg);
		display: inline-block;
		cursor: pointer;
	}

	.quote-right-arrow {
		display: inline-block;
		cursor: pointer;
	}

	.quote-num {
		font-family: 'Brown Bold';
		font-size: 1em;
		font-color: #000000;
		display: inline-block;
		padding: 0px 15px;
	}

	.quote {
		display: none;
	}

	.selected-num {
		display: inline-block;
	}

	/* --- Work Style --- */
	#work-style {
		width: 100%;
		height: auto;
		padding: 70px 7% 100px 7%;
	}

	.style-spread {
		width: 100%;
		display: grid;
		grid-template-columns: 47% 6% 47%;
		grid-template-rows: 100%;
	}

	.job-style {
		width: 100%;
		height: 100%;
		background-color: #999999;
		text-align: center;
		position: relative;
		padding-bottom: 80vh;
		background-size: cover;
		background-position: center top;
	}

	.job-style p {
		color: #FFFFFF;
		position: absolute;
		top: 65%;
		left: 18%;
		width: 64%;
	}

	.home-style {
		background-image: url('../images/home_style_left.jpg');
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}

	.office-style {
		background-image: url('../images/office_style_right.jpg');
		grid-column: 3 / 4;
		grid-row: 1 / 2;
	}

	.style-btn {
		font-family: 'Brown Bold', sans-serif;
		font-size: 1em;
		padding: 15px;
		background-color: #E42127;
		color: #FFFFFF;
		width: 200px;
		position: absolute;
		bottom: 70px;
		left: 50%;
		margin-left: -100px;
		cursor: pointer;
	}

	/* --- Leadership --- */
	#leadership {
		width: 100%;
		height: auto;
		position: relative;
		padding: 70px 7%;
	}

	.solid-arrow {
		opacity: 1;
		display: block;
	}

	.team-window {
		height: 50vh;
		width: 100%;
		overflow: hidden;
	}

	.team-table {
		width: 140vw;
		height: 100%;
		grid-template-columns: 12% 12% 12% 12% 12% 12% 12%;
		grid-template-rows: 100%;
	}

	.team-column-1 {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
	.team-column-2 {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}
	.team-column-3 {
		grid-column: 3 / 4;
		grid-row: 1 / 2;
	}
	.team-column-4 {
		grid-column: 4 / 5;
		grid-row: 1 / 2;
	}
	.team-column-5 {
		grid-column: 5 / 6;
		grid-row: 1 / 2;
	}
	.team-column-6 {
		grid-column: 6 / 7;
		grid-row: 1 / 2;
	}
	.team-column-7 {
		grid-column: 7 / 8;
		grid-row: 1 / 2;
	}

	.team-column-image {
		width: 100%;
		height: 100%;
		grid-column: 1 / 2;
		grid-rows: 1 / 2;
	}

	.team-column-content {
		grid-column: 1 / 2;
		grid-rows: 2 / 3;
	}

	/* --- Expectations --- */
	#expectations {
		height: 60vh;
		grid-template-columns: 50% 50%;
		grid-template-rows: 140px auto;
		margin-bottom: 0px;
	}

	#expectations h2 {
		grid-column: 1 / 3;
		grid-row: 1 / 2;
		padding: 30px 0px 50px 0px;
	}

	.screen-1 {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}

	.screen-2 {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}

	/* --- Assessment --- */
	#self-assess {
		padding: 50px 7% 100px 7%;
	}

	.do-fit-holder {
		display: grid;
		grid-template-columns: 33% 33% 33%;
		grid-template-rows: 100%;
	}

	.do-fit-column {
		padding: 30px;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #E42127;
	}

	.fit-column-1 {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}

	.fit-column-2 {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}

	.fit-column-3 {
		grid-column: 3 / 4;
		grid-row: 1 / 2;
	}
