/* Color Tokens */
.color-tokens {
	color: #58A4AD; /* $primary */
	background-color: #546A76; /* $secondary */
	border-left-color: #F9B95E; /* $tertiary */
	border-right-color: #F5F5F5; /* $light */
	border-top-color: #FFFFFF; /* $white */
	border-bottom-color: #4A4B4C; /* $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 {
}

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

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

.footer-panel .footer-tagline .flex h2, .footer-panel .footer-tagline .flex p.likeh2 {
	padding: 0 .5em;
	font-size: 2.5em;
	flex-shrink: 0;
	color: #546A76; /* $secondary */
	margin: 0;
	line-height: 1.1;
	font-family: 'Cinzel', serif;
	font-weight: normal;
}

.footer-panel .footer-tagline .flex h3, .footer-panel .footer-tagline .flex p.likeh3 {
	color: #546A76;
	padding: 0 .5em;
	font-size: 1.7em;
	font-family: 'Prompt', sans-serif;
	margin: 0;
	line-height: 1.1;
	font-weight: normal;
}

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

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

.footer-panel .footer-middle .footer-logo {
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	max-width: 440px;
}

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

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

.footer-panel .footer-middle .footer-links h3, .footer-panel .footer-middle .footer-links .likeh3 {
	color: #546A76;
	padding-bottom: .5em;
	font-size: 1.56em;
}

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

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

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

.footer-panel .footer-middle .footer-links ul li a {
	padding: .5em 2% .5em  10%;
	display: block;
	border-left: 5px solid #F9B95E; /* $tertiary */
	font-size: 1em;
	font-weight: 700;
	font-family: 'Prompt', sans-serif;
}

.footer-panel .schema {
	background-color: #546A76; /* $secondary */
}

.footer-panel .schema .flex {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1em;
	color: #FFFFFF; /* $white */
}

.footer-panel .schema .flex a {
	color: #82D8E2; /* adjust($primary,38%,43%,0%) */
}

.footer-panel .schema .flex a:hover {
	color: #F9B95E; /* $tertiary */
}

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

.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 {
}

.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: #F2F2F2;
	transition: .5s ease;
	margin: 0 .2em;
}

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

.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;
	color: #80CED7; /* adjust($primary,33%,27%,0%) */
}

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

.mobileLinks {
	display: none;
}

div#siteSchema > div.flex {
	background-image: url(../images/PattenBG.jpg);
	width: 100%;
	max-width: 100%;
}
/* 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:950px) {
	.footer-panel .footer-tagline .flex {
		display: block;
		text-align: center;
	}

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

	.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: #546A76; /* $secondary */
		margin: 0 auto;
		display: table;
		border-radius: 50%;
	}

	.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: #58A4AD; /* $primary */
		font-size: 1.38em;
		padding: .5em 2%;
	}

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

	.footer-panel .footer-middle .footer-links h3 {
		padding: 1em 0;
		color: #F5F5F5; /* $light */
		background-color: #546A76; /* $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: #F5F5F5; /* $light */
		background-color: #58A4AD; /* $primary */
		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);
		-ms-transform: rotateZ(-180deg);
		transform: rotateZ(-180deg);
	}

	.footer-panel .footer-middle .footer-links ul {
		max-height: 0;
		transition: .5s ease;
		background-color: #E9E9EA; /* 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: 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: #546A76; /* $secondary */
		color: #FFFFFF;
		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: #F5F5F5; /* $light */
		background-color: #546A76; /* $secondary */
	}

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

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

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

	.footer-panel .forMobile fieldset ::-ms-input-placeholder {
		color: #F5F5F5; /* $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: #F5F5F5; /* $light */
		padding: 1.5em 0;
	}

	.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: #3B4A53; /* darken($secondary,30%) */
	}

	.sd-footer small {
		color: #F5F5F5; /* $light */
	}

	.sd-footer .forMobile {
		margin: 1em 5% 0;
		padding: 1em 0;
		border-top: 1px solid #F9B95E; /* $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%;
	}
}

@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 */
