/*
4f002a plum
525b76 blue
434a60 darker blue bg (accessibility)
e7ecef light neutral
ffd400 yellow

font-family: "acumin-pro", sans-serif;
font-weight: 300;
font-weight: 400;
font-weight: 500;
font-weight: 600;
font-weight: 700;

font-family: "acumin-pro-extra-condensed", sans-serif;
font-weight: 700;
*/






/* STRUCTURE *****************************************/

html {
	overflow-x: hidden;
}
.container {
	width: 94%;
	max-width: 1100px;
}
body #left-area {
	float: none !important;
	width: 100% !important;
	padding-right: 0 !important;
}
#left-area .full-width {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	/* 10 px adjustment for scroll bar
	margin-right: calc(50% - 50vw + 10px);
	margin-left: calc(50% - 50vw + 10px); */
}
#left-area .full-width > .inner,
.soliloquy-viewport > .inner {
	position: relative;
	margin: 0 3%;
	width: 94%;
	max-width: 1100px;
}
#left-area .full-width > .inner {
	padding: 9vw 0;
}
#content-area > div {
	padding-bottom: 70px;
}
#left-area article .entry-content {
	position: relative;
}



/* clearfix */
.clearfix {
zoom: 1;
}
.clearfix:before,
.clearfix:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}
.clearfix:after {
clear: both;
}

.wp-block-group.fullwidth,
.wp-block-columns.fullwidth {
	margin-right: calc(50% - 50vw + 8px);
	margin-left: calc(50% - 50vw);
}





/* GLOBAL STYLES *****************************************/

body {
	color: #222;
	font-family: "acumin-pro", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
  opacity: 0;
	-webkit-animation: fadeIn .5s;
	-moz-animation: fadeIn .5s;
	-ms-animation: fadeIn .5s;
	-o-animation: fadeIn .5s;
	animation: fadeIn .5s;
  animation-fill-mode: forwards;
}
/* fade in page */
@keyframes fadeIn {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadeIn {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}


/* skip link */
.skip-link.da-screen-reader-text {
	background-color: #4f002a !important;
	color: #fff !important;
	box-shadow: none !important;
	outline-color: #fff !important;
}



/* single posts */
.single #left-area .entry-content > p:first-child {
	margin-top: 0;
}


p {
	margin: 20px 0 0;
	padding: 0;
}

/* links */
a,
#main-content a.more {
	color: #4f002a;
  text-decoration:underline;
}
a:hover,
a:active {
	color: #525b76;
	outline: none;
}
.entry-content a:hover {
	background: #434a60;
	color: #fff;
	text-decoration:none;
}
a:focus { /* fallback for :focus-visible */
  /* outline: 2px solid blue;
  outline-offset: 2px; */
}
a:focus-visible {
  /* outline: none;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #4f002a;
  border-radius: .125rem; */
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	text-decoration:none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration:underline;
}

/* "all" links */
#left-area .section-hdg-container {
	position: relative;
}
#left-area .section-hdg-container .all {
	position: absolute;
	margin-top: 0;
	white-space: nowrap;
}
.home #left-area .section-hdg-container .all {
	right: 0;
	bottom: 9px;
}
#left-area .cases .section-hdg-container .all {
	left: 0;
	bottom: -12px;
}
#left-area .section-hdg-container .all a {
	display: inline-block;
	padding: 1px 5px;
	background: #ffd400;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}
#left-area .section-hdg-container .all a:hover {
	background: #434a60;
	color: #fff;
}



#main-content h1.entry-title {
	margin-top: 0;
	padding-bottom: 0;
	color: #4f002a;
	font-size: 32px;
	font-weight: 400;
	text-shadow: none;
}
#main-content article.page > h1.entry-title:first-child {
	margin-top: 30px;
}
.page-template-default #main-content h1.entry-title {
	margin-bottom: 20px;
}
#main-content h2,
#main-content h3 {
	color: #4f002a;
}
#main-content h2 {
	margin-top: 50px;
}
#main-content h3 {
	font-size: 18px;
	margin-top: 40px;
}
#main-content h4 {
	margin-top: 30px;
}
#main-content h5 {
	margin-top: 20px;
}
#main-content a {
  text-decoration:underline;
}
#main-content a:hover {
	text-decoration:none;
}
#main-content a.more,
#main-content a.back {
	text-decoration:none;
}
#main-content a.more:hover,
#main-content a.back:hover {
	text-decoration:underline;
}
.more-link a::after,
a.more::after {
	/* content:"\f054"; */
	content:"\f061";
	display:inline-block;  /* no underline on hover */
	position:relative;
	left: 4px;
	top: -1px;
	margin-right: -13px; /* prevent wrap */
	color: #871d57;
	font-family: FontAwesome;
	font-size: .7em;
	line-height: .8em;
}
a.back::before {
	content:"\f053";
	display:inline-block;  /* no underline on hover */
	position:relative;
	top: -1px;
	margin-right: 2px;
	color: #871d57;
	font-family: FontAwesome;
	font-size: .7em;
	line-height: .8em;
}
a.external::after {
	/* content:"\f08e"; */
	content: "";
	display: inline-block;  /* no underline on hover */
	position: relative;
	left: 6px;
	top: 0;
	margin-right: -10px; /* prevent wrap */
	/* font-family:FontAwesome !important;
	font-size:.7em;
	line-height: .8em; */
	width: 10px;
	height: 10px;
	background: url(../img/icons/external.png) no-repeat;
	background-size: contain;
}
#main-content .entry-content > p.back:first-child {
	margin-top: 0;
}
.see-all a.more::after {
	content: "\f061";
	top: 0;
	font-size: 1em;
}
a.back::before {
  content: "\2039";
	display: inline-block;  /* no underline on hover */
	position: relative;
	margin-right: 4px;
	top: 0;
	font-size: 15px;
	line-height: .8em;
}
#main-content a.more,
#main-content a.back,
#main-content a.inherit {
	text-decoration: none;
}
#main-content a.more:hover,
#main-content a.back:hover,
#main-content a.inherit:hover {
	text-decoration: underline;
}
p.all a {
	font-size: .92em;
	text-transform: uppercase;
}
#main-content a.inherit {
	color: inherit;
}
#main-content a.inherit:hover {
	color: #c45327;
}

#main-content p.see-all a {
	text-decoration:none;
}
#main-content p.see-all a:hover {
	text-decoration:none;
}


#main-content p.anchor.docs {
	margin: 10px 0 25px !important;
}
#main-content p.anchor a {
	padding: 2px 10px 3px;
	border-radius: 5px;
	background-color: #4f002a;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 1s;
}
#main-content p.anchor a:hover {
	background-color: #525b76;
}
#main-content p.anchor.docs a::before {
  content: "\f15b";
	margin-right: 10px;
  font-family: FontAwesome;
  font-size: 16px;
  color: #fff;
}
#main-content p.anchor a::after {
	content: "\f063";
	display: inline-block;
	position: relative;
	top: -1px;
	margin-left: 8px;
	font-family: FontAwesome;
	font-size: 13px;
}


/* headings */
#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6 {
	font-weight: 700;
	line-height: 1.2;
}
#main-content section h1 {
	font-size: 36px;
}
section h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4f002a;
}


sup {
	bottom: .5em;
	font-size: 14px;
}


/* lists */
ul {
	list-style:none;
}
#main-content ul {
	margin: 0;
	padding: 0;
}
#main-content li {
	margin-left: 20px;
}
#main-content .entry-content ul,
#main-content .entry-content ul li {
	list-style: square outside none;
}
#main-content .entry-content ul li {
	margin: 15px 0 0 20px;
	line-height: 1.6em;
}
#main-content .entry-content ul li::marker {
	color: #525b76;
}
#main-content .entry-content ul.justified li {
	margin-left:0;
}
#main-content .entry-content ol {
	list-style:decimal outside none;
	margin:10px 0 0 22px;
}
#main-content .entry-content ol li {
	margin:7px 0 0 35px;
	padding-left:20px;
}
#main-content .entry-content ol.justified li {
	margin-left:0;
	padding-left:0;
}
#main-content .entry-content h2+ ul,
#main-content .entry-content h3+ ul,
#main-content .entry-content h2+ ol,
#main-content .entry-content h3+ ol {
	margin-top:15px;
}
#main-content .entry-content p + ul,
#main-content .entry-content p + ol {
	margin-top:15px;
}


#main-content p {
  margin: 20px 0 0;
}
#main-content p.more {
  margin-top: 10px;
	font-size: 16px;
}
.top-level #main-content section p.more {
	font-size: inherit;
}
#main-content .entry-content ul + p {
	margin-top: 20px;
}
em,
cite,
i,
i[lang] {
	font-style:italic;
}
acronym {
	border-bottom:1px dotted #999;
	cursor:help;
}
strong {
	/* font-family:'Brandon Text Bold', sans-serif; */
	font-weight: 600;
}


/* screen reader only */
.screen-reader-text {
	display: none;
}
.hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}


/* image replacement */
.replace {
	text-indent:-9999px;
	font-size:1px;
	line-height:1px;
}
a.replace {
	display:block;
}


/* images */
.wp-block-image {
	position: relative;
}
.hero {
	display: flex;
  align-items: center;
  justify-content: center;
	max-height: 45vw;
	overflow-y: hidden;
	margin-top: -60px;
}
.page-template-page-team .hero {
  align-items: baseline;
  justify-content: center;
}
.hero img {
  max-width: 100%;
  height: auto;
}

figcaption,
.wp-block-image figcaption,
.figcaption,
#main-content p.hero-caption,
.page-template-page-newsletters #main-content .newsletters .hero .caption,
.single-newsletter #main-content .hero .caption {
	position: absolute;
	bottom: 1px;
	right: 0;
	margin-top: 0;
	padding: 0 5px;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	font-size: 10px;
	line-height: 1.2;
}
.wp-block-image figcaption {
	margin-bottom: 0;
	text-align: left;
}
.wp-block-quote.alignleft,
.wp-block-quote.alignright,
figure.alignleft,
figure.alignright {
	margin: 28px 0 15px;
}
.wp-block-quote.alignleft,
.wp-block-quote.alignright {
	width: 48%;
}
.wp-block-quote.alignleft.medium,
.wp-block-quote.alignright.medium,
figure.alignleft.medium img,
figure.alignright.medium img {
	max-width: 350px;
}
.wp-block-quote.alignleft.small,
.wp-block-quote.alignright.small,
figure.alignleft.small img,
figure.alignright.small img {
	max-width: 200px;
}
.wp-block-quote.alignleft,
figure.alignleft {
	margin-right: 4%;
}
.wp-block-quote.alignright,
figure.alignright {
	margin-left: 4%;
}
.wp-block-column figure.alignfull {
	margin-top: 28px;
}
figure img {
	width: 100%;
	display: block;
}
.wp-caption,
.wp-caption.alignnone,
.wp-caption.alignright,
.wp-caption.alignleft {
	clear: both;
	max-width: 100%;
	margin: 27px 0 0;
	padding: 0 0 10px;
	text-align: left;
	border: none;
	background: none;
}
.wp-caption.alignright {
	margin-left: 20px;
}
.wp-caption.alignleftt {
	margin-right: 20px;
}
.wp-caption img,
.wp-caption.alignnone img,
.wp-caption.alignright img,
.wp-caption.alignleft img {
	display: block;
	width: 100%;
	max-width: 100%;
}
#main-content .wp-caption p.wp-caption-text {
	margin: 10px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.3;
}


/* buttons */
#main-content button,
.wp-block-button a {
	display: inline-block;
	width: auto;
	padding: 3px 5px 2px;
	color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #4f002a;
}
#main-content button:hover {
	background-color: #525b76;
}
button a {
	color: #fff !important;
	text-decoration: none !important;
}



/* sections */
#main-content section:not(.hero) {
	margin-top: 40px;
	margin-bottom: 50px;
}
#main-content section.intro,
#main-content section.full-width {
	margin-bottom: 0;
}
#main-content section.intro + .full-width,
#main-content section.full-width + .full-width {
	margin-top: 0;
}


/* sliders */
#main-content .wp-block-soliloquy-soliloquywp {
	margin: 50px 0;
}
#main-content .soliloquy-outer-container ul {
	margin: 0;
	padding: 0
}
#main-content .soliloquy-outer-container ul li {
	margin: 0;
	padding: 0;
	background: none;
}
#main-content .soliloquy-container .soliloquy-image {
	min-width: 100% !important;
	width: 100% !important;
	height: auto !important;
}
#main-content .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: rgba(0,0,0,.65);
}


/* news/case lists */
#main-content p.flag {
	display: inline-block;
	margin: 0;
	padding: 1px 5px 0px;
	font-size: 13px;
	text-transform: uppercase;
	border: 1px solid #525b76;
	border: 1px solid rgba(82,91,118,.5);
}
#main-content p.flag + p.flag {
	margin-left: 3px;
}





/* lightbox */
.soliloquybox-overlay {
	z-index: 9999999 !important;
}


/* gravity forms */
.gform_wrapper {
	position:relative;
	margin:1.5em 0;
	padding:.25em 0 .5em;
}
#main-content .entry-content .gform_fields > li {
	padding-left: 0;
	background:none;  /* no bullet */
}
.gform_wrapper .gfield_required {
	color:#c4161c !important;
}
.gform_wrapper p.required-note {
	position:absolute;
	right:4.5%;
	top:5px;
	font-size:11px;
}
.gform_wrapper p.required-note span {
	display:inline-block;
	position:relative;
	top:2px;
	left:-2px;
	font-size:17.6px;
	color:#c4161c;
}
.gform_wrapper .gform_footer {
	margin-top:.5em;
}


/* buttons */
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color:#ffd400;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color:#525b76;
}

/* remove sidebar vertical */
.et_right_sidebar #main-content .container:before {
	display: none;
}




/* search/filter */
.search-filter {
	margin: 0 0 50px;
	background: #e7ecef;
}
.search-filter * {
	/* color: #fff; */
}
p.back + .search-filter {
	margin-top: 30px;
}
/* search form */
input.search-field {
	margin-right: -3px;
	padding: 5px;
  border: none;
  font-size: 13px;
}
.facetwp-search-container {
	position: relative;
	top: 0px;
	width: 200px;
	margin: 0 0 10px;
}
.facetwp-type-search input.facetwp-search {
	width: 200px;
	min-width: 240px !important;
	height: 28px !important;
	padding: 5px;
  border: none;
  font-size: 13px;
}
.facetwp-search-container input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #555 !important;
	font-size: 14px;
	opacity: 1;
}
.facetwp-search-container input[type="text"]::-moz-placeholder { /* Firefox 19+ */
	color: #555!important;
	font-size: 14px;
	opacity: 1;
}
.facetwp-search-container input[type="text"]:-ms-input-placeholder { /* IE 10+ */
	color: #555!important;
	font-size: 14px;
	opacity: 1;
}
.facetwp-search-container input[type="text"]:-moz-placeholder { /* Firefox 18- */
	color: #555!important;
	font-size: 14px;
	opacity: 1;
}
.facetwp-icon {
	width: 29px;
	height: 29px !important;
	margin: 5px 0 0;
	opacity: 1 !important;
	background: #434a60;
}
.facetwp-icon:before {
	content: "\f002" !important;
	width: auto !important;
	height: auto !important;
	margin: 5px 0 0 5px;
	background: none !important;
	color: #fff;
	font-family: FontAwesome;
	font-size: 18px;
}

/* filters */
#main-content .search-filter h2#filters {
	display: none;
	font-size: 14px;
	font-weight: 600;
}
#main-content .search-filter h2#filters,
#main-content .search-filter h2#filters:hover,
#main-content .search-filter h2#filters.collapseomatic.colomat-close {
	background: none;
}
#main-content .search-filter h2#filters {
	color: inherit;
}
#main-content .search-filter h2#filters::after {
	top: 7px;
}
 .search-filter .facets-container {
	clear: both;
}
#main-content .search-filter p.instructions {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 15px;
  font-size: 14px;
  font-style: italic;
	line-height: 1.5;
	opacity: .7;
}
#main-content .facets-container h2 {
	color: #434a60;
	padding-bottom: 3px;
	border-bottom: 1px solid #434a60;
}
.search-filter .facetwp-container {
	margin: 3px 0 0;
	font-size: 14px;
}
.search-filter .facetwp-container.small {
	width: 10%;
}
.search-filter .facetwp-container.large {
	width: 20%;
}
.search-filter .facetwp-facet {
	margin-bottom: 0;
}
#main-content .search-filter p.facet-label {
	margin: 0 0 5px;
  font-size: 12px;
  font-weight: 600;
	text-transform: uppercase;
}
.facetwp-checkbox,
.facetwp-type-fselect .fs-option .fs-option-label {
	font-size: 14px;
}
.facetwp-checkbox {
	position: relative;
	top: 4px;
}
.facetwp-container.practice .facetwp-type-fselect .fs-dropdown {
	width: 250px !important;
}
.facetwp-container.defendant .facetwp-type-fselect .fs-dropdown {
	width: 300px !important;
}
.fs-dropdown .fs-options {
	max-height: 550px !important;
}
.facetwp-container.type .facetwp-facet-news_type .fs-label {
	padding-top: 7px;
	padding-bottom: 7px;
}
.facetwp-container.slider.year .facetwp-slider-wrap {
	width: 150px;
}
.facetwp-container.slider.year .facetwp-slider-label {
	position: relative;
	top: -15px;
	left: 34px;
}
.facetwp-facet-news_year {
	position: relative;
	width: 220px;
}
.facetwp-facet-news_year > div:last-of-type {
	position: absolute;
	right: 0;
	top: -7px;
}
.noUi-horizontal {
	/* height: 26px !important; */
}
.facetwp-facet-news_year div:last-of-type input[type="button"] {
	background-color: #ffd400;
	text-transform: uppercase;
}
.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
	background-color: #4f002a !important;
}
/* selected categories */
#selections {
	position:relative;
	width: 300px;
	margin: -50px auto 0;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
#selections .facetwp-selections {
	position: relative;
	margin-top: 20px;
}
#selections button {
	margin-top: 27px;
	font-size: 12px;
}
#main-content .facetwp-selections ul {
	position: relative;
	margin: 0;
	padding: 35px 10px 4px 0;
	background: none;
	color: #000;
	list-style: none;
}
.facetwp-selections ul::before {
	content: "Applied filters:";
	position: absolute;
	left: 3px;
	top: 6px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
#main-content .facetwp-selections ul li {
	position: relative;
	margin: 0 5px 0 0;
	padding: 3px 0px 5px 5px !important;
	border-radius: 5px;
	color: #4f002a;
	font-size: 13px !important;
	font-weight: 600;
	background: #ffd400 !important;
}
.facetwp-selections li::after {
	background-size:contain;
	position:absolute;
	left:0;
	top:5px;
	width:11px !important;
	height:11px !important;
	background-position:0 -1px;
	background-size:11px 11px !important;
}
.facetwp-selections li .facetwp-selection-label,
.facetwp-selections li .facetwp-selection-value {
	text-transform: lowercase;
}
.facetwp-selections li .facetwp-selection-value {
	background-position: right -2px top 2px;
	font-weight: normal;
}
#main-content button.clear-filters {
	position: absolute;
	right: 14px;
	top: 27px;
	margin: 0 0 10px;
	padding: 3px 10px;
	border: none;
	border-radius: 5px;
	color: #4f002a;
	background: #ffd400;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
button.clear-filters:hover {
	background: rgba(0,0,0,.5);
}
.facetwp-facet.facetwp-facet-fwp_count {
	float: left;
	margin: 20px 0 0;
	font-weight: normal;
}
button.hidden + .facetwp-facet.facetwp-facet-fwp_count {
	margin-top: 0;
}
.facetwp-facet.facetwp-facet-items_per_page {
	margin: 19px 0 0 160px;
}
.facetwp-facet.facetwp-facet-items_per_page::after {
	content: "per page";
	position: relative;
  top: 1px;
  margin-left: 5px;
  font-size: 13px;
	font-weight: normal;
  text-transform: uppercase;
}
.facetwp-facet.facetwp-facet-items_per_page select {
	border: 1px solid #ddd;
}



/* get help / join our team */

#main-content .help,
#main-content .join {
	background-color: #525b76;
}
.page-template-page-briefs #left-area .join,
.page-template-page-articles #left-area .join {
	margin-top: 60px !important;
}
#main-content .reversed h1 {
	color: #e7ecef;
}
#main-content .reversed .text * {
	color: #fff;
}
#main-content .reversed .text a,
#main-content .reversed .text a::after {
	color: #ffd400;
}
#main-content .help .text p,
#main-content .art .text p {
	font-size: 5.5vw;
  line-height: 1.5;
}
#main-content article.page > section.help:last-child,
#main-content article.page > section.join:last-child,
#main-content .entry-content > section.help:last-child,
#main-content .entry-content > section.join:last-child,
.page-template-page-work #main-content .entry-content section.testimonial:last-child {
	margin-bottom: -70px;
}
.home #main-content .entry-content > section.help:last-child,
.home #main-content .entry-content > section.join:last-child,
.page-template-page-team #main-content .entry-content > section.help:last-child,
.page-template-page-team #main-content .entry-content > section.join:last-child,
.page-template-page-work #main-content .entry-content section.cases.resolved {
	margin-bottom: 0;
}









/* HEADER *****************************************/

#main-header {
	height: 90px;
}
#main-header > .container {
	max-width: 1100px;
}
#main-header,
#main-header > .container {
	height: 90px;
}
.sticky-header #main-header {
	position: fixed;
}
.sticky-header #main-header,
.sticky-header #main-header > .container {
	height: 80px;
}
.sticky-header #page-container {
	padding-top: 80px;
}
.logo_container a {
	position: relative;
	left: -5px;
}
#logo {
	max-width: 65% !important;
	height: 50px;
	transition: height .2s;
}
.et_header_style_left #et-top-navigation {
	padding-top: 41px;
	padding-right: 0;
	transition: all .2s;
}
.sticky-header #et-top-navigation {
	padding-top: 4px !important;
}
#top-menu a {
	color: #4f002a;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5 !important;
}
.et-fixed-header #top-menu a {
	font-size: 14px;
}
#top-menu a:hover,
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a {
	color: #525b76 !important;
	opacity: 1 !important;
}
.et_header_style_left #et-top-navigation nav > ul ul {
	left: -18px;
	background: rgba(255,255,255,.92);
}
.et_header_style_left #et-top-navigation nav > ul > li > a {
	padding-bottom: 23px;
}
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a {
	padding-bottom: 5px !important;
	border-bottom: 3px solid #0b654f;
	color: #0b654f;
	/* border-bottom: 3px solid #f5ae06; */
	border-bottom: none;
}
#top-menu .menu-item-has-children > a:first-child {
	padding-right: 16px;
}
.sticky-header #top-menu .menu-item-has-children > a:first-child:after {
	top: -2px;
}
/* dropdowns */
#top-menu li ul {
	padding: 10px 0;
	border-top: none;
}
#top-menu li li a {
	padding: 4px 0;
  font-weight: 600;
  font-size: 14px;
}
#top-menu li li a:hover {
	background: none !important;
}

/* search */
#et_top_search {
	margin-right: 45px;
}
#et_search_icon { /* tabindex visibility */
	display: inline-block;
	width: 50px;
	height: 50px;
}
#et_search_icon::before {
	top: 0;
	left: 0;
	color: #4f002a !important;
}
.sticky-header #et_top_search {
	margin-top: 22px;
}
.et_search_form_container {
	right: 53px;
}
#main-header .et_search_outer {
	background: #fff !important;
}

/* mobile menu */
#et_mobile_nav_menu { /* Divi button */
	display: none;
}
.rmp-container {
	max-width: none !important;
}
.rmp_menu_trigger {
	transition: top 1s;
}
#rmp_menu_trigger-7177:not(.is-active) .responsive-menu-pro-inner::before {
	top: 8px !important;
}
.sticky-header .rmp_menu_trigger {
	position: fixed !important;
	top: 14px !important;
}
.rmp-container {
	top: 90px !important;
}
.sticky-header .rmp-container {
	top: 40px !important;
}
.rmp-menu-wrap .rmp-topmenu-active > .rmp-menu-item-link {
	color: #fff !important;
}
.rmp-menu-wrap .rmp-submenu .rmp-menu-item-link {
	font-weight: 400 !important;
}
.rmp-menu-wrap .rmp-menu-item-link:focus {
	border-color: rgba(255,255,255,.2) !important;
}









/* FOOTER *****************************************/

#main-footer > .container {
	padding: 10vw 0 2vw;
}
#et-footer-nav,
#footer-bottom {
	display: none;
}
#footer-widgets {
	padding: 0;
}
#footer-widgets .footer-widget {
	margin-bottom: 20px !important;
}

#footer-widgets .footer-widget .widget_media_image {
	width: 100% !important;
}
#footer-widgets .footer-widget .widget_media_image {
	display: block;
	position: relative;
	width: 250px !important;
  margin: 0 0 0 -12px;
}
#footer-widgets .footer-widget:first-child {
	margin-bottom: 5.5% !important;
}
#footer-widgets .footer-widget p.phone-email {
	margin-top: 10px;
}
#footer-widgets .footer-widget:last-child * {
	font-size: 14px;
	line-height: 1.5;
}
#footer-widgets .footer-widget:last-child .widget_block:first-child,
#footer-widgets .widget_nav_menu {
	margin-bottom: 10px !important;
}
#footer-widgets .footer-widget:last-child .widget_block:first-child span:nth-of-type(n+2),
#footer-widgets .footer-widget .widget_nav_menu li:nth-of-type(n+2) {
	margin-left: 7px;
	padding-left: 7px;
	border-left: 1px solid rgba(255,255,255,.5);
}

/* nav menu */
#footer-widgets .widget_nav_menu {
	width: 100%;
}
#footer-widgets .widget_nav_menu li {
	float: left;
}
#footer-widgets .footer-widget li:before {
	display: none;
}
#footer-widgets .footer-widget .widget_nav_menu li:first-of-type {
	padding-left: 0;
}

/* copyright */
#footer-widgets .footer-widget:last-child .widget_block:last-of-type {
	margin-top: -10px;
}
#footer-widgets .footer-widget:last-child small {
	font-size: 14px;
}





/* SIDEBAR *****************************************/






/* MAIN CONTENT *****************************************/


/* pagination */
.pagination {
	margin:30px 0 0;
	text-align:center
}
.pagination .page-numbers,
.facetwp-page {
	display: inline-block;
	margin:0 1px;
	height: 32px;
	padding: 4px 10px 0 !important;
	border: 1px solid #d3d3d3 !important;
	background: #fcfcfc;
	font-size: 14px !important;
}
.pagination .page-numbers.current,
.facetwp-page.active {
	color: #fff !important;
  background-color:#4f002a;
}
#main-content .pagination a {
	text-decoration: none !important;
}


.post-navigation {
	margin:35px 0 0;
	max-width:none;
}
.post-navigation::before {
	content:"More";
	display:block;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #d3d3d3;
	color:#999;
	font-size:12px;
	line-height:1em;
	letter-spacing:.1em;
	text-transform:uppercase;
}
.post-navigation .nav-links {
	border:none;  /* override */
}
.post-navigation .nav-previous {
	float:left;
	width:50%;
}
.post-navigation .nav-next {
	float:right;
	width:50%;
	text-align:right;
}
#main-content .post-navigation a {
	display:inline;
	margin:0;
	padding:0;
	border-bottom:none;  /* override */
	color:#c4161c;
	font-size:.92em;
	font-weight:normal;
	text-decoration:none;
}
#main-content .post-navigation a:hover {
	color:#000;
	text-decoration:underline;
}
.post-navigation a[rel="next"]::after {
	content:"\203a";
	display:inline-block;  /* no underline on hover */
	position:relative;
	left:4px;
	top:1px;
	font-size:1.3em;
}
.post-navigation a[rel="prev"]::before {
  content:"\2039";
	display:inline-block;  /* no underline on hover */
	position:relative;
	margin-right:4px;
	top:1px;
	font-size:1.3em;
}






/* HOMEPAGE *****************************************/

/* sliders */
.soliloquy-outer-container {
	border-bottom: 62vw solid #525b76;
}
.home .soliloquy-outer-container {
	border-bottom: 38vw solid #525b76;
}
.soliloquy-container .soliloquy-prev,
.soliloquy-container .soliloquy-next {
	display: none !important;
}
.soliloquy-container .soliloquy-viewport,
.soliloquy-container .soliloquy-image {
	height: 50vw;
	min-height: 50vw;
	max-height: 50vw;
}
.soliloquy-container .soliloquy-image {
	width: auto;
	height: 50vw !important;
	max-width: none !important;
}
.soliloquy-container .soliloquy-caption {
	bottom: auto !important;
	top: 50vw !important;
}
.soliloquy-fc-title {
	margin: 0 !important;
	font-family: "acumin-pro-extra-condensed", sans-serif;
	text-align: left;
	line-height: 1;
}
.soliloquy-caption-inside {
	padding-bottom: 15px !important;
	background: none !important;
}
.soliloquy-fc-content {
	overflow: auto !important;
}
.soliloquy-fc-content * {
	font-size: 4vw !important;
	line-height: 1.5 !important;
  text-align: left;
}
.soliloquy-fc-content br {
	display: none;
}
.soliloquy-fc-content .case-link {
	margin-top: 0 !important;
}
.soliloquy-fc-content .case-link a,
.soliloquy-fc-content .case-link a.more::after {
	color: #fff !important;
}
.soliloquy-fc-content .case-link a.more::after {
	top: -1px !important;
	font-size: 14px !important;
}



.home #et-main-area #main-content > .container {
	padding-top: 0;
}

.home .soliloquy-caption-inside {
	position: relative;
}
.home .soliloquy-fc-caption {
	display: flex;
}
.home .soliloquy-fc-title {
	float: left !important;
	margin: auto 15px 0 0 !important;
	color: #fff !important;
	font-size: 8vw !important;
	line-height: 1 !important
}
.home .soliloquy-fc-title a {
	text-decoration: none !important;
}
.home .soliloquy-fc-content {
	margin: auto  0 .35vw !important;
	padding-left: 15px;
	border-left: 2px solid #ffd400;
}
.home .soliloquy-fc-content p {
	margin-top: 0 !important;
}
.home .soliloquy-fc-content .case-link,
.home .soliloquy-fc-content .slide-defendant {
	display: none;
}

.home .intro-text {
	margin-top: 0 !important;
	border-bottom: 10px solid #e7ecef;
	font-size: 6.2vw;
	line-height: 1.5;
}

.home #left-area .practice-areas ul {
	list-style: none;
}
.home #left-area .practice-areas li {
	position: relative;
	float: left;
	width: 48%;
	height: 35vw;
	padding-left: 0;
	margin-left: 0;
	background-size: cover;
	list-style: none;
}
.home #left-area .practice-areas li:nth-child(even) {
	margin-left: 4%;
}
.home #left-area .practice-areas li a,
.home #left-area .practice-areas li div {
	height: 100%;
	width: 100%;
}
.home #left-area .practice-areas li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.home #left-area .practice-areas li a:hover {
	color: #ffd400;
}
.home #left-area .practice-areas li div {
	position: relative;
	background: rgba(79,0,43,.7);
}
.home #left-area .practice-areas li:hover div {
	background: rgba(0,0,0,.5);
}
.home #left-area .practice-areas li h2 {
	position: absolute;
	bottom: 3vw;
	left: 5%;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 4.5vw;
	font-weight: 700;
	line-height: 1.05;
}
#left-area .news article:first-child {
	margin-top: 15px;
}
#left-area .news article:nth-child(n+2) {
	margin-top: 20px;
	padding-top: 25px;
	border-top: 2px solid #e7ecef;
}
#left-area .news article h1 {
	margin-top: 10px;
	padding-bottom: 0;
	font-size: 5vw;
	font-weight: 400;
  line-height: 1.4;
}
#left-area .news article p.news-date {
	margin-top: 10px;
	font-size: 15px;
	text-transform: uppercase;
}

.home .art {
	border-top: 10px solid #e7ecef;
}
.home .featured-art {
	margin: 50px 0;
}
.home .featured-art figure img {
	display: block;
	width: 100%;
}
.home .featured-art .text {
	margin-left: 4%;
}
.home #left-area .featured-art .subheading {
	margin-top: 0;
	font-size: 14px !important;
	text-transform: uppercase;
}
.home #left-area .featured-art p.artwork-title {
	margin-top: 5px;
	color: #4f002a;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3 !important;
}
.home #left-area .featured-art .artwork-text p {
	font-size: 20px !important;
	line-height: 1.5 !important;
}







/* ABOUT *****************************************/

.page-template-page-team #left-area section.attorneys,
.page-template-page-team #left-area section.paralegals {
	margin-top: 50px;
}
.page-template-page-team #left-area section.attorneys > h1,
.page-template-page-team #left-area section.paralegals > h1 {
	font-size: 22px;
	text-transform: uppercase;
}
.page-template-page-team #left-area .entry-content > p:first-child {
	font-size: 21px;
	font-weight: 300;
	line-height: 1.5;
}
.page-template-page-team .person {
	position: relative;
	float: left;
  width: 48%;
  margin: 30px 0 0 2%;
}
.page-template-page-team .person:first-of-type,
.page-template-page-team .person:nth-of-type(odd) {
  clear: left;
}
.page-template-page-team #main-content .person .profile-link.desktop,
.page-template-page-team #main-content .person h1.desktop {
	display: none;
}
.page-template-page-team #main-content .person figure {
	position: relative;
}
.page-template-page-team #main-content .person h1,
.page-template-page-team #main-content .person p.position,
.page-template-page-team #main-content .person p.more {
	line-height: 1.3;
}
.page-template-page-team #main-content .person h1 {
	padding: 8px 0 0;
	font-size: 16px;
	font-weight: 600;
}
.page-template-page-team #main-content .person p.position {
	width: 96%;
	padding: 8px 0;
	margin-top: 0;
	font-size: 14px;
	line-height: 1.4;
}
.page-template-page-team #main-content .person h1 a,
.page-template-page-team #main-content .person p.position a {
	cursor: pointer;
	text-decoration: none;
}
.page-template-page-team #main-content .person p.more {
	display: none;
	margin-top: 0px;
	color: #d7de3b;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.page-template-page-team #main-content .person p.more a::after,
.page-template-page-team #main-content .person p.more a.more,
.page-template-page-team #main-content .person:hover p.more a,
.page-template-page-team #main-content .person p.more a:hover {
	color: #d7de3b;
	cursor: pointer;
	text-decoration: none;
}
.page-template-page-team #left-area section.join {
	margin-top: 60px;
}

/* lightbox */
.page-template-page-team #TB_window {
	max-width: 90% !important;
	max-height: 90vh !important;
	background-color: #e7ecef;
}
.page-template-page-team #TB_ajaxContent {
	max-width: 100% !important;
	max-height: calc(90vh - 40px) !important;
}
.page-template-page-team #TB_title {
	height: 40px;
	background: none;
	border-bottom: none;
}
#TB_closeWindowButton {
	top: 10px;
	right: 5px;
}
#TB_closeAjaxWindow .tb-close-icon::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/icons/close.png) no-repeat;
	background-size: contain;
}
.page-template-page-team #TB_ajaxContent .figure-container {
	position: absolute;
	left: 3%;
	top: 36px;
	width: 30%;
	max-width: 200px;
}
.page-template-page-team #TB_ajaxContent .figure-container p {
	margin-top: 5px;
}
.page-template-page-team #TB_ajaxContent .figure-container a {
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
.page-template-page-team #TB_ajaxContent .figure-container a:hover {
	text-decoration: underline;
}
.page-template-page-team #TB_ajaxContent .text {
	padding-left: 33%;
	font-size: 16px;
	line-height: 1.6;
}
.page-template-page-team #TB_ajaxContent .text h1 {
	margin-top: -5px;
	padding-bottom: 0;
	font-weight: 600;
	letter-spacing: -1px;
}
.page-template-page-team #TB_ajaxContent .text h1 + p,
.single-person #main-content .et_post_meta_wrapper + p {
  font-weight: 300;
  line-height: 1.5;
}
.page-template-page-team #TB_ajaxContent .text h1 + p {
	font-size: 24px;
}
.page-template-page-team #TB_ajaxContent p {
	padding: 0;
}
.page-template-page-team #TB_ajaxContent ul,
.page-template-page-team #TB_ajaxContent li,
.single-person #main-content ul,
.single-person #main-content li {
	list-style: square outside none;
}
.single-person #main-content ul {
	overflow: hidden; /* no wrap */
}
.page-template-page-team #TB_ajaxContent li,
.single-person #main-content li {
	margin: 15px 0 0 20px;
	line-height: 1.6em;
}
.single-person #main-content li {
	margin-left: 0;
}

.single-person #main-content .entry-content {
	padding-top: 0;
}
.single-person #main-content .entry-content > p.back:first-child {
	margin: -20px 0 20px;
}
.single-person #main-content p.back + .et_post_meta_wrapper {
	margin-bottom: 20px;
}
.single-person #main-content h1.entry-title {
	padding-bottom: 0;
	line-height: 1.1;
}
.single-person #main-content .et_post_meta_wrapper + p {
	font-size: 28px;
}
.single-person #main-content .cv-lists {
	margin: 30px 0;
}
.single-person #main-content .cv-lists h2 {
	margin: 20px 0 5px;
	font-size: 18px;
	text-transform: uppercase;
}
.single-person #main-content .cv-list li {
	margin: 15px 0 0;
}
.single-person #main-content .cv-list li:first-child {
	margin-top: 0;
}
.single-person #main-content .cv-list li p {
	margin-top: 0;
}
.single-person #main-content .cv-list li p + p {
	margin-top: 10px;
}






/* OUR WORK *****************************************/

.page-template-page-work #et-main-area #main-content > .container {
	padding-top: 30px;
}
.page-template-page-work #main-content #left-area h1.entry-title {
	margin-top: 0;
	font-size: 28px;
}
.page-template-page-work .soliloquy-caption {
	width: 94% !important;
	max-width: 1100px;
}
.page-template-page-work #main-content h2.soliloquy-fc-title {
	margin: 0 !important;
	color: #fff !important;
	font-size: 7vw !important;
}
.page-template-page-work .soliloquy-fc-title span {
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 2px solid #ffd400;
	line-height: 1;
}
.page-template-page-work .soliloquy-fc-content * {
	font-size: 4.5vw !important;
	line-height: 1.2;
}
.page-template-page-work .soliloquy-fc-content p:first-of-type {
	margin-top: 10px !important;
}
.page-template-page-work .intro-text {
	margin-top: 0 !important;
}
.page-template-page-work .intro-text .inner {
	padding-top: 0 !important;
}
.page-template-page-work .intro-text p:first-child {
	margin-top: 0 !important;
	font-size: 22px;
	font-weight: 300;
  line-height: 1.5;
}
.page-template-page-work #main-content .soliloquy-caption .case-link {
	width: 100%;
	text-align: right;
}
.page-template-page-work #main-content .soliloquy-caption .case-link a {
	text-transform: uppercase;
	display: inline-block;
	margin-top: 5px;
	padding: 1px 5px 2px;
	border: 1px solid #ffd400;
	font-size: 13px !important;
	font-weight: 600;
	text-align: right;
	text-decoration: none;
}
.page-template-page-work #main-content .soliloquy-caption .case-link a:hover {
	background: #000;
}
.page-template-page-work.page-id-5630 .soliloquy-fc-title span, /* voting rights (no $) */
.page-template-page-work.page-id-2281 .soliloquy-caption { /* severance (no "success" data) */
	display: none !important;
}
/* disability rights cases with multiple defendants */
.page-template-page-work.page-id-115 #main-content .soliloquy-item-2 .soliloquy-fc-title,
.page-template-page-work.page-id-115 #main-content .soliloquy-item-3 .soliloquy-fc-title,
.page-template-page-work.page-id-115 #main-content .soliloquy-item-4 .soliloquy-fc-title {
	font-size: 0 !important;
}
.page-template-page-work.page-id-115 #main-content .soliloquy-item-2 .soliloquy-fc-title span,
.page-template-page-work.page-id-115 #main-content .soliloquy-item-3 .soliloquy-fc-title span,
.page-template-page-work.page-id-115 #main-content .soliloquy-item-4 .soliloquy-fc-title span {
	border-right: none;
	font-size: 7vw !important;
}

/* cases */
.page-template-page-work .cases.resolved article.defendant {
}

/* testimonials */
.page-template-page-work .testimonial {
	background-color: #e7ecef;
}
.page-template-page-work .testimonial blockquote {
	padding-left: 0;
	border-left: none;
	color: #4f002a;
}
.page-template-page-work .testimonial .quote p {
	position: relative;
	font-size: 21px;
	font-weight: 300;
}
.page-template-page-work .testimonial .quote p:first-child {
	z-index: 1;
}
.page-template-page-work .testimonial .quote p:first-child::before {
	content: "";
	position: absolute;
	top: -21px;
	left: -33px;
	width: 70px;
	height: 64px;
	background: url(img/quote.png) no-repeat;
	background-size: contain;
	z-index: -1;
}
/*
.page-template-page-work .testimonial .quote p:last-child::after {
  content: "\201D";
	margin-left: 2px;
}
*/


/* Amicus Briefs / Articles */
.page-template-page-briefs #content-area > div,
.page-template-page-articles #content-area > div {
	padding-bottom: 0;
}
.page-template-page-briefs #left-area .briefs article:first-of-type,
.page-template-page-articles #left-area .articles article:first-of-type {
	margin-top: 0;
}
.page-template-page-briefs #left-area .briefs article:nth-of-type(n+2),
.page-template-page-articles #left-area .articles article:nth-of-type(n+2) {
	margin-top: 37px;
	padding-top: 30px;
	border-top: 2px solid #e7ecef;
}
.page-template-page-briefs #left-area .briefs article h1,
.page-template-page-articles #left-area .articles article h1 {
	position: relative;
	margin-top: 12px;
	font-size: 20px;
  font-weight: 600;
}
.page-template-page-briefs #left-area .briefs article h1::before,
.page-template-page-articles #left-area .articles article h1::before {
	content: "\f15b";
	position: absolute;
	top: 3px;
	left: -22px;
	font-family: FontAwesome;
	font-size: 16px;
	color: #4f002a;
	margin-right: 8px;
}
.page-template-page-briefs #left-area .briefs article .brief-date,
.page-template-page-articles #left-area .articles article .author,
.page-template-page-articles #left-area .articles article .article-date,
.page-template-page-articles #left-area .articles article .publication {
	font-size: 15px;
	text-transform: uppercase;
}
.page-template-page-briefs #left-area .briefs article .brief-date,
.page-template-page-articles #left-area .articles article .author {
	margin: 3px 0 -10px;
	display: inline-block;
}
.page-template-page-articles #left-area .articles article .author * {
	display: inline;
}
.page-template-page-articles #left-area .articles article .author,
.page-template-page-articles #left-area .articles article .article-date,
.page-template-page-articles #left-area .articles article .publication {
	display: inline-block;
}
.page-template-page-articles #left-area .articles article .author {
	margin-right: 9px;
	padding-right: 15px;
	border-right: 1px solid #525b76;
}
.page-template-page-articles #left-area .articles article .publication {
	margin-left: 9px;
	padding-left: 15px;
	border-left: 1px solid #525b76;
}








/* CASES *****************************************/

.page-template-page-cases #et-main-area #main-content > .container {
	padding-top: 0;
}
#left-area .entry-content .case,
#left-area .entry-content .defendant {
	margin-top: 30px;
}
.page-template-page-cases #left-area .entry-content .case:nth-of-type(n+2) {
	padding-top: 30px;
	border-top: 2px solid #e7ecef;
}
.page-template-page-cases #left-area .entry-content .case:last-of-type {
	margin-bottom: 70px;
}
#left-area .entry-content .case h1.defendant,
#left-area .entry-content .defendant h1.defendant {
	margin-top: 12px;
	font-size: 20px;
  font-weight: 600;
}
#left-area .entry-content .case h1.defendant a:hover,
#left-area .entry-content .defendant h1.defendant a:hover {
	text-decoration: none;
}
#left-area .entry-content .case p.case-summary,
#left-area .entry-content .defendant p.case-summary {
	margin-top: 0;
	font-size: 17px;
}
#left-area .entry-content .defendant p.case-summary a.more {
	margin-left: 5px;
	font-weight: 600;
	text-decoration: underline;
}
#left-area .entry-content .defendant p.case-summary a.more:hover {
	text-decoration: none;
}






/* SINGLE NEWS / CASE POSTS *****************************************/

.single #left-area > article {
	margin-bottom: 0;
}
.single #left-area h1.entry-title {
	margin-top: 10px;
}
.single #left-area .entry-content {
	padding-top: 15px;
}
.single-news #left-area .news-date {
	font-size: 15px;
	text-transform: uppercase;
}
.single #left-area .back {
	clear: both;
	margin-top: 60px;
	padding-top: 15px;
	border-top: 1px solid #e7ecef;
	text-transform: uppercase;
	font-size: 15px;
}
.single #left-area .back a::before {
	top: 0px;
	font-size: 16px;
}
.single #left-area .help {
	margin-top: 70px;
}

.single-cases #left-area .case-docs h2 {
	font-size: 18px;
  text-transform: uppercase;
}
.single-cases #left-area .case-docs li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.single-cases #left-area .case-docs li::before {
  content: "\f15b";
	margin-right: 8px;
  font-family: FontAwesome;
  font-size: 16px;
  color: #4f002a;
}







/* ARTWORK *****************************************/

.page-id-46 #left-area .reversed {
	margin-top: 40px;
}
.page-id-46 #left-area .reversed .inner {
	padding: 30px 0 45px;
}
.page-id-46 #left-area .reversed .text p {
	font-size: 18px;
}
.page-id-46 .envira-gallery-wrap {
	margin-top: 50px;
}

/* lightbox */
.envirabox-theme-base .envirabox-image-wrap {
	border: none !important;
}
.envirabox-theme-base .envirabox-caption-wrap.outside .envirabox-caption {
	bottom: -40px !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	text-align: center !important;
}

/* About the Artists */
.page-template-page-artists #left-area .artists h1:first-of-type {
	margin-top: 50px;
}
.page-template-page-artists #left-area .artists h1 {
	margin-top: 37px;
	padding-top: 30px;
	border-top: 2px solid #e7ecef;
}
.page-template-page-artists #left-area .artists h1 {
	position: relative;
	margin-top: 12px;
	font-size: 20px;
  font-weight: 600;
}






/*** CONTACT *****************************************/

.page-id-53 #left-area + p,
.page-id-53 #left-area .join .inner + p {
	display: none;
}
.page-id-53 #content {
	margin-right:0;
}
.page-id-53 #main-content h2.firm {
	margin: 20px 0 0;
	padding-bottom: 0;
	color:#670137;
	font-size: 20px;
	line-height: 32px;
}
.page-id-53 .map {
	margin:0 0 25px 0;
}
.page-id-53 #map-canvas {
	height:225px;
	border:4px solid #fff;
}
.page-id-53 .map small {
	margin:0px;
	font-size:12px;
	line-height:12px;
}
.page-id-53 .infowindow {
	position:relative;
	top:-15px;
	height:70px;
	overflow:auto;
	font-size:12px;
	line-height:16px;
}
.page-id-53 .infowindow input[type="text"] {
	width:180px;
	margin:0 2px 0 0;
	font:12px/12px arial,helvetica,sans-serif;
}
.page-id-53 .infowindow input[type="button"] {
	padding:4px;
	border:none;
	font-size:12px;
	line-height:12px;
	color:#fff;
	background-color:#4f002a;
	text-transform:uppercase;
}
.page-id-53 .infowindow input[type="button"]:hover {
	background-color:#F60;
}
#directionsPanel {
	width:300px;
	margin-bottom:30px;
	font-size:12px;
	line-height:16px;
}
.page-id-53 #left-area section.join {
	margin-top: 0;
}


/* contact form */
.page-id-53 section.form {
	margin-top: 80px !important;
	background: #e7ecef;
}
.page-id-53 .gform_wrapper {
	clear: both;
	margin: 0 0 1em;
	max-width: 100%;
}
.page-id-53 .ginput_complex {
	margin-bottom: -10px;
}
.page-id-53 #left-area #form h3 {
	margin-top: 0px;
	font-size: 24px;
}
.gform_wrapper ul li.gfield.phone {
	float: left;
	clear: both;
	margin-right: 15px;
}
.gform_wrapper ul li.gfield.phone,
.page-id-53 #left-area form li.phone input.medium,
.page-id-53 #left-area form li.phoneType input.medium {
	width:359px;
}
.gform_wrapper ul li.gfield.phoneType {
	float: left;
	clear: none;
	width: 45%;
	margin-right: 0;
}
.page-id-53 #left-area form#gform_2 ul {
	margin-left: 0;
}
.page-id-53 #left-area form#gform_2 li {
	padding-left: 0;
	background: none;
}
.page-id-53 #left-area form#gform_2 li.gfield {
	margin-top: 15px;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"] {
	padding: 3px;
	font-size: 12px;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
	border:none;
	padding: 5px;
	font: 400 22px/22px franklin-gothic-urw-cond,sans-serif;
	color: #fff;
	background-color :#4f002a;
	-webkit-box-shadow: 1px 1px 2px #b0aba2;
	-moz-box-shadow: 1px 1px 2px #b0aba2;
	box-shadow: 1px 1px 2px #b0aba2;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover {
	background-color: #F60;
}
#gforms_confirmation_message {
	font-weight:bold;
	color:#670137;
}

/* confirmation message */
.gform_confirmation_message {
	margin: 50px 0 !important;
	padding: 15px !important;
	border: 1px solid rgba(0, 0, 0, .2) !important;
	color: #9f410c !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	text-align: center !important;
	background: rgba(255, 255, 255, 1) !important;
}








/* SEARCH RESULTS ***********************************************/

mark {
	background: rgba(240,246,46,.5)
}
.search-results #main-content .page-title h1 {
	font-weight: 400;
}
.search-results #main-content .page-title h1 mark {
	font-weight: 700;
}
.search-results #left-area > article {
	margin: 40px 0 0;
	padding: 40px 0 0;
	border-top: 1px solid #d9d9d9;
}
.search-results #left-area > article:first-of-type {
	margin-top: 30px;
	padding-top: 0;
	border-top: none;
}
.search-results #left-area > article h1 {
	margin: 10px 0 20px;
  font-size: 24px;
  font-weight: 400;
	line-height: 1.3;
}
.search-results #left-area > article h1 a {
	text-decoration: none;
	color: #4f002a;
}
.search-results #left-area > article h1 a:hover {
	text-decoration: underline;
}

.search-results #left-area > article a.entry-featured-image-url,
.search-results #left-area > article .custom-field-image {
	display: block;
	float: left;
	width: 25%;
	max-width: 250px;
	margin: 10px 5% 10px 0;
	border: 1px solid #e1e6e1;
}
.search-results #left-area > article .custom-field-image {
	position: relative;
	max-height: 300px;
	overflow-y: hidden;
}
.search-results #left-area > article .custom-field-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
.search-results #left-area > article span.field-label {
	font-weight: 600;
}
.search-results #left-area > article span.field-label + p {
	display: inline;
}
