/* Color Tokens */
.color-tokens {
	color: #3C9085; /* $primary */
	background-color: #9D7168; /* $secondary */
	border-left-color: #B4ACA7; /* $tertiary */
	border-right-color: #3EC3B1; /* $light */
	border-top-color: #FFFFFF; /* $white */
	border-bottom-color: #000000; /* $dark */
}
/* End Color Tokens */

/* Footer Styles */
.footer-panel {
}

.footer-panel .forMobile, .sd-footer .forMobile {
	display: none;
}

.sub .footer-panel .forMobile.contact-box>*:not(.mobileLinks) {
	display: none;
}

.sub .footer-panel .forMobile.contact-box .mobileLinks {
	margin: 0;
}

.sub .footer-panel .forMobile.contact-box {
	padding: 0;
}

.footer-panel .footer-tagline {
	background-color: #9D7168; /* $secondary */
}

.footer-panel .footer-tagline .flex {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.2em 0;
}

.footer-panel .footer-tagline .flex a.phone-link {
	color: #FFFFFF; /* $white */
}

.footer-panel .footer-tagline .flex h2 {
	padding: 0 .5em;
	font-size: 2.5em;
	flex-shrink: 0;
}

.footer-panel .footer-tagline .flex h3 {
	color: #FFFFFF; /* $white */
	padding: 0 .5em;
	font-size: 1.11em;
	margin-top: .5em;
}

.footer-panel .footer-middle {
	padding: 3em 0;
	font-size: .88em;
}

.footer-panel .footer-middle .flex {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-panel .footer-middle .footer-logo {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 25%;
}

.footer-panel .footer-middle .footer-logo img.bottom-logo {
}

.footer-panel .footer-middle .footer-links {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.footer-panel .footer-middle .footer-links:focus {
	outline: none;
}

.footer-panel .footer-middle .footer-links h3 {
	color: #9D7168; /* $secondary */
	padding-bottom: .5em;
	font-size: 1.56em;
}

.footer-panel .footer-middle .footer-links h3 small {
	font-size: .8em;
	padding-left: 1em;
	font-weight: 700;
}

.footer-panel .footer-middle .footer-links ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-panel .footer-middle .footer-links .social-nav ul {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 50%;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 1em;
}

.footer-panel .footer-middle .footer-links .social-nav ul li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: auto;
	background-color: #B4ACA7; /* $tertiary */
	margin: .25em;
}

.footer-panel .footer-middle .footer-links .social-nav ul li:hover {
	background-color: #3C9085; /* $primary */
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.footer-panel .footer-middle .footer-links .social-nav ul li a {
	border: none;
	font-size: 1.3em;
	color: #FFFFFF; /* $white */
	padding: .333em;
	line-height: 1;
}

.footer-panel .footer-middle .footer-links ul li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 48%;
	margin-right: 1%;
}

.footer-panel .footer-middle .footer-links ul li a {
	padding: .5em 0;
	display: block;
	font-family: 'Montserrat', sans-serif; /* @accentfont */
	font-size: 1em;
	font-weight: 700;
	border-bottom: 2px solid #B4ACA7; /* $tertiary */
	border-left: none;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	color: #9D7168; /* $secondary */
}

.footer-panel .footer-middle .footer-links-links ul li a:hover {
	border-color: #C33F3E;
	color: #C33F3E;
}

.footer-panel .footer-middle .footer-links ul li a:hover icon {
	color: #FFFFFF;
}

.footer-panel .schema {
	color: #000000; /* $dark */
}

.footer-panel .schema .schemaSite {
	width: 100%;
}

.footer-panel .schema .flex {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1em;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-panel .schema .flex .footer-email {
	width: 100%;
}

.footer-panel .schema .flex a {
}

.footer-panel .schema .flex a:hover {
}

.footer-panel .schema .flex icon {
	vertical-align: middle;
	padding-right: .5em;
	color: #B4ACA7; /* $tertiary */
}

.footer-panel .footer-middle .footer-links ul a {
	-webkit-flex: 1 1 33.33%;
	-ms-flex: 1 1 33.33%;
	flex: 1 1 33.33%;
}

.footer-panel .social-nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer-panel .social-nav ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer-panel .social-nav ul a {
	font-size: 1.2em;
}

.footer-panel .schema .flex .social-nav ul a icon {
	color: #000000; /* $dark */
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	margin: 0 .2em;
}

.footer-panel .schema .flex .social-nav ul a:hover icon {
	color: #3C9085; /* $primary */
}

.footer-panel .schema .flex .schemaAddy br {
	display: none;
}

.sd-footer .flex {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1em 1%;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.sd-footer a {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	font-size: .9em;
}

.sd-footer small {
	-webkit-flex: 0 1 75%;
	-ms-flex: 0 1 75%;
	flex: 0 1 75%;
}

.mobileLinks {
	display: none;
}

.sd-footer {
	background-color: #F3F2F1; /* lighten($tertiary,84%) */
}
/* End Footer Styles */

/* Footer IE Fallbacks */
.no-flexbox .footer-panel .social-nav ul {
	display: table;
}

.no-flexbox .footer-panel .social-nav ul li {
	display: table-cell;
}
/* End Footer IE Fallbacks */

/* Footer Responsive */
@media screen and (max-width:1200px) {
	.footer-panel .footer-middle .footer-logo {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 13%;
	}

	.footer-panel .schema {
		width: 39%;
	}
}

@media screen and (max-width:950px) {
	.footer-panel .footer-tagline .flex {
		display: block;
		text-align: center;
	}

	.footer-panel .schema .flex {
		text-align: center;
		padding: 0;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer-panel .schema .flex>* {
		width: 100%;
	}

	.footer-panel .footer-middle .flex {
		display: block;
		text-align: center;
		padding: 0;
	}

	.footer-panel .footer-middle {
		padding-bottom: 0;
	}

	.footer-panel .schema .flex icon {
		padding: .5em;
		background-color: #9D7168; /* $secondary */
		margin: 0 auto;
		border-radius: 50%;
		display: table;
	}

	.footer-panel .social-nav li {
		padding: 0 .5em;
	}

	.footer-panel .footer-middle .footer-links {
		cursor: pointer;
	}

	.footer-panel .footer-middle .footer-links ul li a {
		border: none;
		color: #3C9085; /* $primary */
		font-size: 1.38em;
		padding: 0em 2%;
	}

	.footer-panel .footer-middle .footer-links ul li {
		padding: 0;
		width: 100%;
	}

	.footer-panel .footer-middle .footer-links h3 {
		padding: 1em 0;
		color: #3EC3B1; /* $light */
		background-color: #9D7168; /* $secondary */
	}

	.footer-panel .footer-middle .footer-links h3 small, .footer-panel .footer-middle .footer-links h3 a {
		display: none;
	}

	.footer-panel .footer-middle .footer-links h3:after {
		content: '\e0fe';
		font-family: icomoon-ult;
		font-size: .5em;
		display: inline-block;
		line-height: 1;
		padding: .75em;
		color: #3EC3B1; /* $light */
		background-color: #3C9085; /* $primary */
		-webkit-transition: .5s ease;
		-moz-transition: .5s ease;
		-o-transition: .5s ease;
		transition: .5s ease;
		vertical-align: middle;
		margin-left: 1em;
		border-radius: 50%;
	}

	.footer-panel .footer-middle .footer-links:focus h3:after {
		-webkit-transform: rotateZ(-180deg);
		-moz-transform: rotateZ(-180deg);
		-o-transform: rotateZ(-180deg);
		transform: rotateZ(-180deg);
	}

	.footer-panel .footer-middle .footer-links ul {
		-webkit-transition: .5s ease;
		-moz-transition: .5s ease;
		-o-transition: .5s ease;
		transition: .5s ease;
		background-color: #E0E0E0; /* lighten($dark,88%) */
		overflow: hidden;
		display: block;
	}

	.footer-panel .footer-middle .footer-links:focus ul {
		max-height: 27em;
	}

	.footer-panel .forMobile, .sd-footer .forMobile {
		display: block;
	}

	.footer-panel .forMobile.contact-box {
		padding: 3em 0 0;
		text-align: center;
	}

	.footer-panel .forMobile.contact-box .panel-form {
		padding-bottom: 3em;
	}

	.footer-panel .forMobile.contact-box h2 {
		font-size: 3em;
	}

	.footer-panel .forMobile.contact-box fieldset {
		padding: 0 2%;
	}

	.mobileLinks {
		padding: .5em;
		font-size: 1.25em;
		background-color: #3EC3B1; /* $light */
		color: #3C9085; /* $primary */
		display: block;
		text-align: center;
	}

	.mobileLinks a {
		color: #FFFFFF; /* $white */
	}

	.footer-panel .forMobile fieldset input, .footer-panel .forMobile fieldset textarea, .footer-panel .forMobile fieldset select {
		color: #3EC3B1; /* $light */
		background-color: #9D7168; /* $secondary */
	}

	.footer-panel .forMobile fieldset ::-webkit-input-placeholder {
		color: #3EC3B1; /* $light */
	}

	.footer-panel .forMobile fieldset :-moz-placeholder {
		color: #3EC3B1; /* $light */
		opacity: 1;
	}

	.footer-panel .forMobile fieldset ::-moz-placeholder {
		color: #3EC3B1; /* $light */
		opacity: 1;
	}

	.footer-panel .forMobile fieldset ::-ms-input-placeholder {
		color: #3EC3B1; /* $light */
	}

	.footer-panel .schema .flex .schemaSite {
		font-size: 1.1em;
		padding: .5em 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.footer-panel .social-nav {
		background-color: #3EC3B1; /* $light */
		padding: 1.5em 0;
		display: none;
	}

	.footer-panel .social-nav ul {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: .5em;
	}

	.sd-footer a.desktop {
		display: none;
	}

	.sd-footer .flex {
		display: block;
		text-align: center;
		background-color: #6F4F48; /* darken($secondary,30%) */
	}

	.sd-footer small {
		color: #FFFFFF; /* $white */
	}

	.sd-footer .forMobile {
		margin: 1em 5% 0;
		padding: 1em 0;
		border-top: 1px solid #B4ACA7; /* $tertiary */
	}

	.footer-panel .schema .flex .schemaAddy {
		font-size: 1.1em;
		padding: .5em 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.footer-panel .schema .flex .schemaAddy br {
		display: block;
	}

	.footer-panel .footer-middle .footer-logo {
		padding: 0 2%;
		margin: 0 auto;
		width: 100%;
	}

	.footer-panel .footer-tagline .flex h3 {
		margin-top: 0;
		font-size: 1.71em;
		margin-bottom: .4em;
	}

	.footer-panel .schema .flex .social-nav ul a icon {
		color: #FFFFFF; /* $white */
	}

	.sd-footer a {
		color: #FFFFFF; /* $white */
	}

	.footer-panel .schema {
		width: auto;
		margin: 0 auto;
	}
}

@media screen and (max-width:500px) {
	.footer-panel .footer-middle .footer-links ul li {
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
	}

	.sd-footer small {
		font-size: 1em;
	}
}
/* End Footer Responsive */
