﻿@charset "UTF-8";
/*
 * 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: #757776;
  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: #5d8132;
}

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;
}
.all-hide {
  display: none;
}

.desktop-hide,
.print-show {
  display: none !important;
}

.text-center {
  text-align: center;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-reset > li {
  list-style-type: none;
}
.list-reset > li:before {
  content: none;
}

.is-uppercase {
  text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
  .desktop-hide {
    display: block !important;
  }

  .mobile-hide {
    display: none !important;
  }
}
/*
 * 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;
  }
}

/*
 * Header
 */
.header {
  padding: 3.5rem 0 2.8rem;
  position: relative;
}
.header .logo {
  display: block;
  width: 18.2rem;
  margin: 0 0 .8rem;
}
.header .logo a {
  display: block;
  height: 100%;
}
.header .logo img {
  width: 100%;
  height: auto;
}
.header-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 992px) {
  .header {
    padding: 3rem 0 1rem;
  }
  .header .logo {
    max-width: 14rem;
  }
}
@media only screen and (max-width: 479px) {
  .header .logo {
    max-width: 9rem;
  }
}

/*
 * Footer
 */
.footer {
  padding: 2rem 0 1rem;
  background: #f8f8f8;
  color: #707374;
  font-size: 1.4rem;
  font-weight: 400;
}
.footer-holder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer a {
  color: #707374;
}
.footer a:hover {
  color: #25282a;
}
.footer .copyrights {
  margin: 0;
}
.footer-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.footer-menu > li {
  list-style-type: none;
}
.footer-menu > li:before {
  content: none;
}
.footer-menu li {
  margin: 0 1.5rem 0 0;
}
@media only screen and (max-width: 992px) {
  .footer {
    padding: 2rem 0;
  }
  .footer-holder {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .social {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 4rem;
  }
  .footer-menu {
    margin: 0 0 2.5rem;
    letter-spacing: 0;
  }
  .footer-area {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 479px) {
  .footer {
    font-size: 1.1rem;
  }
}

/*
 * sidebar
 */
.sidebar {
  -webkit-flex: 0 0 40rem;
      -ms-flex: 0 0 40rem;
          flex: 0 0 40rem;
}
.sidebar-left {
  margin: 0 4rem 0 0;
}
.sidebar-rigt {
  margin: 0 0 0 4rem;
}
.sidebar-placeholder {
  margin: 0 0 4rem;
}
.sidebar-placeholder img {
  width: 100%;
  height: auto;
}

/*
 * Page layout
 *
 * Set general layout, position of child elements
 */
.wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin: 0 auto;
  background: #fff;
}
.wrapper .header,
.wrapper .footer {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.wrapper .main {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 0 3rem;
  background: #fff;
}
.wrapper .main-holder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrapper .main-holder .main-content {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrapper .main-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 5rem 0;
}
@media only screen and (max-width: 992px) {
  .wrapper .main {
    padding: 0 0 3rem;
  }
  .wrapper .main-head {
    margin: 1.5rem 0;
  }
  .wrapper .main-holder {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .main-holder .main-content {
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .wrapper .main-holder .sidebar {
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .wrapper .main-holder .sidebar-left {
    margin: 0;
  }
  .wrapper .main-holder .sidebar-rigt {
    margin: 0;
  }
}

/*
 * Page: Home
 */
.template-homepage .hero {
  margin: 0 0 3.5rem;
}
@media only screen and (max-width: 992px) {
  .template-homepage .hero {
    margin: 0 0 .5rem;
  }
}

/*
 * Page: Careers-page
 */
.template-careers .hero-simple, .template-aboutus .hero-simple,
.template-casesofnote .hero-simple,
.template-careersdetail .hero-simple {
  margin: 0 0 3.5rem;
}
.template-careers .tabset-horizontal, .template-aboutus .tabset-horizontal,
.template-casesofnote .tabset-horizontal,
.template-careersdetail .tabset-horizontal {
  margin: 0 0 .5rem;
}
.template-careers .tabset-horizontal li:hover:after, .template-aboutus .tabset-horizontal li:hover:after,
.template-casesofnote .tabset-horizontal li:hover:after, .template-careers .tabset-horizontal li.active:after, .template-aboutus .tabset-horizontal li.active:after,
.template-casesofnote .tabset-horizontal li.active:after,
.template-careersdetail .tabset-horizontal li:hover:after,
.template-careersdetail .tabset-horizontal li.active:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #5d8132;
}
.template-careers .tabset-horizontal li:hover a, .template-aboutus .tabset-horizontal li:hover a,
.template-casesofnote .tabset-horizontal li:hover a, .template-careers .tabset-horizontal li.active a, .template-aboutus .tabset-horizontal li.active a,
.template-casesofnote .tabset-horizontal li.active a,
.template-careersdetail .tabset-horizontal li:hover a,
.template-careersdetail .tabset-horizontal li.active a {
  color: inherit;
  padding-bottom: 1.4rem;
}
.template-careers .ellipsis-mobile h2, .template-aboutus .ellipsis-mobile h2,
.template-casesofnote .ellipsis-mobile h2,
.template-careersdetail .ellipsis-mobile h2 {
  margin: 0;
}
.template-careers .contact-card, .template-aboutus .contact-card,
.template-casesofnote .contact-card,
.template-careersdetail .contact-card {
  margin: 0 0 5rem;
}
@media only screen and (min-width: 993px) {
  .template-careers .ellipsis-mobile, .template-aboutus .ellipsis-mobile,
  .template-casesofnote .ellipsis-mobile,
  .template-careersdetail .ellipsis-mobile {
    height: auto;
    margin: 0 0 5rem;
  }
  .template-careers .ellipsis-mobile .toggle, .template-aboutus .ellipsis-mobile .toggle,
  .template-casesofnote .ellipsis-mobile .toggle,
  .template-careersdetail .ellipsis-mobile .toggle {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .template-careers .quote, .template-aboutus .quote,
  .template-casesofnote .quote,
  .template-careersdetail .quote {
    padding-right: 0;
  }
  .template-careers .tabset-horizontal, .template-aboutus .tabset-horizontal,
  .template-casesofnote .tabset-horizontal,
  .template-careersdetail .tabset-horizontal {
    margin: 0 0 4rem;
  }
  .template-careers .hero-simple, .template-aboutus .hero-simple,
  .template-casesofnote .hero-simple,
  .template-careersdetail .hero-simple {
    margin: 0 0 2rem;
  }
}

/*
 * Page: About-page
 */
.template-aboutus .ellipsis-mobile h2,
.template-casesofnote .ellipsis-mobile h2 {
  margin: 0 0 2rem;
}
.template-aboutus .main-content a > strong,
.template-casesofnote .main-content a > strong {
  color: #25282a;
  transition: color 300ms ease-in-out;
}
.template-aboutus .main-content a > strong:hover,
.template-casesofnote .main-content a > strong:hover {
  color: #5d8132;
}

/*
 * Page: Biopage
 */
.template-attorneybio .main {
  padding: 0 0 8rem;
}
.template-attorneybio .main .more-wrap .info-list {
  margin: 0 0 2.5rem;
}
@media only screen and (max-width: 992px) {
  .template-attorneybio .main {
    padding: 0;
  }
  .template-attorneybio .accordion {
    margin: 0 -2rem;
    border-top: 1px solid #838687;
  }
  .template-attorneybio .accordion-item {
    border-bottom: 1px solid #838687;
  }
  .template-attorneybio .accordion-item-title {
    text-align: center;
  }
  .template-attorneybio .accordion-mask {
    border-top: 1px solid #838687;
    padding: 1rem 2rem;
  }
  .template-attorneybio .quote {
    display: none;
  }
}

/*
 * Page: lawyers-landing-page
 */
.template-attorneylist .sidebar-left {
  padding-top: 1rem;
}
.template-attorneylist .filter-field-input:hover::-webkit-input-placeholder {
  color: #c8c8c8;
}
.template-attorneylist .filter-field-input:hover:-moz-placeholder {
  color: #c8c8c8;
}
.template-attorneylist .filter-field-input:hover::-moz-placeholder {
  color: #c8c8c8;
}
.template-attorneylist .filter-field-input:hover:-ms-input-placeholder {
  color: #c8c8c8;
}
@media only screen and (min-width: 993px) {
  .template-attorneylist .lawyers-block:last-child {
    border: 0;
  }
}

/*
 * Page: Search page
 */
.template-search .nav-list {
  font-weight: 300;
  letter-spacing: 1px;
}
.template-search .search-form {
  margin: 0 0 3.5rem;
}
.template-search .main-head {
  margin: 3.5rem 0 1rem;
}
.template-search .sidebar-left {
  padding-top: 3.2rem;
}
.template-search .search-result-wrapper > h2 {
  padding: 1.5rem 0;
  border-bottom: 1px solid #838687;
  text-transform: uppercase;
}
.template-search .lawyers-block-wrapper {
  margin: 0 0 4rem;
}
.template-search .lawyers-block-wrapper .more-btn {
  margin: 1.5rem 0 0;
}
.template-search .search-result-row {
  margin: 0 0 2.5rem;
}
.template-search .search-result-row a {
  color: inherit;
}
.template-search .search-result-row a:hover {
  color: #838687;
}
.template-search .search-result-section {
  margin: 0 0 3rem;
}
.template-search .search-result-section .more-btn {
  vertical-align: top;
  margin-top: -1rem;
}
.template-search h3 + .search-result-date {
  display: block;
  margin: -1rem 0 1rem;
  font-size: 1.6rem;
}
.template-search .drop-links-active {
  font-weight: 300;
}
@media only screen and (max-width: 992px) {
  .template-search .main-head {
    margin: 3.5rem 0 0;
  }
  .template-search .sidebar-left {
    padding-top: 0;
  }
  .template-search .search-form {
    margin: 0 0 2rem;
  }
  .template-search .more-btn-row {
    text-align: center;
  }
  .template-search .drop-links-list {
    padding-bottom: 0;
  }
  .template-search .drop-links-list li {
    text-align: center;
    border-bottom: 1px solid #5d8132;
  }
  .template-search .drop-links-list li:last-child {
    border: 0;
  }
  .template-search .drop-links-list a {
    padding: 1.5rem 2rem;
  }
  .template-search .drop-links-active {
    padding: 1rem 2rem;
  }
}
@media only screen and (max-width: 479px) {
  .template-search .main-head h1 {
    letter-spacing: -1px;
  }
}

/*
 * Page: News landing page
 */
.template-newsandeventlanding .main {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
}
.template-newsandeventlanding .main-head {
  margin: 3.5rem 0 3rem;
}
.template-newsandeventlanding .columns {
  margin: 0 0 2rem;
}
.template-newsandeventlanding .news {
  margin: 0 0 8rem;
}
@media only screen and (max-width: 992px) {
  .template-newsandeventlanding .main-head {
    margin: 2rem 0 0;
  }
  .template-newsandeventlanding .columns .col {
    margin: 0;
  }
  .template-newsandeventlanding .columns .col:last-child {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  .template-newsandeventlanding .main-head h1 {
    letter-spacing: -1px;
  }
}

/*
 * Page: News detail page
 */
.template-newseventdetail .main-head {
  margin: 3.5rem 0 0;
}
.template-newseventdetail .sidebar-placeholder {
  margin: 1rem 0 2rem;
}
.template-newseventdetail .pdf-link:after {
  content: none;
}
.template-newseventdetail .open .pdf-link:after {
  content: none;
}
@media only screen and (max-width: 479px) {
  .template-newseventdetail .main-head h1 {
    letter-spacing: -1px;
  }
}

/*
 * Page: Events listing page
 */
.template-newseventlanding .main {
  padding: 0;
}
.template-newseventlanding .main-head {
  margin: 3.5rem 0 1.5rem;
}
.template-newseventlanding .accordion {
  margin-top: 1rem;
}
.template-newseventlanding .table {
  table-layout: auto;
  font-weight: 400;
}
.template-newseventlanding .table-wrapper {
  margin: 0;
}
.template-newseventlanding .table td {
  padding: 1.2rem 1rem;
}
.template-newseventlanding .table-events td:nth-child(2) {
  text-align: right;
  width: 18rem;
}
.template-newseventlanding .table-news td:nth-child(2) {
  font-style: italic;
  width: 16rem;
}
.template-newseventlanding .table-news td:nth-child(3) {
  width: 18rem;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .template-newseventlanding .table td:first-child {
    padding-bottom: 0;
  }
  .template-newseventlanding .table-events td:nth-child(2) {
    width: 100%;
    text-align: left;
    padding-top: 0;
  }
  .template-newseventlanding .table-news td:nth-child(2) {
    width: auto;
    display: inline-block;
    padding-top: 0;
    padding-right: 0;
  }
  .template-newseventlanding .table-news td:nth-child(3) {
    width: auto;
    display: inline-block;
    padding-top: 0;
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  .template-newseventlanding .main-head h1 {
    letter-spacing: -1px;
  }
}

/*
 * Page: services landing page
 */
.template-servicelanding .header {
  margin: 0 0 4rem;
}
.template-servicelanding h1 {
  margin: 0 0 1rem;
}
.template-servicelanding .services {
  margin: 6rem 0 0;
}
@media only screen and (max-width: 992px) {
  .template-servicelanding .header {
    margin: 0 0 2rem;
  }
}

/*
 * Page: services detail page
 */
.template-servicedetail .main-head {
  margin: 4rem 0 0;
}
.template-servicedetail .assets-list {
  margin: 0 0 4rem;
}
.template-servicedetail .contact-card {
  margin: 0 0 5rem;
}
.template-servicedetail .contact-card-area {
  padding: 1.7rem;
}
.template-servicedetail .contact-card .more-btn {
  font-weight: 700;
  letter-spacing: .6px;
}
@media only screen and (max-width: 992px) {
  .template-servicedetail .wrapper .main-holder .sidebar-left {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .template-servicedetail .quote {
    display: none;
  }
  .template-servicedetail .main-head {
    margin: 3rem 0 1rem;
  }
  .template-servicedetail .drop-links {
    font-weight: 300;
  }
  .template-servicedetail .accordion {
    border: 0;
  }
  .template-servicedetail .accordion-item {
    border-bottom: 1px solid #838687;
  }
  .template-servicedetail .accordion-item:first-child {
    border-top: 1px solid #838687;
  }
  .template-servicedetail .accordion-item-title {
    text-align: center;
    border-left: 1px solid #838687;
    border-right: 1px solid #838687;
  }
  .template-servicedetail .accordion-mask {
    border-top: 1px solid #838687;
    padding: 2rem 0;
  }
}

/*
 * Page: Sitemap
 */
.template-sitemap .main-head {
  margin: 3rem 0 1rem;
}
.template-sitemap h3 {
  color: #5d8132;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 1.5px;
}
.template-sitemap .col {
  margin: 0 0 2rem;
  padding: 0 3rem;
}
@media only screen and (max-width: 992px) {
  .template-sitemap .col {
    margin: 0;
    padding: 0;
  }
}

/*
 * Page: template-privacy-policy
 */
.template-privacy-policy .main-head {
  margin: 3.5rem 0 1.5rem;
}
.template-privacy-policy .main p {
  font-size: 1.8rem;
  letter-spacing: 2px;
  margin: 0 0 3rem;
}
@media only screen and (max-width: 767px) {
  .template-privacy-policy .main p {
    margin: 0 0 2rem;
    letter-spacing: 0;
  }
}

/*
 * Page: template-legal-disclaimer
 */
.template-legal-disclaimer .main-head {
  margin: 3.5rem 0 1.5rem;
}
.template-legal-disclaimer .main p {
  font-size: 1.8rem;
  letter-spacing: 2px;
  margin: 0 0 2rem;
}
.template-legal-disclaimer .main h3 {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .template-legal-disclaimer .main p {
    margin: 0 0 2rem;
    letter-spacing: 0;
  }
}

/*
 * Nav
 */
.nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
}
.nav ul > li {
  list-style-type: none;
}
.nav ul > li:before {
  content: none;
}
.nav li {
  display: inline-block;
  margin: 0 2.2rem 0 0;
}
.nav li a {
  display: block;
  color: #25282a;
}
.nav-opener {
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  margin-top: -2rem;
  font-size: 3rem;
  color: #5d8132;
}
.nav-opener:focus, .nav-opener:hover {
  color: #557e22;
}
.nav-opener .fa-close {
  display: none;
  font-weight: 300;
  padding-top: .5rem;
}
.open .nav-opener .fa-close {
  display: block;
}
.open .nav-opener .fa-bars {
  display: none;
}
@media only screen and (min-width: 993px) {
  .nav-holder {
    height: auto !important;
    display: block !important;
    opacity: 1 !important;
  }
  .nav-opener {
    display: none;
  }
  .nav li a {
    position: relative;
    white-space: nowrap;
  }
  .nav li a:before, .nav li a:after {
    content: '';
    position: absolute;
    height: 2px;
    top: -2px;
    right: 50%;
    width: 50%;
    max-width: 0;
    background: #5d8132;
    transition: all 0.5s linear;
  }
  .nav li a:before {
    right: auto;
    left: 47.5%;
  }
  .nav li a:hover:before, .nav li a:hover:after, .nav li a.selected:before, .nav li a.selected:after, .nav li a.parent:before, .nav li a.parent:after {
    max-width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .nav {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(115, 159, 62, 0.94);
    z-index: 999;
    padding: 1.5rem 2.5rem 3rem;
    margin: 0;
  }
  .nav ul {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav li {
    display: block;
    text-align: center;
    margin: 0;
  }
  .nav li a {
    color: #fff;
    border: 0;
    display: block;
    padding: 1.1rem 0 1.1rem;
  }
  .nav li a:hover {
    background: #557e22;
  }
  .nav-holder {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .nav-opener {
    font-size: 2rem;
    margin-top: -1rem;
  }
}

/*
 * Nav
 */
.nav-search {
  display: none;
  width: 29.5rem;
  position: absolute;
  top: 100%;
  right: -.5rem;
  padding: 4.5rem 1.5rem 1.5rem;
  background: #fff;
  z-index: 999;
}
.nav-search-input {
  width: 100%;
  background: #fff;
  border: 0;
  border-bottom: 2px solid #5d8132;
  padding: .5rem;
  font-size: 1.6rem;
}
.popup-active .nav-search {
  display: block;
}
.nav-search-form-inp-field {
  position: relative;
}
.nav-search-button {
  display: none;
  position: absolute;
  top: .5rem;
  right: 0;
  color: #fff;
  font-size: 1.5rem;
}
@media only screen and (max-width: 992px) {
  .nav-search {
    display: block !important;
    width: 100%;
    position: static;
    padding: 1.5rem 0 0;
    background: transparent;
  }
  .nav-search-input {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    padding: .5rem 2rem .5rem 0;
    font-size: 1.5rem;
    background: none;
    color: #fff;
  }
  .nav-search-input::-webkit-input-placeholder {
    color: #fff;
  }
  .nav-search-input:-moz-placeholder {
    color: #fff;
  }
  .nav-search-input::-moz-placeholder {
    color: #fff;
  }
  .nav-search-input:-ms-input-placeholder {
    color: #fff;
  }
  .nav-search-button {
    display: block;
    background: none;
    border: 0;
  }
}

/*
 * Nav
 */
.popup {
  position: relative;
}
.popup a {
  font-size: 2.1rem;
  line-height: 1;
  color: #25282a;
}
.popup a:hover {
  color: #557e22;
}
@media only screen and (max-width: 992px) {
  .popup-opener {
    display: none;
  }
}

/*
 * Search form
 */
.search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #737373;
}
.search-form-row {
  position: relative;
  padding: 0 4.9rem 1.2rem 0;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-form-input {
  display: inline-block;
  vertical-align: text-top;
  width: 100%;
  font-family: "tablet_gothic", Arial, Helvetica, serif;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #5d8132;
  height: 3.1rem;
  border: 0;
  letter-spacing: 3px;
}
.search-form-input::-webkit-input-placeholder {
  color: #5d8132;
}
.search-form-input:-moz-placeholder {
  color: #5d8132;
}
.search-form-input::-moz-placeholder {
  color: #5d8132;
}
.search-form-input:-ms-input-placeholder {
  color: #5d8132;
}
.search-form label {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 2.4rem;
  margin: 0 .7rem 0 0;
  letter-spacing: 1px;
}
.search-form-button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: -1px;
  width: 4.8rem;
  border: 1px solid #838687;
}
.search-form-button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -3px;
  border: 7px solid transparent;
  border-left: 7px solid #5d8132;
  transition: border 0.3s ease;
}
.search-form-button:hover:after {
  border-left: 7px solid #838687;
}
@media only screen and (max-width: 767px) {
  .search-form {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-form label {
    letter-spacing: 0;
    font-size: 1.8rem;
  }
  .search-form-input {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .search-form-row {
    padding: 0 3.8rem 0.3rem 0;
  }
  .search-form-button {
    width: 3.8rem;
  }
}

/*
 * Bio
 */
.bio {
  padding: 4rem 0 1.7rem;
  background-position: 100% 50% !important;
  background-size: contain !important;
  position: relative;
}
.bio:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(to right, white 28%, rgba(255, 255, 255, 0.5) 44%, transparent 50%);
}
.bio-info {
  max-width: 60rem;
  letter-spacing: 1.8px;
  position: relative;
  z-index: 1;
}
.bio h1 {
  letter-spacing: 0;
}
.bio a {
  color: #757776;
}
.bio a:hover {
  color: #4d4f50;
}
.bio-position {
  display: block;
  text-transform: uppercase;
  margin: 0 0 6rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.bio-contacts {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 7rem;
  font-weight: 400;
  letter-spacing: 0;
}
.bio-contacts > li {
  list-style-type: none;
}
.bio-contacts > li:before {
  content: none;
}
.bio-contacts li {
  margin: 0;
}
.bio-contacts-phone a {
  color: #5d8132;
}
.bio-contacts-phone a:hover {
  color: #557e22;
}
.bio-contacts .fa {
  margin: 0 0 0 .5rem;
}
.bio-text-head {
  display: block;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
}
.bio-text {
  letter-spacing: 1px;
}
.bio-text a {
  color: #25282a;
}
.bio-text a:hover {
  color: #5d8132;
}
.bio-img-mobile {
  display: none;
}
@media only screen and (min-width: 993px) {
  .bio {
    min-height: 46rem;
  }
}
@media only screen and (max-width: 992px) {
  .bio {
    background-image: none !important;
    padding: 0;
    margin: 0 0 1rem;
  }
  .bio:after {
    content: none;
  }
  .bio-img-mobile {
    display: block;
    position: relative;
  }
  .bio-img-mobile:after {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    left: 0;
    background: url("../media/images/2017/bg-shadow-bio.png") repeat 50% 100%;
    background-size: auto 100%;
  }
  .bio-img-mobile img {
    width: 100%;
    height: auto;
  }
  .bio-img-mobile + .container > .bio-info {
    margin-top: -11.5rem;
  }
  .bio-position {
    margin: 0 0 2rem;
  }
  .bio-contacts {
    margin: 0 0 1rem;
  }
  .bio-info {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .bio-img-mobile + .container > .bio-info {
    margin-top: -10rem;
  }
}
@media only screen and (max-width: 479px) {
  .bio-info {
    letter-spacing: 0;
  }
  .bio-info h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .bio-info h1 span {
    display: block;
  }
  .bio-position {
    font-size: 1.2rem;
  }
  .bio-text {
    letter-spacing: 0;
  }
  .bio-contacts {
    font-weight: 300;
    margin: 2rem 0 4rem;
  }
}

/*
 * Print-row
 */
.print-row {
  padding: 1.5rem 0;
}
.print-row ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.print-row ul > li {
  list-style-type: none;
}
.print-row ul > li:before {
  content: none;
}
.print-row ul li {
  margin: 0 0 0 1rem;
}
.print-row ul li a {
  color: #25282a;
}
.print-row ul li a:hover {
  color: #5d8132;
}
@media only screen and (max-width: 992px) {
  .print-row {
    display: none;
  }
}

/*
 * tabset
 */
.tabset {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabset > li {
  list-style-type: none;
}
.tabset > li:before {
  content: none;
}
.tabset-vertical {
  margin: 0 0 4rem;
}
.tabset-vertical li {
  position: relative;
  margin: 0;
  padding: 1.7rem 1.5rem;
  border: 1px solid #838687;
  border-top: 0;
}
.tabset-vertical li:first-child {
  border-top: 1px solid #838687;
}
.tabset-vertical li.active {
  border-right: 2px solid #5d8132;
}
.tabset-vertical li.active:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #5d8132;
}
.tabset-vertical li.active a {
  color: #5d8132;
}
.tabset-horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 4rem;
}
.tabset-horizontal li {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin: 0;
  border: 1px solid #838687;
  border-left: 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tabset-horizontal li:first-child {
  border-left: 1px solid #838687;
}
.tabset-horizontal li.active {
  border-bottom: 2px solid #5d8132;
}
.tabset-horizontal li.active:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #5d8132;
}
.tabset-horizontal li:hover {
  border-bottom: 2px solid #5d8132;
}
.tabset-horizontal a {
  padding: 1.8rem 1.5rem;
}
.tabset-hide {
  display: none;
}
.tabset a {
  display: block;
  font-weight: 700;
  color: inherit;
}
.tabset a:hover {
  color: #838687;
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

/*
 * 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;
}

/*
 * more
 */
.more-opener {
  display: block;
  margin: 0 0 3rem;
  color: #5d8132;
}
.more-opener:hover {
  color: #557e22;
}
.more-opener:focus {
  color: #5d8132;
}
.more-wrap {
  margin: 0 0 3rem;
}
.more-btn {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  padding: .2rem 1.2rem;
  text-align: center;
  border: 1px solid #004b6c;
  color: #004b6c;
  letter-spacing: 1px;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, opacity 300ms ease-in-out;
}
.more-btn:hover {
  background: #004b6c;
  color: #fff;
}
.more-btn:hover a {
  color: #fff;
}
.more-btn a {
  color: #004b6c;
}
.more-btn.LinkAsset {
  padding: 0;
}
.more-btn.LinkAsset a {
  display: block;
  padding: .2rem 1.2rem .3rem;
}

.moreOpener-block {
  overflow: hidden;
}

/*
 * accordion
 */
.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 4rem;
  border-top: 2px solid #5d8132;
}
.accordion > li {
  list-style-type: none;
}
.accordion > li:before {
  content: none;
}
.accordion-item {
  margin: 0;
  border-bottom: 2px solid #5d8132;
}
.accordion-item-title {
  display: block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  padding: 1.7rem 0;
  transition: color 300ms ease-in-out;
  color: #25282a;
}
.accordion-item-title:hover {
  color: #5d8132;
}
.accordion-item-title:after {
  content: '+';
  position: absolute;
  right: 15px;
  top: 50%;
  font-weight: 400;
  font-size: 27px;
  line-height: 0;
}
.accordion-item-title.no-collapse {
  cursor: default;
}
.accordion-item-title.no-collapse:after {
  content: none;
}
.open .accordion-item-title {
  color: #557e22;
}
.open .accordion-item-title:after {
  content: '-';
}
.accordion-item-title div {
  pointer-events: none;
}
.accordion-mask {
  border-top: 2px solid #5d8132;
  padding-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .accordion-item-title {
    letter-spacing: 1px;
  }
}

/*
 * quote
 */
.quote {
  font-weight: 400;
  padding: 0 5rem 0 3rem;
  line-height: 1.2;
  position: relative;
}
.quote:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  bottom: 0;
  width: 5px;
  background: #5d8132;
}
.quote-text,
.quote p {
  font-size: 3rem;
  position: relative;
  text-indent: .5rem;
  margin-bottom: 1rem;
}
.quote-text:before,
.quote p:before {
  content: '“';
  position: absolute;
  top: -.2rem;
  left: -1.9rem;
}
.quote-text:after,
.quote p:after {
  content: "”";
}
.quote h2 {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
}

/*
 * social
 */
.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}
.social > li {
  list-style-type: none;
}
.social > li:before {
  content: none;
}
.social li {
  margin: 0 1.5rem 0 0;
  font-size: 2.8rem;
}
.social li:last-child {
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .social li {
    margin: 0 4rem 0 0;
  }
}

/*
 * Ellipsis
 */
.ellipsis {
  height: 12.2rem;
  margin: 0 0 .5rem;
  overflow: hidden;
}
.ellipsis-wrap {
  overflow: hidden;
  padding-bottom: 3px;
}
.ellipsis.closingProcess {
  height: auto;
}
.ellipsis.is-truncated {
  margin-bottom: 0;
}
.ellipsis.is-truncated p {
  margin: 0 0 .5rem;
}
.ellipsis.is-truncated p .open {
  margin-top: 1.5rem;
}
.ellipsis .col {
  margin-bottom: 1rem;
}
.ellipsis .col:last-child {
  margin-bottom: 0;
}
.ellipsis .toggle {
  color: #5d8132;
}
.ellipsis .toggle:hover {
  color: #557e22;
}
.ellipsis .toggle:focus {
  color: #5d8132;
}
.ellipsis .close {
  display: none;
  margin: -.5rem 0 1rem;
}
.ellipsis .open {
  display: block;
  margin-top: 1rem;
  transition: all 0.3s ease;
}
.ellipsis.opened {
  height: auto;
}
.ellipsis.opened .open {
  display: none;
}
.ellipsis.opened .close {
  display: block;
}
.ellipsis-mobile {
  height: 297px;
  margin: 0 0 2rem;
}
.ellipsis-mobile.closingProcess {
  height: auto;
  margin: 0 0 3rem;
}
.ellipsis-mobile.is-truncated h2, .ellipsis-mobile.is-truncated p {
  margin: 0;
}
.ellipsis-mobile .toggle {
  display: block !important;
  text-align: center;
}
.ellipsis-mobile .close {
  display: none;
}
.ellipsis-mobile .open {
  display: inline-block;
}
.ellipsis-mobile.opened {
  height: auto;
  margin: 0 0 3rem;
}
.ellipsis-mobile.opened .open {
  display: none;
}
.ellipsis-mobile.opened .close {
  display: inline-block;
}
.ellipsis-mobile .more-btn {
  font-size: 11px;
  padding: .4em 1.2rem;
  margin: 2.5rem 0 0;
}

/*
 * hero
 */
.hero {
  position: relative;
  background: #171e17;
  min-height: 66.5rem;
  color: #fff;
  font-weight: 400;
}
.hero-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 34.5%;
  z-index: 0;
  max-height: 66.6rem;
}
.hero-holder {
  position: relative;
  z-index: 1;
  padding: 10rem 0;
}
.hero-text {
  max-width: 31rem;
  line-height: 1.3;
}
.hero h1 {
  color: #f0b11d;
  padding-right: 5rem;
}
.hero h1 span {
  white-space: nowrap;
}
.hero-simple {
  padding: 3rem 0;
  min-height: 46rem;
  color: #fff;
}
.hero-img-mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .hero {
    min-height: auto;
  }
  .hero-holder {
    padding: 2rem 0 3rem;
  }
  .hero-bg {
    display: none;
  }
  .hero-img-mobile {
    display: block;
  }
  .hero-img-mobile img {
    width: 100%;
    height: auto;
  }
  .hero-text {
    max-width: none;
  }
  .hero h1 {
    padding: 0;
    max-width: none;
  }
  .hero-simple {
    min-height: 30rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    font-weight: 300;
    font-size: 1.5rem;
  }
  .hero-simple {
    min-height: 20rem;
    position: relative;
  }
  .hero-simple:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .hero-simple-holder {
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 479px) {
  .hero h1 {
    max-width: 22rem;
  }
  .hero-simple {
    min-height: auto;
  }
  .hero-simple h1 {
    margin: 1rem 0 1.5rem;
  }
}

/*
 * article
 */
.article {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -3.5rem;
}
.article > li {
  list-style-type: none;
}
.article > li:before {
  content: none;
}
.article-item {
  -webkit-flex: 1 1 33.3%;
      -ms-flex: 1 1 33.3%;
          flex: 1 1 33.3%;
  max-width: 33.3%;
  border-right: 1px solid #838687;
  padding: 0 3rem 1rem;
  margin: 0 0 3.5rem;
  position: relative;
}
.article-item:after {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: -1px;
  height: 1px;
  background: #838687;
}
.article-item:nth-child(3n) {
  border: 0;
}
.article-label {
  line-height: 0;
}
.article .more-btn {
  margin: 0 0 1.5rem;
  line-height: 1.3;
}
.article .more-btn:hover {
  color: inherit;
  background: inherit;
}
.article h2 {
  margin: 0;
}
.article h2 a {
  color: #25282a;
}
.article h2 a:hover {
  color: #838687;
}
.article-date {
  color: #25282a;
}
.article-box-img {
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #5d8132;
  margin: 0 0 1.5rem;
}
.article-box-img a {
  display: block;
}
.article-box-img img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.article-box-title {
  display: block;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 0 0 2rem;
  letter-spacing: 1.5px;
}
.article-box-text {
  font-size: 2.8rem;
  line-height: 1.2;
}
.article-box a {
  color: inherit;
}
.article-box a:hover {
  color: #838687;
}
@media only screen and (max-width: 992px) {
  .article {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .article-wrapper {
    border: 0;
  }
  .article-item {
    min-width: 100%;
    max-width: 100%;
    border-right: 0;
    padding: 2rem 0;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .article-item:nth-child(3) {
    border-bottom: 1px solid #ededed;
  }
}
.article-box-img {
  padding-bottom: 2.5rem;
  border-bottom: 2px solid #5d8132;
  margin: 0 0 .8rem;
}

/*
 * about-us-article
 */
.about-us-article p {
  margin: 0 0 1.5rem;
}
.about-us-article .more-opener {
  margin: 0 0 2rem;
}

/*
 * dp-select
 */
.dp-select {
  border: 1px solid #5d8132;
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
}
.dp-select-input {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 1.2rem 4.5rem 1.2rem 2rem;
  color: #5d8132;
  cursor: pointer;
}
.dp-select-opener {
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -5px;
  cursor: default;
  border: 10px solid transparent;
  border-top: 10px solid #5d8132;
}
.dp-select-drop {
  top: 100% !important;
  border: 1px solid #5d8132;
  border-top: 0;
  width: 100% !important;
}
.dp-select-list, .dp-select-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  width: 100%;
  padding: 1rem 0;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 1.2rem;
  font-weight: 700;
}
.dp-select-list > li, .dp-select-list ul > li {
  list-style-type: none;
}
.dp-select-list > li:before, .dp-select-list ul > li:before {
  content: none;
}
.dp-select-list li, .dp-select-list ul li {
  overflow: hidden;
  display: block;
}
.dp-select-list .dp-option, .dp-select-list ul .dp-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 1rem 2rem;
  cursor: pointer;
}
.dp-select-list .hideme, .dp-select-list ul .hideme {
  display: none;
}
.dp-select-list .dp-hover, .dp-select-list ul .dp-hover {
  color: #5d8132;
}
.dp-select-list .dp-selected, .dp-select-list ul .dp-selected {
  display: none;
}
.dp-select-list .dp-optgroup-caption, .dp-select-list ul .dp-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 1.5rem;
  cursor: default;
}
.dp-select-list .dp-optgroup .dp-option, .dp-select-list ul .dp-optgroup .dp-option {
  padding-left: 30px;
}
@media only screen and (max-width: 992px) {
  .dp-select, .dp-select-drop .dp-select-list, .dp-select-list ul {
    letter-spacing: 0;
  }
}

/*
 * select
 */
.select {
  position: relative;
  width: 100%;
}
.select-label {
  display: block;
  margin: 0 2.5rem 0 0;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 1.2rem;
  font-weight: 700;
}
.select-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3rem;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.select select {
  border: 1px solid #5d8132;
  display: block;
  padding: 1.5rem;
  color: #25282a;
  width: 100%;
  font-size: 1.6rem;
  height: 6rem;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .select-wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .select-label {
    margin: 0 0 1rem;
  }
}

/*
 * drop-links
 */
.drop-links {
  border: 1px solid #5d8132;
  display: block;
  width: 100%;
  margin: 0 0 3rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1.5rem;
  font-weight: 700;
}
.drop-links-active {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 1.5rem 2rem;
  color: #5d8132;
  position: relative;
}
.drop-links-active:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -5px;
  cursor: default;
  border: 10px solid transparent;
  border-top: 10px solid #5d8132;
}
.drop-links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #5d8132;
  display: block;
  padding: 0 0 1.5rem;
}
.drop-links-list > li {
  list-style-type: none;
}
.drop-links-list > li:before {
  content: none;
}
.drop-links-list li {
  margin: 0;
}
.drop-links-list a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 1rem 2rem;
  color: #25282a;
}
.drop-links-list a:hover {
  color: #5d8132;
}
@media only screen and (max-width: 767px) {
  .drop-links {
    margin: 0 0 2rem;
    letter-spacing: 0;
  }
}

/*
 * nav-list
 */
.nav-list {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 1rem 0 4.5rem;
}
.nav-list > li {
  list-style-type: none;
}
.nav-list > li:before {
  content: none;
}
.nav-list li {
  margin: 0;
  border-top: 2px solid #5d8132;
}
.nav-list li:last-child {
  border-bottom: 2px solid #5d8132;
}
.nav-list li.active a {
  color: #5d8132;
}
.nav-list li a {
  display: block;
  padding: 1.5rem 0;
  color: #25282a;
}
.nav-list li a:hover {
  color: #5d8132;
}
@media only screen and (max-width: 992px) {
  .nav-list {
    margin: 1rem 0 2.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: #5d8132;
}
.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;
  }
}

/*
 * filter-list
 */
.filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1.5rem;
  font-weight: 700;
  max-height: 31rem;
  overflow: auto;
}
.filter-list > li {
  list-style-type: none;
}
.filter-list > li:before {
  content: none;
}
.accordion-mask .filter-list {
  margin-bottom: 1rem;
}
.filter-list-child {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: .3rem 0 -.3rem 1rem;
}
.filter-list-child > li {
  list-style-type: none;
}
.filter-list-child > li:before {
  content: none;
}
.filter-list li {
  margin: 0;
  padding: .5rem;
}
.filter-list li a {
  color: #25282a;
}
.filter-list li a:hover {
  color: #838687;
}
.filter-list li a.active {
  color: #5d8132;
}

/*
 * filter-field
 */
.filter-field {
  padding: 1rem 5rem 1rem 0;
  position: relative;
}
.filter-field-input {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  font-size: 1.5rem;
  font-weight: 700;
  border: 0;
  color: #988d87;
}
.filter-field-input::-webkit-input-placeholder {
  color: #988d87;
  transition: color 0.3s ease;
}
.filter-field-input:-moz-placeholder {
  color: #988d87;
  transition: color 0.3s ease;
}
.filter-field-input::-moz-placeholder {
  color: #988d87;
  transition: color 0.3s ease;
}
.filter-field-input:-ms-input-placeholder {
  color: #988d87;
  transition: color 0.3s ease;
}
.filter-field-input:hover::-webkit-input-placeholder {
  color: #c8c8c8;
}
.filter-field-input:hover:-moz-placeholder {
  color: #c8c8c8;
}
.filter-field-input:hover::-moz-placeholder {
  color: #c8c8c8;
}
.filter-field-input:hover:-ms-input-placeholder {
  color: #c8c8c8;
}
.filter-field-button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5rem;
}
.filter-field-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -7px;
  border: 7px solid transparent;
  border-left: 7px solid #c8c8c8;
}

/*
 * 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: #5d8132;
}
@media only screen and (max-width: 767px) {
  .table td {
    display: block;
  }
}

/*
 * 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: #757776;
}
.lawyers-block a {
  color: #25282a;
}
.lawyers-block a:hover {
  color: #5d8132;
}
.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: #5d8132;
}
.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;
  }
}

/*
 * Darwin admin style
 */
#dsm_wrap .alphabet-area .alphabet li {
  padding: 0 0.65%;
}
#dsm_wrap .alphabet-area .alphabet li:first-child {
  padding-left: 0;
}
#dsm_wrap .alphabet-area .alphabet li:last-child {
  padding-right: 0;
}

.no-bottom-panel #dsm_wrap {
  padding-top: 0;
}
.no-bottom-panel #dsm_wrap .header {
  top: 53px;
}

.no-bottom-panel.no-top-panel #dsm_wrap .header {
  top: 0;
}

.dsm_AuthoringBody #dsm_wrap .slide-sidebar,
.top-panel #dsm_wrap .slide-sidebar {
  overflow: auto;
}

table.dataTable td {
  text-align: left !important;
}

.ui-dialog .ui-dialog-title {
  padding: 0 0 0 5px;
  min-height: 21px;
}

.ui-dialog .ui-dialog-content input {
  margin-right: 10px;
}

.template-locationlanding .dsm_AuthoringBody #dsm_wrap .breadcrumbs-area .page-header,
.template-locationlanding .dsm_AuthoringBody #dsm_wrap .breadcrumbs-area h1,
.template-locationlanding .top-panel #dsm_wrap .breadcrumbs-area .page-header,
.template-locationlanding .top-panel #dsm_wrap .breadcrumbs-area h1 {
  font-size: 35px;
}

.videoPosterImageHolder {
  position: relative;
}

.videoModalContent {
  display: none;
}

#aspnetForm {
  height: 100%;
}
#aspnetForm #dsm_wrap {
  height: 100%;
}
#aspnetForm #dsm_wrap #wrapper {
  width: 100%;
}

@media only screen and (max-width: 1500px) {
  .simplemodal-container {
    width: 100% !important;
    left: 0 !important;
  }

  .simplemodal-data iframe {
    width: 100%;
    height: auto;
    min-height: 320px;
  }
}
.ui-dialog .ui-dialog-content input[type=text],
.ui-dialog .ui-dialog-content input[type=email],
.ui-dialog .ui-dialog-content input[type=search],
.ui-dialog .ui-dialog-content input[type=password],
.ui-dialog .ui-dialog-content input[type=tel] {
  background: #fff;
}

.post-image .videoModalContent,
.post-video .videoModalContent {
  display: none;
  text-indent: -9999px;
}

#main .dsm_AdminPanel,
#main .dsm_AuthorPanel {
  position: relative;
  z-index: 2;
}

.simplemodal-overlay {
  background: #000;
}

.VideoAsset {
  position: relative;
}
.VideoAsset .videoPosterImageHolder {
  display: block;
}
.VideoAsset .videoHeading {
  position: absolute;
  bottom: 14%;
  width: 100%;
  text-align: center;
  left: 0;
  padding: 0 14%;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  z-index: 2;
}

/*
 * admin panel styles
 */
#modal {
  display: none;
}
#modal .ui-dialog .ui-dialog-title {
  padding: 0 16px;
}

#dsm_DarwinBar {
  font-size: 14px;
}
#dsm_DarwinBar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#dsm_DarwinBar ul > li {
  list-style-type: none;
}
#dsm_DarwinBar ul > li:before {
  content: none;
}

#dsm_DarwinBar *,
#dsm_authorSidebarContent * {
  box-sizing: content-box;
}

.dsm_AuthoringBody .cols-holder {
  min-height: 20px;
}

.dsm_AuthoringBody #RelatedLibrary ul a {
  color: #000 !important;
}

.dsm_roundSidebarBottom {
  width: 218px !important;
}

#dsm_authorSidebar .dsm_editButton {
  white-space: nowrap;
  width: 152px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* rss feed utility template fix, only used in authoring mode. */
#RssFeedFolderContent, #RssFeedRelatedContent {
  color: #000;
}

#template-utility_rssfeed {
  margin-top: 50px;
}

.dsm_dssInit {
  display: none;
  position: absolute;
  top: 100%;
  right: -8px;
  width: 90px;
  padding-top: 8px;
}

.dsm_adminForm .btnGreen {
  margin: 0 0 10px;
}

#btnGenerateExcelReport {
  margin: 0 0 10px;
}

html[class*=ie-11] {
  overflow: hidden;
}

html[class*=ie-11] body {
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

html[class*=ie-11] .btn-contact {
  right: -10px;
}

#colorbox a {
  color: #c57316;
  text-decoration: none;
}
#colorbox a:hover {
  text-decoration: underline;
}
#colorbox p {
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 10px 0;
  color: #333;
  font-family: Helvetica, Arial, Geneva, sans-serif;
}
#colorbox .header {
  padding: 0;
}
#colorbox #thumbnails {
  height: 344px;
  overflow: hidden;
}
#colorbox #imgBig {
  border: solid 1px White;
  max-width: 100%;
}
#colorbox img {
  vertical-align: baseline;
}
#colorbox .clear {
  clear: both;
}
#colorbox #AlterEgos {
  box-sizing: content-box;
}

/*
 * alphabet
 */
.alphabet {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: .5rem -.5rem 2rem -.5rem;
}
.alphabet > li {
  list-style-type: none;
}
.alphabet > li:before {
  content: none;
}
.alphabet li {
  display: inline-block;
  vertical-align: top;
  min-width: 2.6rem;
  margin: 0;
  padding: .7rem .5rem;
}
.alphabet li a {
  display: block;
  color: #424242;
}
.alphabet li a:hover {
  color: #5d8132;
}
.alphabet li a.disabled {
  cursor: default;
  color: #757776;
}
.alphabet li a.active {
  color: #5d8132;
}
.alphabet li:last-child {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (max-width: 992px) {
  .alphabet {
    margin: 1rem 0 2.5rem;
  }
}
@media only screen and (max-width: 479px) {
  .alphabet {
    font-size: 1.4rem;
  }
  .alphabet li {
    min-width: 2.4rem;
  }
}

/*
 * news
 */
.news-box {
  display: block;
  margin: 0 0 2rem;
}
.news-box:hover .news-box-title {
  color: #5d8132;
}
.news-box-area {
  border: 1px solid #838687;
  border-top: 2px solid #25282a;
  min-height: 20.8rem;
  padding: 2.7rem 2.5rem;
}
.news-box-title {
  font-size: 2.8rem;
  color: #25282a;
  transition: color 300ms ease-in-out;
  font-weight: 300;
}
.news-box-data {
  color: #25282a;
}
.news img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px  solid #000000;
  border-bottom: 0;
}
.news .news-head {
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 3rem;
}
.news-item {
  margin: 0 0 2rem;
}
.news-item h3 {
  margin: 0 0 .5rem;
}
.news-item h3 a {
  color: #25282a;
}
.news-item h3 a:hover {
  color: #5d8132;
}
.news-item .more {
  display: block;
  margin: 1.5rem 0 0;
  color: #5d8132;
}
.news-item .more:hover {
  color: #838687;
}
.news-item-date {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.6rem;
  color: #838687;
}
.news-spotlight {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 3rem;
}
.news-spotlight-head {
  text-transform: uppercase;
}
.news-spotlight-img {
  padding: 0 0 2rem;
  border-bottom: 2px solid #5d8132;
  margin: 0 0 2rem;
}
.news-spotlight-img img {
  width: 100%;
  height: auto;
}
.news-spotlight-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 0 .5rem;
}
.news-spotlight-title a {
  color: #25282a;
}
.news-spotlight-title a:hover {
  color: #5d8132;
}
.news-spotlight-date {
  display: block;
  margin: 0 0 1.5rem;
  letter-spacing: 1px;
}
.news-spotlight-text {
  letter-spacing: .2px;
  line-height: 1.25;
  margin: 0 0 .5rem;
}
.news-spotlight .more {
  color: #5d8132;
}
.news-spotlight .more:hover {
  color: #838687;
}
.news-detail-label {
  display: block;
  margin: 0 0 .5rem;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 400;
}
.news-detail-date {
  display: block;
  margin: 0 0 2.5rem;
  text-transform: uppercase;
  font-weight: 400;
}
.news-detail p {
  margin: 0 0 2.5rem;
}
.news-detail a {
  color: #5d8132;
}
.news-detail a:hover {
  color: #838687;
}
.news-detail img {
  max-width: 100%;
  height: auto;
}
.news-detail-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #25282a;
}
.news-back-link {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #25282a;
}
.news-back-link:hover {
  color: #5d8132;
}
.news-back-link i {
  margin-right: 0.4rem;
}
@media only screen and (min-width: 993px) {
  .news img {
    max-height: 32.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .news-box-area {
    padding: 1.8rem;
    min-height: auto;
  }
  .news-box-title {
    font-size: 2.1rem;
  }
}

/*
 * services
 */
.services-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 2.9rem;
  margin: 0 -3rem;
}
.services-list > li {
  list-style-type: none;
}
.services-list > li:before {
  content: none;
}
.services-list li {
  -webkit-flex: 1 1 33.3%;
      -ms-flex: 1 1 33.3%;
          flex: 1 1 33.3%;
  max-width: 33.3%;
  padding: 0 3rem;
  margin: 0 0 3.5rem;
}
.services-list a {
  display: block;
  padding: 0 0 .4rem;
  border-bottom: 2px solid #5d8132;
  color: #25282a;
}
.services-list a:hover {
  color: #5d8132;
}
.services .services-head {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 3.5rem;
  letter-spacing: 1.8px;
}
@media only screen and (max-width: 992px) {
  .services-list {
    margin: 0;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services-list li {
    padding: 0;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .services-list {
    font-size: 2.1rem;
  }
  .services-list li {
    margin: 0 0 2.7rem;
  }
  .services .services-head {
    font-size: 1.4rem;
    margin: 0 0 2.5rem;
    letter-spacing: 1px;
  }
}

/*
 * 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;
  }
}

/*
 * Sitemap section
 */
.sitemap-section h3 a {
  color: #5d8132;
}
.sitemap-section h3 a:hover {
  color: #838687;
}
.sitemap-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 2rem 1.5rem;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.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;
}
.sitemap-section ul a {
  color: #25282a;
}
.sitemap-section ul a:hover {
  color: #5d8132;
}
@media only screen and (max-width: 992px) {
  .sitemap-section ul {
    margin-bottom: 0;
  }
  .sitemap-section h3 {
    margin: 2rem 0 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .sitemap-section ul {
    letter-spacing: 0;
  }
}

/* GRAYSCALE */
.grayscale, .grayscale-sticky {
  /* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* IE 6-9 */
  filter: gray;
  /*
  Chrome 19+,
  Safari 6+,
  Safari 6+ iOS,
  Opera 15+
  */
  -webkit-filter: grayscale(100%);
}

.grayscale {
  transition: all 1s;
}

.grayscale.grayscale-off {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.grayscale.grayscale-replaced {
  filter: none;
  -webkit-filter: none;
}

.grayscale.grayscale-replaced > svg {
  opacity: 0;
  transition: opacity 1s ease;
}

.grayscale.grayscale-replaced.grayscale-off > svg {
  opacity: 1;
}
.hidden{display:none}
.picturefill-background{background-color:#757776}
.template-attorneybio .picturefill-background{background-color:#ffffff}
.bio-uncased{display:inline-block;margin-top:0.5rem;text-transform:none}
.template-attorneylist .bio-uncased{margin-top:0}