/** Generic style **/
/*hello*/
* {
  max-height: 100000px;
}

body {
  margin: 0;
  color: #000;
  font: 16px/24px 'Avenir', Arial, Helvetica, sans-serif;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  min-width: 1170px;
}

img {
  border-style: none;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease-out 0s;
}

input,
textarea,
select {
  font: 100% 'Avenir', Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #000;
  outline: 0;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

header,
footer,
article,
section,
hgroup,
nav,
figure,
aside {
  display: block;
}

input[type='text'],
input[type='password'],
input[type='file'],
input[type='submit'],
input[type='search'],
input[type='email'],
textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type='submit']:hover {
  cursor: pointer;
}

.screen-reader-text {
  visibility: hidden;
  font-size: 0;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

.soliloquy-container .container {
  margin: 0 auto !important;
}

.container:after {
  display: block;
  clear: both;
  content: '';
}

::-webkit-input-placeholder {
  color: #af0e28;
}

:-moz-placeholder {
  color: #af0e28;
}

::-moz-placeholder {
  color: #af0e28;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #af0e28;
}

/* Style of header */
.home #header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.75);
  padding: 28px 0 0;
  z-index: 999;
}

#header {
  position: relative;
  background: #fff;
  padding: 28px 0 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

#header:after {
  background: #473f3e;
  height: 28px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: '';
}

#header .logo {
  float: left;
  margin: 18px 0 0;
}

#header .logo img {
  display: block;
}

div.search {
  float: right;
  margin: 21px 0 0 12px;
}

div.search .slide {
  background: #fff;
  padding: 7px 10px 31px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
  top: 110px;
  display: none;
}

.home #header div.search .slide {
  background: rgba(255, 255, 255, 0.85);
}

.search__filter__wrapper {}

.search__filter__wrapper ul {
  padding: 0;
  margin: 0;
}

.searchform input[type='text'],
.search__filter__wrapper .sf-input-text {
  width: calc(100% - 70px);
  height: 72px;
  padding: 15px 10px 11px 0;
  border: none;
  background: none;
  font-size: 48px;
  line-height: 52px;
  color: #5a5a5a;
  border-bottom: 1px solid #d64c62;
  font-family: 'Avenir-light';
  float: left;
}

.search__filter__wrapper .sf-input-text {
  width: 100%
}

.search__filter__wrapper .searchandfilter ul {
  display: flex;
}

.search__filter__wrapper .searchandfilter ul li.sf-field-search {
  flex-grow: 1;
}

.search__filter__wrapper .searchandfilter ul li.sf-field-search label {
  display: block;
}

.searchform input[type='submit'],
.search__filter__wrapper input[type='submit'] {
  float: right;
  background: url(images/ico2.png) no-repeat;
  width: 36px;
  height: 36px;
  font-size: 0;
  line-height: 0;
  border: none;
  margin: 22px 17px 0 0;
}


#header nav .search__filter__wrapper--mobile ul {
  display: flex;
}

#header nav .search__filter__wrapper--mobile li {
  flex-grow: 1;
}

.searchform input[type='submit']:hover {
  background-position: 0 100%;
}

#header input[type='text']::-webkit-input-placeholder {
  color: #5a5a5a;
}

#header input[type='text']::-moz-placeholder {
  color: #5a5a5a !important;
}

#header input[type='text']::-moz-placeholder {
  color: #5a5a5a !important;
  opacity: 1;
}

#header input[type='text']:-ms-input-placeholder {
  color: #5a5a5a !important;
}

div.search .ico {
  display: block;
  background: url(images/sprite.png) no-repeat #c8102e 9px 9px;
  width: 36px;
  height: 36px;
  font-size: 0;
  line-height: 0;
  float: right;
  transition: none;
}

div.search.active .ico {
  background-position: 6px -18px;
}

div.search .ico:hover {
  background-color: #4b0611;
}

#header nav {
  float: right;
}

#header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  float: right;
}

#header nav ul li {
  float: left;
}

#header nav ul li a {
  color: #4b0611;
  display: block;
  padding: 31px 21px 33px;
}

#header nav ul li#menu-item-4211 a {
  color: #c8102e;
}

#header nav ul li.current-menu-item a,
#header nav ul li:hover a,
#header nav ul li.current-menu-ancestor a,
.single-practices li#menu-item-4216>a,
.single-attorneys li#menu-item-4215>a,
.single-post li#menu-item-4214>a,
.single-offices li#menu-item-4213>a {
  background: #eee;
}

.sub-menu {
  position: absolute;
  background: #eee;
  left: 0;
  right: 0;
  display: none;
  top: 100%;
  z-index: 999;
}

#header nav ul li:hover .sub-menu,
#header nav ul li.current-menu-item .sub-menu,
#header nav ul li.current-menu-ancestor .sub-menu {
  display: flex;
  justify-content: center;
}

#header nav ul li.current-menu-item.menu-item-has-children,
#header nav ul li.current-menu-ancestor.menu-item-has-children {
  margin-bottom: 49px;
}

#header nav ul li.current-menu-item.menu-item-has-children .sub-menu,
#header nav ul li.current-menu-ancestor.menu-item-has-children .sub-menu,
.parent-pageid-4197 #header nav ul li .sub-menu,
.page-id-4197 #header nav ul li .sub-menu,
.page-id-4200 #header nav ul li .sub-menu,
.parent-pageid-4200 #header nav ul li .sub-menu,
.page-id-4207 #header nav ul li .sub-menu,
.parent-pageid-4207 #header nav ul li .sub-menu {
  margin-top: -49px;
}

#header nav ul li.current-menu-item.menu-item-has-children .sub-menu,
#header nav ul li.current-menu-ancestor.menu-item-has-children .sub-menu {
  z-index: 2;
}

.fullwidth {
  width: 100% !important;
}

img.office-detail {
  width: 270px;
  height: 270px;
}

.parent-pageid-4197 #header nav ul li .sub-menu,
.page-id-4197 #header nav ul li .sub-menu,
.page-id-4200 #header nav ul li .sub-menu,
.parent-pageid-4200 #header nav ul li .sub-menu {
  z-index: 10;
}

.sub-menu ul {
  margin: 0 0 0 74px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
}

.sub-menu ul:after {
  display: block;
  clear: both;
  content: '';
}

.sub-menu ul li {
  float: left;
}

.sub-menu ul li a {
  display: block;
  padding: 16px 27px 15px !important;
  color: #0076a9 !important;
  text-transform: uppercase;
}

.sub-menu ul li a:hover,
.sub-menu ul li.current-menu-item a,
.sub-menu ul li.current-menu-ancestor a {
  color: #c8102e !important;
  background: #fff !important;
}

#header nav ul.sub-menu li a {
  padding: 16px 27px 15px;
}

#header nav ul.sub-menu li:hover a,
#header nav ul.sub-menu li.current-menu-item a,
#header nav ul.sub-menu li.current-menu-ancestor a {
  color: #c8102e;
  background: #fff;
}

.visual {
  position: relative;
  padding: 28px 0 0;
  overflow: hidden;
}

.visual .img {
  display: block;
  width: 100%;
  height: 100%;
}

.visual .caption {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.visual .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.visual .inner2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 7.4% 0 0;
}

.visual span {
  display: inline-block;
  vertical-align: top;
  font-family: 'Avenir-light';
  color: #473f3e;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 9.5px;
  text-align: left;
}

.visual .container {
  height: 100%;
}

.visual .logo2 {
  padding: 17px 25px 0 8px;
  margin: 0 -22px;
}

.visual .span1 {
  letter-spacing: 9.5px;
  padding: 7px 0 0;
}

.visual .span2 {
  padding: 78px 0 0 13px;
}

.visual .about {
  /* max-width:810px; */
  margin: 0 auto;
}

.visual .about .holder {
  padding: 0 0 0 13px;
}

.visual .about p {
  padding: 14px 18px 0 0;
  margin: 0;
  text-align: center;
}

.btn {
  color: #fff;
  text-transform: uppercase;
  background: #c8102e;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 14px 0 12px;
  margin: 0 10px 0 0;
}

.btn:hover {
  background: #7f1728;
}

.section1 {
  background-color: #4b0611;
  /*background-size:100% 100%;*/
  overflow: hidden;
  max-height: 525px;
}

.soliloquy-item {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(images/slide.jpg);
}

/*.soliloquy-item-2 {
	background-image: url(images/slider-environment.jpg);
}

.soliloquy-item-3 {
	background-image: url(images/slider-corporate.jpg);
}

.soliloquy-item-4 {
	background-image: url(images/slider-litigation.jpg);
}

.soliloquy-item-5 {
	background-image: url(images/slider-realestate.jpg);
}*/

/*Thumbs workaround*/
#soliloquy-container-4263 .soliloquy-image-slide {
  padding-bottom: 74px;
}

.soliloquy-thumbnails-container {
  background: rgba(0, 0, 0, 0.25) !important;
  max-width: 100% !important;
}

.soliloquy-thumbnails-container .soliloquy-wrapper {
  max-width: 1170px !important;
}

.soliloquy-item.soliloquy-thumbnails-item {
  background-image: none;
}

a.soliloquy-thumbnails-link {
  text-align: center;
}

.soliloquy-item-0 a.soliloquy-thumbnails-link:after {
  content: 'Labor & Employment';
}

.soliloquy-item-1 a.soliloquy-thumbnails-link:after {
  content: 'Environmental';
}

.soliloquy-item-2 a.soliloquy-thumbnails-link:after {
  content: 'Corporate';
}

.soliloquy-item-3 a.soliloquy-thumbnails-link:after {
  content: 'Real Estate';
}

.soliloquy-item-4 a.soliloquy-thumbnails-link:after {
  content: 'Litigation';
}

#soliloquy-thumbnails-container-4263 {
  z-index: 2;
  margin: 0 0 -74px 0 !important;
  max-height: 74px !important;
  top: -74px;
}

#soliloquy-thumbnails-4263 {
  width: 100% !important;
  left: 0 !important;
}

#soliloquy-thumbnails-4263 li:last-child {
  float: right;
}

#soliloquy-thumbnails-4263 li:last-child a {
  font-size: 12px;
  padding: 25px 17px;
  background: #d8102e70;
  color: #fff;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1.5px;
  transition: background-color 0.3s linear;
}

#soliloquy-thumbnails-4263 li:last-child a:hover {
  background-color: #d8102e91;
}

a.soliloquy-thumbnails-link {
  padding: 25px 0;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  letter-spacing: 1.5px;
}

a.soliloquy-thumbnails-link img {
  display: none !important;
}

.error404 #primary {
  max-width: 1170px;
  margin: 0 auto 2em;
  overflow: hidden;
}

.law-sec {
  width: 371px !important;
  float: left !important;
  text-align: center !important;
  padding: 111px 0 0 !important;
  color: #fff !important;
  line-height: 24px !important;
  font-size: 16px !important;
  font-family: 'Avenir-light' !important;
  margin: 0 0 0 8.8% !important;
}

.law-sec h2 {
  color: #fff;
  font-family: 'AvenirLTStd-Black';
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 12px;
  letter-spacing: 9px;
  font-weight: normal;
}

.law-sec h2 em {
  font-style: normal;
  font-family: 'Avenir-light';
}

.law-sec h2:after {
  position: absolute;
  left: 50%;
  top: -18px;
  content: '';
  background: #c8102e;
  width: 45px;
  height: 3px;
  margin: 0 0 0 -27px;
}

.law-sec .title {
  display: block;
  font-size: 90px;
  line-height: 90px;
  color: #82091d;
  font-family: 'BodoniMT';
  font-weight: normal;
  margin: 0 0 19px;
}

.law-sec p {
  margin: 0;
  letter-spacing: 2px;
  word-spacing: -2px;
}

.law-sec a,
.right-box .holder a {
  background: #38040d;
  color: white;
  text-transform: uppercase;
  padding: 10px 20px;
  line-height: 1em;
  font-size: 12px;
  margin-top: 25px;
  display: inline-block;
  transition: background 0.3s linear;
}

.law-sec a:hover {
  background: #c8102e;
}

.section1 .right-box {
  background: rgba(165, 111, 118, 0.4);
  width: 470px;
  padding-bottom: 30px;
  float: right;
  position: relative;
  text-align: center;
  margin: 0 0 134px;
}

/* .section1 .right-box:after {
	position:absolute;
	left:50%;
	top:-24px;
	content:"";
	background:url(images/sprite.png) no-repeat  -34px 0;
	width:76px;
	height:48px;
	margin:0 0 0 -35px;
} */
.right-box .holder {
  display: table;
  width: 100%;
  height: 100%;
}

.right-box .inner {
  display: table-cell;
  /*vertical-align:middle;*/
  padding-top: 8%;
}

.right-box h2 {
  margin: 0 0 22px;
  font-family: 'Avenir-light';
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 8px;
  word-spacing: 4px;
  padding: 0 0 0 16px;
  font-weight: normal;
}

.right-box blockquote {
  margin: 0 !important;
  padding: 0 30px;
}

.right-box blockquote q,
.right-box p {
  color: #fff;
  font-family: 'BodoniMT';
  font-size: 19px;
  line-height: 30px;
  font-style: italic;
  quotes: none;
  padding: 0 30px;
  margin: 0 0 25px;
  display: block;
}

.right-box blockquote cite {
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Avenir-light';
  color: #fff;
  font-style: normal;
  letter-spacing: 5px;
  padding: 0 0 0 9px;
}

.section-nav {
  position: relative;
  padding: 26px 0 25px;
  background: rgba(0, 0, 0, 0.25);
}

.section-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: 'Avenir-light';
  letter-spacing: 1.5px;
}

.section-nav ul li {
  float: left;
  margin: 0 0 0 89px;
}

.section-nav ul li:first-child {
  margin-left: 2px;
}

.section-nav ul li a {
  text-transform: uppercase;
  color: #8b7977;
  display: block;
}

.section-nav ul li a:hover,
.section-nav ul li.current-menu-item a,
.section-nav ul li.active a {
  color: #fff;
}

.section-nav ul li.last,
.section-nav ul li:last-child {
  position: relative;
  margin: -25px 0 -25px 40px;
}

.section-nav ul li.last a,
.section-nav ul li:last-child a {
  padding: 25px 12px 25px 14px;
  background: rgba(216, 16, 46, 0.6);
  color: #fff;
}

.section-nav ul li.last a:hover,
.section-nav ul li:last-child a:hover {
  background: #c8102e;
}

.news-section {
  padding: 65px 0 50px;
  background: #eee;
  text-align: center;
}

.news-section--full {
  padding-top: 0;
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}

.news-section h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  color: #c8102e;
  letter-spacing: 13px;
  margin: 0 0 41px;
  font-family: 'Avenir-light';
  font-weight: normal;
  padding: 0 18px 0 42px;
}

.news-section h2 em {
  font-style: normal;
  color: #4b0611;
}

.news-section .block-holder {
  position: relative;
  text-align: center;
  display: flex;
}

.news-section .block:first-child {
  margin-left: 0;
}

.news-section .block {
  float: left;
  width: 31.8%;
  background: #fff;
  margin: 0 0 35px 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 33px 30px 84px;
  color: #4b0611;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Avenir-light';
  overflow: hidden;
}

.slideshow {
  position: relative;
}

.slideshow .slideset {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.slideshow .btn-prev,
.slideshow .btn-next {
  display: none;
}

.slideshow .slide {
  position: relative;
  left: 0;
  top: 0;
  opacity: 1 !important;
  z-index: 1;
}

.slideshow div.slide.active {
  z-index: 2;
}

div.slideshow.not-enough-slides a.btn-prev,
div.slideshow.not-enough-slides a.btn-next {
  visibility: hidden;
}

.slideshow .slide {
  float: left;
  width: 31.8% !important;
}

.news-section .block .meta {
  display: block;
  color: #c8102e;
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 24px;
  padding: 0 0 0 10px;
}

.news-section .block p {
  margin: 0 0 30px;
}

.news-section .block.add p {
  padding: 0 3%;
  margin: 0 0 24px;
}

.news-section .block .bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0 28px;
}

.block .bottom span {
  display: block;
  text-transform: uppercase;
  color: #b09f9d;
  font-size: 10px;
  line-height: 13px;
  font-family: 'Avenir';
  padding: 41px 0 0;
}

.news-section .block.add .bottom span {
  padding-top: 21px;
}

.news-section .btn-holder {
  padding: 0 0 0 21px;
  display: block;
}

.block .bottom a {
  color: #c8102e;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  font-family: 'Avenir';
}

.block .bottom a:hover {
  color: #222;
}

.news-section .btn {
  padding: 0 52px;
}

.section2 {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
}

.section2 .intro {
  float: left;
  width: 50%;
  position: relative;
}

.section2 .intro img {
  display: block;
  width: 100%;
  height: auto;
}

.section2 .caption {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.section2 .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.section2 .inner2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 45.3% 0 0;
}

.intro .name {
  display: block;
  font-family: 'Avenir-light';
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  margin: 0 0 8px;
  padding: 0 0 0 8px;
  letter-spacing: 9px;
}

.intro span {
  display: block;
  color: #dee5e9;
  font-size: 14px;
  font-family: 'Avenir-light';
  line-height: 17px;
  margin: 0 0 64px;
  letter-spacing: 6px;
}

.intro .btn {
  padding: 0 26px;
}

.section2 .offices {
  float: right;
  width: 50%;
  background: url(images/img3.jpg) no-repeat #4b0611;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 138px 38px 0;
}

.offices h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: 'Avenir-light';
  font-weight: normal;
  letter-spacing: 8px;
  position: relative;
  margin: 0 0 66px;
  padding: 0 0 0 14px;
}

.offices h2:after {
  position: absolute;
  left: 50%;
  top: -60px;
  content: '';
  background: url(images/sprite.png) no-repeat -155px -2px;
  width: 33px;
  height: 46px;
  margin: 0 0 0 -17px;
}

.offices ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
  max-width: 600px;
}

.offices ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 -1px 2px;
}

.offices ul li a {
  display: block;
  width: 140px;
  background: rgba(165, 111, 118, 0.4);
  height: 140px;
}

.offices ul li a:hover {
  background: rgba(165, 111, 118, 0.9);
}

.offices ul li a span {
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  margin: 0 0 2px;
  padding: 38px 0 0;
  text-transform: uppercase;
}

.offices ul li a h3 {
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 5px;
  font-family: 'avenir_85_heavyregular';
}

.signup {
  background: #c8102e;
  padding: 40px 0 46px;
  margin: 0 0 54px;
}

.signup span {
  float: left;
  width: 48%;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Avenir-light';
  letter-spacing: 7px;
  padding: 14px 0 0 16px;
}

.gform_confirmation_message_2.gform_confirmation_message {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Avenir-light';
  letter-spacing: 7px;
  padding: 14px 0 0 16px;
}

.signup .form {
  float: right;
  width: 48.9%;
  /*background:#d64c62;*/
  position: relative;
  margin: 0 -3px 0 0;
}

.signup .form input[type='text'] {
  float: left;
  width: 69%;
  padding: 12px 21px;
  height: 54px;
  font-size: 24px;
  line-height: 30px;
  color: #af0e28;
  border: none;
  background: none;
  font-family: 'Avenir-light';
}

.signup .form input[type='email'] {
  float: left;
  width: 67%;
  padding: 12px 21px;
  height: 54px;
  font-size: 24px;
  line-height: 30px;
  color: #af0e28;
  border: none;
  background: none;
  font-family: 'Avenir-light';
  background: #d64c62;
  margin-bottom: 10px;
}

#gform_wrapper_2 .validation_message {
  color: white;
}

body img.gform_ajax_spinner {
  display: none !important;
}

.signup .form input[type='submit'] {
  float: right;
  width: 30%;
  text-align: center;
  background: #af0e28;
  height: 54px;
  color: #fff;
  font-size: 16px;
  line-height: 54px;
  border: none;
  text-transform: uppercase;
  font-family: 'Avenir-light';
}

.signup .form input[type='submit']:hover {
  background: #4b0611;
}

#footer {
  padding: 0 0 20px;
  overflow: hidden;
}

#footer .logo {
  float: left;
  width: 75px;
  margin: 3px 125px 0 0;
}

#footer .logo img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-content {
  overflow: hidden;
}

.footer-nav {
  position: relative;
  margin: 0 0 26px;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  overflow: hidden;
}

.footer-nav ul li {
  float: left;
  margin: 0 0 0 82px;
}

.footer-nav ul li:first-child {
  margin-left: 0;
}

.footer-nav ul li a {
  color: #4b0611;
}

.footer-nav ul li a:hover,
.footer-nav ul li:last-child a {
  color: #c8102e;
}

.footer-bottom {
  overflow: hidden;
}

.social {
  float: right;
  margin: 0 0 0 12px;
  padding: 0;
  list-style: none;
}

.social li {
  float: left;
  margin: 0 0 0 12px;
}

.social li a {
  color: #927b78;
  font-size: 16px;
}

.social li a:hover {
  color: #4b0611;
}

.links {
  margin: 0;
  padding: 4px 0 0;
  list-style: none;
  float: right;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.links li {
  float: left;
  margin: 0 0 0 39px;
}

.links li a {
  color: #927b78;
}

.links li a:hover {
  text-decoration: underline;
}

.copy {
  color: #927b78;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 13px;
}

/**** attorney detail ****/
.head {
  background: #eee;
  padding: 39px 42px 44px 58px;
}

.head .header-wrap {
  max-width: 75%;
}

.head h1 {
  color: #4b2926;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 3px;
  word-spacing: 3px;
  margin: 0 0 5px -8px;
  font-family: 'Avenir-light';
  font-weight: normal;
}

.head.add2 h1 {
  letter-spacing: 0;
}

.head ul {
  margin: 0 0 0 -8px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Avenir-light';
}

.head ul {
  display: block;
  vertical-align: top;
}

.head ul li {
  display: inline-block;
  position: relative;
  padding: 0 12px;
}

.head ul li:first-child {
  padding-left: 0;
  color: #b09f9d;
}

.head ul li:after {
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  content: '';
  background: #c2b6b5;
  width: 2px;
}

.head ul li:first-child:after,
.head ul li:last-child:after {
  display: none;
}

.head ul li.state {
  color: #c8102e;
  display: block;
  margin: 5px 0 0;
  padding: 0;
}

.head ul li.tel a {
  color: #b09f9d;
}

.head ul li.tel a:hover {
  color: #c8102e;
}

.head ul li.tel {
  letter-spacing: 0.5px;
}

.head ul li.ico:after {
  display: none;
}

.head ul li.ico {
  padding: 10px 5px 0 0;
}

.head ul li.ico a:hover {
  opacity: 0.7;
}

.head ul li.ico a {
  display: block;
  font-size: 0;
  line-height: 0;
  background: url(images/sprite.png) no-repeat -3px -73px;
  width: 18px;
  height: 13px;
  transition: none;
}

.head ul li.ico.add {
  padding: 8px 5px 0;
}

.head ul li.ico.add2 {
  padding: 9px 5px 0;
}

.head ul li.ico.add a {
  background-position: -33px -72px;
  width: 16px;
  height: 16px;
}

.head ul li.ico.add2 a {
  background-position: -59px -72px;
  width: 20px;
  height: 14px;
}

.head ul li.ico a:hover {
  background-position: -3px -92px;
}

.head ul li.ico.add a:hover {
  background-position: -33px -91px;
}

.head ul li.ico.add2 a:hover {
  background-position: -59px -91px;
}

.main-area {
  position: relative;
  padding: 0 0 40px;
}

.main-area:after {
  display: block;
  clear: both;
  content: '';
}

#sidebar {
  float: right;
  width: 270px;
  margin: 0 0 0 130px;
}

#sidebar img,
#sidebar .wp-caption {
  max-width: 100% !important;
  height: auto;
}

#sidebar .profile-img {
  position: relative;
  margin: -115px 0 0;
}

#sidebar .profile-img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 27px;
}

#sidebar .block {
  margin: 0 0 20px;
  position: relative;
}

#sidebar .block h3 {
  color: #b09f9d;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 6px;
  font-family: 'Avenir-light';
  font-weight: normal;
}

#sidebar .block ul {
  margin: 0;
  padding: 0;
  color: #0076a9;
  list-style: none;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Avenir-light';
}

#sidebar .block ul li {
  margin: 0 0 8px;
}

#sidebar .block ul li a {
  color: #0076a9;
}

#sidebar .block ul li a:hover {
  color: #000;
}

#content {
  /* overflow: hidden; */
  padding: 40px 0 0;
  color: #4b0611;
  font-size: 16px;
  line-height: 24px;
}

#content p {
  margin: 0 0 24px;
}

#content a {
  font-weight: bold;
  border-bottom: 1px solid;
  transition: border-bottom 0.3s linear;
}

#content .news-list a,
#content .wp-caption a {
  border-bottom: transparent;
  font-weight: normal;
}

#content a:hover {
  border-bottom-color: transparent;
  text-decoration: none !important;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.blog-post {
  background: #eee;
  padding: 77px 0 18px;
}

.blog-post h2 {
  text-align: center;
  font-size: 36px;
  line-height: 39px;
  text-transform: uppercase;
  letter-spacing: 13px;
  font-weight: normal;
  font-family: 'Avenir-light';
  color: #c8102e;
  margin: 0 0 58px;
  padding: 0 0 0 5px;
}

.blog-post h2 span {
  color: #4b0611;
}

.blog-post .block-holder {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.blog-post .block:first-child {
  margin-left: 0;
}

.blog-post .block {
  float: left;
  width: 31.8%;
  background: #fff;
  margin: 0 0 35px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 42px 30px 34px;
  color: #4b0611;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Avenir-light';
  overflow: hidden;
}

.blog-post .block p {
  margin: 0 0 29px;
}

.blog-post .block a {
  color: #c8102e;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}

.blog-post .block a:hover {
  color: #4b0611;
}

.blog-post .block:last-child p {
  padding: 0 10%;
  margin: 0 0 22px;
}

/**** OUR PEOPLE ***/
.head2 {
  background: url(images/bg-head.jpg) no-repeat 100% 0 #4b0611;
  padding: 42px 0;
}

.head2 h1 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
}

.top-section {
  background: #eee;
  padding: 29px 0 26px;
  margin: 0 0 10px;
}

.top-section .filter {
  float: left;
  height: 36px;
  background: #fff;
  color: #c8102e;
  text-transform: uppercase;
  padding: 0 54px 0 14px;
  position: relative;
  font-size: 16px;
  font-family: 'Avenir-light';
  line-height: 36px;
  margin: 0 85px 0 0;
}

.top-section .filter:hover,
.top-section.active .filter {
  background: #c8102e;
  color: #fff;
}

.top-section .filter:hover:after,
.top-section.active .filter:after {
  background-position: -90px -94px;
  width: 13px;
  height: 17px;
  top: 10px;
}

.top-section .form {
  padding-top: 47px;
}

.top-section .row {
  overflow: hidden;
}

.top-section .filter:after {
  position: absolute;
  right: 15px;
  top: 10px;
  content: '';
  background: url(images/sprite.png) no-repeat -114px -121px;
  width: 16px;
  height: 13px;
}

.top-section .list {
  overflow: hidden;
}

.top-section .list ul {
  margin: 0;
  padding: 6px 0;
  list-style: none;
  display: table;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Avenir-light';
  text-transform: uppercase;
}

.top-section .list ul li {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 2.64%;
}

.top-section .list ul li a {
  color: #c8102e;
}

.top-section .list ul li a:hover {
  color: #222;
}

.top-section .list ul li a.disable {
  pointer-events: none;
  cursor: default;
  color: #aaa;
}

.top-section .list ul li:first-child {
  text-align: left;
  width: 1.9%;
}

.top-section .list ul li:last-child {
  text-align: right;
  width: 1.3%;
}

.jcf-hidden {
  display: block !important;
  position: absolute !important;
  left: -9999px !important;
}

.select-area {
  position: relative;
  overflow: hidden;
  cursor: default;
  height: 36px;
  float: left;
  width: 100% !important;
}

.select-area .center {
  white-space: nowrap;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Avenir-light';
  display: block;
  color: #aaa;
}

.select-area .select-opener {
  position: absolute;
  height: 36px;
  width: 36px;
  right: 0;
  top: 0;
}

.select-area .select-opener:after {
  position: absolute;
  right: 12px;
  top: 15px;
  content: '';
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #aaaaaa transparent transparent transparent;
}

.select-options {
  position: absolute;
  overflow: hidden;
  background: #fff;
  z-index: 2000;
}

.select-options .drop-holder {
  border: 1px solid #777;
  overflow: hidden;
  height: 1%;
}

.select-options ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.select-options ul li {
  width: 100%;
  float: left;
}

.select-options ul a {
  text-decoration: none;
  padding: 5px 10px;
  display: block;
  cursor: default;
  color: #000;
  height: 1%;
}

.select-options .item-selected a {
  text-decoration: none;
  background: #c8102e;
  color: #fff;
}

.top-section .form {
  position: relative;
  display: none;
}

.top-section .form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.top-section .form ul li {
  float: left;
  position: relative;
  background: #fff;
  margin: 0 0 0 30px;
  width: 23.1%;
}

.top-section .form ul li+li+li {
  width: 14.5%;
}

.top-section .form ul li:first-child {
  margin-left: 0;
}

.top-section .form ul li:last-child {
  float: right;
  margin: 0;
}

.top-section .form ul li input[type='text'] {
  width: 100%;
  background: none;
  border: none;
  height: 36px;
  padding: 8px 10px;
  line-height: 20px;
  font-size: 14px;
  color: #aaa;
  font-family: 'Avenir-light';
}

.top-section .form ::-webkit-input-placeholder {
  color: #aaa;
}

.top-section .form :-moz-placeholder {
  color: #aaa;
}

.top-section .form ::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

.top-section .form :-ms-input-placeholder {
  color: #aaa;
}

.top-section .form ul li input[type='submit'],
.gform_wrapper input[type='submit'] {
  width: 100%;
  display: block;
  background: #c8102e;
  color: #fff;
  height: 36px;
  text-align: center;
  font-family: 'Avenir-light';
  font-size: 14px;
  line-height: 36px;
  border: none;
}

.top-section .form ul li input[type='submit']:hover,
.gform_wrapper input[type='submit']:hover {
  background: #222;
}

#profile_search_reset {
  margin: 0.5em 0 0 0;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #c8102e;
}

#profile_search_reset:hover {
  color: #222;
}

.ui-autocomplete {
  background: white;
  list-style: none;
  line-height: 2em;
  padding: 1em;
  z-index: 5000;
}

.ui-autocomplete li {
  padding: 0 1em;
}

.ui-autocomplete li:nth-child(odd) {
  background: rgba(34, 34, 34, 0.15);
}

.our-people {
  padding-bottom: 87px;
  padding-top: 38px;
}

.people-box {
  position: relative;
  margin: 0 -15px 57px;
  display: flex;
  flex-wrap: wrap;
}

.people-holder {
  margin: 0 -15px;
}

.people-box .box {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 51px;
  position: relative;
  width: 170px;
}

.people-box .box .img {
  position: relative;
  margin: 0 0 7px;
}

.people-box .box:hover .img:after {
  /*background: rgba(0, 0, 0, 0) linear-gradient(-45deg, #d74949, #dac9cc) repeat scroll 0 0;*/
  background: #4b0611;
  height: 100%;
  left: 0;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 10;
  content: '';
}

.no-backgroundblendmode .people-box .box:hover .img:after {
  background: rgba(243, 68, 96, 0.5);
}

.people-box .box img {
  display: block;
  width: 100%;
  height: 100%;
}

.people-box .box .name {
  display: block;
  text-align: center;
  color: #4b0611;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Avenir-light';
  margin: 0 0 7px;
  font-weight: normal;
  /*width:120px;*/
}

.people-box .box span {
  display: block;
  color: #c8102e;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.data-holder .title {
  display: block;
  margin: 50px 11px 25px;
  font-size: 20px;
  line-height: 24px;
  color: #c8102e;
  text-transform: uppercase;
  font-family: 'Avenir-light';
  font-weight: normal;
  padding: 0 0 9px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.people-holder strong#A {
  margin-top: 0;
}

/***** Legal Services *****/
.tabset {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  font-family: 'Avenir-light';
  line-height: 35px;
}

.tabset:after {
  display: block;
  clear: both;
  content: '';
}

.tabset li {
  float: left;
  margin: 0 2px 0 0;
  position: relative;
  z-index: 99;
}

.tabset li a {
  display: block;
  width: 184px;
  text-align: center;
  text-transform: uppercase;
  background: #eee;
  color: #b4b4b4;
  position: relative;
}

.tabset li a:hover,
.tabset li a.active {
  background: #fff;
  color: #c8102e;
  margin: 0 0 -3px;
  padding: 0 0 3px;
  -webkit-box-shadow: 0 -2px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 1px 0 rgba(0, 0, 0, 0.2);
}

.tab-holder {
  padding: 40px 0 0;
}

.tab-content {
  padding: 33px 0 6px;
  /* border-top: 1px solid #eee; */
  overflow: hidden;
}

.tab-content .list {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 51.2%;
  color: #0076a9;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Avenir-light';
}

.tab-content .list.add {
  width: 40%;
}

.tab-content .list li {
  margin: 0 0 14px;
  padding: 0 10px 0 0;
}

.tab-content .list li a {
  color: #0076a9;
}

.tab-content .list li a:hover {
  color: #222;
}

/***** Legal Services Detail *****/
.head2.add {
  padding: 31px 0 32px;
}

.head2.add span {
  color: #c8102e;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 0 5px;
  display: none;
}

.single-offices .head2.add span {
  display: block;
}

#content .alignright {
  float: right;
  /*	width:42.3%;*/
  margin: 0 -40px 9px 46px;
}

#content .alignright img {
  display: block;
  width: 100%;
  height: auto;
}

.detail #content {
  overflow: visible;
}

.detail #content:after {
  display: block;
  clear: both;
  content: '';
}

#content a {
  color: #4b0611;
}

#content a:hover {
  text-decoration: underline;
}

.detail #content:before {
  position: absolute;
  right: 389px;
  content: '';
  background: url(images/img11.png) no-repeat;
  width: 502px;
  height: 673px;
  top: 0;
}

.detail {
  padding: 0 !important;
}

.detail #content .description {
  padding: 29px 0 0;
  position: relative;
  z-index: 9;
}

.detail #content {
  padding: 27px 0 0;
}

.example-box {
  position: relative;
  background: #4b0611;
  margin: 0 0 0;
  padding: 0 0 51px;
  color: white;
}

.example-box h2 {
  margin: 0 0 45px;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: 'AvenirLTStd-Black';
  text-align: center;
  letter-spacing: 10px;
  font-weight: normal;
  padding: 0 16px 0 11px;
}

.example-box h2 span {
  display: inline-block;
  vertical-align: top;
  background: #73383f;
  padding: 104px 90px 22px 104px;
  position: relative;
}

.example-box h2 span:after {
  position: absolute;
  left: 50%;
  top: 90px;
  content: '';
  background: #c8102e;
  width: 45px;
  height: 3px;
  margin: 0 0 0 -22px;
}

.example-box .holder {
  overflow: hidden;
  padding: 0 0 0 48px;
}

.example-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 23px;
  float: left;
  width: 100%;
  color: #fff;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.example-box ul.add {
  float: right;
}

.example-box ul li {
  margin: 0 0 27px;
  position: relative;
  padding: 0 35px 0 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 96%;
}

.example-box ul li p {
  margin: 0;
  padding: 0;
}

.example-box ul li:after {
  position: absolute;
  left: 0;
  top: 1px;
  content: '';
  background: url(images/sprite.png) no-repeat -123px -4px;
  width: 21px;
  height: 24px;
}

.detail .people-box {
  position: relative;
  margin-bottom: 45px;
}

.detail .news-section h2 {
  padding-left: 30px;
}

.people-box h2 {
  text-align: center;
  margin: 0 0 37px;
  text-transform: uppercase;
  color: #c8102e;
  font-size: 36px;
  line-height: 40px;
  font-family: 'Avenir-light';
  font-weight: normal;
  letter-spacing: 12px;
  padding: 0 0 0 8px;
  flex: 0 1 100%;
}

/***** Firm Detail *****/

.firm {
  padding: 4px 0 51px;
}

.firm #sidebar {
  padding: 55px 0 0;
}

#sidebar .block2 h3 {
  color: #b09f9d;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Avenir-light';
  font-weight: normal;
  margin: 0 0 13px;
}

#sidebar .block2 {
  font-size: 16px;
  line-height: 24px;
  color: #4b0611;
  margin: 0 0 41px;
}

#sidebar .block2 p {
  margin: 0;
}

#content .heighlight {
  font-size: 20px;
  line-height: 30px;
}

#content .comment-area {
  padding: 62px 0 35px;
}

.comment-area blockquote {
  position: relative;
  margin: 0 0 0 37px;
  padding: 0 0 0 37px;
}

.comment-area blockquote:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  background: #eee;
  width: 4px;
}

.comment-area blockquote q {
  display: block;
  color: #c8102e;
  font-size: 28px;
  line-height: 37px;
  margin: 0 0 17px;
  font-family: 'URWBodoniW01-LightOblique';
}

.comment-area blockquote cite {
  color: #b09f9d;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-family: 'Avenir-light';
}

/***** News Resources *****/
.sub-menu.add ul li+li a {
  padding: 16px 70px 15px;
}

.sub-menu.add ul li+li+li a {
  padding: 16px 27px 15px;
}

.sub-menu.add ul li+li+li+li a {
  padding: 16px 70px 15px;
}

.sub-menu.add ul li+li+li+li+li a {
  padding: 16px 27px 15px;
}

.news {
  padding: 47px 0 0;
}

.news #content {
  padding: 0;
}

.news #sidebar {
  padding: 12px 0 0;
}

.topics h3 {
  margin: 0 0 10px;
  color: #b09f9d;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-family: 'Avenir-light';
}

.topics ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Avenir-light';
}

.topics ul li {
  margin: 0;
}

.topics ul li a {
  color: #0076a9;
}

.topics ul li a:hover {
  color: #000;
}

.news-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 24px;
  color: #4b0611;
}

.news-list ul li {
  padding: 32px 21px 28px 0;
  border-bottom: 1px solid #eee;
}

.news-list ul li:first-child {
  padding-top: 0;
}

#content .news-list ul li p {
  margin: 0;
}

#content .news-list ul li a {
  display: block;
}

#content .news-list ul li a span {
  color: #c8102e;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 3px;
  display: block;
  margin: 0 0 18px;
  text-transform: uppercase;
}

#content .news-list ul li a:hover {
  text-decoration: none;
}

#content .news-list ul li a:hover p {
  color: #c8102e;
}

/***** Offices *****/
.offices-page {
  padding: 63px 0 16px;
}

.offices-box {
  position: relative;
  margin: 0 -11px;
}

.offices-box .box {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 31px;
  position: relative;
}

.offices-box .box img {
  display: block;
}

.offices-box .box .cap {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -70px 0 0 -70px;
  width: 140px;
  height: 140px;
  background: rgba(165, 111, 118, 0.4);
}

.offices-box .box .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.offices-box .box .inner2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 4px 0 0;
}

.offices-box .box span {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-family: 'Avenir-light';
}

.offices-box .box h2 {
  margin: 0;
  font-size: 48px;
  line-height: 52px;
  font-family: 'avenir_85_heavyregular';
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
}

.offices-box .box a {
  display: block;
}

.offices-box .box a:hover .cap {
  background: rgba(165, 111, 118, 0.8);
}

.contact-info {
  width: 20%;
  float: left;
  margin-top: 20px;
}

.contact-info:nth-child(7) {
  clear: left;
}

.contact-info .contact-wrap {
  margin: 0 12px;
}

.page-id-4208 .offices-box .box img {
  width: 200px;
  height: 200px;
}

/*** Offices Detail ***/
.offices-detail {
  padding: 45px 0 0;
}

.offices-detail #content {
  padding: 5px 0 0;
}

.offices1 {
  margin-bottom: 72px;
}

.offices2 {
  background: #eee;
  padding-top: 60px;
  margin-top: 55px;
}

.map iframe {
  width: 100% !important;
}

.offices2 .people-box {
  margin-bottom: 0;
}

#sidebar .address {
  font-size: 16px;
  line-height: 24px;
  color: #4b0611;
  display: block;
  font-family: 'Avenir-light';
  margin: 0 0 22px;
}

#sidebar .info {
  color: #c8102e;
  font-family: 'Avenir-light';
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 36px;
}

#sidebar .info span {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 24px;
}

#sidebar .info .tell a {
  position: relative;
  color: #c8102e;
}

#sidebar .info .tell a:after {
  position: absolute;
  left: -24px;
  content: '';
  top: 0;
  background: url(images/sprite.png) no-repeat -136px -67px;
  width: 17px;
  height: 16px;
}

#sidebar .info .tell a:hover:after {
  background-position: -136px -92px;
}

#sidebar .info .tell a:hover {
  color: #4b0611;
}

#sidebar .info .fax:after {
  position: absolute;
  left: 0;
  top: 1px;
  content: '';
  background: url(images/sprite.png) no-repeat -168px -67px;
  width: 17px;
  height: 16px;
}

.opener.add {
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin: 10px 20px 26px 0;
  border-radius: 3px;
  color: #c8102e;
  position: relative;
  display: none;
}

.opener.add:before,
.opener.add:after,
.opener.add span {
  background: #c8102e;
  border-radius: 4px;
  position: absolute;
  top: 15px;
  left: 5%;
  right: 5%;
  height: 2px;
  margin-top: -2px;
  /* height/2 */
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.opener.add:before,
.opener.add:after {
  content: '';
  top: 11px;
}

.opener.add:after {
  top: 19px;
}

/* close button transition */
.active .opener span {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.opener:hover {
  opacity: 0.9;
}

.close-btn:after,
.close-btn:before,
.active .opener:after,
.active .opener:before {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  left: auto;
  right: 5px;
}

.active .opener:before {
  left: -4px !important;
  top: 15px !important;
}

.close-btn:after,
.active .opener:after {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 0 !important;
  left: auto !important;
  right: 5px !important;
}

#nav .js-slide-hidden {
  display: block !important;
  left: -9999px !important;
  position: static !important;
  top: -9999px !important;
}

.example-box .js-slide-hidden {
  display: block !important;
  left: -9999px !important;
  position: static !important;
  top: -9999px !important;
}

.example-box .opener1 {
  display: none !important;
}

#content .js-slide-hidden {
  display: block !important;
  left: -9999px !important;
  position: static !important;
  top: -9999px !important;
}

#content .opener {
  display: none;
}

#nav form {
  display: none;
}

.desk {
  display: block !important;
}

.mob {
  display: none !important;
}

.news #sidebar .js-slide-hidden {
  display: block !important;
  left: -9999px !important;
  position: static !important;
  top: -9999px !important;
}

.topics h3 a {
  pointer-events: none;
}

.news-list .js-slide-hidden {
  display: block !important;
  left: -9999px !important;
  position: static !important;
  top: -9999px !important;
}

/*.map { margin-bottom:72px;}*/
.map .pw_map_canvas {
  height: 471px !important;
}

.news-list .opener2 {
  display: none;
}

#field_2_1 .gfield_label {
  display: none !important;
}

#gform_fields_2 ul {
  list-style: none;
}

#gform_fields_2 li {
  list-style: none;
  overflow: hidden;
}

.gform_fields.top_label.form_sublabel_below.description_below {
  margin: 0px;
  padding: 0;
}

#gform_2 .gform_body {
  float: left;
  width: 70%;
}

.signup .form input[type='email'] {
  width: 100% !important;
}

.section1 .soliloquy-container .soliloquy-viewport,
.section1 .soliloquy-container .soliloquy-image {
  min-height: 650px !important;
}

.section1 .soliloquy-thumbnails-container .soliloquy-viewport {
  min-height: 74px !important;
}

.news-section .btn-prev,
.news-section .btn-next {
  display: none;
}

#soliloquy-container-4263 {
  margin-bottom: 0 !important;
}

.footer-nav ul li ul {
  display: none !important;
}

.validation_error {
  display: none;
}

.soliloquy-container .soliloquy-next,
.soliloquy-container .soliloquy-prev {
  background: url(images/slider-arrows.png) no-repeat !important;
  width: 23px !important;
  height: 36px !important;
  bottom: 10px;
  top: initial !important;
  display: none !important;
}

.soliloquy-container .soliloquy-next {
  background-position: top right !important;
}

/*custom CSS*/
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  background: none !important;
  padding: 55px 0 0 0 !important;
  text-shadow: none !important;
}

.alloffices {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.alloffices li {
  list-style: none;
  width: 33%;
  float: left;
  padding: 1%;
  box-sizing: border-box;
}

.gform_wrapper,
#gform_confirmation_wrapper_1 {
  background: #eee;
  padding: 1em;
  max-width: 500px;
  margin: 1em auto;
  z-index: 2;
  position: relative;
}

#gform_wrapper_2 {
  background: transparent;
  padding: 0;
  max-width: 100%;
  margin: 0;
}

.address_state select {
  border: 0;
  width: 100%;
  padding: 8px 10px;
  line-height: 20px;
  font-size: 14px;
}

#gform_wrapper_1,
#gform_confirmation_wrapper_1 {
  float: right;
  margin-left: 1%;
}

#gform_wrapper_1 h3 {
  margin-top: 0;
}

#gform_confirmation_wrapper_1~.offices-box .contact-info:nth-child(4) {
  clear: left;
}

.gform_wrapper li {
  list-style: none;
  margin-bottom: 1em;
  overflow: hidden;
}

.gform_wrapper input[type='text'],
.gform_wrapper input[type='email'],
.gform_wrapper textarea,
.gform_wrapper .select-area .center {
  border: 0 solid #a9a9a9;
  border-radius: 0;
  -webkit-appearance: none;
  width: 100%;
  box-sizing: border-box;
  color: black;
  background: white;
  padding: 8px 10px;
  line-height: 20px;
  font-size: 14px;
}

.ginput_complex span {
  width: 48%;
  float: left;
}

.ginput_complex span:nth-child(2n) {
  float: right;
}

.ginput_complex span:nth-child(2n + 1) {
  clear: left !important;
}

.gform_wrapper .select-area .center {
  height: 37px;
}

.ginput_complex span.name_last {
  float: right;
}

.gform_wrapper .validation_message {
  color: #c8102e;
  clear: left;
}

.gfield_label {
  font-weight: bold;
}

/*.soliloquy-item:not(.soliloquy-item-5) .soliloquy-caption * {
	color: black !important
}*/

.soliloquy-thumbnails-outer-container {
  height: 525px !important;
}

.pagination {
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 2200px) {
  .visual {
    max-height: 1720px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1500px) {
  .visual {
    max-height: 720px;
    overflow: hidden;
  }

  .visual--slider {
    max-height: 80vh;
    overflow: hidden;
  }

  .section2 .offices {
    padding: 138px 110px 0;
  }

  #content .alignright {
    margin-right: -10px;
  }

  .section-nav ul li {
    margin: 0 0 0 64px !important;
  }

  .section-nav ul li.last,
  .section-nav ul li:last-child {
    margin: -25px 0 -25px 32px !important;
  }

  .footer-nav ul li {
    margin-left: 78px;
  }
}

@media screen and (max-width: 1500px) {
  #content .alignright {
    margin-right: 0;
  }
}

@media screen and (max-width: 1430px) {
  .soliloquy-item {
    background-size: cover;
  }
}

@media screen and (max-width: 1250px) {
  .people-holder {
    margin: 0;
  }

  .people-box .box {
    margin: 0 10px 51px;
  }

  .people-box {
    text-align: center;
    margin-bottom: 15px;
    justify-content: center;
  }

  .our-people {
    padding: 0;
  }

  .people-box .box {
    margin: 0 5px 20px;
    width: 14.2%;
  }

  .people-box .box img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .people-box .box .name {
    font-size: 12px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1220px) {
  body {
    min-width: 320px;
  }

  .error404 #primary {
    max-width: 96%;
  }
}

@media screen and (max-width: 1190px) {
  #content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .people-box {
    margin: 0 -3px 57px;
  }

  .people-box .box {
    margin: 0 0.9% 51px;
  }

  #content .alignright {
    margin-right: 0;
  }

  .soliloquy-thumbnails-item,
  .soliloquy-thumbnails-item.soliloquy-active-slide {
    display: none !important;
  }

  #soliloquy-thumbnails-4263 li:last-child {
    float: none;
    position: relative;
    left: 50%;
  }

  #soliloquy-thumbnails-4263 li:last-child a {
    position: relative;
    margin-left: -80px;
    display: inline-block;
  }

  #soliloquy-container-4263 .soliloquy-image-slide {
    padding-bottom: 54px;
  }

  .section1 .soliloquy-thumbnails-container .soliloquy-viewport {
    min-height: 54px !important;
  }

  #soliloquy-thumbnails-4263 li:last-child a {
    top: 5px;
    padding: 10px 17px;
  }

  #soliloquy-thumbnails-container-4263 {
    margin: 0 0 -54px 0 !important;
    max-height: 54px !important;
    top: -54px;
  }

  .section1 .soliloquy-container .soliloquy-viewport,
  .section1 .soliloquy-container .soliloquy-image {
    min-height: 750px !important;
  }
}

@media screen and (max-width: 1170px) {
  body {
    min-width: 320px;
  }

  .news-section .block .meta {
    letter-spacing: 1px;
  }

  .container {
    padding: 0 10px;
  }

  .example-box .holder {
    padding: 0;
  }

  #header nav ul li a {
    padding: 31px 11px 33px;
  }

  .law-sec {
    margin-left: 2% !important;
    padding-top: 60px !important;
  }

  /*	.section1 .right-box { height:435px;}*/
  .signup {
    padding: 20px 10px 26px;
  }

  .visual span {
    font-size: 18px;
    letter-spacing: 6px;
    line-height: 24px;
  }

  .visual .about p {
    padding-right: 0;
    text-align: center;
  }

  .offices h2 {
    margin-bottom: 20px;
  }

  .offices ul li a {
    width: 106px;
    height: 106px;
    padding: 5px;
  }

  .offices ul li a span {
    padding-top: 23px;
  }

  .signup span {
    letter-spacing: 2px;
  }

  #footer .logo {
    margin-right: 40px;
  }

  .footer-nav ul li {
    margin-left: 50px;
  }

  .section2 .offices {
    padding: 138px 30px 0;
  }

  #sidebar {
    margin-left: 30px;
  }

  .head {
    padding-left: 15px;
  }

  .blog-post .block:last-child p {
    padding: 0;
  }

  .blog-post .block {
    padding: 54px 40px 14px;
    font-size: 13px;
    line-height: 17px;
  }

  .blog-post {
    padding: 67px 0 20px;
  }

  .blog-post h2 {
    margin: 0 0 40px;
  }

  .sub-menu ul {
    margin: 0;
    text-align: center;
    font-size: 12px;
  }

  .sub-menu ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .sub-menu ul li a,
  .sub-menu.add ul li+li a,
  .sub-menu.add ul li+li+li+li a {
    padding: 16px 10px 15px;
  }

  .offices-box .box {
    width: 22.6%;
    margin: 0 6px 15px;
  }

  .offices-box .box img {
    width: 100%;
    height: auto;
  }

  .offices-box {
    text-align: center;
  }

  .map img {
    display: block;
    width: 100%;
    height: auto;
  }

  .section-nav ul li {
    float: none;
    margin: 0 15px;
    display: inline-block;
    vertical-align: top;
  }

  .section-nav ul {
    text-align: center;
    letter-spacing: 0;
  }

  .people-box .box .img {
    width: 100% !important;
    height: auto !important;
  }

  #gform_wrapper_1 {
    float: none;
    margin: 1em auto;
  }

  .page-id-4208 .offices-box .box img {
    width: 100%;
    height: auto;
    margin: 20px 0;
  }

  .contact-info {
    width: 23%;
    margin: 20px 1%;
  }

  #gform_confirmation_wrapper_1~.offices-box .contact-info:nth-child(4) {
    clear: none;
  }

  .offices-box .contact-info .box {
    width: 100%;
    margin: 0;
  }

  .contact-info:nth-child(5) {
    clear: left;
  }

  .contact-info:nth-child(7) {
    clear: none;
  }
}

@media screen and (max-width: 999px) {
  #header {
    padding: 5px 0 0 !important;
  }

  #header::after {
    height: 5px;
  }

  .visual {
    padding-top: 5px;
  }

  div.search {
    margin-right: 5px;
  }

  #header nav ul {
    font-size: 13px;
  }

  #header nav ul li a {
    padding: 31px 10px 33px;
  }

  .opener.add {
    display: block;
  }

  #header nav .js-slide-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
  }

  div.search {
    display: none;
  }

  .soliloquy-container .soliloquy-next,
  .soliloquy-container .soliloquy-prev {
    display: block;
  }

  #header nav .slide {
    position: relative;
    right: 0;
    left: 0;
    top: 100%;
    display: inline-block !important;
  }

  #header .logo {
    float: none;
    position: absolute;
    left: 20px;
    /*top:31px;*/
    top: 16px;
    width: 120px;
    margin: 0;
    z-index: 9999;
  }

  #header .logo img {
    width: 100%;
    height: auto;
    display: block;
  }

  #header .container {
    padding: 0;
  }

  #header nav {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  /*.open-close.active { background:#fff;}*/
  #header nav ul {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    padding: 8px 0 9px;
  }

  #header nav ul.sub-menu {
    padding: 0;
  }

  #header nav ul li {
    display: block;
    float: none;
    width: 100%;
  }

  #header nav ul li a,
  #header nav ul.sub-menu li a {
    padding: 6.5px 10px;
  }

  #header nav form {
    background: #eee;
    padding: 15px 25px 19px;
    display: none;
  }

  .open-close.active form {
    display: block !important;
  }

  #header nav form input[type='text'] {
    float: left;
    width: 94%;
    background: none;
    color: #5a5a5a;
    font-size: 18px;
    line-height: 24px;
    padding: 3px 7px;
    border: none;
    border-bottom: 1px solid #d64c62;
  }

  #header nav form input[type='submit'] {
    float: right;
    background: url(images/ico.png) no-repeat;
    font-size: 0;
    line-height: 0;
    width: 18px;
    line-height: 18px;
    height: 18px;
    border: none;
    padding: 0 !important;
    margin: 4px 0 0;
  }

  #header nav form input[type='submit']:hover {
    background-position: 0 -18px;
  }

  /*.soliloquy-item {
		background-image: url(images/slider-mob.jpg);
	}*/
  .sub-menu {
    position: relative;
  }

  .sub-menu ul li a {
    padding: 9px 10px !important;
  }

  .section1 .right-box {
    margin: 0 0 60px;
  }

  .section2 .offices {
    padding: 75px 10px 0;
    margin: 0 0 18px;
  }

  .head2.add span {
    display: block;
  }

  .head .header-wrap {
    max-width: 450px;
  }

  .law-sec {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 54px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  .section1 .right-box {
    float: none;
    width: 100%;
    height: auto;
    padding: 40px 54px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .right-box .inner {
    padding: 0;
  }

  .section1 .right-box::after {
    background-position: -8px -117px;
    width: 38px;
    height: 24px;
    margin-left: -19px;
    top: -14px;
  }

  .section2 .caption {
    position: relative;
  }

  .section2 .offices {
    float: none;
    width: 100%;
  }

  .section2 {
    display: block;
  }

  .section2 .intro {
    float: none;
    width: 100%;
    overflow: hidden;
  }

  .section2 .intro img {
    width: 49%;
    float: left;
  }

  .section2 .caption {
    float: right;
    width: 50%;
  }

  .intro .name {
    color: #c8102e;
  }

  .intro span {
    color: #4b0611;
  }

  .section2 .inner2 {
    padding: 0;
  }

  .section2 .offices {
    padding: 118px 10px 86px;
  }

  .offices ul li a {
    width: 104px;
    height: 104px;
  }

  .section2 .offices {
    margin: 0;
  }

  .offices ul li a span {
    padding-top: 23px;
  }

  .offices ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 50px;
  }

  .signup span {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px;
    text-align: center;
  }

  .signup .form {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0;
  }

  .opener i {
    display: none;
  }

  .active .opener i {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    background: #c8102e;
    border-radius: 4px;
    top: -2px;
    left: 0;
    right: 0;
    height: 2px;
    margin-top: -2px;
    /* height/2 */
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  #footer .logo {
    position: absolute;
    left: 20px;
    bottom: 15px;
    z-index: 999;
  }

  #footer .container {
    position: relative;
  }

  .signup {
    margin: 0 0 30px;
  }

  .footer-nav ul li {
    float: none;
    margin: 0 0 22px;
    text-align: center;
  }

  .social {
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 161px;
    margin: 0;
    text-align: center;
  }

  .social li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 19px;
  }

  .links {
    float: none;
    text-align: center;
  }

  .links li {
    display: block;
    margin: 0 0 21px;
    float: none;
  }

  .footer-bottom {
    position: relative;
    padding: 34px 0 98px;
    background: #eee;
  }

  .footer-nav {
    margin: 0 0 6px;
  }

  .copy {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
  }

  #footer {
    padding: 0;
  }

  .social li a {
    font-size: 19px;
  }

  #footer .container {
    padding: 0;
  }

  .comment-area blockquote q {
    font-size: 18px;
    line-height: 24px;
  }

  .comment-area blockquote {
    margin-left: 17px;
  }

  .tab-content .list {
    font-size: 14px;
    line-height: 19px;
  }

  .top-section .filter {
    margin-right: 10px;
  }

  .top-section .form ul li+li+li {
    width: 17.5%;
  }

  .top-section .form ul li {
    margin-left: 20px;
  }

  .select-options ul {
    font-size: 12px;
  }

  .top-section .form ul li:last-child {
    width: 60px;
  }

  .news-section .block {
    padding: 35px 10px 84px;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px 15px;
  }

  .section-nav ul {
    font-size: 10px;
  }

  .news-section .block .meta {
    letter-spacing: 1px;
  }

  #header nav ul,
  #header nav ul ul {
    display: none;
  }

  #header nav ul li {
    position: relative;
  }

  #header nav ul li.menu-item-has-children>a:after {
    content: '';
    top: 9px;
    left: 10px;
    position: relative;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #000 transparent transparent transparent;
  }

  #header nav ul li:hover ul {
    display: block;
  }

  #header nav ul li:hover .sub-menu,
  #header nav ul li.current-menu-item .sub-menu,
  #header nav ul li.current-menu-ancestor .sub-menu {
    display: block;
  }

  #header nav ul li.current-menu-item.menu-item-has-children .sub-menu,
  #header nav ul li.current-menu-ancestor.menu-item-has-children .sub-menu,
  #header nav ul li.current-menu-item.menu-item-has-children,
  #header nav ul li.current-menu-ancestor.menu-item-has-children,
  #header nav ul li.current-menu-item.menu-item-has-children .sub-menu,
  #header nav ul li.current-menu-ancestor.menu-item-has-children .sub-menu,
  .parent-pageid-4197 #header nav ul li .sub-menu,
  .page-id-4197 #header nav ul li .sub-menu,
  .page-id-4200 #header nav ul li .sub-menu,
  .parent-pageid-4200 #header nav ul li .sub-menu {
    margin: 0;
  }

  .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    bottom: initial !important;
    top: 75px;
  }

  .section1,
  .soliloquy-thumbnails-outer-container {
    max-height: none !important;
    height: auto !important;
  }
}

@media screen and (max-width: 800px) {
  #header .right-area div.search {
    display: none;
  }

  #header {
    min-height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .visual span {
    font-size: 14px;
    line-height: 19px;
  }

  .map {
    margin-bottom: 28px !important;
  }

  #header .logo {
    top: 16px;
  }

  .people-holder {
    margin: 0;
  }

  .visual .logo2 {
    width: 83px;
    padding: 10px 0 0;
    margin: 0;
  }

  .visual .logo2 img {
    display: block;
    width: 100%;
    height: auto;
  }

  .visual .about p {
    padding-right: 0;
    text-align: center;
  }

  .visual .span2 {
    padding-top: 42px;
  }

  .intro .name {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3px;
  }

  .signup {
    padding: 23px 20px 25px;
  }

  .right-box blockquote {
    padding: 0;
  }

  .section1 .right-box {
    padding: 32px 47px 37px 40px;
  }

  .right-box h2 {
    display: none;
  }

  .right-box blockquote q {
    font-size: 15px;
    line-height: 24px;
  }

  .visual .span1 {
    letter-spacing: 4px;
  }

  .visual span {
    letter-spacing: 4px;
  }

  .visual .inner2 {
    padding: 0 0 14px;
    vertical-align: bottom;
  }

  .visual .span1 {
    padding-top: 4px;
  }

  .visual .span2 {
    padding: 42px 25px 0 5px;
  }

  .visual .about p {
    padding-top: 25px;
  }

  .carousel .mask .slide {
    width: 100% !important;
  }

  .carousel .mask .slideset {
    display: block;
  }

  .law-sec h2 {
    font-size: 18px;
    max-width: 300px;
    margin: 0 auto;
    line-height: 1.2em;
  }

  .law-sec .title {
    font-size: 60px;
    line-height: 66px;
    padding: 0 0 0 15px;
    margin: 0 0 11px;
  }

  .right-box blockquote cite {
    font-size: 12px;
    letter-spacing: 4px;
  }

  .right-box blockquote q {
    margin: 0 0 18px;
  }

  .intro span {
    margin: 0 0 32px;
    letter-spacing: 3px;
  }

  .intro .name {
    margin: 0 0 12px;
  }

  .offices h2 {
    margin: 0 0 36px;
  }

  .offices ul li a span {
    padding: 26px 0 0;
    font-size: 9px;
    margin: 0;
  }

  .offices ul li a h3 {
    font-size: 36px;
    line-height: 39px;
  }

  .signup span {
    letter-spacing: 5px;
  }

  .signup span {
    margin: 0 0 17px;
  }

  #gform_2 .gform_body {
    width: 61%;
  }

  .signup .form input[type='submit'] {
    width: 39%;
  }

  #nav ul {
    padding: 13px 0 15px;
  }

  .intro .btn {
    margin: 0;
  }

  .main-holder {
    display: table;
    width: 100%;
    height: 100%;
  }

  #sidebar {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }

  .news {
    padding: 0;
  }

  .main-holder #sidebar {
    float: none;
    display: table-footer-group;
    margin: 0;
    text-align: center;
  }

  #sidebar .profile-img {
    position: absolute;
    left: 50%;
    width: 160px;
    margin: 0 0 0 -80px;
    top: -14px;
  }

  #content {
    padding: 180px 8px 40px 12px;
  }

  #sidebar .block h3 {
    margin: 0 0 11px;
  }

  #sidebar .block ul li {
    margin: 0 0 12px;
  }

  #sidebar .block {
    margin: 0 0 39px;
  }

  .main-area {
    padding: 0 0 24px;
  }

  #content .slide {
    display: inline !important;
    transition: all 0.3s ease-out 0s;
  }

  #content .opener {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    border-top: 1px solid #c8102e;
    color: #c8102e;
    padding: 6px 0 0;
    margin: 29px 0 0;
    -webkit-box-shadow: 0 -25px 9px 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 -25px 9px 0 rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 999;
  }

  #content .opener:hover {
    color: #000;
    text-decoration: none;
  }

  .main-holder .open-close .close-more {
    display: none !important;
  }

  .main-holder .open-close.active .opener {
    display: none !important;
  }

  .main-holder .open-close.active .close-more {
    display: block !important;
  }

  #content .js-slide-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
  }

  .blog-post h2 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 9px;
    margin: 0 0 49px;
  }

  .blog-post .slideshow {
    height: 238px;
    margin-bottom: 66px;
  }

  .blog-post .slideshow .slide {
    margin-bottom: 0 !important;
  }

  .blog-post .block {
    padding: 42px 26px 52px;
  }

  .blog-post .block.add {
    padding-bottom: 80px;
  }

  .blog-post .block-holder {
    display: block;
    padding: 0;
  }

  .blog-post .block {
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 24px;
  }

  .blog-post {
    padding: 67px 0 0;
    overflow: hidden;
  }

  .head {
    padding: 27px 42px 20px 58px;
  }

  .head h1 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding: 0 18px 0 0;
    margin: 0 0 11px;
  }

  .head ul {
    display: block;
    text-align: center;
    margin: 0 0 22px;
  }

  .head ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 9px;
  }

  .head ul li.ico {
    padding: 0 !important;
    margin: 0 2px !important;
  }

  .head ul li.ico a {
    width: 40px !important;
    height: 40px !important;
    background: #fff;
    background-image: none;
    display: block;
  }

  .head ul li.ico a:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    background: url(images/sprite.png) no-repeat -3px -73px;
    width: 18px;
    height: 13px;
    margin: -6px 0 0 -9px;
  }

  .head ul li.ico.add a:after {
    background-position: -33px -72px;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
  }

  .head ul li.ico.add2 a:after {
    background-position: -59px -72px;
    width: 20px;
    height: 14px;
    margin: -7px 0 0 -10px;
  }

  .head ul li.ico a:hover:after {
    background-position: -3px -92px;
  }

  .head ul li.ico.add a:hover:after {
    background-position: -33px -91px;
  }

  .head ul li.ico.add2 a:hover:after {
    background-position: -59px -91px;
  }

  .head ul {
    font-size: 14px;
    line-height: 18px;
  }

  .firm #content {
    padding-top: 13px;
    padding-bottom: 25px;
  }

  #sidebar .block2 {
    padding: 0 0 0 11px;
  }

  .comment-area blockquote {
    margin-left: 17px;
    padding-top: 10px;
    padding-right: 20px;
  }

  .comment-area blockquote cite {
    padding: 0 0 0 5px;
  }

  #content .comment-area {
    padding-top: 5px;
  }

  .comment-area blockquote q {
    font-size: 18px;
    line-height: 24px;
  }

  .firm #sidebar {
    text-align: left;
  }

  .tabset {
    font-size: 14px;
  }

  .tab-content .list {
    font-size: 14px;
    line-height: 19px;
    float: none !important;
    width: 100% !important;
  }

  .top-section .form {
    display: none;
  }

  .top-section .row {
    margin: 0;
    overflow: visible;
  }

  .top-section .list {
    position: absolute;
    right: 10px;
    top: 105px;
    z-index: 99;
  }

  .top-section .list ul {
    font-size: 12px;
    line-height: 15px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .our-people .container {
    padding: 0;
  }

  .top-section {
    position: relative;
    padding: 12px 20px 22px;
    margin: 0 0 33px;
  }

  .select-options {
    z-index: 9999;
  }

  .head2 {
    padding: 25px 20px;
  }

  .head2 .container {
    padding: 0;
  }

  .head2 h1 {
    line-height: 35px;
    font-size: 24px;
  }

  .head2.add {
    padding: 16px 19px;
  }

  .head2.add h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .top-section .list ul li {
    display: block;
    /*margin:0 0 22px;*/
  }

  .top-section .container {
    padding: 0;
  }

  .top-section .form {
    background: #eee;
    margin: 0 -20px;
    padding: 33px 20px 0;
    z-index: 999;
  }

  .top-section .filter {
    float: none;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }

  .top-section .filter::after {
    right: 45%;
  }

  .our-people {
    padding-top: 91px;
  }

  .top-section .filter {
    background: #fff;
    color: #c8102e;
  }

  .top-section .filter:hover,
  .top-section.active .filter {
    color: #fff;
    background: #c8102e;
  }

  .top-section .filter::after {
    background-position: -114px -121px;
    width: 16px;
    height: 13px;
    top: 12px;
  }

  .top-section .filter:hover:after,
  .top-section.active .filter:after {
    background-position: -94px -72px;
    width: 13px;
    height: 17px;
    top: 10px;
  }

  .top-section .form ul li {
    float: none;
    width: 100% !important;
    margin: 0 0 10px !important;
    display: inline-block;
    vertical-align: top;
  }

  .top-section {
    position: absolute;
    left: 0;
    top: 86px;
    right: 0;
    z-index: 9999;
  }

  .people-box .box .name {
    font-size: 13px;
  }

  .people-box .box span {
    font-size: 8px;
  }

  #main {
    position: relative;
  }

  .top-section.open-close.active {
    background: #eee;
  }

  .desk {
    display: none !important;
  }

  .mob {
    display: block !important;
  }

  .data-holder .title {
    margin: 0 8px 21px;
    padding: 0 0 6px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
  }

  .people-box {
    margin: 0;
  }

  .people-box .box {
    width: 30%;
    margin-bottom: 30px;
  }

  .people-holder {
    padding: 0 20px;
  }

  .people-holder.add {
    background: #eee;
    margin: 0 0 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .detail #content .description {
    padding: 0 17px;
  }

  .detail #content .description .img {
    position: relative;
    margin: 0 -17px 35px;
  }

  .detail .slideshow {
    height: 276px;
  }

  .detail .slideshow .slide {
    height: 276px;
  }

  #content .description .img img {
    display: block;
    width: 100%;
    height: auto;
  }

  .example-box h2 span {
    padding: 58px 90px 22px 81px;
  }

  .example-box h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .example-box h2 span::after {
    top: 40px;
  }

  .example-box .holder {
    padding: 0 8px;
  }

  .example-box ul {
    float: none !important;
    width: 100% !important;
    font-size: 14px;
    line-height: 23px;
  }

  .example-box ul li::after {
    top: 5px;
  }

  .example-box .btn {
    display: block !important;
    width: 154px;
    margin: 40px auto 0;
    text-align: center;
  }

  .example-box {
    padding: 0 0 27px;
    margin: 0 0 60px;
  }

  .open-close1 .opener1.add {
    display: none !important;
  }

  .open-close1.active .opener1.add {
    display: block !important;
  }

  .open-close1.active .opener1 {
    display: none !important;
  }

  .example-box .js-slide-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
  }

  .news #sidebar .js-slide-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
  }

  .topics h3 a {
    pointer-events: auto;
  }

  .news #sidebar {
    padding: 10px 20px !important;
    background: #eee;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }

  .topics ul {
    padding: 20px 15px;
    border-top: 1px solid #aaa;
  }

  .topics h3 {
    margin: 0;
  }

  .topics .opener2 {
    display: block;
    text-align: left;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #aaa;
    padding: 8px 16px;
    position: relative;
  }

  .topics .opener2:after {
    border-style: solid;
    border-width: 6px 5.5px 0 4.5px;
    border-color: #aaaaaa transparent transparent transparent;
    position: absolute;
    right: 11px;
    top: 15px;
    content: '';
  }

  .news .container {
    padding: 0;
  }

  .news-list {
    padding: 30px 20px;
  }

  .news-list ul {
    margin-bottom: 31px;
  }

  .news-list ul li {
    padding: 17px 21px 12px 0;
  }

  .news-list .js-slide-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
  }

  .news-list .btn {
    display: block;
    padding: 0;
    width: 154px;
    margin: 0 auto;
    color: #fff !important;
    text-align: center;
  }

  .news-list .btn:hover {
    text-decoration: none !important;
  }

  .news-list.active .opener2 {
    display: none !important;
  }

  .news-list .slide ul li:first-child {
    padding-top: 32px;
  }

  .offices-box .box {
    width: 46.2%;
    margin: 0 4px 15px;
  }

  .offices-page {
    padding-top: 17px;
  }

  #sidebar .info {
    width: 132px;
    margin: 0 0 20px;
  }

  .side-holder {
    float: left;
    width: 60%;
    text-align: left;
  }

  .offices-detail #sidebar .img {
    float: right;
    width: 150px;
  }

  .offices-detail #sidebar .img img {
    display: block;
    width: 100%;
    height: auto;
  }

  .offices-detail {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 22px 25px 27px;
  }

  .slideshow .slide {
    position: absolute;
    left: 0;
    width: 100% !important;
    opacity: auto !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    margin: 0 0 35px !important;
  }

  .detail .slideshow .slide {
    margin: 0 !important;
  }

  .slideshow .slideset {
    display: block;
    height: auto !important;
  }

  .slideshow .btn-prev,
  .slideshow .btn-next {
    position: absolute;
    left: -36px;
    font-size: 0;
    line-height: 0;
    background: url(images/sprite.png) no-repeat -42px -156px;
    width: 20px;
    height: 36px;
    top: -194px;
    z-index: 999;
    display: block;
  }

  .slideshow .btn-next {
    left: auto;
    right: -36px;
    background-position: -104px -156px;
  }

  .block .bottom span {
    padding-top: 42px !important;
  }

  .slideshow {
    height: 300px;
    margin: 0 45px 35px;
  }

  .slideshow .slide {
    height: 300px;
  }

  .news-section .block {
    font-size: 18px;
    line-height: 24px;
    padding: 35px 26px 84px;
  }

  .news-section h2 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 9.4px;
    margin: 0 0 51px;
    padding: 0 0 0 8px !important;
  }

  .section-nav ul li {
    display: none;
  }

  .section-nav ul li:last-child {
    display: block;
    width: 163px;
    margin: 0 auto;
    float: none;
  }

  .section-nav {
    padding: 9px 8px 7px;
  }

  .section-nav ul li.last a,
  .section-nav ul li:last-child a {
    font-size: 12px;
    padding: 18px 0 16px 7px;
  }

  .news-section .block .meta {
    letter-spacing: 3px;
    padding: 0 0 0 20px;
  }

  .tabset li a {
    line-height: 38px;
    width: 100%;
  }

  .tabset li {
    width: 49.4%;
  }

  .tab-holder {
    padding: 21px 10px;
  }

  .tabset li a:hover,
  .tabset li a.active {
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 0 1px #eee;
    box-shadow: 0 0 0 1px #eee;
  }

  .tab-content {
    padding-top: 23px;
  }

  .offices1 {
    margin-bottom: 28px;
  }

  .offices2 {
    padding: 48px 26px 48px 24px;
    position: relative;
    margin: 0 -22px 0 -27px;
  }

  .people-box h2 {
    margin-bottom: 27px;
  }

  .offices-detail {
    padding-bottom: 0;
  }

  .example-box ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  #soliloquy-container-4263 {
    margin: 0 !important;
  }

  .section1 .soliloquy-container .soliloquy-viewport,
  .section1 .soliloquy-container .soliloquy-image {
    min-height: 550px !important;
  }

  .news-section .block-holder {
    flex-wrap: wrap;
  }

  .news-section .block,
  .news-section .block:first-child {
    width: 100%;
    margin-left: 0;
  }

  .alloffices li {
    width: 50%;
    padding: 2%;
  }

  #content table {
    table-layout: fixed;
  }

  .contact-info {
    width: 48%;
  }
}

@media screen and (max-width: 600px) {

  #soliloquy-container-4263 .soliloquy-container .soliloquy-viewport,
  #soliloquy-container-4263 .soliloquy-container .soliloquy-image {
    min-height: 1px !important;
  }

  .soliloquy-container .soliloquy-caption,
  .soliloquy-container .soliloquy-controls-auto,
  .soliloquy-container .soliloquy-pager {
    display: block !important;
  }

  .soliloquy-container .soliloquy-caption {
    position: static !important;
  }

  #soliloquy-4263 img {
    display: none !important;
  }

  table,
  tr,
  td {
    width: 100% !important;
  }

  table * {
    max-width: 100% !important;
    height: auto;
  }

  table td {
    display: block;
  }

  table * {
    max-width: 98% !important;
  }

  table strong a {
    display: block;
  }
}

@media screen and (max-width: 564px) {
  .offices ul {
    padding: 0 10px;
  }

  .top-section .filter::after {
    right: 43%;
  }
}

@media screen and (max-width: 479px) {
  #nav form input[type='text'] {
    width: 92%;
  }

  .visual .span2 {
    padding-right: 0;
  }

  .visual span {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 2px;
  }

  .visual .about .holder {
    padding: 0;
  }

  .visual .span1 {
    letter-spacing: 2px;
  }

  .visual {
    padding-top: 65px;
  }

  .law-sec {
    padding: 0 0 30px !important;
    font-size: 13px !important;
    line-height: 19px !important;
  }

  .section1 .right-box {
    padding: 32px 10px 27px 10px;
    margin: 0;
  }

  .intro .name {
    letter-spacing: 1px;
    font-size: 12px;
  }

  .section2 .inner2 {
    padding-left: 0;
  }

  .section2 .offices {
    padding: 85px 10px 28px;
  }

  .signup span {
    letter-spacing: 1px;
  }

  .signup {
    padding: 23px 7px 25px;
  }

  .signup .form input[type='text'] {
    font-size: 16px;
  }

  .head {
    padding: 39px 0 44px 0;
  }

  .blog-post h2 {
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 24px;
  }

  .blog-post {
    padding: 20px 0;
  }

  .blog-post h2 {
    margin: 0 0 12px;
  }

  .blog-post .block-holder {
    padding: 0;
  }

  .blog-post .block {
    padding: 34px 10px 14px;
  }

  .blog-post .block.add {
    padding-bottom: 84px;
  }

  .blog-post .block.add2 {
    padding-bottom: 50px;
  }

  .comment-area blockquote {
    margin: 0;
  }

  .tabset li {
    width: 49%;
  }

  .tabset li a {
    width: 100%;
  }

  .people-box .box {
    margin: 0 0 20px;
  }

  .single-practices .people-box .box,
  .single-offices .people-box .box {
    margin-left: 0.9%;
    margin-right: 0.9%;
  }

  .people-holder {
    padding-left: 5px;
  }

  .people-box .box .name {
    font-size: 9px;
    line-height: 14px;
  }

  .people-box .box span {
    font-size: 8px;
    line-height: 12px;
  }

  .top-section .filter::after {
    right: 39%;
  }

  .offices-box .box {
    width: 100%;
    margin: 0 0 15px;
  }

  .offices-box {
    margin: 0;
  }

  .contact-info {
    width: 100%;
    margin: 0;
  }

  .offices-detail {
    padding: 20px 0;
  }

  .side-holder {
    float: none;
    width: 100%;
  }

  .news-section h2 {
    letter-spacing: 6px;
  }

  .offices-detail #sidebar .img {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }

  #footer .logo {
    left: 5px;
  }

  .copy {
    font-size: 10px;
    padding-left: 70px;
  }

  .blog-post .slideshow {
    margin-bottom: 0;
  }

  .slideshow {
    margin: 0 15px 35px;
  }

  .example-box h2 span {
    padding: 58px 29px 22px 33px;
  }

  .comment-area blockquote {
    padding-left: 15px;
    padding-right: 5px;
  }

  #content .comment-area {
    padding-bottom: 5px;
  }

  .alloffices li {
    width: 100%;
    padding: 0;
  }

  .offices2 {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.visual--slider .caption {
  z-index: 10;
  pointer-events: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.homepage__slider__image {
  height: 80vh;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slick-dots {
  bottom: 25px;
}

.slick-dots li button:before {
  font-size: 14px;
}

.slick-dots li button:hover:before {
  color: #4b0611;
  /*//c8102e 4b0611*/
}

.slick-dots li.slick-active button:before {
  color: #c8102e;
  /*//c8102e 4b0611*/
}

.slick-prev,
.slick-next {
  z-index: 30;
}

.slick-prev {
  left: 50px;
  transform: rotateY(180deg);
}

.slick-next {
  right: 50px;
}

.slick-prev:before {
  opacity: 1;
  content: '▸';
  font-size: 70px;
  color: #797979;
}

.slick-next:before {
  opacity: 1;
  content: '▸';
  font-size: 70px;
  color: #797979;
}

.news-section--blog {
  background: #e0dfdf;
}

#header .logo img {
  display: inline-block;
}

#header .logo img:nth-child(2) {
  margin-left: 1rem;
}

.people__partners {
  display: flex;
  max-width: 575px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.people__nonpartners {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 860px;
}

.people-box.people-box--home {
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  display: block;
}

.homepage__team {
  background-color: #4b0611;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding-top: 65px;
  padding-bottom: 65px;
  color: white;
  text-align: center;
}

.homepage__team h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  color: #c8102e;
  letter-spacing: 13px;
  margin: 0 0 41px;
  font-family: 'Avenir-light';
  font-weight: normal;
  padding: 0 18px 0 42px;
  color: white;
}

.homepage__team .people-box .box .name {
  color: white;
}

.homepage__team .people-box .box span {
  color: white;
}

.our-team__intro {
  margin: 0 auto;
  max-width: 500px;
}

.container--subsite .holder {
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Avenir-light';
  letter-spacing: normal;
}

.container--subsite .holder p {
  letter-spacing: normal;
  word-spacing: normal;
  line-height: 24px;
}

.page-template-template-home-basic .section1 {
  max-height: 700px;
  background: #4b0611 url('images/bg-familylaw-about.jpg') no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.page-template-template-home-basic .box {
  width: 255px;
}

.family-law .people-box .box {
  width: 255px;
}

.homepage__team {
  background-image: url('images/bg-njcapital.jpg');
  background-repeat: no-repeat;
  background-position: 85% 100%;
}

ul.attorney__icons {
  margin-top: 1rem;
}

ul.attorney__icons li:after {
  content: '';
  display: none;
}

ul.attorney__icons li a {
  font-size: 125%;
  display: inline-block;
  text-align: center;
  color: #c8102e;
}

ul.attorney__icons li a:hover {
  color: #4b0611;
}

ul.attorney__icons li a span {
  font-size: 60%;
}

#announcement-covid {
  padding: 1rem 0;
}

#announcement-covid .title {
  font-family: 'avenir_85_heavyregular';
  text-transform: uppercase;
}

#announcement-covid .announcement-inner {
  display: flex;
}

#announcement-covid .announcement__item:first-child {
  border-right: solid 1px #aaa;
}

#announcement-covid .announcement__item {
  flex-basis: 50%;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #announcement-covid .announcement-inner {
    display: flex;
    flex-wrap: wrap;
  }

  #announcement-covid .announcement__item:first-child {
    border-right: none;
    border-bottom: solid 1px #aaa;
    padding-bottom: 1rem;
  }

  #announcement-covid .announcement__item:last-child {
    padding-top: 1rem;
  }

  #announcement-covid .announcement__item {
    flex-basis: 100%;
    text-align: center;
  }
}


.page-numbers {
  margin-right: .5rem;
}

.page-numbers:last-child {
  margin-right: 0;
}

#content .taxonomy-description a {
  color: #c8102e;
  font-size: 20px;
}

/* Captcha */

li.archer-input-field {
  display: none;
}

body.page-template-template-search #sidebar {
  float: left;
  margin: 0;
  width: 20%;
  margin-right: 5%;
}

body.page-template-template-search #sidebar ul {
  margin: 0;
  padding: 0;
}

body.page-template-template-search .searchandfilter {
  margin-top: 5em;
  box-sizing: border-box;
}

body.page-template-template-search .searchandfilter select.sf-input-select {
  padding: .5em;
  width: 100%;
  border: solid 1px #4b0611;
}

body.page-template-template-search .searchandfilter input.sf-input-text {
  padding: .5em;
  border: solid 1px #4b0611;
  /* padding-bottom: 1em; */
  width: 100%;
}

body.page-template-template-search .searchandfilter span.select-sf-input-select {
  padding: .5em;
  margin-bottom: 1em;
  width: 100%;
  border: solid 1px #4b0611;
  height: auto;
  box-sizing: border-box;
}

body.page-template-template-search .searchandfilter span.select-sf-input-select .center {
  padding: 0;
}

body.page-template-template-search .searchandfilter label {
  display: block;
}

body.page-template-template-search .searchandfilter li {
  margin-bottom: 1em;
  padding: 0;
}

body.page-template-template-search .searchandfilter input[type='submit'] {
  color: #fff;
  text-transform: uppercase;
  background: #c8102e;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 14px 0 12px;
  margin: 0 10px 0 0;
  border: 0
}

a.search-filter-reset {
  color: #fff;
  text-transform: uppercase;
  background: #c8102e;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 14px 0 12px;
  margin: 0 10px 0 0;
  border: 0
}

a.search-filter-reset:hover {
  background: #7f1728;
}

.search--expanded {}