/*
 * Grid
 */
.container {
  max-width: 128rem;
  padding: 0 2rem;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
@media only screen and (max-width: 1480px) {
  .container {
    max-width: 135rem;
  }
}
@media only screen and (max-width: 1280px) {
  .container {
    max-width: 128rem;
  }
}

.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.columns .col {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1rem;
}
.columns .col:first-child {
  padding-left: 0;
}
.columns .col:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 992px) {
  .columns {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .columns .col {
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    padding: 0;
    margin: 0 0 3rem;
  }
}

/*
 * General reset
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p, ol, dl, address, form, blockquote, q, applet, embed, object, iframe, frameset {
  margin: 0 0 2rem;
}

html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  background: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

html, body {
  min-width: 320px;
  height: 100%;
}

html {
  font-size: .6945vw;
}
@media only screen and (min-width: 2560px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1480px) {
  html {
    font-size: .65vw;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: .7vw;
  }
}
@media only screen and (max-width: 992px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #25282a;
  font-size: 2rem;
  font-family: "tablet_gothic", Arial, Helvetica, serif;
  font-weight: 300;
  line-height: 1.4;
  background: #737373;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-font-smoothing: subpixel-antialiased;
}

a {
  color: #838687;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, opacity 300ms ease-in-out;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  outline: none;
  color: #739f3e;
}

img {
  vertical-align: top;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=submit],
button {
  transition: all 250ms;
}

input[type=submit]:hover,
button:hover {
  cursor: pointer;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type=password] {
  -webkit-text-security: disc;
}

*::-moz-placeholder {
  opacity: 1;
}

*:focus {
  outline: 0;
}

input[type=submit],
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=file],
input[type=stats-number],
input[type=url],
textarea {
  -webkit-appearance: none;
  font-family: "tablet_gothic", Arial, Helvetica, serif;
}

input[type=image] {
  padding: 0;
  border: none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-modify: read-write-plaintext-only;
}

input[type=stats-number]::-webkit-outer-spin-button {
  margin: 0;
}

input::-ms-clear {
  display: none;
}

h1, h2 {
  font-weight: 300;
  margin: 0 0 2rem;
}

h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0 0 1rem;
  line-height: 1.2;
}

h1 {
  font-size: 6rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 3.5rem;
  }
}

.main h2 {
  font-size: 3.6rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .main h2 {
    font-size: 2.7rem;
  }
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

ul, ol {
  margin: 0 0 2rem 1.2rem;
}

ul li,
ol li {
  list-style: none;
  position: relative;
  margin: 0 0 1rem;
}
ul li:before,
ol li:before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 1.3rem;
  left: -1rem;
  border-radius: 50%;
  background: #25282a;
}

/*
 * Fonts
 */
@font-face {
  font-family: 'tablet_gothic';
  src: url("../fonts/tabletgothic-webfont.woff2") format("woff2"), url("../fonts/tabletgothic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'tablet_gothic';
  src: url("../fonts/tabletgothic-bold-webfont.woff2") format("woff2"), url("../fonts/tabletgothic-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'tablet_gothic';
  src: url("../fonts/tabletgothic-light-webfont.woff2") format("woff2"), url("../fonts/tabletgothic-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'tablet_gothic';
  src: url("../fonts/tabletgothic-semibold-webfont.woff2") format("woff2"), url("../fonts/tabletgothic-semibold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'tablet_gothic';
  src: url("../fonts/tabletgothic-thin-webfont.woff2") format("woff2"), url("../fonts/tabletgothic-thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
/*
 * info-list
 */
.info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
}
.info-list > li {
  list-style-type: none;
}
.info-list > li:before {
  content: none;
}
.info-list li {
  margin: 0 0 .7rem;
}
.info-list a {
  color: #988d87;
}
.info-list a:hover {
  color: #838687;
}

/*
 * table
 */
.table {
  width: 100%;
  margin: 0 0 2rem;
  table-layout: fixed;
}
.table-wrapper {
  margin: 1rem -1.2rem;
}
.table tr:nth-child(odd) {
  background: #ebebe2;
}
.table td {
  padding: .6rem 1.2rem;
}
.table a {
  color: #25282a;
}
.table a:hover {
  color: #739f3e;
}
@media only screen and (max-width: 767px) {
  .table td {
    display: block;
  }
}

/*
 * assets list
 */
.assets-list h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 0 .3rem;
  letter-spacing: 1.5px;
}
.assets-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.assets-list ul > li {
  list-style-type: none;
}
.assets-list ul > li:before {
  content: none;
}
.assets-list ul li {
  margin: 0 1.2rem 0 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1.2rem 0 0;
  border-right: 1px solid #25282a;
}
.assets-list ul li:last-child {
  border-right: 0;
}
@media only screen and (max-width: 479px) {
  .assets-list h3 {
    letter-spacing: 1px;
    font-size: 1.2rem;
  }
  .assets-list ul li {
    display: inline;
    font-size: 1.5rem;
  }
}

/*
 * lawyers-block
 */
.lawyers-block {
  border-bottom: 1px solid #838687;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 1rem;
}
.lawyers-block-img {
  width: 28.5rem;
  padding: 1rem 0 0;
}
.lawyers-block-img img {
  width: 100%;
  height: auto;
}
.lawyers-block h2 {
  letter-spacing: -.8px;
  margin: 0 0 .9rem;
  font-size: 4rem;
}
.lawyers-block h2 a:hover {
  color: #c8c8c8;
}
.lawyers-block a {
  color: #25282a;
}
.lawyers-block a:hover {
  color: #739f3e;
}
.lawyers-block-position {
  display: block;
  text-transform: uppercase;
  margin: 0 0 .9rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.lawyers-block-contacts {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 1rem;
  letter-spacing: 0;
}
.lawyers-block-contacts > li {
  list-style-type: none;
}
.lawyers-block-contacts > li:before {
  content: none;
}
.lawyers-block-contacts li {
  margin: 0 0 .2rem;
}
.lawyers-block-contacts .social-link {
  margin-left: 1rem;
  color: #737373;
}
.lawyers-block-contacts .social-link:hover {
  color: #739f3e;
}
.lawyers-block-text-head {
  display: block;
  text-transform: uppercase;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .lawyers-block {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 2rem;
  }
  .lawyers-block-img {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin: 0 0 2rem;
  }
  .lawyers-block-area {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 479px) {
  .lawyers-block h2 {
    font-size: 3.4rem;
  }
  .lawyers-block-position {
    font-size: 1.2rem;
  }
  .lawyers-block-contacts {
    font-size: 1.5rem;
  }
}

/*
 * contact-card
 */
.contact-card-head {
  background: #25282a;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.4rem 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contact-card-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
  border: 1px solid #838687;
  border-top: 0;
}
.contact-card-area:first-child {
  border-top: 1px solid #838687;
}
.contact-card-title {
  display: block;
  margin: 0 0 .8rem;
  line-height: 1.1;
  color: #25282a;
  font-weight: 400;
}
.contact-card-title:hover {
  color: #739f3e;
}
.contact-card-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
}
.contact-card-list > li {
  list-style-type: none;
}
.contact-card-list > li:before {
  content: none;
}
.contact-card-list li {
  margin: 0;
}
.contact-card-img {
  max-width: 12rem;
}
.contact-card-img img {
  max-width: 100%;
  height: auto;
}
.contact-card-btn {
  text-align: center;
  line-height: 0;
  padding: 1.2rem;
  border: 1px solid #838687;
  border-top: 0;
}
.contact-card-btn .more-btn {
  line-height: 1.4;
}
@media only screen and (max-width: 479px) {
  .contact-card-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
  .contact-card-area {
    padding: 1.5rem 1rem;
  }
  .contact-card-title {
    font-size: 1.5rem;
  }
  .contact-card-list {
    font-size: 1.2rem;
  }
  .contact-card-img {
    max-width: 10rem;
  }
}

html {
  font-size: 10px;
}

body {
  color: #25282a;
  background: #fff;
  padding: 2rem;
  font-size: 1.6rem;
}

header {
  margin: 0 0 4rem;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 4rem;
}

.main h2 {
  font-size: 2.6rem;
}

ul li:before {
  top: 1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #25282a;
}

.logo {
  display: block;
  width: 13.2rem;
}
.logo img {
  width: 100%;
  height: auto;
}

.container {
  max-width: none;
  padding: 0;
}

.ellipsis {
  height: auto !important;
}

.print-hidden,
.nav-opener,
.nav-holder,
.print-row,
.quote,
.footer,
.toggle,
.tabset,
.news-back-link,
.template-aboutus .desktop-hide,
.template-casesofnote .desktop-hide,
.template-careersdetail .desktop-hide,
.template-careers .desktop-hide,
.template-servicedetail .mobile-hide,
.template-aboutus .sidebar,
.template-casesofnote .sidebar,
.template-servicedetail .sidebar,
.template-newseventdetail .sidebar,
.template-newseventlanding .sidebar,
.template-search .sidebar,
.template-attorneylist .sidebar,
.template-careersdetail .sidebar {
  display: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion > li {
  list-style-type: none;
}
.accordion > li:before {
  content: none;
}
.accordion-item-title {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}
.accordion-mask {
  display: block !important;
}

.contact-card-area {
  max-width: 40rem;
  padding: .5rem 0 .8rem;
  border: 0;
}
.contact-card-area .contact-card-title {
  font-size: 1.8rem;
}
.contact-card-area a {
  color: inherit;
}
.contact-card-area:first-child {
  border: 0;
}

.filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 1rem;
}
.filter-list > li {
  list-style-type: none;
}
.filter-list > li:before {
  content: none;
}
.filter-list li {
  margin: 0;
}
.filter-list a {
  color: inherit;
}

.template-attorneybio .mobile-hide {
  display: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.bio {
  background-image: none !important;
  overflow: hidden;
  margin: 0 0 2rem;
}
.bio:after {
  content: none;
}
.bio-contacts-phone a,
.bio a {
  color: inherit;
}
.bio h1 {
  margin: 0;
}
.bio-info {
  overflow: hidden;
}
.bio-position {
  display: block;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
  font-weight: 400;
  font-size: 2rem;
}
.bio-contacts {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 2rem;
}
.bio-contacts > li {
  list-style-type: none;
}
.bio-contacts > li:before {
  content: none;
}
.bio-contacts li {
  margin: 0;
}
.bio-text-head {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
.bio-text {
  letter-spacing: 1px;
}
.bio-img-mobile {
  float: right;
  width: 50%;
  margin-left: 2rem;
}
.bio-img-mobile img {
  width: 100%;
  height: auto;
}

.lawyers-block {
  page-break-inside: avoid;
}
.lawyers-block-area {
  page-break-inside: avoid;
}
.lawyers-block-img {
  width: 17rem;
  page-break-inside: avoid;
}
.lawyers-block-img img {
  display: block;
  page-break-inside: avoid;
}

.hero-print {
  margin: 0 0 2rem;
}

.about-us-article {
  page-break-inside: avoid;
}
.about-us-article .more-opener {
  display: none !important;
}

.template-casesofnote .columns {
  page-break-inside: avoid;
  margin: 0 0 1.5rem;
}

.sitemap-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 2rem 1.5rem;
}
.sitemap-section ul > li {
  list-style-type: none;
}
.sitemap-section ul > li:before {
  content: none;
}
.sitemap-section ul li {
  margin: 0 0 .4rem;
}
.sitemap-section ul li > ul {
  margin-top: .4rem;
  margin-bottom: 0;
}

.article-box {
  page-break-inside: avoid;
}
.article-box-img {
  margin: 0 0 1rem;
}
.article-box-img img {
  width: 100%;
  height: auto;
}

.assets-list ul {
  margin: 0 0 2rem;
}

.services-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services-list > li {
  list-style-type: none;
}
.services-list > li:before {
  content: none;
}
.services-list li {
  margin: 0 0 3.5rem;
  padding: 0 0 .4rem;
  border-bottom: 1px solid #739f3e;
}
.services-list a {
  color: #25282a;
}

.table tr {
  page-break-inside: avoid;
}
.table-events td:nth-child(2) {
  text-align: right;
  width: 16.5rem;
}
.table-news td:nth-child(2) {
  font-style: italic;
  width: 15rem;
}
.table-news td:nth-child(3) {
  width: 16.5rem;
  text-align: right;
}

.news-box {
  display: block;
  margin: 0 0 2rem;
  page-break-inside: avoid;
}
.news-box img {
  width: 100%;
  height: auto;
}
.news-box-area {
  border: 1px solid #838687;
  border-top: 2px solid #25282a;
  min-height: 13rem;
  padding: 1rem;
}
.news-box-title {
  font-size: 1.8rem;
  color: #25282a;
  font-weight: 300;
}
.news-box-data {
  color: #25282a;
}

.news-detail {
  margin: 0 0 3rem;
}
.news-detail-label {
  display: block;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 400;
}
.news-detail-title {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #25282a;
}
.news-detail-date {
  display: block;
  margin: 0 0 1rem;
  text-transform: uppercase;
  font-weight: 400;
}
.news-detail p {
  margin: 0 0 1rem;
}
.news-detail img {
  max-width: 100%;
  height: auto;
}
.news-detail a {
  color: #739f3e;
}

.news {
  page-break-inside: avoid;
}

.template-newsandeventlanding .more-btn {
  display: none;
}

.template-search .more-btn {
  display: none;
}
.template-search .lawyers-block-wrapper {
  margin: 0 0 4rem;
}

.search-form {
  display: none;
}

.search-result-row {
  page-break-inside: avoid;
}
