/*
Theme Name: Willcox Savage custom theme
Author: Herrmann Advertising Design and Technology
Author URI: https://www.herrmann.com
Version: 1.9 101325
alternate version - slider
Lvl AA
*/
/* -------------------
THEME STYLES   
-------------------- */
body, html {
	margin: 0px;
	padding: 0px;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight:400;
	/*color:#303032; << DESIGN COLOR DOESN'T PASS ADA FOR LINKS */
	color:#2B2B2B;
	background-color:#FFF;
	font-size: 16px;
	font-size: 100%;
	-webkit-text-size-adjust: none;
	position: relative;
	height: 100%;
	width: 100%;
	/*overflow-x:hidden;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
/*========= basic global font sizes =============*/

/* add typography.css

/* --------- other helpers and overrides ---------*/

ul, menu, dir {
	display: block;
	list-style-type: disc;
	margin:0;
	padding: 0;
	margin-left:1rem;
}
a, a:visited {
	/*color: #176087;*/
	transition: all 0.2s ease-in-out 0s;
}
/*
.content a, .content a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #DB2967;
	font-weight:600;
	text-decoration:  underline;
	transition: all 0.1s ease-in-out 0s;
	text-decoration-color: inherit;
	text-decoration-style: dotted;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
.content a:hover, .content a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus {
	color: #A71F53;
	text-decoration: underline;
	text-decoration-style: solid;
}
*/
.content a, .content a:visited {
	color: #DB2967;
	font-weight:600;
	text-decoration:  underline;
	transition: all 0.1s ease-in-out 0s;
	text-decoration-color: inherit;
	text-decoration-style: dotted;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
.content a:hover, .content a:focus {
	color: #A71F53;
	text-decoration: underline;
	text-decoration-style: solid;
}
h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: inherit;
}
h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus {
	color: #DB2967;
	text-decoration: underline;
	text-decoration-style: solid;
}
a:focus {
	outline: thin dotted;
}


/* telephone links  */

a[href^="tel:"], a[href^="tel:"]:visited {
color: inherit;
font-weight:inherit;
text-decoration:none;
border:none;
}
 a[href^="tel:"]:hover {
color: inherit;
font-weight:inherit;
border:none;
}
img {
	max-width: 100%;
	height: auto
}
img.fullwidth {
	width: 100%;
	height: auto
}
img.object-fit {
	object-fit:cover;
}
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: #6E1332;
	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: #317188;
	outline: 0;
-webkit-transition: top .1s ease-in, background .5s linear;
transition: top .1s ease-in, background .5s linear;
	margin-bottom:200px;
}
.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;
}
a.anchor {
	display: block;
	position: relative;
	top: -130px;
	visibility: hidden;
	scroll-behavior:smooth;
}
.no-brk {
	display:inline;
	white-space: nowrap;
}
/* =========== CONTAINERS ================= */
main {
	min-height:300px;
}
 @media only screen and (min-width: 768px) {
main {
 min-height:400px;
}
}
.container {
	width:96%;
	max-width:96%;
	margin-left:auto;
	margin-right:auto;
}
 @media only screen and (min-width: 768px) {
.container {
 width: 90%;
 max-width:90%;
}
}
 @media only screen and (min-width: 1200px) {
.container {
 width: 85%;
 max-width:85%;
}
}
.main-container {
	width: 100%;
	padding-left:16px;
	padding-right:16px;
	margin-left:auto;
	margin-right:auto;/*background-color:#FC0;*/
}
.main-container.no_pad {
	padding-left:0;
	padding-right:0;
}
.main-container .main-inner {
	padding-left:0;
	padding-right:0;
}
 @media only screen and (min-width: 768px) {
.main-container {
 max-width:1320px;
 padding-left:32px;
 padding-right:32px;
}
 .main-container .main-inner {
 padding-left:40px;
 padding-right:40px;
}
 .main-container .main-inner-left {
 padding-left:40px;
}
.main-container-leftonly {
 padding-left:40px;
}
}
 @media only screen and (min-width: 1200px) {
.main-container {
 max-width:1320px;
 padding-left:60px;
 padding-right:60px;
}
 .main-container .main-inner {
 padding-left:70px;
 padding-right:70px;
}
 .main-container .main-inner-left {
 padding-left:60px;
}
.main-container-leftonly {
 padding-left:60px;
}
}
 @media only screen and (min-width: 1400px) {
.main-container {
 max-width:1600px;
}
 .main-container .main-inner {
 padding-left:100px;
 padding-right:100px;
}
 .main-container .main-inner-left {
 padding-left:100px;
}
.main-container-leftonly {
 padding-left:100px;
}
}
 @media only screen and (min-width: 768px) {
.main-container-leftonly {
 max-width:1600px;
 margin-right:0;
 margin-left:auto;
}
}
/* content padding */

.content-padding {
	padding-top:52px;
	padding-bottom:52px;
}
.content-pad-top {
	padding-top:52px;
}
.content-pad-btm {
	padding-bottom:52px;
}
 @media only screen and (min-width: 768px) {
.content-padding {
 padding-top:48px;
 padding-bottom:48px;
}
 .content-pad-top {
 padding-top:48px;
}
 .content-pad-btm {
 padding-bottom:48px;
}
}
 @media only screen and (min-width: 1200px) {
.content-padding {
 padding-top:58px;
 padding-bottom:58px;
}
 .content-pad-top {
 padding-top:58px;
}
 .content-pad-btm {
 padding-bottom:58px;
}
}
 @media only screen and (min-width: 1400px) {
.content-padding {
 padding-top:68px;
 padding-bottom:68px;
}
 .content-pad-top {
 padding-top:68px;
}
 .content-pad-btm {
 padding-bottom:68px;
}
}
/* column gutters */

.row {
	margin-right: -8px;
	margin-left: -8px;
}
.row>* {
	padding-right: 8px;
	padding-left: 8px;
}
 @media only screen and (min-width: 768px) {
 .row {
 margin-right: -12px;
 margin-left: -12px;
}
 .row>* {
 padding-right: 12px;
 padding-left: 12px;
}
}
 @media only screen and (min-width: 1024px) {
 .row {
 margin-right: -16px;
 margin-left: -16px;
}
 .row>* {
 padding-right: 16px;
 padding-left: 16px;
}
}
 @media(min-width:1024px) {
 .xl-gutters {
 margin-right:-24px;
 margin-left:-24px;
}
 .xl-gutters > [class*='col-'] {
 padding-right:24px;
 padding-left:24px;
}
 .xxl-gutters {
 margin-right:-48px;
 margin-left:-48px;
}
 .xxl-gutters > [class*='col-'] {
 padding-right:48px;
 padding-left:48px;
}
}
 @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;
}
 .entry-content div.twocol {
 -webkit-column-gap: 40px;
 column-gap: 40px;
}
 ul.twocol li {
 -webkit-column-break-inside: avoid;
 page-break-inside: avoid;
 break-inside: avoid-column;
}
}
 @media only screen and (min-width: 1200px) {
ul.twocol {
 -webkit-column-gap: 50px;
 column-gap: 50px;
}
 .entry-content div.twocol {
 -webkit-column-gap: 60px;
 column-gap: 60px;
}
}
.sticky-element {
	position:-webkit-sticky;
	position:sticky;
	top:0;
}
/* =========== buttons ================= */

button {
	background-color: transparent;
	border: none;
}
.btn {
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
	text-align: left;
	letter-spacing:.025em;
	white-space:  normal;
	vertical-align: middle;
	transition: all 0.2s ease-in-out 0s;
	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;
	margin-bottom: 0;
	
	padding-left:20px;
	padding-right:20px;
	height:48px;
	border-radius:0;
	position:relative;
	
	-js-display: inline-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
 @media only screen and (min-width: 375px) {
 .btn {
 padding-left:28px;
 padding-right:28px;
}
}
.btn:visited {
	color: inherit;
}
btn:focus {
	outline: thin dotted;
}
.btn-short {
	padding: 8px;
	padding-left:28px;
	padding-right:28px;
	height:32px;
}
/* button primary white */
.btn-primary-w, .btn-primary-w:visited, .content a.btn-primary-w, .content a.btn-primary-w:visited {
	color:#303032;
	background-color:#FFF;
}
.btn-primary-w:hover, .btn-primary-w:focus, .content a.btn-primary-w:hover, .content a.btn-primary-w:focus {
	color: #FFF;
	background-color:#303032;
}

/* button primary black */
.btn-primary-b, .btn-primary-b:visited, .content a.btn-primary-b, .content a.btn-primary-b:visited {
	color:#FFF;
	background-color:#303032;
}
.btn-primary-b:hover, .btn-primary-b:focus, .content a.btn-primary-b:hover, .content a.btn-primary-b:focus {
	color: #FFF;
	background-color:#DC326E;
}


/* button primary red */

.btn-primary, .btn-primary:visited, .content a.btn-primary, .content a.btn-primary:visited {
	color:#FFF;
	background-color:#A71F53;
}
.btn-primary:hover, .btn-primary:focus, .content a.btn-primary:hover, .content a.btn-primary:focus {
	color: #FFF;
	background-color:#DC326E;
}
/* button secondary black */

.btn-secondary, .btn-secondary:visited, .content a.btn-secondary, .content a.btn-secondary:visited {
	text-transform:uppercase;
	font-weight: 700;
	padding: 12px;
	color:#303032;
	background-color: transparent;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DC326E;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
}
.btn-secondary:hover, .btn-secondary:focus, .content a.btn-secondary:hover, .content a.btn-secondary:focus {
	color:#303032;
	background-color: transparent;
	border: 2px solid #DC326E;
}
/* button secondary white */
.btn-secondary-w, .btn-secondary-w:visited, .content a.btn-secondary-w, .content a.btn-secondary-w:visited {
	text-transform:uppercase;
	font-weight: 700;
	padding: 12px;
	color:#FFF;
	background-color: transparent;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DC326E;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
}
.btn-secondary-w:hover, .btn-secondary-w:focus, .content a.btn-secondary-w:hover, .content a.btn-secondary-w:focus {
	color:#FFF;
	background-color: transparent;
	border: 2px solid #DC326E;
}
/* button outline red */

.btn-outline, .btn-outline:visited, .content a.btn-outline, .content a.btn-outline:visited {
	color:#FFF;
	background-color: transparent;
	border: 1px solid #DB2967;
}
.btn-outline:hover, .btn-outline:focus, .content a.btn-outline:hover, .content a.btn-outline:focus {
	color: #FFF;
	background-color:#DB2967;
}
/* Learn More buttons */
.btn-more {
	font-size:13px;
letter-spacing:.06rem;
	font-weight:700;
	text-transform:uppercase;
	padding:10px;
	text-decoration:none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color:  transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.btn-more:hover, .btn-more:focus {
	border-width: 2px;
	border-style: solid;
}
.btn-more.red {
	color: #303032;
	border-bottom-color: #DC326E;
}
.btn-more.red:hover, .btn-more.red:focus {
	color: #303032;
	border-color: #DC326E;
}
.btn-more.white {
	color: #FFF;
	border-bottom-color: #FFF;
}
.btn-more.white:hover, .btn-more.white:focus {
	color: #FFF;
	border-color: #FFF;
}
.btn-more.white_red {
	color: #FFF;
	border-bottom-color: #DC326E;
}
.btn-more.white_red:hover, .btn-more.white_red:focus {
	color: #FFF;
	border-color: #DC326E;
}
.tag {
	font-family: "Open Sans", sans-serif;
	font-size:13px;
 letter-spacing:.06rem;
	font-weight:700;
	text-transform:uppercase;
	color: #FFF;
	background-color: #A71F53;
	padding:5px;
	padding-right:8px;
	padding-left:8px;
	border: 1px solid #A71F53;
	text-decoration:none;
	display: inline;
	white-space: nowrap;       /* keeps the text on one line */
	word-break: keep-all;      /* prevents breaking within words */
	overflow-wrap: normal;     /* ensures wrapping only between tags */
	line-height: 2.75em;	
}
a.tag:hover, a.tag:focus {
	color: #FFF;
	background-color: #DC326E;
	text-decoration:none;
}
.tags-list .tag {
	margin-right:10px;
}
/* =========== colors ================= */
.bg-pink {
	background-color: #FCF;
}
.bg-blue {
	background-color: #6CF;
}

.bg-green {
	background-color: #6C9;
}

.bg-burgundy {
	background-color: #6E1332;
}
.bg-burgundy_tint {
	background-color: #4A001A;
}
.bg-charcoal {
	background-color: #303032;
}
.bg-charcoal_tint {
	background-color: #0C0C0D;
}
.bg-raspberry {
	background-color: #DC326E;
}
.bg-raspberry_tint {
	background-color: #A71F53;
}
.bg-cream {
	background-color: #F1EDE4;
}
.bg-cream_light {
	background-color: #F8F6F1;
}
.bg-aqua {
	background-color: #317188;
}
.gray-gradient125 {
	background: linear-gradient(125deg, #FFF 0%, #C6C5C5 100%);
}
.border-offcanvas {
	margin-top:40px;
	padding-bottom:40px;
	position: relative;
}
.border-offcanvas:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	left:0;
	margin-left:-200%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DC326E;
}
.border-top-red {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DC326E;
}
.section.border-top-red {
	padding-top:40px;
	padding-bottom:40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DC326E;
}
/* ========== COMPONENTS =================== */


/* -------- BLOCKQUOTES --------  */

blockquote {
	padding:24px;
	background-color:#FBEBF0;
	margin-top:20px;
	margin-bottom:20px;
}
blockquote p {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size:20px;
	line-height: 125%;
	letter-spacing:-.05em;
}
blockquote p:last-of-type {
	margin:0;
}
blockquote p strong {
	color:#DB2967;
	font-weight:inherit;
}
/* fancy quote - callout */

.fancy-quote {
	background-color:#0C0C0D;
	color:#FFF;
	padding:40px;
	margin-bottom:40px;
	text-align:center;
}
 @media only screen and (min-width: 1200px) {
.fancy-quote {
 padding:62px;
 margin-bottom:62px;
}
}
.fancy-quote h2 {
	color:#FFF;
}
.fancy-quote .icon {
	width:54px;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}
.fancy-quote blockquote {
	background-color: transparent;
	margin-top:20px;
	margin-bottom:20px;
}
.fancy-quote blockquote p {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size:28px;
	line-height: 125%;
	letter-spacing:-.05em;
}
.fancy-quote blockquote p:last-of-type {
	margin:0;
}
/* pullquote */


.pullquote-wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
	padding:30px;
	padding-bottom:15px;
	background-color:#F8F6F1;
	
}
 @media only screen and (min-width: 768px) {
 .pullquote-wrapper {
 padding:16%;
 padding-top:80px;
 padding-bottom:80px;
}
}
blockquote.pullquote {
	background-color: transparent;
}
.pullquote .icon {
	margin-bottom:40px;
}
.pullquote p {
	font-family: "Shippori Mincho", serif;
	font-size:30px;
	color:#303032;
	font-weight: 600;
	line-height: 125%;
	margin-bottom: 20px;
	letter-spacing:-.05em;
}
 @media only screen and (min-width: 576px) {
 .pullquote p {
 font-size:36px;
}
}
.pullquote p span {
	color:#DC326E;
}
.pullquote .attribution {
	margin-top:40px;
	padding-top:40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #303032;
}
.pullquote-alt {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #303032;
}
.pullquote .attribution p {
	font-family: "Open Sans", sans-serif;
	font-size:13px;
letter-spacing:.06rem;
	font-weight:700;
	text-transform:uppercase;
}
/* alternate pullquote */
.pullquote-alt-wrapper {
	
}

blockquote.pullquote-alt {
	background-color: transparent;
	margin:0;
	padding:0;
	margin-top:94px;
	padding-top:36px;
	position:relative;

}

blockquote.pullquote-alt:before {
	content:"";
	position:absolute;
	left:0;
	top:-74px;
	width:54px;
	height:40px;
	
	background-image: url(/assets/images/icon-open-quote.svg);
	background-repeat: no-repeat;
	background-position: left top;
}
blockquote.pullquote-alt:after {
	content:"";
	position:absolute;
	right:0;
	bottom:-74px;
	width:54px;
	height:40px;

	background-image: url(/assets/images/icon-close-quote.svg);
	background-repeat: no-repeat;
	background-position: left top;

}
.pullquote-alt .icon {
	position:absolute;
	left:0;
	top:-74px;
}
 @media only screen and (min-width: 768px) {
blockquote.pullquote-alt {
 margin:0;
 padding:0;
 margin-left:94px;
  margin-right:94px;
 padding-top:36px;
 position:relative;
}
.pullquote-alt .icon {
 position:absolute;
 top:0;
 left:-94px;
}

.pullquote-alt .icon-close {
 position:absolute;
 bottom:0;
 right:-94px;
}




blockquote.pullquote-alt:before {
	 top:0;
 left:-94px;
	
	
}
blockquote.pullquote-alt:after {
	 bottom:0;
	 left: auto;
 right:-94px;
	

}











}
.pullquote-alt p {
	font-family: "Shippori Mincho", serif;
	font-size:30px;
	color:#303032;
	font-weight: 600;
	line-height: 125%;
	margin-bottom: 20px;
	letter-spacing:-.05em;
}
 @media only screen and (min-width: 576px) {
 .pullquote-alt p {
 font-size:36px;
}
}
.pullquote-alt p span {
	color:#DC326E;
}
.pullquote-alt .attribution {
	margin-top:40px;
	padding-top:40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #303032;
}
.pullquote-alt {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #303032;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #303032;
}

.pullquote-alt .byline {
	
	padding-bottom:40px;

}
.pullquote-alt .attribution p {
	font-family: "Open Sans", sans-serif;
	font-size:13px;
letter-spacing:.06rem;
	font-weight:700;
	text-transform:uppercase;
}
/* CTA callout */

.cta-callout {
	padding:20px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	overflow:hidden;
}
 @media only screen and (min-width: 768px) {
.cta-callout {
 padding:40px;
}
}
.cta-callout .inner {
	color:#FFF;
	padding-top:70px;
	padding-bottom:70px;
	text-align:center;
	position:relative;
}
 @media only screen and (min-width: 768px) {
.cta-callout .inner:before {
 content:'';
 position:absolute;
 width:100%;
 height:100%;
 top:0;
 right:0;
 margin-right:-5%;
 bottom:0;
 background-repeat: no-repeat;
 background-position: right top;
 background-size:contain;
 background-image: url(/assets/images/red-line-angle.svg);
}
 .cta-callout.no_line .inner:before {
 content:'';
 display:none;
}
}
@media only screen and (min-width: 1200px) {
.cta-callout .inner:before {
 margin-right:0;
}
}
.cta-callout article {
	position:relative;
	z-index:2;
}
.cta-callout h2 {
	color:#FFF;
	max-width:900px;
	padding-left:15px;
	padding-right:15px;
	margin-left:auto;
	margin-right:auto;
}
.cta-callout p:last-of-type {
	margin-bottom:0;
}
/* =========== card reset =============== */

.card {
	border:none;
	border-radius:0;
	margin-bottom:30px;
}
 @media only screen and (min-width: 768px) {
 .card {
 margin-bottom:0;
}
 .cards-space-below .card {
 margin-bottom:30px;
}
}
body .card-img, body .card-img-bottom {
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}
body .card-img, body .card-img-top {
	border-top-left-radius:0;
	border-top-right-radius:0;
}
.card-img-overlay {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding:0;
	border-radius:0;
}
/* practice cards */
.practice-card {
	width:100%;
	background-color:#FFF;
	border: 1px solid #DCDAD3;
	position:relative;
}
.practice-card:hover {
	background-color:#F8F6F1;
}
.practice-card .image-wrap, .practice-card .card-body, .practice-card .card-footer {
	padding:24px;
}
.practice-card .card-body {
	margin-bottom:80px;
}
 @media only screen and (min-width: 768px) {
 .practice-card .image-wrap, .practice-card .card-body, .practice-card .card-footer {
 padding:18px;
}
}
 @media only screen and (min-width: 1200px) {
.practice-card .image-wrap, .practice-card .card-body, .practice-card .card-footer {
 padding:24px;
}
}
.practice-card a.link {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:inherit;
}
.practice-card .image-wrap, .practice-card .card-body {
	padding-bottom:0;
}
.practice-card a:hover {
	background-image: url(/assets/images/card-angle-gray.svg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}
/* practice card with photo on hover */
.practice-card.with-photo a:hover {
	background-image:none;
}
.practice-card.with-photo a:hover .image-wrap {
	background-image: url(/assets/images/card-angle-gray.svg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}
/* practice card alternate red background on hover */

.practice-card.alt a:hover {
	color:#FFF;
	background-color: #6E1332;
	background-image: url(/assets/images/card-angle-red.svg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}
.practice-card.alt a:hover h2, .practice-card.alt a:hover h3, .practice-card.alt a:hover p .btn-more {
	color:#FFF;
}
/* practice card footer */

.practice-card .card-footer {
	background-color:  transparent;
	border: 0;
	border-radius: 0;
	position:absolute;
	bottom:4px;
	left:0;
	right:0;
	height:auto;
	width:100%;
}
.practice-card p {
	font-size:1rem;
}
.practice-card .card-footer p {
	margin-bottom:0;
}
/* demographic cards */
.demographic-card {
	background-color:#FFF;
	padding:0;
	padding-bottom:80px;
}
.demographic-card .card-body {
	padding:24px;
}
 @media only screen and (min-width: 768px) {
.demographic-card .card-body {
 padding:18px;
}
}
 @media only screen and (min-width: 1200px) {
.demographic-card .card-body {
 padding:24px;
}
}
.demographic-card p {
	font-size:1rem;
}
.demographic-card .card-footer {
	background-color:#303032;
	border: 0;
	border-radius: 0;
	padding:0;
	height:62px;
	width:158px;
	position:absolute;
	bottom:0;
	left:0;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.demographic-card .card-footer {
	padding-left:24px;
}
 @media only screen and (min-width: 768px) {
.demographic-card .card-footer {
padding-left:18px;
}
}
 @media only screen and (min-width: 1200px) {
.demographic-card .card-footer {
padding-left:24px;
}
}
/* news card */

.news-card {
	width:100%;
	padding:0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DC326E;
}
.news-card a {
	display:block;
	padding:24px;
	width:100%;
	height:100%;
	text-decoration:none;
	transition: all 1s ease-out;
}
 @media only screen and (min-width: 768px) {
.news-card a {
 padding:18px;
}
}
 @media only screen and (min-width: 1200px) {
.news-card a {
 padding:24px;
}
}
.news-card:hover, .news-card:focus {
	background-color:#6E1332;
	background-image:url(/assets/images/triangle-bg.svg);
	background-repeat:no-repeat;
	background-position: right top;
	background-size: 80%;
}
.news-card a:hover, .news-card a:focus {
	color: #FFF;
	text-decoration:none;
}
.news-card a:hover h3, .news-card a:focus h3, .news-card a:hover p, .news-card a:focus p {
	color: #FFF;
}
.news-card h3 {
	margin-bottom:30px;
}
.news-card a h3, .news-card a p {
	color:#303032;
}
.news-card a h3 {
	text-decoration: underline;
	text-decoration-color:#303032;
	text-decoration-style: dotted;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
.news-card a:hover h3, .news-card a:focus h3 {
	color:#FFF;
	text-decoration-style: solid;
	text-decoration: underline;
	text-decoration-color:#FFF;
}
/* (some) cat labels are black and white */
.cat-label {
	font-size:13px;
 letter-spacing:.06rem;
	font-weight:700;
	text-transform:uppercase;
	color: #303032;
	padding:5px;
	padding-right:8px;
	padding-left:8px;
	border: 1px solid #303032;
	text-decoration:none;
}
.cat-label:hover, .cat-label:focus {
	color: #FFF;
	background-color: #303032;
	text-decoration:none;
}
.news-card a:hover .cat-label, .news-card a:focus .cat-label {
	color: #FFF;
	border: 1px solid #FFF;
	background-color: transparent;
}
/* attorney card */
.attorney-card {
	background-color:#FFF;
	margin-bottom:40px;
	width:100%;
}
 @media only screen and (min-width: 1200px) {
.attorney-card {
 margin-bottom:80px;
}
}
.attorney-card:hover, .attorney-card:focus {
	color:#FFF;
	background-color:#A71F53;
}
.attorney-card .card-body {
	padding:24px;
}
 @media only screen and (min-width: 768px) {
.attorney-card .card-body {
 padding:18px;
}
}
 @media only screen and (min-width: 1200px) {
.attorney-card .card-body {
 padding:24px;
}
}
.attorney-card h3 {
	margin:0;
	font-size:20px;
}
.attorney-card p {
	margin-bottom:12px;
}
.attorney-card a {
	height:100%;
	width:100%;
	display:block;
	color:#303032;
	text-decoration:none;
}
.attorney-card a h3, .attorney-card a p {
	color:#303032;
}
.attorney-card a h3 {
	text-decoration: underline;
	text-decoration-color:#303032;
	text-decoration-style: dotted;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
.attorney-card a:hover h3, .attorney-card a:focus h3 {
	color:#FFF;
	text-decoration: underline;
	text-decoration-color:#FFF;
}
.attorney-card a>p {
	text-decoration:none;
}
.attorney-card a:hover p, .attorney-card a:focus p {
	color:#FFF;
	text-decoration:none;
}
/* featured attorneys */

.featured-wrapper {
	width:100%;
	background-color:#F8F6F1;
}
/* featured cards */
.featured-card {
	width:100%;
	background-color:#FFF;
	border:none;
	position:relative;
}
.featured-card:after {
	content:"";
	position:absolute;
	bottom:0;
	right:-1px;
	width:100%;
	height:75px;
	background-image:url(/assets/images/feat-card-angle.svg);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-size:contain;
}
/* featured card dark */

.featured-card.dark {
	color:#FFF;
	background-color:#303032;
	border:none;
	border-bottom: none;
}
.featured-card.dark:after {
	background-image:url(/assets/images/feat-card-angle-dark.svg);
	bottom:-1px;
}
.featured-card:hover {
/*background-color:#F8F6F1;*/
}
.featured-card .image-wrap, .featured-card .card-body, .featured-card .card-footer {
	padding:24px;
}
.featured-card .card-body {
	margin-bottom:80px;
}
.featured-card.dark .card-body {
	margin-bottom:0;
}
 @media only screen and (min-width: 768px) {
 .featured-card .image-wrap, .featured-card .card-body, .featured-card .card-footer {
 padding:24px;
 padding-top:36px;
}
}
 @media only screen and (min-width: 1200px) {
.featured-card .image-wrap, .featured-card .card-body, .featured-card .card-footer {
 padding:36px;
}
}
 @media only screen and (min-width: 1400px) {
.featured-card .image-wrap, .featured-card .card-body, .featured-card .card-footer {
 padding:40px;
}
}
.featured-card a.link {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:inherit;
}
.featured-card .image-wrap, .featured-card:not(.horiz) .card-body {
 padding-bottom:0;
}
.featured-card a:hover {
}
.featured-card.with-photo a:hover {
	background-image:none;
}
.featured-card .card-img {
	width:80%;
	margin-bottom:20px;
}
.featured-card .card-footer {
	background-color:  transparent;
	border: 0;
	border-radius: 0;
	position:absolute;
	bottom:4px;
	left:0;
	right:0;
	height:auto;
	width:100%;
}
.featured-card p {
	font-size:1rem;
}
.featured-card .card-footer p {
	margin-bottom:0;
}
.featured-card.dark h3, .featured-card.dark .h3 {
	color:#FFF;
}
 @media only screen and (min-width: 1400px) {
.featured-card h3, .featured-card .h3 {
font-size:36px;
}
}
.featured-card .card-label {
	position:absolute;
	top:-14px;
	left:24px;
	font-size:13px;
 letter-spacing:.06rem;
	font-weight:700;
	text-transform:uppercase;
	color: #FFF;
	padding:5px;
	padding-right:8px;
	padding-left:8px;
	background-color: #A71F53;
	display:inline-block;
	width:auto;
}
 @media only screen and (min-width: 1200px) {
 .featured-card .card-label {
 left:36px;
}
}
 @media only screen and (min-width: 1400px) {
 .featured-card .card-label {
 left:40px;
}
}
/* =========== hero and page banners ================= */





/* ========================================= */
/* =========== HOME PAGE ================= */
/* ========================================= */



/* home practice cards */

.practice-cards-wrapper {
	background-color:#FFF;
	position:relative;
	padding-top:30px;
}
.practice-cards-wrapper:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	left:0;
	width:100%;
	height:250px;
	background-color: #F1EDE4;
}
 @media only screen and (min-width: 768px) {
.practice-cards-wrapper:before {
 height:32%;
}
}
/* home people section */

.home-people {
	background-color:#6E1332;
	color:#FFF;
	position:relative;
}
.triangle-bg {
	position:relative;
}
.triangle-bg:before {
	content:"";
	position:absolute;
	/*left:57%;*/
	right:0;
	top:0;
	bottom:0;
	width:42.5%;
	opacity:.5;
	background-image:url(/assets/images/triangle-bg.svg);
	background-repeat:no-repeat;
	background-position: right top;
	background-size: contain;
	z-index:0;
}
 @media only screen and (min-width: 1400px) {
.triangle-bg:before {
 width:38%;
}
}
.home-people .intro {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top:40px;
}
.home-people h2 {
	margin-top:0;
	color:#FFF;
}
/* ---------- PEOPLE SLIDER ----------- */

.people-slider-wrapper {
	margin-top:50px;
	margin-bottom:50px;
}
.people-slider {
	padding-left:8px;
	padding-top:60px;
}
 @media only screen and (min-width: 768px) {
 .people-slider {
 padding:0;
 padding-bottom:20px;
}
}
/* mobile vertical */
.people-slider-card {
	width:100%;
	max-width:346px;
	color:#FFF;
}
.people-slider-card .text, .people-slider-card figure, .people-slider-card .person {
	width:100%;
}
.people-slider-card .text {
	padding-bottom:30px;
}
.people-slider-card img.person {
	background-size:cover;
	object-fit:fill;
}

/* desktop horizontal */
 @media only screen and (min-width: 768px) {
 .people-slider-card {
 -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;
 max-width:none;
}
 .people-slider-card .text, .people-slider-card figure {
 width:47%;
}
 .people-slider-card .text {
 padding-bottom:0;
}
}
 @media only screen and (min-width: 992px) {
 .people-slider-card .text {
 width:47%;
}
.people-slider-card figure {
 width:50%;
}
}
 @media only screen and (min-width: 1200px) {
.people-slider-card figure {
 width:50%;
}
}
.people-slider-card h3 {
	color:#FFF;
}
.people-slider-card figure {
	position:relative;
}
 @media only screen and (max-width: 767px) {
 .people-slider-card figure {
max-width:346px;
}
}
.people-slider-card figure a {
	display:block;
	height:100%;
	width:100%;
}
.people-slider-card figure:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	margin-left:-1px;
	width:28.333%;
	height:51%;
	background-image:url(/assets/images/people-slide-cutout.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-size:contain;
}
.people-slider-card .person {
	width:100%;
}
 @media only screen and (min-width: 768px) {
 .people-slider-card .pic-holder {
 min-height: inherit;
 max-width: none;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
.people-slider-card h3 {
 font-size:21px;
}
}
 @media only screen and (min-width: 768px) {
.people-slider-card p {
 font-size:16px;
}
}
.people-slider-card .label {
	position: absolute;
	bottom:7px;
	left:5px;
	min-width: 166px;
	height:34px;
	background-color:#A71F53;
	color:#FFF;
	z-index: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;
}
.people-slider-card a:hover >.label {
	background-color:#DC326E;
}
.people-slider-card .label p {
	font-size:13px;
 letter-spacing:.06rem;
	font-weight:700;
	text-transform:uppercase;
	margin:0;
	padding:8px;
}
.people-slider-card .label .arrow {
	height:34px;
	width:34px;
	background-image: url(/assets/images/arrow-rt-white.svg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:20px 20px;
}
.people-slider-card .label .arrow:before {
	content:'';
	position:absolute;
	top:6px;
	bottom:6px;
	width:1px;
	background-color:#FFF;
}
/* home news section */

 .news-slider {
	margin-top:40px;
	margin-bottom:40px;
}
/* home explore section */

.home-home h2 {
	olor:#FFF;
}
/* ========================================= */
/* =========== INNER PAGES ================= */
/* ========================================= */

/* -------- Practice Detail -------- */

.practice-intro-wrapper {
	background-color:#0C0C0D;
	width:100%;
	padding-top:60px;
}
.practice-intro {
	color:#FFF;
	padding-top:40px;
	padding-bottom:40px;
}
.practice-intro h2 {
	font-size:16px;
	color:#FFF;
}
/* -------- Photo Text Blocks -------- */

.photo-text-blocks {
	padding-top:40px;
}
.photo-text-blocks .row {
	padding-bottom:40px;
}
 @media only screen and (min-width: 1200px) {
.photo-text-blocks {
 padding-top:68px;
}
 .photo-text-blocks .row {
 padding-bottom:68px;
}
}
 @media only screen and (max-width: 767px) {
 .photo-text-blocks .row:last-of-type {
 padding-bottom:0;
}
}
.photo-text-blocks article {
	padding-top:20px;
	padding-bottom:20px;
	margin-top:40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DC326E;
}
 @media only screen and (min-width: 768px) {
.photo-text-blocks article {
 padding-top:40px;
 padding-bottom:40px;
 margin-top:0;
}
}
.photo-text-blocks h2 {
	font-size:36px;
}
.photo-text-blocks img {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	object-fit:fill;
}
/* -------- Difference Blocks -------- */

.difference-blocks {
	padding-bottom:40px;
	margin-bottom:40px;
	overflow-x:hidden;
}
 @media only screen and (min-width: 768px) {
 .difference-blocks {
 padding-bottom:40px;
 margin-bottom:0;
}
}
.difference-blocks h2 {
	margin-bottom:30px;
}
 @media only screen and (min-width: 768px) {
 .difference-blocks h2 {
 margin-bottom:0;
}
}
.difference-blocks article {
	background-color:#A71F53;
	color:#FFF;
	padding:36px;
	margin-bottom:30px;
	width:100%;
}
 @media only screen and (min-width: 1200px) {
.difference-blocks article {
 padding:40px;
}
}
.difference-blocks article.heading {
	background-color:#FFF;
	color:#303032;
	padding-top:0;
	text-align:center;
}
.difference-blocks article h3 {
	font-size:20px;
	color:#FFF;
}
/* -------- Callout Block -------- */

.callout-wrapper {
	background-color:#F8F6F1;
	padding-top:40px;
	padding-bottom:40px;
}
@media only screen and (min-width: 1200px) {
 .callout-wrapper {
 padding-top:62px;
 padding-bottom:62px;
}
}
.callout-wrapper article {
	padding-top:20px;
	padding-bottom:20px;
	margin-top:40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #303032;
}
 @media only screen and (min-width: 768px) {
.callout-wrapper article {
 padding-top:40px;
 padding-bottom:40px;
 margin-top:0;
}
}
.callout-wrapper article .largetext p:last-of-type {
	margin:0;
}
/* -------- Related Attorneys -------- */



.related-attorneys-wrapper {
	background-color:#0C0C0D;
	padding-top:40px;
	padding-bottom:40px;
}
 @media only screen and (min-width: 1200px) {
 .related-attorneys-wrapper {
 padding-top:62px;
 padding-bottom:62px;
}
}
.related-attorneys-wrapper .intro img {
	margin-bottom:30px;
}
 @media only screen and (min-width: 768px) {
.related-attorneys-wrapper .intro img {
 margin-bottom:0;
}
}
.related-attorneys-wrapper h2 {
	color:#FFF;
	margin:0;
}
.related-attorneys-slider {
	margin-bottom:40px;
}
.related-practices-slider {
	margin-top:40px;
	margin-bottom:40px;
}
/* -------- Bio Detail -------- */

.bio-heading h1 {
	margin-bottom:40px;
}
.hero-banner.bio .tags-list {
	margin-top:40px;
}
 @media only screen and (min-width: 768px) {
.hero-banner.bio .tags-list {
 margin-top:0;
}
}
.bio-contact-info {
	margin-top:40px;
	padding-top:40px;
	margin-bottom:40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255, 255, 255, 0.25);
}
 @media only screen and (min-width: 768px) {
.bio-contact-info {
 margin-top:20px;
 padding-top:20px;
 margin-bottom:20px;
}
}
 @media only screen and (min-width: 992px) {
.bio-contact-info {
 margin-top:30px;
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: center;
 justify-content: flex-start;
}
}
.pagetools {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top:20px;
}
 @media only screen and (min-width: 992px) {
.pagetools {
 margin-top:0;
}
}
.pagetools .item {
	margin-right:20px;
	height:32px;
	width:32px;
	background-color:rgba(255, 255, 255, 0.25);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content:center;
}
.pagetools .item {
	margin:0;
	margin-left:20px;
}
.pagetools .item img {
	height:18px;
	width:auto;
}
.pagetools .item:hover, .pagetools .item:focus {
	background-color:#DC326E;
}
/* ============ */

.bio-content-wrapper {
	position:relative;
	margin-top:0;
}
 @media only screen and (min-width: 768px) {
.bio-content-wrapper {
 margin-top:40px;
}
}
 @media only screen and (min-width: 1200px) {
.bio-content-wrapper {
margin-top:0;
}
}
.bio-content-wrapper .credentials {
	width:100%;
	padding:24px;
	background-color: #F8F6F1;
}
@media only screen and (min-width: 768px) {
.bio-content-wrapper .credentials {
 position: absolute;
 top:0;
 right:0;
 width:38%;
 height:auto;
 min-height:200px;
 padding:32px;
 z-index:1;
}
}
 @media only screen and (min-width: 1200px) {
.bio-content-wrapper .credentials {
 padding:60px;
 padding-top:56px;
}
}
/* credentials */


.credentials h2 {
	margin:0;
}
 @media only screen and (max-width: 767px) {
 .credentials h2 {
 font-family: "Open Sans", sans-serif;
 font-size:16px;
}
}
 @media only screen and (min-width: 768px) {
 .credentials h2 {
 margin-bottom:10px;
}
}
.credentials h3 {
	font-family: "Open Sans", sans-serif;
	font-size:13px;
 letter-spacing:.06rem;
	font-weight:700;
	text-transform:uppercase;
	color: #6E1332;
	margin-bottom:20px;
}
.credentials ul {
	list-style:none;
	margin:0;
}
.credentials ul li {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: inherit;
}
.credentials ul li:last-of-type {
	padding-bottom:0;
	border:none;
}
.credentials .collapse ul li:first-of-type {
	padding-top:15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: inherit;
}

/* read more read less */
[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {
 display: none;
}
 @media only screen and (min-width: 768px) {
 .collapse.dont-collapse-lg {
 display:block;
 height:auto !important;
 visibility:visible;
}
}
.readmore-wrapper {
	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;
}
.readmore {
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
.btn-accordion {
	font-size:16px;
	font-weight:700;
	min-width:24px;
}
/*
 @media only screen and (max-width: 767px) {
 .btn-accordion {
 padding:0;
}
}*/
.btn-accordion .icon {
	height:24px;
	width:24px !important;
	background-color:#DC326E;
}
 @media only screen and (min-width: 768px) {
 .btn-accordion .icon {
 margin-left:10px;
}
}
.btn-accordion:hover .icon, .btn-accordion:focus .icon {
	background-color:#A71F53;
}
.btn-accordion.ajax-load .icon {
	background-image: url(/assets/images/icon-down-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.btn-accordion[aria-expanded="false"] .icon {
	background-image: url(/assets/images/icon-down-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.btn-accordion[aria-expanded="true"] .icon {
	background-image: url(/assets/images/icon-up-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.btn-link {
	width:32px;
	height:32px;
	background-image: url(/assets/images/icon-link.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 19px 10px;
	background-color:#DC326E;
}
.btn-link:hover, .btn-link:focus {
	background-image: url(/assets/images/icon-link-hover.svg);
	background-color:#FFF;
}
/* bio description */

ul.litelines {
	margin-left:0;
	list-style:none;
}
ul.litelines li {
	padding-left:0;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1EDE4;
}
.content ul.litelines li:before {
	display:none;
}
/* recogniation logos */

.recognitions {
	margin-top:40px;
	padding-bottom:60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DC326E;
}
.recognition-logos .logo-wrapper {
	padding-top:30px;
	padding-bottom:30px;
}
.recognition-logos .logo-wrapper {
	padding-top:50px;
	padding-bottom:50px;
	width:100%;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdad3;
}
 @media only screen and (min-width: 768px) {
 .recognition-logos .logo-wrapper {
 min-height:150px;
 padding:0;
 border:none;
 border-right-width: 1px;
 border-right-style: solid;
 border-right-color: #dcdad3;
}
}
.recognition-logos .col-12:last-of-type .logo-wrapper {
	border:none;
}
/* related bio insights*/
.related-bio-insights {
	padding-top:40px;
	padding-bottom:40px;
	background-color: #F8F6F1;
}
 @media only screen and (min-width: 768px) {
 .related-bio-insights {
 padding-top:60px;
 padding-bottom:60px;
}
}
.related-bio-insights h2 {
	width:100%;
	padding-bottom:40px;
	margin-top:40px;
	margin-bottom:40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0C0C0D;
}
.related-bio-insights h2:first-of-type {
	margin-top:0;
}
.related-bio-insights article {
	margin-bottom:40px;
}
.related-bio-insights article h3 {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size:18px;
	margin:0;
}
.related-bio-insights article h3 a {
	color:inherit;
}
.related-bio-insights article h3 a:hover, .related-bio-insights article h3 a:focus {
	color:#A71F53;
}
.entry-summary .eyebrow {
	color:#6e1332;
	margin-bottom:8px;
}
/* -------- Practice listing -------- */



.practice-category-wrapper {
	padding-top:20px;
}
.cat-title {
	-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-top:40px;
	padding-bottom:30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DC326E;
}
.cat-title.no_border {
	border:none;
}
.cat-title h2 {
	margin:0;
}
 @media only screen and (max-width: 576px) {
 .cat-title h2 {
 font-size:30px;
}
}
.practice-listing {
	padding-top:50px;
}
.practice-listing .practice-card {
	margin-bottom:40px;
}


/* read more read less */
@media only screen and (max-width: 767px) {
.practice-category-wrapper .readmore span.expanded, .practice-category-wrapper .readmore span.collapsed {
 display: none;
}
}
/* ----- back to top ------- */



.back-to-top {
	position:relative;
	padding-top:40px;
	padding-bottom:40px;
}
.back-to-top p {
	width:100%;
}
.back-to-top .btn {
	background-color:#A71F53;
	color:#FFF;
	font-weight:700;
	width:100%;
	height:32px;
	line-height:1;
	text-align:center;
	padding:0;
	background-image: url(/assets/images/arrow-up-white.svg);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 16px;
	vertical-align:middle;
	-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) {
 .back-to-top p {
 width: 180px;
 margin-left:auto;
}
 .back-to-top .btn {
 width:180px;
}
}
.cd-top-wrapper {
	position:relative;
	padding-bottom:100px;
}
.cd-top {
	width: 100%;
	padding-top:50px;
	position: fixed;
	position:  absolute;
	bottom: 0;
	left:0;
	right: 0;
	/*visibility: hidden;
	opacity: 0;*/
 -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
 transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	transition: all 0.2s ease-in-out;
	z-index:9000;
}
.cd-top button {
	-webkit-appearance:none;
	appearance:none;
	border:none;/*text-indent: 150%;*/
}
/*
.cd-top .open-button {
	position:absolute;
	bottom: 0;
	right: 15px;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	transition: all 0.2s ease-in-out;
}
.cd-top.cd-top--show .open-button {
	right: 75px;
}*/
.cd-top .btn-scrolltop {
	/*position: absolute;
	bottom: 0;
	right: 0;
	left:auto;*/
	background-color:#A71F53;
	color:#FFF;
	font-weight:700;
	width:180px;
	height:32px;
	line-height:1;
	text-align:center;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	transition: all 0.2s ease-in-out;
	background-image: url(/assets/images/arrow-up-white.svg);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 16px;
}
.cd-top.cd-top--show .btn-scrolltop {
	right: 16px;
}
.cd-top .btn-scrolltop {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	white-space: nowrap;
}
.cd-top.cd-top--show, .cd-top.cd-top--fade-out, .cd-top:hover {
 -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
 transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}
.cd-top.cd-top--show {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-top--fade-out {
/*opacity: .5;*/
}
/* jump links */
.jump-links-wrapper {
	background-color:#A71F53;
	padding-top:20px;
	padding-bottom:20px;
	color:#FFF;
}
.mobile-jump-links {
	-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;
}
.mobile-jump-links .btn-accordion:hover .icon, .mobile-jump-links .btn-accordion:focus .icon {
	background-color:#DC326E;
}
 @media only screen and (min-width: 1200px) {
 .mobile-jump-links {
 display:none;
}
}
nav.jump-links {
	margin:0;
}
nav.jump-links ul {
	font-weight:500;
	line-height:1;
	width:100%;
	list-style:none;
	margin:0;
	padding-top:15px;
	padding-bottom:15px;
}
nav.jump-links ul li {
	margin-bottom:10px;
}
 @media only screen and (max-width: 1199px) {
 nav.jump-links ul li:first-of-type {
 display:none;
}
}
 @media only screen and (min-width: 1200px) {
 .jump-links-wrapper .collapse {
 display:block;
 height:auto !important;
 visibility:visible;
}
 nav.jump-links ul {
 bottom:0;
 -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;
}
 nav.jump-links ul li {
 margin-bottom:0;
}
}
nav.jump-links ul li a {
	text-transform:uppercase;
	font-weight:700;
	color:#FFF;
}
/* -------- Industries listing -------- */

 
.related-industries {
	padding: 24px;
	margin-top:24px;
	margin-bottom:24px;
	border: 1px solid #DCDAD3;
}
 @media only screen and (min-width: 1200px) {
.related-industries {
 width:75%;
}
}
.related-links {
	margin:0;
	margin-top:15px;
	display: inline-block;
}
.related-links .cat-label {
	margin-right:20px;
	margin-bottom:15px;
	display: inline-block;
	white-space: nowrap;
}
/* -------- People listing -------- */


.custom-searchform {
	padding-top: 15px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	color: #303032;
}
.custom-searchform label {
	font-size:16px;
	margin-bottom:8px;
	display:block;
}
.custom-searchform input[type=text], .custom-searchform input[type=email], .custom-searchform input[type=tel], .custom-searchform textarea, .custom-searchform select {
	width: 100%;
	height: 40px;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	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: 24px;
	color: #303032;
	background-color:#FFF;
}
.custom-searchform textarea {
	height:auto;
}
.custom-searchform input[type=text] {
	border:none;
	background-color:#f1ede4;
}
.custom-searchform input.search_text {
	background-image: url(/assets/images/icon-search-in-square.svg);
	background-repeat: no-repeat;
	background-position: 98% center;
}
.custom-searchform select {
	border: 1px solid #303032;
	background-image: url(/assets/images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 16px 16px;
}
 .custom-searchform input::-webkit-input-placeholder {
 color: #303032;
 opacity:.8;
}
.custom-searchform input:-moz-placeholder {
 color: #303032;
 opacity:.8;
}
.custom-searchform input::-moz-placeholder {
 color: #303032;
 opacity:.8;
}
.custom-searchform input:-ms-input-placeholder {
 color: #303032;
 opacity:.8;
}
.location-buttons-wrapper {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-start;
	margin-bottom:24px;
}
.location-buttons-wrapper button {
	color:#303032;
	font-weight:600;
	height:40px;
	padding:0;
	padding-left:24px;
	padding-right:24px;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:#FFF;
	border: 1px solid #303032;
}
.location-buttons-wrapper button.active {
	color:#FFF;
	background-color:#A71F53;
	border: 1px solid #A71F53;
}
.location-buttons-wrapper button:hover, .location-buttons-wrapper button:focus {
	color:#FFF;
	background-color:#DC326E;
	border: 1px solid #DC326E;
}
.filter-buttons-wrapper {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-start;
	margin-bottom:24px;
}
 @media only screen and (min-width: 768px) {
 .filter-buttons-wrapper.align-right {
 justify-content: flex-end;
}
}
.filter-button {
	font-size:13px;
	text-transform:uppercase;
	color:#303032;
	font-weight:700;
	height:24px;
	line-height:1;
	padding:0;
	padding-left:15px;
	padding-right:15px;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:#EAEAEB;
	border: none;
	margin-right:24px;
}
.filter-button .btn-clear {
	font-size:150%;
	margin-left:8px;
}
.filter-button:hover, .filter-button:focus {
	color:#FFF;
	background-color:#A71F53;
}
/* submit and reset buttons */
.custom-searchform .btn-reset, .custom-searchform .btn-submit {
	width: 100%;
	height: 0px;
	padding: 0;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 15px;
	text-align: left;
	color: #FFF;
	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;
}
/* submit and reset buttons */
.custom-searchform .btn-submit {
	color: #FFF;
	background-color: #DC326E;
	margin-bottom:0;
}
.custom-searchform .btn-submit:focus {
	color: #FFF;
	background-color: #A71F53;
}
.btn-reset, .btn-reset:visited {
	color: #FFF;
	background-color:#1A385C;
}
.btn-reset:hover, .btn-reset:focus {
	color: #FFF;
	background-color:#F27026;
}
.btn-reset, .btn-reset:visited {
	color: #FFF;
	background-color:#1A385C;
}
.btn-reset:hover, .btn-reset:focus {
	color: #FFF;
	background-color:#F27026;
}
/* alternate search form on dark backgroudn */


.custom-searchform.dark {
	color: #FFF;
	margin:0;
	padding:0;
}
.custom-searchform.dark input[type=text], .custom-searchform.dark input[type=email], .custom-searchform.dark input[type=tel], .custom-searchform.dark textarea, .custom-searchform.dark select {
	color: #FFF;
	background-color:#171718;
	border: 1px solid #516152;
}
.custom-searchform.dark select {
	border: 1px solid #516152;
	background-image: url(/assets/images/select-arrow-red.svg);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 24px 24px;
}
 .custom-searchform.dark ::-webkit-input-placeholder {
 font-weight:700;
 font-size:14px;
 text-transform:uppercase;
 letter-spacing:.035em;
 color: #FFF;
 opacity:1;
}
.custom-searchform.dark :-moz-placeholder {
 color: #FFF;
 opacity:1;
}
.custom-searchform.dark ::-moz-placeholder {
 color: #FFF;
 opacity:1;
}
.custom-searchform.dark :-ms-input-placeholder {
 color: #FFF;
 opacity:1;
}
.darkform-wrapper {
	padding:24px;
	border: 1px solid #DC326E;
}
/* related insights and insights card */



/* related bio insights*/
.related-insights {
	padding-top:40px;
	padding-bottom:40px;
	margin-bottom:40px;
}
 @media only screen and (min-width: 768px) {
 .related-insights {
 margin-bottom:0;
}
}
/* insights card */
.insights-card {
	background-color:#FFF;
	margin-bottom:30px;
	width:100%;
}
 @media only screen and (min-width: 1200px) {
.insights-card {
margin-bottom:0;
}
}
.insights-card .card-body, .insights-card .card-footer {
	padding:24px;
}
 @media only screen and (min-width: 768px) {
.insights-card .card-body, .insights-card .card-footer {
 padding:18px;
}
}
 @media only screen and (min-width: 1200px) {
.insights-card .card-body, .insights-card .card-footer {
 padding:24px;
}
}
.insights-card h3 a {
	color: inherit;
	text-decoration: underline;
	text-decoration-color:#303032;
	text-decoration-style: dotted;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
.insights-card h3 a:hover, .insights-card h3 a:focus {
	color: #DB2967;
	text-decoration-color:#DB2967;
	text-decoration-style: solid;
}
.insights-card p {
	margin-bottom:12px;
}
.insights-card p:last-of-type {
	margin-bottom:0;
}
.insights-card .card-footer {
	padding-top:0;
	border:none;
	background-color:transparent;
}
.insights-card .card-img {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
/* --------  Firm - About-------- */

.firm-intro {
	color:#FFF;
	background-color:#0C0C0D;
}
.firm-intro h2, .firm-intro h3, .firm-intro h4, .firm-intro p {
	color:#FFF;
}
.firm-intro article {
	margin-bottom:50px;
}
/* firm-profile slider */

.firm-profile-wrapper {
	background-color:#F8F6F1;
}
.firm-profile-slider .slider-card {
	color:#FFF;
	background-color:#A71F53;
	padding:24px;
	height:100%;/*width:473px;*/
}
.firm-profile-slider .slider-card h3 {
	font-size:44px;
	color:#FFF;
}
 @media only screen and (min-width: 768px) {
 .firm-profile-slider .slider-card h3 {
 /*font-size:4.157vw;*/
 font-size:4vw;
}
 .firm-profile-slider .slider-card {
 min-height:265px;
}
 .firm-profile-slider .owl-item article {
 opacity:.5;
}
 .firm-profile-slider .owl-item.firstactiveitem article {
 opacity:1;
}
}
 @media only screen and (min-width: 1440px) {
 .firm-profile-slider .slider-card h3 {
 font-size:60px;
}
}
.firm-profile-slider.owl-carousel .owl-nav {
	left: 0;
	bottom: 0;
	top: auto;
}
/* firm about */

.firm-about {
	position:relative;
	padding-left:24px;
	padding-right:24px;
}
 @media only screen and (min-width: 768px) {
 .firm-about {
 padding-left:0;
 padding-right:0;
}
}
.firm-about-row {
	margin:0 !important;
	padding:0 !important;
	text-align:center;
	position:relative;
	z-index:1;
}
.firm-about img {
	/*object-fit:contain;*/
	width:100%;
	height:auto;
}
 @media only screen and (min-width: 768px) {
 .firm-about-row {
 align-items: flex-start;
 justify-content: space-between;
}
 .firm-about article {
 padding-left:5%;
 padding-right:5%;
 margin-bottom:150px;
}
 .firm-about .photo-left {
 justify-content:flex-start;
}
 .firm-about .photo-left figure {
 margin:0;
 width:100%;
padding-right:30px;
}
 .firm-about .photo-right figure {
 margin-top:15%;
 padding-left:30px;
 width:100%;
}
 .firm-about br {
 display:none !important
}
}
/* careers */

 .story-card .image-wrap {
	position:relative;
}
.story-card .image-wrap:before {
	content:"";
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0, 0, 0, 0.6);
	z-index:0;
}
.story-card .card-img-overlay {
	align-items:flex-end;
	z-index:1;
}
.story-card .card-img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.story-card .card-body {
	padding:24px;
}
.story-card h3, .story-card p {
	color:#FFF;
}
/* careers slider */

.careers-slider.owl-carousel {
	padding-bottom:0;
	position:relative;
}
.careers-slide {
	position:relative;
	color:#FFF;
	padding-bottom:20px;
	margin-bottom:30px;
}
 @media only screen and (min-width: 768px) {
.careers-slide {
 margin-bottom:30px;
 padding-bottom:20px;
}
}
.careers-slide .article-header {
	padding-bottom:10px;
	margin-bottom:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DC326E;
}
.careers-slide h2, .careers-slide h3 {
	color:#FFF;
}
@media only screen and (min-width: 1200px) {
.careers-slide h2, .careers-slide h3 {
width:60%;
}
 .careers-slide .article-header-wide h2, .careers-slide .article-header-wide h3 {
width:100%;
}
 .careers-slide h2.eyebrow, .careers-slide h3.eyebrow {
width:100%;
}
}
.careers-slide .eyebrow {
	font-size:16px;
}
/* careers owl nav and next title */

.careers-slider.owl-carousel .owl-nav {
	top: auto;
	bottom: -40px;
	left: 0;
}
.next-title {
	font-family: "Open Sans", sans-serif;
	font-size:11px;
letter-spacing:.06rem;
	font-weight:700;
	text-transform:uppercase;
	color:#FFF;
	margin:0;
	padding-bottom:40px;
}
 @media only screen and (min-width: 768px) {
.careers-slider.owl-carousel .owl-nav {
 top: auto;
 bottom: 0;
 left: 0;
}
.next-title {
 padding:0;
 margin:0;
 margin-left:100px;
 margin-top:10px;
}
}
/* careers benefits */

.careers-benefits {
	position:relative;
}
.careers-benefits:before {
	content:"";
	position:absolute;
	left:10%;
	right:0;
	top:0;
	bottom:0;
	width:90%;
	background-image:url(/assets/images/section-bg-shape.svg);
	background-repeat:no-repeat;
	background-position: right top;
	background-size: contain;
	z-index:0;
}
 @media only screen and (min-width: 768px) {
.careers-benefits:before {
 left: auto;
 background-image:url(/assets/images/triangle-bg.svg);
 background-size: contain;
 width:42.5%;
 opacity:.5;
}
}
 @media only screen and (min-width: 1400px) {
.careers-benefits:before {
 width:38%;
}
}
.careers-benefits img.fullwidth {
	margin-bottom:24px;
}
.careers-benefits article {
	margin-bottom:30px;
}
/* Insights Landing */


.loadmore-wrapper {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #303032;
}
/* Insights detail */



.insights-detail h3 {
	font-size:20px;
}
/* -------- pagination --------- */
.pagination {
	color: #000000;
	font-weight: 500;
	text-align: center;
	justify-content: center;
	padding-bottom: 24px;
}
ul.pagination {
	margin-left: 0;
	font-size: 20px;
}
@media only screen and (min-width: 768px) {
 ul.pagination {
 font-size: 18px;
}
}
ul.pagination li:before {
	display: none;
}
ul.pagination li.page-item {
 padding: .25rem .5rem;
}
.page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius:0;
}
.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.page-link, a.page-link {
	color: #FFF;
	background-color: #DC326E;
	text-decoration: none;
	padding: 0;
	border: none;
	width:28px;
	height:28px;
	text-align:center;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
}
a.page-link:hover, a.page-link:focus {
	color: #FFF;
	font-weight:400;
	background-color: #303032;
	text-decoration: underline;
	text-decoration-style: solid;
	text-underline-offset: 3px;
}
.page-item.active .page-link {
	color: #FFF;
	font-weight:700;
	background-color: #303032;
	border: none;
	text-decoration: underline;
	text-decoration-style: solid;
	text-underline-offset: 3px;
}
.page-item.disabled .page-link {
	color: #bfbfbf;
	border: none;
}
.pagination img.nextprev {
	width: 24px;
	height: auto;
	margin-top:2px;
}
/* Community impact */

.impact-intro .row-spacing {
	margin-bottom:40px;
}
.impact-intro .row-spacing img {
	margin-top:20px;
}
 @media only screen and (min-width: 768px) {
.impact-intro .row-spacing img {
 margin-top:0;
}
}
 @media only screen and (min-width: 1200px) {
.impact-intro .row-spacing {
 margin-bottom:50px;
}
}
/* extra padding around sliders */
.slider-wrapper {
	padding:52px;
	padding-left:5%;
	padding-right:5%;
}
 @media only screen and (min-width: 768px) {
 .slider-wrapper {
 padding:48px;
 padding-left:5%;
 padding-right:5%;
}
}
 @media only screen and (min-width: 1200px) {
 .slider-wrapper {
 padding:58px;
 padding-left:5%;
 padding-right:5%;
}
}
 @media only screen and (min-width: 1400px) {
.content-padding {
 padding-top:68px;
 padding-bottom:68px;
}
 .slider-wrapper {
 padding:68px;
 padding-left:5%;
 padding-right:5%;
}
}
.impact-logos-wrapper {
	background-color: #F8F6F1;
	padding-left:5%;
	padding-right:5%;
}
 @media only screen and (min-width: 768px) {
.impact-logos-wrapper {
 background-color: #F8F6F1;
 padding-left:0;
 padding-right:0;
}
}
.impact-logos-wrapper h2 {
	text-align:center;
	margin:0;
	margin-bottom:60px;
}
.impact-slider.owl-carousel {
	padding-bottom:0;
	position:relative;
}
/* Contact page */

.contact-intro {
	background-color:#0C0C0D;
	color:#FFF;
}
.contact-intro h2, .contact-intro h3 {
	
	color:#FFF;
}
.contact-intro article {
	margin-bottom:50px;
}
.contact-locations-wrapper {
	background-color:#F8F6F1;
}

/* office card */


.office-card {
	padding:24px;
	background-color:#FFF;
	margin-bottom:40px;
	
}
@media only screen and (min-width: 768px) {
.office-card {
	
	/*margin-bottom:0;*/
	
}
}

.office-card p {
	font-size:16px;
}
.office-card p:last-of-type {
	margin-bottom:0;
}
.office-card .card-footer {
	padding:0;
	padding-top:24px;
	margin-top:6px;
	background-color: transparent;
	border:none;
	position:relative;
	
}

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

.office-card .card-footer:before {
	content:'';
	position:absolute;
	top:24px;
	bottom:0;
	left:50%;
	width:1px;
	background-color:#DC326E
}

}

.office-card .phone-wrapper {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DC326E;
	padding-top:24px;
	margin-top:24px;
	
}
@media only screen and (min-width: 992px) {
.office-card .phone-wrapper {
	border:none;
	padding-top:0;
	margin-top:0;
	
}
}


/* blank page */

.pageheader-generic {
	height:102px;
	background-color: #4A001A;
	
}


p.notice {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	
}

.related-bio-insights.static h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: .06rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #6e1332;
  margin-bottom: 8px;
}












