/*
Theme Name: Kane Russell Custom Theme
Author: Herrmann Advertising Design and Technology
Author URI: https://www.herrmann.com/
Version 2.1
*/

/* ----------------------------------------------
THEME STYLES   
------------------------------------------------- */ 

body, html {
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color:#575752;
	background-color:#FFF;
	font-size: 16px;
	font-size: 100%;
	-webkit-text-size-adjust: none;
	position: relative;
	height: 100%;
	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:#575752;
	font-weight: 900;
	line-height: 1.2;
 margin-bottom: .5rem;
}
h1, .h1 {
	font-family: 'Merriweather', serif;
	font-weight: 700;
	font-size:30px;
	margin-bottom: 0;
}
.content h1, .content .h1 {
	color:#E8695C;
}
.content h1 {
	font-size:24px;
	margin-bottom: 24px;
}
h2, .h2 {
	font-size:24px;
	font-size:6.250vw;
	margin-top: 15px;
	margin-bottom: 10px;
}
h3, .h3 {
	font-size:23px;
	margin-top: 15px;
	margin-bottom: 10px;
}
h4, .h4 {
	font-size:22px;
	font-weight: 900;
	margin-top: 15px;
	margin-bottom: 10px;
}
p {
	font-size: 21px;
	line-height: 128%;
}
p.lead {
	font-size: 23px;
	line-height: 128%;
	font-weight:900;
}
/* bulleted lists */


dl, ol, ul {
	padding-left: 0;
}
.content ol {
	padding-left:30px;
}
.content ul {
	margin-left:20px;
	padding-left:0;
}
.content ul li {
	font-size: 22px;
	line-height: 128%;
	margin-bottom:6px;
}
.content ul> li {
	list-style:disc
}
/* ordered lists */



.content ol li {
	font-size: 22px;
	line-height: 128%;
	padding-bottom: 10px;
}
b, strong {
	font-weight: 700;
}
 @media only screen and (min-width: 480px) {
 h1, .h1 {
 font-size:30px;
}
 .content h1 {
 font-size:24px;
 margin-bottom: 24px;
}
 h2, .h2 {
 font-size:24px;
}
 h3, .h3 {
 font-size:23px;
}
 h4, .h4 {
 font-size:22px;
}
 p {
 font-size: 22px;
}
 .content ul li, .content ol li {
 font-size: 22px;
}
 p.lead {
 font-size: 23px;
}
}
 @media only screen and (min-width: 768px) {
 h1, .h1 {
 font-size:24px;
}
 .content h1 {
 font-size:20px;
 margin-bottom: 20px;
}
 h2, .h2 {
 font-size:18px;
}
 h3, .h3 {
 font-size:16px;
}
 h4, .h4 {
 font-size:15px;
}
 p {
 font-size: 14px;
}
 .content ul li, .content ol li {
 font-size: 14px;
}
 p.lead {
 font-size: 18px;
}
}
 @media only screen and (min-width: 992px) {
 h1, .h1 {
 font-size:24px;
}
 .content h1 {
 font-size:20px;
}
 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: 22px;
}
}
 @media only screen and (min-width: 1200px) {
 h1, .h1 {
 font-size:38px;
}
 .content h1 {
 font-size:30px;
 margin-bottom: 30px;
}
 h2, .h2 {
 font-size:22px;
 margin-bottom:15px;
}
 h3, .h3 {
 font-size:20px;
 margin-bottom:15px;
}
 h4, .h4 {
 font-size:19px;
 margin-bottom:15px;
}
 p {
 font-size: 19px;
}
 .content ul li, .content ol li {
 font-size: 19px;
}
 p.lead {
 font-size: 22px;
}
}
 @media only screen and (min-width: 1400px) {
 h1, .h1 {
 font-size:45px;
}
 .content h1 {
 font-size:36px;
}
 h2, .h2 {
 font-size:27px;
}
 h3, .h3 {
 font-size:24px;
}
 h4, .h4 {
 font-size:22px;
}
 p {
 font-size: 22px;
}
 .content ul li, .content ol li {
 font-size: 22px;
}
 p.lead {
 font-size: 27px;
}
}
/* --------- other helpers and overrides ---------*/



menu, dir {
	list-style:none;
	padding:0;
	margin:0;
}
a, a:visited {
	color: inherit;
	text-decoration:  none;
	transition: all 0.1s ease-in-out 0s;
}
a:hover, a:focus {
	color: #E8695C;
	text-decoration:  none;
}
.content a, .content a:visited {
	color: inherit;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8e8f8e;
	transition: all 0.1s ease-in-out 0s;
}
.content a:hover, .content a:focus {
	color: #E8695C;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: inherit;
}
.content h2 a, .content h2 a:visited, .content h3 a, .content h3 a:visited {
/*text-decoration:   none;*/
}
.content h2 a:hover, .content h2 a:focus, .content h3 a:hover, .content h3 a:focus {
/*text-decoration: underline;*/
}
.content a.no_line, .content a >img.no_line {
	border:none;
}
.content a.no_line span.dotted, .content a.no_line:visited span.dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8e8f8e;
}
.content a.no_line:hover span.dotted, .content a.no_line:focus span.dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: inherit;
}
a:focus {
	outline: thin dotted;
}
.no-brk {
	display:inline;
	white-space: nowrap;
}
.no-brk img {
	margin-left:8px;
}
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;
}
}







/* telephone links */



a[href^="tel:"], a[href^="tel:"]:visited {
 color: inherit;
 font-weight:inherit;
 text-decoration:none;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: inherit;
}
 a[href^="tel:"]:hover {
 color: #E8695C;
 font-weight:inherit;
 text-decoration:none;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: inherit;
}
img {
	max-width: 100%;
	height: auto
}
img.fullwidth {
	width: 100%;
	height: auto
}
figure img {
}
figcaption {
	padding-top:10px;
}
.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:#FFF;
	background: #2B5567;
	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:#FFF;
	background: #E8695C;
	outline: 0;
 -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:95%;
	max-width:95%;
}
 @media only screen and (min-width: 768px) {
 .container {
 width:85%;
 max-width:85%;
}
}
 @media only screen and (min-width: 992px) {
 .container {
 width:82%;
 max-width:82%;
/*max-width:1520px;*/

}
}
 .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 {
	margin-right:-11px;
	margin-left:-11px;
}
 .md-gutters > [class*='col-'] {
 padding-right:11px;
 padding-left:11px;
}
 .lg-gutters > [class*='col-'] {
/*margin-bottom:30px;*/

}
 @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:-24px;
 margin-left:-24px;
}
 .xl-gutters > [class*='col-'] {
 padding-right:24px;
 padding-left:24px;
 margin-bottom:0;
}
}
 @media(min-width:1200px) {
 .xl-gutters {
 margin-right:-38px;
 margin-left:-38px;
}
 .xl-gutters > [class*='col-'] {
 padding-right:38px;
 padding-left:38px;
}
}
 @media(min-width:1200px) {
 .xl-gutters {
 margin-right:-45px;
 margin-left:-45px;
}
 .xl-gutters > [class*='col-'] {
 padding-right:45px;
 padding-left:45px;
}
}
 @media(min-width:1800px) {
 .xl-gutters {
 margin-right:-60px;
 margin-left:-60px;
}
 .xl-gutters > [class*='col-'] {
 padding-right:60px;
 padding-left:60px;
}
}
 @media only screen and (min-width: 414px) {
 .col-xs-6 {
 -ms-flex:0 0 50%;
 flex:0 0 50%;
 max-width:50%
}
}
.card {
	background-color: transparent;
	background-clip: border-box;
	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;
}
/* =========== buttons and colors ================= */

.btn {
	font-family: 'Merriweather', serif;
	font-style: normal;
	font-size: 20px;
	line-height: 1.42857143;
	text-align: center;
	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: none;
	border-radius: 0;
	margin-bottom: 0;
	padding: 8px;
	padding-right: 40px;
	padding-left: 40px;
}
 @media only screen and (min-width: 768px) {
 .btn {
 font-size: 16px;
 padding: 8px;
 padding-right: 32px;
 padding-left: 32px;
}
}
 @media only screen and (min-width: 1200px) {
 .btn {
 font-size: 24px;
 padding: 12px;
 padding-right: 48px;
 padding-left: 48px;
}
}
/*
 @media only screen and (min-width: 1800px) {
 .btn {
 font-size: 36px;
 padding-right: 55px;
 padding-left: 55px;
}
}*/
button:focus, .btn:focus {
	outline: thin dotted;
}
.btn-small {
	font-size: 16px;
	padding: 6px;
	padding-right: 12px;
	padding-left: 12px;
}
.btn-center {
	text-align:center;
}
.btn-outline, .btn-outline:visited {
	color: #575752;
	background-color: #FFF;
	border: 2px solid rgba(87, 87, 82, .41);
}
.btn-outline:hover, .btn-outline:focus {
	color: #E8695C;
}
.btn-coral, .btn-coral:visited, .content .btn-coral, .content .btn-coral:visited {
	color: #FFF;
	background-color: #E8695C;
}
.btn-coral:hover, .btn-coral:focus, .content .btn-coral:hover, .content .btn-coral:focus {
	color: #FFF;
	background-color: #cd5e53;
}
/* backgrounds and colors */



.bg-coral {
	background-color: #E8695C;
}
.bg-dkcoral {
	background-color: #cd5e53;
}
.bg-blue {
	background-color: #2B5567;
}
.bg-dkgray {
	background-color: #575752;
}
.bg-pink {
	background-color: #FCF;
}
.coral {
	color: #E8695C;
}
.dkcoral {
	color: #cd5e53;
}
.blue {
	color: #2B5567;
}
.dkgray {
	color: #575752;
}
.coral-fill {
	fill: #e8695c;
}
.white-fill {
	fill: #FFF;
}
.blue-fill {
	fill: #6CF;
}
/* circle icon links */

.icon {
	display: inline-block;
	overflow: hidden;
	width:34px;
	height:34px;
	text-align: center;
	color:#FFF;
	vertical-align:middle;
	border-radius:50%;
	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;
}
a.icon {
	border:none;
}
.icon {
	width:32px;
	height:32px;
}
.icon.smallicon {
	width:30px;
	height:30px;
}
.icon.largeicon {
	width:38px;
	height:38px;
}
 @media only screen and (min-width: 400px) {
 .icon {
 width:40px;
 height:40px;
}
 .icon.smallicon {
 width:38px;
 height:38px;
}
 .icon.largeicon {
 width:45px;
 height:45px;
}
}
 @media only screen and (min-width: 768px) {
 .icon {
 width:24px;
 height:24px;
 margin:0;
}
 .icon.smallicon {
 width:18px;
 height:18px;
}
 .icon.largeicon {
 width:32px;
 height:32px;
}
}
 @media only screen and (min-width: 992px) {
 .icon, .icon.tool-icon {
 width:28px;
 height:28px;
}
}
 @media only screen and (min-width: 1200px) {
 .icon, .icon.tool-icon {
 width:38px;
 height:38px;
}
 .icon.smallicon {
 width:28px;
 height:28px;
}
 .icon.largeicon {
 width:50px;
 height:50px;
}
}
 @media only screen and (min-width: 1400px) {
 .icon, .icon.tool-icon {
 width:45px;
 height:45px;
}
 .icon.smallicon {
 width:33px;
 height:33px;
}
 .icon.largeicon {
 width:60px;
 height:60px;
}
}
 @media only screen and (min-width: 1800px) {
 .icon, .icon.tool-icon {
 width: 60px;
 height: 60px;
}
 .icon.smallicon {
 width:45px;
 height:45px;
}
 .icon.largeicon {
 width: 80px;
 height: 80px;
}
}
.tool-icon, .tool-icon:visited {
	color:#FFF;
	background-color: #2B5567;
}
.tool-icon:hover, .tool-icon:focus {
	color:#FFF;
	background-color: #E8695C;
}
/* ================================================= */

/* ====================== header ================= */

/* =================================== ============== */

header {
	height:90px;
	background-color:#FFF;
}
 @media only screen and (min-width: 400px) {
 header {
 height:103px;
}
}
 @media only screen and (min-width: 768px) {
 header {
 position: absolute;
 top:0;
 left:0;
 right:0;
 width:36.5625%;
 height:auto;
 background-color: transparent;
 z-index:3;
}
}
#mobile_menu {
	position: absolute;
	left:0px;
	top:0px;
	width:100%;/*z-index:9999;
    */
}
.mobile_header {
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:9999;
}
 @media only screen and (min-width: 768px) {
 #mobile_menu {
 display:none;
}
 .mobile_header {
 display:none;
}
}
/* header layout */

header .item {
	margin-bottom:15px;
}
 @media only screen and (min-width: 992px) {
 header .item {
 margin-bottom:20px;
}
}
 @media only screen and (min-width: 1200px) {
 header .item {
 margin-bottom:30px;
}
}
 @media only screen and (min-width: 1400px) {
 header .item {
 margin-bottom:40px;
}
}
 @media only screen and (min-width: 1800px) {
 header .item {
 margin-bottom:60px;
}
}
header .card {
	padding:20px;
	padding-right:15px;
}
 @media only screen and (min-width: 400px) {
 header .card {
 padding:22px;
 padding-right:15px;
}
}
 @media only screen and (min-width: 768px) {
 header .card {
 padding:20px;
}
}
 @media only screen and (min-width: 992px) {
 header .card {
 padding:26px;
}
}
 @media only screen and (min-width: 1200px) {
 header .card {
 padding:34px;
}
}
 @media only screen and (min-width: 1800px) {
 header .card {
 padding:45px;
}
}
header .logo {
	max-width:160px;
}
 @media only screen and (min-width: 375px) {
 header .logo {
 max-width:235px;
}
}
 @media only screen and (min-width: 768px) {
 header .logo {
 max-width:100%;
}
}
header .logo a {
	border: none;
}
/* main menu navigation */

.mainmenu ul {
	font-size:14px;
	color:#FFF;
	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:23px;
}
}
 @media only screen and (min-width: 1800px) {
 .mainmenu ul {
 font-size:31px;
}
}
.mainmenu ul li {
	display: block;
}
.mainmenu ul li a:link, .mainmenu ul li a:visited {
	color:rgba(87, 87, 82, .7);
	border:none;
	text-decoration:none;
}
.mainmenu ul li a:hover, .mainmenu ul li a:focus {
	color:#E8695C;
	text-decoration:none;
}
.mainmenu ul li a.active {
	color:#E8695C;
}
/* header tools */

header .tools-wrapper {
}
.header-tools {
	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;
	text-align:right;
	z-index:3;
}
 @media only screen and (min-width: 768px) {
 .header-tools {
 justify-content: flex-start;
 text-align:left;
}
}
.header-tools .btn {
	padding:0;
	margin-left:10px;
	width:32px;
}
.header-tools button {
	cursor:pointer;
}
.btn-close img {
	width:32px;
}
 @media only screen and (min-width: 400px) {
 .header-tools .btn {
 margin:0;
 margin-left:16px;
 width:30px;
}
 .btn-close img {
 width:30px;
}
}
 @media only screen and (min-width: 768px) {
 .header-tools .btn {
 margin-left:0;
 margin-right:15px;
 width:28px;
}
 .btn-close img {
 width:28px;
}
}
 @media only screen and (min-width: 992px) {
 .header-tools .btn, .btn-close img {
 width:28px;
}
}
 @media only screen and (min-width: 1200px) {
 .header-tools .btn, .btn-close img {
 width:35px;
 margin-right:20px;
}
}
 @media only screen and (min-width: 1400px) {
 .header-tools .btn, .btn-close img {
 width:35px;
}
}
 @media only screen and (min-width: 1800px) {
 .header-tools .btn, .btn-close img {
/* width:56px;*/
}
}
/* close button */



.btn-close {
	position: absolute;
	top:30px;
	right:5%;
	z-index:9000;
	line-height:.5;
	background-color: transparent;
	padding:0;
	color: #FFF;
	border: none;
	-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: 1400px) {
 .btn-close {
 right:2.5%;
}
}
.btn-close:hover {
	color: #FFF;
}
/* ==============    MENU OVERLAY ======================= */



.overlay {
	width: 0%;
	height:auto;
	position:absolute;
	z-index: 1;
	top: 0;
	left: 0px;
	background-color:#2B5567;
	overflow: hidden;
	transition: 0.5s;
	z-index: 9999;
}
 @media only screen and (min-width: 768px) {
 .overlay {
 width: 0%;
 height:auto;
 height:100%;
 top: 0;
 left: 0px;
}
}
.overlay-bg {
	animation-duration: 250ms;
}
.overlay-header {
	width:100%;
}
.overlay-content {
	position: relative;
	width: 100%;
	height:100%;
	padding-bottom:96px;
	text-align: center;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
nav.fullmenu {
	color:#FFF;
	font-weight:700;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
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) {
 nav.fullmenu ul {
 -webkit-column-count: 2;
 -moz-column-count: 2;
 column-count: 2;
 -webkit-column-gap: 80px;
 column-gap: 60px;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
}
 nav.fullmenu ul li {
 -webkit-column-break-inside: avoid;
 page-break-inside: avoid;
 break-inside: avoid-column;
}
 .overlay nav.fullmenu ul {
 -webkit-column-count: 1;
 -moz-column-count: 1;
 column-count: 1;
}
}
 @media only screen and (min-width: 1400px) {
 nav.fullmenu ul {
 max-width:70%;
}
}
nav.fullmenu ul li {
	display: block;
	padding:0;
	margin:0;
	vertical-align: middle;
	line-height:100%;
}
nav.fullmenu li a, nav.fullmenu li a:visited {
	display: inline-block;
	font-size: 28px;
	line-height:125%;
	color:#FFF;
	letter-spacing:.085em;
	margin:0;
	padding-bottom:10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:  transparent;
}
 @media only screen and (min-width: 414px) {
 nav.fullmenu li a {
}
}
 @media only screen and (min-width: 768px) {
 nav.fullmenu li a {
 font-size: 28px;
 padding-top:6px;
 padding-bottom:6px;
}
}
 @media only screen and (min-width: 992px) {
 nav.fullmenu li a {
 font-size: 35px;
}
}
 @media only screen and (min-width: 1200px) {
 nav.fullmenu li a {
 font-size: 35px;
}
}
 @media only screen and (min-width: 1400px) {
 nav.fullmenu li a {
 font-size: 42px;
}
}
nav.fullmenu li a.active, nav.fullmenu li a:hover, nav.fullmenu li a:focus {
	color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: inherit;
}
/* ============== takeover search ==============  */



.search-area {
	position:  fixed;
	z-index:400;
	content: '';
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: none;
}
 @media only screen and (max-width: 767px) {
 .search-area {
 z-index:12000;
 padding-left:0;
}
 .search-area .container {
 padding-left: 15px;
 padding-right: 15px;
}
}
.search-area form {
	margin-top: 200px;
}
 @media only screen and (min-width: 768px) {
 .search-area form {
 margin-top: 40%;
}
}
.search-area .form-btn input {
	font-size: 20px;
	color: #575752;
	background: #FFF;
	height:60px;
}
 @media only screen and (min-width: 1200px) {
 .search-area .form-btn input {
 font-size: 28px;
}
}
.search-area .form-btn input:focus {
	background: #FFF;
	outline: none;
	box-shadow: none;
	border-color:#ced4da;
}
.brd-left-none {
	border-left: none !important;
}
.form-btn .form-control {
	border-right:none !important;
}
.search-area .border-bottom {
	border: none;
	border-bottom: solid 1px #ced4da;
	border-radius: 0px;
}
 .search-area .form-control::-webkit-input-placeholder {
 color: rgba(87, 87, 82, .8);
}
 .search-area .form-control:-moz-placeholder {
 color: rgba(87, 87, 82, .8);
}
 .search-area .form-control::-moz-placeholder {
 color: rgba(87, 87, 82, .8);
}
 .search-area .form-control:-ms-input-placeholder {
 color: rgba(87, 87, 82, .8);
}
 .search-area .form-control::placeholder {
 color: rgba(87, 87, 82, .8);
}
.search-area .form-control .form-btn .fa {
	font-size: 30px;
}
 @media only screen and (max-width: 767px) {
 .search-area .btn {
 padding-left:10px;
 padding-right:10px;
}
}
/* ================================================= */
/* ====================== page header ================= */
/* ================================================= */



.pagebanner {
	position:relative;
}
/* pagebanner triangles */

.triangleshadow {
	filter: drop-shadow( 5px 5px 10px rgba(0, 0, 0, .22));
	-webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .22));
	-moz-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .22));
}
 @media only screen and (min-width: 768px) {
 .triangleshadow {
 filter: drop-shadow( 8px 8px 16px rgba(0, 0, 0, .22));
 -webkit-filter: drop-shadow(8px 8px 16px rgba(0, 0, 0, .22));
 -moz-filter: drop-shadow(8px 8px 16px rgba(0, 0, 0, .22));
}
}
.header-triangle {
	position:absolute;
	top:0;
	right:0;
	width:45%;
	z-index:2;
}
 @media only screen and (min-width: 375px) {
 .header-triangle {
 width:37.5%;
 width:39%;
}
}
 @media only screen and (min-width: 768px) {
 .header-triangle {
 left:0;
 right:auto;
 width:36.5625%;
}
 .homeheader-triangle {
 position:absolute;
 top:0;
 left:0;
 margin-left:-85%;
 right:auto;
 width:125%;
 height:125%;
 background-color: #FFF;
 transform: rotate(45deg);
 transform-origin: top right;
 z-index:2;
}
}
.title-triangle {
	position:absolute;
	bottom:0;
	left:0;
	/*width:73.125%;*/
	 width:70%;
}
 @media only screen and (min-width: 1800px) {
.title-triangle {
 width:60%;
}
}
.homebanner .title-triangle {
	width:73.125%;
}
.pagebanner-overlay {
	width:100%;
	padding-left:5%;
	padding-right:5%;
	background-color:#E8695C;
	color:#FFF;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}
 @media only screen and (min-width: 768px) {
 .pagebanner-overlay {
 position:absolute;
 text-align:left;
 width:50%;
 bottom:0;
 left:7.5%;
 margin:0;
 padding:0;
 padding-bottom:28px;
background-color:transparent;
}
}
 @media only screen and (min-width: 992px) {
 .pagebanner-overlay {
 left:10%;
}
}
 @media only screen and (min-width: 1200px) {
 .pagebanner-overlay {
 padding-bottom:48px;
}
}
 @media only screen and (min-width: 1400px) {
 .pagebanner-overlay {
 padding-bottom:58px;
 width:40%;
}
 .homebanner .pagebanner-overlay {
 width:50%;
}
}
 @media only screen and (min-width: 1800px) {
 .pagebanner-overlay {
 padding-bottom:60px;
}
 .homebanner .pagebanner-overlay {
 padding-bottom:78px;
 left:15%;
}
}
.pagebanner-overlay h1, .pagebanner-overlay .h1 {
	color:#FFF;
}
/* image wrap for attorney silos and page banners */

.image-wrap {
	position: relative;
	width:100%;
}
 @media only screen and (min-width: 1800px) {
 .image-wrap .midscreen {
 display:none !important;
}
}
 @media only screen and (max-width: 1799px) {
 .image-wrap .largescreen {
 display:none !important;
}
}
.image-wrap .bannerimg {
	width:100%;
	height:auto;
}
/* bio photos */

.bio-photo {
	position: absolute;
	height:95%;
	width:auto;
	bottom:0;
	z-index:5;
}
 @media only screen and (max-width: 767px) {
 .bio-photo {
 left: 50%;
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
}
}
 @media only screen and (min-width: 768px) {
 .pagebanner.bio .bio-photo {
 margin:0;
 left:50%;
 height:91%;
}
}
.related-attorneys .bio-photo {
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.attorney-listings .bio-photo {
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
/* ================================================= */
/* ====================== HOME PAGE ================= */
/* ================================================= */

.home-spacing:first-of-type {
	padding-top:50px;
}
.home-spacing {
	padding-bottom:37px;
}
 @media only screen and (min-width: 768px) {
 .home-spacing {
 padding-bottom:34px;
}
}
 @media only screen and (min-width: 1200px) {
 .home-spacing {
 padding-bottom:53px;
}
}
 @media only screen and (min-width: 1400px) {
 .home-spacing {
 padding-bottom:63px;
}
}


/* ====== HOME BANNER ========= */ 

@media only screen and (max-width: 767px) {
 .homebanner .pagebanner-overlay {
 padding-bottom:60px;
 height:336px;
}
}
.homebanner .pagebanner-overlay h2 {
	font-family: 'Merriweather', serif;
	font-weight:400;
	font-size:12.5vw;
	line-height:110%;
	color:#FFF;
	text-transform:lowercase;
	text-indent:50px;
	margin-right:50px;
	margin-bottom:15px;
}
 @media only screen and (min-width: 480px) {
 .homebanner .pagebanner-overlay h2 {
 font-size:60px;
}
}
 @media only screen and (min-width: 768px) {
 .homebanner .pagebanner-overlay h2 {
 font-size:4.167vw;
 text-indent:6%;
 margin-left:20%;
 margin-bottom:20px;
}
}
 @media only screen and (min-width: 992px) {
 .homebanner .pagebanner-overlay h2 {
 margin-left:15%;
 margin-bottom:30px;
}
}
.homebanner .pagebanner-overlay h2 span {
	font-style:italic;
}
 @media only screen and (min-width: 768px) {
 .homebanner .bannerlink {
 width:85%;
 margin-bottom:30px;
}
}
 @media only screen and (min-width: 992px) {
 .homebanner .bannerlink {
 margin-bottom:40px;
}
}

.homebanner .bannerlink p {
	font-size:22px;
	line-height:110%;
}
 @media only screen and (min-width: 768px) {
 .homebanner .bannerlink p {
 font-size:17px;
}
}
 @media only screen and (min-width: 992px) {
 .homebanner .bannerlink p {
 font-size:20px;
}
}
 @media only screen and (min-width: 1200px) {
 .homebanner .bannerlink p {
 font-size:25px;
}
}
 @media only screen and (min-width: 1400px) {
 .homebanner .bannerlink p {
 font-size:30px;
}
}
 @media only screen and (min-width: 1800px) {
 .homebanner .bannerlink p {
  font-size:36px;
}
}
.homebanner .bannerlink p a, .homebanner .bannerlink p a:visited {
	color:#FFF;
	cursor:pointer;
}
.homebanner .bannerlink p a:hover, .homebanner .bannerlink p a:focus {
	color:#FFF;
	text-decoration:underline;
}
.homebanner .bannerlink p:after {
	content: '';
	background-image: url(../images/arrow-white.png);
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 17px;
	margin-left:6px;
}
 @media only screen and (min-width: 1200px) {
 .homebanner .bannerlink p:after {
 margin-left:9px;
}
}
 @media only screen and (min-width: 1800px) {
 .homebanner .bannerlink p:after {
 width: 16px;
 height: 32px;
 margin-left:12px;
}
}
/*home banner alternate option - group*/

@media only screen and (max-width: 767px) {
 .homebanner .pagebanner-overlay.options.quote {
 padding-top:30px;
 
}
}

.homebanner .pagebanner-overlay.options h2 {
	font-size:10vw;
	line-height:125%;
	margin:0;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	text-indent:0;
	text-transform:none;
}
.homebanner .pagebanner-overlay.options.quote h2 {
	font-size:8vw;
}
.homebanner .pagebanner-overlay.options .smallquote {
	border:none;
	margin:0;
	margin-top:20px;
	text-align:  left;
}
.homebanner .pagebanner-overlay.options .smallquote blockquote {
	color: #FFF;
}
/* home banner small quote */
 .homebanner .pagebanner-overlay.options .smallquote {
	border:none;
	margin:0;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align: center;
}
.homebanner .pagebanner-overlay.options .smallquote p {
	font-size:19px;
	margin:0;
	font-weight:400;
}
 @media only screen and (min-width: 480px) {
 .homebanner .pagebanner-overlay.options h2 {
 font-size:42px;
}
 .homebanner .pagebanner-overlay.options.quote h2 {
 font-size:28px;
}
}
 @media only screen and (min-width: 768px) {
 .homebanner .pagebanner-overlay.options {
 padding-bottom:60px;
}
 .homebanner .pagebanner-overlay.options.quote {
 padding-bottom:20px;
}
.homebanner .pagebanner-overlay.options h2 {
 font-size:3.427vw;
}
.homebanner .pagebanner-overlay.options .smallquote p {
 font-size:14px;
 font-size:1.823vw;
 margin:0;
}
}
 @media only screen and (min-width: 992px) {
 .homebanner .pagebanner-overlay.options {
 left:5.5%;
 bottom:50px;
}
 .homebanner .pagebanner-overlay.options.quote {
 left:5.5%;
 padding-bottom:24px;
}
 .homebanner .pagebanner-overlay.options h2 {
 font-size:34px;
}


 .homebanner .pagebanner-overlay.options.quote h2 {
 font-size:34px;
}

/* home banner small quote */
 .homebanner .pagebanner-overlay.options .smallquote {
 width:80%;
 padding:0;
}
}
 @media only screen and (min-width: 1200px) {
 .homebanner .pagebanner-overlay.options.quote {
 padding-bottom:30px;
}
 .homebanner .pagebanner-overlay.options h2 {
 font-size:40px;
}
 .homebanner .pagebanner-overlay.options.quote h2 {
 font-size:40px;
}
}
 @media only screen and (min-width: 1400px) {
 .homebanner .pagebanner-overlay.options {
 left:7%;
}
 .homebanner .pagebanner-overlay.options.quote {
 left:7%;
 padding-bottom:36px;
}
 .homebanner .pagebanner-overlay.options h2 {
 font-size:50px;
 font-size:3.333vw;
}

 .homebanner .pagebanner-overlay.options.quote h2 {
 font-size:50px;
 font-size:3.333vw;
}
}
 @media only screen and (min-width: 1600px) {
 .homebanner .pagebanner-overlay.options {
 left:9%;
}
 .homebanner .pagebanner-overlay.options.quote {
 left:9.5%;
}
}
/* owl carousel overrides */

.owl-carousel {
	display: block;
}
 .owl-carousel .slide-owl-wrap:not(:first-child) {
 display: none;
}
.owl-carousel img {
	width: 100%;
}
.homebanner .owl-dots {
	position:absolute;
	left: 0;
	right:0;
	bottom:0;
	margin-bottom:15px;
	text-align:center;
}
 @media only screen and (min-width: 768px) {
 .homebanner .owl-dots {
 position:absolute;
 left:7.5%;
 right:auto;
 text-align:left;
 padding-left:10px;
 margin-bottom:10px;
}
}
 @media only screen and (min-width: 992px) {
 .homebanner .owl-dots {
 left:10%;
}
}
 @media only screen and (min-width: 1200px) {
 .homebanner .owl-dots {
 bottom:15px;
}
}
 @media only screen and (min-width: 1800px) {
 .homebanner .owl-dots {
}
}
/*
 @media only screen and (min-width: 1800px) {
 .homebanner .owl-dots {
 bottom:30px;
}
}*/
.owl-theme .owl-dots .owl-dot {
	background-color:transparent;
}
.owl-theme .owl-dots .owl-dot span {
	width: 18px;
	height: 18px;
	margin: 5px 7px;
	background: #FFF;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 18px;
}
 @media only screen and (min-width: 1800px) {
 .owl-theme .owl-dots .owl-dot span {
 width: 24px;
 height: 24px;
 margin: 5px 7px;
 border-radius: 24px;
}
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background:#441f1d;
}
/* large search */

.large-search form {
	width:100%;
}
.large-search .form-control {
	padding-left: 2.375rem;
	height: auto;
}
.large-search .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: #aaa;
}
.large-search .input-group {
	background-color:#FFF;
	background-clip: border-box;
	font-weight:500;
	border: 2px solid #BABAB8;
}
.overlay-bg .large-search .input-group {
	border: none;
}
.large-search input {
	background-color:#FFF;
	background-clip: border-box;
	font-weight:400;
	border:none;
	text-align: left;
}
.large-search .form-control {
	font-family: 'Merriweather', serif;
	color: #575752;
 padding: .65rem;
	padding-left:1rem;
	height:auto;
	font-size:18px;
}
 @media only screen and (min-width: 768px) {
 .large-search .form-control {
 font-size:2.292vw;
}
}
 @media only screen and (min-width: 1400px) {
 .large-search .form-control {
 font-size:33px;
}
}
 .large-search .form-control::-webkit-input-placeholder {
 color: #575752;
 font-weight:400;
 opacity:1;
}
.form-control {
	font-weight: 400;
	color: #575752;
	border-radius:0;
}
.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: #E8695C;
	background-color: #FFF;
}
.btn-searchsubmit:hover, .btn-searchsubmit:focus {
	color: #FFF;
	background-color: #E8695C;
	text-decoration: none;
}
.overlay-bg .btn-searchsubmit:hover, .overlay-bg .btn-searchsubmit:focus {
	background-color: #575752;
}
.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 attorney spotlight */

.attorney-spotlight {
	background-image: url(../images/triangle-border3.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: 26px;
	padding-top:66px;
	text-align:center;
}
.attorney-spotlight h2 {
	font-family: 'Merriweather', serif;
	font-weight:700;
	font-size:28px;
	color: #E8695C;
}
.attorney-spotlight p {
	font-size:23px;
}
 @media only screen and (min-width: 768px) {
 .attorney-spotlight {
 background-position: left 18%;
 background-size: 26px;
 padding-top:0;
 text-align:left;
}
 .attorney-spotlight {
 background-size: 26px;
}
 .attorney-spotlight h2 {
 margin-top:18%;
}

 .attorney-spotlight p {
 font-size:18px;
}
}
 @media only screen and (min-width: 1200px) {
 .attorney-spotlight {
 background-size: 37px;
}
 .attorney-spotlight h2 {
 font-size:25px;
}
 .attorney-spotlight p {
 font-size:22px;
}
}
 @media only screen and (min-width: 1400px) {
 .attorney-spotlight {
 background-size: 47px;
}
 .attorney-spotlight h2 {
 font-size:30px;
}
 .attorney-spotlight p {
 font-size:27px;
}
}
/*
 @media only screen and (min-width: 1800px) {
 .attorney-spotlight {
 background-size: 57px;
}
 .attorney-spotlight h2 {
 font-size:41px;
}
 .attorney-spotlight p {
 font-size:36px;
}
}*/
/* attorney spotlight video and modal */



.video-play-wrapper {
	position:relative;
}
.video-play-wrapper img {
	width:100%;
	height:auto;
}
.video-play-wrapper:before {
	content: '';
	position:absolute;
	right:0;
	bottom:0;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, .1);
	background-image: url(../images/video-play-button.png);
	background-repeat: no-repeat;
	background-position: 95% 90%;
	background-size: 60px;
}
.modal-dialog-centered {
	width:95%;
	max-width: 970px;
}
.video-modal-popup .modal-dialog-centered .modal-content, .home-video-modal-popup .modal-dialog-centered .modal-content {
	padding: 10px;
	box-shadow: 0 2px 50px 0px rgba(0, 0, 0, 0.7);
}
.modal-backdrop.show {
	opacity: .8;
}
.modal-content .btn-close {
	right: -10%;
	top: -36px;
	height: 24px;
	width: 24px;
}
.sectionborder-short {
	background-image: url(../images/triangle-border.png);
	background-repeat: repeat-x;
	background-position: left center;
	background-size: 26px;
	height:26px;
	margin-top:20px;
	margin-bottom:20px;
}
 @media only screen and (min-width: 768px) {
 .sectionborder-short {
 background-position: left 18%;
 background-size: 26px;
}
}
 @media only screen and (min-width: 1200px) {
 .sectionborder-short {
 background-size: 37px;
 height:37px;
 margin-top:40px;
 margin-bottom:40px;
}
}
 @media only screen and (min-width: 1400px) {
 .sectionborder-short {
 background-size: 47px;
 height:47px;
}
}
 @media only screen and (min-width: 1800px) {
 .sectionborder-short {
 background-size: 57px;
 height:57px;
 margin-top:60px;
 margin-bottom:60px;
}
}
/* ================================================= */

/* ========= GLOBALS AND INNER PAGES =============== */

/* ================================================= */


main {
	position:relative;
}
/* ====== content ========= */

.content {
	padding-top:45px;
	padding-bottom:10px;
}
 @media only screen and (min-width: 768px) {
 .content {
 padding-top:40px;
 padding-bottom:32px;
}
}
 @media only screen and (min-width: 1200px) {
 .content {
 padding-top:62px;
 padding-bottom:50px;
}
}
 @media only screen and (min-width: 1400px) {
 .content {
 padding-top:75px;
 padding-bottom:60px;
}
}
 @media only screen and (min-width: 1800px) {
 .content {
 padding-top:80px;
 padding-bottom:80px;
}
}
.content.nopadtop {
	padding-top:0;
}
/* site search nav tabs overrides */



.content ul.nav-tabs> li {
	list-style:  none;
	font-family: 'Merriweather', serif;
}
.content ul.nav-tabs> li:first-of-type .nav-link {
	padding-left:0;
}
.nav-tabs .nav-link {
	margin-bottom: -1px;
	border: 2px solid rgba(87, 87, 82, .41);
	border: 2px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-right:6px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #E8695C;
	background-color:#FFF;
	/*border-color: #dee2e6 #dee2e6 #fff;*/
	border: 2px solid rgba(87, 87, 82, .41);
	border: 2px solid transparent;
}
.nav-tabs {
	border-bottom: 2px solid rgba(87, 87, 82, .41);
}
/* summary accordions */

details.callout-accordion {
	background-color:#f7f7f8;
	padding:15px;
	margin-bottom:15px;
	font-size: 21px;
}
 @media only screen and (min-width: 480px) {
details.callout-accordion {
 font-size: 22px;
}
}
 @media only screen and (min-width: 768px) {
details.callout-accordion {
 font-size: 14px;
}
}
 @media only screen and (min-width: 992px) {
details.callout-accordion {
 font-size: 16px;
}
}
 @media only screen and (min-width: 1200px) {
details.callout-accordion {
 font-size: 19px;
}
}
 @media only screen and (min-width: 1400px) {
details.callout-accordion {
 font-size: 22px;
}
}
 @media only screen and (min-width: 1800px) {
details.callout-accordion {
 font-size: 30px;
}
}
 details.callout-accordion summary::marker {
 color:#E8695C
}
 details.callout-accordion summary::-webkit-details-marker {
 color:#E8695C
}
.callout-accordion-content {
	padding-top:15px;
}


/* column count */


 @media only screen and (min-width: 992px) {
 .twocol {
 -moz-column-count: 2;
 -webkit-column-count: 2;
 column-count: 2;
 -webkit-column-gap: 30px;
 column-gap: 30px;
}
 div.twocol {
 -webkit-column-gap: 40px;
 column-gap: 40px;
}
 ul.twocol li {
 -webkit-column-break-inside: avoid;
 page-break-inside: avoid;
 break-inside: avoid-column;
}
 .threecol {
 -moz-column-count: 3;
 -webkit-column-count: 3;
 column-count: 3;
 -webkit-column-gap: 30px;
 column-gap: 30px;
}
 div.threecol {
 -webkit-column-gap: 40px;
 column-gap: 40px;
}
 ul.threecol li {
 -webkit-column-break-inside: avoid;
 page-break-inside: avoid;
 break-inside: avoid-column;
}
}
 @media only screen and (min-width: 1200px) {
 ul.twocol {
 -webkit-column-gap: 50px;
 column-gap: 50px;
}
 div.twocol {
 -webkit-column-gap: 60px;
 column-gap: 60px;
}
 ul.threecol {
 -webkit-column-gap: 50px;
 column-gap: 50px;
}
 div.threecol {
 -webkit-column-gap: 60px;
 column-gap: 60px;
}
}
.border-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7B7B5;
}
.rules-below p {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7B7B5;
}
/* page tools */

.pagetools {
	text-align:center;
	margin-bottom:30px;
}
.pagetools .icon {
	margin-left:6px;
	margin-right:5px;
}
 @media only screen and (min-width: 768px) {
 .pagetools {
 text-align: left;
 margin-bottom:30px;
}
 .pagetools .icon {
 margin-left:0;
 margin-right:5px;
}
}
 @media only screen and (min-width: 1200px) {
 .pagetools {
 margin-bottom:40px;
}
}
 @media only screen and (min-width: 1800px) {
 .pagetools {
 margin-bottom:50px;
}
 .pagetools .icon {
 margin-left:0;
 margin-right:8px;
}
}
/* sidebar submenu */

.content nav.submenu ul {
	font-weight: 900;
	margin:0;
	margin-top:30px;
	padding-top:30px;
	padding-bottom:10px;
	text-align:left;
	list-style:none;
	border-top: solid 1px #B7B7B5;
}
 @media only screen and (min-width: 768px) {
 .content nav.submenu ul {
 border:none;
 margin:0;
 padding-top:10px;
}
}
.content nav.submenu ul li {
	margin-bottom:6px;
	padding-left:0;
	list-style:none;
}
.content nav.submenu ul li:before {
	content: '';
	display:none;
}
.content nav.submenu ul ul {
	margin:0;
	margin-left:20px;
	padding:0;
	padding-top:6px;
	font-size:80%;
	font-weight:700;
}
.content nav.submenu ul ul li {
	margin-left:15px;
	list-style:disc;
}
.content nav.submenu ul a, .content nav.submenu ul a:visited {
	text-decoration:none;
	border:none;
}
.content nav.submenu ul a:hover, .content nav.submenu ul a:focus {
	text-decoration:none;
	border:none;
}
.content nav.submenu ul a.active {
	color:#E8695C;
}
/* ====== about awards logos ========= */

.logo-grid {
	margin-top:30px;
	padding-top:30px;
	border-top: solid 1px #B7B7B5;
}
.logo-grid .col-6 {
	text-align:center;
}
.logo-grid a {
	display:block;
	text-align:center;
}
.logo-grid img {
	padding:15px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
 @media only screen and (min-width: 768px) {
.logo-grid img {
 padding:5px;
 padding-bottom:15px;
}
}
 @media only screen and (min-width: 992px) {
.logo-grid img {
 padding:15px;
}
}
/* ====== attorney bio detail ========= */

.contactinfo .office-link a {
	font-weight:700;
	color:#E8695C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: transparent;
}
.contactinfo .office-link .icon-img {
	margin-right:6px;
}
.contactinfo .office-link a:hover, .contactinfo .office-link a:focus {
	font-weight:700;
	color:#E8695C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: inherit;/*text-decoration:underline;*/
}
.contactinfo .office-link a:hover > img.no_line, .contactinfo .office-link a:focus> img.no_line {
	border-bottom-color: transparent;/*text-decoration:underline;*/
}
/* media section special styles */

.media-item {
	margin:0;
	padding:0;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B7B7B5;
}
.media-item h3 a {
/*text-decoration:underline;*/
}
.media-item figure {
	margin:0;
	padding:0;
}
.media-item blockquote {
	margin:0;
	padding:0;
}
.media-item blockquote p {
	margin:0;
	padding:0;
}


/* read more read less */

[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {
 display: none;
}
.readmore a, .readmore a:visited {
	font-size:90%;
	font-weight:700;
	color:#E8695C;
	text-decoration:none;
	border:none;
}
.readmore a:hover, .readmore a:focus {
	text-decoration: underline;
	border:none;
}
/* ------------- accordion (sub accordions within content) ------------ */

.accordion-set {
	display:block;
	clear: both;
	margin:0px;
	padding:0px;
	padding-bottom:40px;
}
 @media only screen and (min-width: 768px) {
 .accordion-set {
 padding-top:20px;
 padding-bottom:0;
}
}
/* --------------------------------- */

.accordion-container {
	width: 100%;
	clear: both;
	margin:0px;
	padding:0px;
}
.accordion-toggle, .accordion-toggle:visited, .accordion-notoggle, .accordion-notoggle:visited {
	margin:0px;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	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: space-between;
}
.accordion-toggle {
	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;
}
/* no toggle */





.content a.accordion-notoggle, .content a.accordion-notoggle > h2, .content a.accordion-notoggle > h3, .content a.accordion-notoggle:hover, .content a.accordion-notoggle:hover > h2, .content a.accordion-notoggle:hover > h3 {
	text-decoration:none;
}
.content .accordion-container .accordion-toggle, .content .no-accordion-container .accordion-notoggle {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgba(87, 87, 82, .4);
}
.accordion-toggle h2 {
	color:#575752;
	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;
}
}
.accordion-container .accordion-toggle.open h2 {
	border-bottom:none;
	text-decoration:none;
	color:#E8695C;
}
.accordion-toggle.open {
	color: #E8695C;
}
.accordion-toggle:hover h2, .accordion-toggle:focus h2 {
	color: #E8695C;
}
.accordion-toggle:focus {
	outline: thin dotted;
}
a.accordion-notoggle {
	color:#575752;
}
.toggle-title br {
	display: none;
}
 @media only screen and (min-width: 768px) {
 .toggle-title br {
 display: block;
}
}
/* toggle icon */



.accordion-toggle .toggle-title {
	position: relative;
	padding-right:36px;
}
 @media only screen and (min-width: 768px) {
 .accordion-toggle .toggle-title {
 padding-right:15px;
}
}
.accordion-set span.toggle-icon span {
	font-size:36px;
	font-weight:300;
	line-height:1;
	vertical-align:middle;
	color:#E8695C;
	-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: 992px) {
 .accordion-set span.toggle-icon {
 position:absolute;
 right:0;
 top: 50%;
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}
}
 @media only screen and (min-width: 768px) {
 .accordion-set span.toggle-icon span {
 width:22px;
 height: 22px;
}
}
 @media only screen and (min-width: 992px) {
 .accordion-set span.toggle-icon {
 position:relative;
}
}
 @media only screen and (min-width: 992px) {
 .accordion-set span.toggle-icon img {
 width:27px;
 height: 27px;
}
}
.accordion-toggle, .accordion-toggle:visited, .accordion-toggle:hover {
	text-decoration: none;
}
.accordion-toggle span.toggle-icon, .accordion-toggle span.toggle-icon:visited, .accordion-toggle span.toggle-icon:hover {
	text-decoration: none;
}
/* accordion content */

.accordion-content, .panel-group .accordion-content {
	padding-top:20px;
	padding-bottom:20px;
	display: none;
}
/* BLOCKQUOTE STYLES */


blockquote {
	font-style:italic;
	margin:30px;
}
/* small quotes */

.smallquote {
	margin:0;
	padding:0;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7B7B5;
}
.smallquote blockquote {
	font-style: normal;
	color: #E8695C;
	font-weight:700;
	margin:0;
	padding:0;
}
.smallquote blockquote p:before {
	content: open-quote;
}
.smallquote blockquote p:after {
	content: close-quote;
}
.smallquote figcaption {
	margin:0;
	padding:0;
}
.smallquote figcaption p {
	/*font-size:90%;*/
	text-transform:uppercase;
	letter-spacing:.08em;
	margin:0;
	padding:0;
}
/* small quotes in testimonials */
.smallquote.testimonial blockquote p {
	font-size:20px;
}
.smallquote figcaption p {
	font-size:18px;
}
 @media only screen and (min-width: 400px) {
 .smallquote.testimonial blockquote p {
 font-size:21px;
}
 .smallquote figcaption p {
 font-size:19px;
}
}
@media only screen and (min-width: 768px) {
 .smallquote.testimonial blockquote p {
 font-size:13px;
}
 .smallquote figcaption p {
 font-size:11px;
}
}
 @media only screen and (min-width: 992px) {
 .smallquote.testimonial blockquote p {
 font-size:15px;
}
 .smallquote figcaption p {
 font-size:13px;
}
}
 @media only screen and (min-width: 1200px) {
 .smallquote.testimonial blockquote p {
 font-size:18px;
}
 .smallquote figcaption p {
 font-size:14px;
}
}
 @media only screen and (min-width: 1400px) {
 .smallquote.testimonial blockquote p {
 font-size:21px;
}
 .smallquote figcaption p {
 font-size:16px;
}
}
/* large quotes */

.largequote blockquote {
	font-family: 'Merriweather', serif;
	/*font-size:32px;*/
	font-size:28px;
	line-height:120%;
	text-align:center;
	letter-spacing:-.02em;
	font-style: normal;
}
.largequote figcaption {
	padding-top:20px;
}
.largequote figcaption p {
	text-align:center;
	text-transform:uppercase;
	letter-spacing:.08em;
}
.largequote.homequote blockquote {
	color: #E8695C;
}
 @media only screen and (min-width: 768px) {
 .largequote blockquote {
 /*font-size:18px;*/
  font-size:16px;
}
}
 @media only screen and (min-width: 992px) {
 .largequote blockquote {
 /*font-size:24px;*/
 font-size:21px;
}
}
 @media only screen and (min-width: 1200px) {
 .largequote blockquote {
 /*font-size:27px;*/
  font-size:24px;
}
 .largequote.homequote blockquote {
 font-size:36px;
}
}
 @media only screen and (min-width: 1400px) {
 .largequote blockquote {
 /*font-size:33px;*/

  font-size:29px;
}
 .largequote.homequote blockquote {
 font-size:45px;
}
}
/*
 @media only screen and (min-width: 1800px) {
 .largequote blockquote {
 font-size:44px;
}
 .largequote.homequote blockquote {
 font-size:60px;
}
}*/
/* Related Insights - view more */


.sectionborder {
	background-image: url(../images/triangle-border3.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: 26px;
	padding-top:60px;
	padding-bottom:30px;
}
 @media only screen and (min-width: 768px) {
 .sectionborder {
 background-size: 57px;
 padding-top:130px;
 padding-bottom:70px;
}
}
.sectionborder .largequote {
	padding-top:60px;
	padding-bottom:30px;
}
.related h2, .related .h1 {
	color:#E8695C;
	text-align:center;
	margin-bottom:45px;
}
 @media only screen and (min-width: 768px) {
 .related h2, .related .h1 {
 margin-bottom:30px;
}
}
 @media only screen and (min-width: 1200px) {
 .related h2, .related .h1 {
 margin-bottom:45px;
}
}
 @media only screen and (min-width: 1800px) {
 .related h2, .related .h1 {
 margin-bottom:90px;
}
}
/* news boxes */

.news-box {
	width:100%;
	height: auto;
	background-color:#E8695C;
	position:relative;
	margin-bottom:30px;
}
.insights-listing .news-box {
	background-color:#eee;
}
 @media only screen and (min-width: 768px) {
 .news-box {
 height:0;
 padding-top:100%;
}
}
.news-box .news-overlay {
	color:#FFF;
	background-image: url(../images/triangle-shade.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding:7%;
}
.insights-listing .news-box .news-overlay {
	color:#2B5567;
	background-image: url(../images/triangle-shade-gray.png);
}
 @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:5%;
}
}
 @media only screen and (min-width: 1200px) {
 .news-box .news-overlay {
 padding:8%;
}
}
.content .news-box a {
	text-decoration:none;
}
.news-box .news-overlay:hover {
	background-color:#cd5e53;
}
.insights-listing .news-box .news-overlay:hover {
	background-color:#dedede;
}
.news-box .news-overlay p {
	margin-bottom:0;
	color:#FFF;
	line-height:105%;
}
.insights-listing .news-box .news-overlay p {
	color:#E8695C;
}
.news-box .news-overlay p .catlabel {
	font-size:92%;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:.07em;
}
.news-box .news-overlay h3 {
	font-family: 'Merriweather', serif;
	font-weight:400;
	color:#FFF;
	margin-top:10px;
}
.insights-listing .news-box .news-overlay h3 {
	color:#2B5567;
	font-weight:700;
}
 @media only screen and (min-width: 768px) and (max-width: 992px) {
 .news-box .news-overlay h3 {
 font-size:13px;
}
 .news-box .news-overlay p {
 font-size:13px;
}
}
 @media only screen and (min-width: 1200px) {
 .news-box .news-overlay h3 {
 margin-top:15px;
}
}
 @media only screen and (min-width: 1800px) {
 .news-box .news-overlay h3 {
 margin-top:20px;
}
}
 @media only screen and (min-width: 1920px) {
.news-box h3 {
 font-size:1.519vw;
}
}
.news-box .news-overlay h3:after {
	content: '';
	background-image: url(../images/arrow-white.png);
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 17px;
	margin-left:6px;
	white-space: nowrap;
}
.insights-listing .news-box .news-overlay h3:after {
	background-image: url(../images/arrow-coral.png);
}
 @media only screen and (min-width: 1200px) {
 .news-box .news-overlay h3:after {
 margin-left:9px;
}
}
 @media only screen and (min-width: 1800px) {
 .news-box .news-overlay h3:after {
 width: 16px;
 height: 32px;
 margin-left:12px;
}
}
/* ============ Practice templates ============ */

/* Practice Listing */

.accordion-set.practice-listing span.toggle-icon span {
	font-size:36px;
	font-weight:300;
	line-height:1;
	vertical-align:middle;
	color:#E8695C;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.accordion-set.practice-listing .accordion-toggle, .accordion-set.practice-listing .accordion-toggle:visited {
	justify-content: flex-start;
}
.accordion-set.practice-listing .accordion-toggle > h3, .accordion-set.practice-listing .no-accordion-container .accordion-notoggle > h3 {
	font-family: 'Merriweather', serif;
	color:#2B5567;
	text-transform: none;
	text-decoration:none;
	margin:0px;
	padding:0px;
	padding-right:10px;
	height:100%;
	vertical-align:middle;
}
.accordion-set.practice-listing .accordion-toggle:hover > h3, .accordion-set.practice-listing .accordion-toggle:focus > h3, .accordion-set.practice-listing .accordion-notoggle:hover > h3, .accordion-set.practice-listing .accordion-notoggle:focus > h3 {
	color: #E8695C;
}
/* Practice Detail */



.related-attorneys {
	padding-top:15px;
}
.related-attorneys article {
	position:relative;
	margin-bottom:30px;
}
.related-attorneys img.thumb {
	width:100%;
	height:auto;
}
.related-attorneys h3 {
	font-family: 'Merriweather', serif;
	color:#E8695C;
	font-weight:700;
	margin:0;
	padding:0;
	margin-bottom:5px;
}
.related-attorneys p {
	font-size:21px;
}
 @media only screen and (min-width: 768px) {
 .related-attorneys p {
 font-size:14px;
}
}
 @media only screen and (min-width: 1200px) {
 .related-attorneys h3 {
 font-size:18px;
}
 .related-attorneys p {
 font-size:16px;
}
}
 @media only screen and (min-width: 1400px) {
 .related-attorneys h3 {
 font-size:20px;
}
 .related-attorneys p {
 font-size:18px;
}
}
 @media only screen and (min-width: 1800px) {
 .related-attorneys h3 {
 font-size:24px;
}
 .related-attorneys p {
 font-size:22px;
}
}
/* ============ Representative Deals templates ============ */

/* Representative Deals Listing */

.grid-listing .grid-box {
	width:100%;
	height: auto;
	background-color:#E8695C;
	position:relative;
	margin-bottom:16px;
}
.grid-listing .grid-box .grid-overlay {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-position: left top;
	background-size: cover;
	padding:10%;
	padding-right:5%;
	color:#FFF;
	background-color:#E8695C;
	background-image: url(../images/triangle-shade.png);
	z-index:1;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.grid-listing .grid-box a>.grid-overlay {
	display: none;
}
.grid-listing .grid-box a:hover>.grid-overlay, .grid-listing .grid-box a:focus>.grid-overlay {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.grid-box .grid-overlay h3 {
	font-family: 'Merriweather', serif;
	font-weight:400;
	color:#FFF;
	margin:0;
}
.grid-box .grid-overlay h3:after {
	content: '';
	background-image: url(../images/arrow-white.png);
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 17px;
	margin-left:6px;
	white-space: nowrap;
}
 @media only screen and (max-width:574px) {
 .grid-listing .grid-box .grid-overlay {
 padding-right:2%;
}
 .grid-box .grid-overlay h3 {
 font-size:16px;
 font-size:4.25vw;
}
}
/* Representative Deals Detail page */
.repdeals h2, .repdeals h3, .repdeals .h2, .repdeals .h3 {
	text-align:center;
}
 @media only screen and (min-width: 768px) {
 .repdeals h2, .repdeals h3, .repdeals .h2, .repdeals .h3 {
 text-align: left;
}
}
 @media only screen and (min-width: 768px) {
 .property-details .h3 {
 text-indent:-30px;
 margin-left:40px;
}
}
 @media only screen and (min-width: 992px) {
 .property-details .h3 {
 text-indent:-26px;
 margin-left:36px;
}
}
.property-details .icon-marker {
	width:18px;
	height:auto;
}
.property-details .icon-square {
	width:21px;
	height:auto;
}
.property-details span.iconspace {
	width:32px;
}
.property-details .icon-img {
	margin-right:6px;
}
 @media only screen and (min-width: 1400px) {
.property-details .icon-marker {
 width:26px;
 height:auto;
}
 .property-details .icon-square {
 width:30px;
 height:auto;
}
}
 @media only screen and (min-width: 768px) {
.property-details .icon-img {
 margin-right:6px;
}
}
 @media only screen and (min-width: 1400px) {
 .property-details .icon-img {
 margin-right:12px;
}
}
/* ============ Attorney Listing page ============ */

/* attorney search form */

.alphabet {
	font-family: 'Merriweather', serif;
	font-size:25px;
	font-weight:700;
	clear:both;
	color:#2B5567;
	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:center;
}
.alphabet a {
	border:none;
}
 @media only screen and (max-width: 767px) {
 .alphabet a {
 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:20px;
 padding-bottom:3px;
 margin-bottom:15px;
 position: relative;
 -js-display: flex;
 text-align:left;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 justify-content: space-between;
}
}
 @media only screen and (min-width: 1200px) {
 .alphabet {
 font-size:25px;
 margin-bottom:20px;
}
}
 @media only screen and (min-width: 1400px) {
 .alphabet {
 font-size:34px;
 margin-bottom:30px;
}
}
 @media only screen and (min-width: 1800px) {
 .alphabet, al {
 font-size:40px;
 margin-bottom:40px;
}
}
.alphabet a {
	color: #2B5567;
	display:inline-block;
}
.alphabet a.linked, .alphabet a.linked:visited {
	color:#2B5567;
	text-decoration: none;
}
.alphabet a.linked:hover, .alphabet a.linked:focus {
	color:#6c8894;
	text-decoration: none;
}
.alphabet a.unlinked, .alphabet a.unlinked:visited {
	color:#b7b7b5;
	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:#575752;
}
aside .searchform {
	padding-bottom:50px;
}
.searchform label {
	display:block;
	width:100%;
}
.searchform p {
	margin:0;
	padding:0;
}
.searchform input[type=text], .searchform input[type=email], .searchform input[type=tel], .searchform textarea, .searchform select {
	width:100%;
	height:56px;
	font-weight:400;
	display: inline-block;
	border: 2px solid #B7B7B5;
	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;
}
.searchform textarea {
	height: auto;
}
.searchform select {
	color: #575752;
	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: 98% center;
	background-size: 27px 15px;
}
.searchform .btn-submit {
	font-family: 'Lato', sans-serif;
	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: none;
	border: none;
	border-radius: 0;
	width:100%;
	height:56px;
	padding:0;
	padding-left:15px;
	margin:0;
	text-align:left;
}
.searchform .btn-submit.short {
	width:auto;
	text-align: center;
	padding-right: 40px;
	padding-left: 40px;
}
 @media only screen and (min-width: 768px) {
 .searchform input[type=text], .searchform input[type=email], .searchform input[type=tel], .searchform select {
 height:38px;
}
 .searchform .btn-submit {
 height:38px;
}
 .searchform select {
 background-size: 16px 9px;
}
}
 @media only screen and (min-width: 1200px) {
 .searchform input[type=text], .searchform input[type=email], .searchform input[type=tel], .searchform select {
 height:44px;
}
 .searchform .btn-submit {
 height:44px;
}
 .searchform select {
 background-size: 31px 18px;
}
}
 @media only screen and (min-width: 1400px) {
 .searchform input[type=text], .searchform input[type=email], .searchform input[type=tel], .searchform select {
 height:52px;
}
 .searchform .btn-submit {
 height:52px;
}
}
 .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: #575752;
}
 .searchform input:-moz-placeholder {
 color: #575752;
}
 .searchform input::-moz-placeholder {
 color: #575752;
}
 .searchform input:-ms-input-placeholder {
 color: #575752;
}
p.form_advanced {
	color: #B7B7B5;
	font-weight:700;
}
p.form_advanced span {
	padding-left:6px;
	padding-right:6px;
	font-weight:800;
}
a.advanced_search_btn, a.advanced_search_btn:visited {
	color: #E8695C;
	text-decoration:none;
	border:none;
}
a.advanced_search_btn:hover, a.advanced_search_btn:focus {
	color: #cd5e53;
	text-decoration:underline;
}
/* form and button font sizes */



.searchform, .searchform p {
	font-size:18px;
}
 @media only screen and (min-width: 768px) {
 .searchform, .searchform p, .searchform legend {
 font-size:16px;
}
}
 @media only screen and (min-width: 1200px) {
 .searchform, .searchform p, .searchform legend {
 font-size:18px;
}
}
 @media only screen and (min-width: 1800px) {
 .searchform, .searchform p, .searchform legend {
 font-size:24px;
}
}
.searchform .btn-submit {
	font-size: inherit;
}
.searchform .btn-submit:hover {
	color:#FFF;
}
/* for category search and other dropdowns that need headings */



.searchform label.search-heading {
	font-family: 'Merriweather', serif;
	font-weight: 700;
	font-size:30px;
	color:#E8695C;
	text-align:center;
}
 @media only screen and (min-width: 768px) {
 .searchform label.search-heading {
 font-size:14px;
 text-align:left;
}
}
 @media only screen and (min-width: 992px) {
 .searchform label.search-heading {
 font-size:16px;
}
}
 @media only screen and (min-width: 1200px) {
 .searchform label.search-heading {
 font-size:19px;
}
}
 @media only screen and (min-width: 1400px) {
 .searchform label.search-heading {
 font-size:22px;
}
}
 @media only screen and (min-width: 1800px) {
 .searchform label.search-heading {
 font-size:30px;
}
}
/* subscribe form MC overrides */

.asterisk {
	color:#E8695C;
	font-weight:700;
	font-size:110%;
}
fieldset {
	margin-bottom:20px;
}
fieldset legend {
	margin-bottom:10px;
	font-weight:700;
}
#mc-embedded-subscribe-form .form-check {
	margin-bottom:5px;
}
#mc-embedded-subscribe-form .form-check-label {
	line-height:100%;
}
 @media only screen and (min-width: 375px) {
 #mc-embedded-subscribe-form .form-check-input {
 margin-top:0;
 margin: 0;
 left:0;
 position: absolute;
 top: 50%;
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}
}
/* ======================================*/

/* ======================================*/



/* attorney listings and search results */



.attorney-listings {
	padding-top:28px;
}
 @media only screen and (min-width: 768px) {
 .attorney-listings .image-wrap {
 width:65%;
 max-width:429px;
}
}
.attorney-listings .person-listing.card a.no_line {
	display: block;
}
.attorney-listings img {
	width:100%;
	height:auto;
}
.person-listing.card img {
	margin-bottom:20px;
}
.bio-thumb {
	position: absolute;
	bottom:0;
	right:0;
	height:100%;
	width:auto;
}
/* attorney listings typography */

 .attorney-listings h2 {
	font-family: 'Merriweather', serif;
	font-weight:700;
	color:#E8695C;
	padding:0;
	margin:0;
}
.attorney-listings a h2 {
	color:#E8695C;
}
.attorney-listings .contactinfo p {
	padding:0;
	margin:0;
}
/* attorney listings bottom border */

.attorney-listings .card {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7B7B5;
}
 @media only screen and (min-width: 768px) {
 .attorney-listings .card {
 padding-bottom:0;
 margin-bottom:0;
 border:none;
}
}
 @media only screen and (min-width: 768px) {
 .border-gray-lg {
 padding-bottom:36px;
 margin-bottom:36px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #B7B7B5;
}
}
 @media only screen and (min-width: 1200px) {
 .border-gray-lg {
 padding-bottom:48px;
 margin-bottom:48px;
}
}
 @media only screen and (min-width: 1800px) {
 .border-gray-lg {
 padding-bottom:78px;
 margin-bottom:78px;
}
}
/* -------- pagination --------- */



.pagination {
	font-weight:700;
	text-align:center;
	justify-content: left;
}
.content ul.pagination {
	margin-left: 0;
}
.content ul.pagination li {
	list-style:none;
}
.content ul.pagination li:before {
	display:none;
}
.content ul li.page-item {
 padding: .25rem .5rem;
}
.page-link, .content a.page-link {
	color: #575752;
	background-color: #fff;
	text-decoration:none;
	padding:0;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:3px;
	border:none;
}
a.page-link:hover {
	color: #E8695C;
	text-decoration:none;
	background-color: transparent;
}
.page-item.active .page-link {
	color: #E8695C;
	background-color: transparent;
	border:none;
}
.page-item.disabled .page-link {
	color: #b7b7b5;
	border:none;
}
.pagination img.nextprev {
	width:12px;
	height:auto;
	vertical-align: middle;
}
/* ====== Insights Listing and Insights Category Listing ========= */
.insights-summary article {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
 @media only screen and (min-width: 1200px) {
.insights-summary article {
 margin-right:24px;
}
}
 @media only screen and (min-width: 1400px) {
.insights-summary article {
 margin-right:30px;
}
}
.insights-summary h3 {
	font-family: 'Merriweather', serif;
	color: #2B5567;
	font-weight: 700;
	margin-top:0;
}
.insights-summary h3:after {
	content: '';
	background-image: url(../images/arrow-coral.png);
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 17px;
	margin-left:6px;
	white-space: nowrap;
}
.insights-summary h3:after {
	background-image: url(../images/arrow-coral.png);
}
 @media only screen and (min-width: 1200px) {
 .insights-summary h3:after {
 margin-left:9px;
}
}
 @media only screen and (min-width: 1800px) {
 .insights-summary h3:after {
 width: 16px;
 height: 32px;
 margin-left:12px;
}
}
.insights-summary .entry-meta {
	margin-bottom:12px;
}
.insights-summary .catlabel {
	font-size:92%;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:.07em;
}
.insights-summary .img-thumb {
	width:75%;
	max-width:75%;
	margin-bottom:20px;
}
 @media only screen and (min-width: 768px) {
 .insights-summary .img-thumb {
 width:100%;
 max-width:100%;
}
}
 @media only screen and (min-width: 992px) {
 .insights-summary .img-thumb {
 margin-bottom:0px;
}
}
/* ====== Insights Detail ========= */



.entry-meta p {
	margin-bottom:0;
}
.entry-meta {
	margin-bottom:15px;
}
.insights-listing entry-meta {
	margin-bottom:15px;
}
.entry-meta p span {
	font-size:86%;
}
.entry-meta .category {
	text-transform:uppercase;
	font-size:100%;
}
.entry-meta .entry-tags {
	padding-top:10px;
	font-style:italic;
	font-size:86%;
}
.entry-meta .entry-tags:before {
	content: "\f02b";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin-right:5px;
}
/* ====== Offices  ========= */



.office-listing {
	margin-bottom:30px;
}
.office-listing article {
	margin-bottom:30px;
}
.office-listing .office-thumb {
	width:85%;
	max-width:85%;
}
.office-listing a {
	text-decoration: none;
	border: none;
}
.office-listing a:hover, .office-listing a:focus {
	border: none;
	text-decoration: none;
}
.office-listing a[href^="tel:"], .office-listing a[href^="tel:"]:visited {
 color: inherit;
 font-weight:inherit;
 text-decoration:none;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: inherit;
}
 .office-listing a[href^="tel:"]:hover, .office-listing a[href^="tel:"]:focus {
 color: #E8695C;
 font-weight:inherit;
 text-decoration:none;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: inherit;
}
.office-listing a h2, .office-listing a:visited h2, .office-listing h3 a, .office-listing a:visited h3 a:visited {
	color: #E8695C;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: transparent;
	display:inline-block;
}
.office-listing a:hover > h2, .office-listing a:focus > h2, .office-listing h3 a:hover, .office-listing a:visited h3 a:focus {
	/*text-decoration:underline;*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: inherit;
}
.office-listing h3 {
	color: #E8695C;
}
.office-listing .icon-img {
	width:20px;
	max-width:20px;
	height:auto;
}
/* Careers page BambooHR script overrides */

.content .BambooHR-ATS-board ul li {
	list-style:none;
}
.content .BambooHR-ATS-board ul li:before {
	display:none;
}
.BambooHR-ATS-board ul li >div {
	font-size:90%;
	text-transform:uppercase;
}
.BambooHR-ATS-board ul li a {
	font-weight:900;
}
/* Administrators page */

.administrator-entry {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom: solid 1px #B7B7B5;
}
.administrator-entry h2 {
	font-family: 'Merriweather', serif;
	font-weight: 700;
	color: #E8695C;
	padding: 0;
	margin: 0;
	margin-bottom:4px;
}
.administrator-entry p {
	padding: 0;
	margin: 0;
}
/* =============================================== */
/* ====================== footer ================= */
/* =============================================== */

footer {
	color:#FFF;
	background-color:#2B5567;
	padding-top:66px;
	padding-bottom:36px;
	text-align:center;
	position:relative;
}
 @media only screen and (min-width: 992px) {
footer {
 padding-bottom:50px;
}
}
 @media only screen and (min-width: 1200px) {
footer {
 padding-bottom:66px;
}
}
footer p, footer nav {
	color:#FFF;
}
footer a, footer a:visited, footer a[href^="tel:"], footer a[href^="tel:"]:visited {
 color:#FFF;
 text-decoration:none;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: inherit;
}
footer a:hover, footer a:focus, footer a[href^="tel:"]:hover, footer a[href^="tel:"]:focus {
 color:#FFF;
 text-decoration:none;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: inherit;
}
.footer-spacebelow {
	margin-bottom:20px;
}
.footer-rules {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
 @media only screen and (min-width: 768px) {
 footer .container {
width:95%;
 max-width:95%;
}
 .footer-padding {
 padding-left:8%;
 padding-right:8%;
}
 .footer-rules {
 border:none;
 border-left-width: 2px;
 border-left-style: solid;
 border-left-color: #FFF;
}
}
 @media only screen and (min-width: 992px) {
 footer {
 text-align: left;
}
 footer .container {
 width:93%;
 max-width:93%;
}
 .footer-rules {
 border:none;
 border-right-width: 2px;
 border-left-width: 2px;
 border-right-style: solid;
 border-left-style: solid;
 border-right-color: #FFF;
 border-left-color: #FFF;
}
}
/* footer menu */

.footermenu {
	font-family: 'Merriweather', serif;
	font-size:24px;
	line-height:133%;
}
 @media only screen and (min-width: 768px) {
 .footermenu {
 font-size:20px;
}
}
 @media only screen and (min-width: 1200px) {
 .footermenu {
 font-size:20px;
}
}
 @media only screen and (min-width: 1400px) {
 .footermenu {
 font-size:20px;
}
}
 @media only screen and (min-width: 1800px) {
 .footermenu {
 font-size:27px;
}
}
.footermenu ul {
	list-style:none;
}
.footermenu a {
	border:none;
	text-decoration:none;
}
.footermenu a:hover, .footermenu a:focus {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
/* footer offices */

.footer-offices {
	padding-top:30px;
	padding-bottom:15px;
}
 @media only screen and (min-width: 576px) {
 .footer-offices {
padding-left:15px;
 padding-right:15px;
 -moz-column-count: 2;
 -webkit-column-count: 2;
 column-count: 2;
}
 .footer-offices p {
 -webkit-column-break-inside: avoid;
 page-break-inside: avoid;
 break-inside: avoid-column;
}
}
 @media only screen and (min-width: 768px) {
 .footer-offices {
 padding-top:0;
 padding-bottom:0;
 padding-left:8%;
 padding-right:8%;
}
 .footer-offices p {
 font-size:17px;
}
}
 @media only screen and (min-width: 992px) {
 .footer-offices {
 -moz-column-count: 1;
 -webkit-column-count: 1;
 column-count: 1;
}
}
 @media only screen and (min-width: 1200px) {
 .footer-offices {
 -moz-column-count: 2;
 -webkit-column-count: 2;
 column-count: 2;
}
 .footer-offices p {
 font-size:16px;
}
}
 @media only screen and (min-width: 1800px) {
 .footer-offices p {
 font-size:20px;
}
}
/* social icons */
.social {
	margin-top:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content:center;
	align-items: flex-start;
	text-align: center;
	color: #FFF;
	margin-top:30px;
	margin-bottom:30px;
}
 @media only screen and (min-width: 768px) {
 .social {
margin-top:15px;
 margin-bottom:15px;
}
}
 @media only screen and (min-width: 992px) {
 .social {
 text-align: left;
 justify-content: flex-start;
 margin-top:0;
}
}
.social a {
	margin-left:10px;
	margin-right:10px;
}
 @media only screen and (min-width: 992px) {
 .social a {
 margin:0;
 margin-right:15px;
}
}
.social a {
	font-size:2rem;
	color: #FFF;
	line-height: 1;
	text-align: center;
	border: none;
	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;
	text-decoration:none;
}
 @media only screen and (min-width: 768px) {
 .social a {
 font-size:2.5rem;
}
}
 @media only screen and (min-width: 992px) {
 .social a {
 font-size:2rem;
}
}
 @media only screen and (min-width: 1200px) {
 .social a {
 font-size:2.5rem;
}
}
 @media only screen and (min-width: 1800px) {
 .social a {
 font-size:3rem;
}
}
.social a:hover, .social a:focus {
	color: #E8695C;
	text-decoration:none;
	border:none;
}
/* SITE INFO */

.siteinfo {
	margin-top:30px;
}
 @media only screen and (min-width: 768px) {
 .siteinfo {
 padding-top:20px;
 margin-top:0;
 border-top-width: 2px;
 border-top-style: solid;
 border-top-color: #FFF;
}
}
 @media only screen and (min-width: 992px) {
 .siteinfo {
 margin-top:0;
 border-top:none;
}
}
/* sitelinks secondary footer menu */

nav.sitelinks, nav.sitelinks ul {
	display: block;
	line-height: 1;
	margin-left:0;
	padding-left:0;
}
 @media only screen and (min-width: 375px) {
 .siteinfo p {
 padding: 0;
 margin: 0;
 margin-bottom:10px;
}
 nav.sitelinks {
 margin: 0;
 margin-bottom:10px;
}
 nav.sitelinks ul li {
 display: inline;
}
}
.siteinfo p, nav.sitelinks ul li {
	font-size: 14px;
	line-height: 135%;
}
 @media only screen and (min-width: 768px) {
 .siteinfo p, nav.sitelinks ul li {
 font-size: 15px;
}
}
 @media only screen and (min-width: 1200px) {
 .siteinfo p, nav.sitelinks ul li {
 font-size: 15px;
}
}
 @media only screen and (min-width: 1400px) {
 .siteinfo p, nav.sitelinks ul li {
 font-size: 16px;
}
}
 @media only screen and (min-width: 1800px) {
 .siteinfo p, nav.sitelinks ul li {
 font-size: 18px;
}
}
nav.sitelinks ul li a, nav.sitelinks ul li a:visited {
	line-height: 135%;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
nav.sitelinks ul li a:hover, nav.sitelinks ul li a:focus {
	color: #FFF;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
 @media only screen and (min-width: 768px) {
 nav.sitelinks li:after {
 padding-left: 6px;
 padding-right: 3px;
 content: '/';
}
 nav.sitelinks li:last-of-type:after {
 content: '';
 display: none;
}
}
/* footer signup */

.footer-triangle {
	position:absolute;
	top:0;
	right:0;
	width:129px;
}
 @media only screen and (min-width: 768px) {
 .footer-triangle {
 width:60px;
}
}
 @media only screen and (min-width: 992px) {
 .footer-triangle {
 width: auto;
 height:65%;
}
}
 @media only screen and (min-width: 1200px) {
 .footer-triangle {
 width: auto;
 height:100%;
}
}
footer .signup {
	padding-bottom:15px;
}
 @media only screen and (min-width: 992px) {
 footer .signup {
 position:absolute;
 right:0;
 top:0;
 padding-top:30px;
 padding-right:30px;
}
}
 @media only screen and (min-width: 1200px) {
 footer .signup {
 width:15%;
 padding-right:0;
}
 footer .signup p {
 left: 50%;
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
}
}
footer .signup p {
	font-family: 'Merriweather', serif;
	font-weight:700;
	font-size:22px;
	display:inline-block;
	padding-right:22px;
	position:relative;
	text-align:center;
}
 @media only screen and (min-width: 1200px) {
 footer .signup p {
 font-size:24px;
}
}
 @media only screen and (min-width: 1400px) {
 footer .signup p {
 font-size:24px;
}
}
 @media only screen and (min-width: 1800px) {
 footer .signup {
 width:12.5%;
}
 footer .signup p {
 font-size:33px;
}
}
 @media only screen and (min-width: 2000px) {
 footer .signup {
 width:9.5%;
}
}
footer .signup p:after {
	content:'';
	display:block;
	position:absolute;
	width:19px;
	height:19px;
	right:0;
	top:0;
	background-image:url(../images/signup-triangle-tiny.png);
	background-repeat:no-repeat;
}
footer .signup p a, footer .signup p a:visited {
	border-bottom:none;
	text-decoration:none;
}
footer .signup p a:hover, footer .signup p a:focus {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.video-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}
/* video lightbox modal */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8500;
	overflow: hidden;
	position: fixed;
	background: #000;
	opacity: .9;
}
.mfp-wrap {
	z-index: 8600;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color:#222;
	right: 0;
	text-align: right;
	padding-right: 6px;
	width: 100%;
	position:absolute;
	top:0;
	right:0;
}
.mfp-image-holder .mfp-content {
	max-width: 1622px;
}
.mfp-container {
	padding: 0;
}
img.mfp-img {
 animation: fadeIn ease .5s;
 -webkit-animation: fadeIn ease .5s;
 -moz-animation: fadeIn ease .5s;
 -o-animation: fadeIn ease .5s;
 -ms-animation: fadeIn ease .5s;
}
.mfp-figure:after {
	box-shadow: none;
	background: #FFF;
}
.mfp-bottom-bar {
	display:none;
}
.video-lighbox .mfp-close {
	right: 2.5%;
	top: 0;
	margin-top:-10px;
	height: 24px;
	width: 24px;
	color: #FFF;
	font-style: normal;
	font-size: 1px;
	opacity: 1;
	background-image: url(../images/close-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
 @media only screen and (min-width: 1200px) {
 .video-lighbox .mfp-close {
 right: 5%;
 top: 0;
}
}
/*
#related-pages .row {
	width: 100%;
}*/

/* podcast UX overrides */

.podcast-class {
}
/* slicknav */

/*!
 * SlickNav Responsive Mobile Menu v1.0.7
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
	position:absolute;
	top:20px;
	right:55px;
	display: block;
	vertical-align: middle;
	line-height: 1.125em;
	cursor: pointer;
	margin:0px;
	text-decoration: none;
	width:30px;
	height:30px;
	background-image: url(../images/menu-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index:12000 !important;
}
.header-home .slicknav_btn {
	background-image: url(../images/menu-icon-white.png);
}
 @media only screen and (min-width: 400px) {
 .slicknav_btn {
 top:24px;
 right:55px;
 width:30px;
 height:30px;
}
}
 @media only screen and (min-width: 768px) {
 .slicknav_btn {
 display:none;
}
}
.slicknav_btn.slicknav_open {
	background-image: url(../images/close-icon.png);
	width:24px;
	height:24px;
	top:32px;
}
 @media only screen and (min-width: 400px) {
.slicknav_btn.slicknav_open {
 background-image: url(../images/close-icon.png);
 width:32px;
 height:32px;
 top:30px;
}
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}
.slicknav_menu {
 *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
}
.slicknav_menu .slicknav_icon {
	width: 1.125em;
	height: 0.875em;
}
.slicknav_menu .slicknav_icon:before {
	background: transparent;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: "";
	position: absolute;
	display:none;
}
.slicknav_menu .slicknav_no-text {
	margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	display:none;
}
.slicknav_menu:before {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	content: " ";
	display: table;
	clear: both;
}
.slicknav_nav {
	clear: both;
}
.slicknav_nav ul {
	display: block;
}
.slicknav_nav li {
	display: block;
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_item a {
	display: inline;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block;
}
.slicknav_nav .slicknav_parent-link a {
	display: inline;
}
.slicknav_brand {
	float: left;
}
.slicknav_menu {
	font-weight:500;
	letter-spacing:-.02em;
	box-sizing: border-box;
	text-align: center;
	width:100%;
	background-color:#2B5567;
	z-index:10000 !important;
}
.slicknav_menu * {
	box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
	font-weight:600;
	color: #FFF;
}
.slicknav_menu .slicknav_icon-bar {
/*background-color: #fff;*/
}
/* font size of navigation links */
.slicknav_nav {
	width:90%;
	clear:both;
	margin: 0;
	padding: 0;
	margin-left:5%;
	margin-right:5%;
	margin-top:110px;
	margin-bottom:40px;
	padding-top:5px;
	padding-bottom:5px;
	overflow: hidden;
	list-style: none;
}
 @media only screen and (min-width: 485px) {
 .slicknav_nav {
 font-size: 34px;
}
}
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
 padding-top:.5rem;
}
.slicknav_nav .slicknav_row {
/*padding: 5px 10px;
	margin: 2px 5px;*/
}
.slicknav_nav .slicknav_row:hover {
/*color: #fff;*/
}
.slicknav_nav li {
 padding-bottom:.75rem;
}
.slicknav_nav li.slicknav_open {
	padding-bottom:0;
}
.slicknav_nav a {
	font-size: 30px;
	line-height:115%;
	color: #FFF;
	font-weight:700;
	letter-spacing:-.02em;
	/*padding-bottom:.75rem;*/
	text-decoration: none;
	display: block;
	transition: 0.3s;
	vertical-align:middle;
}
.slicknav_nav ul.sub-menu a {
	font-size: 26px;
}
.slicknav_nav a:visited {
	color: #FFF;
}
.slicknav_nav a:hover {
	color: #FFF;
	text-decoration:underline;
}
.slicknav_nav a.active {
	color: #FFF;
	text-decoration:underline;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}
#BambooHR-Footer {
	display: none;
}
#BambooHR-ATS h2 {
	display: none;
}
/* bio badges */
.awards {
	display:block;
	clear:both;
	margin-top:40px;
}
.awards p {
	text-align:center;
	display:inline-block
}
.awards p img {
	display:inline;
	margin-left:10px;
	margin-right:10px;
	vertical-align:middle
}
.awards .inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}