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

/* Attorneys Area */
.panel-section .attorneys-area {
	background-color: #211F1C; /* $dark */
	color: #F2F0EE; /* $light */
	padding-left: 5%;
	padding-right: 5%;
}

.panel-section .attorneys-area header {
}

.panel-section .attorneys-area header h2 {
	color: #F2F0EE; /* $light */
}

.panel-section .attorneys-area header p {
}

.panel-section .attorneys-area .container {
	overflow: hidden;
	position: relative;
}

.panel-section .attorneys-area .attorney-list {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-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;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.no-flexbox .panel-section .attorneys-area .attorney-list {
	display: table;
}

.panel-section .attorneys-area .attorney-list li {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 0 .5em;
}

.no-flexbox .panel-section .attorneys-area .attorney-list li {
	display: table-cell;
}

.panel-section .attorneys-area .attorney-list li a {
	display: block;
	width: 100%;
	position: relative;
}

.panel-section .attorneys-area .attorney-list li a img {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 135%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.cms-edit-layout .panel-section .attorneys-area .attorney-list li a img {
	padding-bottom: 0;
	height: 100px;
}

.panel-section .attorneys-area .attorney-list li a h3 {
	position: absolute;
	font-size: 1.333em;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	background-color: rgba(186,183,171,0.8); /* alpha($tertiary,80%) */
	text-align: center;
	font-weight: 700;
	padding: .5em 5% .25em;
	-webkit-transition: color .4s ease 0s, background-color .4s ease 0s;
	-moz-transition: color .4s ease 0s, background-color .4s ease 0s;
	-o-transition: color .4s ease 0s, background-color .4s ease 0s;
	transition: color .4s ease 0s, background-color .4s ease 0s;
}

.panel-section .attorneys-area .attorney-list li a:hover h3 {
	color: #3F6400; /* $secondary */
	background-color: rgba(33,31,28,0.8); /* alpha($dark,80%) */
}

.panel-section .attorneys-area .scrolling-list-nav {
	width: calc(100% - 1em);
	margin: .75em auto 0;
}

.panel-section .attorneys-area .scrolling-list-nav span {
}

.panel-section .attorneys-area .scrolling-list-nav span:hover {
	color: #F2F0EE; /* $light */
}

.panel-section .attorneys-area .scrolling-list-nav span:before {
	background-color: #DEE8E0;
}

.panel-section .attorneys-area .btn-con {
	padding: 0 5%;
	margin-top: 1em;
	text-align: center;
}

.panel-section .attorneys-area .btn-con .btn {
	min-width: 250px;
}
/* End Attorneys Area */

/* 400px Responsive */
@media screen and (max-width:400px) {
	.panel-section .attorneys-area .attorney-list li a {
		max-width: 200px;
		margin: 0 auto;
	}
}
/* End 400px Responsive */
