/* Color Tokens */
.color-tokens {
	color: #00678F; /* $primary */
	background-color: #F5866C; /* $secondary */
	border-top-color: #0F563E; /* $tertiary */
	border-right-color: #939598; /* $text */
	border-bottom-color: #DDEBF8; /* $light */
	border-left-color: #2C2C2E; /* $dark */
}
/* End Color Tokens */

/* Accordion */
.accordions {
}

.print .accordions {
	display: block;
}

.print .accordions .accitem {
	display: block !important;
}

.accordions .results.acc:first-child {
	margin-top: 3em;
}

.acc header {
	background-color: #00678F; /* $primary */
	padding: 1em 1em;
	border-bottom: 3px solid #0F563E; /* $tertiary */
	transition: .5s ease;
	position: relative;
	cursor: pointer;
}

.acc header:hover {
	background-color: #0F563E; /* $tertiary */
	border-color: #0C5098;
}

.acc header:after {
	font-family: 'icomoon-ult';
	content: '\f0da';
	color: #DDEBF8; /* $light */
	position: absolute;
	right: .5em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.acc header.plus:after {
	font-size: 1.75em;
}

.acc header.minus:after {
	content: '\ef3c';
	font-size: 1em;
	right: 1.25em;
}

.acc header h3 {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .8em;
	padding: 0;
	margin: 0;
	font-style: normal;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: .1em;
}

.acc .item {
	display: none;
}

.acc footer {
}

.results.acc a {
	text-decoration: none;
}

.results.acc strong {
	color: #00678F; /* $primary */
	font-weight: 500;
}

.results.acc .super-bold {
	color: #0F563E; /* $tertiary */
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}

.results.acc .btn {
	line-height: 1;
	color: #FFFFFF;
	font-size: .9em;
	top: 0;
	text-transform: uppercase;
}

.locations.results.acc .btn {
	display: block;
	margin-top: .5em;
	padding-right: 1%;
	padding-left: 1%;
}

.results.acc .accitem {
	padding: 6%;
	background-color: #F1F1F1;
	font-size: .9em;
	border-top: 0;
	border-bottom: 0;
	line-height: 1.7em;
}

.results.acc .accitem + .accitem {
	border-top: 1px solid #FFFFFF;
}

.results.acc .accitem .picture {
	float: left;
	width: 25%;
	line-height: 1;
}

.results.acc .accitem .picture img {
	max-width: 100%;
	height: auto !important;
	background-size: cover;
	border: 2px solid #0F563E; /* $tertiary */
	background-color: #FFFFFF;
	width: 8em;
	background-repeat: no-repeat;
	background-position: top center;
}

.results.acc .accitem .picture img.nopic {
	background-image: url(/images/design/logo.png);
	background-size: 90%;
	background-position: center;
}

.results.acc .accitem .col1 {
	float: left;
	width: 45%;
	padding-top: .6em;
	padding-right: 1em;
}

.results.acc .accitem .col1 a:first-child {
	margin-bottom: .25em;
	display: block;
	font-weight: 500;
	color: #00678F; /* $primary */
}

.results.acc .accitem .col1 a:first-child:hover {
	color: #0F563E; /* $tertiary */
}

.results.acc .accitem .col2 {
	float: right;
	width: 30%;
	padding-top: .6em;
}

.results.acc .accitem .col2 a[href^=tel] {
	display: block;
	cursor: default;
	margin-bottom: .5em;
}

.results.acc .accitem .col2 a[href^=tel]:hover {
	color: #F5866C; /* $secondary */
	text-decoration: none;
}

.results.acc .accitem .col2 p {
	margin: .5em 0;
}

.results.acc .accitem .col1 .btn {
	margin-top: .7em;
	padding: 1.125em;
}

.side .results.acc .accitem .col3 {
	display: none;
}

.wide .results.acc .accitem .picture {
	width: 17%;
}

.wide .results.acc .accitem .col1 {
	width: 23%;
}

.wide .results.acc .accitem .col2 {
	width: 23%;
	float: left;
}

.results.acc .accitem .col3 {
	width: 37%;
	float: right;
}

.wide .results.acc .accitem .col3:before {
	display: block;
	content: '';
}

.results.acc .super-bold strong {
	font-weight: 700;
}
/* End Accordion */

/* Responsive @ 1000px */
@media screen and (max-width:1000px) {
	.results.acc .accitem .col1, .wide .results.acc .accitem .col1 {
		width: 40%;
		padding-left: 5%;
	}

	.wide .results.acc .accitem .picture {
		width: 25%;
	}

	.wide .results.acc .accitem .col2 {
		width: 30%;
		float: right;
	}

	.results.acc .accitem .col3, .results.acc .accitem .col3:before {
		display: none;
	}
}
/* End Responsive @ 1000px */

/* Responsive @ 450px */
@media screen and (max-width:450px) {
	.results.acc .accitem {
		line-height: 1.3em;
	}

	.results.acc .accitem .col1, .wide .results.acc .accitem .col1 {
		float: right;
		width: 70%;
		padding-left: 0;
	}

	.results.acc .accitem .col2, .wide .results.acc .accitem .col2 {
		width: 100%;
		float: none;
		text-align: center;
	}

	.results.acc .accitem .col2:before, .wide .results.acc .accitem .col2:before {
		content: '';
		display: block;
		clear: both;
		height: 1em;
	}
}
/* End Responsive @ 450px */

.results.acc .accitem .col2.phonefax a[href^=tel] {
	display: inline;
}
