@font-face {
  font-family: 'aleobold';
  src: url("../fonts/aleo-bold-webfont.eot");
  src: url("../fonts/aleo-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aleo-bold-webfont.woff2") format("woff2"), url("../fonts/aleo-bold-webfont.woff") format("woff"), url("../fonts/aleo-bold-webfont.ttf") format("truetype"), url("../fonts/aleo-bold-webfont.svg#aleobold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aleobolditalic';
  src: url("../fonts/aleo-bolditalic-webfont.eot");
  src: url("../fonts/aleo-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aleo-bolditalic-webfont.woff2") format("woff2"), url("../fonts/aleo-bolditalic-webfont.woff") format("woff"), url("../fonts/aleo-bolditalic-webfont.ttf") format("truetype"), url("../fonts/aleo-bolditalic-webfont.svg#aleobolditalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aleoitalic';
  src: url("../fonts/aleo-italic-webfont.eot");
  src: url("../fonts/aleo-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aleo-italic-webfont.woff2") format("woff2"), url("../fonts/aleo-italic-webfont.woff") format("woff"), url("../fonts/aleo-italic-webfont.ttf") format("truetype"), url("../fonts/aleo-italic-webfont.svg#aleoitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aleolight';
  src: url("../fonts/aleo-light-webfont.eot");
  src: url("../fonts/aleo-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aleo-light-webfont.woff2") format("woff2"), url("../fonts/aleo-light-webfont.woff") format("woff"), url("../fonts/aleo-light-webfont.ttf") format("truetype"), url("../fonts/aleo-light-webfont.svg#aleolight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aleolightitalic';
  src: url("../fonts/aleo-lightitalic-webfont.eot");
  src: url("../fonts/aleo-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aleo-lightitalic-webfont.woff2") format("woff2"), url("../fonts/aleo-lightitalic-webfont.woff") format("woff"), url("../fonts/aleo-lightitalic-webfont.ttf") format("truetype"), url("../fonts/aleo-lightitalic-webfont.svg#aleolightitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aleoregular';
  src: url("../fonts/aleo-regular-webfont.eot");
  src: url("../fonts/aleo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aleo-regular-webfont.woff2") format("woff2"), url("../fonts/aleo-regular-webfont.woff") format("woff"), url("../fonts/aleo-regular-webfont.ttf") format("truetype"), url("../fonts/aleo-regular-webfont.svg#aleoregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.moved {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100vh; }
  .moved .message {
    width: 100%;
    max-width: 600px;
    font-family: 'aleolight', serif;
    font-size: 30px;
    line-height: 1.5;
    color: #acacac; }
    .moved .message a {
      color: #444;
      text-decoration: none;
      font-family: 'aleoregular', serif; }

.container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.home-bg {
  background-image: url("../img/lt-bg-2.svg"), url("../img/lt-bg.svg");
  background-repeat: no-repeat;
  height: 1300px;
  width: 870px;
  position: absolute;
  z-index: -9;
  background-position: 203px 490px;
  background-size: initial;
  overflow: visible;
  background-blend-mode: multiply; }

.home-bg-2 {
  background-image: url("../img/lt-bg-2.svg");
  background-repeat: no-repeat;
  height: 1300px;
  width: 870px;
  position: absolute;
  z-index: -8;
  background-position: 203px 380px;
  background-size: initial;
  overflow: visible; }

body {
  margin: 0px;
  font-family: 'aleoregular';
  overflow-y: scroll; }

.wrap {
  max-width: 790px;
  width: 100%; }

.container .wrap {
  padding: 0px 15px 0px 15px; }

.header {
  padding: 0px 15px 0px 15px; }

.byline {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: auto;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  color: #eee;
  transition: 0.3s ease all; }

.wrap.top {
  z-index: 9999;
  max-width: 100%;
  display: flex;
  justify-content: center;
  transition: 0.3s ease all;
  position: absolute;
  top: 0px; }
  .wrap.top .header {
    width: 790px;
    height: 100px;
    display: flex;
    flex-wrap: nowrap; }

.main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap; }

.wrap.content {
  max-width: 1400px; }

.header {
  width: 100%;
  height: 100px;
  display: flex; }

.brand {
  width: 130px;
  order: 1;
  display: flex;
  align-items: center;
  color: white;
  font-size: 10em;
  cursor: pointer; }
  .brand a img {
    height: 100%; }

.navigation-items {
  order: 1;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative; }
  .navigation-items .social-icons {
    position: absolute;
    right: 0px;
    top: 23px; }
    .navigation-items .social-icons a {
      text-decoration: none; }
    .navigation-items .social-icons img {
      border-radius: 3px; }
  .navigation-items ul {
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    list-style: none;
    display: inline-flex;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-bottom: 1px solid #EBEBEB;
    width: 73%;
    justify-content: space-between; }
  .navigation-items li {
    font-size: 13px;
    letter-spacing: 0.01px;
    text-transform: uppercase;
    font-family: 'aleoregular'; }
    .navigation-items li a {
      text-decoration: none;
      color: #333333;
      letter-spacing: 1.7px; }
    .navigation-items li:nth-of-type(1) {
      margin-left: 0px; }

.social {
  display: flex;
  justify-content: center;
  align-items: center; }
  .social img {
    padding-left: 5px; }

.gallery-cell {
  width: 100%; }

.footer {
  height: auto;
  width: 100%;
  background: #eee;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  margin-top: 90px;
  position: relative;
  z-index: 99999; }
  .footer img.ganvil {
    margin-top: -90px; }
  .footer .inner {
    width: 790px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative; }
  .footer .four {
    width: 40%; }
  .footer .six {
    width: 60%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap; }
    .footer .six .tagline {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      width: 100%;
      font-size: 12px; }
  .footer .copyright {
    text-align: right;
    padding-right: 20px;
    font-size: 11px;
    color: #929292; }
    .footer .copyright p {
      padding: 0px;
      margin-bottom: 5px; }
    .footer .copyright a {
      text-decoration: none;
      color: #929292; }
      .footer .copyright a:hover {
        text-decoration: underline; }
  .footer .nav ul {
    display: inline-flex;
    list-style: none;
    width: auto;
    font-size: 12px;
    text-transform: uppercase;
    justify-content: flex-end;
    padding-left: 0px;
    float: right;
    border-bottom: 2px solid white;
    padding-bottom: 5px; }
    .footer .nav ul li {
      padding-left: 15px;
      font-size: 11px;
      letter-spacing: 1.5px; }
      .footer .nav ul li:first-of-type {
        padding-left: 0px; }
      .footer .nav ul li a {
        text-decoration: none;
        color: #333; }
  .footer .navigation {
    width: 100%;
    margin-bottom: 35px; }
    .footer .navigation .social-icons {
      text-align: right;
      margin-bottom: 5px; }
      .footer .navigation .social-icons a {
        text-decoration: none; }
      .footer .navigation .social-icons img {
        border-radius: 3px; }

.mobile-menu {
  display: none;
  height: 100px;
  width: 100%;
  align-items: center;
  position: relative; }
  .mobile-menu .mobile-inner {
    display: flex;
    width: 100%; }
    .mobile-menu .mobile-inner .brand {
      width: 100%;
      order: 1;
      display: flex;
      align-items: center;
      color: white;
      font-size: 10em;
      cursor: pointer;
      flex-wrap: wrap;
      justify-content: space-between; }
      .mobile-menu .mobile-inner .brand a {
        display: flex; }
  .mobile-menu .navigation-items {
    width: 100%;
    height: 100%;
    justify-content: flex-start; }
    .mobile-menu .navigation-items ul {
      display: inline-block; }
  .mobile-menu .social {
    display: flex;
    align-self: flex-start;
    margin-top: 10px; }
    .mobile-menu .social img {
      padding-left: 0px;
      position: absolute; }

.open-m-menu {
  position: relative;
  margin-right: 20px;
  width: 30px;
  height: 30px;
  margin-top: 13px; }

.mobile-navigation-items {
  order: 1;
  width: 70%;
  position: fixed;
  top: 0px;
  height: 100%;
  z-index: 999999;
  padding-top: 20px;
  background: #f5dc6a;
  right: 0px; }
  .mobile-navigation-items .close-this {
    z-index: 99999;
    float: right;
    display: inline-block;
    margin-bottom: 30px;
    cursor: pointer;
    margin-top: 0px;
    margin-right: 33px; }
  .mobile-navigation-items .mobile-items {
    margin-top: 60px; }
  .mobile-navigation-items ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
    display: inline-block;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    flex-wrap: wrap;
    width: 100%; }
  .mobile-navigation-items li {
    padding-left: 10px;
    font-size: 16px;
    letter-spacing: -0.75px;
    font-family: 'aleoregular';
    margin-bottom: 25px; }
    .mobile-navigation-items li a {
      text-decoration: none;
      font-size: 21px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #333333;
      margin-left: 10%; }
      .mobile-navigation-items li a:hover {
        text-decoration: underline; }
    .mobile-navigation-items li ul.sub {
      display: block;
      margin-top: 25px;
      margin-left: 20px;
      margin-bottom: 30px; }
      .mobile-navigation-items li ul.sub li a {
        color: #ACACAC;
        font-size: 13px; }
  .mobile-navigation-items .social {
    display: flex;
    justify-content: flex-start; }

.mobile-footer-inner {
  display: none;
  width: 100%;
  flex-wrap: wrap;
  padding: 0px 15px 0px 15px; }
  .mobile-footer-inner .above {
    display: flex;
    width: 100%;
    z-index: 9;
    position: relative; }
    .mobile-footer-inner .above:before {
      content: '';
      background-image: url("../img/ganvil-transparent.svg");
      height: 112px;
      width: 156px;
      position: absolute;
      bottom: -4px;
      left: 115px; }
    .mobile-footer-inner .above .logo {
      width: 100%; }
      .mobile-footer-inner .above .logo img {
        width: 160px;
        float: right; }
    .mobile-footer-inner .above .fifty {
      width: 50%; }
      .mobile-footer-inner .above .fifty ul {
        padding-left: 0px;
        list-style: none;
        margin: 0px;
        margin-top: 90px;
        margin-bottom: 120px; }
        .mobile-footer-inner .above .fifty ul li {
          margin-bottom: 30px; }
          .mobile-footer-inner .above .fifty ul li a {
            font-size: 18px;
            text-decoration: none;
            color: #333;
            text-transform: uppercase;
            letter-spacing: 2px; }
  .mobile-footer-inner .below {
    display: flex;
    width: 100%;
    border-top: 1px solid white;
    padding-top: 35px; }
    .mobile-footer-inner .below .eighty {
      width: 70%; }
      .mobile-footer-inner .below .eighty .copyright {
        text-align: left;
        padding-right: 20px;
        font-size: 15px; }
        .mobile-footer-inner .below .eighty .copyright a:hover {
          text-decoration: underline; }
        .mobile-footer-inner .below .eighty .copyright p {
          padding: 0px;
          margin-top: 0px;
          margin-bottom: 10px; }
        .mobile-footer-inner .below .eighty .copyright p.brewed {
          margin-top: 15px;
          color: white;
          font-family: 'aleolight'; }
          .mobile-footer-inner .below .eighty .copyright p.brewed a {
            color: white; }
            .mobile-footer-inner .below .eighty .copyright p.brewed a:hover {
              text-decoration: underline; }
    .mobile-footer-inner .below .twenty {
      width: 30%; }
      .mobile-footer-inner .below .twenty .social-icons {
        text-align: right; }
        .mobile-footer-inner .below .twenty .social-icons a {
          text-decoration: none; }
        .mobile-footer-inner .below .twenty .social-icons img {
          width: 24%;
          margin-left: 5px;
          margin-bottom: 5px; }

@media screen and (min-width: 769px) {
  .container, .wrap.top {
    opacity: 1 !important; }
  .container {
    overflow: hidden !important; }
  .desk {
    display: block; }
  .mob {
    display: none; } }

@media screen and (max-width: 320px) {
  .mobile-navigation-items .mobile-items ul li a {
    font-size: 90%;
    margin-left: 5%; }
  .mobile-navigation-items .mobile-items ul li ul.sub li {
    font-size: 90%; }
  .mobile-footer-inner .above .logo img {
    width: 100%;
    float: right; } }

.open-sub-menu {
  display: none;
  position: relative;
  color: #4D4D4D; }

.filters-2 {
  display: none; }

@media screen and (min-width: 769px) {
  .mobile-navigation-items {
    display: none !important; }
  .side-menu {
    display: block !important; }
  .filters {
    display: block !important; } }

@media screen and (max-width: 414px) {
  .about-wrap .section.columns {
    flex-wrap: wrap !important; }
    .about-wrap .section.columns .thirty-three {
      width: 100% !important; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .main.section-1 .sixtyfourty {
    padding-top: 0px !important;
    margin-top: 35px; }
  .join-feed span.call {
    text-align: left; }
  .contact-feed .contact-wrap .contact-content .fifty {
    max-width: 50% !important; }
  .contact-feed .contact-wrap .contact-content .fifty.with-image {
    display: block !important; }
    .contact-feed .contact-wrap .contact-content .fifty.with-image img {
      margin-top: -25px; }
  .main.section-4 {
    width: 100% !important;
    margin-bottom: 0px !important; }
    .main.section-4 .sixtyfourty {
      width: 100% !important;
      display: flex !important;
      flex-wrap: nowrap !important;
      justify-content: center !important;
      align-items: center !important; }
      .main.section-4 .sixtyfourty .fourty {
        width: 43% !important; }
      .main.section-4 .sixtyfourty .sixty {
        width: 57% !important;
        padding-left: 20px !important; }
        .main.section-4 .sixtyfourty .sixty span.quote-1 {
          font-size: 22px !important;
          color: #929292 !important;
          font-family: 'aleolight' !important;
          width: 94% !important;
          display: block !important;
          line-height: 28px !important; }
        .main.section-4 .sixtyfourty .sixty span.quoted {
          margin-top: 15px !important;
          display: block !important;
          font-size: 10px !important;
          color: #f5d34b !important;
          letter-spacing: 2px !important; }
  .main.section-4 .sixtyfourty .fourty {
    order: 1 !important; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .main.section-1 {
    height: 100vh !important;
    margin-top: 135px !important;
    overflow: hidden; } }

.main.section-1 {
  padding-top: 33%;
  padding-bottom: 33%; }
  .main.section-1 .home-quote {
    font-size: 22px;
    font-family: 'aleolight';
    width: 90%;
    color: #ACACAC;
    align-self: flex-end;
    line-height: 28px;
    position: relative; }
  .main.section-1 .sixtyfourty {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding-top: 35px; }
    .main.section-1 .sixtyfourty .fourty {
      width: 40%;
      margin-top: 100px; }
      .main.section-1 .sixtyfourty .fourty .title {
        border-bottom: 1px solid #EBEBEB;
        padding-bottom: 5px;
        margin-bottom: 20px; }
      .main.section-1 .sixtyfourty .fourty span.c-one, .main.section-1 .sixtyfourty .fourty span.c-two {
        color: #333;
        text-transform: uppercase;
        margin-right: 10px;
        font-size: 14px;
        letter-spacing: 2px; }
        .main.section-1 .sixtyfourty .fourty span.c-one img, .main.section-1 .sixtyfourty .fourty span.c-two img {
          margin-right: 20px; }
      .main.section-1 .sixtyfourty .fourty .content {
        width: 80%; }
        .main.section-1 .sixtyfourty .fourty .content h2 {
          font-family: 'aleobolditalic';
          font-size: 15px;
          color: #80C1D0;
          padding-bottom: 0px;
          margin-bottom: 0px; }
        .main.section-1 .sixtyfourty .fourty .content p {
          color: #929292;
          font-size: 15px;
          margin-top: 10px;
          margin-bottom: 10px;
          line-height: 19px; }
        .main.section-1 .sixtyfourty .fourty .content span.date-stamp {
          display: inherit;
          color: #929292;
          font-size: 11px;
          font-family: 'aleolight';
          display: inline-block; }
        .main.section-1 .sixtyfourty .fourty .content span.author {
          display: inherit;
          color: #929292;
          font-size: 11px;
          font-family: 'aleolight';
          display: inline-block;
          margin-left: 7px; }
        .main.section-1 .sixtyfourty .fourty .content span.read-more {
          font-family: 'aleobold';
          text-transform: uppercase;
          font-size: 12px;
          margin-top: 10px;
          display: block;
          color: #666666; }
          .main.section-1 .sixtyfourty .fourty .content span.read-more a {
            color: inherit;
            text-decoration: none; }
            .main.section-1 .sixtyfourty .fourty .content span.read-more a:hover {
              text-decoration: underline; }
          .main.section-1 .sixtyfourty .fourty .content span.read-more img {
            margin-left: 3px; }
    .main.section-1 .sixtyfourty .sixty {
      width: 60%; }
      .main.section-1 .sixtyfourty .sixty img.go-down {
        display: block;
        float: right;
        margin-right: 45px;
        margin-top: 15px; }
    .main.section-1 .sixtyfourty span.c-two {
      color: #929292 !important; }

.main.section-2 {
  width: 100%;
  margin-bottom: 100px; }
  .main.section-2 .sixtyfourty {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    .main.section-2 .sixtyfourty .fourty {
      width: 40%; }
    .main.section-2 .sixtyfourty .sixty {
      width: 60%; }
      .main.section-2 .sixtyfourty .sixty span.quote-1 {
        font-size: 24px;
        color: #D82128;
        font-family: 'aleolight'; }

.main.section-3 {
  width: 100%;
  margin-bottom: 50px; }
  .main.section-3 .sixtyfourty {
    width: 100%;
    display: flex;
    flex-wrap: nowrap; }
    .main.section-3 .sixtyfourty .fourty {
      width: 50%; }
      .main.section-3 .sixtyfourty .fourty span.quote-1 {
        text-align: right;
        display: block;
        margin-top: 100px; }
        .main.section-3 .sixtyfourty .fourty span.quote-1 span.title {
          color: #80C1D0;
          font-family: 'aleobold';
          font-size: 20px;
          text-transform: uppercase;
          letter-spacing: 2px; }
        .main.section-3 .sixtyfourty .fourty span.quote-1 p {
          color: #929292;
          font-size: 15px;
          line-height: 19px; }
    .main.section-3 .sixtyfourty .sixty {
      width: 50%; }
      .main.section-3 .sixtyfourty .sixty span.title {
        font-size: 22px;
        color: #D82128;
        font-family: 'aleolight';
        line-height: 28px; }
      .main.section-3 .sixtyfourty .sixty img {
        margin-left: -40px; }
  .main.section-3 .read-more {
    font-family: aleobold;
    text-transform: uppercase;
    font-size: 12px;
    color: #666; }
    .main.section-3 .read-more a {
      color: inherit;
      text-decoration: none; }
      .main.section-3 .read-more a:hover {
        text-decoration: underline; }

.main.section-4 {
  width: 100%;
  margin-bottom: 0px; }
  .main.section-4 .sixtyfourty {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    .main.section-4 .sixtyfourty .fourty {
      width: 43%; }
    .main.section-4 .sixtyfourty .sixty {
      width: 57%; }
      .main.section-4 .sixtyfourty .sixty span.quote-1 {
        font-size: 22px;
        color: #929292;
        font-family: 'aleolight';
        width: 80%;
        display: block;
        line-height: 28px; }
      .main.section-4 .sixtyfourty .sixty span.quoted {
        margin-top: 15px;
        display: block;
        font-size: 10px;
        color: #f5d34b;
        letter-spacing: 2px; }

.filler {
  width: 100%; }

.container.barristers .footer:after {
  content: '';
  background: url("../img/scales-nobg.svg");
  width: 249;
  height: 470px;
  position: absolute;
  top: -500px;
  right: -1px; }

.container.news {
  position: relative; }
  .container.news:before {
    content: '';
    background: url("../img/book.png");
    width: 373px;
    height: 162px;
    position: absolute;
    right: -50px;
    top: 860px;
    z-index: 8; }

.main.barristers {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 110px;
  height: auto;
  position: relative; }
  .main.barristers .list-navigation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap; }
  .main.barristers .section-title {
    width: 33%; }
    .main.barristers .section-title h2 {
      font-size: 20px;
      letter-spacing: 4.7px;
      color: #4D4D4D;
      margin-top: 30px; }
  .main.barristers .filters {
    width: auto; }
  .main.barristers .filters ul {
    display: inline-flex;
    list-style: none;
    width: auto;
    font-size: 12px;
    text-transform: uppercase;
    justify-content: flex-end;
    padding-left: 0px;
    float: none;
    border-bottom: 2px solid white;
    padding-bottom: 5px; }
    .main.barristers .filters ul li {
      padding-left: 15px;
      letter-spacing: 1.5px; }
      .main.barristers .filters ul li:first-of-type {
        padding-left: 0px; }
      .main.barristers .filters ul li a {
        text-decoration: none;
        color: #ACACAC;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1.7px; }
        .main.barristers .filters ul li a:hover {
          color: #333; }
      .main.barristers .filters ul li a.active {
        border-bottom: 1px solid #333;
        padding-bottom: 5px;
        color: #333; }
  .main.barristers .the-list {
    width: 100%;
    display: flex;
    margin-top: 50px;
    margin-bottom: 75px;
    position: relative;
    background: white; }
    .main.barristers .the-list .list-wrap {
      width: 100%; }
    .main.barristers .the-list .list-item {
      display: flex;
      width: 100%;
      justify-content: space-between;
      flex-wrap: nowrap;
      padding: 12px 0px 12px 0px;
      border-bottom: 2px solid #EBEBEB;
      position: relative;
      border-top: 2px solid #ebebeb;
      margin-bottom: -2px; }
      .main.barristers .the-list .list-item:hover .name .first-name, .main.barristers .the-list .list-item:hover .name .name-honorific {
        color: #333 !important; }
      .main.barristers .the-list .list-item:nth-child(3n+1) .open:after {
        color: #D82128; }
      .main.barristers .the-list .list-item:nth-child(3n+3) .open:after {
        color: #80C1D0; }
      .main.barristers .the-list .list-item:nth-child(3n+2) .open:after {
        color: #F8D44C; }
      .main.barristers .the-list .list-item .name {
        margin-left: 5px; }
        .main.barristers .the-list .list-item .name:hover {
          color: #333 !important; }
      .main.barristers .the-list .list-item .first-name {
        color: #ACACAC;
        font-size: 15px;
        margin-right: 4px; }
      .main.barristers .the-list .list-item .name-honorific {
        color: #ACACAC;
        font-family: 'aleobolditalic';
        font-size: 15px;
        text-transform: uppercase; }
      .main.barristers .the-list .list-item .open:after {
        content: '+';
        font-size: 25px;
        position: absolute;
        top: 7px;
        right: 5px; }
  .main.barristers .portrait {
    height: 120px;
    width: 100px;
    overflow: hidden;
    margin-bottom: 10px;
    background: url("../img/placeholder-portrait.jpg"); }
    .main.barristers .portrait img {
      width: 100%; }

.list-item.active {
  border-bottom: 2px solid white !important; }
  .list-item.active .name > span {
    color: #333 !important; }

.open.closed:after {
  content: '-' !important; }

.details {
  width: 95%;
  display: flex;
  justify-content: flex-start;
  font-family: 'aleolight';
  font-size: 15px;
  color: #808080;
  margin-bottom: 5px; }
  .details span.title {
    width: 30%;
    font-family: 'aleobold';
    font-size: 15px;
    color: #808080; }
  .details span.info {
    width: 65%;
    color: #808080;
    font-size: 15px; }
    .details span.info p {
      margin: 0px;
      line-height: 19px; }
    .details span.info ul {
      padding-left: 15px; }

.section.operate-how {
  margin-bottom: 70px !important; }

.contact-profiles {
  margin-top: 50px;
  border-top: 1px solid #f1f1f1;
  padding-top: 50px; }
  .contact-profiles .fifty {
    width: 50%;
    float: left;
    box-sizing: border-box; }
    .contact-profiles .fifty:first-of-type {
      padding-right: 50px; }
    .contact-profiles .fifty:last-of-type {
      padding-left: 50px; }
  .contact-profiles .profile-name {
    margin-bottom: 10px;
    border-bottom: 1px solid;
    display: inline-block; }
  .contact-profiles .profile-content p {
    font-family: 'aleolight'; }

.qualifications {
  width: 95%;
  display: block;
  font-family: 'aleolight';
  font-size: 15px; }
  .qualifications span.title {
    display: block;
    font-family: 'aleobold';
    font-size: 15px;
    color: #808080;
    margin-top: 20px; }
  .qualifications span.info {
    display: block;
    color: #808080;
    font-size: 15px;
    margin-top: -10px; }
    .qualifications span.info p {
      line-height: 19px;
      word-break: break-word; }
      .qualifications span.info p a {
        color: inherit;
        font-family: 'aleobold'; }
    .qualifications span.info ul {
      padding-left: 15px;
      margin-top: 5px;
      list-style: none;
      padding-left: 10px; }
      .qualifications span.info ul li {
        margin-bottom: 5px;
        line-height: 18px; }
        .qualifications span.info ul li:before {
          content: '-';
          position: absolute;
          left: 0px; }
        .qualifications span.info ul li a {
          color: inherit;
          font-family: 'aleobold'; }
    .qualifications span.info .area-of-practice .title {
      margin-bottom: 5px !important;
      display: block; }
    .qualifications span.info .area-of-practice p {
      margin: 0px 0px 2px 0px; }
    .qualifications span.info .area-of-practice ul {
      padding-left: 0px !important;
      list-style: none; }

.news-feed {
  width: 100%;
  display: flex;
  margin-top: 50px;
  margin-bottom: 75px; }
  .news-feed .news-wrap {
    width: 75%; }
    .news-feed .news-wrap .news-item {
      padding-top: 20px; }
      .news-feed .news-wrap .news-item:nth-child(3n+1) {
        border-top: 1px solid #D82128; }
        .news-feed .news-wrap .news-item:nth-child(3n+1) span.title {
          color: #D82128; }
      .news-feed .news-wrap .news-item:nth-child(3n+2) {
        border-top: 1px solid #80C1D0; }
        .news-feed .news-wrap .news-item:nth-child(3n+2) span.title {
          color: #80C1D0; }
      .news-feed .news-wrap .news-item:nth-child(3n+3) {
        border-top: 1px solid #F8D44C; }
        .news-feed .news-wrap .news-item:nth-child(3n+3) span.title {
          color: #F8D44C; }
      .news-feed .news-wrap .news-item .posted {
        font-size: 11px;
        font-family: 'aleolight';
        margin-bottom: 7px;
        color: #4D4D4D !important; }
        .news-feed .news-wrap .news-item .posted .date-stamp {
          margin-right: 6px;
          display: inline-block; }
        .news-feed .news-wrap .news-item .posted .author {
          display: inline-block; }
      .news-feed .news-wrap .news-item span.title {
        font-size: 17px;
        font-family: 'aleobolditalic'; }
      .news-feed .news-wrap .news-item .excerpt {
        font-size: 15px;
        font-family: 'aleolight';
        line-height: 18px;
        margin-top: 17px;
        margin-bottom: 37px; }
        .news-feed .news-wrap .news-item .excerpt p {
          margin-bottom: 0px !important;
          margin-top: 10px; }
          .news-feed .news-wrap .news-item .excerpt p a {
            font-family: aleobold;
            color: grey; }
  .news-feed .side-menu {
    width: 25%; }
    .news-feed .side-menu ul {
      list-style: none;
      padding-left: 60px;
      margin-top: 0px;
      margin-bottom: 0px; }
      .news-feed .side-menu ul li {
        margin-bottom: 15px; }
        .news-feed .side-menu ul li a {
          text-decoration: none;
          color: #ACACAC;
          text-transform: uppercase;
          font-size: 12px;
          letter-spacing: 1.7px; }
          .news-feed .side-menu ul li a:hover {
            color: #333; }
        .news-feed .side-menu ul li a.active {
          color: #333;
          border-bottom: 1px solid #333;
          padding-bottom: 2px; }

select::-ms-expand {
  display: none; }

.join-feed {
  margin-top: 25px; }
  .join-feed .join-sign-up {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .join-feed .join-sign-up .fifty {
      width: 50%; }
    .join-feed .join-sign-up .with-image img {
      margin-left: 50px; }
  .join-feed .join-preamble {
    margin-bottom: 75px; }
    .join-feed .join-preamble p {
      color: #ACACAC;
      font-size: 22px;
      font-family: 'aleolight';
      margin-bottom: 15px;
      margin-top: 0px; }
  .join-feed span.title {
    font-family: 'aleobold';
    font-size: 19px;
    color: #D82128;
    margin-bottom: 25px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 4.7px; }
  .join-feed p {
    font-size: 15px;
    color: #4D4D4D; }
  .join-feed .contact-form {
    margin-top: 40px;
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-start;
    width: 100%; }
  .join-feed form {
    margin-bottom: 0px;
    display: flex;
    width: 100%; }
  .join-feed input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #EBEBEB;
    font-size: 15px;
    color: #808080;
    -webkit-appearance: none;
    border-radius: 0; }
    .join-feed input:focus {
      outline: none;
      border: 1px solid #99DAEA; }
  .join-feed span.call {
    font-size: 27px;
    color: #99DAEA; }
  .join-feed .send-button {
    padding: 17px 17px 17px 17px;
    text-align: center;
    cursor: pointer;
    font-size: 11px;
    align-self: center;
    font-family: aleobold;
    display: inline-flex;
    letter-spacing: 1.7px;
    order: 2;
    border: none;
    color: #fff;
    text-transform: uppercase; }
    .join-feed .send-button img {
      margin-left: 5px;
      margin-top: 2px; }
  .join-feed .send-input {
    width: 100%;
    display: flex; }

.basic-wrap {
  width: 75%; }
  .basic-wrap .section.columns {
    display: flex;
    width: 100%; }
    .basic-wrap .section.columns .thirty-three.left span.title {
      margin-bottom: 15px;
      display: block; }
    .basic-wrap .section.columns .thirty-three {
      width: 33%; }
      .basic-wrap .section.columns .thirty-three span.practice-item {
        margin-bottom: 15px;
        display: block;
        font-family: 'aleolight';
        font-size: 15px; }
  .basic-wrap .section {
    margin-bottom: 25px; }
    .basic-wrap .section:last-of-type {
      margin-bottom: 85px; }
    .basic-wrap .section a {
      font-weight: bold;
      color: black; }
    .basic-wrap .section span.title {
      font-family: 'aleobolditalic';
      font-size: 16px; }
    .basic-wrap .section p {
      font-family: 'aleolight';
      font-size: 15px;
      line-height: 1.3;
      color: #4D4D4D; }

select {
  -moz-appearance: none; }

.about-wrap {
  width: 75%; }
  .about-wrap .section.columns {
    display: flex;
    width: 100%;
    justify-content: space-between; }
    .about-wrap .section.columns .thirty-three p {
      margin-top: 0px;
      margin-bottom: 10px; }
    .about-wrap .section.columns .thirty-three.left span.title {
      margin-bottom: 15px;
      display: block; }
    .about-wrap .section.columns .thirty-three {
      width: 30%; }
      .about-wrap .section.columns .thirty-three span.practice-item {
        margin-bottom: 10px;
        display: block;
        font-family: 'aleolight';
        font-size: 15px;
        line-height: 1.3;
        color: #4D4D4D; }
  .about-wrap .section {
    margin-bottom: 25px;
    border-top: 1px solid;
    border-top: 1px solid; }
    .about-wrap .section:last-of-type {
      margin-bottom: 85px; }
    .about-wrap .section:nth-child(3n+1) {
      border-top: 0px solid #D82128; }
      .about-wrap .section:nth-child(3n+1) span.title {
        color: #D82128; }
    .about-wrap .section:nth-child(3n+2) {
      border-top: 1px solid #80C1D0; }
      .about-wrap .section:nth-child(3n+2) span.title {
        color: #80C1D0; }
    .about-wrap .section:nth-child(3n+3) {
      border-top: 1px solid #F8D44C; }
      .about-wrap .section:nth-child(3n+3) span.title {
        color: #F8D44C; }
    .about-wrap .section span.title {
      font-family: 'aleobolditalic';
      font-size: 16px; }
    .about-wrap .section p {
      font-family: 'aleolight';
      font-size: 15px;
      line-height: 1.3;
      color: #4D4D4D; }

.contact-feed {
  margin-top: 50px;
  margin-bottom: 100px;
  width: 100%;
  font-size: 15px;
  color: #4d4d4d; }
  .contact-feed .contact-wrap .contact-content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .contact-feed .contact-wrap .contact-content .fifty {
      width: 50%; }
      .contact-feed .contact-wrap .contact-content .fifty .contact-details {
        margin-top: 60px; }
        .contact-feed .contact-wrap .contact-content .fifty .contact-details .title.address span {
          color: #99DAEA; }
        .contact-feed .contact-wrap .contact-content .fifty .contact-details .field {
          width: 100%;
          display: flex;
          margin-bottom: 15px; }
          .contact-feed .contact-wrap .contact-content .fifty .contact-details .field:nth-child(3n+1) .title {
            color: #D82128; }
          .contact-feed .contact-wrap .contact-content .fifty .contact-details .field:nth-child(3n+2) .title {
            color: #80C1D0; }
          .contact-feed .contact-wrap .contact-content .fifty .contact-details .field:nth-child(3n+3) .title {
            color: #F8D44C; }
          .contact-feed .contact-wrap .contact-content .fifty .contact-details .field .title {
            width: 33%; }
          .contact-feed .contact-wrap .contact-content .fifty .contact-details .field .title.address {
            color: #4d4d4d !important; }
          .contact-feed .contact-wrap .contact-content .fifty .contact-details .field .info {
            width: 66%; }
            .contact-feed .contact-wrap .contact-content .fifty .contact-details .field .info a {
              color: #4d4d4d; }
            .contact-feed .contact-wrap .contact-content .fifty .contact-details .field .info .postal {
              margin-bottom: 10px; }
              .contact-feed .contact-wrap .contact-content .fifty .contact-details .field .info .postal p {
                margin-top: 0px;
                margin-bottom: 3px; }
    .contact-feed .contact-wrap .contact-content .with-image img {
      margin-left: 50px; }

.footer.brst:before {
  content: '';
  background-image: url("../img/scales-nobg.svg");
  height: 462px;
  width: 248px;
  position: absolute;
  right: 0px;
  bottom: 330px;
  z-index: -1; }

.list-item {
  cursor: pointer; }

.list-content {
  display: none;
  padding-left: 0px;
  margin-top: 25px;
  padding-bottom: 40px;
  float: left;
  width: 100%;
  border-bottom: 2px solid #EBEBEB;
  margin-bottom: -2px;
  position: relative; }

.list-content.default {
  display: block; }

.list-content-left {
  width: 66%;
  float: left; }

.list-content-right {
  width: 28%;
  top: 0px;
  right: 0px;
  color: #808080;
  float: right;
  font-size: 15px; }
  .list-content-right span.title.areas-practice {
    display: block;
    font-family: 'aleobold';
    font-size: 15px;
    color: #808080;
    margin-top: 0px;
    margin-bottom: 5px; }
  .list-content-right span.info a {
    font-family: inherit;
    color: #ACACAC;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    margin-left: 10px;
    padding-left: 5px; }
    .list-content-right span.info a:before {
      content: '';
      background: url("../img/carret.svg");
      width: 7px;
      height: 6px;
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      margin-bottom: 1.5px;
      left: -10px;
      position: absolute;
      top: 5px; }
    .list-content-right span.info a:hover {
      color: #333; }
      .list-content-right span.info a:hover:before {
        content: '';
        background: url("../img/carret-hover.svg");
        width: 7px;
        height: 6px;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin-bottom: 1.5px;
        left: -10px;
        position: absolute;
        top: 5px; }
  .list-content-right ul {
    margin-top: 5px;
    list-style: none;
    margin-left: 0px;
    padding-left: 15px; }
    .list-content-right ul li {
      margin-bottom: 5px;
      line-height: 18px;
      font-family: 'aleolight'; }
      .list-content-right ul li:before {
        content: '-';
        position: absolute;
        left: 0px; }

.portrait-wrap {
  width: 30%;
  margin-bottom: 10px; }

.fine-details {
  width: 70%;
  margin-bottom: 20px; }
  .fine-details .details {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 15px; }
    .fine-details .details:first-of-type {
      margin-top: 0px; }
  .fine-details span.title {
    width: 100%;
    margin-bottom: 5px; }

#menu li.slide-line,
#menu2 li.slide-line {
  display: block;
  background: none #333;
  position: absolute;
  top: 0;
  height: 1px;
  top: 20px;
  z-index: 0;
  width: 1px;
  left: 0px; }

.front ul#menu .slide-line {
  width: 0px; }

.basic-page ul#menu .slide-line {
  width: 0px; }

.send-input input {
  display: inline-block;
  float: left; }

.send-button {
  background: #99DAEA;
  color: white; }
  .send-button:hover {
    background: #f5d34b; }
  .send-button:hover + .send-input input {
    border: 1px solid #f5d34b; }

::selection {
  background: #99DAEA;
  /* WebKit/Blink Browsers */
  color: white; }

::-moz-selection {
  background: #99DAEA;
  /* Gecko Browsers */ }

span.brewed {
  z-index: 9999;
  color: white;
  position: absolute;
  bottom: 0px;
  font-size: 11px;
  text-decoration: none;
  padding: 15px; }
  span.brewed a {
    color: white;
    text-decoration: none; }
    span.brewed a:hover {
      text-decoration: underline; }

img.bar-bg {
  position: absolute;
  right: -75px;
  margin-top: -450px;
  pointer-events: none; }

.sub-filters {
  width: 100%; }
  .sub-filters ul.the-sub-filters {
    display: block;
    float: right;
    text-align: right;
    padding-left: 0px;
    list-style: none;
    margin: 0px;
    padding-top: 10px;
    position: relative; }
    .sub-filters ul.the-sub-filters li {
      margin-bottom: 5px; }
    .sub-filters ul.the-sub-filters a {
      text-decoration: none;
      color: #ACACAC;
      font-size: 12px;
      letter-spacing: 1.7px;
      text-transform: uppercase; }
      .sub-filters ul.the-sub-filters a:hover {
        color: #333; }
    .sub-filters ul.the-sub-filters a.active {
      color: #333;
      border-bottom: 1px solid #333;
      padding-bottom: 2px; }

li.open-sub-menu-2 {
  cursor: pointer;
  text-decoration: none;
  color: #ACACAC;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.7px !important;
  margin-left: 6px; }
  li.open-sub-menu-2:before {
    content: '';
    margin-left: -10px;
    background: url("../img/carret.svg");
    width: 7px;
    height: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 1.5px; }
  li.open-sub-menu-2:hover {
    color: #333; }
    li.open-sub-menu-2:hover:before {
      content: '';
      margin-left: -10px;
      background: url("../img/carret-hover.svg");
      width: 7px;
      height: 6px;
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      margin-right: 5px;
      margin-bottom: 1.5px; }

.hide-this {
  display: none !important; }

.details span.info p {
  color: #808080;
  font-size: 15px;
  font-family: 'aleolight'; }

.main.section-1 .content span {
  display: none; }

.main.section-1 .content span:first-of-type {
  display: block; }

.area-of-practice .title {
  margin-bottom: 5px; }

.area-of-practice p {
  color: grey;
  font-size: 15px;
  font-family: 'aleolight';
  margin: 0px 0px 5px 0px;
  margin-top: 15px; }

.alert-success {
  display: none;
  z-index: 9999999;
  background: #f5dc6a;
  width: 100%;
  padding: 10px 0px;
  border-bottom: 3px solid white;
  justify-content: center; }
  .alert-success .alert-wrap {
    width: 790px; }
  .alert-success p {
    text-align: center; }
  .alert-success .close-alert {
    cursor: pointer; }
    .alert-success .close-alert img {
      height: 20px;
      margin-bottom: -4px;
      margin-left: 5px; }

#return-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  z-index: 999;
  display: block;
  text-decoration: none;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #return-to-top img {
    width: 25px;
    height: 25px; }

.show-more {
  line-height: 1.2em;
  max-height: 150px;
  overflow: hidden;
  transition: ease all 0.3s; }

.dont-show-it {
  display: none;
  cursor: pointer;
  text-decoration: none;
  color: #ACACAC;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.2px;
  margin-top: 15px; }

.show-it {
  cursor: pointer;
  text-decoration: none;
  color: #ACACAC;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.2px;
  margin-top: 15px; }

.selectable:hover label {
  color: #333 !important; }

.selectable:hover select {
  border: 1px solid #333;
  color: #333; }

.selectable:hover:after {
  content: '';
  position: absolute !important;
  top: 36px !important;
  right: 10px !important;
  width: 11px !important;
  height: 10px !important;
  background: url("../img/carret-hover.svg") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  pointer-events: none !important; }

select {
  background: transparent;
  width: 100%;
  padding: 10px 27px 10px 10px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'aleoregular';
  border: 1px solid #ACACAC;
  border-radius: 0;
  height: auto;
  -webkit-appearance: none;
  color: #ACACAC;
  letter-spacing: 1.25px;
  cursor: pointer; }
  select:selected {
    color: red !important; }
  select:focus {
    outline: none; }

.barrister-filtering {
  width: 100%;
  margin-top: 0px;
  /* border-top: 1px dashed #eee; */
  padding-top: 15px; }
  .barrister-filtering .filtering-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px; }
    .barrister-filtering .filtering-inner .selectable {
      width: 30%;
      position: relative; }
      .barrister-filtering .filtering-inner .selectable:after {
        content: '';
        position: absolute;
        top: 36px;
        right: 10px;
        width: 11px;
        height: 10px;
        background: url("../img/carret.svg");
        background-repeat: no-repeat;
        background-size: contain;
        pointer-events: none; }
      .barrister-filtering .filtering-inner .selectable label {
        font-size: 12px;
        color: #ACACAC;
        margin-bottom: 10px;
        display: block;
        letter-spacing: 1.25px;
        text-transform: uppercase; }

dd#User-element, dd#Pass-element {
  margin-left: 0px;
  width: 80%; }
  dd#User-element input, dd#Pass-element input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #EBEBEB;
    font-size: 15px;
    color: #808080;
    -webkit-appearance: none;
    border-radius: 0; }
    dd#User-element input:focus, dd#Pass-element input:focus {
      outline: none;
      border: 1px solid #99DAEA; }

dt#Pass-label, dt#User-label {
  margin-top: 30px;
  margin-bottom: 5px; }

dd#Login-element {
  margin-left: 0px;
  margin-top: 15px; }

button#Login {
  padding: 10px 17px 17px 17px;
  text-align: center;
  cursor: pointer;
  font-size: 11px;
  align-self: center;
  font-family: aleobold;
  /* display: inline-flex; */
  letter-spacing: 1.7px;
  order: 2;
  border: none;
  background: #99DAEA;
  color: #fff;
  text-transform: uppercase; }
  button#Login:hover {
    background: #f5d34b; }
  button#Login:hover + input {
    border: 1px solid #f5d34b; }
  button#Login img {
    margin-top: 3px;
    margin-left: 5px;
    margin-top: 10px; }

a.hidden {
  display: none; }

a.login-portal-link {
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: text-top;
  padding-left: 5px;
  color: inherit; }
  a.login-portal-link:hover {
    text-decoration: underline !important; }

span.title.areas-practice {
  margin-bottom: 15px; }

span.info.profile-info ul {
  margin-top: -12px; }

@media screen and (max-width: 640px) {
  .section.operate-how {
    margin-bottom: 0px !important; }
  .list-content-right {
    width: 100%;
    float: left;
    font-size: 15px;
    margin-top: 15px; }
  .list-content-left {
    width: 100%; } }

.list-content-right ul li {
  position: relative; }
  .list-content-right ul li:before {
    content: '-';
    position: absolute;
    left: -10px;
    top: 0px; }

@media screen and (max-width: 768px) {
  .barrister-filtering .filtering-inner .selectable {
    width: 100%;
    margin-bottom: 15px; }
  .barrister-filtering .filtering-inner {
    display: block; }
  .barrister-filtering {
    width: 100%;
    margin-top: 15px !important;
    border-top: none !important;
    padding-top: 0px !important;
    margin-bottom: 15px !important; }
  .contact-profiles {
    margin-top: 20px !important;
    border-top: 1px solid #f1f1f1;
    padding-top: 40px !important; }
  .contact-profiles .fifty:last-of-type {
    padding-left: 0px !important;
    margin-top: 20px; }
  .contact-profiles .fifty:first-of-type {
    padding-right: 0px !important; }
  dd#User-element, dd#Pass-element {
    width: 92% !important; }
  .sub-filters.filters-2 {
    order: 2; }
  .alert-success {
    position: fixed; }
    .alert-success p {
      padding-left: 15px;
      padding-right: 15px; }
  li.open-sub-menu-2 {
    margin-left: 0px !important; }
    li.open-sub-menu-2:after {
      content: '';
      margin-left: 4px;
      background: url("../img/carret.svg");
      width: 10px;
      height: 6px;
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      margin-bottom: 3px; }
    li.open-sub-menu-2:before {
      display: none !important; }
    li.open-sub-menu-2:hover:after {
      content: '';
      margin-left: 4px;
      background: url("../img/carret-hover.svg");
      width: 10px;
      height: 6px;
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      margin-bottom: 3px; }
  .sub-filters ul.the-sub-filters {
    padding-top: 8px !important; }
  li.open-sub-menu-2 {
    text-decoration: none;
    color: #ACACAC;
    text-transform: uppercase;
    font-size: 15px !important;
    letter-spacing: 1.7px; }
  .sub-filters ul.the-sub-filters {
    float: left !important;
    text-align: left !important;
    margin-bottom: 15px; }
    .sub-filters ul.the-sub-filters li a {
      font-size: 15px !important;
      margin-left: 15px; }
  img.bar-bg {
    display: none; }
  .portrait-wrap {
    width: 100% !important; }
  .details.ap-dates {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2px !important; }
  .fine-details {
    width: 100% !important;
    margin-bottom: 0px !important; }
    .fine-details span.title {
      width: 30% !important;
      margin-bottom: 0px !important; }
    .fine-details span.info {
      width: 65% !important; }
    .fine-details .details {
      flex-wrap: nowrap !important;
      margin-top: 0px !important; }
  .desk {
    display: none; }
  .mob {
    display: block; }
  .footer .inner {
    display: none; }
  .footer {
    justify-content: flex-start;
    background: #99DAEA;
    padding-bottom: 15px; }
  .mobile-footer-inner {
    display: flex; }
  .wrap {
    max-width: 100%;
    overflow: hidden; }
  .mobile-menu {
    display: flex;
    padding-left: 15px;
    padding-right: 15px; }
  .main {
    justify-content: center;
    margin-top: 0px !important; }
  .byline {
    width: 100%; }
  .wrap.top .header {
    display: none; }
  .mobile-navigation-items {
    display: none; }
  .container .wrap {
    padding-left: 15px;
    padding-right: 15px; }
  .sixtyfourty {
    flex-wrap: wrap !important; }
    .sixtyfourty .fourty {
      width: 100% !important;
      margin-top: 0px !important; }
    .sixtyfourty .sixty {
      width: 100% !important; }
      .sixtyfourty .sixty img {
        width: 100%; }
  .main.section-1 {
    height: auto !important; }
    .main.section-1 .home-quote {
      width: 100% !important;
      margin-top: 15px; }
    .main.section-1 img.go-down {
      display: none !important; }
    .main.section-1 .sixtyfourty .sixty {
      margin-bottom: 30px; }
    .main.section-1 .sixtyfourty .fourty {
      display: none; }
  img.mob {
    width: 100%; }
  .main.section-2 {
    margin-bottom: 30px !important; }
    .main.section-2 .sixtyfourty .sixty {
      margin-bottom: 0px; }
    .main.section-2 .sixtyfourty .fourty img {
      width: 200px;
      float: right;
      margin-top: -5px; }
  .main.section-3 {
    display: none; }
  .main.section-4 .sixtyfourty .sixty {
    order: 2;
    margin-bottom: 20px; }
    .main.section-4 .sixtyfourty .sixty span.quote-1 {
      width: 100% !important;
      margin-top: 70px; }
  .main.section-4 .sixtyfourty .fourty {
    order: 1; }
  .home-bg {
    display: none; }
  .wrap {
    position: relative; }
  .wrap.top {
    position: relative !important;
    margin-bottom: 15px !important; }
  .join-feed {
    width: 100%;
    margin-top: 10px !important; }
    .join-feed .fifty.with-image {
      display: none; }
    .join-feed .fifty {
      width: 100% !important; }
    .join-feed .join-preamble {
      margin-bottom: 30px !important; }
    .join-feed span.call {
      width: 100%;
      text-align: center;
      display: block; }
    .join-feed span.title {
      margin-bottom: 15px !important; }
  .main .section-title {
    width: 100% !important; }
  .about-wrap {
    width: 100% !important;
    margin-top: 15px !important; }
    .about-wrap .section:last-of-type {
      margin-bottom: 0px !important; }
  .basic-wrap {
    width: 100% !important;
    margin-top: 15px !important; }
    .basic-wrap .section:last-of-type {
      margin-bottom: 0px !important; }
  .footer {
    margin-top: 50px !important; }
  .main.barristers .the-list .list-item {
    width: 100% !important; }
  .main.barristers .list-content {
    width: 100% !important; }
  .main.barristers .details {
    width: 100% !important;
    justify-content: space-between; }
  .main.barristers .qualifications {
    width: 100% !important; }
  .main.barristers .the-list {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .main.barristers .list-navigation {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    flex-wrap: wrap !important; }
  .main.barristers .filters {
    order: 2;
    width: 100%;
    display: none; }
    .main.barristers .filters ul {
      width: 100% !important;
      display: inline-block !important;
      margin-bottom: 0px;
      margin-top: 0px !important; }
      .main.barristers .filters ul li {
        padding-left: 0px !important; }
        .main.barristers .filters ul li a {
          font-size: 15px !important;
          margin-bottom: 5px !important;
          display: block !important; }
          .main.barristers .filters ul li a:hover {
            color: #333; }
        .main.barristers .filters ul li a.active {
          border-bottom: 0px solid !important;
          padding-bottom: 0px !important; }
  .container.barristers .footer:after {
    display: none; }
  .contact-feed {
    margin-top: 15px !important;
    margin-bottom: 0px !important; }
    .contact-feed .contact-wrap .contact-content .fifty {
      width: 100% !important; }
      .contact-feed .contact-wrap .contact-content .fifty .contact-details {
        margin-top: 10px !important; }
    .contact-feed .contact-wrap .contact-content .fifty.with-image {
      display: none; }
  .about-feed {
    width: 100%; }
    .about-feed .about-wrap {
      width: 100% !important; }
  .news-feed {
    margin-top: 0px !important;
    flex-wrap: wrap;
    margin-bottom: 0px !important; }
    .news-feed .news-wrap {
      width: 100% !important;
      order: 3;
      margin-top: 15px; }
    .news-feed .side-menu {
      order: 2;
      width: 100% !important;
      margin-top: 0px;
      margin-bottom: 10px;
      display: none; }
      .news-feed .side-menu ul {
        width: 100% !important;
        display: inline-block !important;
        margin-bottom: 0px;
        padding-left: 0px !important; }
        .news-feed .side-menu ul li {
          padding-left: 0px !important;
          margin-bottom: 5px !important; }
          .news-feed .side-menu ul li a {
            font-size: 15px !important;
            margin-bottom: 5px !important;
            display: block !important; }
            .news-feed .side-menu ul li a:hover {
              color: #333; }
          .news-feed .side-menu ul li a.active {
            border-bottom: 0px solid !important;
            padding-bottom: 0px !important; }
  .container.news:before {
    display: none; }
  .container {
    overflow: hidden; }
  .open-sub-menu {
    order: 1;
    display: block !important;
    width: 100%;
    padding-top: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
    cursor: pointer;
    text-transform: uppercase; }
    .open-sub-menu span {
      border-bottom: 1px solid;
      padding-bottom: 3px; } }

.disabled-select {
  opacity: 0.2;
  pointer-events: none; }

.no-results {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1; }
  .no-results p {
    margin: 0px; }
