/* Home Locations Styling */
.home-locations {
	position: relative;
	background-image: url(/images/design/couple-biking.jpg);
	background-position: bottom right;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 6.744em;
	padding-bottom: 5em;
	opacity: 1;
	transition: .5s ease 0s;
}

.cms-admin .home-locations {
	opacity: 1 !important;
}

.no-touch .home-locations {
	opacity: 0;
}

.no-touch .home-locations.visible {
	opacity: 1;
}

.home-locations:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-image: linear-gradient(to bottom,#FFFFFF 25%,rgba(0,0,0,0) 30%);
	top: 0;
	left: 0;
}

.home-locations div[class*='rotate'] {
	top: 50%;
	opacity: 1;
	transition: 1s ease .5s;
}

.no-touch .home-locations div[class*='rotate'] {
	top: 0;
	opacity: 0;
}

.cms-admin .home-locations div[class*='rotate'] {
	top: 0 !important;
	opacity: 1 !important;
}

.no-touch .home-locations.visible div[class*='rotate'] {
	top: 50%;
	opacity: 1;
}

.home-locations > div {
	width: 100%;
}

.home-locations .location-list {
	width: 50%;
}

.cms-admin .home-locations .location-list {
	min-height: 10em;
	min-width: 10em;
}

.home-locations .location-list li {
	position: relative;
	z-index: 1;
	transition: .5s ease 0s;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.no-touch .home-locations .location-list li {
	opacity: 0;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%);
}

.cms-admin .home-locations .location-list li {
	opacity: 1 !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.no-touch .home-locations.visible .location-list li {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.home-locations .location-list li:nth-child(1) {
}

.home-locations .location-list li:nth-child(2) {
	transition-delay: .2s;
}

.home-locations .location-list li:nth-child(3) {
	transition-delay: .3s;
}

.home-locations .location-list li:nth-child(4) {
	transition-delay: .4s;
}

.home-locations .location-list li:nth-child(5) {
	transition-delay: .5s;
}

.home-locations .location-list li:nth-child(6) {
	transition-delay: .6s;
}

.home-locations .location-list li:nth-child(7) {
	transition-delay: .7s;
}

.home-locations .location-list li:nth-child(8) {
	transition-delay: .8s;
}

.home-locations .location-list li:nth-child(9) {
	transition-delay: .9s;
}

.home-locations .location-list li:nth-child(10) {
	transition-delay: 1s;
}

.home-locations .location-list li:nth-child(11) {
	transition-delay: 1.1s;
}

.home-locations .location-list li:before {
	position: absolute;
	content: '';
	width: 0;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: .35s ease 0s;
	z-index: 0;
	background-image: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 70%,rgba(255,255,255,0) 100%);
}

.home-locations .location-list li.open:before {
	width: 100%;
	opacity: 1;
	transition: .35s ease 0.2s;
}

.home-locations .location-list li .location-content:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0.444rem;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 0;
	transition: .35s ease 0s;
	background-color: #E7B314;
	z-index: 0;
}

.home-locations .location-list li.open .location-content:after {
	opacity: 1;
	width: 100%;
	transition: .35s ease 0.5s;
}

.home-locations .location-list > li > a {
	font-size: 1.111rem;
	padding: 1.222rem;
}

.home-locations .location-list li > a span {
	transition: .35s ease 0s;
	color: #00729D; /* $primary */
	font-size: 1.111em;
	position: relative;
	padding-left: 0.778rem;
	text-transform: none;
}

.no-touch .home-locations .location-list li > a:hover span, .home-locations .location-list li > a:focus span, .home-locations .location-list li.open > a span {
	font-size: 1.333em;
}

.no-touch .home-locations .location-list li > a:hover icon, .home-locations .location-list li > a:focus icon, .home-locations .location-list li.open > a icon {
	color: #00729D;
}

.home-locations .location-list li.open > a span:after {
	color: #00729D;
	left: 100%;
	-webkit-transform: translate(50%, -50%) rotate(90deg);
	-ms-transform: translate(50%, -50%) rotate(90deg);
	transform: translate(50%, -50%) rotate(90deg);
}

.home-locations .location-list li > a icon {
	transition: .35s ease 0s;
	color: #E7B314; /* $secondary */
	font-size: 1.3em;
}

.home-locations .location-list li > a span:after {
	position: absolute;
	content: '\e915';
	top: 50%;
	left: 100%;
	font-family: 'icomoon-ult';
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	color: #E7B314; /* $secondary */
	transition: .35s ease 0s;
	font-size: 1rem;
}

.no-touch .home-locations .location-list li > a:hover span:after, .home-locations .location-list li > a:focus span:after {
	color: #00729D; /* $primary */
	left: 100%;
}

.home-locations .location-list li .location-content {
	padding-left: 2.722em;
	padding-bottom: 2.063em;
	position: relative;
	margin-left: 1.5em;
}

.home-locations .location-list li.open .location-content {
}

.home-locations .location-list li .location-content li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 33%;
	color: #454545; /* $text */
}

.home-locations .location-list li .location-content span {
	display: block;
	line-height: 1.6;
	font-size: 1.111rem;
	font-weight: 500;
}

.home-locations .location-list li .location-content span icon {
	color: #E7B314; /* $secondary */
	padding-right: 0.778rem;
}

.home-locations .location-list li > a:before {
	display: none;
}

.home-locations .location-list li.more > a {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.home-locations aside {
	width: 50%;
}

.home-locations aside h4 {
	line-height: 1;
	text-align: right;
}

.home-locations aside h4 span {
	font-size: 3.667em;
	font-weight: 300;
	display: block;
}

.home-locations aside h4 strong {
	font-size: 7.333em;
	color: #00729D; /* $primary */
	font-weight: 700;
	line-height: 0.5;
}

.home-locations aside img {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	right: 0;
	z-index: -1;
}
/* End Home Locations Styling */

/* Responsive Width at 1530px */
@media screen and (max-width: 1530px) {
	.home-locations {
		padding-top: 4em;
		padding-bottom: 4em;
	}

	.home-locations .location-list {
		padding-left: 1.5em;
	}
}
/* End Responsive Width at 1530px */

/* Responsive Width at 1440px */
@media screen and (max-width: 1440px) {
	.home-locations .location-list {
		padding-left: 2%;
	}
}
/* End Responsive Width at 1440px */

/* Responsive Width at 1200px */
@media screen and (max-width: 1200px) {
	.home-locations aside {
		display: none;
	}

	.home-locations .location-list {
		width: 100%;
		padding-left: 5%;
	}
}
/* End Responsive Width at 1200px */

/* Responsive Width at 1000px */
@media screen and (max-width: 1000px) {
	.home-locations:before {
		background-image: linear-gradient(to bottom,#FFFFFF 55%,rgba(0,0,0,0) 62%);
	}
}
/* End Responsive Width at 1000px */

/* Responsive Width at 800px */
@media screen and (max-width: 800px) {
	.home-locations .location-list li .location-content li {
		width: 40%;
	}

	.home-locations .location-list li .location-content li.address {
		width: 60%;
	}

	.home-locations .location-list li .location-content li.more {
		position: absolute;
		top: -50%;
		right: 0;
		-webkit-transform: translate(0%, 50%);
		-ms-transform: translate(0%, 50%);
		transform: translate(0%, 50%);
	}

	.home-locations .location-list li .location-content {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 2em;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-bottom: 3.163em;
	}

	.home-locations .location-list {
		padding-left: 0;
	}

	.home-locations {
		background-image: url(/images/design/couple-biking-mobile.jpg);
		background-position: bottom;
	}

	.home-locations .location-list li > a span {
		transition: .1s ease 0s;
	}

	.home-locations:before {
		content: none;
	}
}
/* End Responsive Width at 800px */

/* Responsive Width at 650px */
@media screen and (max-width: 650px) {
}
/* End Responsive Width at 650px */

/* Responsive Width at 550px */
@media screen and (max-width: 550px) {
	.home-locations .location-list li .location-content {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		font-size: .889em;
	}

	.home-locations .location-list li > a span {
		font-size: 1rem;
	}

	.no-touch .home-locations .location-list li > a:hover span, .home-locations .location-list li > a:focus span, .home-locations .location-list li.open > a span {
		font-size: 1.1rem;
	}

	.home-locations .location-list li .location-content span {
		font-size: 1rem;
	}

	.home-locations .location-list li .location-content li.more {
		position: relative;
		top: initial;
		right: initial;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.home-locations .location-list li .location-content li {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.home-locations .location-list li .location-content li.contact {
	}

	.home-locations .location-list li:before {
		background-image: linear-gradient(to bottom,rgba(255,255,255,0.7),rgba(255,255,255,0.7));
	}
}
/* End Responsive Width at 550px */
