@charset "UTF-8";
/* Colours */
/* Font sizes */
/* Line height */
/* Fonts */
/* Grid padding */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before, q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

body {
  font-family: "Apercu Regular", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  color: #222;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #FFF;
  text-shadow: none;
}

::selection {
  background: #FFF;
  text-shadow: none;
}

img {
  width: 100%;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, li, hr, blockquote {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 20px;
}

a {
  color: #E94F3D;
  text-decoration: none;
}
a:hover {
  color: #222;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.main-header {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.main-header:after {
  content: " ";
  display: block;
  clear: both;
}

.main-header__masthead {
  box-sizing: content-box;
  padding-right: 10px;
  padding-left: 10px;
  overflow: hidden;
  *zoom: 1;
}

@media (min-width: 768px) {
  .main-header__branding {
    width: 24.09639%;
    float: left;
    margin-right: 1.20482%;
  }
}

@media (min-width: 768px) {
  .main-header__nav {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
  }
}

@media (min-width: 768px) {
  .main-header__contact {
    width: 24.09639%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .main-header__intro {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
    margin-left: 16.86747%;
  }
}

.main-banner {
  overflow: hidden;
  *zoom: 1;
}

@media (min-width: 1025px) {
  .banner-slide__caption {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
    margin-left: 16.86747%;
    overflow: hidden;
    *zoom: 1;
  }
}

.main-article {
  box-sizing: content-box;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .main-article {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
    margin-left: 16.86747%;
  }
}

.mega-menu__inner {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
}
.mega-menu__inner:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  .mega-menu__block {
    width: 24.09639%;
    float: left;
    margin-right: 1.20482%;
  }
  .mega-menu__block:first-child {
    display: none;
  }
  .mega-menu__block:nth-child(2) {
    margin-left: 8.43373%;
  }
}
@media (min-width: 1025px) {
  .mega-menu__block {
    width: 15.66265%;
    float: left;
    margin-right: 1.20482%;
  }
  .mega-menu__block:first-child {
    margin-left: 8.43373%;
    display: block;
  }
  .mega-menu__block:nth-child(2) {
    margin-left: 8.43373%;
  }
}

@media (min-width: 768px) {
  .contact-menu .mega-menu__block {
    width: 24.09639%;
    float: left;
    margin-right: 1.20482%;
    margin-left: 8.43373%;
  }
}
@media (min-width: 768px) {
  .contact-menu .contact-menu__map {
    width: 57.83133%;
    float: right;
    margin-right: 0;
    margin-left: 8.43373%;
  }
}

.main-content {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.main-content:after {
  content: " ";
  display: block;
  clear: both;
}

.btn-list {
  box-sizing: content-box;
  padding-right: 10px;
  padding-left: 10px;
}

.content-block {
  overflow: hidden;
  *zoom: 1;
  box-sizing: content-box;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .content-block__heading {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
    margin-left: 25.3012%;
    margin-right: 8.43373%;
  }
}

@media (min-width: 768px) {
  .content-block__primary {
    width: 66.26506%;
    float: right;
    margin-right: 0;
    margin-right: 8.43373%;
  }
}

@media (min-width: 768px) {
  .content-block__secondary {
    width: 24.09639%;
    float: left;
    margin-right: 1.20482%;
  }
}

.content-block__list-wrap {
  overflow: hidden;
  *zoom: 1;
}

@media (min-width: 768px) {
  .content-block__list {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.image-grid {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
}
.image-grid:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  .image-grid__item {
    float: left;
    width: 50%;
    margin: 0;
  }
}
@media (max-device-width: 1024px) and (orientation: landscape) {
  .image-grid__item {
    width: 33.3333333%;
  }
}
@media (min-width: 1025px) {
  .image-grid__item {
    width: 33.3333333%;
  }
}

.cv-header {
  overflow: hidden;
  *zoom: 1;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .cv-header {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .cv-header__img {
    width: 15.66265%;
    float: left;
    margin-right: 1.20482%;
    margin-left: 8.43373%;
  }
}

@media (min-width: 768px) {
  .cv-header__intro {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
  }
}

@media (min-width: 768px) {
  .cv-header__details {
    width: 15.66265%;
    float: left;
    margin-right: 1.20482%;
  }
}

.cv-content {
  overflow: hidden;
  *zoom: 1;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .cv-content {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .callout {
    width: 15.66265%;
    float: left;
    margin-right: 1.20482%;
    margin-left: 8.43373%;
    display: block;
    min-height: 20px;
  }
}

@media (min-width: 768px) {
  .cv-content__primary {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
  }
}

@media (min-width: 768px) {
  .cv-content__secondary {
    width: 15.66265%;
    float: left;
    margin-right: 1.20482%;
  }
}

@media (min-width: 768px) {
  .accordion-constrained {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
    margin-left: 16.86747%;
  }
}

.staff-area {
  box-sizing: content-box;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .staff-area {
    padding: 0;
    width: 83.13253%;
    float: left;
    margin-right: 1.20482%;
    margin-left: 8.43373%;
  }
}

.staff-profile {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.staff-profile:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .staff-profile {
    width: 49.27536%;
    float: left;
    margin-right: 1.44928%;
  }
  .staff-profile:nth-child(odd) {
    float: right;
    margin-right: 0;
  }
}

.staff-profile__image {
  width: 38.23529%;
  float: left;
  margin-right: 2.94118%;
}

.staff-profile__content {
  width: 58.82353%;
  float: right;
  margin-right: 0;
}

.main-footer {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.main-footer:after {
  content: " ";
  display: block;
  clear: both;
}

.main-footer__inner {
  box-sizing: content-box;
  padding-right: 10px;
  padding-left: 10px;
}

.main-footer__primary {
  overflow: hidden;
  *zoom: 1;
}

@media (min-width: 768px) {
  .main-footer__block {
    width: 24.09639%;
    float: left;
    margin-right: 1.20482%;
  }
}

@media (min-width: 768px) {
  body {
    padding-top: 70px;
  }
}

.main-header__wrapper {
  position: static;
  z-index: 500;
  top: 0;
  left: 0;
  background-color: #222;
  width: 100%;
}
@media (min-width: 768px) {
  .main-header__wrapper {
    background-color: #555555;
    background-color: rgba(34, 34, 34, 0.8);
    position: fixed;
  }
}

.home {
  padding-top: 0;
}
@media (min-width: 768px) {
  .home .main-header__wrapper {
    background-color: rgba(34, 34, 34, 0.8);
    position: fixed;
  }
}

@media (min-width: 768px) {
  .single-staff .main-header__wrapper, .single-barrister .main-header__wrapper {
    background-color: #555555;
  }
}

.page-template-tmpl-clerks {
  padding-top: 0;
}
@media (min-width: 768px) {
  .page-template-tmpl-clerks .main-header__wrapper {
    background-color: #555555;
    position: static;
  }
}

.main-header {
  position: relative;
}

.main-header__masthead {
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-header__masthead a {
  outline: none;
  color: #FFF;
}
.main-header__masthead a:hover {
  color: #E94F3D;
}

.main-header__nav {
  display: none;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .main-header__nav {
    padding-top: 0;
    display: block;
  }
}
.main-header__nav ul {
  list-style: none;
  font-family: "Apercu Light", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 200;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .main-header__nav ul {
    padding-top: 30px;
    font-size: 14px;
  }
}
@media (max-device-width: 1024px) and (orientation: portrait) {
  .main-header__nav ul {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .main-header__nav ul {
    font-size: 16px;
  }
}
.main-header__nav li {
  border-bottom: 1px solid #787878;
}
.main-header__nav li:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .main-header__nav li {
    position: relative;
    display: inline;
    padding: 0 4px;
    border-bottom: 0;
  }
}
.main-header__nav li a {
  padding: 10px;
  display: block;
}
@media (min-width: 768px) {
  .main-header__nav li a {
    display: inline;
    padding: 0;
  }
}
.main-header__nav li.current-menu-item a, .main-header__nav li.current_page_item a {
  color: #E94F3D;
  background-color: rgba(34, 34, 34, 0.8);
}
@media (min-width: 768px) {
  .main-header__nav li.current-menu-item a, .main-header__nav li.current_page_item a {
    background-color: transparent;
  }
}

.home .main-header__masthead .menu-item-44 a {
  color: #FFF;
}

.main-header__masthead.no-absolute {
  position: relative;
}

.main-header__branding {
  overflow: hidden;
}
.main-header__branding .branding {
  overflow: hidden;
  display: block;
  background: url('../img/logo-erskine.png?1438944052') no-repeat;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../img/erskine-logo.svg?1438944052') no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../img/erskine-logo.svg?1438944052') no-repeat;
  width: 124px;
  height: 35px;
  float: left;
}
.main-header__branding .branding:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .main-header__branding .branding {
    float: none;
    margin-left: 0;
    margin-top: 10px;
    width: 142px;
    height: 40px;
  }
}
.main-header__branding .mobile-toggle {
  float: right;
  display: block;
  height: 35px;
  width: 35px;
  color: #E94F3D;
  font-size: 16px;
  text-align: center;
  background: transparent url(../img/bars.svg) no-repeat center center;
}
.main-header__branding .mobile-toggle.active {
  background-color: rgba(34, 34, 34, 0.8);
}
@media (min-width: 768px) {
  .main-header__branding .mobile-toggle {
    display: none;
  }
}

.main-header__contact {
  display: none;
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  text-align: right;
  color: #E94F3D;
  padding-top: 23px;
}
.main-header__contact p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .main-header__contact {
    display: block;
    font-size: 10px;
    text-align: right;
    padding-top: 18px;
  }
}
@media (min-width: 1025px) {
  .main-header__contact {
    font-size: 14px;
    padding-top: 14px;
  }
}

.main-banner {
  display: none;
}
@media (min-width: 768px) {
  .main-banner {
    display: block;
  }
}

.banner-preloader {
  display: none;
}

.banner-slideshow {
  display: none;
}

.banner-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .banner-wrapper {
    height: 0;
    padding-bottom: 65%;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .banner-wrapper {
    padding-bottom: 62.5%;
  }
}

.single .banner-wrapper {
  padding-bottom: 43.75%;
}

.slideshow-loader {
  background-image: url(../img/oval.svg);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  line-height: 50px;
  position: absolute;
  z-index: 200;
  display: block;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  color: #E94F3D;
  display: none;
}
@media (min-width: 768px) {
  .slideshow-loader {
    display: block;
  }
}

.main-banner__slide {
  display: block;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}

.banner-slide__img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 43.75%;
  background-size: cover;
  background-position: center center;
}

.main-header__img {
  background: url('../img/header-1.jpg?1438944052') no-repeat;
  background-size: cover;
  width: 1020px;
  height: 480px;
}

.banner-slide__caption {
  text-align: center;
  padding: 20px;
}
.banner-slide__caption h1 {
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  color: #E94F3D;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .banner-slide__caption h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .banner-slide__caption {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .banner-slide__caption {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-device-width: 1024px) and (orientation: portrait) {
  .banner-slide__caption h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .banner-slide__caption p {
    font-size: 16px;
  }
}

.page-template-tmpl-pupillage .banner-wrapper {
  width: 100%;
  padding-bottom: 43.75%;
}

.main-article {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-article h1 {
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
  color: #E94F3D;
  margin-bottom: 20px;
}
.main-article h2 {
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  color: #E94F3D;
  margin-bottom: 20px;
}
.main-article h3 {
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #E94F3D;
  color: #E94F3D;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .main-article {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.single-post .main-article p {
  text-align: left;
}
.single-post .main-article p.authors {
  text-align: center;
}

@media (min-width: 768px) {
  .mobile-banner {
    display: none;
  }
}

.mobile-banner__caption {
  text-align: center;
  padding: 20px 20px 0 20px;
}
.mobile-banner__caption h2 {
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  color: #E94F3D;
  margin-bottom: 20px;
}
.mobile-banner__caption p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .mobile-banner__caption {
    display: none;
  }
}

.staff-list {
  list-style-type: none;
  text-align: left;
}
.staff-list span {
  text-transform: uppercase;
  display: block;
}
.staff-list ul {
  list-style-type: none;
  margin: 10px 0 20px 0;
}
.staff-list ul a {
  color: #222;
}
.staff-list ul a:hover {
  color: #E94F3D;
}

.main-article__intro {
  margin-bottom: 40px;
}

.intro-para, .intro-para-constrained {
  font-family: "Apercu Light", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .intro-para, .intro-para-constrained {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .intro-para-constrained {
    padding-right: 65px;
    padding-left: 65px;
  }
}

.scroll-down a {
  display: block;
  background: url('../img/arrow-down.png?1438944051') no-repeat;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../img/arrow-down.svg?1438944051') no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../img/arrow-down.svg?1438944051') no-repeat;
  width: 47px;
  height: 25px;
  margin: 0 auto 20px auto;
}
@media (min-width: 768px) {
  .scroll-down a {
    display: block;
    margin: 0 auto 55px;
  }
}

/* mega-menu */
.mega-menu {
  display: none;
  position: absolute;
}
.mega-menu .mega-menu__inner {
  padding-top: 30px;
  padding-bottom: 20px;
  min-height: 400px;
}
@media (min-width: 768px) {
  .mega-menu {
    width: 100%;
    top: 70px;
    border-bottom: 15px solid #E94F3D;
  }
}

.preview-wrapper {
  position: relative;
  display: none;
  width: 100%;
  height: 0;
  padding-bottom: 145.45455%;
}
.preview-wrapper .menu-block__preview {
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .preview-wrapper {
    display: block;
  }
}

.menu-block__preview {
  display: none;
}

.mega-menu__img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 115.90909%;
  background-color: #f5f5f5;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 2px solid #baa8a8;
  border: 2px solid rgba(186, 168, 168, 0.2);
}

.mega-menu__block {
  font-family: "Apercu Light", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 200;
  font-style: normal;
}
.mega-menu__block ul {
  list-style: none;
  margin-bottom: 10px;
}
.mega-menu__block a {
  color: #222;
}
.mega-menu__block a:hover {
  color: #E94F3D;
}
.mega-menu__block .last {
  margin-top: .75em;
}

.mega-menu__heading-1, .staff-list span, .mega-menu__heading-2 {
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
  color: #E94F3D;
  padding-bottom: .15em;
  margin-bottom: .25em;
  border-bottom: 1px solid #E94F3D;
}

.mega-menu__heading-2 {
  text-transform: uppercase;
}

/* Contact menu */
.contact-menu {
  display: none;
}
.contact-menu .mega-menu__block {
  color: #FFF;
}
.contact-menu .mega-menu__block p {
  text-transform: uppercase;
}
.contact-menu .mega-menu__block a {
  color: #FFF;
}
.contact-menu .mega-menu__block a:hover {
  color: #E94F3D;
}
.contact-menu .mega-menu__block a.inverse {
  color: #E94F3D;
}
.contact-menu .mega-menu__block a.inverse:hover {
  color: #FFF;
}
.contact-menu .contact-menu__map {
  padding-right: 10px;
}
.contact-menu .contact-menu__map img {
  border: 1px solid #E94F3D;
}

.close-link, .close-link-2 {
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  margin-bottom: 10px;
}
.close-link a, .close-link-2 a {
  color: #E94F3D;
  padding-right: 20px;
  background-image: url(../img/close-btn.svg);
  background-position: center right;
  background-repeat: no-repeat;
}
.close-link a:hover, .close-link-2 a:hover {
  color: #222;
}

.close-link-2 {
  text-align: left;
  margin-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
}

/* Practice Areas buttons */
.section-header__mobile {
  box-sizing: content-box;
  padding-right: 10px;
  padding-left: 10px;
}
.section-header__mobile h2 {
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  color: #E94F3D;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #E94F3D;
}
@media (min-width: 768px) {
  .section-header__mobile {
    display: none;
  }
}

.btn-list {
  display: none;
  margin-bottom: 10px;
}
.btn-list ul {
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #E94F3D;
  border-bottom: 1px solid #E94F3D;
}
.btn-list h2 {
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
}
@media (min-width: 768px) {
  .btn-list {
    display: block;
  }
}

.practice-area__list {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.btn-list__btn {
  display: table-cell;
}
.btn-list__btn a {
  display: block;
  text-align: center;
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  margin-right: 10px;
  -webkit-transition: background-color 0.5s 0, color 0.5s;
  transition: background-color 0.5s 0, color 0.5s;
}
@media (min-width: 768px) {
  .btn-list__btn a {
    font-size: 12px;
    vertical-align: middle;
    height: 80px;
  }
  .btn-list__btn a:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
  }
  .btn-list__btn a span {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
  }
}
@media (max-device-width: 1024px) and (orientation: portrait) {
  .btn-list__btn a {
    font-size: 10px;
  }
}
.btn-list__btn a:hover, .btn-list__btn a.active {
  background-color: #E94F3D;
}
.btn-list__btn h2 {
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: #E94F3D;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  margin: 0;
}
@media (min-width: 1024px) {
  .btn-list__btn h2 {
    font-size: 18px;
  }
}
.btn-list__btn:last-child a {
  margin-right: 0;
}
@media (min-width: 768px) {
  .btn-list__btn h2 {
    line-height: 80px;
  }
}

.mobile-block__wrapper {
  box-sizing: content-box;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .mobile-block__wrapper {
    display: none;
  }
}

.mobile-block__header {
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  background-color: #333;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.mobile-block__header h2 {
  display: block;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  background: url('../img/chevron-down.png?1438944051') no-repeat 98% center;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../img/chevron-down.svg?1438944051') no-repeat 98% center;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../img/chevron-down.svg?1438944051') no-repeat 98% center;
}
.mobile-block__header.active {
  background-color: #E94F3D;
}
.mobile-block__header.active h2 {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../img/chevron-up.svg?1438944051') no-repeat 98% center;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../img/chevron-up.svg?1438944051') no-repeat 98% center;
}
@media (min-width: 768px) {
  .mobile-block__header {
    display: none;
  }
}

/* Content blocks */
.content-block {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e5e5e5;
}
@media (min-width: 768px) {
  .content-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.content-block-shade {
  background-color: #ccc;
}

.content-block__list {
  font-family: "Apercu Regular", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  padding-right: 20px;
  list-style: inside disc;
}
.content-block__list li {
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  .content-block__list {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

.content-block__heading h2 {
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  color: #5F7361;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #575756;
}
@media (min-width: 768px) {
  .content-block__heading h2 {
    font-size: 52px;
  }
}

.content-block__heading-litigation h2 {
  color: #4B4F54;
}

.content-block__heading-restructuring h2 {
  color: #0A5D66;
}

.content-block__heading-corporate h2 {
  color: #5F7361;
}

.content-block__heading-financial h2 {
  color: #222944;
}

.content-block__heading-international h2 {
  color: #23362B;
}

.content-block__primary {
  padding-bottom: 40px;
}
.content-block__primary h3 {
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 20px;
}
.content-block__primary h4 {
  font-family: "Apercu Medium", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
.content-block__primary p {
  font-family: "Apercu Light", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 200;
  font-style: normal;
}
@media (min-width: 768px) {
  .content-block__primary {
    padding-bottom: 0;
  }
  .content-block__primary h3 {
    font-size: 30px;
  }
  .content-block__primary h4 {
    font-size: 18px;
  }
  .content-block__primary p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .primary-btn {
    clear: both;
    width: 20%;
    margin: 0 auto;
    padding-top: 50px;
  }
}

/* Practice areas */
.practice-area__wrapper {
  box-sizing: content-box;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .practice-area__wrapper {
    padding: 0;
  }
}

.practice-area {
  display: none;
}

.barristers-button {
  background-color: #999;
  outline: 0;
}

.barristers-block {
  display: none;
}

/* News section */
.news-block {
  padding: 20px 0;
}
.news-block h2 {
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  color: #E94F3D;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .news-block {
    padding: 40px 0;
  }
  .news-block h2 {
    margin-bottom: 40px;
    font-size: 30px;
  }
}

/* image grid (news) */
.image-grid__wrapper {
  box-sizing: content-box;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .image-grid__wrapper {
    padding: 0;
  }
}

.image-grid {
  list-style: none;
}

.image-grid__item {
  position: relative;
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .image-grid__item {
    height: 0;
    padding-bottom: 48.56771%;
  }
}
@media (max-device-width: 1024px) and (orientation: landscape) {
  .image-grid__item {
    padding-bottom: 32.35714%;
  }
}
@media (min-width: 1025px) {
  .image-grid__item {
    padding-bottom: 32.35714%;
  }
}
.image-grid__item img {
  display: block;
}
.image-grid__item:nth-child(4n+1) .caption {
  background-color: rgba(75, 79, 84, 0.75);
}
.image-grid__item:nth-child(4n+2) .caption {
  background-color: rgba(10, 93, 102, 0.75);
}
.image-grid__item:nth-child(4n+3) .caption {
  background-color: rgba(35, 54, 43, 0.75);
}
.image-grid__item:nth-child(4n+4) .caption {
  background-color: rgba(34, 41, 68, 0.75);
}
.image-grid__item.highlight .caption {
  background-color: #E94F3D;
}

.more-news {
  position: relative;
  text-align: center;
}
.more-news a {
  background-color: #E94F3D;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 250ms;
          transition: background-color 250ms;
}
.more-news a:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.more-news a span {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  color: #fff;
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  line-height: normal;
  color: #FFF;
  padding: 10px 20px;
  border: 2px solid #FFF;
  box-sizing: border-box;
}
.more-news a:hover {
  background-color: #ac2414;
}
.more-news a:hover span {
  color: #E94F3D;
  background-color: #fff;
}

.caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 97.21627%;
}

.caption-text {
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  color: #FFF;
  padding: 10%;
}
.caption-text p {
  margin-bottom: 0;
}
.caption-text p a {
  color: #fff;
}

.caption-btn {
  position: absolute;
  width: 60%;
  margin: 0 20%;
  bottom: 20px;
}

/* CV Header */
.cv-header {
  background-color: #575756;
  color: #FFF;
  padding-top: 15px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .cv-header {
    border-bottom: 15px solid #E94F3D;
    padding-top: 30px;
  }
}

.cv-header__img img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cv-header__img {
    margin-top: 40px;
  }
  .cv-header__img img {
    width: 100%;
  }
}

.cv-header__intro h1 {
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #FFF;
  margin-top: 10px;
}
.cv-header__intro h3 {
  font-family: "Apercu Light", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 30px;
}
.cv-header__intro h3 span {
  font-family: "Apercu Medium", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 600;
  font-style: normal;
}
.cv-header__intro p {
  font-family: "Apercu Light", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
}
@media (min-width: 768px) {
  .cv-header__intro article {
    box-sizing: content-box;
    padding-right: 10px;
    padding-left: 10px;
  }
  .cv-header__intro h1 {
    margin-top: 0;
  }
}

.cv-header__details {
  padding-bottom: 10px;
  border-bottom: 1px solid #FFF;
}
.cv-header__details h3 {
  font-family: "Apercu Medium", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 10px;
  padding-top: 17px;
  padding-bottom: .15em;
  border-bottom: 1px solid #FFF;
}
.cv-header__details p {
  font-family: "Apercu Medium", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 0;
}
.cv-header__details p a {
  font-family: "Apercu Light", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 200;
  font-style: normal;
  color: #FFF;
}
.cv-header__details p a:hover {
  color: #222;
}
.cv-header__details p.telephone {
  margin-bottom: 10px;
}
.cv-header__details span.moby {
  display: none;
}
@media (max-device-width: 1024px) and (orientation: portrait), (max-device-width: 1024px) and (orientation: landscape) {
  .cv-header__details .email-label {
    display: none;
  }
  .cv-header__details span.moby {
    margin-top: 5px;
    display: block;
    color: #fff;
    background-color: #E94F3D;
    padding: 5px 10px;
  }
  .cv-header__details span.desktop {
    display: none;
  }
  .cv-header__details h3, .cv-header__details p {
    font-size: 12px;
  }
}

/* CV Content */
.cv-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .cv-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .secondary-btn {
    margin-bottom: 15px;
  }
}

.cv-content__side-block {
  margin-top: 40px;
}
.cv-content__side-block h3 {
  font-family: "Apercu Medium", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #E94F3D;
  margin-bottom: 10px;
  padding-bottom: .25em;
  border-bottom: 1px solid #E94F3D;
}
.cv-content__side-block p {
  font-size: 14px;
}
.cv-content__side-block:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .cv-content__side-block {
    margin-top: 0;
  }
  .cv-content__side-block:last-child {
    border-bottom: 1px solid #E94F3D;
  }
}

/* Buttons */
.button-1, .button-2, .button-3, .button-3-constrained {
  display: block;
  width: 100%;
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  padding: 10px 15px;
  border: 2px solid #FFF;
  -webkit-transition: background-color 0.5s 0, color 0.5s;
  transition: background-color 0.5s 0, color 0.5s;
}
.button-1:hover, .button-2:hover, .button-3:hover, .button-3-constrained:hover {
  background-color: #FFF;
  color: #222;
}

.button-2 {
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 15px;
  border: none;
}
.button-2:hover, .button-2.active {
  color: #fff;
  background-color: #E94F3D;
}

.button-corporate {
  background-color: #5F7361;
}
.button-corporate:hover, .button-corporate.active {
  background-color: #E94F3D;
}

.button-litigation {
  background-color: #4B4F54;
}
.button-litigation:hover, .button-litigation.active {
  background-color: #E94F3D;
}

.button-restructuring {
  background-color: #0A5D66;
}
.button-restructuring:hover, .button-restructuring.active {
  background-color: #E94F3D;
}

.button-financial {
  background-color: #222944;
}
.button-financial:hover, .button-financial.active {
  background-color: #E94F3D;
}

.button-international {
  background-color: #23362B;
}
.button-international:hover, .button-international.active {
  background-color: #E94F3D;
}

.button-3, .button-3-constrained {
  font-size: 16px;
  background-color: #E94F3D;
  padding: 5px 0;
  border: none;
}
.button-3:hover, .button-3-constrained:hover {
  background-color: #222;
  color: #FFF;
}
@media (max-device-width: 1024px) and (orientation: portrait) {
  .button-3, .button-3-constrained {
    font-size: 12px;
  }
}

.button-3-constrained {
  font-size: 12px;
}
@media (min-width: 768px) {
  .button-3-constrained {
    width: 25%;
    margin: 0 auto;
  }
}

/* Quotes */
.pull-quote-large blockquote {
  font-family: "Apercu Medium", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 1.1;
  color: #ED7264;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: -13px;
  padding-top: 10px;
  padding-left: 20px;
  position: relative;
}
.pull-quote-large blockquote:before {
  content: "“";
  font-family: "Times";
  position: absolute;
  top: 0;
  left: 0;
}
.pull-quote-large blockquote p:after {
  content: "”";
  font-family: "Times";
  position: absolute;
}
@media (min-width: 768px) {
  .pull-quote-large blockquote {
    font-size: 30px;
  }
}
@media (max-device-width: 1024px) and (orientation: portrait) {
  .pull-quote-large blockquote {
    font-size: 20px;
  }
}

.pull-quote-small blockquote {
  font-family: "Apercu Light", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  font-style: italic;
  color: #E94F3D;
  padding-top: 12px;
  padding-left: 12px;
  position: relative;
  margin-bottom: 40px;
}
.pull-quote-small blockquote:before {
  content: "“";
  font-family: "Times";
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.pull-quote-small blockquote p {
  margin-bottom: 10px;
}
.pull-quote-small blockquote p:last-of-type:after {
  content: "”";
  font-family: "Times";
  font-size: 30px;
  position: absolute;
}
.pull-quote-small blockquote cite {
  font-size: 14px;
  color: #222;
  font-style: normal;
  display: inline-block;
}
@media (min-width: 768px) {
  .pull-quote-small blockquote {
    margin-left: -12px;
    margin-bottom: 0;
    font-size: 20px;
  }
  .pull-quote-small blockquote:before {
    font-size: 30px;
  }
}
@media (max-device-width: 1024px) and (orientation: portrait) {
  .pull-quote-small blockquote {
    font-size: 16px;
  }
}

/* Accordion styles */
.accordion h2 {
  font-family: "Apercu Regular", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFF;
  background: url('../img/chevron-down.png?1438944051') no-repeat 98% center;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../img/chevron-down.svg?1438944051') no-repeat 98% center;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../img/chevron-down.svg?1438944051') no-repeat 98% center;
  margin: 0;
  padding: 5px 10px;
  cursor: pointer;
}
.accordion h2.open {
  background: url('../img/close.png?1438944052') no-repeat 98% center;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../img/close.svg?1438944052') no-repeat 98% center;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../img/close.svg?1438944052') no-repeat 98% center;
}
.accordion .toggled h2 {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../img/chevron-up.svg?1438944051') no-repeat 98% center;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../img/chevron-up.svg?1438944051') no-repeat 98% center;
}

@media (min-width: 768px) {
  .single-barrister .accordion {
    box-sizing: content-box;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.accordion-corporate .accordion-header {
  background-color: #5F7361;
}

.accordion-financial .accordion-header {
  background-color: #222944;
}

.accordion-international .accordion-header {
  background-color: #23362B;
}

.accordion-litigation .accordion-header {
  background-color: #4B4F54;
}

.accordion-corporate .accordion-header {
  background-color: #5F7361;
}

.accordion-restructuring .accordion-header {
  background-color: #0A5D66;
}

.accordion-memberships .accordion-header, .accordion-red .accordion-header {
  background-color: #E94F3D;
}

.accordion-wrapper {
  margin-bottom: 5px;
  background-color: #666;
}

.accordion-drawer {
  display: none;
  font-family: "Apercu Light", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 200;
  font-style: normal;
  font-size: 14px;
  padding-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  background-color: #FCF7F7;
}
.accordion-drawer h3 {
  font-family: "Apercu Medium", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #575756;
  margin: 0 0 20px 0;
  padding-right: 10px;
  padding-left: 10px;
}
.accordion-drawer p {
  margin: 0 0 20px 0;
  padding-right: 10px;
  padding-left: 10px;
}

.accordion-drawer__content {
  padding-top: 10px;
}

.accordion ul {
  width: 100%;
  margin-left: 0;
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  list-style: none;
  padding: 0 10px;
  margin-bottom: 20px;
}
.accordion li {
  padding-left: 1em;
  text-indent: -1em;
}
.accordion li:before {
  color: #E94F3D;
  /* set color to red */
  content: "\25A0";
  /* /2022 is the numerical unicode for &bull; */
  font-size: 1.2em;
  /* set the font-size of the bullet if necessary. Make sure to use em or %*/
  padding-right: .25em;
  /* give the bullet some padding from the text Make sure to use em*/
  position: relative;
}

.accordion-drawer__intro {
  font-family: "Apercu Medium", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  padding: 10px;
  border-bottom: 5px solid #FFF;
}
.accordion-drawer__intro p {
  padding: 0;
}
@media (min-width: 768px) {
  .accordion-drawer__intro {
    overflow: hidden;
    *zoom: 1;
    padding-top: 10px;
  }
  .accordion-drawer__intro ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    margin-right: 10px;
  }
  .accordion-drawer__intro ul:last-child {
    margin-right: 0;
  }
}

.staff-area {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .staff-area {
    padding-bottom: 30px;
  }
}

.staff-area__header {
  color: #E94F3D;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .staff-area__header {
    margin-bottom: 1.20482%;
  }
}

.staff-profile {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .staff-profile {
    margin-bottom: 1.20482%;
  }
}

.staff-profile__image {
  display: block;
  box-sizing: border-box;
  border: 2px solid #baa8a8;
  border: 2px solid rgba(186, 168, 168, 0.2);
}
.staff-profile__image img {
  display: block;
}

.staff-profile__content h2 {
  font-family: "Apercu Medium", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: .15em;
  color: #E94F3D;
  border-bottom: 1px solid #E94F3D;
}
.staff-profile__content h3 {
  font-family: "Apercu Medium", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: .15em;
  color: #E94F3D;
}
.staff-profile__content p {
  color: #444;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
.staff-profile__content p a {
  color: #444;
}
.staff-profile__content span.moby {
  margin-top: 5px;
  display: inline-block;
  color: #fff;
  background-color: #E94F3D;
  padding: 5px 10px;
}
.staff-profile__content span.desktop {
  display: none;
}
@media (min-width: 768px) {
  .staff-profile__content span.moby {
    display: none;
  }
  .staff-profile__content span.desktop {
    display: block;
  }
}

.main-footer__inner {
  padding-bottom: 20px;
}

.main-footer__primary {
  padding-top: 20px;
  border-top: 1px solid #E94F3D;
}

.main-footer__block p {
  font-family: "Apercu Bold", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 20px;
}
.main-footer__block a {
  color: #222;
}
.main-footer__block a:hover {
  color: #E94F3D;
}

.address-numbers {
  color: #E94F3D;
}
.address-numbers span {
  color: #222;
}

.main-footer__secondary {
  font-family: "Apercu Light", Calibri, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 200;
  font-style: normal;
  font-size: 10px;
}
.main-footer__secondary ul {
  list-style: none;
}
.main-footer__secondary a {
  color: #222;
}
.main-footer__secondary a:hover {
  color: #E94F3D;
}
@media (min-width: 768px) {
  .main-footer__secondary li {
    display: inline;
    padding-right: 5px;
    padding-left: 3px;
    border-right: 1px solid #222;
  }
  .main-footer__secondary li:first-child {
    padding-left: 0;
  }
  .main-footer__secondary li:last-child {
    border-right: none;
  }
}

/* Background colors */
.bg-white {
  background-color: #FFF;
}

.bg-red {
  background-color: #E94F3D;
}

.bg-dark-grey {
  background-color: #575756;
}

.bg-color-1, .bg-litigation {
  background-color: #4B4F54;
}

.bg-color-2, .bg-restructuring {
  background-color: #0A5D66;
}

.bg-color-3, .bg-corporate {
  background-color: #5F7361;
}

.bg-color-4, .bg-financial {
  background-color: #222944;
}

.bg-color-5, .bg-international {
  background-color: #23362B;
}

.bg-red-tint {
  background-color: #FBDCD8;
}

.bg-color-1-tint, .bg-litigation-tint {
  background-color: #cccfd2;
}

.bg-color-2-tint, .bg-restructuring-tint {
  background-color: #daf8fb;
}

.bg-color-3-tint, .bg-corporate-tint {
  background-color: #e6ebe7;
}

.bg-color-4-tint, .bg-financial-tint {
  background-color: #dde1ee;
}

.bg-color-5-tint, .bg-international-tint {
  background-color: #d8e6de;
}

.bg-color-1-tint, .bg-litigation-shade {
  background-color: #b5b5b6;
}

.bg-color-2-shade, .bg-restructuring-shade {
  background-color: #a6dde3;
}

.bg-color-3-shade, .bg-corporate-shade {
  background-color: #cdd1cd;
}

.bg-color-4-shade, .bg-financial-shade {
  background-color: #c0c5d8;
}

.bg-color-5-shade, .bg-international-shade {
  background-color: #bfccc4;
}

/* Margins, padding etc. */
.no-margin-bottom {
  margin-bottom: 0;
}
