/*
Theme Name: Murtha Cullina custom theme
Author: Herrmann Advertising Design and Technology
Author URI: https://www.herrmann.com
Version: 2.1
Lvl A
*/


/* ----------------------------------------------
THEME STYLES   
------------------------------------------------- */ 
body, html {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color:#333631;
	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:#3d5270;
	font-weight: 700;
	line-height: 1.2;
margin-bottom: .5rem;
	letter-spacing:-.015em;
}
h1, .h1 {
	font-size:24px;
	font-size:7.083vw;
	line-height:1.06;
}
h2, .h2 {
	font-size:24px;
	font-size:5.833vw;
	margin-top: 15px;
	margin-bottom: 10px;
}
h3, .h3 {
	font-size:20px;
	margin-top: 15px;
	margin-bottom: 10px;
}
h4, .h4 {
	font-size:18px;
	margin-top: 15px;
	margin-bottom: 10px;
}
p {
	font-size: 16px;
	line-height: 128%;
}
p.lead {
	font-size: 20px;
	line-height: 128%;
	font-weight:700;
	color:#3d5270;
}
/* bulleted lists */
.content ul {
	margin-left:15px;
	margin-bottom:10px;
}
.content ul ul {
	margin-top:5px;
}
.content ul li {
	font-size: 16px;
	line-height: 128%;
	list-style:none;
	margin-bottom:6px;
}
.content ul li:before {
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 7px;
	float: left;
	margin-left: -12px;
}


.content ul.nobullets li:before {
content: '';
display:none
}




/* ordered lists */

.content ol {
	margin-bottom:10px;
}
.content ol li {
	font-size: 16px;
	line-height: 128%;
	margin-bottom:6px;
}
b, strong {
	font-weight: 700;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
 @media only screen and (min-width: 360px) {
 p {
font-size: 17px;
}
.content ul li, .content ol li {
font-size: 17px;
}
}
 @media only screen and (min-width: 480px) {
h1, .h1 {
font-size:34px;
}
h2, .h2 {
font-size:28px;
}
h3, .h3 {
font-size:22px;
}
h4, .h4 {
font-size:20px;
}
p {
font-size: 18px;
}
.content ul li, .content ol li {
font-size: 18px;
}
p.lead {
font-size: 22px;
}
}
@media only screen and (min-width: 768px) {
h1, .h1 {
font-size:28px;
}
h2, .h2 {
font-size:19px;
}
h3, .h3 {
font-size:16px;
}
h4, .h4 {
font-size:14px;
}
p {
font-size: 13px;
}
.content ul li, .content ol li {
font-size: 13px;
}
p.lead {
font-size: 17px;
}
}
@media only screen and (min-width: 992px) {
h1, .h1 {
font-size:30px;
}
h2, .h2 {
font-size:25px;
}
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: 20px;
}
}
@media only screen and (min-width: 1200px) {
h1, .h1 {
font-size:32px;
}
h2, .h2 {
font-size:26px;
}
h3, .h3 {
font-size:18px;
}
h4, .h4 {
font-size:17px;
}
p {
font-size: 16px;
margin-bottom:1rem;
}
.content ul li, .content ol li {
font-size: 16px;
}
p.lead {
font-size: 20px;
}
}
@media only screen and (min-width: 1400px) {
h1, .h1 {
font-size:36px;
}
h2, .h2 {
font-size:29px;
}
h3, .h3 {
font-size:20px;
}
h4, .h4 {
font-size:19px;
}
p {
font-size: 18px;
}
.content ul li, .content ol li {
font-size: 18px;
}
p.lead {
font-size: 22px;
}
}
/* --------- other helpers and overrides ---------*/
ul, menu, dir {
	list-style:none;
	padding:0;
	margin:0;
}
a, a:visited {
	color: inherit;
	text-decoration:  underline;
	transition: all 0.1s ease-in-out 0s;
}
a:hover, a:focus {
	color: #d1634a;/* orange */
	text-decoration: underline;
}
.content a, .content a:visited {
	color: #4298B8; /* light blue */
	text-decoration:  underline;
	transition: all 0.1s ease-in-out 0s;
}
.content a:hover, content a:focus {
	color: #d1634a;/* orange */
	text-decoration: underline;
}
.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 {
	border:none;
}
a:focus {
	outline: thin dotted;
}
 a:focus-visible {
 outline: 2px solid #7ab5cf;;
}
iframe:focus {
	outline: thin dotted;
}
 iframe:focus-visible {
 outline: 2px solid #7ab5cf;;
}
.embed-responsive: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: #d1634a;
font-weight:inherit;
text-decoration:none;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: inherit;
}
img {
	max-width: 100%;
	height: auto
}
img.fullwidth {
	width: 100%;
	height: auto
}
table img {
	max-width: none;
	height: auto
}

thead {
	text-align:center;
}


.table {
	display:table
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #FFF;
}



figure {
	padding: 0px;
	margin: 0px
}
.overflow {
	overflow:hidden;
}



 @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;
}

 ul.twocol li {
 -webkit-column-break-inside: avoid;
 page-break-inside: avoid;
 break-inside: avoid-column;
}
}
 @media only screen and (min-width: 1200px) {

div.twocol {
 -webkit-column-gap: 60px;
 column-gap: 60px;
}
}
.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, a.skiplink {
	padding: 6px;
	position: absolute;
	top: -60px;
	left: 0px;
	color:#FFF;
	background: #7ab5cf;
	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, a.skiplink:focus {
	position: absolute;
	left: 0px;
	top: 0;
	color:#FFF;
	background: #d1634a;
	outline: 0;
-webkit-transition: top .1s ease-in, background .5s linear;
transition: top .1s ease-in, background .5s linear;
	margin-bottom:200px;
}
a.skiplink {
	padding: 6px;
	position: fixed;
	top: -60px;
	left: 0px;
	color:#FFF;
	background: #7ab5cf;
	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.skiplink:focus {
	position: fixed;
	left: 0px;
	top: 0;
	color:#FFF;
	background: #d1634a;
	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 ================= */


 @media only screen and (min-width: 1500px) {
.container-wrapper {
 max-width:1500px;
 margin-left:auto;
 margin-right:auto;
}
}
.container {
	width:90%;
	max-width:90%;
}
.container-wide {
	width:96%;
	max-width:96%;
	width:90%;
	max-width:90%;
}
.container-extra-wide {
	width:98%;
	max-width:98%;
}
 @media only screen and (min-width: 768px) {
.container {
 width:85%;
 max-width:85%;
}
.container-wide {
 width:93%;
 max-width:93%;
}
 .container-extra-wide {
width:96%;
 max-width:96%;
}
}
 @media only screen and (min-width: 992px) {
.container {
width:80%;
max-width:80%;
}
 .container-wide {
 width:90%;
 max-width:90%;
}
 .container-extra-wide {
width:94.7%;
 max-width:94.7%;
}
}
 @media only screen and (min-width: 1400px) {
.container {
width:75%;
max-width:75%;
}
 .container-wide {
width:90%;
 max-width:90%;
}
 .container-extra-wide {
width:94.7%;
 max-width:94.7%;
}
}
 .sm-gutters > [class*='col-'] {
margin-bottom:30px;
}
.sm-gutters {
	margin-right:-8px;
	margin-left:-8px;
}
.sm-gutters > [class*='col-'] {
padding-right:8px;
padding-left:8px;
margin-bottom:0;
}
 .md-gutters > [class*='col-'] {
}
@media(min-width:768px) {
.md-gutters {
margin-right:-11px;
margin-left:-11px;
}
.md-gutters > [class*='col-'] {
padding-right:11px;
padding-left:11px;
}
 .lg-gutters {
margin-right:-20px;
margin-left:-20px;
}
.lg-gutters > [class*='col-'] {
padding-right:20px;
padding-left:20px;
}
}
 @media(min-width:1200px) {
.lg-gutters {
margin-right:-24px;
margin-left:-24px;
}
.lg-gutters > [class*='col-'] {
padding-right:24px;
padding-left:24px;
}
}
.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;
}
}
@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 only screen and (min-width: 414px) and (max-width: 575px) {
 .col-xs-4 {
 -ms-flex:0 0 33.333333%;
 flex:0 0 33.333333%;
 max-width:33.333333%
}
.col-xs-6 {
-ms-flex:0 0 50%;
flex:0 0 50%;
max-width:50%
}
 .col-xs-8 {
-ms-flex:0 0 66.666667%;
 flex:0 0 66.666667%;
 max-width:66.666667%
}
}
.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-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: 20px;
padding: 12px;
padding-right: 48px;
padding-left: 48px;
}
}
.btn-small {
	font-size: 16px;
	padding: 6px;
	padding-right: 12px;
	padding-left: 12px;
}
.btn-center {
	text-align:center;
}
.btn-orange, .btn-orange:visited {
	color: #FFF;
	background-color: #d1634a;
}
.btn-orange:hover, .btn-orange:focus {
	color: #FFF;
	background-color:#cc5136;
}
.btn-green, .btn-green:visited {
	color: #FFF;
	background-color: #95bd5c;
}
.btn-green:hover, .btn-green:focus {
	color: #FFF;
	background-color:#89b64a;
}
.btn-blue, .btn-blue:visited {
	color: #FFF;
	background-color: #3d5270;
}
.btn-blue:hover, .btn-blue:focus {
	color: #FFF;
	background-color:#34465f;
}
.btn-white, .btn-white:visited {
	color: #3d5270;
	background-color: #FFF;
}
.btn-orange:hover, .btn-orange:focus {
	color: #3d5270;
	background-color:rgba(255, 255, 255, .9);
}
/* backgrounds and colors */
.bg-orange {
	background-color: #d1634a;
}
.bg-blue {
	background-color: #3d5270;
}
.bg-green {
	background-color: #95bd5c;
}
.bg-grey {
	background-color: #cccccc;
}
.bg-pink {
	background-color: #FCF;
}
.orange {
	color: #d1634a;
}
.blue {
	color: #3d5270;
}
.ltblue {
	color: #7ab5cf;
}
.green {
	color: #95bd5c;
}
/* icon links */
.icon {
	display: inline-block;
	overflow: hidden;
	width:32px;
	height:32px;
	text-align: center;
	color:#FFF;
	vertical-align:middle;
	position: relative;
	-js-display: flex;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
a.icon {
	border:none;
}
.icon, .icon.tool-icon {
	width:41px;
	height:41px;
}
.icon.smallicon {
	width:28px;
	height:28px;
}
.icon.largeicon, .btn-close {
	width:32px;
	height:32px;
}
 @media only screen and (min-width: 360px) {
.icon, .icon.tool-icon {
width:34px;
 height:34px;
}
 .icon.largeicon, .btn-close {
 width:34px;
 height:34px;
}
}
 @media only screen and (min-width: 400px) {
.icon, .icon.tool-icon {
width:41px;
height:41px;
}
.icon.smallicon {
width:28px;
height:28px;
}
.icon.largeicon, .btn-close {
width:46px;
height:46px;
}
}
@media only screen and (min-width: 768px) {
.icon, .icon.tool-icon {
width:26px;
height:26px;
}
.icon.smallicon {
width:18px;
height:18px;
}
.icon.largeicon, .btn-close {
width:30px;
height:30px;
}
}
@media only screen and (min-width: 1200px) {
.icon, .icon.tool-icon {
width:41px;
height:41px;
}
.icon.smallicon {
width:28px;
height:28px;
}
.icon.largeicon, .btn-close {
width:46px;
height:46px;
}
}
@media only screen and (min-width: 1400px) {
.icon, .icon.tool-icon {
width:45px;
height:45px;
}
.icon.smallicon {
width:34px;
height:34px;
}
.icon.largeicon, .btn-close {
width:50px;
height:50px;
}
}
.tool-icon, .tool-icon:visited {
	color:#FFF;
	background-color: #d1634a;
}
.tool-icon:hover, .tool-icon:focus {
	color:#FFF;
	background-color: #cc5136;
}
.tool-icon.icon-white, .tool-icon.icon-white:visited {
	border: 2px solid #FFF;
	background-color:  transparent;
}
.tool-icon.icon-white:hover, .tool-icon.icon-white:focus {
	border: 2px solid #FFF;
	background-color: #7ab5cf;
}
.tool-icon.icon-blue, .tool-icon.icon-blue:visited {
	color:#FFF;
	background-color: #3d5270;
}
.tool-icon.icon-blue:hover, .tool-icon.icon-blue:focus {
	color:#FFF;
	background-color: #cc5136;
}
/* regular icon images - not circles */
.icon-img {
	display:inline;
	height:26px;
	width:auto;
}
 @media only screen and (min-width: 768px) {
.icon-img {
 height:13px;
}
}
 @media only screen and (min-width: 1200px) {
.icon-img {
 height:21px;
}
}
 @media only screen and (min-width: 1400px) {
.icon-img {
 height:25px;
}
}
.section-separator {
	padding-top: 36px;
	margin-top: 36px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BAB9AF;
}
.section-separator > h2 {
	margin-top: 0;
}
/* ================================================= */
/* ====================== header ================= */
/* =================================== ============== */
header {
	color:#3d5270;
}
header, .menu-overlay {
	padding-top:30px;
}
header.home {
	position: absolute;
	top:0;
	left:0;
	right:0;
	z-index:999;
}
 @media only screen and (min-width: 768px) {
header, .menu-overlay {
padding-top:20px;
}
}
 @media only screen and (min-width: 1200px) {
header, .menu-overlay {
 padding-top:36px;
}
}
 @media only screen and (min-width: 768px) {
 .header-align {
 -ms-flex-align: center!important;
 align-items: center!important;
}
}
header .logo, .menu-overlay .logo {
	width:90%;
	max-width:200px;
}
 @media only screen and (min-width: 768px) {
header .logo, .menu-overlay .logo {
 width:95%;
 max-width:95%;
}
}
 @media only screen and (min-width: 1200px) {
header .logo, .menu-overlay .logo {
 width:80%;
 max-width:80%;
}
}
header .logo a {
	border: none;
}
/* header tools */
header .tools-wrapper {
	margin-bottom:30px;
}
 @media only screen and (min-width: 768px) {
 header .tools-wrapper {
 position: relative;
 margin-bottom:0;
 background-color:transparent;
 position: relative;
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: center;
 justify-content: flex-end;
}
}
header .tools-wrapper .item {
	display: inline;
	margin-left:15px;
}
.header-tools {
	text-align:right;
	display: flex;
}
 @media only screen and (min-width: 992px) {
.header-tools {
 margin-left:10px;
}
}
.header-tools .button-wrapper {
	padding:0;
	margin-left:15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align:center;
}
.header-tools button {
	padding:0;
}
 @media only screen and (min-width: 768px) {
.header-tools .button-wrapper {
 margin-left:0;
}
}
 @media only screen and (min-width: 992px) {
.header-tools .button-wrapper {
 margin-left:10px;
}
}
@media only screen and (min-width: 1200px) {
.header-tools .button-wrapper {
 margin-left:15px;
}
}
.header-tools span.btnlabel {
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-size:10px;
	color:#3d5270;
	font-weight:600;
	margin-top:4px;
}
.home .header-tools span.btnlabel {
	color:#FFF;
}
 @media only screen and (min-width: 400px) {
.header-tools span.btnlabel {
}
}
 @media only screen and (min-width: 768px) {
.header-tools span.btnlabel {
 font-size:10px;
 width:40px;
 margin-left:0;
}
}
 @media only screen and (min-width: 992px) {
.home .header-tools span.btnlabel {
 font-size:12px;
 width:46px;
}
}
 @media only screen and (min-width: 1200px) {
.home .header-tools span.btnlabel {
 width:46px;
}
}
 @media only screen and (min-width: 1400px) {
.home .header-tools span.btnlabel {
 width:50px;
}
}
header a {
	border: none;
}
/* main menu navigation */
.mainmenu {
	display: none;
}
@media only screen and (min-width: 768px) {
.mainmenu {
display:inline;
margin-right:12px;
}
}
.mainmenu ul {
	font-size:14px;
	color:#3d5270;
	font-weight:700;
	text-align:right;
	margin:0;
	padding:0;
	list-style:none;
}
header.home .mainmenu ul {
	color:#FFF;
}
 @media only screen and (min-width: 992px) {
.mainmenu ul {
font-size:16px;
}
}
 @media only screen and (min-width: 1200px) {
.mainmenu ul {
font-size:17px;
}
}
 @media only screen and (min-width: 1400px) {
.mainmenu ul {
font-size:19px;
}
}
.mainmenu ul li {
	display:inline;
 margin-left:.35rem;
}
 @media only screen and (min-width: 1200px) {
 .mainmenu ul li {
 display:inline;
 margin-left:.75rem;
}
}
.mainmenu ul li a:link, .mainmenu ul li a:visited {
	color:#3d5270;
	text-decoration:none;
	padding-bottom:5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
}
.mainmenu ul li a.active, .mainmenu ul li a:hover, .mainmenu ul li a:focus {
	color:#d1634a;
	text-decoration:  none;
	border-bottom-color:inherit;
}
.mainmenu ul li a.active {
	border-bottom-color: transparent;
}
header.home .mainmenu ul li a:link, header.home .mainmenu ul li a:visited {
	color:#FFF;
	padding-bottom:5px;
}
header.home .mainmenu ul li a:hover, header.home .mainmenu ul li a:focus {
	color:#FFF;
}
/* close button */
.btn-close {
	position: absolute;
	top:25px;
	right:7.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;
}
.btn-close img {
	padding:15%;
}
 @media only screen and (min-width: 1200px) {
.btn-close {
top:40px;
right:5%;
margin-right:15px;
}
.btn-close img {
 padding:10%;
}
}
.btn-close:hover {
	color: #FFF;
}
/* ==============    MENU OVERLAY ======================= */
.overlay-bg {
	animation-duration: 250ms;
	z-index: 1000;
}
.menu-overlay {
	position: fixed;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	overflow-y: hidden;
	transition: 0.5s;
	display:none;
}
.overlay-header {
	width:100%;
}
.overlay-content {
	position: relative;
	width: 100%;
	height:100%;
	padding-top:50px;
	text-align: center;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
}
 @media only screen and (min-width: 768px) {
.overlay-content {
 padding-top:25vh;
}
}
.menu-overlay nav {
	color:#FFF;
	font-weight:600;
}
.menu-overlay nav.fullmenu {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.menu-overlay nav.secondarymenu {
	margin-top:30px;
}
.menu-overlay nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: normal;
}
 @media only screen and (min-width: 992px) {
 .menu-overlay nav ul {
 width:825px;
}
.menu-overlay nav ul {
margin-left:auto;
margin-right:auto;
text-align:left;
}
 .menu-overlay nav.fullmenu ul {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
 margin-left:auto;
margin-right:auto;
}
.menu-overlay nav.fullmenu ul li {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid-column;
}
}
@media only screen and (min-width: 1400px) {
.menu-overlay nav.fullmenu ul {
max-width:85%;
}
}
 @media only screen and (min-width: 1800px) {
.menu-overlay nav.fullmenu ul {
max-width:70%;
}
}
.menu-overlay nav ul li {
	display: block;
	padding:0;
	margin:0;
	vertical-align: middle;
	line-height:100%;
}
.menu-overlay nav li a, .menu-overlay nav li a:visited {
	display: inline-block;
	font-size: 24px;
	line-height:125%;
	color:#FFF;
	margin:0;
	padding-bottom:10px;
	border:none;
	text-decoration:none;
}
.menu-overlay nav li a.btn-outline, .menu-overlay nav li a.btn-outline:visited {
	display: inline-block;
	font-size: 22px;
	line-height:125%;
	color:#FFF;
	margin:0;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	border:1px solid #FFF;
	border-radius:4px;
	text-decoration:none;
}
 @media only screen and (min-width: 992px) {
.menu-overlay nav li a {
font-size: 28px;
}
}
@media only screen and (min-width: 1200px) {
.menu-overlay nav li a {
font-size: 30px;
}
}
.menu-overlay nav li a.active, .menu-overlay nav li a:hover, .menu-overlay nav li a:focus {
	color: #FFF;
	text-decoration:underline;
}
/* ============== takeover search ==============  */
.search-area {
	position:  fixed;
	content: '';
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: none;
}
@media only screen and (max-width: 767px) {
.search-area {
 padding-left:0;
z-index:12000;
}
.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: 768px) {
.search-area .form-btn input {
font-size: 16px;
}
}
 @media only screen and (min-width: 1200px) {
.search-area .form-btn input {
font-size: 24px;
}
}
/* 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 {
	color: #333631;
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:32px;
}
}
.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: #d1634a;
	background-color: #FFF;
}
.btn-searchsubmit:hover, .btn-searchsubmit:focus {
	color: #FFF;
	background-color: #d1634a;
	text-decoration: none;
}
.overlay-bg .btn-searchsubmit:hover, .overlay-bg .btn-searchsubmit:focus {
	background-color: #d1634a;
}
.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 ============== */
.homebanner-wrapper {
	position:relative;
	background-color: #3d5270;
}
/* home banner images */
.homebanner .card-img-wrapper {
	position:relative;
}
 @media only screen and (min-width: 475px) and (max-width: 767px) {
.homebanner .card-img {
 height:75vh;
}
}
 @media only screen and (min-width: 1366px) {
.homebanner .card-img {
 height:75vh;
}
}
.homebanner .img-dark {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .47) 100%);
}
.homebanner .card-img-wrapper:after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:none;
	background:linear-gradient(332deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .99) 100%);
}
/* home banner text blocks */
.homebanner .card {
	position:relative;
	padding-bottom:50%;
}
 @media only screen and (min-width: 376px) {
 .homebanner .card {
padding-bottom:33%;
}
}
 @media only screen and (min-width: 475px) {
 .homebanner .card {
 padding-bottom:5%;
}
}
 @media only screen and (min-width: 768px) {
 .homebanner .card {
 padding-bottom:2.5%;
}
}

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


.homebanner .card-img-overlay {
	bottom:0;
	top: auto;
	height:62%;
	max-height:315px;
	z-index:1100;
}
 @media only screen and (min-width: 376px) {
 .homebanner .card-img-overlay {
height:60.6%;
max-height:300px;
}
}
 @media only screen and (min-width: 500px) {
 .homebanner .card-img-overlay {
height:50%;
 max-height:247px;
}
}
 @media only screen and (min-width: 768px) {
 .homebanner .card-img-overlay {
 top: auto;
height:70%;
 max-height:247px;
}
}
 @media only screen and (min-width: 992px) {
 .homebanner .card-img-overlay {
 height:65%;
 max-height:265px;
}
}
 @media only screen and (min-width: 1200px) {
 .homebanner .card-img-overlay {
 height:55%;
 max-height:260px;
}
}
 @media only screen and (min-width: 1400px) {
 .homebanner .card-img-overlay {
height:70%;
 max-height:330px;
}
}
.homebanner .text {
	background-color:#FFF;
	width:100%;
	height:100%;
	padding:6%;
	padding-top:20px;
	padding-bottom:10px;
	position:relative;
}
 @media only screen and (min-width: 768px) {
 .homebanner .text {
 position: absolute;
 left: 0;
 top:0;
 width:100%;
 height:100%;
 padding:6%;
 padding-top:20px;
 padding-bottom:10px;
}
}
 @media only screen and (min-width: 992px) {
 .homebanner .text {
padding:8%;
 padding-top:20px;
 padding-bottom:10px;
 width:85%;
}
}
 @media only screen and (min-width: 1400px) {
 .homebanner .text {
 width:95%;
 max-width:500px;
 padding-top:22px;
 padding-bottom:10px;
}
}
.homebanner .text:after {
	content:'';
	position:absolute;
	width:12.5%;
	height:8px;
	background-color:#c2c3c1;
	bottom:20px;
	right:0;
}
 @media only screen and (min-width: 1200px) {
.homebanner .text:after {
 height:12px;
 bottom:11%;
}
}
 @media only screen and (min-width: 1800px) {
.homebanner .text:after {
 height:16px;
}
}
.homebanner h2 {
	font-size: 5.833vw;
	line-height:110%;
	color:#333631;
	padding-left:6%;
	margin:0;
	margin-bottom:6%;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #95bd5c;
}
.homebanner p {
	font-size:16px;
}
 @media only screen and (min-width: 321px) {
 .homebanner p {
 font-size:18px;
}
}
 @media only screen and (min-width: 425px) {
 .homebanner h2 {
 font-size:24px;
}
}
 @media only screen and (min-width: 768px) {
.homebanner h2 {
 font-size:22px;
}
 .homebanner p {
 font-size:16px;
}
}
 @media only screen and (min-width: 992px) {
.homebanner h2 {
 font-size:22px;
}
 .homebanner p {
 font-size:17px;
}
}
 @media only screen and (min-width: 1200px) {
.homebanner h2 {
/ font-size:26px;
 border-left-width: 9px;
}
 .homebanner p {
 font-size:18px;
}
}
 @media only screen and (min-width: 1400px) {
.homebanner h2 {
 font-size:32px;
}
 .homebanner p {
 font-size:20px;
}
}
.homebanner a p {
	color:#333631;
}
.homebanner a:link, .homebanner a:visited, .homebanner a:hover, .homebanner a:focus {
	text-decoration:none;
}
.homebanner a:link .readmore, .homebanner a:visited .readmore {
	font-size:110%;
	font-weight:700;
	color:#d1634a;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: transparent;
}
.homebanner a:hover .readmore, .homebanner a:focus .readmore {
	color:#d1634a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: inherit;
}
.home-slider.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0;
	position:absolute;
	right:5%;
	margin-right:15px;
	top:28%;
}
 @media only screen and (min-width: 376px) {
 .home-slider.owl-theme .owl-nav.disabled+.owl-dots {
top:32%
}
}
 @media only screen and (min-width: 768px) {
 .home-slider.owl-theme .owl-nav.disabled+.owl-dots {
 top:82%;
  top:70%;
 margin-bottom:0;
}
}
 @media only screen and (min-width: 992px) {
 .home-slider.owl-theme .owl-nav.disabled+.owl-dots {
 top:76%;

}
}
 @media only screen and (min-width: 1800px) {
.home-slider.owl-theme .owl-nav.disabled+.owl-dots {
 right:14%;
}
}
/* owl carousel overrides */
.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
}
main .owl-carousel .owl-nav .owl-prev, main .owl-carousel .owl-nav .owl-prev:hover, main .owl-carousel .owl-nav .owl-prev:focus {
	background-image: url(../images/prev-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
main .owl-carousel .owl-nav .owl-next, main .owl-carousel .owl-nav .owl-next:hover, main .owl-carousel .owl-nav .owl-next:focus {
	background-image: url(../images/next-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.owl-prev {
	position: absolute;
	left: 10px;
	top:50%;
	border: none;
	z-index:19999;
}
.owl-next {
	position: absolute;
	right: 10px;
	top:50%;
	border: none;
	z-index:19999;
}
 main .owl-theme .owl-nav [class*=owl-]:hover {
 background-color:transparent;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
	width: 20px;
	height: 40px;
}
 @media only screen and (min-width: 768px) {
.owl-carousel .owl-prev {
left: 20px;
}
.owl-carousel .owl-next {
right: 20px;
}
}
 @media only screen and (min-width: 1200px) {
 .owl-carousel .owl-prev, .owl-carousel .owl-next {
 width: 29px;
 height: 60px;
}
}
 @media only screen and (min-width: 1800px) {
.owl-carousel .owl-prev, .owl-carousel .owl-next {
 width: 39px;
 height: 80px;
}
}
.owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	margin: 5px 7px;
	background: #FFF;
	display: block;
	-webkit-backface-visibility: visible;
 transition: opacity .2s ease;
	border-radius: 50%;
	border: 3px solid #FFF;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #95bd5c;
}
/* pause play buttons */
.pause-play-wrapper {
	display:inline-block;
	position:absolute;
	z-index:9999;
	top:35%;
	right:5%;
	margin-right:15px;
	
}

 @media only screen and (min-width: 376px) {
 .pause-play-wrapper {
	top:40%;
}
}
 @media only screen and (min-width: 768px) {
.pause-play-wrapper {
  top:78%;
}
}
 @media only screen and (min-width: 992px) {
.pause-play-wrapper {
 top:83%;
 margin-right:20px;
}
}

 @media only screen and (min-width: 1800px) {
.pause-play-wrapper {
 right:14%;
}
}



.pause-play-wrapper .btn {
	padding:0;
	height:32px;
	width:32px;
	border: 1px solid #FFF;
}

@media only screen and (min-width: 992px) {
.pause-play-wrapper .btn {
	
	height:28px;
	width:28px;
	
}
}


.pause-play-wrapper .btn img {
	
	height:32px;
	width:32px;
	
}
/* change these colors to match each site's primary and secondary colors */

.btn.pausebtn {
	
	background-color:#d1634a; /* orange */
	background-image: url(../images/pause-button.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


.btn.playbtn {
	
	background-color:#95bd5c; /* green */
	background-image: url(../images/play-button.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}





/* home quote */
.homequote {
	padding-top: 30px;
	padding-bottom: 30px;
	position:relative;
	background-color:#3d5270;
}
 @media only screen and (min-width: 1200px) {
.homequote {
 padding-top: 50px;
 padding-bottom: 50px;
}
}
.homequote blockquote {
	color:#FFF;
	font-size:8.533vw;
	line-height:120%;
	font-weight:700;
	text-align:center;
	letter-spacing:-.02em;
	margin:0;
	margin-left:auto;
	margin-right:auto;
}



.homequote figcaption {
	margin-top:10px;
}
.homequote figcaption p {
	color:#FFF;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:.08em;
}

 @media only screen and (min-width: 375px) {
.homequote blockquote {
 
 font-size:32px;
}

}
 @media only screen and (min-width: 768px) {
.homequote blockquote {
 font-size:2.857vw;
}

}
 @media only screen and (min-width: 1400px) {
.homequote blockquote {
 font-size:40px;
}
}
/* Home News */
.home-news {
	padding-top:25px;
	padding-bottom:35px;
}
h2#relatednewshd {
	margin-top: 0px;
}
.home-news h2, .home-news .h1 {
	text-align:center;
	margin-bottom:25px;
	text-transform:none;
}
@media only screen and (min-width: 768px) {
.home-news h2, .home-news .h1 {
margin-bottom:20px;
}
}
 @media only screen and (min-width: 1200px) {
.home-news h2, .home-news .h1 {
 margin-bottom:10px;
}
}
.news-box-white {
	width:100%;
	height: auto;
	position:relative;
	margin-bottom:30px;
}
@media only screen and (min-width: 768px) {
.news-box-white {
width:100%;
height:0;
 position:relative;
 margin-bottom:10px;
 padding-top:90%;
}
}
 @media only screen and (min-width: 992px) {
.news-box-white {
 padding-top:70%;
}
}
 @media only screen and (min-width: 1200px) {
.news-box-white {
 padding-top:55%;
}
}
.news-box-white .news-overlay {
	padding:8%;
}
 @media only screen and (min-width: 768px) {
.news-box-white .news-overlay {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background-position: left top;
background-size: cover;
padding:6%;
}
}
 @media only screen and (min-width: 1200px) {
.news-box-white .news-overlay {
 padding-left:9%;
 padding-right:9%;
}
}
.news-box-white .news-overlay p {
	margin-bottom:0;
}
.catlabel {
	font-size:110%;
	font-weight: 600;
	text-transform:none;
	color:#74b1ef;
}
.news-box-white .news-overlay h3 {
	color:#333631;
	margin-top:5px;
}
 @media only screen and (min-width: 1200px) {
.news-box-white .news-overlay h3 {
margin-top:5px;
}
}
@media only screen and (min-width: 1800px) {
.news-box-white .news-overlay h3 {
margin-top:5px;
}
}
.news-box-white a:link, .news-box-white a:visited, .news-box-white a:link h3, .news-box-white a:visited h3 {
	text-decoration: none;
}
.news-box-white a:hover h3, .news-box-white a:focus h3 {
	text-decoration:underline;
}
.news-box-white a:hover > h3 .no-brk, .news-box-white a:focus > h3 .no-brk {
	text-decoration:none;
}
/* ====== home featured boxes ========= */
.featured-cards {
	padding-top:10px;
	padding-bottom:15px;
}
 @media only screen and (min-width: 1400px) {
.featured-cards {
 padding-top:15px;
 padding-bottom:30px;
}
}
.flex-1 {
	flex:1;
}
.featured-cards .card {
	width:100%;
	height:0;
	position:relative;
	padding-top:90%;
}
 @media only screen and (min-width: 768px) {
 .featured-cards .card {
 width:100%;
 height:0;
 margin-bottom:0;
 position:relative;
 padding-top:77%;
}
}
 @media only screen and (min-width: 992px) {
.featured-cards .card {
 padding-top:67%;
}
}
.featured-cards .card-overlay {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.featured-cards .card-img-wrapper {
	position:relative;
	background-color:#3d5270;
}
.featured-cards .card-header {
	border:none;
	background-color:transparent;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	padding:6%;
}
.featured-cards .card-header h2 {
	color:#FFF;
	margin:0;
	padding:0;
}
.featured-cards .card-body {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BAB9AF;
	border-bottom-color: #BAB9AF;
	border-left-color: #BAB9AF;
	height:48%;
}
 @media only screen and (min-width: 400px) {
 .featured-cards .card-body {
 height:38%;
 height:45%;
}
}
 @media only screen and (min-width: 768px) {
 .featured-cards .card-body {
 height:40%;
}
}
.featured-cards .card-body {
	position:relative;
	padding:0;
	padding-top:10px;
	padding-left:3%;
	padding-right:3%;
}
 @media only screen and (min-width: 1200px) {
 .featured-cards .card-body {
 padding-top:20px;
 padding-left:6%;
 padding-right:6%;
}
}
.featured-cards .card-body:before {
	content: '';
	background-image: url(../images/more-arrow-ltblue.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width:12px;
	height:25px;
	position:absolute;
	right:10px;
	bottom:5px;
	z-index:1000;
}
.featured-cards .card a:hover .card-body:before {
	background-image: url(../images/more-arrow-blue.png);
}
 @media only screen and (min-width: 1400px) {
.featured-cards .card-body:before {
 width:18px;
 height:37px;
 bottom:10px;
}
}
.featured-cards .card-body h3 {
	color:#d1634a;
	margin-top:0;
	padding-top:0;
	margin-bottom:5px;
 letter-spacing:.03rem;
	text-transform:uppercase;
}
.featured-cards .card-body p:last-of-type {
	margin:0;
	padding:0;
}
.featured-cards a p, .featured-cards a:visited p {
	color:#333631;
}
.featured-cards a:hover p, .featured-cards a:focus p {
	color:#333631;
}
.card-img, .card-img-top {
	border-top-left-radius:0;
	border-top-right-radius: 0;
}
/* ====== home focus slider ========= */

.focus-slider .card-img-overlay {
	color:#FFF;
	left:3.5%;
	top:5%;
	bottom: auto;
	right: auto;
}
.focus-slider .card-img-overlay h2 {
	/*font-size:28px;*/
	color:#FFF;
	margin-top:5px;
}
.focus-slider .card-img-overlay p {
	color:#FFF;
	/*font-size:18px;*/
	line-height:106%;
 letter-spacing:.03rem;
	text-transform:uppercase;
}
 @media only screen and (min-width: 768px) {
.focus-slider .card-img-overlay h2 {
/* font-size:22px;*/
 margin-top:15px;
}
 .focus-slider .card-img-overlay p {
/*font-size:14px;*/
}
 .focus-slider .card-img-overlay h2 br, .focus-slider .card-img-overlay p br {
 display: none
}
}
.focus-slider.owl-theme .owl-dots {
	margin: 0;
	margin-top:5px;
	position:absolute;
	right:3.5%;
	bottom:5%;
}
 @media only screen and (min-width: 768px) {
.focus-slider.owl-theme .owl-dots {
 top:5%;
 bottom: auto;
 margin-top:15px;
}
}
/* ============== INTERIOR ============== */
/* ====== content ========= */
.content {
	padding-top:40px;
	padding-bottom:40px;
}
 @media only screen and (min-width: 768px) {
.content {
padding-top:30px;
padding-bottom:30px;
}
}
 @media only screen and (min-width: 1200px) {
.content {
 padding-top:50px;
 padding-bottom:40px;
}
}
 @media only screen and (min-width: 1400px) {
.content {
 padding-top:70px;
 padding-bottom:50px;
}
}
.content.lesspace {
	padding-top:30px;
}
/* page banner */

.pagebanner {
	padding-top:20px;
}
.pagebanner.bio {
	padding-top:0;
	padding-bottom:30px;
	color:#FFFFFF;
	background-color:#3d5270;
}
 @media only screen and (min-width: 768px) {
.pagebanner {
 padding-top:0;
}
 .pagebanner.bio {
margin-top:20px;
padding-bottom:0;
}
}
 @media only screen and (min-width: 992px) {
 .pagebanner.bio {
 margin-top:30px;
}
}
.pagebanner .rule {
	padding-top:40px;
	padding-bottom:10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #bab9af;
}
 @media only screen and (min-width: 1400px) {
.pagebanner .rule {
 padding-top:80px;
 padding-bottom:20px;
}
}
 @media only screen and (min-width: 1800px) {
.pagebanner .rule {
 padding-top:100px;
}
}

/* pagebanner bio layout */

 @media only screen and (max-width: 767px) {
.pagebanner.bio .container {
 width: 100%;
 max-width: 100%;
 padding:0;
}
}
.pagebanner.bio .image-wrap {
	position: relative;
	width:100%;
	margin-bottom:30px;
}
 @media only screen and (min-width: 768px) {
 .pagebanner.bio .image-wrap {
 width:91%;
 float:right;
 margin-bottom:0;
}
}
.pagebanner.bio .image-wrap .bio-photo {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:auto;
}
.pagebanner.bio .contactinfo {
	padding-left:15px;
	padding-right:15px;
	margin-left:5%;
	margin-right:5%;
}
 @media only screen and (min-width: 768px) {
 .pagebanner.bio .contactinfo {
 padding:0;
 margin:0;
}
}
/* page banner bio typography */


.pagebanner.bio .title {
	font-size:110%;
	text-transform:none;
	letter-spacing:.02em;
}
.pagebanner.bio .title {
	color:#FFF;
}
.contactinfo {
	color: #FFF;
}
.pagebanner.bio h1 {
	color: #FFF;
}
.contactinfo p {
	font-weight:700;
	margin:0;
}
.contactinfo p.email img {
	width:16px;
	height:auto;
	margin-right:6px;
}
 @media only screen and (min-width: 1200px) {
.contactinfo p.email img {
 width:20px;
}
}
 @media only screen and (min-width: 1800px) {
.contactinfo p.email img {
 width:22px;
}
}
.contactinfo p.phone {
	font-weight:400;
}
.contactinfo p.phone {
	font-weight:400;
}
.attorney-office {
	padding-top:15px;
}
.contact-tools {
	margin-top:20px;
}
.contact-tools a {
	margin-right:6px;
}
/* image wrap for attorney silos */
.related-attorneys .image-wrap {
	position: relative;
	width:100%;
}
.related-attorneys .bio-photo {
	position: absolute;
	height:95%;
	width:auto;
	bottom:0;
	z-index:5;
}
@media only screen and (max-width: 767px) {
.related-attorneys .bio-photo {
left: 50%;
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
}
/* ------------- accordion  ------------ */
.accordion-set {
	display:block;
	clear: both;
	margin:0px;
	padding:0px;
	padding-top:15px;
	padding-bottom:15px;
}
/* --------------------------------- */
.accordion-container {
	width: 100%;
	clear: both;
	margin:0px;
	padding:0px;
}
.accordion-toggle, .accordion-notoggle {
	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-set.small .accordion-toggle {
	justify-content: flex-start;
}
 @media only screen and (min-width: 768px) {
 .accordion-set.sidebar .accordion-toggle {
 justify-content: flex-start;
}
}
 @media only screen and (min-width: 768px) {
.accordion-toggle, .accordion-notoggle {
 padding-top:6px;
 padding-bottom:6px;
}
}
@media only screen and (min-width: 1200px) {
.accordion-toggle, .accordion-notoggle {
 padding-top:10px;
 padding-bottom:10px;
}
}
.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;
}
.accordion-container .accordion-toggle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(87, 87, 82, .4);
}
 @media only screen and (min-width: 768px) {
 .accordion-set.sidebar .accordion-container .accordion-toggle {
 border:none;
}
}
 @media only screen and (min-width: 1200px) {
.accordion-container .accordion-toggle {
 border-bottom-width: 2px;
}
}
.accordion-set.small .accordion-container .accordion-toggle {
	border:none;
}
.accordion-toggle h2, .accordion-toggle h3, .accordion-notoggle h2, .accordion-notoggle h3 {
	color:#3d5270;
	text-transform: none;
	text-decoration:none;
	margin:0px;
	padding:0px;
	height:100%;
	vertical-align:middle;
}
 @media only screen and (max-width: 767px) {
.accordion-toggle .h4 {
font-size: 22px;
}
}
 @media only screen and (max-width: 479px) {
.accordion-toggle .h4 {
font-size: 20px;
}
}
@media only screen and (min-width: 768px) {
.accordion-toggle h2 {
padding-right:10px;
}
}
.accordion-container .accordion-toggle.open {
	border-bottom:none;
	text-decoration:none;
}
a.accordion-notoggle {
	color:#3d5270;
}
a.accordion-notoggle:hover, a.accordion-toggle:hover h2, a.accordion-toggle:focus h2, a.accordion-toggle:hover h3, a.accordion-toggle:focus h3, a.accordion-notoggle:hover h2, a.accordion-notoggle:focus h2, a.accordion-notoggle:hover h3, a.accordion-notoggle:focus h3 {
	color:#3d5270;
	text-decoration:underline;
}
.accordion-toggle.open h2, .accordion-toggle.open h3 {
	color:#3d5270;
	text-decoration:underline;
}
.accordion-toggle:focus {
	outline: thin dotted;
}
.toggle-title br {
	display: none;
}
@media only screen and (min-width: 768px) {
.toggle-title br {
display: block;
}
}
/* toggle icon (heading 2) */
.accordion-toggle .toggle-title {
	position: relative;
	padding-right:36px;
}
@media only screen and (min-width: 768px) {
.accordion-toggle .toggle-title {
padding-right:36px;
}
 .accordion-set.sidebar .accordion-toggle .toggle-title {
padding-right:3px;
}
}
 @media only screen and (min-width: 992px) {
 .accordion-set.sidebar .accordion-toggle .toggle-title {
padding-right:10px;
}
}
.accordion-set.small .accordion-toggle .toggle-title {
	padding-right:10px;
}
/* toggle icon position */
.accordion-set .toggle-icon {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight:700;
	line-height:1;
	vertical-align:middle;
	color:#FFF;
	background-color:#95bd5c;
}
.accordion-set .toggle-icon {
	position:absolute;
	right:0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* toggle icon sizes */

.accordion-set .toggle-icon {
	width:32px;
	height: 32px;
	font-size:32px;
}
 @media only screen and (min-width: 768px) {
.accordion-set .toggle-icon {
width:22px;
height: 22px;
font-size:22px;
}
}
 @media only screen and (min-width: 992px) {
.accordion-set .toggle-icon {
width:24px;
height: 24px;
font-size:24px;
}
}
 @media only screen and (min-width: 1200px) {
.accordion-set .toggle-icon {
width:30px;
height: 30px;
font-size:30px;
}
}
 @media only screen and (min-width: 1400px) {
.accordion-set .toggle-icon {
width:30px;
height: 30px;
font-size:30px;
}
}
.accordion-set.small .toggle-icon {
	position: relative;
	right: auto;
	top:  auto;
	-ms-transform: none;
	transform: none;
	width:20px;
	height: 20px;
	font-size:15px;
	font-weight:700;
}
 @media only screen and (min-width: 768px) {
.accordion-set.sidebar .toggle-icon {
 position: relative;
 right: auto;
 top:  auto;
 -ms-transform: none;
 transform: none;
 width:18px;
 height: 18px;
 font-size:16px;
}
}
.accordion-toggle, .accordion-toggle:visited, .accordion-toggle:hover {
	text-decoration: none;
}
.content a.accordion-notoggle, .content a.accordion-notoggle:visited, .content a.accordion-notoggle:hover {
	text-decoration: none;
	border:none;
}
.accordion-toggle .toggle-icon, .accordion-toggle .toggle-icon:visited, .accordion-toggle .toggle-icon:hover {
	text-decoration: none;
}
/* service accordions */
.accordion-set.service-accordions .accordion-container {
	margin-bottom:10px;
	position: relative;
}
.accordion-set.service-accordions .accordion-container h2, 
.accordion-set.service-accordions .accordion-container h3,
.accordion-set.service-accordions .accordion-container p {
	margin:0px;
	margin-bottom:10px;
	padding:10px;
	vertical-align:middle;
	position: relative;
	border:none;
	background-color:#EBEBEA;
}
.accordion-set.service-accordions .accordion-container h2 a, 
.accordion-set.service-accordions .accordion-container h2 a:visited,

.accordion-set.service-accordions .accordion-container h3 a, 
.accordion-set.service-accordions .accordion-container h3 a:visited,

.accordion-set.service-accordions p.toggle-title a,
.accordion-set.service-accordions p.toggle-title a:visited

 {
	color:#3d5270;
	text-decoration: none;
}
.accordion-set.service-accordions .accordion-container h2 a:hover, 
.accordion-set.service-accordions .accordion-container h2 a:focus,
.accordion-set.service-accordions .accordion-container h3 a:hover, 
.accordion-set.service-accordions .accordion-container h3 a:focus,
.accordion-set.service-accordions p.toggle-title a:hover,
.accordion-set.service-accordions p.toggle-title a:focus


 {
	color:#3d5270;
	text-decoration:  underline;
}
.accordion-set.service-accordions .accordion-toggle {
	position: absolute;
	right:0;
	top:2px;
	width:40px;
	height:40px;
}
.accordion-set.service-accordions .accordion-notoggle {
	padding:0;
	display:block;
}
.accordion-set.service-accordions .toggle-icon {
	background-color:#3d5270;
}
.accordion-set.service-accordions .toggle-icon {
	right:10px;
}
.service-accordions .accordion-container .accordion-toggle {
	border:none;
	background-color: transparent;
	padding-left:10px;
	padding-right:10px;
}
/* accordion content */
.accordion-content, .panel-group .accordion-content {
	padding-top:10px;
	padding-bottom:10px;
	display: none;
}
 @media only screen and (min-width: 1800px) {
.accordion-content, .panel-group .accordion-content {
 padding-top:20px;
 padding-bottom:20px;
}
}
.content .accordion-content ul li a, .content .accordion-content ul li a:visited {
	color:inherit;
	text-decoration:underline;
}
.content .accordion-content ul li a:hover, .content .accordion-content ul li a:focus {
	color: #d1634a;/* orange */
	text-decoration:underline;
}
/* related attorneys */
.related-attorneys h2 {
	margin-bottom:20px;
}
.related-attorneys .bio-photo {
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.related-attorneys .image-wrap {
	margin-bottom:15px;
}
.related-attorneys h3 {
	margin:0;
}
.related-attorneys .email {
	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;
}
.related-attorneys a, .related-attorneys a:visited {
	color: #3d5270;
	font-weight: inherit;
	text-decoration:  underline;
	border: none;
}
.related-attorneys a:hover, .related-attorneys a:focus {
	color: #d1634a;
	text-decoration:  underline;
}
 .related-attorneys a[href^="tel:"], .related-attorneys a[href^="tel:"]:visited {
 color: inherit;
font-weight:inherit;
text-decoration:none;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: inherit;
}
 .related-attorneys a[href^="tel:"]:hover, .related-attorneys a[href^="tel:"]:focus {
color: #d1634a;
font-weight:inherit;
text-decoration:none;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: inherit;
}
/* 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: right;
}
.sidebar-wrapper .pagetools {
 text-align: left;
margin-bottom:30px;
}
 .pagetools .icon {
 margin-left:0;
 margin-right:5px;
}
}
 @media only screen and (min-width: 1200px) {
.sidebar-wrapper .pagetools {
margin-bottom:40px;
}
}
 @media only screen and (min-width: 1800px) {
.sidebar-wrapper .pagetools {
margin-bottom:50px;
}
 .pagetools .icon {
 margin-left:0;
 margin-right:8px;
}
}
.pagetools a:hover, .pagetools a:focus {
	color:#cc5136;
}
/* read more read less */
[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {
display: none;
}
a.readmore, a.readmore:visited {
	font-size:110%;
	font-weight:700;
	color:#3d5270;
	text-decoration:none;
	border:none;
}
a.readmore:hover, a.readmore:focus {
	text-decoration: underline;
}
 @media only screen and (min-width: 1200px) {
.sidebar-wrapper {
 padding-left:15px;
}
}
 @media only screen and (min-width: 1400px) {
.sidebar-wrapper {
 padding-left:7%;
}
}
 @media only screen and (min-width: 1800px) {
.sidebar-wrapper {
 padding-left:50px;
}
}
/*News Boxes / Related Insights view more */
.related h2, .related .h1 {
	text-align:center;
	margin-bottom:55px;
	text-transform:none;
}
@media only screen and (min-width: 768px) {
.related h2, .related .h1 {
margin-bottom:5px;
}
}
 @media only screen and (min-width: 1200px) {
.related h2, .related .h1 {
margin-bottom:5px;
}
}
@media only screen and (min-width: 1800px) {
.related h2, .related .h1 {
margin-bottom:10px;
}
}
.news-box {
	width:100%;
	height: auto;
	position:relative;
	margin-bottom:0px;
}
@media only screen and (min-width: 768px) {
.news-box {
width:100%;
height:0;
 position:relative;
margin-bottom:0px;
padding-top:80%;
}
}
 @media only screen and (min-width: 992px) {
.news-box {
 padding-top:60%;
}
}
 @media only screen and (min-width: 1200px) {
.news-box {
 padding-top:52%;
}
}
.news-box .news-overlay {
	color:#FFF;
	padding:8%;
	border: 15px solid #FFF;
}
 @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:6%;
border: 10px solid #FFF;
}
}
 @media only screen and (min-width: 1200px) {
.news-box .news-overlay {
 border: 15px solid #FFF;
}
}
 @media only screen and (min-width: 1400px) {
.news-box .news-overlay {
 border: 18px solid #FFF;
}
}
 @media only screen and (min-width: 1800px) {
.news-box .news-overlay {
 padding:5%;
 border: 24px solid #FFF;
}
}
.news-box .news-overlay p {
	margin-bottom:0;
	color:#FFF;
}
.news-box .news-overlay p .catlabel {
	font-size:100%;
	font-weight: 600;
	text-transform:none;
}
.news-box .news-overlay p.date {
	color:#000;
	margin: 0;
	padding: 0;
}
.news-box .news-overlay h3 {
	color:#333631;
	margin-top:5px;
}
@media only screen and (min-width: 1200px) {
.news-box .news-overlay h3 {
margin-top:5px;
}
}
@media only screen and (min-width: 1800px) {
.news-box .news-overlay h3 {
margin-top:5px;
}
}
.news-box a:link, .news-box a:visited, .news-box a:link h3, .news-box a:visited h3 {
	text-decoration: none;
}
.news-box a:hover h3, .news-box a:focus h3 {
	text-decoration:underline;
}
.news-box a:hover > h3 .no-brk, .news-box a:focus > h3 .no-brk {
	text-decoration:none;
}
.news-box .no-brk {
}
/* blockquotes */


/* generic block quotes */

.container.content blockquote {
	font-size: 16px;
	font-style: normal;
	line-height: 130%;
	color: inherit;
	font-weight:600;
	color:#3d5270;
}
 @media only screen and (min-width: 360px) {
 .container.content blockquote {
 font-size: 17px;
}
}
 @media only screen and (min-width: 480px) {
 .container.content blockquote {
 font-size: 18px;
}
}
 @media only screen and (min-width: 768px) {
.container.content blockquote {
 font-size: 13px;
}
}
 @media only screen and (min-width: 992px) {
.container.content blockquote {
 font-size: 16px;
}
}
 @media only screen and (min-width: 1400px) {
 .container.content blockquote {
 font-size: 18px;
}
}
.container.content figure.smallquote {
	margin:0;
	padding:0;
	padding-bottom:20px;
	padding-top:20px;
	margin-top:20px;
	margin-bottom:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d1634a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1634a;
}
.container.content blockquote:before {
	content: open-quote;
}
.container.content blockquote:after {
	content: close-quote;
}
.container.content figcaption {
	margin:0;
	padding:0;
}
.container.content figcaption p {
	/*font-size:90%;*/
	color:#3d5270;
	text-transform:uppercase;
	letter-spacing:.08em;
	margin:0;
	padding:0;
}
/* large quotes */
.largequote {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bab9af;
	border-bottom-color: #bab9af;
}


.largequote.lesspace {
	
	margin-top: 50px;
	margin-bottom: 15px;
	
}


.largequote.at-top {
	
	margin-top: 0;
	margin-bottom: 30px;
	
}
.largequote blockquote, .container.content blockquote {
	color:#d1634a;
	font-size:22px;
	line-height:120%;
	font-weight:600;
	text-align:center;
	letter-spacing:-.02em;
	width:85%;
	margin:0;
	margin-left:auto;
	margin-right:auto;
}
 @media only screen and (min-width: 768px) {
 .largequote blockquote {
 width:75%;
}
}



.largequote figcaption {
	margin-top:20px;
}
.largequote figcaption p {
	text-align:center;
	text-transform:uppercase;
	letter-spacing:.08em;
}
.largequote blockquote {
	color: #E8695C;
}
 @media only screen and (min-width: 768px) {
.largequote blockquote, .container.content blockquote {
font-size:18px;
}
}
@media only screen and (min-width: 992px) {
.largequote blockquote, .container.content blockquote {
font-size:22px;
}
}
@media only screen and (min-width: 1200px) {
.largequote blockquote, .container.content blockquote {
font-size:24px;
}
}
@media only screen and (min-width: 1400px) {
.largequote blockquote, .container.content blockquote {
font-size:30px;
}
}



.container.content .largequote blockquote:before {
	display:none;
}
.container.content .largequote blockquote:after {
	display:none;
}




/* side nav */


@media only screen and (min-width: 1200px) {
.content .sidenav {
/* width:80%; */
}
}
.content .sidenav br {
	display:none;
}
 @media only screen and (min-width: 768px) {
.content .sidenav br {
 display: block;
}
}
.content .sidenav ul {
	margin-left: 0;
	font-size:24px;
	font-size:5.833vw;
}
.content .sidenav ul li {
	font-weight:700;
	font-size:18px;
	font-size:5.833vw;
	letter-spacing:-.015em;
}
 @media only screen and (min-width: 480px) {
.content .sidenav ul li {
 /* font-size:20px; */
 font-size:18px;
}
}
 @media only screen and (min-width: 768px) {
.content .sidenav ul li {
 /* font-size:19px; */
 font-size:18px;
}
}
 @media only screen and (min-width: 992px) {
.content .sidenav ul li {
 /* font-size:22px; */
 font-size:18px;
}
}
 @media only screen and (min-width: 1200px) {
.content .sidenav ul li {
 /* font-size:22px; */
 font-size:18px;
}
}
 @media only screen and (min-width: 1400px) {
.content .sidenav ul {
 font-size:24px;
}
}
.content .sidenav ul li:before {
	content: '';
	display:none;
}
.content nav.sidenav ul li a, .content nav.sidenav ul li a:visited {
	color:#3d5270;
	text-decoration:none;
}
.content nav.sidenav ul li a:hover, .content nav.sidenav ul li a:focus, .content nav.sidenav ul li a.active {
	color:#95bd5c;
}
/* -------- generic template -------- */

/* featured section blue background with cutout */


.featured-section-blue {
	background-color:#3d5270;
	color:#FFF;
	padding-top:30px;
	padding-bottom:30px;
	margin-top:30px;
	margin-bottom:30px;
	position:relative;
}
.featured-section-blue:after {
	content:'';
	position:absolute;
	width:12%;
	height:8px;
	background-color:rgba(255, 255, 255, .95);
	right:0;
	margin: 0;
	position: absolute;
	bottom:0;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
 @media only screen and (min-width: 768px) {
 .featured-section-blue:after {
width:6%;
}
}
 @media only screen and (min-width: 1200px) {
 .featured-section-blue:after {
 height:16px;
}
}
.featured-section-blue h2 {
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	padding-bottom:30px;
}
/* icon grid */
.icon-grid {
	background-color:#3d5270;
	color:#FFF;
	position:relative;
}
.icon-grid .item {
	padding-bottom:30px;
}
.icon-card {
	text-align:center;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:0;
	padding-bottom:0;
}
.icon-card .icon-icon {
	margin-left:auto;
	margin-right:auto;
	height:100px;
	width:auto;
}
 @media only screen and (min-width: 768px) {
.icon-card .icon-icon {
 height:80px;
}
}
 @media only screen and (min-width: 992px) {
.icon-card .icon-icon {
 height:100px;
}
}
 @media only screen and (min-width: 1200px) {
.icon-card .icon-icon {
 height:122px;
}
}
 @media only screen and (min-width: 1400px) {
.icon-card .icon-icon {
 height:132px;
}
}
 @media only screen and (min-width: 1800px) {
.icon-card .icon-icon {
 height:152px;
}
}
.icon-card .card-body {
	padding:0;
	padding-top:20px;
}
.icon-card p {
	font-weight:700;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	margin:0;
}
/* ------------------------------*/
/* 		 Attorney Listing page		 */
/* ------------------------------*/

/* attorney listing header */

.listing-header {
	margin-bottom:30px;
}
.listing-header .pagetools {
	margin-bottom:0;
}
.listing-header h2 {
	text-align:center;
}
 @media only screen and (min-width: 768px) {
.listing-header h2 {
 text-align: left;
}
}
.listing-header .subnav {
	margin-top:20px;
	text-align:center;
}
 @media only screen and (min-width: 768px) {
 .listing-header .subnav {
 margin-top:0;
 text-align: left;
}
}
.listing-header .subnav ul {
	display:inline;
	margin:0;
	color:#3d5270;
	font-weight:700;
}
.content .listing-header .subnav ul li {
	font-size:16px;
	display:inline;
}
 @media only screen and (min-width: 360px) {
 .content .listing-header .subnav ul li {
font-size:18px;
}
}
 @media only screen and (min-width: 480px) {
 .content .listing-header .subnav ul li {
font-size:22px;
}
}
@media only screen and (min-width: 768px) {
 .content .listing-header .subnav ul li {
font-size:16px;
}
}
@media only screen and (min-width: 992px) {
 .content .listing-header .subnav ul li {
font-size:17px;
}
}
@media only screen and (min-width: 1200px) {
 .content .listing-header .subnav ul li {
font-size:18px;
}
}
@media only screen and (min-width: 1400px) {
 .content .listing-header .subnav ul li {
font-size:20px;
}
}
.content .listing-header .subnav ul li:before {
	content:"";
	display:none;
}
.content .listing-header .subnav ul li:after {
	content:"|";
	padding-left:6px;
}
.content .listing-header .subnav ul li:last-of-type:after {
	content:"";
	padding-left:0;
	display:none;
}
.content .listing-header .subnav ul li a, .content .listing-header .subnav ul li a:visited {
	color:#3d5270;
	text-decoration:none;
	border:none;
}
.content .listing-header .subnav ul li a.active, .content .listing-header .subnav ul li a:hover, .content .listing-header .subnav ul li a:focus {
	color:#95bd5c;
}
/* attorney search form */

.attorney-search {
	padding-bottom:30px;
}
.alphabet {
	font-size:25px;
	font-weight:700;
	clear:both;
	color:#3e5a70;
	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;
}
 @media only screen and (min-width: 768px) {
.alphabet {
 text-align: left;
}
}
.alphabet a {
	border:none;
}
 @media only screen and (max-width: 767px) {
 .alphabet a, .alphabet .unlinked {
 padding-right: 1rem;
}
 .alphabet span.break-sm {
 padding-left: 0;
 padding-right: 0;
 display:block;
}
}
 @media only screen and (min-width: 768px) {
 .alphabet {
 font-size:20px;
 padding-bottom:3px;
 margin-bottom:15px;
 position: relative;
-js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 justify-content: space-between;
}
}
 @media only screen and (min-width: 1200px) {
 .alphabet {
 font-size:25px;
 margin-bottom:20px;
}
}
 @media only screen and (min-width: 1400px) {
 .alphabet {
 font-size:32px;
}
}
.alphabet a {
	color: #3e5a70;
	display:inline-block;
}
.alphabet a.linked, .alphabet a.linked:visited {
	color:#3e5a70;
	text-decoration: none;
}
.alphabet a.linked:hover, .alphabet a.linked:focus {
	color:#95bd5c;
	text-decoration: none;
}
.alphabet .unlinked, .alphabet .unlinked:visited {
	color:#c6cccf;
	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:#333631;
}
.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:38px;
	color: #333631;
	font-weight:500;
	display: inline-block;
	border: 2px solid #BAB9AF;
	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 {
	background-color: #FFF;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 19px 12px;
}
.searchform .btn-submit {
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	white-space:  normal;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 0;
	width:100%;
	height:38px;
	padding:0;
	padding-left:15px;
	margin:0;
	text-align:left;
}
.searchform .btn-submit.center {
	padding-left:0;
	margin:0;
	text-align: center;
}
 @media only screen and (min-width: 768px) {
.searchform input[type=text], .searchform input[type=email], .searchform input[type=tel], .searchform select {
 height:38px;
}
 .searchform select {
 background-size: 15px 10px;
}
}
 @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: 19px 12px;
}
}
 @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;
}
 .searchform select {
 background-size: 23px 14px;
}
}
 @media only screen and (min-width: 1800px) {
.searchform select {
 background-size: 30px 19px;
}
}
 .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: #333631;
 font-weight:500;
}
.searchform input:-moz-placeholder {
color: #333631;
 font-weight:500;
}
.searchform input::-moz-placeholder {
color: #333631;
 font-weight:500;
}
.searchform input:-ms-input-placeholder {
color: #333631;
 font-weight:500;
}
/* form and button font sizes */

.searchform legend {
	padding-top:10px;
	padding-bottom:6px;
}

.searchform, .searchform legend, .form-control {
	font-size:18px;
}
.searchform legend span.h3 {
	color:#3d5270;
	font-weight: 700;
	font-size:20px;
	display:block;
	margin:0;
	padding-bottom:4px;
}

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

.searchform legend span.h3 {
	
	font-size:28px;
}

}
 @media only screen and (min-width: 768px) {
.searchform, .searchform legend, .form-control {
 font-size:16px;
}
.searchform legend span.h3 {
	font-size:16px;
}
}

 @media only screen and (min-width: 1200px) {
.searchform, .searchform legend, .form-control {
 font-size:17px;
}
.searchform legend span.h3 {
	font-size:18px;
}
}
.searchform .btn-submit {
	font-size: inherit;
}
.searchform .btn-submit:hover {
	color:#FFF;
}
/* ========== Attorney listing summary cards  ==========*/
.attorney-listing .card {
	padding-bottom:36px;
	margin-bottom:36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAB9AF;
}
.attorney-listing h3 a {
	color: #3e5a70 !important;
}
 @media only screen and (min-width: 768px) {
 .attorney-listing .card {
 padding-bottom:0;
 margin-bottom:0;
 border:none;
}
}
.attorney-listing .borderbtm {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAB9AF;
}
.border-gray-lg {
	padding-bottom:36px;
	margin-bottom:36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAB9AF;
}
.image-wrap {
	position: relative;
	width:65%;
}
 @media only screen and (min-width: 768px) {
.image-wrap {
 width:100%;
}
}
.image-wrap .bannerimg {
	width:100%;
	height:auto;
	background-color:#cccccc
}
.attorney-listing.option2 .image-wrap {
	width:55%;
}
 @media only screen and (max-width: 767px) {
.attorney-listing.listing-table .image-wrap {
 width:55%;
}
}
.attorney-listing .bio-photo {
	/*height:95%;*/
	height:100%;
	width:auto;
	position: absolute;
	bottom:0;
	left:50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.attorney-listing h3 {
	
	color: #3e5a70;
	margin-top:15px;
}
 @media only screen and (min-width: 768px) {
 .attorney-listing h3 {
	 font-size:16px;
 margin:0;
}
}


@media only screen and (min-width: 1200px) {
.attorney-listing h3 {
	font-size:18px;
	
}
}

.attorney-listing a {
	border: none;
	text-decoration:none;
}
.attorney-listing a:hover h3, .attorney-listing a:focus h3 {
	border: none;
	text-decoration: underline;
}
.attorney-listing p {
	font-weight:400;
	color:#3d5270;
	margin-bottom:3px;
}


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

.attorney-listing p {
	
	margin-bottom:0;
}


}
.attorney-listing .title {
	/*  text-transform:uppercase; */
	text-transform:none;
}
.attorney-listing .contactinfo-summary {
	padding-top:10px;
	padding-bottom:10px;
}
 @media only screen and (min-width: 768px) {
.attorney-listing .contactinfo-summary {
 padding:0;
 padding-left:10px;
 padding-right:10px;
}
}
.attorney-listing .contactinfo-summary a.email {
	color:inherit;
	text-decoration: underline;
}
.attorney-listing .contactinfo-summary a.email:hover, .attorney-listing .contactinfo-summary a.email:focus {
	color: #d1634a;/* orange */
	text-decoration: underline;
}
.attorney-listing .contactinfo-summary .contact-tools a {
	color:#3d5270;
	text-decoration: none;
}
.attorney-listing .contactinfo-summary a span.vcard {
	color:inherit;
	text-decoration: underline;
	margin-left:4px;
}
.attorney-listing .contactinfo-summary a span.vcard:hover, .attorney-listing .contactinfo-summary a span.vcard:focus {
	color: #d1634a;/* orange */
	text-decoration: underline;
}
/* -------- pagination --------- */


.pagination-wrapper {
	padding-top: 36px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BAB9AF;
}
.pagination {
	font-weight:700;
	text-align:center;
	justify-content: center;
}
.content ul.pagination {
	margin-left: 0;
	font-size:18px;
}
 @media only screen and (min-width: 1400px) {
.content ul.pagination {
 font-size:22px;
}
}
.content ul.pagination li:before {
	display:none;
}
.content ul li.page-item {
 padding: .25rem .5rem;
}
.page-link, .content a.page-link {
	color: #3d5270;
	background-color: #fff;
	text-decoration:none;
	padding:0;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:3px;
	border:none;
}
a.page-link:hover {
	color: #95bd5c;
	text-decoration:none;
	background-color: transparent;
}
.page-item.active .page-link {
	color: #95bd5c;
	background-color: transparent;
	border:none;
}
.page-item.disabled .page-link {
	color: #c6cccf;
	border:none;
}
.pagination img.nextprev {
	width:12px;
	height:auto;
	vertical-align: middle;
}
/* practices / services */

.service-card {
	text-align:center;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	padding-top:0;
	padding-bottom:0;
}
.service-card .card-body {
	padding:0;
	padding-top:20px;
}
.service-card h3 {
	color:#FFF;
	text-transform:uppercase;
	margin-top:10px;
}
.service-card a {
	text-decoration:none;
}
.service-card a:hover, .service-card a:focus {
	text-decoration:underline;
	color:inherit;
}
/* News & Insights listing */




.news-summary {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAB9AF;
}
.news-summary:last-of-type {
	border:none;
}
.news-summary p {
	margin-bottom:10px;
}
.news-summary h2 {
	color:#333631;
	margin:0
}
.news-summary h2 a, .news-summary h2 a:visited {
	color:#333631;
}
.news-summary h2 a:hover, .news-summary h2 a:focus {
	color: #d1634a;/* orange */
}
/* offices section */



.office-listing.xl-gutters > [class*='col-'] {
margin-bottom:0;
}
 @media(min-width:768px) {
.office-listing.xl-gutters {
margin-right:-24px;
margin-left:-24px;
}
.office-listing.xl-gutters > [class*='col-'] {
padding-right:24px;
padding-left:24px;
}
}
 @media(min-width:992px) {
.office-listing.xl-gutters {
margin-right:-34px;
margin-left:-34px;
}
.office-listing.xl-gutters > [class*='col-'] {
padding-right:34px;
padding-left:34px;
}
}
@media(min-width:1200px) {
.office-listing.xl-gutters {
margin-right:-48px;
margin-left:-48px;
}
.office-listing.xl-gutters > [class*='col-'] {
padding-right:48px;
padding-left:48px;
}
}
@media(min-width:1200px) {
.office-listing.xl-gutters {
margin-right:-60px;
margin-left:-60px;
}
.office-listing.xl-gutters > [class*='col-'] {
padding-right:60px;
padding-left:60px;
}
}
.office-card {
	margin-bottom:30px;
}
 @media only screen and (min-width: 768px) {
.office-card .office-thumb {
/* width:90%;
 max-width:90%;
 height:auto;*/
}
}
.office-card h2 {
	margin-bottom:4px;
}
.office-card a, .office-card a:visited {
	color: #3d5270;
}
.office-card a:hover, .office-card a:focus {
	color: #d1634a;/* orange */
}
.office-card h2, .office-card h2:visited {
	color: #3d5270;
}
.office-card h2:hover, .office-card h2:focus {
	color: #d1634a;/* orange */
}
.office-card p {
	margin-bottom:4px;
}
/* ================================================= */
/* ================= FOOTER STYLES ================= */
/* ================================================= */
footer {
	position:relative;
	color:#3d5270;
	padding-top:30px;
	padding-bottom:30px;
}
 @media only screen and (min-width: 768px) {
footer {
 padding-top:30px;
 padding-bottom:30px;
}
}
@media only screen and (min-width: 992px) {
footer {
padding-top:48px;
 padding-bottom:48px;
}
}
 @media only screen and (min-width: 1400px) {
footer {
padding-top:52px;
 padding-bottom:52px;
}
}
 @media only screen and (min-width: 1800px) {
footer {
padding-top:68px;
 padding-bottom:68px;
}
}
/* footer custom grid */
@media only screen and (min-width: 992px) {
.col-first {
 -ms-flex: 0 0 35.56%;
 flex: 0 0 34.56%;
 max-width: 34.56%;
}
 .col-second {
 -ms-flex: 0 0 32.9%;
 flex: 0 0 33.9%;
 max-width: 33.9%;
}
 .col-third {
 -ms-flex: 0 0 16.74%;
 flex: 0 0 16.74%;
 max-width: 16.74%;
}
 .col-fourth {
 -ms-flex: 0 0 14.8%;
 flex: 0 0 14.8%;
 max-width: 14.8%;
}
}
 @media only screen and (min-width: 1800px) {
.col-first {
 -ms-flex: 0 0 33.56%;
 flex: 0 0 33.56%;
 max-width: 33.56%;
}
 .col-second {
 -ms-flex: 0 0 34.9%;
 flex: 0 0 34.9%;
 max-width: 34.9%;
}
 .col-third {
 -ms-flex: 0 0 16.74%;
 flex: 0 0 16.74%;
 max-width: 16.74%;
}
 .col-fourth {
 -ms-flex: 0 0 14.8%;
 flex: 0 0 14.8%;
 max-width: 14.8%;
}
}
/* footer typography */
footer p {
	font-size:14px;
	text-align:center;
}
 @media only screen and (min-width: 768px) {
footer p {
 text-align:left;
}
}
 @media only screen and (min-width: 1400px) {
 footer p {
 font-size:15px;
}
}
/* footer subscribe button */
footer .signup {
	padding-bottom:20px;
	text-align:center;
}
 @media only screen and (min-width: 768px) {
footer .signup {
 text-align:left;
}
}
footer .signup p {
	font-size:14px;
	color:#d1634a;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:.07em;
	margin:10px 0 0 35px;
}
 @media only screen and (min-width: 1500px) {
footer .signup p {
  margin: 10px 0 0 15px;
}
}
footer .signup a {
	border:none;
	text-decoration:none;
}
footer .signup img {
	width:32px;
	height:auto;
}
/* footer typography */
footer a:hover, footer a:focus {
	color:#4298B8;
	text-decoration: none;
}
.footer-rules {
	padding-left:12px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #bab9af;
}
 @media only screen and (min-width: 768px) {
.footer-rules {
 padding-left:10px;
 border-left-width: 2px;
 border-left-style: solid;
 border-left-color: #bab9af;
}
}
 @media only screen and (min-width: 1200px) {
.footer-rules {
 padding-left:16px;
}
}
 @media only screen and (min-width: 1800px) {
.footer-rules {
 padding-left:24px;
}
}
/* footer menus */
.footermenu {
	margin-bottom:24px;
}
.footermenu ul {
	font-size:17px;
	line-height:100%;
	color:#3d5270;
	font-weight:700;
	margin:0;
	padding:0;
	list-style:none;
	text-align: left;
}
 @media only screen and (min-width: 414px) {
.siteinfo {
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 padding-right:0;
 margin-bottom:0;
}
}
 @media only screen and (min-width: 480px) {
.footermenu ul {
 font-size:20px;
}
}
 @media only screen and (min-width: 576px) {
.siteinfo {
 justify-content: flex-start;
}
 .sitelinks {
 padding-right:15px;
}
}
.siteinfo .footermenu ul {
	text-align:left;
}
.footermenu ul li {
	margin-bottom:6px;
}
 @media only screen and (min-width: 768px) {
 .footermenu ul {
 font-size:13px;
 text-align:left;
margin-right:15px;
}
 .siteinfo {
 display:block;
}
}
 @media only screen and (min-width: 992px) {
.footermainmenu {
-js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 margin-bottom:0;
}
 .siteinfo {
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: flex-start;
 justify-content: flex-start;
 padding-right:0;
 margin-bottom:0;
}
 .siteinfo nav {
 width:50%;
}
}
@media only screen and (min-width: 1200px) {
.footermenu ul {
font-size:15px;
}
}
.footermenu ul li {
	display: block;
	line-height:125%;
}
.footermenu ul li a:link, .footermenu ul li a:visited {
	border:none;
	display:inline-block;
	text-decoration: none;
}
.footermenu ul li a:hover, .footermenu ul li a:focus {
	text-decoration: none;
}
.footer-memberlogo {
	margin-bottom:20px;
}
 @media only screen and (min-width: 1400px) {
.footer-memberlogo img {
 max-width:199px;
 height:auto;
}
}



/* social icons */
@media only screen and (min-width: 768px) {
.footer-memberlogo {
 text-align:center;
}
}
/* social icons */
footer .social {
	margin-top:15px;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
 @media only screen and (min-width: 768px) {
footer .social {
 margin-top:0;
 justify-content: flex-end;
}
}
footer .social a {
	margin-left:10px;
}
 @media only screen and (min-width: 1800px) {
footer .social a {
margin-left:20px;
}
}
.social a {
	font-size:2em;
	color: #d1634a;
	line-height: 1;
	text-align: center;
	border: none;
	position: relative;
}
@media only screen and (min-width: 400px) {
.social a {
font-size:2.5em;
}
}
@media only screen and (min-width: 768px) {
.social a {
font-size:1.25em;
}
}
@media only screen and (min-width: 992px) {
.social a {
font-size:1.5em;
}
}
@media only screen and (min-width: 1200px) {
.social a {
font-size:2em;
width: 39px;
height: 39px;
}
}
.social a:hover, .social a:focus {
	color: #7ab5cf;
	text-decoration:none;
}
.footer-btm {
	padding-top:20px;
}
 @media only screen and (min-width: 1400px) {
.footer-btm {
 padding-top:30px;
}
}
 @media only screen and (max-width: 768px) {
.sidebar-wrapper.news {
 display: none;
}
}
@media only screen and (min-width: 768px) {
.sidenav.small {
 display: none;
}
}
/* Popup Open button */ 
.open-button {
	color:#FFF;
	background:#0066CC;
	padding:10px;
	text-decoration:none;
	border:1px solid #0157ad;
	border-radius:3px;
}
.open-button:hover {
	background:#0066CC;
}
a.open-button {
	color:#fff;
}
.popup {
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0, 0, 0, 0.75);
	width:100%;
	height:100%;
	display:none;
	z-index:10000;
}
/* Popup inner div */
.popup-content {
	width: 600px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 40px;
	margin-top: 100px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
	border-radius: 3px;
	background: #fff;
	position: relative;
	overflow-wrap: anywhere;
}
/* Popup close button */
.close-button {
	width: 35px;
	height: 35px;
	position: absolute;
	top: -10px;
	right: -12px;
	border-radius: 30px;
	background: rgba(0, 0, 0, 1);
	font-size: 20px;
	text-align: center;
	color: #fff;
	text-decoration:none;
}
.close-button:hover {
	background: rgba(0, 0, 0, 1);
}
 @media screen and (max-width: 720px) {
.popup-content {
 width:90%;
}
}
.pagetools {
	position: relative;
}
.content ul.share-links li:before {
	content: none;
}
.pagetools .share-links {
	display: none;
	position: absolute;
	right: 0;
	margin-top: 5px;
	z-index: 99;
	width: 134px;
	padding: 15px;
	border-radius: 2px;
	background: white;
	border: 1px solid #d3d3d3;
	box-shadow: 2px 2px 2px #333;
	line-height: 28px;
	text-align: left;
}
.pagetools .share-links a {
	background: none;
	display: inline;
	color: #3d5270;
	text-decoration: none;
}
.pagetools .share-links a:hover {
	color: #d1634a;
}
@media only screen and (min-width: 768px) {
 .pagetools .share-links {
 left: 0px;
}
}
 @media only screen and (min-width: 768px) {
 .pagetools .one-column.share-links {
 right: 0px;
 left:unset;
}
}