@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i';
/* LATO */
@import 'https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i';
/* LORA */
@import 'https://fonts.googleapis.com/css?family=Oswald:400,700';
/* OSWALD */
@import 'https://unpkg.com/ionicons@4.5.1/dist/css/ionicons.min.css';
/* IONICONS */
html,
body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  background-color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #868070;
}

.noprint {
    display: none !important;
}

* {
  box-sizing: border-box;
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

*::-webkit-input-placeholder {
  color: #000;
}

*:-moz-placeholder {
  color: #000;
}

*::-moz-placeholder {
  color: #000;
  opacity: 1;
}

*:-ms-placeholder {
  color: #000;
  opacity: 1;
}

*::-ms-placeholder {
  color: #000;
}

*::placeholder {
  color: #000;
}

a,
input[type=submit],
button {
  cursor: pointer;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.site-container {
}
.site-container .inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.site-header {
  position: relative;
  background-color: #fff;
  border-bottom: none;
}
.site-header .inner {
  display: flex;
  align-items: center;
  height: 100px;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .site-header .inner {
    height: 70px;
  }
}

.header-logo {
  margin: 0 40px 0 0;
  width:400px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 192px;
    margin: 0 20px 0 0;
  }
}
.header-logo a {
  display: block;
}
.header-logo a:hover img:first-child {
  display: none;
}
.header-logo a:hover img:last-child {
  display: block;
}
.header-logo a img:first-child {
  display: block;
}
.header-logo a img:last-child {
  display: none;
}

.header-navigation {
  display: none;
}

/* MOBILE NAV */
.menu-switch, .menu-icon {
  position: relative;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.menu-switch {
  display: inline-block;
  color: #163708;
  cursor: pointer;
  font-size: 8px;
  letter-spacing: 0.24em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  top: -5px;
  z-index: 10;
}

.menu-switch span {
  display: block;
  padding-left: 0.125rem;
}

.menu-switch span:first-of-type {
  display: block;
  font-weight: 600;
  font-size: 10px;
}

.menu-switch span:nth-of-type(2) {
  display: none;
  font-size: 9px;
}

.menu-switch.active {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

.menu-switch.active span:first-of-type {
  display: none;
}

.menu-switch.active span:nth-of-type(2) {
  display: block;
}

.menu-icon {
  height: 40px;
}

.menu-icon::before, .menu-icon::after {
  background: #163708;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 30px;
}

.menu-switch.active .menu-icon::before {
  -webkit-transform: translateZ(0) rotate(-45deg);
  transform: translateZ(0) rotate(-45deg);
}

.menu-switch.active .menu-icon::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.menu-icon::before {
  top: 20px;
}

.menu-icon::after {
  top: 30px;
}

.site-main {
  flex-grow: 1;
  padding: 0 0 20px;
}
.site-main h1 {
  line-height: 1.1;
  font-family: "Lora", serif;
  font-size: 40px;
  font-weight: normal;
  color: #000;
}
.site-main h2 {
  margin: 20px 0;
  line-height: 1.1;
  font-family: "Lora", serif;
  font-size: 40px;
  font-weight: normal;
  color: #000;
}
@media screen and (max-width: 900px) {
  .site-main h2 {
    font-size: 30px;
  }
}
.site-main h3 {
  margin: 20px 0;
  line-height: 1.1;
  font-family: "Lora", serif;
  font-weight: normal;
  font-size: 29px;
  color: #616161;
}
.site-main h4 {
  margin: 20px 0;
  line-height: 1.1;
  font-weight: normal;
  font-size: 22px;
  color: #62a846;
}
.site-main h4.yellow {
  font-family: "Lora", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  color: #efbc00;
}
.site-main .column-content .date {
  order: 1;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 18px;
  color: #c6c3bc;
}
.site-main .column-content .newsdate {
  margin-top: -20px;
}
.site-main h5 {
  margin: 20px 0 10px;
  line-height: 1.1;
  font-weight: normal;
  font-size: 16px;
  color: #504c41;
  text-transform: uppercase;
}
.site-main p {
  line-height: 26px;
}
.site-main a {
  text-decoration: none;
  color: #4a90e2;
}
.site-main a:hover {
  color: #004687;
}
.site-main ul {
  padding: 0 0 0 28px;
}
.site-main ul li {
  margin: 20px 0 20px;
  padding: 0 0 0 10px;
}
.site-main blockquote {
  margin: 30px 0;
}
.site-main blockquote p {
  position: relative;
  margin: 0;
  padding: 20px 30px;
  background-color: #163708;
  border-top: 5px solid #62a846;
  line-height: 1.3;
  font-family: "Lora", serif;
  font-size: 30px;
  color: #fff;
}
.site-main blockquote p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-width: 28px 28px 0 0;
  border-style: solid;
  border-color: #163708 transparent transparent transparent;
}
.site-main blockquote .cite {
  display: block;
  min-height: 28px;
  padding: 10px 32px 0;
  font-style: normal;
  font-size: 12px;
  color: #235310;
}
.site-main img.full-width {
  display: block;
  width: 100%;
  height: auto;
}
.site-main .btn {
  display: inline-block;
  padding: 0 36px;
  background-color: #62a846;
  border-radius: 25px;
  line-height: 50px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
.site-main .btn:hover {
  background-color: #235310;
  color: #fff;
}
.site-main .btn.sec {
  background-color: transparent;
  border: 1px solid #504c41;
  line-height: 48px;
  font-size: 16px;
  color: #504C41;
}
.site-main .btn.sec:hover {
  background-color: #e0ded9;
}
.site-main .text-center {
  text-align: center;
}
.site-main .text-small {
  font-size: 16px;
}
.site-main .text-large {
  font-size: 22px;
}
.site-main .text-green {
  color: #62a846;
}
.site-main .no-margins {
  margin: 0 !important;
}
.site-main .no-top-margin {
  margin-top: 0 !important;
}
.site-main .no-bottom-margin {
  margin-bottom: 0 !important;
}
.site-main .double-margins {
  margin: 40px 0;
}
.site-main .double-top-margin, .column-sidebar .double-top-margin {
  margin-top: 40px;
}
@media screen and (max-width: 465px) {
  .site-main .double-top-margin {
    margin: 0;
  }
  .column-sidebar .double-top-margin {
    margin-top: 40px;
  }
}
.site-main .double-bottom-margin {
  margin-bottom: 40px;
}
.site-main .half-top-margin {
  margin-top: 10px;
}
.site-main .half-bottom-margin {
  margin-bottom: 10px;
}
.site-main .columns {
}
@media screen and (max-width: 768px) {
  .site-main .columns {
    flex-direction: column;
  }
}
.site-main .columns .column-content {
  float:left;
    width:65%;
}
.site-main .columns .column-sidebar {
  width: 30%;
  margin: 0 0 0 5%;
  font-size: 16px;
    float: right;
}
.site-main .columns .office p.logo {
  padding: 20px 0;
}
.site-main .columns .office p.logo img {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .site-main .columns .column-sidebar {
    width: auto;
    margin: 0;
  }
}

.hero-home {
  position: relative;
  height: 470px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 995px) {
  .hero-home {
    height: 0;
    padding-top: 46%;
  }
}
.hero-home .text-wrapper {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 100%;
}
.hero-home .text-wrapper h1 {
  display: inline-block;
  position: relative;
  left: 50%;
  top: 50%;
  max-width: 995px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 26px 48px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 5px;
  font-family: "Lora", serif;
  font-weight: normal;
  font-size: 40px;
  color: #235310;
}
@media screen and (max-width: 768px) {
  .hero-home .text-wrapper h1 {
    font-size: 24px;
    padding: 12px 24px;
  }
}

.hero-image {
  position: relative;
  height: 470px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 995px) {
  .hero-image {
    height: 0;
    padding-top: 46%;
  }
}
.hero-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(247, 246, 243, 0) 50%, #f7f6f3 100%);
  background: -webkit-linear-gradient(top, rgba(247, 246, 243, 0) 50%, #f7f6f3 100%);
  background: linear-gradient(to bottom, rgba(247, 246, 243, 0) 50%, #f7f6f3 100%);
}
.hero-image .text-wrapper {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 100%;
}
.hero-image .text-wrapper h1 {
  display: inline-block;
  position: relative;
  left: 50%;
  top: 50%;
  max-width: 995px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 26px 48px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 5px;
  font-family: "Lora", serif;
  font-weight: normal;
  font-size: 25px;
  color: #504c41;
}
@media screen and (max-width: 768px) {
  .hero-image .text-wrapper h1 {
    font-size: 24px;
    padding: 12px 24px;
  }
}

.hero-biography {
    background-color: transparent;
  }

.hero-biography .inner {
  display: flex;
    flex-direction: column;
}
@media screen and (max-width: 995px) {
  .hero-biography .inner {
    flex-direction: column;
  }
}

  .hero-biography .inner .content {
    order: 2;
    margin: 40px 0 0;
    padding: 0;
      flex: 1;
  }

.hero-biography .inner .content h1 {
  margin: 0;
}
.hero-biography .inner .content h6 {
  margin: 10px 0 0;
  font-weight: normal;
  font-size: 16px;
  color: #62a846;
}
.hero-biography .inner .content p {
  margin: 30px 0;
  line-height: 1.2;
  font-size: 17px;
  color: #504c41;
}
@media screen and (max-width: 995px) {
    .hero-biography .inner .content p {
      margin: 1em 0;
      line-height: 26px;
      font-size: 18px;
      color: #868070;
    }
}
.hero-biography .inner .content .contact {
  line-height: 32px;
  color: #000;
}
.hero-biography .inner .content .social {
  margin: 8px 0 0;
}
.hero-biography .inner .content .social a {
  margin: 0 16px 0 0;
  font-size: 24px;
}
.hero-biography .inner .content .social a:last-child {
  margin: 0;
}

  .hero-biography .inner .photo {
    order: 1;
    width: auto;
    height: 360px;
    margin: 0 -20px;
    background-color: #e0ded9;
    text-align: center;
      position: relative;
  }

@media screen and (max-width: 640px) {
  .hero-biography .inner .photo {
    height: 280px;
  }
}
.hero-biography .inner .photo:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 60px);
  padding: 50% 0 0;
  border: 20px solid #fff;
}

  .hero-biography .inner .photo:before {
    max-width: 330px;
    height: 200px;
    padding: 0;
  
}
@media screen and (max-width: 640px) {
  .hero-biography .inner .photo:before {
    max-width: 280px;
    height: 160px;
  }
}
.hero-biography .inner .photo img {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    height: 100%;
  }

.section-home-intro {
  padding: 45px 0;
}
@media screen and (max-width: 465px) {
  .section-home-intro {
    padding: 25px 0;
  }
}

.section-home-intro p {
  font-size: 24px;
  line-height: 36px;
}

.section-home-slider {
  display: none;
  position: relative;
}

.section-home-attorney {
  padding: 65px 0;
}
@media screen and (max-width: 465px) {
  .section-home-attorney {
    padding: 25px 0;
  }
}

.section-attorneys-filters .letter-filter {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 20px;
  border-bottom: 2px solid #e8e8e8;
}
.section-attorneys-filters .letter-filter span {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .section-attorneys-filters .letter-filter span {
    flex: 0 1 auto;
  }
}
.section-attorneys-filters .letter-filter span input {
  display: none;
}
.section-attorneys-filters .letter-filter span input:disabled + label, .section-attorneys-filters .letter-filter span label.hide {
  color: #dadada;
  cursor: auto;
}
.section-attorneys-filters .letter-filter span input:checked + label {
  color: #163708;
}
.section-attorneys-filters .letter-filter span label, .section-attorneys-filters .letter-filter span label.show {
  padding: 0 4px;
  line-height: 35px;
  font-size: 35px;
  color: #4A90E2;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .section-attorneys-filters .letter-filter span label {
    line-height: 28px;
    font-size: 24px;
  }
}
.section-attorneys-filters .practice-area-filter {
  display: flex;
  margin: 24px 0 0;
  padding: 15px 20px;
  background-color: #efefef;
}
@media screen and (max-width: 768px) {
  .section-attorneys-filters .practice-area-filter {
    display: block;
  }
}
.section-attorneys-filters .practice-area-filter label {
  margin: 0 15px 0 0;
  line-height: 50px;
  font-size: 16px;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .section-attorneys-filters .practice-area-filter label {
    line-height: 16px;
  }
}
.section-attorneys-filters .practice-area-filter .dropdown {
  position: relative;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .section-attorneys-filters .practice-area-filter .dropdown {
    margin: 10px 0 0;
  }
}
.section-attorneys-filters .practice-area-filter .dropdown select {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 20px;
  background-color: #fff;
  border: 1px solid #979797;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.section-attorneys-filters .practice-area-filter .dropdown select::-ms-expand {
  display: none;
}
.section-attorneys-filters .practice-area-filter .dropdown select + .arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: #282828 transparent transparent;
  pointer-events: none;
}
.section-attorneys-filters .practice-area-filter .attorneys_clear_filters {
  margin: 0 18px 0 36px;
}
@media screen and (max-width: 768px) {
  .section-attorneys-filters .practice-area-filter .attorneys_clear_filters {
    margin: 0;
  }
}
.section-attorneys-filters .practice-area-filter .attorneys_clear_filters span {
  display: inline-block;
  line-height: 50px;
  font-size: 14px;
  color: #b0b0b0;
  cursor: pointer;
}
.section-attorneys-filters .practice-area-filter .attorneys_clear_filters span:hover {
  color: #4a90e2;
}
@media screen and (max-width: 768px) {
  .section-attorneys-filters .practice-area-filter .attorneys_clear_filters span {
    margin: 20px 0 0;
    line-height: 14px;
  }
}
.section-attorneys-filters .attorneys-overview {
  
}
.section-attorneys-filters .attorneys-overview .attorney-item {
  float:left;
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
}
@media screen and (max-width: 900px) {
  .section-attorneys-filters .attorneys-overview .attorney-item {
    width: 50%;
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 640px) {
  .section-attorneys-filters .attorneys-overview .attorney-item {
    width: 100%;
    width: calc(100% - 20px);
  }
}
.section-attorneys-filters .attorneys-overview .attorney-item a {
  display: flex;
  flex-direction: column;
  background-color: #163708;
}
.section-attorneys-filters .attorneys-overview .attorney-item a:hover .photo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(22, 55, 8, 0) 50%, #163708 100%);
  background: -webkit-linear-gradient(top, rgba(22, 55, 8, 0) 50%, #163708 100%);
  background: linear-gradient(to bottom, rgba(22, 55, 8, 0) 50%, #163708 100%);
}
.section-attorneys-filters .attorneys-overview .attorney-item a:hover h3 {
  color: #4a90e2;
}
.section-attorneys-filters .attorneys-overview .attorney-item a .photo {
  position: relative;
  order: 1;
  background-image: url("/wp-content/themes/ElliottGreenleaf/images/attorney-bg.jpg");
  background-size: cover;
  background-position: center;
}
.section-attorneys-filters .attorneys-overview .attorney-item a .photo img {
  display: block;
  width: 100%;
  height: auto;
}
.section-attorneys-filters .attorneys-overview .attorney-item a h3 {
  order: 3;
  margin: 0;
  padding: 0 20px 16px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}
.section-attorneys-filters .attorneys-overview .attorney-item a p {
  order: 2;
  margin: 0;
  padding: 16px 20px 0;
  line-height: normal;
  font-size: 12px;
  color: #868070;
}

.section-practices-overview {
  margin: 40px 0 0;
}
.section-practices-overview h2, .section-practices-overview h4 {
  padding: 0 0 6px;
  border-bottom: 2px solid #62a846;
  font-weight: normal;
  font-size: 22px;
  color: #62a846;
  font-family: "Lato", sans-serif;
}
.section-practices-overview-old ul {
  display: flex;
  flex-wrap: wrap;
  margin: 24px -10px 0;
  padding: 0;
  list-style: none;
}
.section-practices-overview-old ul li {
  flex-grow: 1 1;
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px !important;
  padding: 0;
}
.section-practices-overview ul {
  height: auto;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  list-style: none;
}
.section-practices-overview ul li {
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .section-practices-overview ul {
  height: auto;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  list-style: none;
  }
}
@media screen and (max-width: 640px) {
  .section-practices-overview ul {
  height: auto;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  list-style: none;
  }
}
.section-practices-overview ul li a {
  display: flex;
  flex-direction: column;
  background-color: #163708;
}
.section-practices-overview ul li a:hover .photo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(22, 55, 8, 0) 50%, #163708 100%);
  background: -webkit-linear-gradient(top, rgba(22, 55, 8, 0) 50%, #163708 100%);
  background: linear-gradient(to bottom, rgba(22, 55, 8, 0) 50%, #163708 100%);
}
.section-practices-overview ul li a:hover h3 {
  color: #4a90e2;
}
.section-practices-overview ul li a .photo {
  position: relative;
}
.section-practices-overview ul li a .photo img {
  display: block;
  width: 100%;
  height: auto;
}
.section-practices-overview ul li a h3 {
  padding: 16px 20px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.section-bio-representative-matters h3 {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  color: #62a846;
}
.section-bio-representative-matters ul {
  position: relative;
  max-height: none;
  font-size: 18px;
  line-height: 22px;
}
.section-bio-representative-matters ul.show {
  max-height: none;
}
.section-bio-representative-matters ul.show:after {
  display: none;
}
.section-bio-representative-matters ul.show ~ .show-more {
  display: none;
}
.section-bio-representative-matters ul:after {
}
.section-bio-representative-matters .show-more {
  display: none;
}

.section-office-sub h3 {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  color: #62a846;
}
.section-office-sub .subinfo {
  position: relative;
  max-height: 150px;
  overflow: hidden;
  font-size: 18px;
  line-height: 22px;
}
.section-office-sub .subinfo p:first-child{
  margin-top: 0;
}
.section-office-sub .subinfo.show {
  max-height: none;
}
.section-office-sub .subinfo.show:after {
  display: none;
}
.section-office-sub .subinfo.show ~ .show-more {
  display: none;
}
.section-office-sub .subinfo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(247, 246, 243, 0) 0%, #f7f6f3 100%);
  background: -webkit-linear-gradient(top, rgba(247, 246, 243, 0) 0%, #f7f6f3 100%);
  background: linear-gradient(to bottom, rgba(247, 246, 243, 0) 0%, #f7f6f3 100%);
  pointer-events: none;
}
.section-office-sub .show-more {
  margin: 30px 0 20px;
}

.section-bio-news h3 {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  color: #000;
}
.section-bio-news ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.section-bio-news ul.show li {
  display: block;
}
.section-bio-news ul.show ~ .show-more {
  display: none;
}
.section-bio-news ul li {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}
.section-bio-news ul li a {
  display: flex;
  flex-direction: column;
  padding: 14px;
  background-color: #fff;
  border-radius: 5px;
}
.section-bio-news ul li a:hover {
  box-shadow: 0px 0px 10px 0px rgba(134, 128, 112, 0.3);
}
.section-bio-news ul li a h3 {
  order: 2;
  margin: 6px 0 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #4a90e2;
}
.section-bio-news ul li a .date {
  order: 1;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 14px;
  color: #c6c3bc;
}
.section-bio-news .show-more {
  display: none;
}

.section-about-quote {
  position: relative;
  margin: 70px 0;
  background-color: #163708;
}
.section-about-quote h6 {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.section-about-quote .swiper-container {
  height: 350px;
}
.section-about-quote .swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 100px;
}
@media screen and (max-width: 768px) {
  .section-about-quote .swiper-container .swiper-slide {
    padding: 0 50px;
  }
}
.section-about-quote .swiper-container .swiper-slide blockquote {
  margin: 0;
  text-align: center;
}
.section-about-quote .swiper-container .swiper-slide blockquote p {
  max-width: 900px;
  padding: 0;
  background-color: transparent;
  border: 0;
}
@media screen and (max-width: 1025px) {
  .section-about-quote .swiper-container .swiper-slide blockquote p {
    font-size: 24px;
  }
}
@media screen and (max-width: 830px) {
  .section-about-quote .swiper-container .swiper-slide blockquote p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section-about-quote .swiper-container .swiper-slide blockquote p {
    font-size: 16px;
  }
}
.section-about-quote .swiper-container .swiper-slide blockquote p:after {
  display: none;
}
.section-about-quote .swiper-container .swiper-slide blockquote footer {
  margin: 20px 0 -20px;
}
.section-about-quote .swiper-container .swiper-slide blockquote footer cite {
  min-height: 0;
  padding: 0;
  color: #62a846;
}
.section-about-quote .swiper-container .slider-pagination {
  position: absolute;
  left: 0;
  bottom: 22px;
  z-index: 100;
  width: 100%;
  text-align: center;
}
.section-about-quote .swiper-container .slider-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: transparent;
  border: 1px solid #c6c3bc;
  opacity: 1;
}
.section-about-quote .swiper-container .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c6c3bc;
}
.section-about-quote .swiper-container .slider-button-prev {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 92px;
  height: 100%;
  background: #132f07 url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23c6c3bc'%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: 24px auto;
  opacity: 0.8;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .section-about-quote .swiper-container .slider-button-prev {
    width: 40px;
  }
}
.section-about-quote .swiper-container .slider-button-prev:hover {
  opacity: 1;
}
.section-about-quote .swiper-container .slider-button-prev.swiper-button-disabled {
  display: none;
}
.section-about-quote .swiper-container .slider-button-next {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 92px;
  height: 100%;
  background: #132f07 url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23c6c3bc'%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: 24px auto;
  opacity: 0.8;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .section-about-quote .swiper-container .slider-button-next {
    width: 40px;
  }
}
.section-about-quote .swiper-container .slider-button-next:hover {
  opacity: 1;
}
.section-about-quote .swiper-container .slider-button-next.swiper-button-disabled {
  display: none;
}

.section-home-news {
  display: none;
}

.section-about-achievements {
  overflow: hidden;
  margin: 70px 0;
  padding: 40px 0 65px;
  background-color: #e0ded9;
}
.section-about-achievements h6 {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  color: #868070;
  text-transform: uppercase;
  text-align: center;
}
.section-about-achievements .swiper-container {
  margin: 60px 0 0;
  overflow: visible;
}
.section-about-achievements .swiper-container .swiper-slide {
  padding: 26px;
  background-color: #fff;
  border-radius: 5px;
  line-height: 1.3;
  font-size: 16px;
  color: #504c41;
}
.section-about-achievements .slider-scrollbar {
  position: relative;
  margin: 75px 0 0;
}
.section-about-achievements .slider-scrollbar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  border-top: 1px solid #868070;
}
.section-about-achievements .slider-scrollbar .swiper-scrollbar-drag {
  position: relative;
  height: 10px;
  background-color: #62a846;
  border-radius: 0;
  cursor: pointer;
}

.section-diversity-slider {
  position: relative;
  margin: 70px 0 -20px;
  background-color: #163708;
}
.section-diversity-slider .swiper-container {
  padding: 40px 0;
}
.section-diversity-slider .swiper-container .swiper-wrapper {
  align-items: center;
}
.section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide {
  padding: 0 100px;
}
@media screen and (max-width: 768px) {
  .section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0 50px;
  }
}
.section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner {
    flex-direction: column;
  }
}
.section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner .left {
  display: flex;
  flex-direction: column;
  width: calc(50% - 40px);
  margin: 0 40px 0 0;
}
@media screen and (max-width: 768px) {
  .section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner .left {
    width: 100%;
    margin: 0;
  }
}
.section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner .left h3 {
  order: 2;
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner .left h3 {
    font-size: 24px;
  }
}
.section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner .left .counter {
  order: 1;
  margin: -22px 0 10px;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 14px;
  color: #62a846;
}
.section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner .right {
  width: calc(50% - 40px);
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner .right {
    width: 100%;
    margin: 0;
  }
}
.section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner .right p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner .right p {
    line-height: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner .right p.buttons {
    margin: 20px 0 0;
    text-align: left;
  }
}
.section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner .right p.buttons .btn {
  width: 230px;
  margin: 0 0 10px;
  padding: 0;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner .right p.buttons .btn {
    text-align: center;
  }
}
.section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner .right p.buttons .btn:hover {
  color: #163708;
}
.section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner .right p.social {
  margin: 40px 0 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner .right p.social {
    margin: 10px 0 0;
    text-align: left;
  }
}
.section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner .right p.social a {
  margin: 0 0 0 10px;
  color: #4a90e2;
  text-decoration: none;
}
.section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner .right p.social a.linkedin {
  font-size: 28px;
}
.section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner .right p.social a.linkedin i.icon {
  position: relative;
  top: 2px;
}
.section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner .right p.social a.twitter {
  font-size: 22px;
}
.section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner .right p.social a.facebook {
  font-size: 19px;
}
.section-diversity-slider .swiper-container .swiper-wrapper .swiper-slide .inner .right p.social a.facebook i.icon {
  position: relative;
  top: -1px;
}
.section-diversity-slider .swiper-container .slider-button-prev {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 92px;
  height: 100%;
  background: #132f07 url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23c6c3bc'%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: 24px auto;
  opacity: 0.8;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .section-diversity-slider .swiper-container .slider-button-prev {
    width: 40px;
  }
}
.section-diversity-slider .swiper-container .slider-button-prev:hover {
  opacity: 1;
}
.section-diversity-slider .swiper-container .slider-button-prev.swiper-button-disabled {
  display: none;
}
.section-diversity-slider .swiper-container .slider-button-next {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 92px;
  height: 100%;
  background: #132f07 url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23c6c3bc'%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: 24px auto;
  opacity: 0.8;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .section-diversity-slider .swiper-container .slider-button-next {
    width: 40px;

  }
}
.section-diversity-slider .swiper-container .slider-button-next:hover {
  opacity: 1;
}
.section-diversity-slider .swiper-container .slider-button-next.swiper-button-disabled {
  display: none;
}

.section-contact {
  min-height: calc(100% + 20px);
  margin: 0 0 -20px;
  background-image: url("/wp-content/themes/ElliottGreenleaf/images/contact-background.jpg");
  background-size: cover;
  background-position: center;
}
.section-contact .inner {
  display: flex;
}
@media screen and (max-width: 900px) {
  .section-contact .inner {
    flex-direction: column;
  }
}
.section-contact .inner h1 {
  flex: 1;
  margin: 110px 0 0;
  line-height: 44px;
  font-size: 42px;
  color: #235310;
}
@media screen and (max-width: 900px) {
  .section-contact .inner h1 {
    margin: 40px 0;
  }
}
.section-contact .inner h1 span {
  color: #62a846;
}
.section-contact .inner .contact-form {
  width: 430px;
  margin: 36px 0 42px 50px;
  padding: 43px;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .section-contact .inner .contact-form {
    width: auto;
    margin: 0 0 40px;
  }
}
.section-contact .inner .contact-form h2 {
  margin: 0 0 30px;
}
.section-contact .inner .contact-form ul {
  list-style: none;
  padding:0;
}
.section-contact .inner .contact-form ul li {
  padding:0;
}
.section-contact .inner .contact-form .gfield {
  position: relative;
  margin: 0 0 9px;
}
.section-contact .inner .contact-form .gfield input {
  width: 100%;
  height: 57px;
  padding: 10px 12px 0;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(155, 155, 155, 0.5);
  border-radius: 5px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #2c2c2c;
}
.section-contact .inner .contact-form .gfield .ginput_container input:focus {
  border: 1px solid #62a846;
}
.section-contact .inner .contact-form .gfield .ginput_container input:focus + label {
  top: 8px;
  transform: scale(0.7);
  color: #62a846;
}
.section-contact .inner .contact-form .gfield .ginput_container input.not-empty + label {
  top: 8px;
  transform: scale(0.7);
  color: #62a846;
}
.section-contact .inner .contact-form .gfield textarea {
  width: 100%;
  height: 185px;
  margin: 0;
  padding: 27px 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(155, 155, 155, 0.5);
  border-radius: 5px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #2c2c2c;
  resize: none;
}
.section-contact .inner .contact-form .gfield textarea:focus {
  border: 1px solid #62a846;
}
.section-contact .inner .contact-form .gfield textarea:focus + label {
  top: 8px;
  transform: scale(0.7);
  color: #62a846;
}
.section-contact .inner .contact-form .gfield textarea.not-empty + label {
  top: 8px;
  transform: scale(0.7);
  color: #62a846;
}
.section-contact .inner .contact-form .gfield label {
  position: absolute;
  left: 13px;
  top: 18px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #2c2c2c;
  transform-origin: top left;
}
.section-contact .inner .contact-form .gform_footer {
  margin: 37px 0 0;
  text-align: center;
}
.section-contact .inner .contact-form .gform_footer input[type=submit] {
  width: 230px;
  height: 50px;
  background-color: #62a846;
  border: 0;
  border-radius: 25px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #f7f6f3;
}
.section-contact .inner .contact-form #field_1_10 {
  display: none;
}

.section-news .grid {
  margin: -10px;
}
.section-news .grid .item, .section-home-news .item {
  width: 33.3333%;
  padding: 10px;
}
@media screen and (max-width: 900px) {
  .section-news .grid .item, .section-home-news .item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .section-news .grid .item, .section-home-news .item {
    width: 100%;
  }
}
.section-news .grid .item a, .section-home-news .item a {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.section-news .grid .item a:hover {
  box-shadow: 0px 0px 10px 0px rgba(134, 128, 112, 0.3);
}
.section-home-news .item:hover {
  box-shadow: 0px 0px 10px 0px rgba(134, 128, 112, 0.3);
}
.section-news .grid .item a .photo {
  order: 1;
}
.section-news .grid .item a .photo img {
  width: 100%;
}
.section-news .grid .item a h3, .section-home-news .item a h3 {
  order: 3;
  margin: 0;
  padding: 0 15px 12px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #4a90e2;
  text-align: left;
}
.section-news .grid .item a h6, .section-home-news .item a h6 {
  order: 2;
  margin: 0;
  padding: 12px 15px 0;
  font-family: "Lora", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  color: #efbc00;
}
.section-news .grid .item a .date, .section-home-news .item a .date {
  order: 2;
  margin: 0;
  padding: 0 15px 6px 15px;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 14px;
  color: #c6c3bc;
}

.offices .grid {
  margin: -10px;
}
.offices .item {
  width: 50%;
  padding: 10px;
  float: left;
}
@media screen and (max-width: 900px) {
  .offices .item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .offices .item {
    width: 100%;
  }
}
.offices .item .office_info {
  display: flex;
  flex-direction: column;
  background: #fff;
}

.office_info .top {
    background: #005244;
    height: 45px;
    align-items: center;
    color:#fff;
    display: grid;
    text-align: center;
}

.office_info .bottom {
    padding: 0 15px 12px;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
}

.careers-see-also {
  margin: 60px 0 0;
}
.careers-see-also h5 {
  margin: 20px 0;
}
.careers-see-also ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  padding: 0;
  list-style: none;
}
.careers-see-also ul li {
  margin: 5px !important;
  padding: 0;
}
.careers-see-also ul li a {
  display: block;
  padding: 0 28px;
  background-color: #fff;
  border-radius: 5px;
  line-height: 56px;
}

.sidebar-key-contacts.memoriam {
  margin-top: 100px;
}

.sidebar-key-contacts h5 {
  margin: 20px 0;
}
.sidebar-key-contacts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-key-contacts ul li {
  margin: 0 0 20px;
  padding: 0;
}
.sidebar-key-contacts ul li:last-child {
  margin: 0;
}
.sidebar-key-contacts ul li a {
  display: flex;
  flex-direction: column;
  background-color: #163708;
}
.sidebar-key-contacts ul li a:hover .photo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(22, 55, 8, 0) 50%, #163708 100%);
  background: -webkit-linear-gradient(top, rgba(22, 55, 8, 0) 50%, #163708 100%);
  background: linear-gradient(to bottom, rgba(22, 55, 8, 0) 50%, #163708 100%);
}
.sidebar-key-contacts ul li a:hover h3 {
  color: #4a90e2;
}
.sidebar-key-contacts ul li a .photo {
  position: relative;
  order: 1;
  background-image: url("/wp-content/themes/ElliottGreenleaf/images/attorney-bg.jpg");
}
.sidebar-key-contacts ul li a .photo img {
  display: block;
  width: 75%;
  height: auto;
  margin: 0 auto;
}
.sidebar-key-contacts ul li a h3 {
  order: 3;
  margin: 0;
  padding: 0 20px 16px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
.sidebar-key-contacts ul li a p {
  order: 2;
  margin: 0;
  padding: 16px 20px 0;
  line-height: normal;
  font-size: 12px;
  color: #868070;
}

.sidebar-related-practices, .sidebar-attorneys {
  margin: 20px 0 0;
  padding: 20px;
  background-color: #efede9;
}
.sidebar-related-practices h4, .sidebar-attorneys h4 {
  margin: 0;
  font-size: 16px;
  color: #504C41;
  text-transform: uppercase;
}
.sidebar-related-practices ul, .sidebar-attorneys ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.sidebar-related-practices ul li, .sidebar-attorneys ul li {
  margin: 0 0 16px;
  padding: 0;
}
.sidebar-related-practices ul li:last-child, .sidebar-attorneys ul li:last-child {
  margin: 0;
}
.sidebar-related-practices ul li a, .sidebar-attorneys ul li a {
  font-size: 16px;
}

.sidebar-recent-news,
.sidebar-related-news {
  margin: 40px 0 0;
}
.sidebar-recent-news h4,
.sidebar-related-news h4 {
  margin: 0;
  font-size: 16px;
  color: #504C41;
  text-transform: uppercase;
}
.sidebar-recent-news ul,
.sidebar-related-news ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.sidebar-recent-news ul li,
.sidebar-related-news ul li {
  margin: 0 0 20px;
  padding: 0;
}
.sidebar-recent-news ul li:last-child,
.sidebar-related-news ul li:last-child {
  margin: 0;
}
.sidebar-recent-news ul li a,
.sidebar-related-news ul li a {
  display: flex;
  flex-direction: column;
  padding: 14px;
  background-color: #fff;
  border-radius: 5px;
}
.sidebar-recent-news ul li a:hover,
.sidebar-related-news ul li a:hover {
  box-shadow: 0px 0px 10px 0px rgba(134, 128, 112, 0.3);
}
.sidebar-recent-news ul li a h3,
.sidebar-related-news ul li a h3 {
  order: 2;
  margin: 6px 0 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #4a90e2;
}
.sidebar-recent-news ul li a .date,
.sidebar-related-news ul li a .date {
  order: 1;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 14px;
  color: #c6c3bc;
}

.site-footer {
  display: none;
}
.site-footer .top {
  padding: 32px 0;
}
@media screen and (max-width: 768px) {
  .site-footer .top {
    padding: 20px 0;
  }
}
.site-footer .bottom {
  position: relative;
  padding: 20px 0;
  border-top: 2px solid #6b6659;
}

.footer-offices ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .footer-offices ul {
    flex-direction: column;
  }
}
.footer-offices ul li {
  position: relative;
  width: 20%;
}
.footer-offices ul li a.phone {
  color:#f7f6f3;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
  .footer-offices ul li {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }
  .footer-offices ul li:last-child {
    margin: 0;
  }
	.footer-offices ul li a.phone {
	  color:#4a90e2;
		text-decoration: none;
	}
}
.footer-offices ul li h3 {
  position: relative;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #f7f6f3;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .footer-offices ul li h3 {
    padding: 0 20px;
    background-color: #868070;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
  }
  .footer-offices ul li h3 i {
    display: inline-block !important;
    position: absolute;
    right: 15px;
    top: 10px;
    line-height: 20px;
    font-size: 24px;
  }
}
.footer-offices ul li h3.open i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  padding: 0 1px 0 0;
}
.footer-offices ul li h3.open + div {
  display: block;
}
.footer-offices ul li h3 i {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer-offices ul li div {
    display: none;
    padding: 10px;
    background-color: #f7f6f3;
  }
}
.footer-offices ul li div p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #f7f6f3;
}
@media screen and (max-width: 768px) {
  .footer-offices ul li div p {
    color: #868070;
  }
  .footer-offices ul li div p:first-child {
    margin: 0;
  }
}
.footer-offices ul li div p a {
  color: #4a90e2;
  text-decoration: none;
}
.footer-offices ul li div p a i.icon {
  position: relative;
  top: 1px;
  vertical-align: top;
  margin-left: 5px;
}

.footer-social {
  display: flex;
}
.footer-social h6 {
  margin: 0 16px 0 0;
  font-size: 16px;
  font-weight: normal;
  color: #f7f6f3;
  text-transform: uppercase;
}
.footer-social ul {
  display: flex;
  margin: -3px 0 0;
  padding: 0;
  list-style: none;
}
.footer-social ul li {
  margin: 0 16px 0 0;
}
.footer-social ul li:last-child {
  margin: 0;
}
.footer-social ul li a {
  color: #4a90e2;
  text-decoration: none;
}
.footer-social ul li a.linkedin {
  font-size: 28px;
}
.footer-social ul li a.linkedin i.icon {
  position: relative;
  top: -4px;
}
.footer-social ul li a.twitter {
  font-size: 22px;
}
.footer-social ul li a.facebook {
  font-size: 18px;
}
.footer-social ul li a.facebook i.icon {
  position: relative;
  top: 2px;
}

.footer-copyright {
  float: left;
  margin: 0 6px 0 0;
  font-size: 12px;
  color: #868070;
}

.footer-links {
  float: left;
}
.footer-links ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-links ul li {
  font-size: 12px;
  color: #868070;
}
.footer-links ul li:after {
  content: "|";
  margin: 0 6px;
}
.footer-links ul li:last-child:after {
  display: none;
}
.footer-links ul li a {
  color: #868070;
  text-decoration: none;
}
.footer-links ul li a:hover {
  color: #f7f6f3;
}

.footer-siteby {
  float: right;
  margin: -3px 0 -4px;
  width:75px;
}
@media screen and (max-width: 640px) {
  .footer-siteby {
    position: absolute;
    right: 20px;
    top: 25px;
  }
}
.footer-siteby a {
  opacity: 1;
}
.footer-siteby a:hover {
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
