/*
Theme Name: Hall Estill custom theme
Author: Herrmann Advertising Design and Technology
Author URI: https://www.herrmann.com
Version: 2.0 081123
Lvl A
*/


/* ----------------------------------------------
THEME STYLES   
------------------------------------------------- */ 
body, html {
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color:#252627;
	background-color:#FFF;
	font-size: 16px;
	font-size: 100%;
	-webkit-text-size-adjust: none;
	position: relative;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
/*========= basic global font sizes =============*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color:#564658;
	font-weight: 700;
	line-height: 1.2;
margin-bottom: .5rem;
	letter-spacing:-.015em;
}
h1, .h1 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size:36px;
	line-height:1.12;
	color:#47758E;
}
h2, .h2 {
	font-size:22px;
	margin-top: 15px;
	margin-bottom: 10px;
}
h3, .h3 {
	font-size:21px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.practices .h3 {
	margin-top: 8px;
}
h4, .h4 {
	font-size:20px;
	margin-top: 15px;
	margin-bottom: 10px;
}
p {
	font-size: 20px;
	line-height: 135%;
	margin-bottom: 10px;
}
p.lead {
	font-size: 25px;
	line-height: 128%;
	font-weight:400;
	margin-bottom:20px;
}
/* bulleted lists */
.content ul {
	margin-left:15px;
	margin-bottom:15px;
}
.content ul ul {
	margin-top:12px;
	padding-left:20px;
}
.content ul li {
	font-size: 20px;
	line-height: 128%;
	list-style:none;
	margin-bottom:6px;
}
.content ul li:before {
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 7px;
	color:#47758E;
	float: left;
	margin-left: -15px;
}
/* ordered lists */

.content ol li {
	font-size: 20px;
	line-height: 128%;
	margin-bottom:6px;
}
b, strong {
	font-weight: 700;
}
@media only screen and (min-width: 480px) {
h1, .h1 {
font-size:48px;
}
h2, .h2 {
font-size:22px;
}
h3, .h3 {
font-size:21px;
}
h4, .h4 {
font-size:20px;
}
p {
font-size: 20px;
}
.content ul li, .content ol li {
font-size: 20px;
}
p.lead {
font-size: 25px;
}
}
@media only screen and (min-width: 768px) {
h1, .h1 {
font-size:26px;
}
h2, .h2 {
font-size:20px;
}
h3, .h3 {
font-size:18px;
}
h4, .h4 {
font-size:17px;
}
p {
font-size: 16px;
}
.content ul li, .content ol li {
font-size: 16px;
}
p.lead {
font-size: 18px;
}
}
 @media only screen and (min-width: 1200px) {
h1, .h1 {
font-size:38px;
}
h2, .h2 {
font-size:25px;
}
h3, .h3 {
font-size:21px;
}
h4, .h4 {
font-size:19px;
}
p {
font-size: 18px;
margin-bottom:1rem;
}
.content ul li, .content ol li {
font-size: 18px;
}
p.lead {
font-size: 23px;
}
}
@media only screen and (min-width: 1400px) {
h1, .h1 {
font-size:45px;
}
h2, .h2 {
font-size:30px;
}
h3, .h3 {
font-size:23px;
}
h4, .h4 {
font-size:21px;
}
p {
font-size: 21px;
}
.content ul li, .content ol li {
font-size: 21px;
}
p.lead {
font-size: 27px;
}
}
p.largetext {
	font-size: 26px;
}
.headingcaps {
	text-transform:uppercase;
 letter-spacing:.2rem;
}
/* --------- other helpers and overrides ---------*/
ul, menu, dir {
	list-style:none;
	padding:0;
	margin:0;
}
a, a:visited {
	color: #47758E;/* blue */
	text-decoration:  underline;
	text-decoration-style:  dotted;
	text-decoration-thickness:  1px;
	text-underline-offset:  3px;
	transition: all 0.2s ease-in-out 0s;
}
a:hover, a:focus {
	color: #64ACC1; /* lt blue	 */
	text-decoration:  underline;
	text-decoration-style:  solid;
}
a:focus {
	outline: 2px dotted;
	outline-offset: 2px;
}
 @media only screen and (min-width: 768px) {

/* telephone links */
a[href^="tel:"], a[href^="tel:"]:visited {
color: inherit;
font-weight:inherit;
/*text-decoration:none;*/
}
a[href^="tel:"]:hover {
color: inherit;
font-weight:inherit;
/*text-decoration:none;*/
}
}
.no-pad {
	padding:0;
}
.no-brk {
	display:inline;
	white-space: nowrap;
}
.no-brk img {
	margin-left:8px;
}
.no-sp-top {
	margin-top:0;
	padding-top:0;
}
sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}
sub {
	top: 0.4em;
}
@media only screen and (min-width: 1200px) {
sup, sub {
top: -0.65em;
font-size: 60%;
}
sub {
top: 0.56em;
}
}
img {
	max-width: 100%;
	height: auto
}
img.fullwidth {
	width: 100%;
	height: auto
}
figure {
	padding: 0px;
	margin: 0px
}
.overflow {
	overflow:hidden;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}
a#skiptocontent {
	padding: 6px;
	position: absolute;
	top: -60px;
	left: 0px;
	color:#47758E;
	background: #FFF;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-bottom-right-radius: 8px;
	background: transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100
}
a#skiptocontent:focus {
	position: absolute;
	left: 0px;
	top: 0;
	color:#47758E;
	background: #FFF;
	font-weight:700;
-webkit-transition: top .1s ease-in, background .5s linear;
transition: top .1s ease-in, background .5s linear;
	margin-bottom:200px;
}
.error-message {
	color:#cc0000;
	font-weight:bold;
}
/* =========== CONTAINERS ================= */
.container {
	width:90%;
	max-width:90%;
}
@media only screen and (min-width: 480px) {
.container {
width:90%;
max-width:90%;
}
}
@media only screen and (min-width: 768px) {
.container {
width:92%;
max-width:92%;
}
.container-wide {
width:98%;
max-width:98%;
}
}
 @media only screen and (min-width: 992px) {
.container {
width:87%;
max-width:87%;
}
.container-wide {
width:92%;
max-width:92%;
}
}
 @media only screen and (min-width: 1200px) {
.container {
max-width:1435px;
}
.container-wide {
max-width:1514px;
}
}
@media only screen and (max-width: 767px) {
.container-full-xs {
width:100%;
max-width:100%;
padding-left:0;
padding-right:0;
}
.container-full-xs.container.content {
width:100%;
max-width:100%;
padding:0;
}
}
.sm-gutters > [class*='col-'] {
margin-bottom:30px;
}
.sm-gutters {
	margin-right:-8px;
	margin-left:-8px;
}
.sm-gutters > [class*='col-'] {
padding-right:8px;
padding-left:8px;
margin-bottom:0;
}
.md-gutters > [class*='col-'] {
}
@media(min-width:768px) {
.md-gutters {
margin-right:-11px;
margin-left:-11px;
}
.md-gutters > [class*='col-'] {
padding-right:11px;
padding-left:11px;
}
}
 @media(min-width:768px) {
.lg-gutters {
margin-right:-24px;
margin-left:-24px;
}
.lg-gutters > [class*='col-'] {
padding-right:24px;
padding-left:24px;
margin-bottom:0;
}
}
.xl-gutters > [class*='col-'] {
margin-bottom:0;
}
@media(min-width:992px) {
.xl-gutters {
margin-right:-45px;
margin-left:-45px;
}
.xl-gutters > [class*='col-'] {
padding-right:45px;
padding-left:45px;
}
}
@media(min-width:1200px) {
.xl-gutters {
margin-right:-60px;
margin-left:-60px;
}
.xl-gutters > [class*='col-'] {
padding-right:60px;
padding-left:60px;
}
}
@media(min-width:1400px) {
.xl-gutters {
margin-right:-80px;
margin-left:-80px;
}
.xl-gutters > [class*='col-'] {
padding-right:80px;
padding-left:80px;
}
}
@media only screen and (min-width: 475px) and (max-width: 575px) {
.col-xs-4 {
-ms-flex:0 0 33.333333%;
flex:0 0 33.333333%;
max-width:33.333333%
}
.col-xs-6 {
-ms-flex:0 0 50%;
flex:0 0 50%;
max-width:50%
}
.col-xs-8 {
-ms-flex:0 0 66.666667%;
flex:0 0 66.666667%;
max-width:66.666667%
}
}
 @media only screen and (min-width: 768px) {
 .col-md-max70 {
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 width: auto;
 max-width: 70%;
}
 .col-md-max80 {
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 width: auto;
 max-width: 80%;
}
}
.content .subnav ul li {
	background-color: transparent;
	background-clip: border-box;
	border: none;
	border-radius: 0;
}
.card {
	border: none;
	border-radius: 0;
}
.card-img {
	border:none;
	border-radius:0;
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	border-radius: 0;
}
 @media only screen and (min-width: 992px) {
.three-col {
 -webkit-column-count: 3;
 -moz-column-count: 3;
 column-count: 3;
 -moz-column-gap: 30px;
 -webkit-column-gap: 30px;
}
}
/* =========== buttons and colors ================= */

.btn {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 1.42857143;
	text-align: center;
	font-weight:700;
	white-space:  normal;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 2px solid transparent;
	border-radius: 0;
	margin-bottom: 0;
	padding: 6px;
	padding-right: 40px;
	padding-left: 40px;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
 @media only screen and (min-width: 1200px) {
 .btn {
 font-size: 17px;
}
}
.btn:hover {
	text-decoration:  underline;
	text-decoration-style:  solid;
}
button:focus, .btn:focus {
	outline: 2px #64ACC1 solid;
	outline-offset: 2px;
	box-shadow: 0 0 0 0.2rem rgba(100, 172, 193, .5);
}
.btn-small {
	font-size: 14px;
	padding: 6px;
	padding-right: 12px;
	padding-left: 12px;
}
.btn-large {
	font-size: 90%;
	padding: 9px;
	padding-right: 30px;
	padding-left: 30px;
}
 @media only screen and (min-width: 1200px) {
.btn-large {
 padding: 12px;
 padding-right: 30px;
 padding-left: 30px;
}
}
.btn-xl {
	padding: 12px;
	padding-right: 30px;
	padding-left: 30px;
	text-transform:uppercase;
	letter-spacing:.1em;
}
 @media only screen and (min-width: 1200px) {
.btn-xl {
 padding: 24px;
 padding-right: 30px;
 padding-left: 30px;
}
}
.btn-square {
	font-size: 90%;
	padding: 9px;
	width:38px;
	height:38px;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-center {
	text-align:center;
}
.btn-blue, .btn-blue:visited {
	color: #FFF;
	background-color: #64ACC1;
}
.btn-blue:hover, .btn-blue:focus {
	color: #FFF;
	background-color:#5a9aad;
}
.btn-tan, .btn-tan:visited {
	color: #3C3D3E;
	background-color: #E6E0D5;
}
.btn-tan:hover, .btn-tan:focus {
	color: #3C3D3E;
	background-color:#dcd4c5;
}
/* backgrounds and colors */
.bg-blue {
	background-color: #64ACC1;
}
.bg-dkblue {
	background-color: #47758E;
}
.bg-purple {
	background-color: #564658;
}
.bg-tan {
	background-color: #E6E0D5;
}
/* buttons and icons */
a.icon {
	border:none;
}
/* =============================================== */
/* ====================== header ================= */
/* =============================================== */
header {
	color:#FFF;
	background-color:#3C3D3E;
	padding-top:24px;
	padding-bottom:24px;
	margin-bottom:10px;
}
header.home {
	background-color: transparent;
	position:absolute;
	top:0;
	left:0;
	right:0;
}
@media only screen and (min-width: 768px) {
header {
padding-top:20px;
padding-bottom:20px;
}
}
 @media only screen and (min-width: 992px) {
header {
padding-top:30px;
padding-bottom:30px;
}
}
 @media only screen and (min-width: 1200px) {
header {
padding-top:40px;
padding-bottom:30px;
}
}
@media only screen and (min-width: 1400px) {
header {
padding-top:51px;
padding-bottom:36px;
}
}
header .logo {
	width:90%;
	max-width:180px;
	z-index:9999;
	position:relative;
}
@media only screen and (min-width: 768px) {
header .logo {
width:100%;
}
}
 @media only screen and (min-width: 1400px) {
header .logo {
 max-width:187px;
}
}
 @media only screen and (min-width: 1800px) {
header .logo {
 max-width:250px;
}
}
header .logo a:focus {
	outline-color:#FFF;
}
/* header tools */

header .tools-wrapper {
	position: relative;
	margin-bottom:0;
	background-color:transparent;
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right:100px;
	z-index:1;
}
header .tools-wrapper .item {
	display: inline;
	margin-left:15px;
}
header .tools-wrapper a {
	border: none;
	text-decoration:none;
}
header a {
	border: none;
}
/* main menu navigation */
.mainmenu {
	display: none;
}
@media only screen and (min-width: 768px) {
.mainmenu {
display:inline;
margin-right:12px;
}
}
.mainmenu ul {
	font-size:14px;
	color:#FFF;
	font-weight:700;
	text-align:right;
	margin:0;
	padding:0;
	list-style:none;
}
@media only screen and (min-width: 992px) {
.mainmenu ul {
font-size:16px;
}
}
@media only screen and (min-width: 1200px) {
.mainmenu ul {
font-size:19px;
}
}
@media only screen and (min-width: 1400px) {
.mainmenu ul {
font-size:22px;
}
}
.mainmenu ul li {
	display:inline;
margin-left:.35rem;
}
@media only screen and (min-width: 1200px) {
.mainmenu ul li {
display:inline;
margin-left:.75rem;
}
}
.mainmenu ul li a:link, .mainmenu ul li a:visited {
	color:#FFF;
	border:none;
	text-decoration:none;
}
.mainmenu ul li a:hover, .mainmenu ul li a:focus {
	color:#E86900;
	text-decoration:  none;
}
.mainmenu ul li a:link, .mainmenu ul li a:visited {
	color:#FFF;
	padding-bottom:5px;
}
.mainmenu ul li a:hover, .mainmenu ul li a:focus, .mainmenu ul li a.active {
	color:#FFF;
	text-decoration:underline;
}
/* header tools */

.header-tools {
	position: absolute;
	z-index:300;
	right:3.5%;
	top:15px;
	margin-right:15px;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	text-align:right;
}
 @media only screen and (min-width: 768px) {
 .header-tools {
}
}
 @media only screen and (min-width: 992px) {
.header-tools {
 top:20px;
}
}
 @media only screen and (min-width: 1200px) {
.header-tools {
 top:30px;
}
}
 @media only screen and (min-width: 1400px) {
.header-tools {
 top:48px;
}
}
.header-tools button {
	margin-left:15px;
}
.search-btn {
	padding:0;
}
.header-tools .btn {
	padding:0;
	border:none;
}
.header-tools .search-button {
	margin-top:6px;
}
.header-tools button img, .btn-close img {
	width:32px;
	height:auto;
}
.btn-close img {
	padding:5px;
}
@media only screen and (min-width: 480px) {
.header-tools button img, .btn-close img {
width:35px;
}
}
@media only screen and (min-width: 768px) {
.header-tools button img, .btn-close img {
width:32px;
}
}
@media only screen and (min-width: 992px) {
.header-tools button img, .btn-close img {
width:32px;
}
}
@media only screen and (min-width: 1200px) {
.header-tools button img, .btn-close img {
width:35px;
}
}
/* ==============    MENU OVERLAY ======================= */



.close {
	opacity:1;
	/*z-index: 9999 !important;*/
	position:relative;
}
 .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
 opacity:1;
}
.button-lines {
	background: transparent;
	border: none;
	cursor: pointer;
	display: inline-block;
	padding: 1rem 0.5rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index:200;
	position:relative;
}
.lines {
	background: #fff;
	border-radius: 0.2rem;
	display: inline-block;
	height: 0.2rem;
	width: 38px;
	position: relative;
	z-index: 9999 !important;
}
.lines:hover {
	/*background: #000;*/
	background: #fff;
}
.lines:after, .lines:before {
	background: #fff;
	border-radius: 0.2rem;
	display: inline-block;
	height: 0.2rem;
	width: 38px;
	content: "";
	left: 0;
	position: absolute;
}
 @media only screen and (min-width: 768px) {
.lines {
 width: 32px;
}
 .lines:after, .lines:before {
 width: 32px;
}
}
 @media only screen and (min-width: 992px) {
.lines {
 width: 38px;
}
 .lines:after, .lines:before {
 width: 38px;
}
}
 .lines:after:hover, .lines:before:hover {
 background: #000;
}
.lines:after {
	top: 0.75rem;
}
.lines:before {
	top: -0.75rem;
}
.button-lines-x .lines {
	transition: background 0.3s ease;
}
.button-lines-x .lines:after, .button-lines-x .lines:before {
	transform-origin: 50% 50% 0;
	transition: top 0.3s 0.4s ease, transform 0.3s ease;
}
.nav-visible .button-lines-x .lines {
	background: transparent;
}
.nav-visible .button-lines-x .lines:after, .nav-visible .button-lines-x .lines:before {
	top: 0;
	transition: top 0.3s ease, transform 0.3s 0.3s ease;
}
.nav-visible .button-lines-x .lines:after {
	transform: rotate3d(0, 0, 1, 45deg);
}
.nav-visible .button-lines-x .lines:before {
	transform: rotate3d(0, 0, 1, -45deg);
}
/* menu overlay */
.nav-wrapper {
	background-color:#3C3D3E;
	width: 100%;
	height: auto;
	height: 490px;
	padding-top: 100px;
	padding-bottom: 24px;
	perspective: 1000px;
	position: fixed;
	right: 0;
	top: 0;
	transition: transform 0.6s, visibility 0.3s;
	visibility: hidden;
	z-index:200;
}
 @media only screen and (min-width: 768px) {
 .nav-wrapper {
 padding-top: 24px;
 height: 490px;
}
}
 @media only screen and (min-width: 1400px) {
.nav-wrapper {
 height: 490px;
}
}
.nav-visible .nav-wrapper {
	transform: translateY(0);
	visibility: visible;
}
 .nav-visible::after {
 content:"";
 position:fixed;
 top:0;
 left:0;
 right:0;
 bottom:0;
 /*background-color: rgba(0, 0, 0, 0.8);*/
 z-index:150;
}
.overlay-content {
	position: relative;
	width: 100%;
	height:100%;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	display: flex;
	align-items: center;
}
.menu-overlay nav.fullmenu {
	color:#FFF;
	font-family: 'Playfair Display', serif;
}
.menu-overlay nav.fullmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: normal;
	text-align:   center;
}
 @media only screen and (min-width: 768px) {
 .menu-overlay nav.fullmenu ul {
 -webkit-column-count: 2;
 -moz-column-count: 2;
 column-count: 2;
 text-align:  left;
 padding-left:10%;
}
}
.menu-overlay nav ul li {
	font-size: 24px;
	display: block;
	padding:0;
	margin:0;
	vertical-align: middle;
	line-height:100%;
}
 @media only screen and (min-width: 768px) {
.menu-overlay nav ul li {
 font-size: 24px;
 display: block;
 padding:0;
 margin:0;
 vertical-align: middle;
 line-height:100%;
}
}
 @media only screen and (min-width: 1200px) {
.menu-overlay nav ul li {
 font-size: 36px;
}
}
.menu-overlay nav li a, .menu-overlay nav li a:visited {
	display: inline-block;
	line-height:125%;
	color:#FFF;
	margin:0;
	padding-bottom:10px;
	border:none;
	text-decoration:none;
}
.menu-overlay nav li a.active, .menu-overlay nav li a:hover, .menu-overlay nav li a:focus {
	color: #FFF;
	text-decoration:underline;
}
/* ============== takeover search ==============  */
.search-wrapper {
	background-color:#3C3D3E;
	width: 100%;
	height: auto;
	height: 490px;
	padding-bottom: 24px;
	perspective: 1000px;
	position: fixed;
	right: 0;
	top: 0;
	transition: transform 0.6s, visibility 0.3s;
	visibility: hidden;
	z-index:400;
}
@media only screen and (min-width: 768px) {
.search-wrapper {
 height: 490px;
}
}
@media only screen and (min-width: 1400px) {
.search-wrapper {
 height: 490px;
}
}
.search-visible .search-wrapper {
	transform: translateY(0);
	visibility: visible;
}
.search-visible::after {
 content:"";
 position:fixed;
 top:0;
 left:0;
 right:0;
 bottom:0;
 z-index:150;
}
.search-wrapper .btn.close-btn {
	padding:0;
}
.search-wrapper .close-btn {
	position: absolute;
	top: 15px;
	right: 5%;
	margin-right:15px;
}
 @media only screen and (min-width: 768px) {
.search-wrapper .close-btn {
top: 20px;
 right: 2%;
}
}
.search-area {
	width:100%;
	height:100%;
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 767px) {
.container.search-area {
padding-left: 15px;
padding-right: 15px;
}
}
/* LARGE SEARCH */
.search-area form {
	width:100%;
}
.search-area .form-control {
	padding-left: 2.375rem;
	height: auto;
}
.search-area .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	width: 2.375rem;
	height: 2.375rem;
	line-height: 2.375rem;
	text-align: center;
	pointer-events: none;
	color: #FF0;
}
.search-area .input-group {
	background-color: transparent;
	background-clip: border-box;
	font-weight:500;
	border: 2px solid #FFF;
}
.search-area input {
	background-color: transparent;
	background-clip: border-box;
	font-weight:400;
	border:none;
	text-align: left;
}
.search-area .form-btn input {
	height:60px;
}
.search-area .form-control {
	font-family: 'Playfair Display', serif;
	font-size:18px;
	color: #FFF;
padding: .65rem;
	padding-left:1rem;
	height:auto;
}
@media only screen and (min-width: 768px) {
.search-area .form-control {
font-size:2.292vw;
}
}
 @media only screen and (min-width: 1400px) {
.search-area .form-control {
font-size:49;
}
}
.search-overlay .form-control::-webkit-input-placeholder {
opacity:1;
color: #FFF;
}
.search-overlay .form-control {
	font-weight: 400;
	color: #FFF;
	border-radius:0;
}
.search-overlay .form-control:focus {
	color: #FFF;
	background-color: transparent;
	border-color: #FFF;
}
.input-group-prepend .btn, .input-group-append .btn {
	position: relative;
	z-index: 0;
}
.btn-searchsubmit, .btn-searchsubmit:visited {
	padding-top: 0.375rem;
	padding-right: 0.75rem;
	padding-bottom: 0.375rem;
	padding-left: 0.75rem;
	color: #FFF;
	background-color: transparent;
}
.btn-searchsubmit:hover, .btn-searchsubmit:focus {
	color: #64ACC1;
	/*background-color: #E86900;
text-decoration: none;*/


text-decoration:  underline;
	text-decoration-style:  solid;
}
.search-overlay .btn-searchsubmit {
	color: #FFF;
	background-color: transparent;
}
.search-overlay .btn-searchsubmit:hover, .search-overlay .btn-searchsubmit:focus {
	color: #3C3D3E;
	background-color: #FFF;
}
.btn-searchsubmit .fa {
	font-size:28px;
}
@media only screen and (min-width: 992px) {
.btn-searchsubmit {
padding-top: .6rem;
padding-right: 1.25rem;
padding-bottom: .6rem;
padding-left: 1.25rem;
font-size:22px
}
.btn-searchsubmit .fa {
font-size:24px;
}
}
/* ========== HOME PAGE ============ */

/* ============== homebanner ==============  */
.homebanner {
	position: relative;
}
 @media only screen and (min-width: 992px) {
.homebanner {
 margin-bottom:22px;
}
}
 @media only screen and (min-width: 1200px) {
.homebanner {
 margin-bottom:25px;
}
}
 @media only screen and (min-width: 1400px) {
.homebanner {
 margin-bottom:30px;
}
}
.homebanner .image-wrap {
	position:relative;
}
.homebanner .image-wrap:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	mix-blend-mode: normal;
	background-color: rgba(0, 0, 0, 0.15);
}
.bannerimg {
	width:100%;
	height:auto;
	
}



 @media only screen and (min-width: 768px) {
.bannerimg {
 width:100%;
 height:auto;
 min-height: inherit;
}
}
 @media only screen and (min-width: 1600px) {
.bannerimg {
 max-height:100vh;
}
}

.homebanner .bannerimg {
	
	min-height:600px;
}

 @media only screen and (min-width: 360px) {
.homebanner .bannerimg {
min-height:580px;
}
}

.homebanner .article {
	background-color:  transparent;
	position:absolute;
	top: auto;
	left:0;
	bottom:0;
	right:0;
	padding-top:50px;
	padding-bottom:5px;
}
 @media only screen and (min-width: 768px) {
.homebanner .article {
 padding-bottom:15px;
}
}
 @media only screen and (min-width: 992px) {
.homebanner .article {
 padding-bottom:60px;
}
}
 @media only screen and (min-width: 1400px) {
.homebanner .article {
 padding-bottom:75px;
}
}
.homebanner h1 {
	/*font-size:12vw;*/
	font-size:36px;
	line-height: 1.05;
	color:#FFF;
	margin-bottom:15px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}


.homebanner p {
	font-size:17px;
	color:#FFF;
	margin-bottom:20px;
}
@media only screen and (min-width: 400px) {
.homebanner h1 {
 font-size:40px;
}
 .homebanner p {
font-size:18px;
}
}



 @media only screen and (min-width: 480px) {
.homebanner h1 {
 font-size:58px;
}
 .homebanner p {
 font-size:20px;
}
}
 @media only screen and (min-width: 768px) {
.homebanner h1 {
 font-size:5.208vw;
}
 .homebanner p {
 font-size:16px;
}
}
 @media only screen and (min-width: 992px) {
 .homebanner p {
 font-size:18px;
 width:90%;
}
}
 @media only screen and (min-width: 1200px) {
 .homebanner h1 {
 margin-bottom:30px;
}
 .homebanner p {
 font-size:20px;
 margin-bottom:20px;
}
}
 @media only screen and (min-width: 1400px) {
.homebanner h1 {
 font-size:75px;
}
 .homebanner p {
 font-size:23px;
 width:70%;
}
}
 @media only screen and (max-width: 767px) {
 .home .h1 {
 font-size:36px;
}
}
 @media only screen and (max-width: 479px) {
 .home .h1 {
 font-size:28px;
}
}
.home-spacing {
	margin-bottom:30px;
}
 @media only screen and (min-width: 992px) {
 .home-spacing {
 margin-bottom:22px;
}
}
 @media only screen and (min-width: 1200px) {
 .home-spacing {
 margin-bottom:25px;
}
}
 @media only screen and (min-width: 1400px) {
.home-spacing {
 margin-bottom:30px;
}
}

/* ============== home intro ==============  */


/* side by side home sections, display styles for mobile */


 @media only screen and (max-width: 767px) {
 .home-section .container {
 width:100%;
 max-width:100%;
 padding:0;
 margin:0;
}
 .home-section .xl-gutters {
width:100%;
 padding:0;
 margin:0;
}
 .home-section .xl-gutters > [class*='col-'] {
 padding:0;
 margin:0;
}
 .home-section article, .home-section .home-form .inner {
 margin-left:5%;
 margin-right:5%;
 padding:30px;
 padding-left:5%;
 padding-right:5%;
}
}
/* home intro */

 .home-intro {
	position:relative;
}
 @media only screen and (min-width: 768px) {
.home-intro:after {
 content: '';
 position: absolute;
 top:0;
 left: auto;
 right:0;
 bottom:0;
 width:50%;
 height:100%;
 background:#E6E0D5;
}
}
.home-intro .h1 {
	margin-bottom:20px;
}
.home-intro .home-form {
	z-index:1;
	position:relative;
	background:#E6E0D5;
}
 @media only screen and (min-width: 768px) {
.home-intro .home-form {
 padding-top:40px;
 padding-bottom:40px;
}
}
/* home form */

.home-form .searchform .btn-submit {
	width:65%;
}
 @media only screen and (min-width: 992px) {
.home-form .searchform .btn-submit {
 width:75%;
}
}
a.view-all {
	color:#252627;
}
a.view-all:hover, a.view-all:focus {
	color: #64ACC1; /* lt blue	 */
}
.more-arrow {
	height:auto;
	width:16px;
	margin-left:6px;
}
/* ========== home featured box grid ==============  */

.featured-box-grid {
	position:relative;
}
.feat-box .card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-left:15%;
	padding-right:15%;
	border-radius: 0;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	background-color: rgba(0, 0, 0, .50);
}
 @media only screen and (min-width: 768px) {
 .feat-box .card-img-overlay {
 padding-left:5%;
 padding-right:5%;
}
}
.feat-box h2, .feat-box h3 {
	color:#FFF;
}
.featured-box-grid .button-wrapper {
	position: absolute;
	right: 0;
	bottom: 33px;
	left: 0;
	text-align:center;
}
/* owl carousel theme*/

.owl-carousel img {
	width: 100%;
}
.owl-carousel {
	-webkit-animation-duration:1000ms;
	animation-duration:1000ms;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.owl-carousel .owl-item {
	-webkit-transition:opacity 400ms ease;
	-moz-transition:opacity 400ms ease;
	-ms-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}
.owl-carousel .owl-nav {
	text-align: center;
}
/* owl arrows for sliders */


main .owl-carousel .owl-nav .owl-prev, main .owl-carousel .owl-nav .owl-prev:hover {
	background-image: url(../images/prev-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
main .owl-carousel .owl-nav .owl-next, main .owl-carousel .owl-nav .owl-next:hover {
	background-image: url(../images/next-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
 @media only screen and (min-width: 768px) {
 .spotlight-slider.owl-carousel .owl-nav .owl-prev, .spotlight-slider.owl-carousel .owl-nav .owl-prev:hover {
 background-image: url(../images/prev-arrow-blue.png);
 background-repeat: no-repeat;
 background-position: center center;
 background-size: contain;
}
.spotlight-slider.owl-carousel .owl-nav .owl-next, .spotlight-slider.owl-carousel .owl-nav .owl-next:hover {
 background-image: url(../images/next-arrow-blue.png);
 background-repeat: no-repeat;
 background-position: center center;
 background-size: contain;
}
}
 .owl-nav [class*='owl-'] {
 position:absolute;
top:50%;
margin:0;
margin-top:-23px;
width: 30px;
height: 46px;
border: none;
z-index:800;
}
@media only screen and (min-width: 768px) {
 .owl-nav [class*='owl-'] {
 margin-top:-12px;
width: 15px;
height: 23px;
}
}
 @media only screen and (min-width: 1200px) {
 .owl-nav [class*='owl-'] {
 margin-top:-23px;
width: 30px;
height: 46px;
}
}
.owl-prev {
	left:5%;
}
.owl-next {
	right:5%;
}
 @media only screen and (min-width: 768px) {
.owl-prev {
 left:2%;
}
.owl-next {
 right:2%;
}
}
/* spotlight cards */

.spotlight .card-img-overlay {
	position:  relative;
	padding-top:30px;
	padding-bottom:80px;
}
 @media only screen and (min-width: 768px) {
.spotlight .card-img-overlay {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 padding-top:0;
 padding-bottom:7.5%;
}
}

.spotlight-box {
	padding-top:4px;
}
.spotlight .entry-meta p {
	margin-bottom:6px;
}
.spotlight .entry-meta p .catlabel {
	color:#564658;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:.1em;
}
.spotlight h2 {
	
	
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size:28px;
	line-height:1.12;
	color:#47758E;
	margin:0;
	margin-bottom:12px;
}

 @media only screen and (min-width: 480px) {
 .spotlight h2 {
font-size:38px;

}
}
 @media only screen and (min-width: 768px) {
 .spotlight h2 {
font-size:20px;
 margin-bottom:4px;
}
}
 @media only screen and (min-width: 992px) {
.spotlight h2 {
font-size:26px;
 margin-bottom:10px;
}
}
 @media only screen and (min-width: 1200px) {
.spotlight h2 {
font-size:32px;
 margin-bottom:10px;
}
}
 @media only screen and (min-width: 1400px) {
.spotlight h2 {
 font-size:38px;
 margin-bottom:20px;
}
}
.spotlight h2 a {
	text-decoration:none;
}
.spotlight h2 a:hover, .spotlight h2 a:focus {
	text-decoration:  underline;
	text-decoration-style:  dotted;
	text-decoration-thickness:  1px;
	text-underline-offset:  3px;
}




/* spotlight slider arrows and dots */

 .spotlight-slider .owl-nav [class*='owl-'] {
 position:absolute;
top:15%;
}

 @media only screen and (min-width: 380px) {
 .spotlight-slider .owl-nav [class*='owl-'] {
top:20%;
}
}

 @media only screen and (min-width: 768px) {
 .spotlight-slider .owl-nav [class*='owl-'] {
 top:50%;
}
}
.spotlight-slider .owl-dots {
	position:absolute;
	bottom:5%;
	left:5%;
	margin-left:15px;
}
 @media only screen and (min-width: 768px) {
 .spotlight-slider .owl-dots {
 bottom:5%;
 left:4%;
}
}
 @media only screen and (min-width: 992px) {
 .spotlight-slider .owl-dots {
 bottom:5%;
 left:6.5%;
}
}
.spotlight-slider .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.spotlight-slider .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.spotlight-slider .owl-dots .owl-dot span {
	width: 19px;
	height: 19px;
	margin-right:14px;
	background: #E6E0D5;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 0;
}
 @media only screen and (min-width: 768px) {
.spotlight-slider .owl-dots .owl-dot span {
 width: 13px;
 height: 13px;
 margin-right:10px;
}
}
 @media only screen and (min-width: 992px) {
.spotlight-slider .owl-dots .owl-dot span {
 width: 19px;
 height: 19px;
 margin-right:14px;
}
}
.spotlight-slider .owl-dots .owl-dot.active span, .spotlight-slider .owl-dots .owl-dot:hover span {
	background: #47758E;
}
/* ========== INTERIOR PAGES ============ */




/* ====== content ========= */

.content {
	padding-top:30px;
	padding-bottom:30px;
}
@media only screen and (min-width: 768px) {
.content {
padding-top:20px;
padding-bottom:20px;
}
}
@media only screen and (min-width: 1200px) {
.content {
padding-top:40px;
padding-bottom:40px;
}
}
@media only screen and (min-width: 1400px) {
.content {
padding-top:50px;
padding-bottom:50px;
}
}
@media only screen and (min-width: 1800px) {
.content {
padding-bottom:60px;
}
}
.content.no-pad {
	padding-top:0;
}
 @media only screen and (min-width: 768px) {
.main {
margin-right:2.5%;
}
}
@media only screen and (min-width: 1200px) {
.main {
margin-right:5%;
}
}

/* read more read less */
[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {
display: none;
}
.readmore {
	margin-top:20px;
	margin-bottom:20px;
}
.readmore.white a, .readmore.white a:visited, .readmore.white a:hover, .readmore.white a:focus {
	color:#FFF;
}
/* ============== pagebanner (banner with photo) ==============  */
.pagebanner {
	position: relative;
	margin-bottom:17px;
}
 @media only screen and (min-width: 768px) {
.pagebanner {
 margin-bottom:15px;
}
}
 @media only screen and (min-width: 992px) {
.pagebanner {
 margin-bottom:22px;
}
}
 @media only screen and (min-width: 1200px) {
.pagebanner {
 margin-bottom:25px;
}
}
 @media only screen and (min-width: 1400px) {
.pagebanner {
 margin-bottom:30px;
}
}
.bannerimg {
	width:100%;
	height:auto;
}
.pagebanner .article {
	color:#FFF;
	background-color:#47758E;
	padding-top:40px;
	padding-bottom:40px;
}
@media only screen and (min-width: 768px) {
.pagebanner .article {
background-color: transparent;
color:#FFF;
position:absolute;
top: auto;
left:0;
bottom:0;
right:0;
 padding-top:20px;
 padding-bottom:20px;
 padding:0;
}
.pagebanner .article .article-wrapper {
height:100%;
width:100%;
}
.pagebanner .article .article-wrapper .article-bg {
position: absolute;
left:0;
top:0;
bottom:0;
height:100%;
width:25%;
background-color:#47758E;
}
}
@media only screen and (min-width: 2500px) {
 .pagebanner .article .article-wrapper .article-bg {
 width:40%;
}
}
 @media only screen and (min-width: 768px) {
 .pagebanner .title-padding {
 padding-top:20px;
 padding-bottom:20px;
 padding-right:20px;
 background-color: #47758E;
}
}
 @media only screen and (min-width: 992px) {
 .pagebanner .title-padding {
padding-top:30px;
 padding-bottom:30px;
 padding-right:40px;
}
}
 @media only screen and (min-width: 1400px) {
 .pagebanner .title-padding {
padding-top:40px;
 padding-bottom:40px;
 padding-right:60px;
}
}
.pagebanner h1, .pagebanner p {
	color:#FFF;
}

.pagebanner .title {
	font-size:109%;
letter-spacing:.2rem;
	font-weight:700;
	text-transform:uppercase;
}
.pagebanner a {
	color:#FFF;
}
/* ============== pagetitlebar (banner with no photo) ==============  */



.pagetitlebar {
	color:#FFF;
	background-color:#47758E;
	padding-top:40px;
	padding-bottom:40px;
}
.pagetitlebar h1, .pagetitlebar p {
	color:#FFF;
}
/* page tools */


.pagetools {
	margin-bottom:30px;
}
@media only screen and (min-width: 1200px) {
.pagetools {
margin-bottom:40px;
}
}
.pagetools .icon {
	margin-left:0;
	margin-right:8px;
}
/* icon links */
.tool-icon {
	display: inline-block;
	overflow: hidden;
	width:32px;
	height: auto;
	text-align: center;
	vertical-align:middle;
	position: relative;
	-js-display: flex;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (min-width: 480px) {
.tool-icon {
width:40px;
}
}
@media only screen and (min-width: 768px) {
.tool-icon {
width:24px;
}
}
@media only screen and (min-width: 1200px) {
.tool-icon {
width:38px;
}
}
@media only screen and (min-width: 1400px) {
.tool-icon {
width:45px;
}
}
.tool-icon, .tool-icon:visited {
	background-color: #64ACC1;
}
.tool-icon:hover, .tool-icon:focus {
	background-color: #5a9aad;
}
/* intro text */

.intro-text {
	background-color:#E6E0D5;
	padding-top:40px;
	padding-bottom:40px;
}
@media only screen and (min-width: 768px) {
.intro-text {
padding-top:30px;
padding-bottom:30px;
}
}
@media only screen and (min-width: 992px) {
.intro-text {
padding-top:40px;
padding-bottom:40px;
}
}
@media only screen and (min-width: 1200px) {
.intro-text {
padding-top:60px;
padding-bottom:60px;
}
}
.intro-text p {
	font-size:25px
}
 @media only screen and (min-width: 768px) {
.intro-text p {
 font-size:18px
}
}
 @media only screen and (min-width: 992px) {
.intro-text p {
 font-size:19px
}
}
 @media only screen and (min-width: 1200px) {
.intro-text p {
 font-size:23px
}
}
 @media only screen and (min-width: 1400px) {
.intro-text p {
 font-size:27px
}
}
/* ------------- accordion  ------------ */
.accordion-set {
	display:block;
	clear: both;
	padding-bottom:15px;
}
.accordion-set.main {
	padding-top:15px;
}
 @media only screen and (min-width: 768px) {
.accordion-container.smallscreen {
display:none;
}
}
/* --------------------------------- */
.accordion-container {
	width: 100%;
	clear: both;
	margin:0px;
	padding:0px;
}
.accordion-toggle, .accordion-notoggle {
	margin:0px;
	padding:0px;
	padding-top:15px;
	padding-bottom:15px;
	vertical-align:middle;
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
 @media only screen and (min-width: 768px) {
.accordion-toggle, .accordion-notoggle {
padding-top:9px;
padding-bottom:9px;
}
}
@media only screen and (min-width: 1200px) {
.accordion-toggle, .accordion-notoggle {
padding-top:16px;
padding-bottom:16px;
}
}
 @media only screen and (max-width: 768px) {
 .accordion-container.practices {
 display:none;
}
}
 @media only screen and (min-width: 768px) {
.practices .accordion-toggle {
 padding-top:0px;
 padding-bottom:0px;
}
}
a.accordion-toggle, a.accordion-toggle:visited, a.accordion-toggle:hover {
	text-decoration:none;
}
.content a.accordion-toggle, .content a.accordion-toggle > h2, .content a.accordion-toggle > .toggle-icon, .content a.accordion-toggle:hover, .content a.accordion-toggle:hover > h2, .content a.accordion-toggle:hover > .toggle-icon {
	text-decoration:none;
}
.accordion-container .accordion-toggle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(86, 70, 88, .3);
}
.accordion-container .accordion-toggle.open {
	text-decoration:none;
}
.accordion-container .accordion-toggle.open:hover {
	text-decoration:none;
}
@media only screen and (min-width: 768px) {
.sidebar .accordion-container .accordion-toggle {
border:none;
}
}
.accordion-toggle h2, .accordion-toggle h3, .accordion-notoggle h2, .accordion-notoggle h3 {
	text-transform: none;
	text-decoration:none;
	margin:0px;
	padding:0px;
	height:100%;
	vertical-align:middle;
}
@media only screen and (min-width: 768px) {
.accordion-toggle h2 {
padding-right:10px;
}
}
a.accordion-notoggle {
/*color:#083E71;*/
}
a.accordion-notoggle:hover, a.accordion-toggle:hover h2, a.accordion-toggle:focus h2, a.accordion-toggle:hover h3, a.accordion-toggle:focus h3, a.accordion-notoggle:hover h2, a.accordion-notoggle:focus h2, a.accordion-notoggle:hover h3, a.accordion-notoggle:focus h3 {
	text-decoration:none;
}
.accordion-toggle.open h2, .accordion-toggle.open h3 {
	text-decoration:none;
}
.toggle-title br {
	display: none;
}
@media only screen and (min-width: 768px) {
.toggle-title br {
display: block;
}
}
/* toggle icon (heading 2) */
.accordion-toggle .toggle-title {
	position: relative;
	padding-right:6px;
}
/* toggle icon position */
.accordion-set .toggle-icon {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content:center;
	font-weight:700;
	line-height:1;
	vertical-align:middle;
}
/* toggle icon sizes */

.accordion-set .toggle-icon {
	width:26px;
	height:  auto
}
@media only screen and (min-width: 768px) {
.accordion-set .toggle-icon {
width:20px;
}
}
@media only screen and (min-width: 992px) {
.accordion-set .toggle-icon {
width:26px;
}
}
@media only screen and (min-width: 1200px) {
.accordion-set .toggle-icon {
width:26px;
}
}
@media only screen and (min-width: 1400px) {
.accordion-set .toggle-icon {
width:26px;
}
}
.accordion-toggle, .accordion-toggle:visited, .accordion-toggle:hover {
	text-decoration: none;
}
.content a.accordion-notoggle, .content a.accordion-notoggle:visited, .content a.accordion-notoggle:hover {
	text-decoration: none;
	border:none;
}
.accordion-toggle .toggle-icon, .accordion-toggle .toggle-icon:visited, .accordion-toggle .toggle-icon:hover {
	text-decoration: none;
}
/* accordion content */
.accordion-content {
	padding-top:12px;
	padding-bottom:12px;
	display: none;
}
@media only screen and (min-width: 992px) {
.accordion-content {
padding-top:20px;
padding-bottom:20px;
}
}
/* SIDEBAR */


.sidebar {
	padding-top:30px;
}
 @media only screen and (min-width: 768px) {
.sidebar {
 padding-top:0;
}
}
.bio-extra h2 {
	text-transform:uppercase;
	margin-bottom:18px;
}
 @media only screen and (min-width: 1200px) {
.bio-extra h2 {
 margin-bottom:24px;
}
}
.bio-extra p {
	font-family: 'Playfair Display', serif;
	color:#47758E;
}
/* note - subnav uses accordions for sub-sub nav items */
.content .subnav ul {
	margin-left:0;
}
.content .subnav ul li {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(86, 70, 88, .3);
}
.content .subnav ul li ul li {
	border:none;
	padding-bottom:3px;
	margin-bottom:3px;
}
.subnav .accordion-container .accordion-toggle {
	border:none;
	padding:0;
	margin:0;
}
.subnav .accordion-container .accordion-toggle .h3 {
	border:none;
	padding:0;
	margin:0;
}
.subnav .accordion-container .accordion-content {
	padding:0;
	margin:0;
	margin-left:20px;
}
.subnav .accordion-container .accordion-toggle .h3 {
	border:none;
	padding:0;
	margin:0;
	margin-right:6px;
}
 @media only screen and (min-width: 768px) {
 .content .subnav ul li {
 padding-bottom:0;
 margin-bottom:12px;
 border:none;
}
 .content .subnav ul li ul li {
 padding-bottom:0;
 margin-bottom:12px;
 border:none;
}
}
.content .subnav ul li:before {
	content: '';
	display:none;
}
.content .subnav a, .content .subnav a:visited {
	color:#564658;
	text-decoration:none;
}
.content .subnav a:hover, .content .subnav a:focus {
	color:#47758E;
	text-decoration:  underline;
	text-decoration-style:  solid;
}
.content .subnav a.active {
	color:#47758E;
	text-decoration:  none;
}
/* ======== RELATED ======== */




/* ----------------------*/
/* 		news boxes 		 */
/* ----------------------*/

.related {
	padding-bottom: 45px;
}
.related h2, .related .h1 {
	text-align: center;
	margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
.related .related-pages-injection-area.row {
margin:0;
}
.related .viewmore-block.col-md-4 {
padding:0;
}
}
.news-box {
	width:100%;
	height: auto;
	background-color:#47758E;
	position:relative;
	margin-bottom:30px;
}
@media only screen and (min-width: 768px) {
.news-box {
height:0;
padding-top:100%;
}
}
@media only screen and (min-width: 992px) {
.news-box {
padding-top:90%;
}
}
.news-box:after {
	content: '';
	position:absolute;
	bottom:20px;
	right:20px;
	width:13px;
	height:20px;
	background-image:url(../images/arrow-white.png);
	background-repeat:no-repeat;
	background-size:cover;
}

 @media only screen and (min-width: 1400px) {
.news-box:after {
 bottom:20px;
 right:20px;
 width:17px;
 height:26px;
}
}
.news-box .news-overlay {
	padding:24px;
	padding-left:8%;
	padding-right:8%;
	/*padding-top:70px;*/
	
	
	
	
	
}

@media only screen and (max-width: 767px) {
.news-box .news-overlay {
-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	
}
}

@media only screen and (min-width: 768px) {
.news-box .news-overlay {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background-position: left top;
background-size: cover;
padding:20px;
/*padding-top:27%;*/
}
}
 @media only screen and (min-width: 992px) {
.news-box .news-overlay {
padding:24px;
/*padding-top:20%;*/
}
}
 @media only screen and (min-width: 1200px) {
.news-box .news-overlay {
padding:36px;
/*padding-top:20%;*/
}
}
.content .news-box a, .content .news-box a > h3, .content .news-box a > p {
	text-decoration:none;
}
/* news box entry meta */
.news-box .entry-meta {
	position:absolute;
	top:0;
	left:0;
	padding:12px;
	padding-left:20px;
	padding-right:20px;
	background-color:#564658;
}
 @media only screen and (min-width: 768px) {
 .news-box .entry-meta {
padding:9px;
 padding-left:15px;
 padding-right:15px;
}
}
 @media only screen and (min-width: 992px) {
.news-box .entry-meta {
padding:12px;
 padding-left:24px;
 padding-right:24px;
}
}
 @media only screen and (min-width: 1200px) {
.news-box .entry-meta {
padding:18px;
padding-left:36px;
padding-right:36px;
}
}
.news-box .entry-meta p {
	color:#FFF;
	line-height:105%;
	margin:0;
}
.news-box .entry-meta p .catlabel {
	font-size:82%;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:.1em;
}
 @media only screen and (min-width: 768px) {
 .news-box .entry-meta p .catlabel {
 font-size:72%;
}
}
 @media only screen and (min-width: 992px) {
 .news-box .entry-meta p .catlabel {
 font-size:92%;
}
}
/* news box headline */
.news-box .news-overlay h3 {
	font-family: 'Playfair Display', serif;
	color:#FFF;
	font-weight:400;
	margin:0;
}

 @media only screen and (min-width: 768px) and (max-width: 991px) {

.news-box .news-overlay h3, .news-box .news-overlay .h2 {
	font-size:18px;

}

}

.news-box .news-overlay:hover > h3, .news-box .news-overlay:focus > h3 {
	text-decoration:  underline;
	text-decoration-style:  solid;
	text-decoration-thickness:  1px;
	text-underline-offset:  3px;
}
/* ----- Related Attorneys ---------- */


.related-attorneys h2 {
	margin:0;
}
.contactinfo {
	margin-bottom:30px;
}
.contactinfo img {
	width:100%;
	height:auto;
}
.contactinfo h3 {
	font-size:17px;
	margin:0;
}
.contactinfo h3 a {
	color:#564658;
}
.contactinfo p {
	font-size:16px;
	line-height:122%;
	margin:0;
}
@media only screen and (min-width: 414px) {
.contactinfo p {
font-size:16px;
}
}
@media only screen and (min-width: 768px) {
.contactinfo p {
font-size:12px;
}
}
@media only screen and (min-width: 992px) {
.contactinfo p {
font-size:14px;
}
}
@media only screen and (min-width: 1200px) {
.contactinfo p {
font-size:16px;
}
}
@media only screen and (min-width: 1400px) {
.contactinfo h3 {
font-size:21px;
}
 .contactinfo p {
font-size:18px;
}
}
.contactinfo p a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
/* ----- Related Practices ---------- */


.content .related-practices ul {
	margin-left: 0;
	margin-bottom: 15px;
}
.content .related-practices ul li:before {
	content: '';
	display:none;
}
.related-practices ul li a, .related-practices ul li a:visited {
	color:#252627;
}
.related-practices ul li a:hover, .related-practices ul li a:focus {
	color:#64ACC1;
}
/* ------------------------------*/
/* 		 Attorney Listing page		 */
/* ------------------------------*/

.listing-header .pagetools {
	text-align: left;
}
 @media only screen and (min-width: 768px) {
 .listing-header .pagetools {
 text-align:right;
}
}
.attorney-search-wrapper {
	background-color:#f7f5f2;
	background-color:#E6E0D5;
	padding-top:40px;
	padding-bottom:15px;
	margin-bottom:45px;
}
/* attorney search form */

.attorney-search {
	padding-bottom:30px;
}
.alphabet {
	font-size:25px;
	font-weight:700;
	clear:both;
	color:#47758E;
	line-height:180%;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	margin-bottom:10px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
	text-align:left;
}
 @media only screen and (min-width: 768px) {
.alphabet {
 text-align: left;
}
}
.alphabet a {
	border:none;
}
 @media only screen and (max-width: 767px) {
 .alphabet a, .alphabet .unlinked {
 padding-right: 1rem;
}
 .alphabet span.break-sm {
 padding-left: 0;
 padding-right: 0;
 display:block;
}
}
 @media only screen and (min-width: 768px) {
 .alphabet {
 font-size:19px;
 padding-bottom:3px;
 margin-bottom:15px;
 position: relative;
-js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 justify-content: space-between;
}
}
 @media only screen and (min-width: 992px) {
 .alphabet {
font-size:21px;
 margin-bottom:20px;
}
}
 @media only screen and (min-width: 1200px) {
 .alphabet {
font-size:23px;
 margin-bottom:20px;
}
}
 @media only screen and (min-width: 1400px) {
 .alphabet {
 font-size:27px;
}
}
.alphabet a {
	color: #47758E;
	display:inline-block;
}
.alphabet a.linked, .alphabet a.linked:visited {
	color:#47758E;
	text-decoration: none;
}
.alphabet a.linked:hover, .alphabet a.linked:focus {
	color:#564658;
	color:#2c242d;
	text-decoration: none;
}
.alphabet .unlinked, .alphabet .unlinked:visited {
	color:#b9b9b9;
	text-decoration: none;
}
/* search (and other) forms */

span.required {
	color:#C89730;
	font-weight:600;
}
label span.required {
	font-size:140%;
	vertical-align:middle;
	padding-left:1px;
}
.searchform {
	padding-top:15px;
	padding-bottom:10px;
	color:#383838;
}
.searchform label {
	display:block;
	width:100%;
	color: #383838;
	font-weight:500;
}
.searchform p {
	margin:0;
	padding:0;
}
.searchform h2 {
	color:#E86900
}
.sidebar .searchform h2 {
	color:#E86900;
	margin-bottom:15px;
	text-align:center;
}
 @media only screen and (min-width: 768px) {
 .sidebar .searchform h2 {
 margin-bottom:30px;
 text-align: left;
}
}
.searchform input[type=text], .searchform input[type=email], .searchform input[type=tel], .searchform textarea, .searchform select {
	width:100%;
	height:52px;
	color: #252627;
	font-weight:500;
	display: inline-block;
	border: 2px solid #E6E0D5;
	border-radius: 0px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-bottom:20px;
}
.attorney-search-wrapper .searchform input[type=text], .attorney-search-wrapper .searchform input[type=email], .attorney-search-wrapper .searchform input[type=tel], .attorney-search-wrapper .searchform textarea, .attorney-search-wrapper .searchform select {
	border: 2px solid rgba(71, 117, 142, .5);
	border: 2px solid #E6E0D5;
}
.searchform textarea {
	height: auto;
}
.searchform select {
	background-color: #FFF;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 25px 25px;
}
.searchform .btn-submit {
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	white-space:  normal;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: url(../images/search-icon.png);
	border: none;
	border-radius: 0;
	width:100%;
	height:52px;
	padding:0;
	padding-left:15px;
	margin:0;
	text-align:left;
	background-repeat: no-repeat;
	background-position: 95% center;
}
.searchform .btn-submit.center {
	padding-left:0;
	margin:0;
	text-align: center;
}
 @media only screen and (min-width: 768px) {
.searchform input[type=text], .searchform input[type=email], .searchform input[type=tel], .searchform select {
 height:42px;
}
 .searchform .btn-submit {
 height:42px;
}
 .searchform select {
 background-size: 16px 16px;
}
}
 @media only screen and (min-width: 1200px) {
.searchform input[type=text], .searchform input[type=email], .searchform input[type=tel], .searchform select {
 height:56px;
}
 .searchform .btn-submit {
 height:56px;
}
 .searchform select {
 background-size: 28px 28px;
}
}
 @media only screen and (min-width: 1400px) {
.searchform input[type=text], .searchform input[type=email], .searchform input[type=tel], .searchform select {
 height:69px;
}
 .searchform .btn-submit {
 height:69px;
}
 .searchform select {
 background-size: 34px 34px;
}
}
 .custom-control-label::before {
 position: absolute;
 top: .25rem;
 left: -1.5rem;
 display: block;
 width: 1rem;
 height: 1rem;
 pointer-events: none;
 content: "";
 background-color: #fff;
 border: #909288 solid 2px;
}
 .custom-checkbox .custom-control-label::before {
 border-radius: 0;
}
 .searchform input::-webkit-input-placeholder {
color: #383838;
 font-weight:500;
}
.searchform input:-moz-placeholder {
color: #383838;
 font-weight:500;
}
.searchform input::-moz-placeholder {
color: #383838;
 font-weight:500;
}
.searchform input:-ms-input-placeholder {
color: #383838;
 font-weight:500;
}
/* form and button font sizes */

.searchform, .searchform p, .searchform legend, .form-control {
	font-size:18px;
}
 @media only screen and (min-width: 768px) {
.searchform, .searchform p, .searchform legend, .form-control {
 font-size:16px;
}
}
 @media only screen and (min-width: 1200px) {
.searchform, .searchform p, .searchform legend, .form-control {
 font-size:18px;
}
}
 @media only screen and (min-width: 1400px) {
.searchform, .searchform p, .searchform legend, .form-control {
 font-size:21px;
}
}
.searchform .btn-submit {
	font-size: inherit;
}
.searchform .btn-submit:hover, .searchform .btn-submit:focus {
	color:#FFF;
	text-decoration:  underline;
	text-decoration-style:  solid;
}
.submit-wrapper {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.attorney-search-wrapper .submit-wrapper {
	display:block;
	padding-top:30px;
}
.attorney-search-wrapper .submit-wrapper a {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
}
 @media only screen and (min-width: 375px) {
.attorney-search-wrapper .submit-wrapper {
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.attorney-search-wrapper .submit-wrapper a {
 display: inline;
 margin-right:10px;
}
}
 @media only screen and (min-width: 768px) {
.attorney-search-wrapper .submit-wrapper {
 height:42px;
 padding:0;
}
}
 @media only screen and (min-width: 1200px) {
.attorney-search-wrapper .submit-wrapper {
 height:52px;
 width:90%;
 margin-left:auto;
 margin-right:auto;
}
}
 @media only screen and (min-width: 1400px) {
 .attorney-search-wrapper .submit-wrapper {
 height:69px;
}
}
/* attorney listing */
.attorney-listing {
	background-color:#564658;
}
/* attorney listing header and buttons */
.attorney-listing .attorney-listing-header {
	background-color:#FFF;
}
 @media only screen and (min-width: 768px) {
 .attorney-listing .attorney-listing-header {
 padding-left:15px;
}
}
.attorney-listing .attorney-listing-header button {
	display:block;
	margin-top:10px;
	font-size:16px;
	width:300px;
	margin-left:auto;
	margin-right:auto;
}
 @media only screen and (min-width: 768px) {
.attorney-listing .attorney-listing-header button {
 display:inline;
 margin-top:0;
 font-size:18px;
 width: auto;
 margin-left:0;
margin-right:15px;
}
}
 @media only screen and (min-width: 992px) {
.attorney-listing .attorney-listing-header button {
 font-size:19px;
}
}
 @media only screen and (min-width: 1200px) {
 .attorney-listing .attorney-listing-header button {
 font-size:21px;
}
}
 @media only screen and (min-width: 1400px) {
 .attorney-listing .attorney-listing-header button {
 font-size:23px;
}
}
/* attorney listing people */
.attorney-listing article {
	margin-bottom:30px;
}
.attorney-listing .attorney-thumb {
	width:32%;
}
.attorney-listing .contactinfo-wrapper {
	position: relative;
	padding-left: 5%;
	height:100%;
	-ms-flex: 0 0 68%;
	flex: 0 0 68%;
	max-width: 68%;
}
 @media only screen and (min-width: 992px) {
.attorney-listing .attorney-thumb {
 width:40.6%;
}
.attorney-listing .contactinfo-wrapper {
 -ms-flex: 0 0 59.4%;
 flex: 0 0 59.4%;
 max-width: 59.4%;
}
}
.attorney-listing .contactinfo-wrapper h2 {
	font-family: 'Playfair Display', serif;
	font-weight:400;
	color:#564658;
	margin:0;
	margin-bottom:3px;
}
.attorney-listing .contactinfo-wrapper h2 a, .attorney-listing .contactinfo-wrapper h2 a:visited {
	color:#564658;
}
.attorney-listing .contactinfo-wrapper p {
	color:#564658;
	margin:0;
	margin-bottom:2px;
}
 @media only screen and (min-width: 768px) {
.attorney-listing .contactinfo-wrapper h2 {
 margin-bottom:3px;
}
.attorney-listing .contactinfo-wrapper p {
 margin-bottom:3px;
}
}
.attorney-listing .contactinfo-wrapper p.title {
	text-transform:uppercase;
	letter-spacing:.01em;
}
 @media only screen and (min-width: 768px) {
 .attorney-listing .contactinfo-wrapper p.title {
 letter-spacing:.04em;
}
}
 @media only screen and (max-width: 767px) {
.attorney-listing .contactinfo-wrapper h2 {
 font-size:20px;
 font-size:5.333vw;
 font-size:4.50vw;
 margin-bottom:3px;
}
 .attorney-listing .contactinfo-wrapper p {
 font-size:13px;
}
}
 @media only screen and (max-width: 320px) {
 .attorney-listing .contactinfo-wrapper p {
 font-size:14px;
}
}
/* ------------------------------*/
/* 		 Practice Listing page	 */
/* ------------------------------*/

.practice-listing {
	margin-top:30px;
}
 @media only screen and (min-width: 768px) {
.practice-listing {
 position:relative;
}
}
.practice-box {
	margin-top:30px;
}
 @media only screen and (min-width: 768px) {
 .practice-box {
 margin:0;
 margin-bottom:30px;
}
}
.practice-box .card-img {
	width:100%;
	height:auto;
}
.practice-box .card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding:6%;
	border-radius: 0;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	text-align:left;
}
 @media only screen and (min-width: 768px) {
 .practice-box .card-img-overlay {
 padding-left:5%;
 padding-right:5%;
}
}
.practice-box h2 {
	font-family: 'Playfair Display', serif;
	font-weight:400;
	color:#FFF;
	font-size:36px;
	margin:0;
	padding-right:20%;
}


.practice-subpages h2 {
	
	font-family: 'Playfair Display', serif;
	font-weight:400;
	color:#FFF;
	font-size:24px;
	margin-bottom:15px;
	
	
}


 @media only screen and (min-width: 400px) {
.practice-box h2, .practice-subpages h2 {
font-size:28px;
}
}

 @media only screen and (min-width: 768px) {
.practice-box h2, .practice-subpages h2 {
font-size:2.5vw;
}
}
 @media only screen and (min-width: 1400px) {
.practice-box h2, .practice-subpages h2 {
 font-size:36px;
}
}


.practice-box h2 a, .practice-box h2 a:visited {
	color:#FFF;
	text-decoration:none;
}

.practice-box h2 a:hover, .practice-box h2 a:focus {
	color:#FFF;
	text-decoration:  underline;
	text-decoration-style:  solid;
	text-decoration-thickness:  1px;
	text-underline-offset:  3px;
	
}

.practice-box a:hover, .practice-box a:focus,
	
.practice-box a:hover h2, .practice-box a:focus h2 {
	color:#FFF;
	text-decoration:  underline;
	text-decoration-style:  solid;
	text-decoration-thickness:  1px;
	text-underline-offset:  3px;
	
}
	







.practice-subpages h2 a, .practice-subpages h2 a:visited {
	color:#FFF;
}
.practice-box .card-img-overlay button {
	position: absolute;
	bottom: 6%;
	right: 6%;
	z-index:2;
}
.practice-box .card-img-overlay button[aria-expanded="false"] img {
	transform:rotate(45deg);
}
.practice-box .card-img-overlay button[aria-expanded="true"] img {
	transform:rotate(0);
}
/* practice subpages - collapse window popup sections */
.practice-subpages {
	padding:6%;
	padding-top:30px;
	padding-bottom:30px;
	background-color:#564658;
	color:#FFF;
	margin-left:15px;
	margin-right:15px;
}
 @media only screen and (max-width: 767px) {
 .practice-subpages {
 width:100%;
}
}
 @media only screen and (min-width: 768px) {
 .practice-subpages {
 position: absolute;
 z-index:1;
 top: 0;
 right: 0;
 left: 0;
 height: auto;
 padding:3%;
 margin-left:15px;
 margin-right:15px;
}
}
.practice-subpages button {
	position: absolute;
	top: 25px;
	right: 25px;
	z-index:2;
}
.practice-subpages ul {
	color:#FFF;
	list-style:none;
	margin:0;
}
 @media only screen and (min-width: 768px) {
.practice-subpages ul {
 -webkit-column-count: 2;
 -moz-column-count: 2;
 column-count: 2;
 -moz-column-gap: 30px;
 -webkit-column-gap: 30px;
 margin-top:30px;
}
}
 @media only screen and (min-width: 992px) {
.practice-subpages ul {
 -webkit-column-count: 3;
 -moz-column-count: 3;
 column-count: 3;
 -moz-column-gap: 30px;
 -webkit-column-gap: 30px;
}
}
.practice-subpages ul li:before {
	content: '';
	display:none;
}
.practice-subpages ul li a, .practice-subpages ul li a:visited {
	color:#FFF;
}
/* highlight section */

.highlight-section {
	position:relative;
	padding-top:56px;
	margin-bottom:30px;
}
 @media only screen and (min-width: 768px) {
 .highlight-section {
 padding-top:0;
}
 .highlight-section:before {
 content:"";
 position:absolute;
 left:0;
 right:0;
 top:0;
 background-color:#E6E0D5;
 height:43.6%;
}
}
 @media only screen and (min-width: 992px) {
 .highlight-section {
 margin-bottom:60px;
}
}
 @media only screen and (min-width: 1400px) {
 .highlight-section {
 margin-bottom:80px;
}
}
 @media only screen and (max-width: 767px) {
 .highlight-section > .container {
 width:100%;
 max-width:100%;
 padding:0;
}
}
.highlight-section .card-img {
	min-height:660px;
	
}

 @media only screen and (min-width: 768px) {

.highlight-section .card-img {
	min-height:450px;
	
}


}


.highlight-section .image-wrap {
	
	position:relative;
}

.highlight-section .image-wrap:before {
 content:"";
 position:absolute;
 left:0;
 right:0;
 top:0;
 bottom:0;
 background-color: rgba(000, 000, 000, 0.22);
 height:100%;
}

 @media only screen and (min-width: 768px) {

.highlight-section .card-img {
	min-height:400px;
}

}
.highlight-section .card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 0;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	color:#FFF;
}
.highlight-section .entry-meta {
	position:absolute;
	top:-56px;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height:56px;
	padding-left:20px;
	padding-right:20px;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	background-color:#64ACC1;
}
.highlight-section .entry-meta p {
	white-space:nowrap;
}
 @media only screen and (min-width: 768px) {
 .highlight-section .entry-meta {
 position:absolute;
 top:0;
 left:0;
 height:auto;
 padding:10px;
 padding-left:30px;
 padding-right:30px;
 -ms-transform: none;
 transform:none;
}
}
 @media only screen and (min-width: 992px) {
.highlight-section .entry-meta {
padding:20px;
 padding-left:40px;
 padding-right:40px;
}
}
 @media only screen and (min-width: 1200px) {
.highlight-section .entry-meta {
padding:30px;
padding-left:60px;
padding-right:60px;
}
}
 @media only screen and (min-width: 1400px) {
.highlight-section .entry-meta {
padding:30px;
padding-left:68px;
padding-right:68px;
}
}
.highlight-section .entry-meta p {
	color:#FFF;
	line-height:105%;
	margin:0;
}
.highlight-section .entry-meta p .catlabel {
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:.1em;
}
 @media only screen and (min-width: 992px) {
.highlight-section .entry-meta p .catlabel {
 letter-spacing:.25em;
}
}
.highlight-section .card-img-overlay article {
	margin-left:5%;
	margin-right:5%;
}
 @media only screen and (min-width: 768px) {
.highlight-section .card-img-overlay article {
 margin-left:30px;
 margin-top:5%;
 width:55%;
}
}
 @media only screen and (min-width: 992px) {
.highlight-section .card-img-overlay article {
 margin-left:40px;
 width:47%;
}
}
 @media only screen and (min-width: 1200px) {
.highlight-section .card-img-overlay article {
 margin-left:60px;
 width:37%;
}
}
 @media only screen and (min-width: 1400px) {
.highlight-section .card-img-overlay article {
 margin-left:68px;
}
}
.highlight-section .card-img-overlay h2 {
	color:#FFF;
}



/* ========== Insights listing ==========*/

.insights-summary {
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEBEBE;
}
.insights-summary .entry-meta a:link, .insights-summary .entry-meta a:visited {
	color:#564658
}
.insights-summary .entry-meta a:hover, .insights-summary .entry-meta a:focus {
	color: #64ACC1; /* lt blue	 */
}
.insights-summary h2 {
	font-family: 'Playfair Display', serif;
	font-weight:400;
}
/* -------- pagination --------- */

.pagination {
	color:#252627;
	font-weight:400;
	text-align:center;
	justify-content: flex-start;
	background-color: transparent;
	padding-top: 36px;
}
.content ul.pagination {
	margin-left: 0;
	font-size:18px;
}
 @media only screen and (min-width: 1400px) {
.content ul.pagination {
 font-size:22px;
}
}
.content ul.pagination li:before {
	display:none;
}
.content ul li.page-item {
 padding: .25rem .5rem;
}
.page-link, .content a.page-link {
	color: #252627;
	background-color: transparent;
	text-decoration:none;
	padding:0;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:3px;
	border:none;
}
.pagination.attorneys .page-link, .pagination.attorneys .content a.page-link {
	color: #fff;
}
a.page-link:hover, a.page-link:focus {
	color: #64ACC1;
	text-decoration:none;
	background-color: transparent;
}
.page-item.active .page-link {
	color: #64ACC1;
	background-color: transparent;
	border:none;
}
.page-item.disabled .page-link {
	color: #c6cccf;
	border:none;
	background-color: transparent;
}
.pagination img.nextprev {
	width:12px;
	height:auto;
	vertical-align: middle;
}
/* ========== Generic / About section ==========*/

.stats-wrapper {
	position:relative;
	background-color:#E6E0D5;
	padding-top:40px;
	padding-bottom:40px;
	margin-bottom:15px;
}
 @media only screen and (min-width: 768px) {
.stats-wrapper {
 background-color: transparent;
 padding-top:40px;
 padding-bottom:40px;
 margin-bottom:30px;
}
.stats-wrapper:before {
 content:"";
 position: absolute;
 background-color:#E6E0D5;
 left:0;
 top:30%;
 right:0;
 bottom:0;
 width:100%;
}
}
.stat.card {
	text-align:center;
	border:none;
	background-color:transparent;
	margin-bottom:20px;
}
 @media only screen and (min-width: 768px) {
 .stat.card {
 margin-bottom:0;
}
}
.stat.card .stat-circle-wrapper {
	width:50%;
	margin-left:auto;
	margin-right: auto;
}
 @media only screen and (min-width: 768px) {
.stat.card .stat-circle-wrapper {
 width:81%;
}
}
.stat.card .stat-circle {
	width:100%;
	height:0;
	padding-top:100%;
	position:relative;
	border-radius:50%;
	color:#FFF;
	position:relative;
}
.stat.card .stat-circle h2 {
	font-family: 'Playfair Display', serif;
	font-size:22.708vw;
	font-weight:400;
	color:#FFF;
	line-height:1;
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:0;
	padding:0;
	padding-bottom:15%;
	text-align:center;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
 @media only screen and (min-width: 768px) {
 .stat.card .stat-circle h2 {
 font-size:9.375vw;
}
}
 @media only screen and (min-width: 1400px) {
.stat.card .stat-circle h2 {
 font-size:135px;
}
}
.stat.card p.h2 {
	color:#3C3D3E;
	font-weight:400;
}
/* ====================== Office Listing ================= */


.office-listing-wrapper {
	padding-top:30px;
	padding-bottom:30px;
}
.office-summary {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEBEBE;
}
.office-summary:last-of-type {
	border:none;
}
.office-summary h2 {
	font-family: 'Playfair Display', serif;
}
 @media only screen and (min-width: 1400px) {
.office-summary p {
 font-size:19px;
}
 .office-summary p.h2 {
 font-size:30px;
}
 .office-summary p.h3 {
 font-size:23px;
}
}
.office-summary .office-thumb {
	width:100%;
	height:auto;
}
/* =============================================== */
/* ====================== footer ================= */
/* =============================================== */

footer {
	color:#FFF;
	background-color:#3C3D3E;
	padding-top:40px;
	padding-bottom:40px;
	text-align:center;
}
@media only screen and (min-width: 768px) {
footer {
text-align: left;
}
}
@media only screen and (min-width: 768px) {
footer .col-first {
-ms-flex: 0 0 15%;
flex: 0 0 15%;
max-width: 15%;
}
footer .col-second {
-ms-flex: 0 0 13.4%;
flex: 0 0 13.4%;
max-width:13.4%;
}
footer .col-third {
-ms-flex: 0 0 30.4%;
flex: 0 0 30.4%;
max-width: 30.4%;;
}
footer .col-fourth {
-ms-flex: 0 0 26.6%;
flex: 0 0 26.6%;
max-width: 26.6%;
}
 footer .col-fifth {
-ms-flex: 0 0 14.6%;
flex: 0 0 14.6%;
max-width: 14.6%;
}
}
 @media only screen and (min-width: 992px) {
footer .col-first {
-ms-flex: 0 0 17%;
flex: 0 0 17%;
max-width: 17%;
}
footer .col-second {
-ms-flex: 0 0 13.4%;
flex: 0 0 13.4%;
max-width:13.4%;
}
footer .col-third {
-ms-flex: 0 0 28.4%;
flex: 0 0 28.4%;
max-width: 28.4%;;
}
footer .col-fourth {
-ms-flex: 0 0 26.6%;
flex: 0 0 26.6%;
max-width: 26.6%;
}
 footer .col-fifth {
-ms-flex: 0 0 14.6%;
flex: 0 0 14.6%;
max-width: 14.6%;
}
}
.footer-spacing {
	padding-bottom:36px;
	margin-bottom:36px;
	position:relative;
}
.footer-spacing:after {
	content: "";
	position: absolute;
	display: block;
	width: 50%;
	margin: 0;
	left: 25%;
	bottom: 0;
	text-align: center;
	border-bottom: 2px solid #FFF;
}
 @media only screen and (min-width: 768px) {
 .footer-spacing:after {
 content: "";
 display: none;
}
}
.footer-spacing:last-of-type {
	padding-bottom:0;
	margin-bottom:0;
}
@media only screen and (min-width: 768px) {
.footer-spacing {
padding-bottom:0;
margin-bottom:0;
}
}
footer h2, footer p {
	color: #FFF;
}
footer a, footer a:visited {
	color: #FFF;
	text-decoration-style:dotted;
}
footer a:hover, footer a:focus {
	color: #E6E0D5;
	text-decoration:underline;
	text-decoration-style:solid;
}
footer p {
	font-size:18px;
	margin:0;
}
 @media only screen and (min-width: 768px) {
 footer p {
font-size:13px;
}
}
@media only screen and (min-width: 1200px) {
 footer p {
font-size:14px;
}
}
footer .logo img {
	width:160px;
	margin-left:auto;
	margin-right:auto;
}
 @media only screen and (min-width: 768px) {
 footer .logo img {
 width:65%;
 margin:0;
}
}
.footermenu {
	font-weight:700;
	font-size:22px;
	margin:0;
	padding:0;
}
@media only screen and (min-width: 768px) {
.footermenu {
font-size:14px;
}
}
 @media only screen and (min-width: 1200px) {
.footermenu {
font-size:16px;
}
}
.footermenu ul li a, .footermenu ul li a:visited {
	text-decoration: none;
	color: #FFF;
}
.footermenu ul li a:hover, .footermenu ul li a:focus {
	text-decoration:underline;
	color: #E6E0D5;
}
 @media only screen and (min-width: 768px) {
.footer-offices {
 padding-left:10%;
 padding-right:5%;
 border-left-width: 2px;
 border-left-style: solid;
 border-left-color: #FFF;
 border-right-width: 2px;
 border-right-style: solid;
 border-right-color: #FFF;
}
}
 @media only screen and (min-width: 992px) {
.footer-offices {
 padding-left:12%;
}
}
 @media only screen and (min-width: 1200px) {
.footer-offices {
 padding-left:15%;
 padding-right:15%;
}
}
.footer-offices h2 {
	font-size:22px;
	font-weight:700;
	margin-top:0;
}
.footer-offices p {
	font-size:20px;
	margin:0;
	margin-bottom:2px;
}
 @media only screen and (min-width: 768px) {
.footer-offices h2 {
font-size:14px;
}
.footer-offices p {
font-size:13px;
}
}
@media only screen and (min-width: 1200px) {
.footer-offices h2 {
font-size:17px;
}
.footer-offices p {
font-size:15px;
}
}
/* site info */

.siteinfo {
}
 @media only screen and (min-width: 768px) {
.siteinfo {
 padding-left:15%;
 padding-right:15%;
}
}
.tertiary-menu, .siteinfo p {
	font-size:18px;
}
.tertiary-menu ul, .siteinfo p {
	margin:0;
	margin-bottom:4px;
}
 @media only screen and (min-width: 768px) {
.tertiary-menu, .siteinfo p {
 font-size:13px;
}
}
 @media only screen and (min-width: 1200px) {
.tertiary-menu, .siteinfo p {
 font-size:15px;
}
}
.tertiary-menu ul li {
	white-space:pre;
}
.tertiary-menu ul li a, .tertiary-menu ul li a:visited {
	color: #FFF;
	text-decoration-style:dotted;
}
.tertiary-menu ul li a:hover, .tertiary-menu ul li a:focus {
	color: #E6E0D5;
	text-decoration: underline;
}
/* social icons */
.social {
	margin-top:15px;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .social a {
	margin-left:5px;
	margin-right:5px;
}
.social a {
	font-size:2em;
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
	border: none;
	position: relative;
}
@media only screen and (min-width: 400px) {
.social a {
font-size:2.5em;
}
}
@media only screen and (min-width: 768px) {
.social a {
font-size:1.25em;
}
}
@media only screen and (min-width: 992px) {
.social a {
font-size:1.5em;
}
}
@media only screen and (min-width: 1200px) {
.social a {
font-size:2em;
width: 39px;
height: 39px;
}
}
.social a:hover, .social a:focus {
	color: #E6E0D5;
	text-decoration:none;
}
.pagetools {
	position: relative;
}
.content ul.share-links li:before {
	content: none;
}
.pagetools .share-links {
	display: none;
	position: absolute;
	left: 0;
	margin-top: 5px;
	z-index: 99;
	width: 150px;
	padding: 15px;
	border-radius: 2px;
	background: white;
	border: 1px solid #d3d3d3;
	box-shadow: 2px 2px 2px #333;
	line-height: 28px;
	text-align: left;
}
.pagetools .share-links a {
	background: none;
	display: inline;
	color: #47758E;
	text-decoration: none;
}
/*.pagetools .share-links a:hover {
    text-decoration: underline;
}*/

@media only screen and (max-width: 768px) {
.pagetools .share-links {
 left:revert;
 right: 0;
}
}
.feature-box {
	padding:0;
	margin:10px 0 30px;
	padding-bottom:20px;
	border-top-width:12px;
	border-top-style:solid;
	border-top-color:#47758E;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#dbd9d8;
	background-color:#fcfcfc
}
.feature-box h3 {
	font-size:28px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:-.02em;
	background-color:#47758E;
	display:inline-block;
	padding:0;
	margin:0;
	padding:7px 16px;
	margin-bottom:26px
}
.feature-box .row {
	width:87%;
	margin-left:auto;
	margin-right:auto
}
.feature-box p {
	font-size:1.125rem
}
