/*
Theme Name: Bekman Custom Theme
Author: Herrmann Advertising Design and Technology
Author URI: https://www.herrmann.com
Description: Custom theme for Bekman, Marder, Hopper, Malarkey & Perlin Law Firm
Version: 2024.1 021324
Requires at least: 6.0
Tested up to: 6.4.4
Requires PHP: 7.4
*/
/* ----------------------------------------------
THEME STYLES   
------------------------------------------------- */



body, html {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	color:#252626;
	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 {
	font-family: 'Work Sans', sans-serif;
 margin-bottom: .5rem;
	font-weight: 700;
	line-height: 1.2;
	color:#005D83;
}
h1 {
	font-size:48px;
	color:#005D83;
	letter-spacing:-.025em;
}
h2, .h2 {
	font-size:38px;
	letter-spacing:-.025em;
	margin-top: 15px;
	margin-bottom: 10px;
}
h3, .h3 {
	font-size:30px;
}
p {
	font-size: 18px;
	line-height: 131%;
	margin: 0px;
	padding-bottom: 10px;
}
.content ul.nobullets {
	margin-left:0;
}
.content ul li {
	font-size: 18px;
	line-height: 131%;
	letter-spacing:-.015em;
	padding-bottom: 10px;
	list-style:none;
}
.content ul {
	margin-left:15px;
}
.content ul ul {
	margin-top:8px;
}
.content ul li:before {
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 6px;
	float: left;
	margin-left: -15px;
	color: inherit;
}
.content ul ul li:before {
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 6px;
	float: left;
	margin-left: -15px;
	color: #005D83;
}
.content ul.nobullets li:before {
	display:none;
}
/* ordered lists */

.content ol {
	margin:0;
	margin-top:10px;
	padding-left:25px;
}
.content ol li {
	font-size: 18px;
	line-height: 131%;
	letter-spacing:-.015em;
	padding-bottom: 10px;
}
p.lead {
	font-size: 24px;
	line-height:120%;
}
b, strong {
	font-weight: 700;
}
 @media only screen and (min-width: 400px) {
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 {
font-size:24px;
}
h2, .h2 {
font-size:20px;
}
h3, .h3 {
font-size:18px;
}
p {
font-size: 16px;
}
.content ul li, .content ol li {
font-size: 16px;
}
p.lead {
font-size: 20px;
}
}
 @media only screen and (min-width: 992px) {
h1 {
font-size:29px;
}
h2, .h2 {
font-size:23px;
}
h3, .h3 {
font-size:18px;
}
p {
font-size: 16px;
padding-bottom: 10px;
}
.content ul li, .content ol li {
font-size: 16px;
}
p.lead {
font-size: 20px;
}
}
@media only screen and (min-width: 1200px) {
h1 {
font-size:36px;
}
h2, .h2 {
font-size:28px;
}
h3, .h3 {
font-size:22px;
}
p {
font-size: 16px;
padding-bottom: 10px;
}
.content ul li, .content ol li {
font-size: 16px;
}
p.lead {
font-size: 20px;
}
}
 @media only screen and (min-width: 1400px) {
h1 {
font-size:43px;
}
h2, .h2 {
font-size:34px;
}
h3, .h3 {
font-size:27px;
}
p {
font-size: 18px;
padding-bottom: 12px;
}
.content ul li, .content ol li {
font-size: 18px;
}
p.lead {
font-size: 23px;
padding-bottom:16px;
}
}
 @media only screen and (min-width: 1800px) {
 h1 {
font-size:58px;
}
h2, .h2 {
font-size:42px;
}
 h3 {
font-size:30px;
}
p {
font-size: 24px;
}
.content ul li, .content ol li {
font-size: 24px;
}
p.lead {
font-size: 32px;
padding-bottom:20px;
}
}
/* --------- other helpers and overrides ---------*/

ul, menu, dir {
	list-style:none;
	padding:0;
	margin:0;
}
a, a:visited {
	color:#005D83;
	text-decoration: none;
	transition: all 0.12s ease-in-out 0s;
}
a:hover, a:focus {
	color: #196d8f;
	text-decoration:  underline;
}
a:focus {
	outline: thin dotted;
}
a.gray, a.gray:visited {
	color:#666;
}
a.gray:hover, a.gray:focus {
	color: #12408c;
}
hr.white {
	border-top: 2px solid #FFF;
}
 .sm-gutters > [class*='col-'] {
}
.sm-gutters {
	padding-right:-8px;
	padding-left:-8px;
}
 .sm-gutters > [class*='col-'] {
 padding-right:8px;
 padding-left:8px;
}
.no-brk {
	display:inline;
	white-space: nowrap;
}
.no-brk img {
	margin-left:8px;
}





/* 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;
}
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:#FFF;
	background: #00A8E2;
	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: #FF8300;
	outline: 0;
-webkit-transition: top .1s ease-in, background .5s linear;
transition: top .1s ease-in, background .5s linear;
	margin-bottom:200px;
}
.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	margin-bottom:20px;
}
.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute
}
.video-border, .photo-border {
	border: 3px solid #FFF;
	margin-bottom: 30px
}
@media only screen and (min-width: 768px) {
.video-wrapper {
margin-bottom: 0px
}
}
@media only screen and (min-width: 1200px) {
.iframe-responsive.map {
margin-top:30px;
}
}
.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}
.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.error-message {
	color:#cc0000;
	font-weight:bold;
}
/* =========== CONTAINERS ================= */
.container {
	width:90%;
	max-width:90%;
}
 @media only screen and (min-width: 1200px) {
.container {
 width:88.5%;
 max-width:88.5%;
}
}
.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-weight: 700;
	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: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
 @media only screen and (min-width: 768px) {
.btn {
 font-size: 14px;
 padding: 8px;
padding-right: 14px;
 padding-left: 14px;
}
}
 @media only screen and (min-width: 1200px) {
.btn {
 font-size: 18px;
}
}
 @media only screen and (min-width: 1800px) {
.btn {
 font-size: 24px;
}
}
.btn-small {
	font-size: 16px;
	padding: 6px;
	padding-right: 12px;
	padding-left: 12px;
}
.btn-yellow, .btn-yellow:visited {
	color: #FFF;
	background-color: #FFBF3C;
}
.btn-yellow:hover, .btn-yellow:focus {
	color: #FFF;
	background-color:#ffc54f;
}
.btn-search {
 padding-left:.75rem;
 padding-right:.75rem;
}
form .input-group input[type=text] {
	height: 60px;
	background: #FFF;
	font-size: 28px;
}
.btn-circle {
	border-radius:50%;
	width:40px;
	height:40px;
}
 @media only screen and (min-width: 768px) {
.btn-circle {
 width:20px;
 height:20px;
}
}
 @media only screen and (min-width: 992px) {
 .btn-circle {
 width:30px;
 height:30px;
}
}
 @media only screen and (min-width: 1600px) {
.btn-circle {
 width:36px;
 height:36px;
}
}
/* backgrounds and colors */

.bg-blue {
	background-color: #005D83;
}
.bg-ltblue {
	background-color: #668794;
}
.bg-yellow {
	background-color:#FFBF3C;
}
.bg-pink {
	background-color: #FCF;
}
.blue {
	color: #005D83;
}
.yellow {
	color: #FFBF3C;
}
.bg-ltgray {
	background-color: #e7e7e9;
}
/* ============ callouts and blockquotes ============ */



blockquote p {
	line-height:116%;
	font-weight:700;
	display: inline;
	position:relative;
}
.interior blockquote p {
	font-size:32px;
}
.calloutquote figcaption {
	line-height:115%;
	font-weight:700;
	margin-top:20px;
}
.interior .calloutquote figcaption {
	font-size:22px;
}
 @media only screen and (min-width: 768px) {
.interior blockquote p {
 font-size:2.5vw;
}
.interior .calloutquote figcaption {
 font-size:1.625vw;
}
}
 @media only screen and (min-width: 1200px) {
.interior blockquote p {
 font-size:2.25vw;
 font-size:30px;
}
.interior .calloutquote figcaption {
 font-size:1.5vw;
}
}
 @media only screen and (min-width: 1600px) {
.interior blockquote p {
 font-size:48px;
}
 .interior .calloutquote figcaption {
 font-size:28px;
}
}
/* home grid blockquote */
.homegrid blockquote, .homegrid blockquote p {
	font-size:24px;
	line-height:116%;
	font-weight:700;
}
.homegrid .calloutquote figcaption {
	font-size:20px;
}
 @media only screen and (min-width: 480px) {
.homegrid blockquote, .homegrid blockquote p {
 font-size:30px;
}
 .homegrid .calloutquote figcaption {
 font-size:22px;
}
}
 @media only screen and (min-width: 768px) {
.homegrid blockquote, .homegrid blockquote p {
 font-size:2.396vw;
}
 .homegrid .calloutquote figcaption {
 font-size:1.6vw;
}
}
 @media only screen and (min-width: 992px) {
}
 @media only screen and (min-width: 1200px) {
}
 @media only screen and (min-width: 1800px) {
.homegrid blockquote, .homegrid blockquote p {
 font-size:46px;
}
}
.homegrid .calloutquote figcaption {
	margin-top:20px;
}
/* home carousel blockquote */

.home-casestudies blockquote, .home-casestudies blockquote p {
	font-size:24px;
	line-height:116%;
	font-weight:700;
}
.home-casestudies .calloutquote figcaption {
	font-size:20px;
}
 @media only screen and (min-width: 480px) {
.home-casestudies blockquote, .home-casestudies blockquote p {
 font-size:30px;
}
 .home-casestudies .calloutquote figcaption {
 font-size:22px;
}
}
 @media only screen and (min-width: 768px) {
.home-casestudies blockquote, .home-casestudies blockquote p {
 font-size:22px;
}
 .home-casestudies .calloutquote figcaption {
 font-size:18px;
}
}
 @media only screen and (min-width: 992px) {
 .home-casestudies blockquote, .home-casestudies blockquote p {
 font-size:1.75vw;
}
 .home-casestudies .calloutquote figcaption {
 font-size:1.15vw;
}
}
 @media only screen and (min-width: 1800px) {
.home-casestudies blockquote, .home-casestudies blockquote p {
 font-size:40px;
}
 .home-casestudies .calloutquote figcaption {
 font-size:28px;
}
}
/* ================================================= */
/* ====================== header ================= */
/* =================================== ============== */

header {
	background-color:#FFF;
	padding-top:35px;
	padding-bottom:20px;
	position:relative;
}
 @media only screen and (min-width: 768px) {
header {
padding-top:36px;
 padding-bottom:20px;
}
}
 @media only screen and (min-width: 1200px) {
header {
 padding-top:45px;
 padding-bottom:25px;
}
}
 @media only screen and (min-width: 1800px) {
header {
 padding-top:60px;
 padding-bottom:36px;
}
}
header .contact p {
	font-family: 'Work Sans', sans-serif;
	color:#005D83;
	font-weight:700;
	font-size:20px;
	letter-spacing:-.02em;
}
 @media only screen and (min-width: 768px) {
 header .contact p {
 font-size:18px;
}
}
 @media only screen and (min-width: 1200px) {
 header .contact p {
 font-size:21px;
}
}
 @media only screen and (min-width: 1800px) {
 header .contact p {
 font-size:30px;
}
}
header .contact p a, header .contact p a[href^="tel:"] {
 color:#FFBF3C;
 font-size:150%;
 display:block;
 margin-top:2px;
}
 @media only screen and (min-width: 768px) {
header .contact p a {
 font-size:128%;
}
}
header .custom-logo {
	width:80%;
	max-width:316px;
	height:auto;
	margin-bottom:30px;
}
 @media only screen and (min-width: 768px) {
header .custom-logo {
width:70%;
 max-width:375px;
 margin-bottom:0;
}
}
 @media only screen and (min-width: 992px) {
header .custom-logo {
width:60%;
 max-width:375px;
 margin-bottom:0;
}
}
 @media only screen and (min-width: 1200px) {
header .custom-logo {
 width:60%;
 max-width:408px;
 height:auto;
}
}
 @media only screen and (min-width: 1800px) {
header .custom-logo {
 width:60%;
 max-width:543px;
 height:auto;
}
}
header .tools-wrapper {
	background-color:#FFBF3C;
	color:#FFF;
	position:absolute;
	width:65px;
	right:0;
	top:0;
	bottom:0;
	-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: 992px) {
 header .tools-wrapper {
 width:75px;
}
}
 @media only screen and (min-width: 1800px) {
header .tools-wrapper {
 width:100px;
}
}
header .tools-wrapper .item {
	display: block;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}
/* ==============    menu button ======================= */


.hamburger {
	display: inline-block;
	cursor: pointer;
	padding:0;
}
.hamburger:focus {
	outline:none;
	box-shadow:none;
}
.bar1, .bar2, .bar3 {
	display:block;
	background-color: #FFF;
	width: 30px;
	height: 5px;
	margin: 5px 0;
}
 @media only screen and (min-width: 1800px) {
.bar1, .bar2, .bar3 {
 width: 40px;
 height: 6px;
 margin: 7px 0;
}
}
.search-btn {
	width: 30px;
}
 @media only screen and (min-width: 1800px) {
.search-btn {
 width: 38px;
}
}
/* close button */

.btn-close {
	position: absolute;
	top:0;
	right:0;
	z-index:9000;
	height:65px;
	width: 65px;
	font-size:65px;
	font-weight:400;
	line-height:.5;
	background-color: transparent;
	padding:0;
	color: #005D83;
	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: 992px) {
.btn-close {
height:75px;
 width: 75px;
 font-size:75px;
}
}
 @media only screen and (min-width: 1800px) {
.btn-close {
height:100px;
 width: 100px;
 font-size:100px;
}
}
/* =================================================== */
/* ================= navigation menu ================= */
nav.mainmenu {
	font-family: 'Work Sans', sans-serif;
	color: #FFF;
	font-weight:700;
	text-align:  center;
}
nav.mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: normal;
	text-align:   center;
}
nav.mainmenu ul li {
	display: block;
	text-align: center;
	padding:0;
	margin:0;
}
nav.mainmenu li a, nav.mainmenu li a:visited {
	font-size: 38px;
	line-height:120%;
	font-weight:  700;
	font-style:normal;
	color: #FFF;
	text-transform: none;
	margin-bottom:15px;
}
 @media only screen and (min-width: 992px) {
 nav.mainmenu li a {
 font-size:36px;
}
}
 @media only screen and (min-width: 1200px) {
 nav.mainmenu li a {
font-size: 40px;
}
}
 @media only screen and (min-width: 1600px) {
 nav.mainmenu li a {
 font-size: 48px;
}
}
nav.mainmenu li a:hover, nav.mainmenu li a:focus {
	color: #FFBF3C;
	text-decoration:none;
	border:none;
}
nav.mainmenu li.current_page_item a, nav.mainmenu li.active a {
	color: #FFBF3C;
}
nav.mainmenu li.current_page_item a:hover, nav.mainmenu li.active a:hover {
	color: #FFBF3C;
}
nav.mainmenu li.current-page-ancestor > a {
	color: #FFBF3C;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}
/* =================== navigation menu overlay ================================ */




.overlay-bg {
	background: #005D83;
}
.overlay-bg .btn-close {
	color: #FFF;
	background-color:#FFBF3C;
}
.overlay-bg .btn-close:hover {
	color: #FFF;
	background-color:#ffc54f;
}
.menu-overlay {
	position: fixed;
	width: 100%;
	height:100%;
	z-index: 9999;
	top: 0;
	left: 0;
	background: #005D83;
	overflow-y: hidden;
	transition: 0.5s;
	animation-duration: 2s;
	display:none;
}
.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;
}
.menu-overlay nav {
	color: #FFF;
}
/* ============== 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;
}
}
.form-btn {
/*border: 2px solid #CCC;*/
}
.search-area .form-btn {
	margin-top: 200px;
}
@media only screen and (min-width: 768px) {
.search-area .form-btn {
margin-top: 40%;
}
}
.form-btn input {
	height:60px;
	color: #005D83;
	background: #FFF;
	font-size: 28px;
}
.form-btn input:focus {
	background: transparent;
	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;
}
.border-bottom {
	border: none;
	border-bottom: solid 1px #ced4da;
	border-radius: 0px;
}
.form-control {
	font-family: 'Work Sans', sans-serif;
	color: #005D83 !important;
	font-weight:  400;
}
 .form-control::-webkit-input-placeholder {
font-family: 'Work Sans', sans-serif;
color: #005D83 !important;
font-weight:  700;
}
.form-control:-moz-placeholder {
font-family: 'Work Sans', sans-serif;
color: #005D83 !important;
font-weight:  700;
}
.form-control::-moz-placeholder {
font-family: 'Work Sans', sans-serif;
color: #005D83 !important;
font-weight:  700;
}
.form-control:-ms-input-placeholder {
font-family: 'Work Sans', sans-serif;
color: #005D83 !important;
font-weight:  700;
}
.form-control::placeholder {
font-family: 'Work Sans', sans-serif;
color: #005D83 !important;
font-weight:  700;
}
.form-btn .fa {
	font-size: 30px;
}
/* ================================================= */
/* ====================== home page ================= */
/* ================================================= */
.pagebanner .card-img-overlay {
	color: #FFF;
	padding:0;
	border-radius:0;
}
.pagebanner .card-img-overlay:after {
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	bottom:0;
	content: "";
	background-color: rgba(000, 000, 000, 0.12);
}
 @media only screen and (min-width: 768px) {
 .pagebanner .card-img-overlay:after {
 display:none;
}
}
.pagebanner .card-img-overlay .item {
	height:100%;
	width:100%;
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	z-index:1;
}
.pagebanner h1 {
	color: #FFF;
	font-size:8.072vw;
	line-height:110%;
	letter-spacing:-.045em;
	margin-bottom:15px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
 @media only screen and (min-width: 768px) {
 .pagebanner h1 {
 text-shadow: none;
}
}
.pagebanner h1 span {
	color: #FFBF3C;
	font-size:160%;
	text-transform:uppercase;
	display:block;
	letter-spacing:-.045em;
	margin-top:15px;
}
.pagebanner p {
	font-size:36px;
	font-size:1.6vw;
	line-height:140%;
}
 @media only screen and (min-width: 768px) {
.pagebanner h1 {
 font-size:4.479vw;
 font-size:4vw;
}
 .pagebanner h1 span {
font-size:160%;
 margin-top:15px;
}
.pagebanner p {
 font-size:16px;
}
}
 @media only screen and (min-width: 992px) {
 .pagebanner p {
 font-size:20px;
}
}
 @media only screen and (min-width: 1200px) {
.pagebanner p {
 font-size:1.5vw;
 margin-bottom:35px
}
}
 @media only screen and (min-width: 1800px) {
 .pagebanner h1 {
 font-size:86px;
 margin-bottom:45px
}
.pagebanner p {
 font-size:30px;
}
}
.home h2 {
	font-size:30px;
}
 @media only screen and (min-width: 768px) {
.home h2 {
 font-size:3.25vw;
}
}
 @media only screen and (min-width: 1200px) {
.home h2 {
 font-size:2.500vw;
}
}
 @media only screen and (min-width: 1800px) {
.home h2 {
 font-size:48px;
}
}
/* square grid */

.homegrid .item {
	color:#FFF;
	height:100%;
	width:100%;
	position:  relative;
	display:block;
}
 @media only screen and (min-width: 768px) {
 .homegrid .item {
 color:#FFF;
 height:100%;
 width:100%;
 position: absolute;
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: center;
}
}
.homegrid.bg-white .item {
	color:#000;
}
.homegrid .item .container {
	padding-top:50px;
	padding-bottom:50px;
}
 @media only screen and (min-width: 1600px) {
.homegrid .item .container {
 padding-top:0;
 padding-bottom:0;
 width:75%;
 max-width:75%;
 margin-left:auto;
 margin-right:auto;
}
}
 @media only screen and (max-width: 767px) {
.homegrid .card-img {
/*min-height:620px;*/
}
}
/* home grid typography */

.homegrid .item h2 {
	color:#FFF;
}
.homegrid p {
	font-size:18px;
}
 @media only screen and (min-width: 375px) {
.homegrid p {
font-size:22px;
}
}
 @media only screen and (min-width: 768px) {
.homegrid p {
font-size:1.6vw;
/*font-size:16px;*/
}
}
 @media only screen and (min-width: 992px) {
 .homegrid p {
 font-size:17px;
}
}
 @media only screen and (min-width: 1200px) {
.homegrid p {
 font-size:19px;
}
}
 @media only screen and (min-width: 1800px) {
.homegrid p {
 font-size:28px;
}
}
.homegrid .cta {
	text-align:center;
	margin-top:15px;
}
 @media only screen and (min-width: 768px) {
 .homegrid .cta {
 text-align:left;
}
}
/* home case studies */


.home-casestudies {
	position:relative;
	display:block;
	color:#FFF;
}
.home-casestudies .card-img {
	min-height:850px;
}
@media only screen and (min-width: 768px) {
.home-casestudies .card-img {
 min-height:650px;
}
}
 @media only screen and (min-width: 992px) {
.home-casestudies .card-img {
 min-height:550px;
}
}
.home-casestudies .card-img-overlay {
	height:100%;
	width:100%;
	padding:0;
	padding-top:60px;
	padding-bottom:60px;
	left:0;
	position:absolute;
}
 @media only screen and (min-width: 768px) {
 .home-casestudies .card-img-overlay {
 height:100%;
 width:100%;
 padding:0;
 padding-top:5%;
 padding-bottom:3%;
 left:0;
 position:absolute;
}
}
.home-casestudies h2 {
	color:#FFF;
	margin:0;
	padding:0;
	text-align:center;
}
 @media only screen and (min-width: 768px) {
 .home-casestudies h2 {
 text-align: left;
}
}
.home-casestudies .cta-links a {
	display:block;
	margin-bottom:20px;
}
 @media only screen and (min-width: 768px) {
.home-casestudies .cta-links {
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: center;
 justify-content: flex-end;
}
 .home-casestudies .cta-links a {
 display:inline-flex;
 margin-bottom:0;
 margin-left:15px;
}
}
.home-casestudies .flex-container {
	height:100%;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: space-between;
	align-items: space-between;
}
.home-casestudies .carousel-header {
	margin-bottom:30px;
}
.home-casestudies .carousel-footer {
	margin-top:20px;
}
/* owl carousel theme */

.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-theme .owl-nav {
	text-align: center;
}
 .owl-theme .owl-nav [class*=owl-] {
 background-color: transparent;
}
 .owl-theme .owl-nav [class*=owl-]:hover {
}
/* owl arrows for banners */

.owl-carousel .owl-nav .owl-prev {
	background: url(images/prev-arrow.png);
	background-image: url(images/prev-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.owl-carousel .owl-nav .owl-prev:hover {
	background-color: transparent;
	background: url(images/prev-arrow.png);
	background-image: url(images/prev-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.owl-carousel .owl-nav .owl-next {
	background-image: url(images/next-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.owl-carousel .owl-nav .owl-next:hover {
	background-color: transparent;
	background-image: url(images/next-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.owl-prev {
	width: 27px;
	height: 40px;
	position: absolute;
	left: -50px;
	top:40%;
	border: none;
	z-index:19999;
}
.owl-next {
	width: 27px;
	height: 40px;
	position: absolute;
	right: -50px;
	top:40%;
	border: none;
	z-index:19999;
}
 @media only screen and (min-width: 768px) {
.owl-carousel .owl-prev {
 left: -60px;
}
.owl-carousel .owl-next {
 right: -60px;
}
}
 @media only screen and (min-width: 992px) {
 .owl-carousel .owl-prev, .owl-carousel .owl-next {
 width: 52px;
 height: 35px;
}
 .owl-carousel .owl-prev {
 left: -70px;
}
.owl-carousel .owl-next {
 right: -70px;
}
}
 @media only screen and (min-width: 1800px) {
.owl-carousel .owl-prev, .owl-carousel .owl-next {
 width: 69px;
 height: 46px;
}
 .owl-carousel .owl-prev {
 left: -80px;
}
.owl-carousel .owl-next {
 right: -80px;
}
}
/* Equal Heights for OwlCarousel 2 */


.casestudies-carousel.owl-carousel {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.casestudies-carousel.owl-carousel .owl-stage {
	display: flex;
}
.casestudies-carousel.owl-carousel .owl-item {
	display: flex;
	flex: 1 0 auto;
}
.casestudies-carousel article {
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	color:#FFF;
}
.casestudies-carousel.owl-carousel .article-box {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	border: 2px solid #FFF;
	padding:30px;
	padding-bottom:60px;
}
 @media only screen and (min-width: 1400px) {
.casestudies-carousel.owl-carousel .article-box {
 padding:36px;
}
}
.casestudies-carousel .cta-arrow {
	position:absolute;
	bottom:18px;
	right:18px;/*width:43px;*/
}
.casestudies-carousel.owl-carousel .owl-item img {
	width:auto;
}
.casestudies-carousel .cta-arrow img {
	height:43px;
	max-height:43px;
	width: auto;
}
 @media only screen and (min-width: 768px) {
.casestudies-carousel .cta-arrow img {
 height:24px;
 max-height:24px;
 width: auto;
 bottom:6px;
 right:6px;
}
}
 @media only screen and (min-width: 992px) {
.casestudies-carousel .cta-arrow img {
 height:26px;
 max-height:26px;
 width: auto;
 bottom:10px;
 right:10px;
}
}
 @media only screen and (min-width: 1200px) {
.casestudies-carousel .cta-arrow img {
 height:28px;
 max-height:28px;
 width: auto;
 bottom:15px;
 right:15px;
}
}
 @media only screen and (min-width: 1800px) {
.casestudies-carousel .cta-arrow img {
 height:43px;
 max-height:43px;
 width: auto;
 bottom:18px;
 right:18px;
}
}
/* ================================================= */
/* ====================== interior ================= */
/* ================================================= */



main {
}
.content {
	padding-top:40px;
	padding-bottom:50px;
}
 @media only screen and (min-width: 1200px) {
 .content {
 padding-top:60px;
 padding-bottom:70px;
}
}
.content .lead {
	font-weight:700;
	color:#005D83;
}
/* page header - attorney bios */


.pageheader {
	position:relative;
	color:#252626;
	font-weight:600;
}
.pageheaderimg {
	width:100%;
	height:auto;
}
.pageheader article {
	padding-top:30px;
	padding-bottom:28px;
}
.pageheader.nophoto, .pageheader.sidephoto {
	color:#FFF;
	background-color:#005D83;
}
.pageheader.sidephoto article {
	margin-left:5%;
	padding-left:15px;
	padding-right:15px;
}
.pageheader.nophoto article {
	margin-left:5%;
	padding-left:15px;
	margin-right:5%;
	padding-right:15px;
}
 @media only screen and (min-width: 768px) {
 .pageheader article {
 position:relative;
 padding:0;
 margin:0;
 width:auto;
 height:auto;
 display:block;
}
 .pageheader.sidephoto article {
 margin-left:11.5%;
}
 .pageheader.nophoto {
 padding-top:40px;
padding-bottom:40px;
}
 .pageheader.bio article {
position: absolute;
top:0;
left:0;
width:100%;
height:100%;
padding:0;
padding-bottom:2%;
-js-display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: space-between;
z-index:1;
}
 .col-md-4plus {
 position: relative;
 width: 100%;
 -ms-flex-preferred-size: 0;
 flex-basis: 0;
 -ms-flex-positive: 1;
 flex-grow: 1;
 max-width: 100%;
 -ms-flex: 0 0 35.566%;
 flex: 0 0 35.566%;
 max-width: 35.566%;
}
}
@media only screen and (min-width: 1200px) {
.pageheader.nophoto {
padding-top:40px;
padding-bottom:40px;
}
}
@media only screen and (min-width: 1800px) {
.pageheader.nophoto {
padding-top:100px;
padding-bottom:60px;
}
}
/* pageheader colors: */

.pageheader article {
	color:#FFF;
}
.pageheader.bio article {
	color:#252626;
}
/* pageheader typography */


.pageheader article h1 {
	margin:0;
	padding:0;
}
 @media only screen and (max-width: 767px) {
.pageheader.bio article h1 {
 font-size:36px;
}
.pageheader.bio article .h2 {
 font-size:24px;
}
}
 @media only screen and (max-width: 400px) {
.pageheader.bio article h1 {
font-size:32px;
}
.pageheader.bio article .h2 {
 font-size:22px;
}
}
.pageheader article h1 {
	margin-bottom:20px;
}
.pageheader.bio article h1 {
	color:#005D83;
}
.pageheader article .h2 {
	color:inherit;
	margin-top:0;
}
.pageheader article p {
	line-height:125%;
}
.pageheader article p a, .pageheader article p a:visited {
	color:inherit;
	text-decoration:underline;
}
.pageheader article p a:hover, .pageheader article p a:focus {
	color:#FFBF3C;
}
.pageheader article p a[href^="tel:"], .pageheader article p a[href^="tel:"]:visited {
text-decoration:none;
}
.pageheader article p a[href^="tel:"]:hover, .pageheader article p a[href^="tel:"]:focus {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #8e8f8e;
}
.pageheader.bg-blue article h1, .pageheader.bg-blue article h2, .pageheader.bg-blue article p {
	color:#FFF;
}
/* page tools */
.pageheader .contactinfo .pagetools {
	margin-top:20px;
}
 @media only screen and (min-width: 992px) {
.pageheader .contactinfo .pagetools {
margin-top:25px;
}
}
@media only screen and (min-width: 1200px) {
.pageheader .contactinfo .pagetools {
margin-top:36px;
}
}
 @media only screen and (min-width: 1800px) {
.pageheader .contactinfo .pagetools {
margin-top:40px;
}
}
.pagetools a.icon {
	text-align: center;
 margin-right:.65rem;
	display: inline-block;
}
 @media only screen and (min-width: 1800px) {
.pagetools a.icon {
 margin-right:1rem;
}
}
.pagetools a.icon, .pagetools a.icon:visited {
	color:#FFF;
	background-color: #005D83;
}
.pageheader.nophoto .pagetools a.icon, .pageheader.nophoto .pagetools a.icon:visited {
	background-color: #FFF;
}
.pageheader.nophoto .pagetools a.icon {
	color: transparent;
	background-color: transparent;
}
.pagetools img {
	width:32px;
	height: auto;
}
 @media only screen and (min-width: 480px) {
.pagetools img {
width: 42px;
}
}
@media only screen and (min-width: 768px) {
.pagetools img {
 width:30px;
}
}
@media only screen and (min-width: 992px) {
.pagetools img {
width:32px;
}
}
@media only screen and (min-width: 1200px) {
.pagetools img {
width: 36px;
}
}
 @media only screen and (min-width: 1800px) {
.pagetools img {
width: 48px;
}
}
.pagetools a.icon:hover, .pagetools a.icon:focus {
	background-color: #196d8f;
}
.pagetools a.pdfbutton:hover, .pagetools a.pdfbutton:focus {
	background-color: #196d8f;
}
/* content tabs and sidebar sub-navigation */

@media only screen and (min-width: 768px) {
 .content-tabs {
 height:100%;
 /*background: linear-gradient(90deg, #FFF 66.667%, #FFBF3C 33.333%);*/

background: linear-gradient(90deg, #FFF 64.434%, #FFBF3C 35.566%);
}
.content-tabs .nav-tabs {
 border: 0;
 padding-left:40px;
}
.content-tabs .tab-content {
 padding-right:40px;
}
}
.nav-tabs {
	border: 0;
}
 @media only screen and (min-width: 1200px) {
 .content-tabs .nav-tabs {
 border: 0;
 padding-left:60px;
}
.content-tabs .tab-content {
 padding-right:60px;
}
}
.content-tabs .nav-tabs ul {
	list-style:none;
	margin:0;
	width:100%;
}
.content .nav-tabs ul {
	margin-left:0;
}
.content-tabs .nav-tabs li {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.content-tabs .nav-tabs li a {
	padding-right:40px;
	position:relative;
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.content-tabs .nav-tabs li a:after {
	content: '';
	background-image: url(images/toggle-arrow.png);
	background-size: contain;
	background-color:#FFF;
	border-radius:50%;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	position:absolute;
	right:0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
 @media only screen and (min-width: 1200px) {
.content-tabs .nav-tabs li a:after {
 width: 36px;
 height: 36px;
}
}
 @media only screen and (min-width: 1800px) {
.content-tabs .nav-tabs li a:after {
 width: 45px;
 height: 45px;
}
}
.content-tabs .nav-tabs ul li:before {
	display:none;
}
.content-tabs .nav-tabs .nav-item, .content-tabs .nav-tabs a {
	font-family: 'Work Sans', sans-serif;
	font-size:24px;
	line-height:120%;
	font-weight:700;
	color: #252626;
	border:none;
}
.post-content.content-tabs .nav-tabs .nav-item {
	width:100%;
}
@media only screen and (min-width: 768px) {
.content-tabs .nav-tabs .nav-item, .content-tabs .nav-tabs a {
font-size:16px;
}
}
@media only screen and (min-width: 992px) {
.content-tabs .nav-tabs .nav-item, .content-tabs .nav-tabs a {
font-size:18px;
}
}
@media only screen and (min-width: 1200px) {
.content-tabs .nav-tabs .nav-item, .content-tabs .nav-tabs a {
font-size:22px;
}
}
@media only screen and (min-width: 1800px) {
.content-tabs .nav-tabs .nav-item, .content-tabs .nav-tabs a {
font-size:33px;
}
}
.nav-tabs .nav-link, .nav-tabs .nav-link:visited {
	border-radius:0;
	border: 0;
	padding:0;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;/*justify-content: space-between;*/
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .current-menu-item a {
	background-color: transparent;
	color: #005D83;
}
.toggle-icon {
	width:36px;
}
@media only screen and (min-width: 1800px) {
.toggle-icon {
 width:45px;
}
}
.toggle-icon img {
	border-radius:50%;
	background-color:#FFF;
}
.nav-tabs .nav-link.active .toggle-icon img {
/*transform: rotate(90deg);*/
}


/* read more read less */
[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {
display: none;
}
.readmore {
	padding-bottom:20px;
	font-weight:700;
}
.readmore a {
}
.tab-pane span.date {
	display:block;
}
.tab-pane span.date {
	display:block;
}
/* related insights */
.content ul.relatedinsights {
	margin-bottom:0;
}
.content ul.relatedinsights {
	margin-left:0;
}
.content ul.relatedinsights li:before {
	content: '';
	display:none;
}
.content ul.relatedinsights li a, .content ul.relatedinsights li a:visited {
	color:inherit;
}
.content ul.relatedinsights li a:hover, .content ul.relatedinsights li a:focus {
	color:#005D83;
}
/* related practices */
.content ul.relatedpractices {
	margin-bottom:0;
}
.content ul.relatedpractices {
	margin-left:0;
}
.content ul.relatedpractices li:before {
	content: '';
	display:none;
}
.content ul.relatedpractices li a {
	font-size:110%;
	font-weight:700;
}
/* content tabs more arrows */

.content .no-brk img {
	width:12px;
	height:auto;
}
 @media only screen and (min-width: 768px) {
 .content .no-brk img {
 width:8px;
}
}
 @media only screen and (min-width: 992px) {
 .content .no-brk img {
 width:8px;
}
}
 @media only screen and (min-width: 1200px) {
.content .no-brk img {
 width:10px;
}
}
 @media only screen and (min-width: 1800px) {
.content .no-brk img {
 width:15px;
}
}
/* content (small screen) accordions */
/* ------------- accordion ------------ */
.accordion-set {
	display:block;
	clear: both;
	margin:0px;
	padding:0px;
}
/* --------------------------------- */
.accordion-container {
	width: 100%;
	clear: both;
	margin:0px;
	padding:0px;
}
.accordion-heading {
}
a.accordion-toggle, a.accordion-toggle:visited {
	font-size:32px;
	font-weight:700;
	line-height:115%;
	color:#252626;
	background-color:#FFBF3C;
	text-transform: none;
	text-decoration:none;
	display: block;
	position:relative;
	margin:0px;
	padding:0px;
}
.accordion-container:first-of-type a.accordion-toggle {
	border-top-width: 24px;
	border-top-style: solid;
	border-top-color: #FFBF3C;
}
.accordion-container:last-of-type a.accordion-toggle {
	border-bottom-width: 60px;
	border-bottom-style: solid;
	border-bottom-color: #FFBF3C;
}
.accordion-container:first-of-type a.accordion-toggle.open {
	border:none;
}
.accordion-container:last-of-type a.accordion-toggle.open {
	border:none;
}
a.accordion-toggle h2 {
	font-size:24px;
	color:#252626;
	width: 100%;
	clear: both;
	margin:0px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.accordion-container a.accordion-toggle.open h2 {
	border-bottom:none;
	color:#005D83;
}
 @media only screen and (min-width: 480px) {
a.accordion-toggle h2 {
font-size:32px;
}
}
a.accordion-toggle h3 {
	margin:0px;
	padding:0px;
}
a.accordion-toggle.open {
	color: #005D83;
}
a.accordion-toggle:focus {
	color: #005D83;
}
a.accordion-toggle.open .toggle-icon img {
	transform: rotate(90deg);
}
a.accordion-toggle:hover h2 {
/*text-decoration:underline;*/
}
a.accordion-toggle:focus {
	outline: thin dotted;
}
a.accordion-notoggle {
	color:#00285E;
}
.toggle-title {
padding-right:.35rem;
	display: inline;
}
.toggle-title br {
	display: none;
}
@media only screen and (min-width: 768px) {
.toggle-title br {
display: block;
}
}
/* mobile accordion toggle icon */
.accordion-toggle span.toggle-icon img {
	width:24px;
	height:auto;
	line-height:1;
}
@media only screen and (min-width: 400px) {
.accordion-toggle span.toggle-icon img {
width:32px;
}
}
a.accordion-toggle, a.accordion-toggle:visited, a.accordion-toggle:hover {
	text-decoration: none;
}
a.accordion-toggle span.toggle-icon, a.accordion-toggle span.toggle-icon:visited, a.accordion-toggle span.toggle-icon:hover {
	text-decoration: none;
}
/* accordion content */
.accordion-content {
	display: none;
}
.accordion-set .accordion-content {
	padding-top:20px;
	padding-bottom:20px;
}
.accordion-content ul li ul {
	margin-top:8px;
}
/* interior callouts */


/* interior callouts */

.callout.bg-blue {
	color:#FFF;
	padding-top:70px;
	padding-bottom:70px;
	text-align:center;
}
 @media only screen and (min-width: 768px) {
}
 @media only screen and (min-width: 992px) {
 .callout.bg-blue {
 padding-top:100px;
 padding-bottom:100px;
}
}
 @media only screen and (min-width: 1800px) {
.callout.bg-blue {
 padding-top:140px;
 padding-bottom:140px;
}
}
/* related posts */

.related-posts {
	color:#FFF;
	padding-top:70px;
	padding-bottom:70px;
	text-align:center;
}
 @media only screen and (min-width: 992px) {
.related-posts {
 padding-top:40px;
 padding-bottom:80px;
}
}
 @media only screen and (min-width: 1800px) {
.related-posts {
 padding-top:50px;
 padding-bottom:100px;
}
}
.related-posts h2 {
	color:#FFF;
	text-align:left;
}
.row.related-posts {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	background-color:#FCF;
}
.related-posts .item {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	flex: 1 0 0%;
}
.related-posts .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	flex: 1 0 0%;
}
.related-posts .card {
	color:#FFF;
	border: 1px solid #FFF;
	font-weight:800;
	text-align:left;
}
 @media only screen and (min-width: 1200px) {
.related-posts .card-body {
 padding:30px;
}
}
 @media only screen and (min-width: 1800px) {
.related-posts .card-body {
 padding:40px;
}
}
.related-posts .card h3 {
	font-family: 'Open Sans', sans-serif;
	color:#FFBF3C;
	margin-top:0;
}
.related-posts .card p {
	font-size:24px;
	line-height:120%;
	margin-bottom:0;
}
 @media only screen and (min-width: 400px) {
 .related-posts .card p {
 font-size:28px;
}
}
 @media only screen and (min-width: 768px) {
 .related-posts .card p {
 font-size:15px;
 font-size:1.75vw;
}
}
 @media only screen and (min-width: 1200px) {
 .related-posts .card p {
 font-size:1.5vw;
}
}
 @media only screen and (min-width: 1800px) {
 .related-posts .card p {
 font-size:28px;
}
}
 @media (max-width: 767px) {
.card-deck .card {
 -ms-flex: 1 1 100%;
 flex: 1 1 100%;
 margin-bottom:30px;
}
.related-posts .card-body {
 padding:30px;
}
}
/* ============ Attorney Listing page ============ */
/* attorney search form */
.attorney-search, .attorney-search p {
	font-size:25px;
	font-weight:700;
	/*color:#252626;*/
	position:relative;
}
@media only screen and (min-width: 768px) {
.attorney-search, .attorney-search p {
font-size:13px;
}
}
@media only screen and (min-width: 1200px) {
.attorney-search, .attorney-search p {
font-size:18px;
}
}
@media only screen and (min-width: 1920px) {
.attorney-search, .attorney-search p {
font-size:24px;
}
}
/* search form */
.row.sm-gutters {
	margin-right: -8px;
	margin-left: -8px;
}
.row.sm-gutters > [class^="col-"], .row.sm-gutters > [class*=" col-"] {
padding-right: 8px;
padding-left: 8px;
}
.row.sm-gutters > [class^="col"], .row.sm-gutters > [class*=" col"] {
padding-right: 8px;
padding-left: 8px;
}
.row.xs-gutters {
	margin-right: -4px;
	margin-left: -4px;
}
.row.xs-gutters > [class^="col-"], .row.xs-gutters > [class*=" col-"] {
padding-right: 4px;
padding-left: 4px;
}
.row.xs-gutters > [class^="col"], .row.xs-gutters > [class*=" col"] {
padding-right: 4px;
padding-left: 4px;
}
.attorney-searchform {
	padding-top:15px;
	padding-bottom:20px;
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.attorney-searchform input[type=text], .attorney-searchform select {
	width:100%;
	height:38px;
	font-size:18px;
	font-weight:400;
	display: inline-block;
	border: 2px solid #EEEDED;
	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: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	margin-bottom:15px;
}
.attorney-searchform select {
	background-color: #FFF;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-image: url(images/toggle-arrow-down.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 29px 14px;
}
.attorney-searchform .btn {
	width:100%;
	height:38px;
	padding-left:12px;
	padding-right:12px;
	margin-bottom:15px;
	text-align:left;
	font-weight:700;
	position:relative;
	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;
}
.attorney-searchform .btn:after {
	font-family: FontAwesome;
	content: "\f002";
	display:inline-block;
	padding-right:12px;
	vertical-align:middle;
	float:right;
	font-size:130%;
}
@media only screen and (min-width: 768px) {
.attorney-searchform input[type=text], .attorney-searchform select, .attorney-searchform .btn {
height:34px;
font-size:14px;
}
.attorney-searchform select {
background-size: 24px 12px;
}
}
@media only screen and (min-width: 992px) {
.attorney-searchform input[type=text], .attorney-searchform select, .attorney-searchform .btn {
height:44px;
font-size:18px;
}
}
@media only screen and (min-width: 1200px) {
.attorney-searchform input[type=text], .attorney-searchform select, .attorney-searchform .btn {
height:54px;
font-size:18px;
}
}
@media only screen and (min-width: 1800px) {
.attorney-searchform input[type=text], .attorney-searchform select, .attorney-searchform .btn {
height:86px;
font-size:23px;
}
.attorney-searchform select {
background-size: auto;
}
}
.attorney-searchform input::-webkit-input-placeholder {
 font-weight:400;
color: #252626;
}
.attorney-searchform input:-moz-placeholder {
 font-weight:400;
color: #252626;
}
.attorney-searchform input::-moz-placeholder {
 font-weight:400;
color: #252626;
}
.attorney-searchform input:-ms-input-placeholder {
 font-weight:400;
color: #252626;
}
p.advanced_search_btn {
	margin-top:30px;
}
.advanced_search_btn a.ctalink, .advanced_search_btn a.ctalink:visited {
	color:#252626;
	border:none;
	font-weight:400;
}
.advanced_search_btn a.ctalink:hover, .advanced_search_btn a.ctalink:focus {
	color:#1AAABD;
}
/* attorney listings and search results */
.attorney-listings {
	padding-top:28px;
}
.attorney-listings .contactinfo {
	margin-bottom:21px;
}
.attorney-listings.less-sp .contactinfo {
	margin-bottom:0;
}
/* attorney listings bottom border */
.attorney-listings .row.border-gray-sm {
	padding-bottom:21px;
	margin-bottom:21px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
@media only screen and (min-width: 992px) {
.attorney-listings .row.border-gray-sm {
padding-bottom:0;
margin-bottom:0;
border:none
}
.border-gray-lg {
padding-bottom:28px;
margin-bottom:28px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
}
}
@media only screen and (min-width: 1200px) {
.border-gray-lg {
padding-bottom:38px;
margin-bottom:38px;
}
}
/* attorney listings thumbnail images */
.attorney-listings img {
	width:100%;
	height:auto;
	margin-bottom:10px;
}
/* attorney listings typography */
.attorney-listings h2 {
	font-size:22px;
	padding:0;
	margin:0;
	margin-bottom:10px;
}
.attorney-listings h3 {
	padding:0;
	margin:0;
	margin-bottom:5px;
	font-size:18px;
}
.attorney-listings .contactinfo p {
	line-height:120%;
	padding-bottom:2px;
	font-size:14px;
}
@media only screen and (min-width: 768px) {
.attorney-listings .contactinfo p {
font-size:14px;
}
}
 @media only screen and (min-width: 1400px) {
.attorney-listings .contactinfo p {
font-size:16px;
}
}
.attorney-listings .contactinfo p a, .attorney-listings .contactinfo p a:visited {
	color:inherit;
}
.attorney-listings .contactinfo p a:hover, .attorney-listings .contactinfo p a:focus {
	color:#196d8f;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8e8f8e;
}
@media only screen and (min-width: 480px) {
.attorney-listings h2 {
font-size:24px;
}
.attorney-listings .contactinfo p {
}
}
@media only screen and (min-width: 768px) {
.attorney-listings h2 {
font-size:16px;
}
.attorney-listings .contactinfo p {
}
}
@media only screen and (min-width: 992px) {
.attorney-listings h2 {
font-size:20px;
}
.attorney-listings .contactinfo p {
}
}
@media only screen and (min-width: 1200px) {
.attorney-listings h2 {
font-size:25px;
}
.attorney-listings .contactinfo p {
}
}
@media only screen and (min-width: 1800px) {
.attorney-listings h2 {
font-size:36px;
}
.attorney-listings .contactinfo p {
}
}
.attorney-listings h2 a:link, .attorney-listings h2 a:visited {
	color:#005D83;
	text-decoration: none;
}
.attorney-listings h2 a:hover {
	color:#196d8f;
	text-decoration:none;
}
.attorney-listings h3 a:link, .attorney-listings h3 a:visited {
	color:#005D83;
	text-decoration: none;
}
.attorney-listings h3 a:hover {
	color:#196d8f;
	text-decoration:none;
}
.attorney-listings a:link {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
/* -------- Search Results page --------- */




/* -------- Results Listing Page --------- */

.results-intro {
	padding-bottom:30px;
}
.results-intro p {
	font-size:24px;
}
 @media only screen and (min-width: 768px) {
.results-intro p {
 font-size:18px;
}
}
 @media only screen and (min-width: 992px) {
.results-intro p {
 font-size:21px;
}
}
 @media only screen and (min-width: 1200px) {
.results-intro p {
 font-size:24px;
}
}
 @media only screen and (min-width: 1800px) {
.results-intro p {
 font-size:30px;
}
}



/* results cards */




@media only screen and (min-width: 576px) {
 .results.card-columns {
 -webkit-column-count: 2;
 -moz-column-count: 2;
 column-count: 2;
}
 .results.detail.card-columns {
 -webkit-column-count: 1;
 -moz-column-count: 1;
 column-count: 1;
}
}
 @media only screen and (min-width: 992px) {
 .results.card-columns {
 -webkit-column-count: 3;
 -moz-column-count: 3;
 column-count: 3;
 -webkit-column-gap: 28px;
 -moz-column-gap: 28px;
 column-gap: 28px;
}
 .results.detail.card-columns {
 -webkit-column-count: 2;
 -moz-column-count: 2;
 column-count: 2;
 -webkit-column-gap: 28px;
 -moz-column-gap: 28px;
 column-gap: 28px;
}
}
.results-card.card {
	color: #005D83;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #005D83;
}
 @media only screen and (min-width: 1800px) {
.results-card.card {
 padding-bottom:24px;
 margin-bottom:24px;
}
}
.results-card h3 {
	font-family: 'Open Sans', sans-serif;
	color: #005D83;
	font-size:34px;
	font-weight:800;
	letter-spacing:-.035em;
	margin-top:0;
}
.results-card.amount-lg h3 {
	margin:0;
}
 @media only screen and (min-width: 768px) {
.results-card h3 {
 font-size:28px;
}
}
 @media only screen and (min-width: 992px) {
.results-card h3 {
 font-size:34px;
}
}
}
 @media only screen and (min-width: 1400px) {
.results-card h3 {
 font-size:41px;
}
}
 @media only screen and (min-width: 1800px) {
 .results-card h3 {
 font-size:55px;
}
}
.results-card h3 span.amount-lg {
	color: #FFBF3C;
	font-size:181%;
}
.results-card p {
	color: #005D83;
	font-size:20px;
	line-height:122%;
	font-weight:700;
}
.results-card.amount-lg p {
	font-size:24px;
	line-height:127%;
	font-weight:600;
}
.results-card p.pagelink, .results-card.amount-lg p.pagelink {
	font-size:26px;
	line-height:115%;
}
 @media only screen and (min-width: 768px) {
.results-card p {
 font-size:18px;
}
 .results-card.amount-lg p {
 font-size:24px;
}
.results-card p.pagelink, .results-card.amount-lg p.pagelink {
 font-size:26px;
}
}
 @media only screen and (min-width: 1800px) {
.results-card p {
 font-size:22px;
}
 .results-card.amount-lg p {
 font-size:27px;
}
 .results-card p.pagelink, .results-card.amount-lg p.pagelink {
 font-size:30px;
}
}
.results-card a.read-more {
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	letter-spacing:-.035em;
}
.results-card a.read-more:after {
	color: #FFBF3C;
}
/* -------- practice listing (also used on Settlements and Verdicts listing --------- */

/*  practice listing navigation */

.content ul.practice-listing {
	margin:0;
	margin-top:30px;
}
 @media only screen and (min-width: 992px) {
.content ul.practice-listing {
 -moz-column-count: 2;
 -webkit-column-count: 2;
 column-count: 2;
 -webkit-column-gap: 50px;
 column-gap: 50px;
}
}
 @media only screen and (min-width: 768px) {
.content ul.practice-listing.results-categories {
 -moz-column-count: 2;
 -webkit-column-count: 2;
 column-count: 2;
 -webkit-column-gap: 30px;
 column-gap: 30px;
}
}
 @media only screen and (min-width: 1200px) {
.content ul.practice-listing.results-categories {
 -webkit-column-gap: 50px;
 column-gap: 50px;
}
}
 @media only screen and (min-width: 1600px) {
.content ul.practice-listing.results-categories {
 -webkit-column-gap: 68px;
 column-gap: 68px;
}
}
.content ul.practice-listing li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.content ul.practice-listing li a {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.content ul.practice-listing li {
	font-family: 'Work Sans', sans-serif;
	font-size:28px;
	line-height:120%;
	font-weight:700;
	color: #252626;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #668794;
}
.content ul.practice-listing.results-categories li {
	color: #FFF;
	padding:24px;
	border:none;
	background-color:#005D83;
	margin-bottom:30px;
}
 @media only screen and (min-width: 768px) {
.content ul.practice-listing.results-categories li {
 padding:18px;
 margin-bottom:0;
}
}

 @media only screen and (min-width: 1200px) {
 .content ul.practice-listing.results-categories li {
 padding:30px;
}
}
 @media only screen and (min-width: 1400px) {
.content ul.practice-listing.results-categories li {
 padding:33px;
}
}
 @media only screen and (min-width: 1800px) {
.content ul.practice-listing.results-categories li {
 padding:40px;
}
}
.content ul.practice-listing.results-categories li a {
	color: #FFF;
}
.content ul.practice-listing li:before {
	display:none;
}
.content ul.practice-listing li {
	width:100%;
}
@media only screen and (min-width: 768px) {
.content ul.practice-listing li {
font-size:20px;
}
}
@media only screen and (min-width: 992px) {
.content ul.practice-listing li {
font-size:23px;
}
}
@media only screen and (min-width: 1200px) {
.content ul.practice-listing li {
font-size:28px;
}
}
@media only screen and (min-width: 1800px) {
.content ul.practice-listing li {
font-size:34px;
}
}
 @media only screen and (min-width: 1800px) {
.content ul.practice-listing li {
font-size:42px;
}
}
.content ul.practice-listing li {
	padding-right:40px;
	position:relative;
	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-around;*/
}
.content ul.practice-listing li a:after {
	content: '';
	background-image: url(images/arrow-white.png);
	background-size: contain;
	background-color:#FFBF3C;
	border-radius:50%;
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	margin-left:10px;
	position:absolute;
	right:0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
 @media only screen and (min-width: 768px) {
.content ul.practice-listing li a:after {
 content: '';
 position:relative;
 right: auto;
 top:auto;
 -ms-transform: none;
 transform: none;
}
}


.content ul.practice-listing.results-categories li a:after {
 content: '';
 position:relative;
 right: auto;
 top:auto;
 -ms-transform: none;
 transform: none;
}





/* -------- practice detail --------- */




/* ================================================= */
/* ================== blog - entry - search ================= */
/* ================================================= */
@media only screen and (min-width: 768px) {
.sidebar {
 padding-left:40px;
}
}
 @media only screen and (min-width: 1200px) {
.sidebar {
 padding-left:60px;
}
}
/* blog listing */

a.read-more {
	/*padding-left:.5rem;*/
 display:block;
	font-size:90%;
	font-family: 'Work Sans', sans-serif;
	font-weight:600;
	padding-top:3px;
}
a.read-more:after {
	content:"\25B6";
	color: inherit;
	margin-left:6px;
}
 @media only screen and (max-width: 768px) {
 a.read-more:after {
 font-family: 'FontAwesome';
 font-size:125%;
 content:"\f0da";
 color: #196d8f;
 margin-left:6px;
 vertical-align: text-bottom;
 line-height:80%;
}
}
.widget-area ul {
	margin-top:15px;
	margin-bottom:30px;
}
.content .widget-area ul {
	margin-left:0;
	list-style:none;
	width:100%;
}
.content .widget-area ul li {
	display: block;
	margin-bottom: 15px;
}
.content .widget-area ul li a, .content .widget-area ul li a:visited {
	font-size:18px;
	line-height:120%;
	font-weight:600;
	color: #252626;
	border:none;
	position: relative;
	display:block;
	width:100%;
}
.content .widget-area ul li a:hover, .content .widget-area ul li a:focus {
	color: #196d8f;
}
.content .widget-area ul li a:after {
	font-family: 'Open Sans', sans-serif;
	font-size:100%;
	content:"\25B6";
	color: #196d8f;
	margin-left:6px;
}
 @media only screen and (max-width: 768px) {
.content .widget-area ul li a:after {
 font-family: 'FontAwesome';
 font-size:125%;
 content:"\f0da";
 color: #196d8f;
 margin-left:6px;
 vertical-align: text-bottom;
}
}
.content .widget-area ul li:before {
	display:none;
}
/* -------- pagination --------- */
.pagination {
	font-family: 'Work Sans', sans-serif;
	font-weight:600;
	text-align:center;
	justify-content: center;
	padding-top:35px;
	padding-bottom:0;
}
 @media only screen and (max-width: 576px) {
ul.pagination {
 flex-wrap:wrap;
}
}
 @media only screen and (min-width: 1200px) {
.pagination {
padding-top:55px;
}
}
@media only screen and (min-width: 1800px) {
.pagination {
padding-top:85px;
}
}
.content ul.pagination {
	margin-left:0;
	list-style-type: none;
}
.content ul li.page-item {
	padding:0;
	padding-left:16px;
	padding-right:16px;
	position:relative;
}
.content ul li.page-item:before {
	display:none;
}
.page-link, .page-link:visited {
	font-size:20px;
	color: #313E48;
	background-color: #fff;
	text-decoration:none;
	padding:0;
	padding-bottom:3px;
	border:none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
}
.page-link:after {
	content: '|';
	color: #313E48;
	font-weight:400;
	position:absolute;
	right:0;
	margin-right:-18px;
}
.page-item:last-child .page-link:after {
	content: '';
}
.page-link.prev:after {
	content: '';
}
.page-link.next:after {
	content: '';
}
a.page-link:hover {
	color: #196d8f;
	text-decoration:none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #196d8f;
	background-color: transparent;
}
@media only screen and (min-width: 1800px) {
.page-link, .page-link:visited {
font-size:30px;
}
}
.page-item.active .page-link {
	color: #196d8f;
	background-color: transparent;
	border:none;
}
.page-item.disabled .page-link {
	color: #6c757d;
	border:none;
}
/* blog entry */






.entry-summary {
	padding-bottom:15px;
	margin-bottom:24px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #668794;
}
.entry-meta {
	margin-bottom:20px;
}
.entry-meta p {
	font-size:15px;
	margin:0;
	padding:0;
}
.catlabel a {
	text-transform: uppercase;
	font-weight: 700;
	text-decoration:underline;
	padding-left:2px;
}
.catlabel a:hover, .catlabel a:focus {
	text-decoration:underline;
}
.catlabel a:first-of-type {
	padding-left:0;
}
.entry-meta .date {
	text-transform: uppercase;
}
.catlabel a:hover, .catlabel a:focus {
	color: #196d8f;
	text-decoration:underline;
}
p.byline {
	font-size:15px;
	margin:0;
	padding:0;
	margin-top:3px;
}
img.alignleft, img.align-left {
	float: left;
	margin:1em;
	margin-left:0;
}
img.alignright, img.align-right {
	float: right;
	margin:1em;
	margin-right:0;
}
.entry-content img {
	width: auto;
	max-width: 50%;
	height: auto;
	padding: 6px;
}
.entry-content div.wp-caption.alignleft {
	float: left;
	margin: 0 1em 0.5em 0;
}
.entry-content div.wp-caption {
	width: auto !important;
	padding: 4px;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	background-color: #f2f2f2;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
 @media only screen and (min-width: 768px) {
.wp-caption {
 width: auto !important;
 max-width: 50%;
}
}
.entry-content div.wp-caption p {
	margin: -0.3em 0 0;
	line-height: normal;
	font-size: .8em;
}
.entry-content div.wp-caption img {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	background: none;
}
.entry-content img {
	width: auto;
	max-width: 50%;
	height: auto;
	padding: 4px;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	background-color: #f2f2f2;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
/* contact form styles */


.row-flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
}
.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
/* contact form 7 styles */

.wpcf7 {
	display:block;
}
.wpcf7-form br {
	display:none;
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}
.content .wpcf7 p {
	text-align:left;
}
form.wpcf7-form label {
	padding-top:20px;
}
form.wpcf7-form label span {
	display:  inline-block;
	width:100%;
	font-weight:400;
}
/* required fields */
form.wpcf7-form label.req:after {
	color: #F00;
	content:"*";
	padding-left:2px;
}
form.wpcf7-form .wpcf7-list-item-label {
	padding-left:6px;
}
span.wpcf7-form-control-wrap.your-consent > span.wpcf7-list-item-label {
	display:  inline;
}
form.wpcf7-form label {
	display: block;
	width:100%;
	font-weight:400;
	color: inherit
}
form.wpcf7-form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
	margin-bottom:20px;
}
form.wpcf7-form input[type=text], form.wpcf7-form input[type=email], form.wpcf7-form input[type=tel], form.wpcf7-form textarea, form.wpcf7-form select {
	display:block;
	width:92%;
	padding:12px;
	-webkit-appearance:none;
	margin-top:6px;
	margin-bottom:6px;
	font-size:16px;
	font-weight:400;
	border-radius: 0;
	border: 2px solid #ddd;
}
/* datepicker */
.wpcf7-form-control-wrap input.wpcf7-date {
	display:block;
	width:92%;
	padding:12px;
	-webkit-appearance:none;
	margin-top:6px;
	margin-bottom:6px;
	font-size:16px;
	font-weight:400;
	border-radius: 0;
	border: 2px solid #ddd;
}
form.wpcf7-form .input-group input[type=text] {
	height:60px;
	background: #FFF;
	font-size: 28px;
	border: none;
}
form.wpcf7-form .input-group input[type=text]:focus {
	border: none;
}
form.wpcf7-form textarea {
	height:100px;
}
 form.wpcf7-form ::-webkit-input-placeholder {
font-size:14px;
font-weight:400;
padding-left:4px;
color:#3a3a3a;
opacity:.85;
}
form.wpcf7-form :-moz-placeholder {
font-size:14px;
font-weight:400;
padding-left:4px;
color:#3a3a3a;
opacity:.85;
}
form.wpcf7-form ::-moz-placeholder {
font-size:14px;
font-weight:400;
padding-left:4px;
color:#3a3a3a;
opacity:.85;
}
form.wpcf7-form :-ms-input-placeholder {
font-size:14px;
font-weight:400;
padding-left:4px;
color:#3a3a3a;
opacity:.85;
}
/* checkbox */

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	display: inline;
}
.content .wpcf7-list-item {
	display: block;
	margin-left:0;
}
form.wpcf7-form .wpcf7-list-item-label {
	padding-left: 6px;
	display:  inline !important;
}
form.wpcf7-form input[type=submit] {
	display: inline-block;
	margin-top:10px;
	white-space: nowrap;
	vertical-align: middle;
	-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: 0px;
	padding-top: 12px;
	padding-right: 2rem;
	padding-bottom: 12px;
	padding-left: 2rem;
	position:relative;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 1.42857143;
	text-align: center;
	text-transform:uppercase;
	letter-spacing:.035em;
	background-color:#005D83;
	color:#FFF;
}
form.wpcf7-form input[type=submit]:hover {
	background-color:#196d8f;
}
/* sitemap list */

.content ul.sitemap {
	font-weight:700;
}
.content ul.sitemap ul {
	font-weight:600;
	border-left: 2px solid #cacaca;
	padding-left: 20px;
	margin: 1em 0;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
.content ul.sitemap ul li {
	padding-bottom:6px;
}
.content ul.sitemap ul li:last-of-type {
	padding-bottom:0;
	margin-bottom: 0;
}
/* TESTIMONIALS */

.testimonial {
	transition: all 0.12s ease-in-out 0s;
}
.testimonial.card {
	color: #005D83;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #005D83;
}
 @media only screen and (min-width: 1800px) {
.testimonial.card {
 padding-bottom:24px;
 margin-bottom:24px;
}
}
.testimonial .blockquote-wrapper {
	padding:0;
	margin:0;
	margin-bottom:20px;
}
 @media only screen and (min-width: 768px) {
 .testimonial blockquote {
 background-color: transparent;
 padding:0;
 margin:0;
 padding-right:10px;
}
}
/* testimonial typography */

.testimonial blockquote p {
	font-size:22px;
	line-height:111%;
	font-weight:600;
	color:#005D83;
	display:block;
	padding:0;
	margin:0;
	margin-bottom:15px;
}

.testimonial.card:nth-child(3n-1) blockquote p, .testimonial.card:nth-child(3n-1)  a {
	color:#313E48;
}


.testimonial.card:nth-child(3n) blockquote p, .testimonial.card:nth-child(3n)  a {
	color:#FFBF3C;
}




 @media only screen and (min-width: 480px) {
 .testimonial blockquote p {
 font-size:22px;
}
}
 @media only screen and (min-width: 768px) {
 .testimonial blockquote p {
 font-size:20px;
}
}

 @media only screen and (min-width: 992px) {
.testimonial blockquote p {
 font-size:24px;
}
}
 @media only screen and (min-width: 1200px) {
.testimonial blockquote p {
 /*font-size:30px;
  font-size:24px;*/
}
}
 @media only screen and (min-width: 1400px) {
 .testimonial blockquote p {
 /*font-size:36px;*/
}
}
 @media only screen and (min-width: 1800px) {
 .testimonial blockquote p {
 /*font-size:48px;*/
  font-size:27px;
}
}
.testimonial blockquote .read-more {
	display:block;
	font-size: inherit;
	font-family: inherit;
	font-weight:600;
	padding-top:0;
}
.testimonial blockquote a.read-more:after {
	content:"\25B6";
	font-size:80%;
	color: inherit;
	margin-left:10px;
	color: #FFBF3C;
}
 @media only screen and (max-width: 768px) {
 .testimonial blockquote a.read-more:after {
 color: #FFBF3C;
}
}
.testimonial figcaption {
	padding-top:15px;
}
.testimonial figcaption .h3 {
	color:inherit;
}
 @media only screen and (max-width: 768px) {
.testimonial figcaption .h3 {
	font-size:17px;

}
}


.testimonial figcaption p {
	font-weight:800;
	margin:0;
	padding:0;
}
.testimonial figcaption p span {
	text-transform:uppercase;
}
/* ================================================= */
/* ====================== footer ================= */
/* ================================================= */

footer {
	color:#FFF;
	text-align:center;
	padding-top:40px;
	padding-bottom:50px;
	background: #313E48;
}
 @media only screen and (min-width: 768px) {
 footer {
 text-align:left;
}
}
footer p, footer nav ul li {
	font-size:15px;
	line-height:165%;
}
 @media only screen and (min-width: 768px) {
footer p, footer nav ul li {
 font-size:14px;
}
}
 @media only screen and (min-width: 1800px) {
footer p, footer nav ul li {
 font-size:16px;
}
}
footer nav {
	font-weight:700;
	margin-bottom:15px;
}
footer nav ul li {
	display:inline;
}
footer nav ul li a:link, footer nav ul li a:visited {
	color:#FFF;
	display:inline;
	white-space: nowrap;
}
footer nav ul li a:hover, footer nav ul li a:focus {
	color:#FFF;
	text-decoration:underline;
}
footer nav li:after {
	content: '|';
	color: #FFF;
	padding-left: 6px;
}
footer nav li:last-of-type:after {
	content: '';
	display:none;
}
footer nav li {
	padding-right:6px;
}
.footer-bottom {
	margin-top: 20px;
}
.footer-bottom hr {
	margin-bottom: 30px;
}
.footer-bottom p {
	font-size:12px;
}
 @media only screen and (min-width: 1200px) {
.footer-bottom p {
 font-size:14px;
}
}
/* footer connect */


footer .connect {
	text-align: center;
	color: #FFF;
	margin-top:0;
	margin-bottom:30px;
}
 @media only screen and (min-width: 768px) {
 footer .connect {
 text-align: left;
}
}
 @media only screen and (min-width: 992px) {
 footer .connect {
 text-align: right;
}
}
 @media only screen and (min-width: 1400px) {
footer .connect {
 text-align: right;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 align-items: flex-start;
 justify-content: flex-end;
}
}
footer .connect h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:26px;
	color: #FFF;
	font-weight:600;
	display:block;
	margin:0;
	padding:0;
	margin-bottom:15px;
}
 @media only screen and (min-width: 768px) {
 footer .connect h2 {
 font-size:20px;
}
}
 @media only screen and (min-width: 992px) {
footer .connect h2 {
}
}
 @media only screen and (min-width: 1800px) {
footer .connect h2 {
 display:inline;
 font-size:24px;
 margin-right: 10px;
}
}
/* 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;
}
 @media only screen and (min-width: 768px) {
 .social {
 text-align: left;
 justify-content: flex-start;
}
}
 @media only screen and (min-width: 992px) {
 .social {
 text-align: right;
 justify-content: flex-end;
}
}
.social a {
	margin-right:20px;
}
 @media only screen and (min-width: 992px) {
.social a {
 margin-left:15px;
 margin-right:0;
}
}
 @media only screen and (min-width: 1800px) {
.social a {
 margin-left:20px;
 margin-right:0;
}
}
.social a {
	font-size:2rem;
	width: 40px;
	height: 40px;
	color: #313E48;
	background-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:1.5rem;
 width: 32px;
 height: 32px;
}
}
 @media only screen and (min-width: 1800px) {
.social a {
 font-size:2rem;
 width: 40px;
 height: 40px;
}
}
.social a:hover, .social a:focus {
	background-color: #ffc54f;
	text-decoration:none;
}
