/* Color Tokens */
.primary {
	color: #B9A06F; /* $primary */
}

.secondary {
	color: #3F6400; /* $secondary */
}

.tertiary {
	color: #BAB7AB; /* $tertiary */
}

.light {
	color: #F2F0EE; /* $light */
}

.dark {
	color: #211F1C; /* $dark */
}

.white {
	color: #FFFFFF; /* $white */
}
/* End Color Tokens */

/* Footer Styles */
.footer {
	color: #FFFFFF; /* $white */
	background-image: url(/images/footer-bg.jpg);
	-webkit-transition: opacity .4s ease 0s;
	-moz-transition: opacity .4s ease 0s;
	-o-transition: opacity .4s ease 0s;
	transition: opacity .4s ease 0s;
	background-size: cover;
	background-position: 50%;
}

.no-touch .test-expand .footer {
	opacity: .5;
}

.footer .main {
}

.footer .footer-nav {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1.5em 2%;
	border-bottom: solid 1px #B9A06F; /* $primary */
}

.footer .footer-nav .more-btn {
	color: #FFFFFF;
	font-weight: 400;
	padding-right: 1.5em;
	margin-right: 1.5em;
	border-right: solid 1px rgba(255,255,255,0.298);
	display: none;
	font-size: 1.333em;
}

.footer .footer-nav ul {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.no-flexbox .footer .footer-nav ul {
	display: table;
	width: 100%;
}

.footer .footer-nav ul li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.no-flexbox .footer .footer-nav ul li {
	display: table-cell;
	vertical-align: middle;
}

.footer .footer-nav ul li a {
	display: block;
	padding: .2em .75em;
	color: #F2F0EE; /* $light */
	-webkit-transition: color .4s ease 0s;
	-moz-transition: color .4s ease 0s;
	-o-transition: color .4s ease 0s;
	transition: color .4s ease 0s;
	font-weight: 400;
}

.footer .footer-nav ul li a:hover {
	color: #3F6400; /* $secondary */
}

.footer .schema-info {
	padding: 3em 0 5em;
}

.footer .schema-info h4 {
	font-weight: bold;
	color: #F2F0EE; /* $light */
	font-size: 1.222em;
	margin-bottom: .5em;
	font-family: 'Open Sans', sans-serif;
}

.footer .schema-info .box {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.no-flexbox .footer .schema-info .box {
	display: table;
	width: 100%;
}

.footer .schema-info .box > * {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.no-flexbox .footer .schema-info .box > * {
	display: table-cell;
	vertical-align: middle;
}

.footer .schema-info .business-info {
}

.footer .schema-info .business-info .bottom-logo {
	display: block;
	margin-bottom: .8em;
}

.footer .schema-info .business-info span {
	display: block;
}

.footer .schema-info .business-info small {
	display: block;
}

.footer .schema-info .location-info {
}

.footer .schema-info .location-info h4 {
}

.footer .schema-info .location-info span {
}

.footer .schema-info .contact-info {
}

.footer .schema-info .contact-info h4 {
}

.footer .schema-info .contact-info a {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #FFFFFF; /* $white */
	margin-bottom: .4em;
}

.no-flexbox .footer .schema-info .contact-info a {
	display: block;
}

.footer .schema-info .contact-info a icon {
	font-size: 1.222em;
	position: relative;
	padding-right: .5em;
	color: #B9A06F; /* $primary */
}

.footer .schema-info .contact-info .phone-link,.footer .schema-info .contact-info .phone-link:hover {
	color: #F2F0EE;
	cursor: default;
}

.footer .schema-info .contact-info span a {
}

.footer .schema-info .contact-info span a:hover {
	color: #3F6400; /* $secondary */
}

.footer .schema-info .social-info {
	align-selft: center;
	max-width: 15%;
}

.footer .schema-info .social-info ul {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.no-flexbox .footer .schema-info .social-info ul {
	display: block;
}

.no-flexbox .footer .schema-info .social-info ul:after {
	content: ' ';
	display: block;
	clear: both;
}

.footer .schema-info .social-info ul li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.no-flexbox .footer .schema-info .social-info ul li {
	display: block;
	float: left;
}

.footer .schema-info .social-info ul li a {
	display: block;
	margin-left: .5em;
	margin-bottom: .5em;
}

.footer .schema-info .social-info ul li a icon {
	display: block;
	font-size: 1.25em;
	color: #FFFFFF; /* $white */
	padding: .75em;
	border: solid 1px #B9A06F; /* $primary */
	text-align: center;
	-webkit-transition: color .4s ease 0s;
	-moz-transition: color .4s ease 0s;
	-o-transition: color .4s ease 0s;
	transition: color .4s ease 0s;
}

.footer .schema-info .social-info ul li a .google-plus {
	padding: .675em .575em;
}

.footer .schema-info .social-info ul li a .google-plus:before {
	content: '\e802';
	font-family: 'fontello';
	font-size: .85em;
}

.footer .schema-info .social-info ul li a:hover icon {
	color: #B9A06F; /* $primary */
}
/* End Footer Styles */

/* 800px Responsive */
@media screen and (max-width:800px) {
	body {
	}

	.footer .main {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.footer .footer-nav {
		display: block;
		padding: 1.5em 0;
		border-bottom: none;
	}

	.footer .footer-nav .more-btn {
		border-right: none;
		border-bottom: solid 1px rgba(255,255,255,0.298);
		margin-right: 0;
		margin-bottom: .75em;
		position: relative;
		padding: .75em 1.5em .75em 0;
		display: block;
		border-top: solid 1px rgba(255,255,255,0.298);
	}

	.footer .footer-nav h4:before, .footer .footer-nav h4:after {
		content: ' ';
		display: block;
		position: absolute;
		top: 50%;
		right: 3%;
		-webkit-transform: translateY(-50%) scale(1,1);
		-moz-transform: translateY(-50%) scale(1,1);
		-o-transform: translateY(-50%) scale(1,1);
		transform: translateY(-50%) scale(1,1);
		background-color: #3F6400; /* $secondary */
	}

	.footer .footer-nav h4:before {
		width: 1.25em;
		height: .25em;
	}

	.footer .footer-nav h4:after {
		height: 1.25em;
		width: .25em;
		right: calc(3% + .5em);
		-webkit-transition: -webkit-transform .5s ease 0s;
		-moz-transition: -moz-transform .5s ease 0s;
		-o-transition: -o-transform .5s ease 0s;
		transition: transform .5s ease 0s;
	}

	.footer .footer-nav h4.open:after {
		-webkit-transform: translateY(-50%) scale(1,0);
		-moz-transform: translateY(-50%) scale(1,0);
		-o-transform: translateY(-50%) scale(1,0);
		transform: translateY(-50%) scale(1,0);
	}

	.footer .footer-nav ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer .footer-nav ul li {
		-webkit-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}

	.footer .footer-nav ul li a {
		text-align: left;
	}

	.footer .schema-info {
		padding-bottom: 0;
	}

	.footer .schema-info .box {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}

	.no-flexbox .footer .schema-info .box > * {
		display: table-cell;
	}

	.footer .schema-info .business-info {
		width: 100%;
		margin-bottom: 1.5em;
	}

	.footer .schema-info .business-info .bottom-logo {
		margin: 0 auto .8em;
	}

	.footer .schema-info .location-info, .footer .schema-info .contact-info {
		width: 50%;
	}

	.footer .schema-info .contact-info a {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer .schema-info .social-info {
		width: 100%;
		margin-top: 1.5em;
		max-width: none;
	}

	.footer .schema-info .social-info ul {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
/* End 800px Responsive */

/* 450px Responsive */
@media screen and (max-width:450px) {
	body {
	}

	.footer .schema-info .box {
		display: block;
	}

	.footer .schema-info .location-info, .footer .schema-info .contact-info {
		width: 100%;
	}

	.footer .schema-info .contact-info {
		margin-top: 1.5em;
	}
}
/* End 450px Responsive */
