/*
Theme Name: Tennyson Chambers
Author: Pepper Creative
Author URI: https://www.peppercreative.co.uk/
Description: Theme for Tennyson Chambers REQUIRES Advanced Custom Fields
Version: 0.1
*/

@charset "UTF-8";

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

html {
    font-size: 14px;
    line-height: 1.43;
    color: #333
}

body,
html {
    font-family: "Rufina", serif, serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1.571em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

a {
    text-decoration: none
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

p {
    margin: 0
}

p + p {
    margin-top: 22px
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

.hidden {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.relative {
    position: relative
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0
}

.justify-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-space-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.no-stretch {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.green-text {
    color: #aad474
}

.blue-text {
    color: #25bae6
}

.underline {
    text-decoration: underline
}

.no-text-wrap {
    white-space: nowrap
}

.visible-on-mobile {
    display: none !important
}

@media print {
    *,
    :after,
    :before,
    :first-letter,
    :first-line {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2-container--tennyson {
    font-size: 12px;
    color: #333;
    width: 100% !important
}

.select2-container--tennyson .select2-dropdown {
    border: none
}

.select2-container--tennyson .select2-selection--single .select2-selection__clear {
    margin-right: 5px
}

.select2-container--tennyson .select2-results__option,
.select2-container--tennyson .select2-selection--single {
    height: 27px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    background: #f4f4f5
}

.select2-container--tennyson .select2-results__option--highlighted {
    background: #f9a535;
    color: #fff
}

.select2-container--tennyson .select2-selection--single .select2-selection__arrow b {
    background: url(assets/images/dropdown-icon.png) no-repeat center center;
    width: 14px;
    height: 9px;
    display: inline-block;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -4px
}

.select2-container--tennyson .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.picker--focused .picker__day--highlighted {
    background: #999;
    color: #fff
}

.picker__button--clear:hover,
.picker__button--close:hover,
.picker__button--today:hover,
.picker__day--highlighted:hover,
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__nav--next:hover,
.picker__nav--prev:hover {
    background: #debfb6
}

body {
    background: url(assets/images/pattern-top-right.png) no-repeat top right
}

.container {
    /*width: 940px;*/
    width: 100%;
    margin: 0 auto
}

.title,
h1, h2, h3, h4, h5 {
    font-family: "Rufina", serif;
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 12px;
    color: #f9a535
}

.title,
h1, h2, h3, h4, h5 {
    line-height: 1.14286
}

.article .title a,
.article h1 a, .article h2 a, .article h3 a, .article h4 a, .article h5 a {
    color: #f9a535
}

.title--dark-blue {
    color: #111e3a
}

.title--blue {
    color: #25bae6
}

.header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    height: 128px
}

.header a {
    color: #111e3a
}

.header a:hover {
    text-decoration: underline
}

.header__logo {
    display: block;
    margin-top: 44px;
    width: 179px
}

.header__logo img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100% \9;
}

.header__row {
    margin-left: 80px;
    margin-top: 54px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header__telephones {
    color: #999;
    text-align: right
}

.header__telephones {
    line-height: 1.38462
}

.header__search {
    margin-left: 20px;
    margin-top: 4px
}

.header__links {
    margin-left: 20px
}

.header__socials {
    margin: 9px 0 0 auto
}

.header__socials a + a {
    margin-left: 3px
}

.search {
    position: relative
}

.search__field {
    border: none;
    border-top: 2px solid #aad474;
    border-bottom: 2px solid #ececec;
    width: 220px;
    height: 24px;
    color: #666;
    text-transform: uppercase;
    padding: 0 30px 0 6px
}

.search__btn {
    background: url(assets/images/search-icon.png) no-repeat center center;
    border: none;
    height: 100%;
    width: 20px;
    position: absolute;
    top: -3px;
    right: 2px;
    outline: 0
}

.sidebar {
    padding: 120px 0 0 18px;
    /*    width: 200px*/
    width: 15%;
}

.sidebar__news {
    margin-top: 146px
}

.sidebar__cases {
    margin-top: 26px
}

.sidebar__events {
    margin-top: 23px
}

.nav a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 28px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__list > li + li {
    margin-top: 7px
}

.nav__list > li > a:hover {
    border-top-color: #c5569f;
    border-bottom-color: #e0e0e0
}

.nav__list > li.current-menu-item > a,
.nav__list > li.current-menu-parent > a,
.nav__list .sublist > li.menu-item-has-children.current-menu-item > a,
.nav__list .sublist > li.current-menu-parent > a,
.nav__list li.current-menu-ancestor > a {
    border-top-color: #c5569f;
    border-bottom-color: #e0e0e0
}

.nav .sublist {
    margin-top: 7px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
    display: none
}

.nav .sublist a {
    text-transform: none
}

.nav .sublist a.current-page,
.nav .sublist a:hover {
    color: #c5569f
}

.nav .sublist li.current-menu-item > a,
.nav .sublist li.current-menu-parent > a {
    color: #c5569f
}

.nav .sublist li + li {
    margin-top: -4px
}

.nav .current-menu-item > .sublist,
.nav .menu-item-has-children.current-menu-parent > .sublist,
.nav .menu-item-has-children.current-menu-ancestor > .sublist,
#single-barrister .nav .menu-item-object-theme_barrister > .sublist,
#single-mediator .nav .menu-item-object-theme_mediator > .sublist {
    display: block !important;
    margin: 0 0 7px 0;
}

.nav .current-menu-ancestor .sublist .sublist,
.nav .menu-item-has-children.current-menu-parent .sublist .sublist {
    padding-left: 10px;
}

.mobile-nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 100;
    font-family: "Raleway", sans-serif
}

.mobile-nav a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    font-size: 16px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #999;
    padding: 2.5% 0 2.5% 2.5%;
}

.mobile-nav a:hover {
    text-decoration: none;
    background: #25bae6;
    color: #fff
}

.mobile-nav .sublist li > a {
    padding-left: 5%
}

.mobile-nav .sublist .sublist a {
    padding-left: 10%;
}

.mobile-nav .current-page a {
    background: #25bae6;
    color: #fff
}

.mobile-nav__close {
    position: absolute;
    right: 2.5%;
    top: 4px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #999;
    cursor: pointer;
    background: #fff
}

.mobile-nav__close:hover {
    background: #111e3a;
    color: #fff
}

.mobile-nav-btn {
    display: none;
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #999;
    cursor: pointer;
    right: 2.5%;
    top: 30px;
    background: #fff
}

.mobile-nav-btn:hover {
    background: #111e3a;
    color: #fff
}

.quick-links__title {
    font-weight: 400;
    font-size: 18px;
    color: #25bae6;
    margin: 16px 0 8px
}

.quick-links--orange .quick-links__title {
    color: #f9a535
}

.quick-links--green .quick-links__title {
    color: #8bc53f
}

.quick-links--light-blue .quick-links__title {
    color: #25bae6;
}

.quick-links__title a {
    color: inherit
}

.quick-links__title a:hover {
    text-decoration: underline
}

.quick-links__item {
    color: #333;
    font-weight: 700;
    font-size: 12px
}

.quick-links__item {
    line-height: 1.16667
}

.quick-links__item + .quick-links__item {
    margin-top: 14px
}

.quick-links__more {
    color: #25bae6
}

.quick-links__more:hover {
    text-decoration: underline
}

.main {
    /*margin-left: 5.2%;*/
    margin-left: 2.2%;
    margin-top: 14px;
    /*width: 540px*/
    width: 70%;
}

.main--full {
    width: calc(100% - 5.2% - 160px)
}

.main--bordered {
    border-top: 2px solid #25bae6
}

.intro {
    position: relative;
    min-height: 297px;
    margin-bottom: 31px
}

.intro:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #c558a1 transparent transparent transparent;
    left: 0;
    top: 0
}

.intro:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 90px 0 0 90px;
    border-color: transparent transparent transparent #8dc646;
    left: 0;
    bottom: 0
}

.intro__bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: url(assets/images/graphic-intro.png) no-repeat right bottom;
    z-index: -1
}

.intro__bg:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 102px 102px 0;
    border-color: transparent #f8a741 transparent transparent;
    right: 0;
    top: 0
}

.intro__figure {
    max-width: 65%;
    position: absolute;
    top: 21%;
    left: 2.5%;
    margin: 0
}

.intro__quote {
    color: #111e3a;
    font-size: 24px;
    padding-left: 12px;
    margin: 0
}

.intro__quote {
    line-height: 1.33333
}

.intro__quote:before {
    content: "“";
    position: absolute;
    left: 0;
    top: 0
}

.intro__quote:after {
    content: "”"
}

.intro__caption {
    color: #25bae6;
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    max-width: 70%;
    margin-top: 8px;
    padding-left: 12px
}

.banner-image {
    text-align: right;
}

.intro-graphic {
    /*margin-bottom: 31px;*/
    max-width: 100%;
}

.article {
    color: #333;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.article p,
.article ul li,
.article ol li {
    text-align: justify;
}

.article {
    line-height: 1.42857
}

.page-intro + .article {
    margin-top: 18px
}

.article h2,
.article h3,
.article h4,
.article h5 {
    margin: 0.5em 0;
}

.article a {
    color: #2863e6;
}

.article a:hover {
    text-decoration: underline
}

.article ol,
.article ul {
    padding-left: 2rem;
    margin: 1.571em 0;
}

.article ul li {
    list-style: none inside;
    margin-left: 2rem;
}

.article ol li {
    margin: 0.5em 0;
}

.article ol li ol {
    margin: 0.5em 0;
}

.article ul li ul {
    margin: 0.5em 0;
    padding-left: 0;
}

.article ul li:before {
    position: relative;
    content: "\2022";
    float: left;
    margin-left: -2em;
    margin-top: 0;
    color: #000;
}

.article ul li ul li:before {
    margin-top: 0.2rem;
    content: "\00BA";
}

.article q,
.article blockquote p {
    color: #666;
    font-family: "Raleway", serif;
    font-size: 14px;
    position: relative;
    padding-left: 6px;
}

.article blockquote {
    margin: 0;
}

.article blockquote p:before {
    content: "“";
    position: absolute;
    left: 0;
    top: 0;
}

.article blockquote p:after {
    content: "“";
}

.article .accordion {
    margin-top: 23px;
    margin-bottom: 30px
}

.article__large-text {
    font-family: "Rufina", serif;
    font-size: 17px;
    font-weight: 400
}

.article__large-text {
    line-height: 1.41176
}

.article__large-text a {
    color: #c5569f
}

.article .accordion + .title,
.article p + .title,
.article ul + .title {
    border-top: 1px solid #cdcdcd;
    margin-top: 22px;
    padding-top: 20px
}

.article__person-card {
    float: right;
    margin-top: 27px;
    margin-left: 18px;
    margin-right: 18px
}

.article__person-card + p {
    margin-top: 22px
}

.article__person-card__action {
    color: #666 !important
}

.person-card {
    width: 220px;
    font-family: "Rufina", serif;
}

.person-card:hover .person-card__rollover {
    display: block;
}

.person-card__rollover {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(assets/images/orange-card-hover.png) no-repeat bottom right transparent;
    width: 80px;
    height: 80px;
}

.person-card_rollover--title {
    position: absolute;
    font-size: 0.9em;
    text-transform: uppercase;
    bottom: 4px;
    right: 4px;
    color: #FFF;
    text-align: right;
}

.person-card__top {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 221px;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    color: #111e3a
}

.person-card__top {
    line-height: 1.0625
}

.person-card__top a {
    color: inherit
}

.person-card__top span,
.person-card__top a[href*=tel] {
    color: #8bc53f
}

.person-card__action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #94ca52;
    border-bottom: 1px solid #dadada;
    color: #666;
    font-size: 13px;
    text-transform: uppercase;
    min-height: 26px;
    padding-left: 6px
}

.person-card__action--download {
    background: url(assets/images/download-icon.png) no-repeat center right 8px
}

.person-card__action--shortlist {
    background: url(assets/images/star-icon.png) no-repeat center right 6px
}

.person-card__action + .person-card__action {
    margin-top: 3px
}

.footer {
    margin-top: 160px;
    background: #f4f4f5;
    font-family: "Raleway", sans-serif;
    padding-top: 28px;
    font-size: 12px;
    color: #4f4f4f;
    position: relative
}

.footer {
    line-height: 1.33333
}

.footer:before {
    content: "";
    background: url(assets/images/pattern-bottom.png) no-repeat;
    width: 352px;
    height: 352px;
    top: -352px;
    left: 0;
    position: absolute;
    z-index: -1;
}

.footer a {
    color: inherit
}

.footer a:hover {
    text-decoration: underline
}

.footer p + p {
    margin-top: 19px
}

.footer__container {
    padding-right: 54px;
    padding-bottom: 27px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__column {
    max-width: 184px
}

.footer__title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #939393;
    margin: 0
}

.footer__title--has-margin {
    margin-bottom: 21px
}

.footer__social img {
    margin-right: 10px
}

.footer__social {
    display: block;
    margin-bottom: 5px;
}

.bottom-nav {
    background: #111e3a;
    color: #fff;
    font-size: 11px
}

.bottom-nav__container {
    height: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-nav__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.bottom-nav__list li + li:before {
    content: "|";
    margin: 0 2px 0 3px
}

.bottom-nav__list a {
    color: #b7b7b7
}

.bottom-nav__list a:hover {
    text-decoration: underline
}

.cards-wrapper {
    border-top: 2px solid #25bae6;
    padding-top: 4px
}

.cards-title {
    color: #111e3a;
    font-size: 21px;
    font-weight: 400;
    margin: 0
}

.cards {
    margin-top: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.barristers-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.featured-barrister {
    width: 220px
}

.search-barristers {
    margin-left: 100px;
    margin-top: 58px;
    max-width: 301px;
    width: 100%
}

.search-barristers__title {
    color: #8c919b;
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 16px
}

.search-barristers__title {
    line-height: 1.15789
}

.search-barristers__title--orange {
    color: #f9a535
}

.search-barristers__title {
    margin-top: 30px
}

.search-barristers__search {
    position: relative
}

.search-barristers__search-field {
    height: 27px;
    background: #f4f4f5;
    border: none;
    width: 100%;
    color: #999;
    padding: 0 35px 0 8px;
    font-size: 12px
}

.search-barristers__search-btn {
    background: url(assets/images/search-icon.png) no-repeat center center;
    border: none;
    height: 100%;
    width: 20px;
    position: absolute;
    top: 0;
    right: 6px;
    outline: 0
}

.search-barristers .select2-container--tennyson ~ .select2-container--tennyson {
    margin-top: 7px
}

.search-barristers__submit-area {
    position: relative;
}

.barristers-results {
    margin-top: 28px
}

.barristers-results .person-card {
    margin-bottom: 33px
}

.page-intro {
    padding-top: 11px;
    font-size: 12px;
    color: #333;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 12px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.page-intro__title {
    font-size: inherit;
    color: #f9a535;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    margin: 0
}

.page-intro__section {
    margin-top: 34px;
}

.page-intro__section {
    line-height: 1.75
}

.page-intro__section + .page-intro__section {
    margin-top: 21px
}

.page-intro__column {
    -webkit-flex-basis: 220px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
    max-width: 220px
}

.page-intro__column--2 {
    margin-top: 6px;
    position: relative;
}

.page-intro__action {
    margin-bottom: 32px;
}

.page-intro__text-row a {
    color: #333333;
}

.page-intro__text-row + .page-intro__text-row {
    margin-top: 6px
}

.page-intro__person-thumb {
    margin-top: -23px
}


.page-intro__section.long-list {
    height: 220px;
}

.page-intro__section.long-list .page-intro__practice-area-thumb {
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-intro__thumb {
    display: block;
    float: left;
    margin-right: 10px;
    width: 160px;
    height: auto;
}

.page-intro__telephone a {
    color: #333;
}

.accordion {
    font-family: "Raleway", serif
}

.accordion__item {
    border: 1px solid #f4f4f5
}

.accordion__item + .accordion__item {
    margin-top: 7px
}

.accordion__item-title {
    font-family: "Rufina", serif;
    min-height: 39px;
    font-size: 17px;
    color: #333;
    background: #f4f4f5 url(assets/images/plus-icon.png) no-repeat center right 13px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 32px 0 12px;
    position: relative;
    cursor: pointer
}

.accordion__item-title:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 17px 17px;
    border-color: transparent transparent #cae1af transparent;
    position: absolute;
    right: 0;
    bottom: 0
}

.accordion__item.active .accordion__item-title {
    background-image: url(assets/images/minus-icon.png)
}

.accordion__item-body {
    padding: 20px 12px;
    display: none
}

.accordion__item.active .accordion__item-body {
    display: block
}

.accordion__item-body h1,
.accordion__item-body h2,
.accordion__item-body h3,
.accordion__item-body h4,
.accordion__item-body h5 {
    color: #29BBE6;
}

/* Banner */
.banner-wrapper {
    overflow: hidden;
    margin-bottom: 31px;
}

.banner {
    position: relative;
    z-index: 1;
}

.banner .banner-caption {
    display: none;
    position: absolute;
    top: 2.5em;
    left: 0;
    margin-left: 1.471em;
    z-index: 10;
    width: 100%;
}

.banner .banner-caption .banner-slide {
    position: relative;
    z-index: 15;
}

.banner .banner-caption .banner-title {
    font-family: "Rufina", serif;
    font-size: 1.714em;
    color: #111e3a;
    margin-bottom: 0.457em;
}

.banner .banner-caption .banner-sub-title {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 0.857em;
    color: #26bae6;
}

.banner .banner-mask {
    position: absolute;
    z-index: 10;
}

.banner .banner-mask.top-left {
    background: url("assets/images/banner-mask-top-left.png") no-repeat top left transparent;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}

.banner .banner-mask.top-right {
    background: url("assets/images/banner-mask-top-right.png") no-repeat top right transparent;
    top: 0;
    right: 0;
    width: 102px;
    height: 102px;
}

.banner .banner-mask.bottom-left {
    background: url("assets/images/banner-mask-bottom-left.png") no-repeat bottom left transparent;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 90px;
}

/* Article list */
.article-post {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    clear: both;
}

.article-post img {
    width: 120px;
}

.article-post .read-more {
    display: block;
    margin-top: 1em;
    text-align: right;
}

/* Post nav */
.post-navigation {
    float: left;
    width: 100%;
    margin-bottom: 1.2em;
    padding-bottom: 1.2em;
    border-bottom: 1px solid #cdcdcd;
}

.post-navigation .prev-page {
    float: left;
}

.post-navigation .next-page {
    float: right;
}

/* Forms */
.nf-form-cont {
    margin: 2em 0;
    border-bottom: 1px solid #cdcdcd;
}

.ninja-forms-field,
input[type="submit"].filter-submit {
    border: none;
    border-top: 2px solid #aad474;
    border-bottom: 2px solid #ececec;
    background-color: #F0F0F0;
    height: 28px;
    color: #666;
    padding: 0 30px 0 6px;
}

.ninja-forms-field {
    font-family: "Rufina", serif;
    border: none;
    background-color: #f4f4f5;
    padding: 8px 0 8px 6px;
}

input[type="submit"].ninja-forms-field,
input[type="button"].ninja-forms-field,
input[type="submit"].filter-submit {
    padding: 15px 30px;
    text-transform: uppercase;
    height: auto;
}

input[type="submit"].filter-submit {
    padding: 4px 30px;
    margin-top: 8px;
    width: 100%;
}

input[type="submit"].ninja-forms-field,
input[type="button"].ninja-forms-field,
input[type="submit"].filter-submit {
    border-top: 2px solid #aad474;
    border-bottom: none;
    background-color: #f4f4f5;
}

textarea.ninja-forms-field {
    resize: vertical;
}

.nf-field-element ul li:before {
    content: "";
}

h5.title,
.title.expanded-content {
    color: #29BBE6;
}

.mobile-only {
    display: none;
}

.hide-mobile {
    display: block;
}

@media (min-width: 1280px) {
    .container {
        width: 1280px;
    }

    .header__logo {
        width: 140px;
    }

    .barristers-top {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        -khtml-justify-content: space-between;
        justify-content: space-between;
    }

}

@media (max-width: 1280px) {
    .header__logo {
        width: 140px;
    }

    .bottom-nav__container,
    .footer__container,
    header {
        padding-left: 18px;
        padding-right: 18px;
    }

}

@media (max-width: 970px) {

    .main,
    .container {
        width: 840px;
    }

    .header__logo {
        width: 130px;
    }

    .sidebar {
        width: 200px;
    }

    .header__row {
        margin-left: 0
    }

    .search__field {
        width: 160px
    }

    .intro__bg {
        background-size: 140px
    }

    .intro__figure {
        max-width: 80%
    }

    /*    .footer__social+.footer__social {
            margin-left: 15px
        }*/
    .footer__social img {
        margin-right: 5px
    }

    .page-intro__column {
        -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
        max-width: 32%
    }

    .page-intro__person-thumb,
    .page-intro__practice-area-thumb,
    .page-intro__thumb {
        max-width: 100%;
        height: auto;
    }

}

@media (max-width: 840px) {

    .main,
    .container {
        width: 540px;
    }

    header {
        padding-left: 0;
        padding-right: 0;
    }

    .visible-on-mobile {
        display: block !important
    }

    .hidden-on-mobile {
        display: none !important
    }

    .mobile-nav-btn {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .container {
        width: 90%
    }

    .sidebar--left {
        display: none
    }

    .sidebar {
        padding-top: 0;
        margin-top: 14px;
    }

    .sidebar__cases {
        margin-top: 0
    }

    .main {
        margin-left: 0
    }

    .main--full {
        width: 100%
    }

    .header {
        height: auto
    }

    .header__logo {
        width: 110px
    }

    .header__socials {
        display: none
    }

    .header__row {
        margin-top: 26px
    }

    .header__logo {
        margin-top: 10px
    }

    .header__links {
        display: none
    }

    .footer__container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__column {
        max-width: 50%;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-right: 20px
    }

    .footer__column:nth-child(3),
    .footer__column:nth-child(4) {
        margin-top: 40px
    }

    .bottom-nav__container {
        display: block;
        padding: 10px 0;
        height: auto
    }

    .bottom-nav__nav {
        margin-top: 10px;
        font-size: 12px
    }

    .bottom-nav__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .bottom-nav__list li {
        margin-top: 5px
    }

    .footer__container {
        padding-left: 0;
        padding-right: 0
    }

    .sidebar__news {
        margin-top: 23px
    }
}

@media (max-width: 670px) {
    .search-barristers {
        margin-left: 5%
    }
}

@media (max-width: 572px) {
    .no-text-wrap {
        white-space: normal;
    }

    .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header__logo {
        margin: 10px auto;
        width: 140px
    }

    .header__row {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main {
        margin-top: 40px
    }

    .main,
    .sidebar {
        width: 100%
    }

    .main-sidebars-wrapper {
        display: block
    }

    .sidebar {
        text-align: center;
        margin-top: 60px;
        padding-left: 0;
    }

    .quick-links__title {
        font-size: 28px
    }

    .quick-links__item {
        font-size: 14px
    }

    .sidebar__events {
        margin-top: 40px
    }

    .footer__column {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .footer__column:nth-child(2) {
        margin-top: 40px
    }

    .page-intro {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page-intro__column:nth-child(1) {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .page-intro__column:nth-child(2),
    .page-intro__column:nth-child(3) {
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        max-width: 49%
    }


    .banner-image {
        height: 237px;
    }

    .banner-image img {
        display: none;
    }
    
    .article p, .article ul li, .article ol li {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .barristers-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .featured-barrister {
        width: 100%;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .search-barristers {
        width: 100%;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 40px;
        max-width: initial;
        margin-top: 0;
        margin-left: 0;
        border-top: 2px solid #f9a535;
        padding-top: 4px
    }

    .cards .person-card {
        width: 85%;
        margin-left: auto;
        margin-right: auto
    }

    .page-intro__thumb {
        display: none;
    }

    .header__search {
        display: none
    }

    .page-intro__practice-area-thumb {
        display: none;
    }
}

@media (max-width: 400px) {

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

    .mobile-only {
        display: block;
    }

    .intro:after {
        border-width: 45px 0 0 45px
    }

    .intro__bg {
        background-size: 90px
    }

    .article.home > h1 {
        display: none;
    }

    .article.home {
        padding-top: 30px;
    }

    .banner .banner-caption {
        top: 25px;
        left: 40px;
        /*background-color: rgba(255, 255, 255, 0.7);*/
        margin-left: 0;
    }

    .banner-image {
        height: auto;
    }

    .banner-image img {
        display: block;
    }

    .banner .banner-caption .banner-title {
        font-size: 1.4em;
    }


}