﻿
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html, body {
    padding: 0;
    margin: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #212531;
    text-align: justify;
    min-height: 100%;
    overflow-x: hidden;
}

.text--centered {
    text-align: center
}

.text--light {
    color: #fff
}



.u-space-top-10 {
    margin-top: 10px
}

.u-space-top-20 {
    margin-top: 20px
}




[data-columns]|before {
    display: block;
    position: absolute;
    visibility: hidden;
    font-size: 1px;
}




.site-footer .row {
    position: relative;
}

    .site-footer .row .social-links {
        position: absolute;
        bottom: 15px;
        right: 0px;
    }


.selectron {
    color: #212531;
    display: inline-block;
    font-family: sans-serif;
    font-size: 13px;
    max-width: none;
    min-width: 180px;
    position: relative;
    width: 100%
}

.selectronselect {
    display: none
}

.selectron--disabled {
    opacity: .5
}

.selectron--is-touch .selectron__select {
    color: #212531;
    font-family: sans-serif;
    font-size: 13px;
    font-size: 13px;
    height: 100%;
    padding: 15px 50px 15px 20px;
    visibility: visible;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.selectron__select {
    background-color: transparent;
    border: none;
    height: 0;
    left: 0;
    outline: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 0
}

.selectron--is-touch, .selectron__trigger {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #5f6a8c;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 13px;
    height: 54px;
    line-height: 1.2;
    outline: none;
    overflow: hidden;
    padding: 15px 50px 15px 20px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

    .selectron--is-touch|-moz-focus-inner, .selectron__trigger|-moz-focus-inner {
        border: none
    }

.selectron--is-touch--is-filled, .selectron__trigger--is-filled {
    color: #212531
}

.selectron--is-touch--is-open, .selectron__trigger--is-open {
    border-color: #999;
    border-radius: 0 0 0 0;
    color: #212531
}

.selectron--is-touch--is-overflowing, .selectron__trigger--is-overflowing {
    border-radius: 0 0 0 0
}

.selectron--is-touch:focus, .selectron__trigger:focus {
    border-color: #999
}

.selectron--is-touch:before, .selectron__trigger:before {
    content: "";
    border-bottom: 2px solid #bfd913;
    border-left: 2px solid #bfd913;
    height: 10px;
    border-radius: 0 0 0 0px;
    width: 10px;
    position: absolute;
    top: 50%;
    right: calc(20px - 4px);
    margin-top: -1px;
    -webkit-transform: rotate(-45deg) translate(50%, -50%);
    -ms-transform: rotate(-45deg) translate(50%, -50%);
    -o-transform: rotate(-45deg) translate(50%, -50%);
    transform: rotate(-45deg) translate(50%, -50%)
}

.selectron__options {
    background-color: #fff;
    border-radius: 0 0 0 0;
    border: 1px solid #999;
    border-top: none;
    box-sizing: border-box;
    left: 0;
    list-style: none;
    margin: 0;
    max-height: 200px;
    opacity: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    visibility: hidden;
    width: 100%;
    z-index: 50;
    -webkit-overflow-scrolling: touch
}

.selectron__options--is-open {
    opacity: 1;
    visibility: visible
}

.selectron__options--is-overflowing {
    border-bottom: none;
    border-radius: 0 0 0 0;
    border-top: 1px solid #999;
    bottom: 100%;
    top: auto
}

.selectron__option {
    cursor: pointer;
    line-height: 1.2;
    overflow: hidden;
    padding: 13px 18px 14px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.selectron__option--optgroup {
    padding: 13px 18px 14px 28px
}

.selectron__option--is-selected {
    background-color: transparent;
    color: #bfd913
}

.selectron__option--is-disabled, .selectron__option[data-value=""] {
    color: #7984a5
}

.selectron__option--is-hovered {
    background-color: #bfd913;
    color: #fff !important
}

.selectron__icon {
    display: inline-block;
    margin: 0 10px 0px 0;
    max-width: 50px;
    vertical-align: middle
}

.selectron__option-group {
    color: #999;
    cursor: default;
    padding: 13px 18px 14px
}

.selectron--dark {
    color: #fff
}

    .selectron--dark .selectron__trigger {
        background-color: #363636;
        border: none;
        color: #212531
    }

    .selectron--dark .selectron__trigger--is-filled {
        color: #fff
    }

    .selectron--dark .selectron__trigger--is-open {
        background-color: #434343;
        color: #fff
    }

    .selectron--dark .selectron__trigger:focus {
        background-color: #434343
    }

    .selectron--dark .selectron__options {
        background-color: #363636;
        border: none
    }

    .selectron--dark .selectron__option[data-value=""] {
        color: #212531
    }

    .selectron--dark .selectron__option--is-hovered, .selectron--dark .selectron__option:hover {
        color: #fff
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[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
}



body.MiniQuote {
    color: #fff;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px
    }
}

@media screen and (max-width: 567px) {
    body {
        font-size: 15px
    }
}

p {
    margin: 0;
    line-height: 1.4;
    padding-bottom: 20px
}

b, strong {
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 400;
}

p small, small {
    font-size: 16px
}

@media screen and (max-width: 767px) {
    p small, small {
        font-size: 14px
    }
}

address {
    font-style: normal;
    line-height: 1.4;
    margin: 0 0 20px
}

blockquote {
    line-height: 1.7
}

    blockquote:before, blockquote:after {
        font-size: 52px;
        color: #bfd913;
        line-height: 0;
        vertical-align: bottom
    }

@media screen and (max-width: 767px) {
    blockquote:before, blockquote:after {
        font-size: 47px
    }
}

@media screen and (max-width: 567px) {

    img.img-float {
        display: none;
    }

    blockquote:before, blockquote:after {
        font-size: 30px
    }
}

blockquote:before {
    content: "â€œ";
    margin-right: 5px
}

blockquote:after {
    content: "â€"
}

h1, h2, h3, .keynotes-search__sub, h4, h5, h6 {
    margin: 0;
    line-height: 1.2
}

h1 {
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 52px;
    padding-bottom: 15px
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 47px
    }
}

@media screen and (max-width: 567px) {
    h1 {
        font-size: 30px
    }
}

h2 {
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 36px;
    padding-bottom: 15px
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 33px
    }
}

@media screen and (max-width: 567px) {
    h2 {
        font-size: 24px
    }
}

h3, .keynotes-search__sub {
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding-bottom: 15px
}

@media screen and (max-width: 767px) {
    h3, .keynotes-search__sub {
        font-size: 23px
    }
}

@media screen and (max-width: 567px) {
    h3, .keynotes-search__sub {
        font-size: 19px
    }
}


@media screen and (max-width: 567px) {
    h1, h2, h3, .keynotes-search__sub, p {
        padding-bottom: 15px
    }

    blockquote:before, blockquote:after {
        vertical-align: text-bottom
    }
}

a, a:link, a:visited {
    color: #212531;
    text-decoration: none;
    border-bottom: 1px solid #bfd913;
    -webkit-transition: color .2s, border .2s;
    -moz-transition: color .2s, border .2s;
    transition: color .2s, border .2s
}

    a:hover, a:active, a:focus {
        color: #bfd913;
    }

.header a {
    border-bottom: 0;
}

.no-touch a:hover, a:focus {
    color: #b2c820;
    border-color: transparent
}

a:focus {
    outline: 0
}

.link--chevron-right, .card__cta-link, .link--chevron-left {
    position: relative;
    display: inline-block;
    border-bottom: 0
}

    .link--chevron-right:after, .card__cta-link:after, .link--chevron-left:after {
        content: "";
        position: absolute;
        bottom: 4px;
        width: 8px;
        height: 8px;
        border-top: 2px solid;
        border-right: 2px solid;
        border-color: #bfd913
    }

.link--chevron-right, .card__cta-link {
    margin-right: 12px
}

    .link--chevron-right:after, .card__cta-link:after {
        right: -10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .link--chevron-right:hover:after, .card__cta-link:hover:after, .link--chevron-right:focus:after, .card__cta-link:focus:after {
        right: -12px
    }

.link--chevron-left {
    margin-left: 12px
}

    .link--chevron-left:after {
        left: -10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

    .link--chevron-left:hover:after, .link--chevron-left:focus:after {
        left: -12px
    }

.button {
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 300;
    padding: 5px 0;
    border: 0;
    cursor: pointer
}

    .button:focus {
        outline: 0
    }

.button--primary {
    font-size: 18px;
    background: none;
    position: relative;
    padding: 5px 0 7px
}

@media screen and (max-width: 767px) {
    .button--primary {
        font-size: 16px
    }
}

@media screen and (max-width: 567px) {
    .button--primary {
        font-size: 15px
    }
}

.button--primary:before, .button--primary:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #bfd913
}

.button--primary:before {
    bottom: 2px;
    -webkit-transition: bottom .2s;
    -moz-transition: bottom .2s;
    transition: bottom .2s
}

.button--primary:after {
    bottom: 0
}

.button--primary:hover {
    color: #b2c820
}

    .button--primary:hover:before {
        bottom: 100%
    }

.button--filled {
    font-size: 16px;
    background: #bfd913;
    padding: 5px 20px 7px
}

@media screen and (max-width: 767px) {
    .button--filled {
        font-size: 14px
    }
}

.button--filled:hover, .button--filled:focus {
    color: #212531;
    background: #b2c820
}

.button--wide {
    text-align: center;
    width: 240px
}

.front-end legend {
    font-size: 22px;
    padding: 0;
    margin: 0;
    margin-bottom: 15px
}

@media screen and (max-width: 767px) {
    .front-end legend {
        font-size: 20px
    }
}

@media screen and (max-width: 567px) {
    .front-end legend {
        font-size: 18px
    }
}

.form input[type="email"], .form input[type="number"], .form input[type="password"], .form input[type="search"], .form input[type="tel"], .form input[type="text"], .form input[type="url"], .form input[type="color"], .form input[type="date"], .form input[type="datetime"], .form input[type="datetime-local"], .form input[type="month"], .form input[type="time"], .form input[type="week"], .form textarea {
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #212531;
    width: 100%;
    border-radius: 0;
    border: 1px solid #cad0d3;
    padding: 15px 20px;
    -webkit-appearance: none
}

@media screen and (max-width: 767px) {
    .form input[type="email"], .form input[type="number"], .form input[type="password"], .form input[type="search"], .form input[type="tel"], .form input[type="text"], .form input[type="url"], .form input[type="color"], .form input[type="date"], .form input[type="datetime"], .form input[type="datetime-local"], .form input[type="month"], .form input[type="time"], .form input[type="week"], .form textarea {
        font-size: 16px
    }
}

@media screen and (max-width: 567px) {
    .form input[type="email"], .form input[type="number"], .form input[type="password"], .form input[type="search"], .form input[type="tel"], .form input[type="text"], .form input[type="url"], .form input[type="color"], .form input[type="date"], .form input[type="datetime"], .form input[type="datetime-local"], .form input[type="month"], .form input[type="time"], .form input[type="week"], .form textarea {
        font-size: 15px
    }
}

.form input[type="email"]:hover, .form input[type="number"]:hover, .form input[type="password"]:hover, .form input[type="search"]:hover, .form input[type="tel"]:hover, .form input[type="text"]:hover, .form input[type="url"]:hover, .form input[type="color"]:hover, .form input[type="date"]:hover, .form input[type="datetime"]:hover, .form input[type="datetime-local"]:hover, .form input[type="month"]:hover, .form input[type="time"]:hover, .form input[type="week"]:hover, .form textarea:hover {
    border-color: #a0abb0
}

.form input[type="email"]:focus, .form input[type="number"]:focus, .form input[type="password"]:focus, .form input[type="search"]:focus, .form input[type="tel"]:focus, .form input[type="text"]:focus, .form input[type="url"]:focus, .form input[type="color"]:focus, .form input[type="date"]:focus, .form input[type="datetime"]:focus, .form input[type="datetime-local"]:focus, .form input[type="month"]:focus, .form input[type="time"]:focus, .form input[type="week"]:focus, .form textarea:focus {
    outline: 0;
    border-color: #3ebbd2
}

.form input[type="search"] {
    padding-right: 50px;
    background: url("/assets/images/icon-search-green.png") no-repeat right center
}

.form__label {
    display: block;
    margin-bottom: 4px
}

.form__label--large {
    display: block;
    padding-bottom: 5px;
    font-size: 36px
}

@media screen and (max-width: 767px) {
    .form__label--large {
        font-size: 33px
    }
}

@media screen and (max-width: 567px) {
    .form__label--large {
        font-size: 24px
    }
}

.form__fieldset--spaced-top {
    margin-top: 20px
}

.form__row {
    padding-bottom: 12px
}

.front-end {
    position: relative
}

    .front-end *, .front-end *:before, .front-end *:after, .front-end input[type="email"], .front-end input[type="number"], .front-end input[type="password"], .front-end input[type="search"], .front-end input[type="tel"], .front-end input[type="text"], .front-end input[type="url"], .front-end input[type="color"], .front-end input[type="date"], .front-end input[type="datetime"], .front-end input[type="datetime-local"], .front-end input[type="month"], .front-end input[type="time"], .front-end input[type="week"] {
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }


.wysiwyg--pointlist input[type="text"] {
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 100%;
    font-weight: 300;
    color: #212531;
    border-top: 1px solid #bcbcbc;
    border-left: 1px solid #bcbcbc;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #cccddd;
    background: #fff;
    width: 100%;
    max-width: 350px;
    padding: .5rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}



.grid__column {
    float: left
}

.grid__row:after {
    content: "";
    display: table;
    clear: both
}

.grid__row--50-50 .grid__column {
    width: 50%
}



.grid__row--25 .grid__column {
    width: 25%
}

.grid__row--50-50 .grid__column--left {
    padding-right: 60px
}

.grid__row--50-50 .grid__column--right {
    padding-left: 60px
}

.grid__row--50-50 .grid__column--auto:first-child {
    padding-left: 20px
}

.grid__row--50-50 .grid__column--auto:last-child {
    padding-right: 20px
}


.grid__row--50-50 .grid__column:not(.grid__column--auto) h2,
.grid__row--50-50 .grid__column:not(.grid__column--auto) h3,
.grid__row--50-50 .grid__column:not(.grid__column--auto) h4,
.grid__row--50-50 .grid__column:not(.grid__column--auto) h5,
.grid__row--50-50 .grid__column:not(.grid__column--auto) h6,
.grid__row--50-50 .grid__column:not(.grid__column--auto) p,
.grid__row--50-50 .grid__column:not(.grid__column--auto) li {
    padding-right: 30px;
}

.grid__row--50-50 .grid__column:not(.grid__column--auto) img {
    margin-right: 30px;
}

.grid__row--50-50 .grid__column:not(.grid__column--auto):last-child {
    padding-right: calc((99% - 1366px)/2)
}

@media only screen and (max-width: 1426px) {
    .grid__row {
        padding: 0 3%
    }
}

@media screen and (max-width: 767px) {
    .grid__row .grid__column {
        width: auto;
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .grid__row.grid__row--25 .grid__column {
        float: left !important;
    }

    .grid__row .grid__column:first-child, .grid__row .grid__column:last-child {
        padding: 0
    }
}

.container {
    margin: 0 auto;
    max-width: 1570px;
    /*min-height: 300px;*/
}

.site-footer .container {
    margin: 0 auto;
    max-width: 1570px;
    min-height: 1px;
}

.container--narrow {
    margin: 0 auto;
    max-width: 1366px
}

.container--skinny {
    margin: 0 auto;
    max-width: 1120px
}

.container--super-skinny {
    margin: 0 auto;
    max-width: 780px
}

.container--wide {
    margin: 0 auto;
    max-width: 1620px
}
/*
.row:after {
    content: "";
    display: table;
    clear: both
}
*/
.col {
    float: left;
    padding: 0 10px
}

.col--50 {
    width: 50%
}

@media (min-width: 767px) {
    .col--spaced-right-50 {
        padding-right: 50px
    }

    .col--spaced-left-40 {
        padding-left: 40px
    }
}

@media only screen and (max-width: 1590px) {
    .container {
        padding: 0 3%;
    }
}

@media (min-width: 767px) and (max-width: 1023px) {
    .container--super-skinny .col--spaced-right-50 {
        padding-right: 10px
    }

    .container--super-skinny .col--spaced-left-40 {
        padding-left: 10px
    }
}

@media screen and (max-width: 767px) {
    .col {
        width: auto;
        float: none;
        padding-left: 0;
        padding-right: 0
    }
}

.front-end img, .front-end video, .front-end iframe {
    max-width: 100%
}

.filter-select--auto-width {
    width: auto
}

.filter-select.selectron--is-touch, .filter-select .selectron__trigger {
    padding: 5px 24px 6px 12px;
    border: 2px solid #bfd913
}

    .filter-select.selectron--is-touch:before, .filter-select .selectron__trigger:before {
        right: 12px
    }

    .filter-select.selectron--is-touch:hover, .filter-select .selectron__trigger:hover {
        border-color: #b2c820
    }

.filter-select.selectron--is-touch {
    height: 34px
}

    .filter-select.selectron--is-touch .selectron__select {
        padding: 5px 12px 6px
    }

.filter-select .selectron__trigger {
    height: auto
}

.filter-select .selectron__option {
    padding: 7px 13px 8px
}

.selectron {
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .selectron {
        font-size: 14px
    }
}

.selectron--is-touch, .selectron__trigger {
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    border-color: #cad0d3
}

@media screen and (max-width: 767px) {
    .selectron--is-touch, .selectron__trigger {
        font-size: 14px
    }
}

.selectron--is-touch:hover, .selectron__trigger:hover {
    border-color: #a0abb0
}

.selectron--is-touch:focus, .selectron__trigger:focus {
    outline: 0;
    border-color: #3ebbd2
}

.selectron--is-touch .selectron__select {
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .selectron--is-touch .selectron__select {
        font-size: 14px
    }
}

.selectron__options {
    border-color: #cad0d3
}

.slick-slide:focus {
    outline: 0
}

.slick-dots {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 27px 0;
    padding: 0 10px
}

.slick-dots__item {
    list-style: none;
    margin: 3px;
    padding: 0;
    color: transparent;
    font-size: 0;
    overflow: hidden
}

.slick-dots__item--active .slick-dots__btn {
    opacity: 1
}

.slick-dots__item.js-hidden {
    display: none
}

.slick-dots__btn {
    width: 10px;
    height: 10px;
    overflow: hidden;
    padding: 0;
    border-radius: 50%;
    color: transparent;
    border: 0;
    background: #212121;
    cursor: pointer;
    opacity: .3
}

    .slick-dots__btn:focus {
        outline: 0
    }

.front-end table {
}

table td, table th {
    padding: 6px 7px
}

table tr:nth-child(even) td, table tbody:nth-child(even) td {
    background: #f4f6f7
}

.accordion__tab {
    font-size: 22px;
    position: relative;
    padding-left: 30px;
    border-bottom: 0;
    display: block
}

@media screen and (max-width: 767px) {
    .accordion__tab {
        font-size: 20px
    }
}

@media screen and (max-width: 567px) {
    .accordion__tab {
        font-size: 18px
    }
}

.accordion__tab:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 13px;
    height: 13px;
    border-top: 3px solid #bfd913;
    border-right: 3px solid #bfd913;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    transition: transform .2s
}

.accordion__tab--open:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.accordion__tab-panel {
    padding-bottom: 20px
}

    .accordion__tab-panel[aria-expanded="false"] {
        display: none
    }

    .accordion__tab-panel p:last-child {
        padding-bottom: 0
    }

@media screen and (max-width: 600px) {
    .accordion__tab {
        padding-left: 25px
    }

        .accordion__tab:before {
            width: 10px;
            height: 10px
        }
}

.accreditations {
    margin: 0;
    padding: 0 0 20px;
    list-style-type: none
}

.accreditations__item {
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
    opacity: .55
}

.article-tags {
    list-style-type: none;
    margin: 0 10px 5px;
    padding: 0;
    text-align: center;
    color: #bfd913
}

.article-tags__item {
    display: inline-block
}

.article-tags__link {
    font-size: 16px;
    color: #bfd913;
    border: 0
}

@media screen and (max-width: 767px) {
    .article-tags__link {
        font-size: 14px
    }
}

.awards {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: -40px;
    margin-right: -40px;
    list-style: none;
    padding: 0
}

    .awards > * {
        -webkit-box-flex: none;
        -moz-box-flex: none;
        box-flex: none;
        -webkit-flex: none;
        -moz-flex: none;
        -ms-flex: none;
        flex: none;
        margin-top: 40px;
        margin-right: 40px;
        width: calc(25% - 40px)
    }

.awards__image {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 100%
}

.banner {
    position: relative;
    padding: 40px 0 80px;
    text-align: center
}

.banner__inner {
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 2px solid #bfd913
}

.banner__title {
    font-size: 78px;
    -webkit-animation: fade-in-down 1s ease;
    -moz-animation: fade-in-down 1s ease;
    animation: fade-in-down 1s ease
}

@media screen and (max-width: 767px) {
    .banner__title {
        font-size: 47px
    }
}

@media screen and (max-width: 567px) {
    .banner__title {
        font-size: 30px
    }
}

.banner__lower {
    opacity: 0;
    -webkit-animation: fade-in-up 1s ease .6s;
    -moz-animation: fade-in-up 1s ease .6s;
    animation: fade-in-up 1s ease .6s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.banner__sub {
    padding-bottom: 10px
}

.banner__copy {
    max-width: 740px;
    margin: 0 auto;
    padding: 0 10px
}

    .banner__copy p {
        padding-bottom: 0
    }

.banner--lawyer .banner__inner {
    border: 0
}

.banner--lawyer .banner__lawyer-image {
    width: 200px;
    height: 200px;
    -webkit-animation: fade-in 1s ease;
    -moz-animation: fade-in 1s ease;
    animation: fade-in 1s ease;
    border-radius: 50%;
    vertical-align: top;
    margin: 0 20px;
    overflow: hidden
}

.banner--lawyer .banner__title {
    padding-bottom: 2px
}

.banner--lawyer .banner__lawyer-content {
    display: inline-block;
    text-align: left
}

.banner--lawyer .banner__copy {
    margin: 5px 0 0;
    padding: 0
}

.banner--left-align {
    text-align: left;
    padding-left: calc((99% - 1366px)/2);
    padding-bottom: 60px
}

    .banner--left-align .banner__inner {
        padding-bottom: 10px
    }

    .banner--left-align .banner__title {
        font-size: 52px
    }

@media screen and (max-width: 767px) {
    .banner--left-align .banner__title {
        font-size: 47px
    }
}

@media screen and (max-width: 567px) {
    .banner--left-align .banner__title {
        font-size: 30px
    }
}

@media only screen and (max-width: 1426px) {
    .banner--left-align {
        padding-left: 3%
    }
}

@media screen and (max-width: 767px) {
    .banner {
        padding-top: 20px;
        padding-bottom: 40px
    }

    .banner__inner {
        padding-bottom: 20px
    }

    .banner--lawyer .banner__lawyer-image {
        width: 150px;
        height: 150px
    }

    .banner--left-align {
        padding-top: 10px;
        padding-bottom: 20px
    }
}

@media screen and (max-width: 600px) {
    .banner {
        padding-bottom: 20px
    }

    .banner__title {
        padding-bottom: 10px
    }

    .banner__inner {
        padding-bottom: 10px
    }

    .banner--left-align {
        padding-bottom: 10px
    }

        .banner--left-align .banner__inner {
            padding-bottom: 0
        }
}

@media screen and (max-width: 567px) {
    .banner--lawyer .banner__lawyer-image {
        display: block;
        margin: 20px auto
    }

    .banner--lawyer .banner__lawyer-content {
        text-align: center
    }
}



.card-small {
    min-height: 150px;
}


.card-deck .news-list .row:nth-child(2n+1) {
    background-color: transparent !important;
}

@media screen and (max-width: 767px) {
    .card {
        font-size: 14px
    }
}

.card__top {
    /**/ -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    text-align: left;
}

.sharePrice {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    text-align: left;
}

.card__top__dates {
    text-align: left;
}

.card__link-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    color: #fff;
    border: 0
}

.full-height a.card__link-wrapper {
    height: 100%;
    border: 0 !important;
    color: #fff;
}

.card__link-wrapper:hover .card__timestamp,
.card__link-wrapper:hover em {
    color: #fff
}

.card__link-wrapper span {
    color: #bfd913;
}

.card__logo {
    height: 75px;
    text-align: center
}

    .card__logo img {
        max-height: 70px
    }

.card__type-label {
    color: #bfd913;
    display: inline-block;
    margin-bottom: 5px
}

.card__title {
    font-size: 22px;
    padding-bottom: 10px;
    padding-top: 20px;
}

@media screen and (max-width: 767px) {
    .card__title {
        font-size: 20px
    }
}

@media screen and (max-width: 567px) {
    .card__title {
        font-size: 18px
    }
}

.card__footer {
    padding-top: 30px
}

.card__author {
    display: block;
    color: #bfd913
}

.card__author-avatar {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start
}

.card__timestamp {
    font-size: 14px;
    color: #fff;
    display: block
}

@media screen and (max-width: 767px) {
    .card__timestamp {
        font-size: 13px
    }
}

.card p {
    padding-bottom: 10px
}

.card__cta-link {
    float: right
}

.card--alternate {
    border-color: #3ebbd2
}

    .card--alternate .card__type-label, .card--alternate .card__author {
        color: #3ebbd2
    }

    .card--alternate .card__link-wrapper:hover, .card--alternate .card__link-wrapper:focus {
        color: #3ebbd2
    }

.card--light {
    background: #fff;
    color: #343639
}

    .card--light .card__cta-link:hover, .card--light .card__cta-link:focus {
        color: #b2c820
    }

    .card--light .card__link-wrapper {
        color: #343639
    }

.card--spotlight {
    border-color: #3ebbd2
}

    .card--spotlight .card__type-label {
        color: #3ebbd2
    }

    .card--spotlight .card__link-wrapper {
        color: #212531
    }

        .card--spotlight .card__link-wrapper:hover, .card--spotlight .card__link-wrapper:focus {
            color: #3ebbd2
        }

.card--child-item {
    border-color: #3ebbd2
}

    .card--child-item .card__cta-link:hover, .card--child-item .card__cta-link:focus {
        color: #3ebbd2
    }

    .card--child-item .card__cta-link:after {
        border-color: #3ebbd2
    }

.carousel-filters {
    text-align: center
}

.carousel-filters__mobile {
    display: none
}

.carousel-filters__filter {
    display: inline-block;
    margin: 0 5px 5px
}

@media screen and (max-width: 600px) {
    .carousel-filters__mobile {
        display: inline-block
    }

    .carousel-filters__desktop {
        display: none
    }
}

.clients {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
    width: 900px
}

.clients__title {
    text-align: center;
    margin-bottom: 20px
}

.clients__grid {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-top: -20px;
    margin-right: -40px
}

    .clients__grid > * {
        -webkit-box-flex: none;
        -moz-box-flex: none;
        box-flex: none;
        -webkit-flex: none;
        -moz-flex: none;
        -ms-flex: none;
        flex: none;
        margin-top: 20px;
        margin-right: 40px;
        width: calc(20% - 40px)
    }

.clients__item {
    position: relative
}

    .clients__item:before {
        content: "";
        display: block;
        padding-top: 100%
    }

.clients__link {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    border-bottom: none;
    display: block
}

    .clients__link:hover .clients__front {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    .clients__link:hover .clients__back {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

.clients__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 100%
}

.clients__front, .clients__back {
    -webkit-transition: -webkit-transform .8s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: -moz-transform .8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform .8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%
}

.clients__back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 20px;
    background: #bfd913;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box
}

    .clients__back > * {
        -webkit-box-flex: none;
        -moz-box-flex: none;
        box-flex: none;
        -webkit-flex: none;
        -moz-flex: none;
        -ms-flex: none;
        flex: none
    }

.clients__name {
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 300;
    border-bottom: 1px solid #343639;
    color: #343639;
    font-size: 16px
}

.clients__copy {
    text-transform: uppercase;
    color: #343639;
    font-weight: 700;
    font-size: 12px
}

@media screen and (max-width: 767px) {
    .clients__grid > * {
        width: calc(33.33333% - 40px)
    }
}

@media screen and (max-width: 600px) {
    .clients__grid > * {
        width: calc(50% - 40px)
    }
}

.footer-link-list {
    font-size: 16px;
    padding-bottom: 36px
}

@media screen and (max-width: 767px) {
    .footer-link-list {
        font-size: 14px
    }
}

.footer-link-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer-link-list li {
    margin: 0;
    padding: 0;
    padding-bottom: 4px
}

.footer-link-list a {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    color: #fff
}

    .footer-link-list a:hover, .footer-link-list a:focus {
        border-color: #bfd913
    }

.formify-error input[type="email"], .formify-error input[type="number"], .formify-error input[type="password"], .formify-error input[type="search"], .formify-error input[type="tel"], .formify-error input[type="text"], .formify-error input[type="url"], .formify-error input[type="color"], .formify-error input[type="date"], .formify-error input[type="datetime"], .formify-error input[type="datetime-local"], .formify-error input[type="month"], .formify-error input[type="time"], .formify-error input[type="week"], .formify-error textarea {
    border-color: #d9132a
}

.formify-error-message {
    margin-top: 20px;
    padding: 10px;
    background: #fff;
    border: 1px solid #d9132a;
    color: #d9132a
}

.formify-message {
    border-radius: 0;
    padding: 10px;
    border: 1px solid #bfd913;
    background: #fff
}

.highlight {
    border: 1px solid #bfd913;
    padding: 20px 30px;
    margin-bottom: 20px
}

    .highlight p:last-of-type {
        padding-bottom: 0
    }

.highlight--isle-of-man {
    position: relative;
    padding-left: 110px;
    min-height: 93px
}

    .highlight--isle-of-man:before {
        content: "";
        position: absolute;
        top: 15px;
        left: 20px;
        width: 70px;
        height: 63px;
        background-image: url(/assets/images/sprite-01.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 700px;
        z-index: 2
    }

a.highlight {
    display: block;
    position: relative
}

    a.highlight:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 0;
        opacity: .5;
        -webkit-transition: height .5s cubic-bezier(.23, 1, .32, 1), opacity .2s;
        -moz-transition: height .5s cubic-bezier(.23, 1, .32, 1), opacity .2s;
        transition: height .5s cubic-bezier(.23, 1, .32, 1), opacity .2s;
        background: #bfd913;
        z-index: -1
    }

    a.highlight:hover {
        color: #212531;
        border: 1px solid #bfd913
    }

        a.highlight:hover:after {
            opacity: 1;
            height: 100%
        }

.join-us-cta {
    background: url("../images/join-us-cta-bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 50px 15% 20px;
    text-align: center
}

.join-us-cta__copy {
    font-size: 22px;
    color: #fff;
    padding-bottom: 10px
}

@media screen and (max-width: 767px) {
    .join-us-cta__copy {
        font-size: 20px
    }
}

@media screen and (max-width: 567px) {
    .join-us-cta__copy {
        font-size: 18px
    }
}

.join-us-cta__button {
    background: #bfd913;
    display: inline-block;
    padding: 8px 20px;
    font-size: 22px
}

@media screen and (max-width: 767px) {
    .join-us-cta__button {
        font-size: 20px
    }
}

@media screen and (max-width: 567px) {
    .join-us-cta__button {
        font-size: 18px
    }
}

.join-us-cta__button:hover, .join-us-cta__button:focus {
    color: #212531;
    background: #b2c820
}

.keynotes-search {
    padding: 20% 0;
    text-align: center
}

.keynotes-search__filter {
    display: inline-block;
    text-align: left;
    padding: 10px 1px
}

.keynotes-search__label {
    display: block;
    margin-bottom: 4px;
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .keynotes-search__label {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .keynotes-search {
        min-height: 80vh
    }
}

@media (max-height: 600px) {
    .keynotes-search {
        padding: 10% 0
    }
}

.lead-text p {
    line-height: 1.7
}

.lead-text--bordered {
    border-top: 4px solid #343639;
    border-bottom: 4px solid #343639;
    padding: 30px 0 10px;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .lead-text {
        padding: 20px 0 0
    }
}

@media screen and (max-width: 567px) {
    .lead-text {
        padding-top: 15px
    }
}

.list-nav {
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .list-nav {
        font-size: 14px
    }
}

.list-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-columns: 3 200px;
    -moz-columns: 3 200px;
    columns: 3 200px
}

.list-nav li {
    margin: 0;
    padding: 2px 0 6px;
    list-style-type: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid
}

.list-nav a {
    color: #fff;
    border-bottom: 0
}

    .list-nav a:hover, .list-nav a:focus {
        color: #bfd913
    }

.media-banner-slide {
    position: relative;
    overflow: hidden;
    height: 55vh;
    margin-bottom: 40px
}

.media-banner-slide__media {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none !important;
    z-index: 1
}

    .media-banner-slide__media|-webkit-media-controls-start-playback-button {
        display: none
    }

.media-banner-slide__copy {
    font-family: "MuseoSlab", Georgia, serif;
    font-weight: 100;
    font-size: 52px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.2;
    position: absolute;
    width: 80%;
    z-index: 2;
    color: #fff
}

@media screen and (max-width: 767px) {
    .media-banner-slide__copy {
        font-size: 47px
    }
}

@media screen and (max-width: 567px) {
    .media-banner-slide__copy {
        font-size: 30px
    }
}

.media-banner-slide__copy span {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0
}

    .media-banner-slide__copy span.js-fade-in {
        opacity: 1
    }

.media-banner-slide__copy--center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.media-banner-slide__copy--top-left {
    top: 10%;
    left: 5%
}

.media-banner-slide__copy--bottom-right {
    right: 5%;
    bottom: 10%;
    text-align: right
}

@media screen and (max-width: 1023px) {
    .media-banner-slide__media {
        display: none
    }

    .media-banner-slide__media--mobile {
        display: block
    }
}

@media screen and (max-width: 600px) {
    .media-banner-slide__copy {
        width: 95%
    }
}



.office-contact {
    color: #fff
}

.office-contact__title {
    color: #bfd913;
    padding-bottom: 10px;
    line-height: 1.4
}

.office-contact__address {
    font-size: 14px;
    font-style: normal;
    line-height: 1.4
}

@media screen and (max-width: 767px) {
    .office-contact__address {
        font-size: 13px
    }
}

.office-contact__link, .office-contact a {
    color: #bfd913;
    border-bottom: 0
}

    .office-contact__link:hover, .office-contact__link:focus, .office-contact a:hover, .office-contact a:focus {
        color: #fff
    }

.office {
    width: 520px;
    padding: 10px
}

.office__sub {
    display: inline-block;
    font-size: 22px
}

@media screen and (max-width: 767px) {
    .office__sub {
        font-size: 20px
    }
}

@media screen and (max-width: 567px) {
    .office__sub {
        font-size: 18px
    }
}

.office__map {
    width: 500px;
    height: 300px
}

.office__address {
    margin: 15px 0 30px
}

.pagination {
    margin: 60px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center
}

    .pagination li {
        display: inline-block;
        width: 36px;
        height: 36px;
        overflow: hidden;
        padding: 0;
        text-align: center;
        margin: 0 10px 10px 0;
        border: 2px solid #bfd913
    }

        .pagination li a, .pagination li span {
            width: 32px;
            height: 32px;
            border: 0;
            display: block;
            line-height: 31px;
            background: #fff
        }

            .pagination li a:hover, .pagination li a:focus {
                background: #bfd913;
                color: #fff
            }

        .pagination li.disabled {
            border-color: #c8c8c8
        }

            .pagination li.disabled span {
                background: #c8c8c8
            }

        .pagination li.dots {
            border: 0;
            position: relative
        }

            .pagination li.dots:before, .pagination li.dots:after {
                content: ""
            }

            .pagination li.dots span, .pagination li.dots:before, .pagination li.dots:after {
                width: 5px;
                height: 5px;
                position: absolute;
                bottom: 0;
                background: #bfd913;
                border-radius: 50%;
                color: rgba(191,217,19,0)
            }

            .pagination li.dots:before {
                left: 5px
            }

            .pagination li.dots span {
                left: 16px
            }

            .pagination li.dots:after {
                left: 27px
            }

        .pagination li.pagination__active span {
            background: #bfd913;
            color: #fff
        }

.pagination__prev, .pagination__next {
    text-indent: -100vw;
    position: relative
}

    .pagination__prev:before, .pagination__next:before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        border-right: 2px solid;
        border-top: 2px solid;
        border-color: #bfd913;
        pointer-events: none;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none
    }

    .pagination__prev:hover:before, .pagination__prev:focus:before, .pagination__next:hover:before, .pagination__next:focus:before {
        border-color: #fff
    }

    .pagination__prev.disabled:before, .pagination__next.disabled:before {
        border-color: #aeaeae
    }

    .pagination__prev:before {
        -webkit-transform: translate(-35%, -50%) rotate(-135deg);
        -moz-transform: translate(-35%, -50%) rotate(-135deg);
        -ms-transform: translate(-35%, -50%) rotate(-135deg);
        -o-transform: translate(-35%, -50%) rotate(-135deg);
        transform: translate(-35%, -50%) rotate(-135deg)
    }

    .pagination__next:before {
        -webkit-transform: translate(-65%, -50%) rotate(45deg);
        -moz-transform: translate(-65%, -50%) rotate(45deg);
        -ms-transform: translate(-65%, -50%) rotate(45deg);
        -o-transform: translate(-65%, -50%) rotate(45deg);
        transform: translate(-65%, -50%) rotate(45deg)
    }

.parsley-errors-list {
    margin: 0;
    padding: 0;
    list-style: none
}

    .parsley-errors-list li {
        padding: 2px 0 0;
        color: #d9132a
    }

.form input[type="email"].parsley-error, .form input[type="number"].parsley-error, .form input[type="password"].parsley-error, .form input[type="search"].parsley-error, .form input[type="tel"].parsley-error, .form input[type="text"].parsley-error, .form input[type="url"].parsley-error, .form input[type="color"].parsley-error, .form input[type="date"].parsley-error, .form input[type="datetime"].parsley-error, .form input[type="datetime-local"].parsley-error, .form input[type="month"].parsley-error, .form input[type="time"].parsley-error, .form input[type="week"].parsley-error, .form textarea.parsley-error {
    border-color: #d9132a
}

.results-count {
    display: inline-block;
    background: #fff;
    border: 1px solid #fff;
    float: right;
    margin-bottom: 20px
}

.results-count__results, .results-count__tally {
    display: inline-block;
    padding: 8px
}

.results-count__tally {
    border-left: 1px solid #e2e7ea
}

.search-filter {
    position: relative
}

.search-filter__label {
    display: inline-block;
    border: 2px solid #bfd913;
    padding: 5px 12px;
    font-size: 16px;
    position: relative;
    text-transform: capitalize;
    cursor: pointer;
    box-shadow: inset -20px 20px 0px -20px rgba(191,217,19,0.5);
    -webkit-transition: box-shadow .2s;
    -moz-transition: box-shadow .2s;
    transition: box-shadow .2s
}

@media screen and (max-width: 767px) {
    .search-filter__label {
        font-size: 14px
    }
}

.search-filter__label:hover {
    border-color: #b2c820
}

.search-filter__check {
    opacity: 0;
    position: absolute
}

    .search-filter__check:checked + .search-filter__label {
        box-shadow: inset -20px 20px 0px 20px #bfd913
    }

.search-filter__count {
    display: inline-block;
    padding: 5px 5px 5px 10px;
    border-left: 2px solid #bfd913;
    margin-left: 16px
}

.search-filter--has-count .search-filter__label {
    padding: 0 5px 0 18px
}

.search-filter--letter {
    display: inline-block
}

    .search-filter--letter .search-filter__label {
        width: 36px;
        height: 36px;
        line-height: 32px;
        padding: 0;
        text-align: center;
        margin: 0 10px 10px 0
    }

.search-filter__check:checked + .search-filter__label .search-filter__count {
    border-color: #def25b
}

@media screen and (max-width: 767px) {
    .search-results-panel {
        margin-top: 20px
    }
}

@media only screen and (min-width: 535px) and (max-width: 767px) {
    .search-results-panel .salvattore-card-grid {
        max-width: 500px;
        margin: 0 auto
    }
}

.search-tags {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.search-tags__tag {
    font-size: 16px;
    display: inline-block;
    background: #e2e7ea;
    padding: 10px;
    padding-left: 24px;
    margin: 10px 10px 0 0
}

@media screen and (max-width: 767px) {
    .search-tags__tag {
        font-size: 14px
    }
}

.search-tags__remove {
    width: 20px;
    height: 20px;
    background: #fff;
    color: rgba(255,255,255,0);
    overflow: hidden;
    position: relative;
    border: 0;
    border-radius: 50%;
    line-height: 20px;
    margin-left: 20px;
    cursor: pointer
}

    .search-tags__remove:before, .search-tags__remove:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 2px;
        background: #4d4d4d
    }

    .search-tags__remove:before {
        -webkit-transform: translate(-50%) rotate(-45deg);
        -moz-transform: translate(-50%) rotate(-45deg);
        -ms-transform: translate(-50%) rotate(-45deg);
        -o-transform: translate(-50%) rotate(-45deg);
        transform: translate(-50%) rotate(-45deg)
    }

    .search-tags__remove:after {
        -webkit-transform: translate(-50%) rotate(-135deg);
        -moz-transform: translate(-50%) rotate(-135deg);
        -ms-transform: translate(-50%) rotate(-135deg);
        -o-transform: translate(-50%) rotate(-135deg);
        transform: translate(-50%) rotate(-135deg)
    }

    .search-tags__remove:hover, .search-tags__remove:focus {
        background: #c8c8c8;
        outline: 0
    }

        .search-tags__remove:hover:before, .search-tags__remove:hover:after, .search-tags__remove:focus:before, .search-tags__remove:focus:after {
            background: #fff
        }

.search-title-panel {
    padding: 0% 0 20% 0
}

@media screen and (max-width: 767px) {
    .search-title-panel {
        padding: 0% 0 10% 0;
        background: #fff
    }
}

.shadowed-title {
    position: relative;
    text-align: center !important;
    padding: 0 20px 80px
}

.shadowed-title__inner {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #bfd913
}

.shadowed-title__title, .shadowed-title__sub {
    -webkit-animation: fade-in-down 1s ease;
    -moz-animation: fade-in-down 1s ease;
    animation: fade-in-down 1s ease
}

.shadowed-title__sub--small {
    font-size: 18px
}

@media screen and (max-width: 767px) {
    .shadowed-title__sub--small {
        font-size: 16px
    }
}

@media screen and (max-width: 567px) {
    .shadowed-title__sub--small {
        font-size: 15px
    }
}

.sitemap {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-columns: 3 250px;
    -moz-columns: 3 250px;
    columns: 3 250px
}

    .sitemap li {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 3px 0
    }

        .sitemap li ul {
            font-size: 16px;
            margin: 5px 0 0;
            padding: 0;
            padding-left: 20px
        }

@media screen and (max-width: 767px) {
    .sitemap li ul {
        font-size: 14px
    }
}

.sitemap > li {
    padding-bottom: 20px
}

.social-links__link {
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    text-indent: -100vw;
    border-bottom: 0;
    margin-right: 20px
}

.social-links__link--facebook {
    width: 38px;
    height: 46px;
    background-image: url(../images/sprite.png);
    background-position: -13px 0;
    background-repeat: no-repeat;
    background-size: 400px
}

.social-links__link--twitter {
    width: 45px;
    height: 49px;
    background-image: url(../images/sprite.png);
    background-position: -51px 0;
    background-repeat: no-repeat;
    background-size: 400px;
    margin-right: 16px
}

.social-links__link--linkedin {
    width: 38px;
    height: 46px;
    background-image: url(../images/sprite.png);
    background-position: -97px 0;
    background-repeat: no-repeat;
    background-size: 400px
}

.styled-list {
    margin: 0;
    padding: 0
}

    .styled-list li {
        margin: 0;
        padding: 0 0 20px 37px;
        list-style: none;
        position: relative;
        line-height: 1.4
    }

        .styled-list li:before {
            content: "";
            position: absolute;
            top: 4px;
            left: 10px;
            width: 14px;
            height: 17px;
            background-image: url(../images/sprite.png);
            background-position: 0 0;
            background-repeat: no-repeat;
            background-size: 700px
        }

@media screen and (max-width: 567px) {
    .styled-list li {
        padding-bottom: 15px
    }
}

.tab-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.tab-nav__item {
    display: inline-block
}

.tab-nav__tab {
    font-size: 16px;
    display: block;
    border: 2px solid #bfd913;
    margin: 0 8px 8px 0;
    padding: 4px 26px 6px;
    position: relative
}

@media screen and (max-width: 767px) {
    .tab-nav__tab {
        font-size: 14px
    }
}

.tab-nav__tab:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    z-index: -1;
    background: #bfd913;
    opacity: 0;
    -webkit-transition: height .2s, opacity .2s;
    -moz-transition: height .2s, opacity .2s;
    transition: height .2s, opacity .2s
}

.tab-nav__tab--active, .no-touch .tab-nav__tab:hover, .no-touch .tab-nav__tab:focus {
    border: 2px solid #bfd913;
    color: #212531
}

    .tab-nav__tab--active:after, .no-touch .tab-nav__tab:hover:after, .no-touch .tab-nav__tab:focus:after {
        opacity: 1;
        height: 100%
    }

.tab-nav--table-display {
    display: table;
    width: 100%
}

    .tab-nav--table-display .tab-nav__item {
        display: table-cell
    }

        .tab-nav--table-display .tab-nav__item:last-child .tab-nav__tab {
            margin-right: 0
        }

    .tab-nav--table-display .tab-nav__tab {
        padding: 4px 0 6px;
        text-align: center
    }

.tab-nav--centered {
    text-align: center
}

.tab-panels {
    padding-top: 40px
}

.tab-panels__panel[aria-expanded="false"] {
    display: none
}

@media screen and (max-width: 767px) {
    .tab-panels {
        padding-top: 15px
    }
}



.tag-list {
    margin: 0;
    padding: 0
}

    .tag-list li {
        list-style: none;
        display: inline-block;
        padding-bottom: 4px;
        margin-right: 7px;
        color: #3ebbd2
    }

        .tag-list li:before {
            content: "";
            display: inline-block;
            margin-right: 4px;
            color: #212531
        }

.team-card,
.quick-links {
    padding: 1rem;
    margin: 0px .5rem .5rem 0;
    background: #212121;
    color: #fff;
    border-bottom: 4px solid #bfd913;
    position: relative;
    overflow-y: hidden
}

.team-card__wrapper-link {
    color: #fff;
    border: 0
}

    .team-card__wrapper-link:hover, .team-card__wrapper-link:focus {
        color: #fff
    }

.team-card__avatar {
    width: 100%;
    margin: 0;
    display: block
}

.team-card__details {
    padding: 10px 15px
}

.team-card__name {
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #bfd913;
    padding: 1em
}



.team-card__job-title {
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .team-card__job-title {
        font-size: 13px
    }
}

.team-card__bio {
    font-size: 14px;
    margin-top: 20px;
    padding-bottom: 10px
}

@media screen and (max-width: 767px) {
    .team-card__bio {
        font-size: 13px
    }
}

.team-card__link {
    color: #bfd913;
    border-bottom: 1px solid #bfd913
}

    .team-card__link:hover, .team-card__link:focus {
        color: #b2c820;
        border: 0
    }

.team-card__long-bio {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 14px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s;
    background: #212121;
    overflow-y: auto;
    padding: 15px 15px 35px
}

@media screen and (max-width: 767px) {
    .team-card__long-bio {
        font-size: 13px
    }
}

.team-card__long-bio p {
    padding-bottom: 10px
}

.team-card__hide-overlay {
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s;
    text-align: right;
    padding: 12px 18px;
    border-bottom: 0;
    text-decoration: underline;
    background: #212121;
    color: #bfd913
}

@media screen and (max-width: 767px) {
    .team-card__hide-overlay {
        font-size: 13px
    }
}

.team-card__hide-overlay:hover, .team-card__hide-overlay:focus {
    text-decoration: none
}

.team-card.js-show-overlay .team-card__hide-overlay {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.team-card.js-show-overlay .team-card__long-bio {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}



.testimonials__slide {
    padding: 0 60px;
    display: none
}

    .testimonials__slide blockquote {
        margin-left: 0;
        margin-right: 0;
        text-align: center
    }

.testimonials .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px
}

    .testimonials .slick-dots li {
        padding: 0;
        margin: 0 2px
    }

        .testimonials .slick-dots li:before {
            display: none
        }

        .testimonials .slick-dots li button {
            display: block;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            padding: 0;
            font-size: 0;
            background-color: #000;
            border: none;
            outline: none;
            cursor: pointer
        }

        .testimonials .slick-dots li.slick-active button {
            background-color: #bfd913
        }

.testimonials .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 16px;
    height: 16px;
    border: none;
    background-color: transparent;
    border-top: 2px solid #bfd913;
    padding: 0;
    font-size: 0;
    z-index: 1;
    outline: none;
    cursor: pointer
}

    .testimonials .slick-arrow.slick-prev {
        border-left: 2px solid #bfd913;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        -o-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg)
    }

    .testimonials .slick-arrow.slick-next {
        right: 0;
        left: auto;
        border-right: 2px solid #bfd913;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg)
    }

@media screen and (max-width: 600px) {
    .testimonials__slide {
        padding: 0 30px
    }
}

.top-level-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.top-level-nav li {
    margin: 0;
    padding: 3px 20px 3px 0;
    list-style-type: none;
    display: inline-block
}

.top-level-nav a {
    color: #bfd913;
    font-size: 20px;
    border-bottom: 0
}

@media screen and (max-width: 767px) {
    .top-level-nav a {
        font-size: 23px
    }
}

@media screen and (max-width: 567px) {
    .top-level-nav a {
        font-size: 19px
    }
}

.top-level-nav a:hover, .top-level-nav a:focus {
    color: #fff
}

.wysiwyg--pointlist ul {
    margin: auto;
    padding-bottom: 15px;
    list-style-type: none
}

    .wysiwyg--pointlist ul li {
        margin: 0;
        padding: 0 0 15px 20px;
        position: relative
    }


        .wysiwyg--pointlist ul li:before {
            content: "";
            width: 4px;
            height: 4px;
            position: absolute;
            top: 10px;
            left: 0;
            background: #bfd913
        }

.wysiwyg--pointlist ol {
    margin: auto;
    padding-bottom: 15px;
}

    .wysiwyg--pointlist ol li {
        margin: 0;
        padding: 0 0 15px 20px;
        position: relative
    }

        .wysiwyg--pointlist ol li a {
            margin-bottom: 5px !important;
            display: inline-block;
        }

.wysiwyg--career-table td {
    vertical-align: top
}

    .wysiwyg--career-table td:first-child {
        width: 115px
    }

@media screen and (max-width: 600px) {
    .wysiwyg--pointlist ul li {
        padding: 0 0 12px 18px
    }

        .wysiwyg--pointlist ul li:before {
            top: 8px
        }
}



.keystone-model {
    max-width: 860px;
    margin: 30px auto;
    overflow: hidden
}

.keystone-model__stage {
    position: relative
}

.keystone-model__diagram {
    position: relative;
    margin: 30px 0
}

.keystone-model__line {
    position: relative;
    padding: 3px 0
}

    .keystone-model__line:before {
        content: "";
        height: 50px;
        position: absolute;
        right: 0;
        bottom: 5px;
        left: 0;
        background-color: #fff;
        background-image: -webkit-linear-gradient(left, #fff 0%, #000 50%, #fff 100%);
        background-image: linear-gradient(to right, #fff 0%, #000 50%, #fff 100%);
        opacity: .04
    }

.keystone-model__dots {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center
}

    .keystone-model__dots li {
        display: inline-block
    }

.keystone-model__dot {
    width: 10px;
    height: 10px;
    overflow: hidden;
    padding: 0;
    border-radius: 50%;
    color: transparent;
    display: inline-block;
    background: #212121;
    opacity: .3
}

.keystone-model__dot--active {
    opacity: 1
}

.keystone-model__next-stage {
    position: absolute;
    margin-left: 5px
}

    .keystone-model__next-stage button {
        font-family: "Lato", Helvetica, sans-serif;
        font-weight: 300;
        font-size: 16px;
        border: 0;
        background: none;
        height: 24px;
        cursor: pointer;
        opacity: 0
    }

@media screen and (max-width: 767px) {
    .keystone-model__next-stage button {
        font-size: 14px
    }
}

.keystone-model__next-stage button:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 100%;
    border-top: 4px solid;
    border-right: 4px solid;
    border-color: #bfd913;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

.keystone-model__next-stage button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    color: #bfd913;
    font-size: 20px;
    opacity: 0
}

.keystone-model__next-stage button:hover:before {
    border-color: #b2c820
}

.keystone-model__next-stage button:focus {
    outline: 0
}

.keystone-model__line-label, .keystone-model__line-label--second {
    position: absolute;
    top: 25px;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
}

.keystone-model__image, .keystone-model__image--second {
    display: block;
    margin: 0 auto
}

    .keystone-model__image path, .keystone-model__image--second path {
        fill: #343639
    }

.keystone-model__image--second {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0
}

.keystone-model__second {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100%;
    width: 450px;
    display: none
}

    .keystone-model__second .keystone-model__image path {
        fill: #bfd913
    }

    .keystone-model__second .keystone-model__image .stage-four__client {
        fill: #343639
    }

    .keystone-model__second .keystone-model__line {
        margin: 20px 0
    }

        .keystone-model__second .keystone-model__line:before {
            z-index: -1
        }

    .keystone-model__second .keystone-model__line-label--left {
        position: absolute;
        top: 25px;
        left: 0
    }

.keystone-model.js-stage-one .keystone-model__line-label {
    -webkit-animation: fade-in-left .5s ease;
    -moz-animation: fade-in-left .5s ease;
    animation: fade-in-left .5s ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media only screen and (max-width: 700px) {
    .keystone-model__diagram {
        margin: 10px 0
    }

    .keystone-model__image, .keystone-model__image--second {
        height: auto
    }

    .keystone-model__line {
        padding: 5px 0
    }

        .keystone-model__line:before {
            bottom: 0
        }

    .keystone-model__line-label {
        position: static;
        text-align: center;
        padding-bottom: 0
    }

    .keystone-model__line-label--second {
        top: auto;
        width: 100%;
        text-align: center
    }

    #stage-one__partner {
        width: 10px !important;
        height: 34px
    }

    #stage-one__senior-associates {
        width: 27px !important;
        height: 34px
    }

    #stage-one__associates {
        width: 65px !important;
        height: 34px
    }

    #stage-one__junior-associates {
        width: 88px !important;
        height: 34px
    }

    #stage-one__trainees {
        width: 120px !important;
        height: 34px
    }

    #stage-one__support {
        width: 184px !important;
        height: 34px
    }

    #stage-three__partners {
        width: 184px !important;
        height: 34px
    }

    #stage-three__support {
        width: 65px !important;
        height: 34px;
        left: 52%
    }

    #stage-four__partner-client {
        width: 200px !important;
        height: 60px
    }

    #stage-four__support {
        width: 52px !important;
        height: 65px
    }
}

.stage-one__title {
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    opacity: 0
}

.stage-one__line {
    opacity: 0
}

.stage-one__label {
    position: absolute;
    top: 43%;
    left: 30px;
    max-width: 160px;
    padding: 5px 0;
    opacity: 0
}

    .stage-one__label:before {
        content: "";
        position: absolute;
        bottom: 110%;
        left: 60px;
        width: 235px;
        height: 103px;
        background-image: url(/assets/images/sprite-01.png);
        background-position: 0 -63px;
        background-repeat: no-repeat;
        background-size: 700px
    }

    .stage-one__label:after {
        content: "";
        position: absolute;
        top: 115%;
        left: 60px;
        width: 150px;
        height: 89px;
        background-image: url(/assets/images/sprite-01.png);
        background-position: 0 -166px;
        background-repeat: no-repeat;
        background-size: 700px
    }

@media only screen and (max-width: 850px) {
    .stage-one__label {
        left: 0
    }

        .stage-one__label:before, .stage-one__label:after {
            left: 15px
        }
}

@media only screen and (max-width: 700px) {
    .stage-one__label {
        max-width: 110px
    }

        .stage-one__label:before {
            width: 114px;
            height: 90px;
            background-image: url(/assets/images/sprite-01.png);
            background-position: 0 -500px;
            background-repeat: no-repeat;
            background-size: 700px
        }

        .stage-one__label:after {
            width: 65px;
            height: 126px;
            background-image: url(/assets/images/sprite-01.png);
            background-position: -114px -500px;
            background-repeat: no-repeat;
            background-size: 700px
        }
}

.js-stage-one .stage-one__title {
    -webkit-animation: fade-in .8s ease forwards;
    -moz-animation: fade-in .8s ease forwards;
    animation: fade-in .8s ease forwards
}

.js-stage-one .stage-one__line {
    -webkit-animation: fade-in .5s ease forwards;
    -moz-animation: fade-in .5s ease forwards;
    animation: fade-in .5s ease forwards
}

.js-stage-one .stage-one__line--highlight:before {
    -webkit-animation: gradient-black-to-green .35s ease 4.25s forwards;
    -moz-animation: gradient-black-to-green .35s ease 4.25s forwards;
    animation: gradient-black-to-green .35s ease 4.25s forwards
}

.js-stage-one .stage-one__line--highlight .keystone-model__image path {
    -webkit-animation: svg-grey-to-green .35s ease 4.25s forwards;
    -moz-animation: svg-grey-to-green .35s ease 4.25s forwards;
    animation: svg-grey-to-green .35s ease 4.25s forwards
}

.js-stage-one .stage-one__label {
    -webkit-animation: fade-in .4s ease 3.85s forwards;
    -moz-animation: fade-in .4s ease 3.85s forwards;
    animation: fade-in .4s ease 3.85s forwards
}

.js-stage-one .keystone-model__next-stage button {
    -webkit-animation: fade-in .4s ease 4.6s forwards;
    -moz-animation: fade-in .4s ease 4.6s forwards;
    animation: fade-in .4s ease 4.6s forwards
}

    .js-stage-one .keystone-model__next-stage button:before {
        -webkit-animation: fade-in .4s ease 4.6s forwards;
        -moz-animation: fade-in .4s ease 4.6s forwards;
        animation: fade-in .4s ease 4.6s forwards
    }

.js-stage-one .stage-one__line:nth-child(1) {
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
    animation-delay: 1.35s
}

    .js-stage-one .stage-one__line:nth-child(1) .keystone-model__line-label {
        -webkit-animation-delay: 1.36s;
        -moz-animation-delay: 1.36s;
        animation-delay: 1.36s
    }

.js-stage-one .stage-one__line:nth-child(2) {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s
}

    .js-stage-one .stage-one__line:nth-child(2) .keystone-model__line-label {
        -webkit-animation-delay: 1.61s;
        -moz-animation-delay: 1.61s;
        animation-delay: 1.61s
    }

.js-stage-one .stage-one__line:nth-child(3) {
    -webkit-animation-delay: 1.85s;
    -moz-animation-delay: 1.85s;
    animation-delay: 1.85s
}

    .js-stage-one .stage-one__line:nth-child(3) .keystone-model__line-label {
        -webkit-animation-delay: 1.86s;
        -moz-animation-delay: 1.86s;
        animation-delay: 1.86s
    }

.js-stage-one .stage-one__line:nth-child(4) {
    -webkit-animation-delay: 2.1s;
    -moz-animation-delay: 2.1s;
    animation-delay: 2.1s
}

    .js-stage-one .stage-one__line:nth-child(4) .keystone-model__line-label {
        -webkit-animation-delay: 2.11s;
        -moz-animation-delay: 2.11s;
        animation-delay: 2.11s
    }

.js-stage-one .stage-one__line:nth-child(5) {
    -webkit-animation-delay: 2.35s;
    -moz-animation-delay: 2.35s;
    animation-delay: 2.35s
}

    .js-stage-one .stage-one__line:nth-child(5) .keystone-model__line-label {
        -webkit-animation-delay: 2.36s;
        -moz-animation-delay: 2.36s;
        animation-delay: 2.36s
    }

.js-stage-one .stage-one__line:nth-child(6) {
    -webkit-animation-delay: 2.6s;
    -moz-animation-delay: 2.6s;
    animation-delay: 2.6s
}

    .js-stage-one .stage-one__line:nth-child(6) .keystone-model__line-label {
        -webkit-animation-delay: 2.61s;
        -moz-animation-delay: 2.61s;
        animation-delay: 2.61s
    }

.stage-two__label {
    position: absolute;
    top: 39%;
    left: 20px;
    max-width: 110px;
    padding: 0;
    opacity: 0
}

    .stage-two__label:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 102%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 226px;
        height: 425px;
        background-image: url(/assets/images/sprite-01.png);
        background-position: -237px 0;
        background-repeat: no-repeat;
        background-size: 700px
    }

@media only screen and (max-width: 850px) {
    .stage-two__label {
        left: 0
    }

        .stage-two__label:after {
            left: 95%
        }
}

@media only screen and (max-width: 800px) {


    .regulatory-news img.full,
    .share-price-tab img.full,
    .important-dates img.full {
        display: none !important;
    }

    .regulatory-news.is-relative div.links,
    .share-price-tab.is-relative div.links {
        position: relative !important;
    }

    .stage-two__label {
        padding-left: 20px;
        max-width: 130px
    }

        .stage-two__label:after {
            left: 0;
            background-position: -248px 0
        }
}

@media only screen and (max-width: 700px) {
    .stage-two__label {
        max-width: 117px;
        padding-left: 17px
    }

        .stage-two__label:after {
            -webkit-transform: translateY(-48%);
            -moz-transform: translateY(-48%);
            -ms-transform: translateY(-48%);
            -o-transform: translateY(-48%);
            transform: translateY(-48%);
            width: 140px;
            height: 388px;
            background-image: url(/assets/images/sprite-01.png);
            background-position: -464px 0;
            background-repeat: no-repeat;
            background-size: 700px
        }
}

.js-stage-two .stage-one__label, .js-stage-two .stage-one__title {
    opacity: 1;
    -webkit-animation: fade-out .4s ease forwards;
    -moz-animation: fade-out .4s ease forwards;
    animation: fade-out .4s ease forwards
}

.js-stage-two .stage-one__line--highlight:before {
    background-color: #fff;
    background-image: -webkit-linear-gradient(left, #fff 0%, #bfd913 50%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #bfd913 50%, #fff 100%);
    -webkit-animation: gradient-green-to-black .35s ease 1s forwards;
    -moz-animation: gradient-green-to-black .35s ease 1s forwards;
    animation: gradient-green-to-black .35s ease 1s forwards
}

.js-stage-two .stage-one__line--highlight .keystone-model__image path {
    fill: #bfd913;
    -webkit-animation: svg-green-to-grey .35s ease 1s forwards;
    -moz-animation: svg-green-to-grey .35s ease 1s forwards;
    animation: svg-green-to-grey .35s ease 1s forwards
}

.js-stage-two .stage-two__label {
    -webkit-animation: fade-in .4s ease .6s forwards;
    -moz-animation: fade-in .4s ease .6s forwards;
    animation: fade-in .4s ease .6s forwards
}

.js-stage-two .stage-two__line--highlight:before {
    -webkit-animation: gradient-black-to-green .35s ease 1s forwards;
    -moz-animation: gradient-black-to-green .35s ease 1s forwards;
    animation: gradient-black-to-green .35s ease 1s forwards
}

.js-stage-two .stage-two__line--highlight .keystone-model__image path {
    -webkit-animation: svg-grey-to-green .35s ease 1s forwards;
    -moz-animation: svg-grey-to-green .35s ease 1s forwards;
    animation: svg-grey-to-green .35s ease 1s forwards
}

.stage-three__label {
    position: absolute;
    top: 42%;
    left: 0;
    max-width: 135px;
    padding: 0;
    opacity: 0
}

    .stage-three__label:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 101%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 197px;
        height: 114px;
        background-image: url(/assets/images/sprite-01.png);
        background-position: 0 -255px;
        background-repeat: no-repeat;
        background-size: 700px;
        opacity: 0
    }

@media only screen and (max-width: 890px) {
    .stage-three__label:before {
        left: 92%
    }
}

@media only screen and (max-width: 840px) {
    .stage-three__label:before {
        display: none
    }
}

@media only screen and (max-width: 700px) {
    .stage-three__label {
        top: -30px;
        width: 100%;
        text-align: center;
        max-width: none
    }
}

.js-stage-two.js-stage-three .stage-two__label {
    opacity: 1;
    -webkit-animation: fade-out .4s ease forwards;
    -moz-animation: fade-out .4s ease forwards;
    animation: fade-out .4s ease forwards
}

.js-stage-two.js-stage-three .stage-three__label {
    -webkit-animation: fade-in .4s ease .4s forwards;
    -moz-animation: fade-in .4s ease .4s forwards;
    animation: fade-in .4s ease .4s forwards
}

    .js-stage-two.js-stage-three .stage-three__label:before {
        -webkit-animation: fade-in .4s ease 4.15s forwards;
        -moz-animation: fade-in .4s ease 4.15s forwards;
        animation: fade-in .4s ease 4.15s forwards
    }

.js-stage-two.js-stage-three .stage-three__remove {
    opacity: 1;
    -webkit-animation: fade-out .4s ease 2.75s forwards;
    -moz-animation: fade-out .4s ease 2.75s forwards;
    animation: fade-out .4s ease 2.75s forwards
}

    .js-stage-two.js-stage-three .stage-three__remove .keystone-model__image {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation: fade-out-left .5s ease forwards;
        -moz-animation: fade-out-left .5s ease forwards;
        animation: fade-out-left .5s ease forwards
    }

    .js-stage-two.js-stage-three .stage-three__remove .keystone-model__line-label {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation: fade-out-right .5s ease forwards;
        -moz-animation: fade-out-right .5s ease forwards;
        animation: fade-out-right .5s ease forwards
    }

.js-stage-two.js-stage-three .stage-three__slide-down {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: stage-three-down .5s ease-in-out forwards;
    -moz-animation: stage-three-down .5s ease-in-out forwards;
    animation: stage-three-down .5s ease-in-out forwards;
    -webkit-animation-delay: 2.75s;
    -moz-animation-delay: 2.75s;
    animation-delay: 2.75s
}

.js-stage-two.js-stage-three .stage-three__slide-up {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: stage-three-up .5s ease-in-out forwards;
    -moz-animation: stage-three-up .5s ease-in-out forwards;
    animation: stage-three-up .5s ease-in-out forwards;
    -webkit-animation-delay: 2.75s;
    -moz-animation-delay: 2.75s;
    animation-delay: 2.75s
}

.js-stage-two.js-stage-three .stage-three__switch-out--right.keystone-model__line-label {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation: fade-out-right-and-away .4s ease forwards;
    -moz-animation: fade-out-right-and-away .4s ease forwards;
    animation: fade-out-right-and-away .4s ease forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.75s;
    -moz-animation-delay: 3.75s;
    animation-delay: 3.75s
}

.js-stage-two.js-stage-three .stage-three__switch-out--left {
    -webkit-animation: fade-out-left .4s ease 3.75s forwards;
    -moz-animation: fade-out-left .4s ease 3.75s forwards;
    animation: fade-out-left .4s ease 3.75s forwards
}

.js-stage-two.js-stage-three .stage-three__switch-in--right {
    -webkit-animation: stage-three-right-in .4s ease 4.15s forwards;
    -moz-animation: stage-three-right-in .4s ease 4.15s forwards;
    animation: stage-three-right-in .4s ease 4.15s forwards
}

    .js-stage-two.js-stage-three .stage-three__switch-in--right path {
        fill: #bfd913
    }

.js-stage-two.js-stage-three .stage-three__switch-in--left {
    -webkit-animation: fade-in-left .4s ease 4.15s forwards;
    -moz-animation: fade-in-left .4s ease 4.15s forwards;
    animation: fade-in-left .4s ease 4.15s forwards
}

.js-stage-three .stage-three__remove:nth-child(1) .keystone-model__line-label, .js-stage-three .stage-three__remove:nth-child(1) .keystone-model__image {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s
}

.js-stage-three .stage-three__remove:nth-child(2) .keystone-model__line-label, .js-stage-three .stage-three__remove:nth-child(2) .keystone-model__image {
    -webkit-animation-delay: 1.75s;
    -moz-animation-delay: 1.75s;
    animation-delay: 1.75s
}

.js-stage-three .stage-three__remove:nth-child(3) .keystone-model__line-label, .js-stage-three .stage-three__remove:nth-child(3) .keystone-model__image {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.js-stage-three .stage-three__remove:nth-child(4) .keystone-model__line-label, .js-stage-three .stage-three__remove:nth-child(4) .keystone-model__image {
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    animation-delay: 1.25s
}

.js-stage-three .stage-three__remove:nth-child(5) .keystone-model__line-label, .js-stage-three .stage-three__remove:nth-child(5) .keystone-model__image {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes stage-three-down {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%)
    }
}

@-moz-keyframes stage-three-down {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%)
    }
}

@keyframes stage-three-down {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%)
    }
}

@-webkit-keyframes stage-three-up {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        -o-transform: translateY(-200%);
        transform: translateY(-200%)
    }
}

@-moz-keyframes stage-three-up {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        -o-transform: translateY(-200%);
        transform: translateY(-200%)
    }
}

@keyframes stage-three-up {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        -o-transform: translateY(-200%);
        transform: translateY(-200%)
    }
}

@-webkit-keyframes stage-three-right-in {
    from {
        opacity: 0;
        -webkit-transform: translateX(-150%);
        -moz-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        -o-transform: translateX(-150%);
        transform: translateX(-150%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@-moz-keyframes stage-three-right-in {
    from {
        opacity: 0;
        -webkit-transform: translateX(-150%);
        -moz-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        -o-transform: translateX(-150%);
        transform: translateX(-150%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes stage-three-right-in {
    from {
        opacity: 0;
        -webkit-transform: translateX(-150%);
        -moz-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        -o-transform: translateX(-150%);
        transform: translateX(-150%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.stage-four__title {
    margin: 0 auto;
    max-width: 370px;
    text-align: center;
    opacity: 0
}

.stage-four__line {
    opacity: 0
}

.stage-four__line--one .stage-four__arrow, .stage-four__line--one:after {
    position: absolute;
    left: calc(50% - 90px);
    width: 54px;
    height: 18px
}

.stage-four__line--one .stage-four__arrow {
    top: 54px;
    background-image: url(/assets/images/sprite-01.png);
    background-position: -80px -18px;
    background-repeat: no-repeat;
    background-size: 700px
}

.stage-four__line--one:after {
    content: "";
    top: 30px;
    background-image: url(/assets/images/sprite-01.png);
    background-position: -80px 0;
    background-repeat: no-repeat;
    background-size: 700px
}

.stage-four__line--two:after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: calc(50% - 78px);
    width: 150px;
    height: 90px;
    background-image: url(/assets/images/sprite-01.png);
    background-position: 0 -363px;
    background-repeat: no-repeat;
    background-size: 700px;
    opacity: 0
}

@media only screen and (max-width: 700px) {
    .stage-four__line--one .stage-four__arrow, .stage-four__line--one:after {
        position: absolute;
        left: calc(50% - 75px)
    }

    .stage-four__line--two:after {
        bottom: 50px
    }
}

.js-stage-four .keystone-model__next-stage button {
    color: transparent
}

    .js-stage-four .keystone-model__next-stage button:before {
        -webkit-animation: fade-out .4s ease forwards;
        -moz-animation: fade-out .4s ease forwards;
        animation: fade-out .4s ease forwards
    }

    .js-stage-four .keystone-model__next-stage button:after {
        -webkit-animation: fade-in .4s ease 4.35s forwards;
        -moz-animation: fade-in .4s ease 4.35s forwards;
        animation: fade-in .4s ease 4.35s forwards
    }

.js-stage-four .keystone-model__second {
    display: block
}

.js-stage-four .stage-four__fade-out {
    -webkit-animation: fade-out .4s ease forwards;
    -moz-animation: fade-out .4s ease forwards;
    animation: fade-out .4s ease forwards
}

.js-stage-four .stage-four__fade-in {
    -webkit-animation: fade-in .4s ease .4s forwards;
    -moz-animation: fade-in .4s ease .4s forwards;
    animation: fade-in .4s ease .4s forwards
}

.js-stage-four .stage-four__line {
    -webkit-animation: fade-in .5s ease forwards;
    -moz-animation: fade-in .5s ease forwards;
    animation: fade-in .5s ease forwards
}

.js-stage-four .stage-four__line--one .stage-four__arrow {
    opacity: 0;
    -webkit-animation: fade-in-left .4s ease 2.65s forwards;
    -moz-animation: fade-in-left .4s ease 2.65s forwards;
    animation: fade-in-left .4s ease 2.65s forwards
}

.js-stage-four .stage-four__line--one:after {
    opacity: 0;
    -webkit-animation: fade-in-right .4s ease 2.65s forwards;
    -moz-animation: fade-in-right .4s ease 2.65s forwards;
    animation: fade-in-right .4s ease 2.65s forwards
}

.js-stage-four .stage-four__line--two:after {
    -webkit-animation: fade-in .5s ease 3.35s forwards;
    -moz-animation: fade-in .5s ease 3.35s forwards;
    animation: fade-in .5s ease 3.35s forwards
}

.js-stage-four .stage-four__line:nth-child(1) {
    -webkit-animation-delay: 1.65s;
    -moz-animation-delay: 1.65s;
    animation-delay: 1.65s
}

    .js-stage-four .stage-four__line:nth-child(1) .keystone-model__line-label, .js-stage-four .stage-four__line:nth-child(1) .keystone-model__line-label--second {
        -webkit-animation-delay: 1.66s;
        -moz-animation-delay: 1.66s;
        animation-delay: 1.66s
    }

.js-stage-four .stage-four__line:nth-child(2) {
    -webkit-animation-delay: 1.9s;
    -moz-animation-delay: 1.9s;
    animation-delay: 1.9s
}

    .js-stage-four .stage-four__line:nth-child(2) .keystone-model__line-label, .js-stage-four .stage-four__line:nth-child(2) .keystone-model__line-label--second {
        -webkit-animation-delay: 1.91s;
        -moz-animation-delay: 1.91s;
        animation-delay: 1.91s
    }

.card-grid {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .card-grid .card, .card-grid .team-card {
        margin: 10px
    }

    .card-grid .card {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column
    }

    .card-grid .card__top {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1
    }

    .card-grid.slick-slider {
        display: block
    }

        .card-grid.slick-slider .slick-track {
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex
        }

        .card-grid.slick-slider .slick-slide {
            float: none;
            height: auto
        }

.card-grid--pad-bottom {
    padding-bottom: 10px
}

.card-grid--align-edges {
    margin-right: -10px;
    margin-left: -10px
}

@media screen and (max-width: 567px) {
    .card-grid {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }
}

.card-slider {
    position: relative
}

    .card-slider .slick-track {
        left: -130px
    }

    .card-slider .slick-arrow {
        width: 60px;
        height: 60px;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
        background: #bfd913;
        border: 0;
        overflow: hidden;
        text-indent: -100vw;
        cursor: pointer;
        position: absolute;
        top: 50%;
        z-index: 2;
        -webkit-transition: background .2s;
        -moz-transition: background .2s;
        transition: background .2s
    }

        .card-slider .slick-arrow:before {
            content: "";
            width: 16px;
            height: 16px;
            position: absolute;
            top: 50%;
            right: 50%;
            border-top: 3px solid;
            border-right: 3px solid;
            border-color: #fff
        }

        .card-slider .slick-arrow:hover {
            background: #b2c820
        }

        .card-slider .slick-arrow:focus {
            outline: 0
        }

    .card-slider .slick-prev {
        left: 0
    }

        .card-slider .slick-prev:before {
            -webkit-transform: translate(11px, -8px) rotate(-135deg);
            -moz-transform: translate(11px, -8px) rotate(-135deg);
            -ms-transform: translate(11px, -8px) rotate(-135deg);
            -o-transform: translate(11px, -8px) rotate(-135deg);
            transform: translate(11px, -8px) rotate(-135deg)
        }

    .card-slider .slick-next {
        right: 0
    }

        .card-slider .slick-next:before {
            -webkit-transform: translate(5px, -8px) rotate(45deg);
            -moz-transform: translate(5px, -8px) rotate(45deg);
            -ms-transform: translate(5px, -8px) rotate(45deg);
            -o-transform: translate(5px, -8px) rotate(45deg);
            transform: translate(5px, -8px) rotate(45deg)
        }

    .card-slider.card-grid {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }

@media only screen and (max-width: 500px) {
    .card-slider .slick-track {
        left: 0
    }
}

@media only screen and (max-width: 420px) {
    .card-slider--team {
        padding: 0 40px
    }

        .card-slider--team .slick-arrow {
            width: 50px;
            height: 50px
        }
}



.cards-with-header__header {
    max-width: 500px;
    margin-bottom: 10px
}

.cards-with-header__header--buttons {
    padding-top: 10px
}

    .cards-with-header__header--buttons .button:first-child {
        margin-right: 15px;
        margin-bottom: 10px
    }

.cards-with-header .highlight {
    margin-bottom: 10px
}



.salvattore-card-grid {
    clear: both
}

    .salvattore-card-grid:after {
        content: "";
        display: table;
        clear: both
    }

    .salvattore-card-grid[data-columns]|before {
        content: "3 .salvattore-card-grid__column";
        opacity: 0
    }

.salvattore-card-grid__column {
    float: left
}

    .salvattore-card-grid__column:not(:last-child) {
        padding-right: 20px
    }

.salvattore-card-grid .card, .salvattore-card-grid .team-card {
    margin-bottom: 20px
}

@media screen and (min-width: 1730px) {
    .salvattore-card-grid[data-columns]|before {
        content: "3 .salvattore-card-grid__column"
    }
}

@media screen and (min-width: 1195px) and (max-width: 1729px) {
    .salvattore-card-grid[data-columns]|before {
        content: "2 .salvattore-card-grid__column"
    }
}

@media (min-width: 767px) and (max-width: 1194px) {
    .salvattore-card-grid[data-columns]|before {
        content: "1 .salvattore-card-grid__column"
    }

    .salvattore-card-grid__column {
        float: none
    }

        .salvattore-card-grid__column:not(:last-child) {
            padding-right: 0
        }

    .salvattore-card-grid .card, .salvattore-card-grid .team-card {
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width: 535px) and (max-width: 767px) {
    .salvattore-card-grid[data-columns]|before {
        content: "2 .salvattore-card-grid__column"
    }
}

@media (max-width: 535px) {
    .salvattore-card-grid[data-columns]|before {
        content: "1 .salvattore-card-grid__column"
    }

    .salvattore-card-grid__column {
        float: none
    }

        .salvattore-card-grid__column:not(:last-child) {
            padding-right: 0
        }

    .salvattore-card-grid .card, .salvattore-card-grid .team-card {
        margin-right: auto;
        margin-left: auto
    }
}

.search-and-results {
    position: relative;
    padding-top: 70px
}

.search-and-results__actions {
    display: none
}

.search-and-results__no-results {
    max-width: 550px
}

.search-and-results__no-results-message {
    margin-bottom: 30px
}

.search-and-results__no-results-form {
    display: none
}

.search-and-results__results-msg {
    font-size: 36px;
    min-height: 45vh;
    margin-left: 10px;
    padding-bottom: 10px
}

@media screen and (max-width: 767px) {
    .search-and-results__results-msg {
        font-size: 33px
    }
}

@media screen and (max-width: 567px) {
    .search-and-results__results-msg {
        font-size: 24px
    }
}

.search-and-results__form {
    max-width: 635px;
    margin: 0 auto
}

@media screen and (min-width: 1200px) {

    body:not(.sfPageEditor) .search-and-results.js-waypoint .search-and-results__search {
        position: fixed;
        top: 150px;
        max-height: calc(100vh - 150px);
        overflow-y: auto
    }

    .search-and-results.js-waypoint .search-and-results__results {
        margin-left: 50%
    }

    .search-and-results.js-footer-in-view .search-and-results__search {
        position: absolute;
        bottom: 15px
    }

    .search-and-results.js-footer-in-view .search-and-results__results {
        margin-left: 50%
    }
}

.search-and-results .card, .search-and-results .team-card {
    opacity: 0;
    -webkit-animation: results-enter .4s ease;
    -moz-animation: results-enter .4s ease;
    animation: results-enter .4s ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.search-and-results__card-results {
    max-width: 760px
}

.search-and-results__team-card-results {
    max-width: 760px
}

.js-loading {
    position: relative;
    max-width: 760px
}

    .js-loading:before {
        content: "";
        width: 36px;
        height: 36px;
        position: absolute;
        top: 60px;
        left: 50%;
        margin-left: -18px;
        border-radius: 50%;
        border: 6px solid #bfd913;
        border-top-color: transparent;
        z-index: 3;
        -webkit-animation: rotate .7s ease infinite;
        -moz-animation: rotate .7s ease infinite;
        animation: rotate .7s ease infinite
    }

.search-and-results .card:nth-child(1), .search-and-results .team-card:nth-child(1) {
    -webkit-animation-delay: .25s;
    -moz-animation-delay: .25s;
    animation-delay: .25s
}

.search-and-results .card:nth-child(2), .search-and-results .team-card:nth-child(2) {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s
}

.search-and-results .card:nth-child(3), .search-and-results .team-card:nth-child(3) {
    -webkit-animation-delay: .75s;
    -moz-animation-delay: .75s;
    animation-delay: .75s
}

.search-and-results .card:nth-child(4), .search-and-results .team-card:nth-child(4) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s
}

.search-and-results .card:nth-child(5), .search-and-results .team-card:nth-child(5) {
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    animation-delay: 1.25s
}

.search-and-results .card:nth-child(6), .search-and-results .team-card:nth-child(6) {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.search-and-results .card:nth-child(7), .search-and-results .team-card:nth-child(7) {
    -webkit-animation-delay: 1.75s;
    -moz-animation-delay: 1.75s;
    animation-delay: 1.75s
}

.search-and-results .card:nth-child(8), .search-and-results .team-card:nth-child(8) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s
}

@media only screen and (max-width: 1200px) {
    .search-and-results.js-waypoint .search-and-results__search, .search-and-results.js-footer-in-view .search-and-results__search {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .search-and-results {
        padding: 0
    }

    .search-and-results__results {
        /* background: #e2e7ea; */
        padding: 30px 3% 40px !important
    }

    .search-and-results:not(.search-and-results--stack-mobile) {
        /*margin-top: 40px;*/
        overflow: hidden;
        /*background: #e2e7ea*/
    }



        .search-and-results:not(.search-and-results--stack-mobile) .search-and-results__search, .search-and-results:not(.search-and-results--stack-mobile) .search-and-results__results {
            padding: 30px 3% 40px !important
        }

        .search-and-results:not(.search-and-results--stack-mobile) .search-and-results__search {
            background: #fff;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition: -webkit-transform .4s;
            -moz-transition: -moz-transform .4s;
            transition: transform .4s
        }

        .search-and-results:not(.search-and-results--stack-mobile) .search-and-results__results {
        }


    body:not(.sfPageEditor) .search-and-results:not(.search-and-results--stack-mobile) .search-and-results__actions {
        display: block;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        padding: 20px;
        border-top: 1px solid #e2e7ea;
        z-index: 60
    }

        .search-and-results:not(.search-and-results--stack-mobile) .search-and-results__back {
            opacity: 0;
            -webkit-transition: opacity .4s;
            -moz-transition: opacity .4s;
            transition: opacity .4s
        }

        .search-and-results:not(.search-and-results--stack-mobile) .search-and-results__show-results {
            float: right;
            opacity: 1;
            -webkit-transition: opacity .4s;
            -moz-transition: opacity .4s;
            transition: opacity .4s
        }

        .search-and-results:not(.search-and-results--stack-mobile).js-results-shown .search-and-results__search {
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%);
            position: absolute;
            z-index: 60;
            pointer-events: none
        }

        .search-and-results:not(.search-and-results--stack-mobile).js-results-shown .search-and-results__results {
            display: block
        }

        .search-and-results:not(.search-and-results--stack-mobile).js-results-shown .search-and-results__back {
            opacity: 1
        }

        .search-and-results:not(.search-and-results--stack-mobile).js-results-shown .search-and-results__show-results {
            opacity: 0
        }
}




@-webkit-keyframes results-enter {
    from {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes results-enter {
    from {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes results-enter {
    from {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.search-filters-list:after {
    content: "";
    display: table;
    clear: both
}

.search-filters-list__item {
    margin-bottom: 5px
}

    .search-filters-list__item:nth-child(odd) {
        clear: left
    }

.search-filters-list[min-width~="590px"] .search-filters-list__item {
    width: 50%;
    float: left
}

.site-footer {
    background: #343639;
    border-bottom: 14px solid #bfd913;
    color: #fff;
    padding: 20px 0 0;
    margin-top: 40px;
    position: relative;
    z-index: 2
}

.site-footer--show-shards:after {
    content: "";
    width: 13%;
    height: 250px;
    min-width: 65px;
    max-width: 200px;
    position: absolute;
    right: 0;
    bottom: 100%;
    background: url("/assets/images/shards.png") no-repeat bottom right;
    background-size: 100%
}

.site-footer__copy p {
    font-size: 14px;
    color: #aeaeae
}

@media screen and (max-width: 767px) {
    .site-footer__copy p {
        font-size: 13px
    }
}

.site-footer .footer-link-list {
    padding-right: 10px;
    vertical-align: top;
    padding-bottom: 15px;
}

.site-footer__logos {
    float: right;
    max-width: 550px
}

.site-footer__list {
    overflow: hidden
}

@media only screen and (max-width: 1590px) {
    .site-footer .footer-link-list {
        width: 25%
    }
}

@media only screen and (max-width: 1140px) {
    .site-footer .footer-link-list {
        width: 32%
    }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
    .site-footer .footer-link-list {
        width: 49%
    }

        .site-footer .footer-link-list:last-child {
            width: auto
        }

            .site-footer .footer-link-list:last-child li {
                display: inline-block;
                width: 49%
            }
}

@media screen and (max-width: 767px) {
    .site-footer__logos {
        float: none
    }
}

@media screen and (max-width: 600px) {



    .site-footer .footer-link-list {
        display: block;
        width: auto;
        float: none;
        padding-left: 0;
        padding-right: 0
    }
}

.front-end {
    padding-top: 110px
}

body:not(.sfPageEditor) .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 34px 50px;
    background: rgba(255,255,255,0.8);
    height: 110px;
    z-index: 10
}

    .site-header:after {
        content: "";
        background: #bfd913;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 20px
    }

.site-header__logo {
    float: left;
    margin-top: 3px;
    border: 0
}

.site-header__nav {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.site-header__nav-item {
    display: inline-block;
    margin-left: 50px
}

.site-header__search, .site-header__explore {
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 300;
    background: none;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 18px
}

@media screen and (max-width: 767px) {
    .site-header__search, .site-header__explore {
        font-size: 16px
    }
}

@media screen and (max-width: 567px) {
    .site-header__search, .site-header__explore {
        font-size: 15px
    }
}

.site-header__search:after, .site-header__explore:after {
    font-size: 36px;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    color: #bfd913;
    display: inline-block;
    margin-left: 30px;
    vertical-align: sub
}

@media screen and (max-width: 767px) {
    .site-header__search:after, .site-header__explore:after {
        font-size: 33px
    }
}

@media screen and (max-width: 567px) {
    .site-header__search:after, .site-header__explore:after {
        font-size: 24px
    }
}

.site-header__search:hover, .site-header__search:focus, .site-header__explore:hover, .site-header__explore:focus {
    outline: 0;
    color: #212531
}

    .site-header__search:hover:after, .site-header__search:focus:after, .site-header__explore:hover:after, .site-header__explore:focus:after {
        color: #b2c820
    }

.site-header__search:after {
    content: "\f002"
}

.site-header__explore:after {
    content: "\f0c9"
}

@media only screen and (max-width: 1590px) {
    .site-header {
        padding-right: 20px
    }
}

@media screen and (max-width: 767px) {
    .site-header {
        padding-left: 30px
    }

        .site-header:after {
            width: 10px
        }

    .site-header__logo {
        margin-top: 0;
        height: 42px;
        width: 220px
    }

    .site-header__nav-item {
        margin-left: 30px
    }

    .site-header__search:after, .site-header__explore:after {
        margin-left: 15px
    }
}

@media screen and (max-width: 567px) {
    .front-end {
        padding-top: 60px
    }

    .site-header {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 20px;
        height: 60px
    }

        .site-header:after {
            width: 5px
        }

    .site-header__logo {
        height: 28px;
        width: 160px
    }

    .site-header__nav-item {
        margin-left: 5px
    }

    .site-header__link-text {
        display: none
    }
}

@media print {
    .site-header {
        position: static;
        border: 0;
        padding: 20px 0;
        margin-bottom: 0
    }

    .site-header__logo {
        width: 180px
    }
}

.site-header__explore:after {
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    transition: transform .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    transition-delay: .5s
}

.site-navigation {
    display: none
}

.site-navigation__close {
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    transition: transform .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    transition-delay: .5s
}

.site-navigation__search {
    display: none
}

body:before {
    width: 0px;
    height: 0px;
    opacity: 0;
    -webkit-transition: height .5s, width .5s, opacity .5s, -webkit-transform .5s;
    -moz-transition: height .5s, width .5s, opacity .5s, -moz-transform .5s;
    transition: height .5s, width .5s, opacity .5s, transform .5s;
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    transition-delay: .25s
}

body:not(.js-nav-open) .site-navigation__close {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

body.js-nav-open:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

body.js-nav-open .site-header__explore:after {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

body:not(.sfPageEditor):before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    background: #212121;
    z-index: 70
}

.site-navigation {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 100%;
    z-index: 80;
    padding-top: 65px;
    background: #212121
}

    .site-navigation:after {
        content: "";
        display: table;
        clear: both
    }

.site-navigation__left {
    clear: left;
    float: left;
    width: 68%;
    padding-right: 1%
}

.site-navigation__right {
    float: left;
    width: 32%;
    margin-top: 50px;
    padding: 50px 0 100px;
    border-top: 1px solid #343639
}

.site-navigation__sub-heading {
    color: #bfd913
}

    .site-navigation__sub-heading a {
        color: #bfd913;
        border: 0
    }

        .site-navigation__sub-heading a:hover, .site-navigation__sub-heading a:focus {
            color: #fff
        }

.site-navigation__services-nav {
    float: left;
    padding-right: 25px;
    margin-top: 40px;
    margin-right: 25px;
    border-right: 1px solid #343639
}

.site-navigation__sectors-nav {
    margin-top: 40px
}

.site-navigation__search, .site-navigation__close {
    background: none;
    border: 0;
    overflow: hidden;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-indent: -100vw;
    z-index: 81
}

    .site-navigation__search:before, .site-navigation__close:before {
        font-size: 36px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        color: #bfd913;
        text-indent: 0
    }

@media screen and (max-width: 767px) {
    .site-navigation__search:before, .site-navigation__close:before {
        font-size: 33px
    }
}

@media screen and (max-width: 567px) {
    .site-navigation__search:before, .site-navigation__close:before {
        font-size: 24px
    }
}

.site-navigation__search:hover, .site-navigation__search:focus, .site-navigation__close:hover, .site-navigation__close:focus {
    outline: 0
}

    .site-navigation__search:hover:before, .site-navigation__search:focus:before, .site-navigation__close:hover:before, .site-navigation__close:focus:before {
        color: #b2c820
    }

body:not(.sfPageEditor) .site-navigation__close {
    position: fixed;
    top: 60px;
    right: 50px
}

    .site-navigation__close:before {
        content: "\f00d"
    }

body:not(.sfPageEditor) .site-navigation__search {
    position: fixed;
    top: 63px;
    right: 100px
}

    .site-navigation__search:before {
        font-size: 30px;
        left: 4px;
        content: "\f002"
    }

.site-navigation__offices {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #343639
}

.site-navigation .top-level-nav {
    padding-right: 80px;
    padding-bottom: 10px;
    border-bottom: 1px solid #343639
}

.site-navigation .office-contact {
    width: 260px;
    padding-bottom: 40px
}

.site-navigation .social-links {
    position: absolute;
    right: 0;
    bottom: 0
}

@media only screen and (max-width: 1610px) {
    .site-navigation__left {
        width: 60%
    }

    .site-navigation__right {
        width: 40%
    }

    .site-navigation__close {
        position: absolute;
        right: 20px
    }

    .site-navigation__search {
        position: absolute;
        right: 70px
    }
}

@media only screen and (max-width: 1330px) {
    .site-navigation__left {
        width: 56%
    }

    .site-navigation__right {
        width: 44%
    }
}

@media only screen and (max-width: 1270px) {
    .site-navigation__services-nav ul {
        -webkit-columns: 2 200px;
        -moz-columns: 2 200px;
        columns: 2 200px
    }
}

@media only screen and (max-width: 1210px) {
    .site-navigation__left {
        width: 49%
    }

    .site-navigation__right {
        width: 51%
    }
}

@media only screen and (max-width: 1045px) {
    .site-navigation {
        padding-bottom: 70px
    }

    .site-navigation__left, .site-navigation__right {
        width: auto;
        float: none
    }

    .site-navigation__left {
        padding-top: 20px;
        padding-right: 0
    }

    .site-navigation__right {
        margin-top: 20px;
        max-width: 500px;
        margin-right: auto;
        margin-left: auto
    }
}

@media screen and (max-width: 767px) {
    .site-navigation {
        padding-top: 45px
    }

    .site-navigation__services-nav {
        margin-top: 30px;
        margin-right: 0;
        border-right: 0;
        border-bottom: 1px solid #343639;
        padding-bottom: 20px;
        float: none
    }

    .site-navigation__sectors-nav {
        margin-top: 20px
    }

        .site-navigation__sectors-nav ul {
            -webkit-columns: 2 200px;
            -moz-columns: 2 200px;
            columns: 2 200px
        }

    .site-navigation__right {
        padding-top: 20px
    }

    .site-navigation__offices {
        margin-top: 30px;
        padding-top: 30px
    }

    .site-navigation .office-contact {
        padding-bottom: 20px
    }

    body:not(.sfPageEditor) .site-navigation__close {
        position: fixed;
        top: 30px
    }

    .site-navigation__search {
        top: 34px
    }

        .site-navigation__search:before {
            font-size: 26px
        }
}

@media screen and (max-width: 600px) {
    .site-navigation__right {
        margin-top: 0
    }

    .site-navigation__search:before {
        left: auto;
        font-size: 20px
    }
}

.article__header {
    margin: 0 auto;
    max-width: 750px;
    text-align: center;
    padding: 0px 0 60px;
    position: relative
}

    .article__header:after {
        content: "";
        position: absolute;
        bottom: 50px;
        left: 50%;
        width: 300px;
        height: 3px;
        -webkit-filter: blur(10px);
        filter: blur(10px);
        border-radius: 50%;
        background: #000;
        opacity: 0;
        -webkit-animation: banner-shadow-fade-in 1s ease;
        -moz-animation: banner-shadow-fade-in 1s ease;
        animation: banner-shadow-fade-in 1s ease;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

.article__date {
    color: #bfd913;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px
}

@media screen and (max-width: 767px) {
    .article__date {
        font-size: 14px
    }
}

.article__wysiwyg p, .article__wysiwyg table {
    margin-right: auto;
    margin-left: auto;
    max-width: 750px
}

    .article__wysiwyg p[data-redactor-inserted-image="true"] {
        max-width: none
    }

.article__wysiwyg ul, .article__wysiwyg ol, .article__wysiwyg hr {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 750px
}

.article__wysiwyg img {
    height: auto !important;
    display: block;
    margin: 20px auto
}

.article__wysiwyg blockquote {
    margin: 0 auto;
    max-width: 860px;
    padding: 80px 10px;
    text-align: center
}

.article__wysiwyg--main p:first-of-type {
    font-size: 20px
}

@media screen and (max-width: 767px) {
    .article__wysiwyg--main p:first-of-type {
        font-size: 23px
    }
}

@media screen and (max-width: 567px) {
    .article__wysiwyg--main p:first-of-type {
        font-size: 19px
    }
}

.article__wysiwyg--bottom {
    padding-bottom: 40px
}

.article__disclaimer {
    padding-bottom: 40px
}

.article__back {
    position: absolute;
    top: 130px;
    left: 10px;
    border: 0;
    z-index: 2;
    border-bottom: 0 !important;
}

.is-relative .article__back {
    top: 0px;
}

.article__back:before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-top: 2px solid #bfd913;
    border-left: 2px solid #bfd913;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 5px
}

.article-authors {
    margin: 0 auto 20px;
    max-width: 750px
}

.article-authors__item {
    display: inline-block;
    width: 130px;
    margin-right: 10px
}

.article-authors a {
    color: #bfd913;
    border: 0
}

.article-authors__label {
    display: block;
    font-size: 16px
}

@media screen and (max-width: 767px) {
    .article-authors__label {
        font-size: 14px
    }
}

@media only screen and (max-width: 1590px) {
    .article__author {
        padding-left: calc(50% - (750px / 2))
    }
}

@media only screen and (max-width: 840px) {

    .article__back {
        position: absolute;
        top: 110px;
        display: inline-block;
        margin: 20px 0 0 15px
    }

    .is-relative .article__back {
        top: 0px;
    }
}

@media screen and (max-width: 567px) {
    .article__title {
        padding: 40px 0
    }

        .article__title:after {
            display: none
        }

    .article__author {
        float: none;
        padding-left: 0
    }
}

@media only screen and (max-width: 500px) {
    .article__back,
    .is-relative .article__back {
        position: static;
        display: inline-block;
        margin: 0 0 20px 15px
    }
}


@media print {
    .article__title,
    is-relative .article__back {
        padding: 20px 0
    }

    .article__back {
        display: none
    }
}

.half-divide .front-end:before, .half-divide .site-header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background: rgba(226,231,234,0.8);
    z-index: -1
}


.half-divide .front-end {
    position: relative
}

.half-divide--left .front-end:before, .half-divide--left .site-header:before {
    left: 0;
    right: 50%
}

@media screen and (max-width: 1200px) {
    .half-divide .front-end:before, .half-divide .site-header:before {
        display: none
    }
}

.office-actions {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px 30px
}

    .office-actions a.office-actions__button {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        margin: 0 5px 10px;
        padding-right: 5px;
        padding-left: 5px
    }

.office-map {
    width: 100%;
    height: 500px;
    margin-bottom: 90px
}

@media screen and (max-width: 767px) {
    .office-map {
        height: 400px
    }
}

@media screen and (max-width: 600px) {

    .office-map {
        height: 250px
    }
}

.payments__cards {
    margin-top: 40px
}

    .payments__cards span {
        display: inline-block;
        margin-top: 10px;
        width: 320px;
        height: 42px;
        overflow: hidden;
        text-indent: -100vw;
        background-image: url(../images/sprite.png);
        background-position: 0 -110px;
        background-repeat: no-repeat;
        background-size: 400px
    }

@media screen and (max-width: 767px) {
    .page-type-services, .page-type-lawyers, .page-type-keynotes, .page-type-spotlights {
        padding-bottom: 40px
    }

        .page-type-services .site-footer, .page-type-lawyers .site-footer, .page-type-keynotes .site-footer, .page-type-spotlights .site-footer {
            margin-top: 0
        }
}

.page-type-search .site-search__close {
    display: none
}


/* Investors */

.update {
    display: block;
    border-top: 2px solid #bfd913;
    padding-top: .5rem;
    font-size: 90%;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-left: 0px;
}

.calendar-links .row.field-header {
    padding-left: 5px;
    padding-right: 5px;
}

.calendar-links .row.field-header {
    border-bottom: 2px solid rgba(0,0,0,.075)
}

.calendar-links .row .col-md-2,
.calendar-links .row .col-md-10 {
    padding-left: 5px;
    padding-right: 5px;
}

.calendar-links .row.field, .calendar-links .row {
    border-bottom: 1px solid rgba(0,0,0,.05)
}

    .calendar-links .row.field:nth-child(odd), .calendar-links .row:nth-child(odd) {
        background-color: #f4f6f7;
    }

ul#InvestorNews {
    margin: 0px 0px 1rem 0px;
    padding: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    ul#InvestorNews li {
        margin: 0px;
        padding: 0px 1px 0px 0px;
        list-style: none;
        position: relative;
        min-height: 1px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: auto
    }


        ul#InvestorNews li a {
            display: block;
            padding: 0.5rem 1rem;
            background: #343639;
            color: #fff;
            text-decoration: none;
        }

            ul#InvestorNews li a:hover,
            ul#InvestorNews li a:active,
            ul#InvestorNews li a:focus,
            .news-2027 ul#InvestorNews li a#News2027,
            .news-2026 ul#InvestorNews li a#News2026,
            .news-2025 ul#InvestorNews li a#News2025,
            .news-2024 ul#InvestorNews li a#News2024,
            .news-2023 ul#InvestorNews li a#News2023,
            .news-2022 ul#InvestorNews li a#News2022,
            .news-2021 ul#InvestorNews li a#News2021,
            .news-2020 ul#InvestorNews li a#News2020,
            .news-2019 ul#InvestorNews li a#News2019,
            .news-2018 ul#InvestorNews li a#News2018,
            .news-2017 ul#InvestorNews li a#News2017 {
                background: #bfd913;
                color: #000;
                font-weight: 400;
            }

img.img-float {
    float: right;
    margin-left: 40px;
    width: 100%;
    height: auto;
    max-width: 300px;
}

.news-block a {
    border: 0 !important;
    color: #fff !important;
}

.investor-alert {
    background-image: url(../images/investor-alert.png);
    background-repeat: no-repeat;
    background-position: 90% 30%;
    -webkit-background-size: 50px;
    -moz-background-size: 50px;
    -o-background-size: 50px;
    background-size: 50px;
}

    .investor-alert a {
        border: 0 !important;
    }

    .investor-alert .row,
    .latest-results .row {
        height: 120px;
    }

table#news-table {
}

table.InvestorAlert-Table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

#radio {
    float: left;
    width: 50%;
}

#sub_button {
    float: right;
    width: 50%;
    text-align: right;
}

.wysiwyg--pointlist input[type="button"],
.wysiwyg--pointlist input[type="submit"] {
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 100%;
    font-weight: 400;
    color: #212531;
    border: 1px solid #bfd913;
    background: #bfd913;
    padding: .5rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

    .wysiwyg--pointlist input[type="button"]:hover,
    .wysiwyg--pointlist input[type="button"]:active,
    .wysiwyg--pointlist input[type="button"]:focus,
    .wysiwyg--pointlist input[type="submit"]:hover,
    .wysiwyg--pointlist input[type="submit"]:focus,
    .wysiwyg--pointlist input[type="submit"]:active {
        background: #212531;
        color: #bfd913;
        border: 1px solid #212531;
    }

.clear {
    clear: both;
}



.inner {
    padding: 10px;
}

.content-inner {
    padding: 25px;
}

.download {
    background: #bfd913;
}

    .download a {
        color: #212531 !important;
    }

.Results .container.wysiwyg--pointlist p:first-of-type {
    font-size: 20px;
}

img.float-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 40%;
    height: auto;
}

img.float-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 40%;
    height: auto;
}

.a {
    border-bottom: 1px solid #333;
}

.a-top {
    border-top: 1px solid #333;
}

.a-left {
    border-left: 1px solid #333;
}

.a-right {
    border-right: 1px solid #333;
}

.aa {
    border-bottom: 2px solid #333;
}

.aa-left {
    border-left: 2px solid #333;
}

.aa-right {
    border-right: 2px solid #333;
}

.aa-top {
    border-top: 2px solid #333;
}

.aaa {
    border-bottom: 3px double #333;
}

.aaa-left {
    border-left: 3px double #333;
}

.aaa-right {
    border-right: 3px double #333;
}

.aaa-top {
    border-top: 3px double #333;
}

/* New Share Price Feed Layout */

#iframe-relative,
.is-relative {
    position: relative; /* allows a: link to display on top of iframe */
}

    #iframe-relative a {
        text-decoration: none;
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 46px;
        width: 100%;
    }

    .is-relative a.links,
    .is-relative div.links,
    .is-relative iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
    }

    .is-relative a.links {
        text-decoration: none !important;
        border-bottom: 0px !important;
    }

img.full {
    width: 100%;
    height: auto;
}

.news-list .row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.governance ul {
    margin: auto;
    padding-bottom: 15px;
    list-style-type: none;
}

    .governance ul li {
        margin: 0;
        padding: 0 0 15px 20px;
        position: relative;
    }

        .governance ul li:before {
            content: "";
            width: 4px;
            height: 4px;
            position: absolute;
            top: 10px;
            left: 0;
            background: #bfd913;
        }

.tablinks a {
    background: #343639;
    color: #fff !important;
    cursor: pointer;
}

    .tablinks a:hover, .tablinks a:active,
    .tablinks a:focus, .tablinks a.active {
        background: #bfd913;
        color: #000;
    }

.tabLine {
    border-bottom: 0px;
    height: 40px;
    padding-bottom: 1px;
}

.tab, .tabDesktop {
    margin-right: 0;
    border-right: 2px solid #fff;
    background: #bfd913;
    color: #212531;
    padding: 10px 30px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.tabHover {
    background: #212531 !important;
    color: #bfd913 !important;
}

.tabActive {
    background: #212531 !important;
    color: #bfd913 !important;
}

iframe.DesktopOnlyiFrame {
    height: 750px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    iframe.DesktopOnlyiFrame.ShareRNS,
    iframe.DesktopOnlyiFrame.ShareProfile {
        height: 1400px;
    }

.full-img {
    width: 100%;
    height: auto;
}

.highlights img {
    opacity: 0.5;
}





.latest-news a {
    display: block;
    border-bottom: 0px !important;
    color: #bfd913 !important;
}

    .latest-news a span {
        display: block;
        color: #FFF !important;
        font-size: 0.9em;
    }

ul.important-dates {
    float: left !important;
    width: 100% !important;
    margin: 0px !important;
    padding: .5em !important;
    list-style: none !important;
    background: none !important;
}

    ul.important-dates li {
        float: left !important;
        width: 100% !important;
        margin: 0px !important;
        padding: 0px 0px 5px 0px !important;
        list-style: none !important;
        background: none !important;
    }



.right {
    text-align: right;
}

ul.important-dates li span.Cal {
    display: block;
    float: left;
    margin-right: 20px;
    width: 75px;
}

ul.important-dates span.Cal span {
    display: block;
    text-align: center;
}

.highlights {
    margin-top: 2.5%;
}

.mini-quote {
    color: #7a7a7a
}

.Figure,
.Currency,
.Direction,
.PriceDifference,
.PercentageChange {
    float: left;
}

.Figure {
    font-size: 50px;
    text-align: right;
    padding-top: 0;
    padding-bottom: .5em;
    padding-right: 0px;
    color: #bfd913;
}

.Currency {
    padding-top: 2.5em;
    padding-left: 0px;
    padding-bottom: 2em;
}

.Direction, .PriceDifference, .PercentageChange {
    display: none;
}

.team-card__name.Governance {
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #bfd913;
    padding: 10px;
    background: rgba(33,33,33,0.8);
}

img.opacity-50 {
    opacity: 0.5;
}




@media (max-width: 1060px) {



    .Currency {
        padding-top: 1em;
        padding-bottom: 1em;
    }



    p.mini-quote {
        font-size: 0.8em;
    }
}

@media (max-width: 800px) {

    table.InvestorAlert-Table td {
        float: left;
        width: 100%;
    }

    img.float-right,
    img.float-left {
        float: none;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 1rem;
        width: 100%;
        height: auto;
    }

    .grid__row--25 .grid__column {
        width: 50%;
    }

    .Figure {
        font-size: 2.8em;
    }

    .Currency {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    table.table td {
        float: left;
        width: 100%;
    }

    table.InvestorAlert-Table {
        width: 100%;
    }

    .wysiwyg--pointlist input[type="text"] {
        max-width: 100%;
    }
}

@media (max-width: 700px) {


    .grid__row.grid__row--25 .grid__column {
        float: left !important;
    }

    .Figure {
        font-size: 5rem;
    }
}

@media (max-width: 600px) {


    .grid__row--25 .grid__column {
        width: 100%;
    }

    .grid__row.grid__row--25 .grid__column {
        float: left;
    }



    .Currency {
        padding-top: 2.5em;
        padding-bottom: 2em;
    }

    .front-end table#news-table td {
        float: left !important;
        width: 100% !important;
    }
}

@media (max-width: 500px) {

    .Figure {
        padding-bottom: 0px;
    }
}

@media (max-width: 450px) {

    .Figure {
        font-size: 4em;
    }
}

.footer .footer-social .sra-block {
    margin-left: 1.5rem;
    height: 60px;
}

.footer .footer-social .sra-block, .footer .footer-social .social-icons {
    float: left;
}

    .footer .footer-social .sra-block img {
        max-height: 100%;
        width: auto;
    }

.social-links__link--sra {
    width: 139px;
    height: 60px;
    background-image: url(../images/sra-logo.png);
    background-repeat: no-repeat;
    background-size: 139px;
}

.article__back a:hover, a:focus {
    color: #b2c820;
    border-color: transparent;
}

.article__back:hover, a:focus {
    color: #b2c820;
    border-color: transparent;
    text-decoration: none;
}


@media screen and (max-width: 767px) {
    .u-hide-tablet {
        display: none !important
    }
}







@media screen and (max-width: 567px) {

    img.img-float {
        display: none;
    }

    blockquote:before, blockquote:after {
        font-size: 30px
    }
}

blockquote:before {
    content: "â€œ";
    margin-right: 5px
}

blockquote:after {
    content: "â€"
}



.front-end img, .front-end video, .front-end iframe {
    max-width: 100%
}


table tr:nth-child(even) td, table tbody:nth-child(even) td {
    background: #f4f6f7
}




.card__link-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    color: #fff;
    border: 0
}

    .card__link-wrapper:hover .card__timestamp,
    .card__link-wrapper:hover em {
        color: #fff
    }

    .card__link-wrapper span {
        color: #bfd913;
    }

.card__logo {
    height: 75px;
    text-align: center
}

    .card__logo img {
        max-height: 70px
    }

.card__type-label {
    color: #bfd913;
    display: inline-block;
    margin-bottom: 5px
}




.card__footer {
    padding-top: 30px
}

.card__author {
    display: block;
    color: #bfd913
}

.card__author-avatar {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start
}

.card__timestamp {
    font-size: 14px;
    color: #fff;
    display: block
}

@media screen and (max-width: 767px) {
    .card__timestamp {
        font-size: 13px
    }
}

.card p {
    padding-bottom: 10px
}

.card__cta-link {
    float: right
}

.card--alternate {
    border-color: #3ebbd2
}

    .card--alternate .card__type-label, .card--alternate .card__author {
        color: #3ebbd2
    }

    .card--alternate .card__link-wrapper:hover, .card--alternate .card__link-wrapper:focus {
        color: #3ebbd2
    }

.card--light {
    background: #fff;
    color: #343639
}

    .card--light .card__cta-link:hover, .card--light .card__cta-link:focus {
        color: #b2c820
    }

    .card--light .card__link-wrapper {
        color: #343639
    }

.card--spotlight {
    border-color: #3ebbd2
}

    .card--spotlight .card__type-label {
        color: #3ebbd2
    }

    .card--spotlight .card__link-wrapper {
        color: #212531
    }

        .card--spotlight .card__link-wrapper:hover, .card--spotlight .card__link-wrapper:focus {
            color: #3ebbd2
        }

.card--child-item {
    border-color: #3ebbd2
}

    .card--child-item .card__cta-link:hover, .card--child-item .card__cta-link:focus {
        color: #3ebbd2
    }

    .card--child-item .card__cta-link:after {
        border-color: #3ebbd2
    }

.carousel-filters {
    text-align: center
}

.carousel-filters__mobile {
    display: none
}

.carousel-filters__filter {
    display: inline-block;
    margin: 0 5px 5px
}

@media screen and (max-width: 600px) {
    .carousel-filters__mobile {
        display: inline-block
    }

    .carousel-filters__desktop {
        display: none
    }
}

.clients {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
    width: 900px
}

.clients__title {
    text-align: center;
    margin-bottom: 20px
}

.clients__grid {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-top: -20px;
    margin-right: -40px
}

    .clients__grid > * {
        -webkit-box-flex: none;
        -moz-box-flex: none;
        box-flex: none;
        -webkit-flex: none;
        -moz-flex: none;
        -ms-flex: none;
        flex: none;
        margin-top: 20px;
        margin-right: 40px;
        width: calc(20% - 40px)
    }

.clients__item {
    position: relative
}

    .clients__item:before {
        content: "";
        display: block;
        padding-top: 100%
    }

.clients__link {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    border-bottom: none;
    display: block
}

    .clients__link:hover .clients__front {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    .clients__link:hover .clients__back {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

.clients__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 100%
}

.clients__front, .clients__back {
    -webkit-transition: -webkit-transform .8s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: -moz-transform .8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform .8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%
}

.clients__back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 20px;
    background: #bfd913;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box
}

    .clients__back > * {
        -webkit-box-flex: none;
        -moz-box-flex: none;
        box-flex: none;
        -webkit-flex: none;
        -moz-flex: none;
        -ms-flex: none;
        flex: none
    }

.clients__name {
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 300;
    border-bottom: 1px solid #343639;
    color: #343639;
    font-size: 16px
}

.clients__copy {
    text-transform: uppercase;
    color: #343639;
    font-weight: 700;
    font-size: 12px
}

@media screen and (max-width: 767px) {
    .clients__grid > * {
        width: calc(33.33333% - 40px)
    }
}

@media screen and (max-width: 600px) {
    .clients__grid > * {
        width: calc(50% - 40px)
    }
}

.footer-link-list {
    font-size: 16px;
    padding-bottom: 36px
}

@media screen and (max-width: 767px) {
    .footer-link-list {
        font-size: 14px
    }
}

.footer-link-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer-link-list li {
    margin: 0;
    padding: 0;
    padding-bottom: 4px
}

.footer-link-list a {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    color: #fff
}

    .footer-link-list a:hover, .footer-link-list a:focus {
        border-color: #bfd913
    }

.formify-error input[type="email"], .formify-error input[type="number"], .formify-error input[type="password"], .formify-error input[type="search"], .formify-error input[type="tel"], .formify-error input[type="text"], .formify-error input[type="url"], .formify-error input[type="color"], .formify-error input[type="date"], .formify-error input[type="datetime"], .formify-error input[type="datetime-local"], .formify-error input[type="month"], .formify-error input[type="time"], .formify-error input[type="week"], .formify-error textarea {
    border-color: #d9132a
}

.formify-error-message {
    margin-top: 20px;
    padding: 10px;
    background: #fff;
    border: 1px solid #d9132a;
    color: #d9132a
}

.formify-message {
    border-radius: 0;
    padding: 10px;
    border: 1px solid #bfd913;
    background: #fff
}

.highlight {
    border: 1px solid #bfd913;
    padding: 20px 30px;
    margin-bottom: 20px
}

    .highlight p:last-of-type {
        padding-bottom: 0
    }

.highlight--isle-of-man {
    position: relative;
    padding-left: 110px;
    min-height: 93px
}

    .highlight--isle-of-man:before {
        content: "";
        position: absolute;
        top: 15px;
        left: 20px;
        width: 70px;
        height: 63px;
        background-image: url(/assets/images/sprite-01.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 700px;
        z-index: 2
    }




@media screen and (max-width: 767px) {
    .search-results-panel {
        margin-top: 20px
    }
}

@media only screen and (min-width: 535px) and (max-width: 767px) {
    .search-results-panel .salvattore-card-grid {
        max-width: 500px;
        margin: 0 auto
    }
}

.search-tags {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.search-tags__tag {
    font-size: 16px;
    display: inline-block;
    background: #e2e7ea;
    padding: 10px;
    padding-left: 24px;
    margin: 10px 10px 0 0
}

@media screen and (max-width: 767px) {
    .search-tags__tag {
        font-size: 14px
    }
}

.search-tags__remove {
    width: 20px;
    height: 20px;
    background: #fff;
    color: rgba(255,255,255,0);
    overflow: hidden;
    position: relative;
    border: 0;
    border-radius: 50%;
    line-height: 20px;
    margin-left: 20px;
    cursor: pointer
}

    .search-tags__remove:before, .search-tags__remove:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 2px;
        background: #4d4d4d
    }

    .search-tags__remove:before {
        -webkit-transform: translate(-50%) rotate(-45deg);
        -moz-transform: translate(-50%) rotate(-45deg);
        -ms-transform: translate(-50%) rotate(-45deg);
        -o-transform: translate(-50%) rotate(-45deg);
        transform: translate(-50%) rotate(-45deg)
    }

    .search-tags__remove:after {
        -webkit-transform: translate(-50%) rotate(-135deg);
        -moz-transform: translate(-50%) rotate(-135deg);
        -ms-transform: translate(-50%) rotate(-135deg);
        -o-transform: translate(-50%) rotate(-135deg);
        transform: translate(-50%) rotate(-135deg)
    }

    .search-tags__remove:hover, .search-tags__remove:focus {
        background: #c8c8c8;
        outline: 0
    }

        .search-tags__remove:hover:before, .search-tags__remove:hover:after, .search-tags__remove:focus:before, .search-tags__remove:focus:after {
            background: #fff
        }

.search-title-panel {
    padding: 0% 0 20% 0
}

@media screen and (max-width: 767px) {
    .search-title-panel {
        padding: 0% 0 10% 0;
        background: #fff
    }
}

.shadowed-title {
    position: relative;
    text-align: center !important;
    padding: 0 20px 80px
}

.shadowed-title__inner {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #bfd913
}

.shadowed-title__title, .shadowed-title__sub {
    -webkit-animation: fade-in-down 1s ease;
    -moz-animation: fade-in-down 1s ease;
    animation: fade-in-down 1s ease
}

.shadowed-title__sub--small {
    font-size: 18px
}

@media screen and (max-width: 767px) {
    .shadowed-title__sub--small {
        font-size: 16px
    }
}

@media screen and (max-width: 567px) {
    .shadowed-title__sub--small {
        font-size: 15px
    }
}

.sitemap {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-columns: 3 250px;
    -moz-columns: 3 250px;
    columns: 3 250px
}

    .sitemap li {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 3px 0
    }

        .sitemap li ul {
            font-size: 16px;
            margin: 5px 0 0;
            padding: 0;
            padding-left: 20px
        }

@media screen and (max-width: 767px) {
    .sitemap li ul {
        font-size: 14px
    }
}

.sitemap > li {
    padding-bottom: 20px
}

.social-links__link {
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    text-indent: -100vw;
    border-bottom: 0;
    margin-right: 20px
}

.social-links__link--facebook {
    width: 38px;
    height: 46px;
    background-image: url(../images/sprite.png);
    background-position: -13px 0;
    background-repeat: no-repeat;
    background-size: 400px
}

.social-links__link--twitter {
    width: 45px;
    height: 49px;
    background-image: url(../images/sprite.png);
    background-position: -51px 0;
    background-repeat: no-repeat;
    background-size: 400px;
    margin-right: 16px
}

.social-links__link--linkedin {
    width: 38px;
    height: 46px;
    background-image: url(../images/sprite.png);
    background-position: -97px 0;
    background-repeat: no-repeat;
    background-size: 400px
}

.styled-list {
    margin: 0;
    padding: 0
}

    .styled-list li {
        margin: 0;
        padding: 0 0 20px 37px;
        list-style: none;
        position: relative;
        line-height: 1.4
    }

        .styled-list li:before {
            content: "";
            position: absolute;
            top: 4px;
            left: 10px;
            width: 14px;
            height: 17px;
            background-image: url(../images/sprite.png);
            background-position: 0 0;
            background-repeat: no-repeat;
            background-size: 700px
        }

@media screen and (max-width: 567px) {
    .styled-list li {
        padding-bottom: 15px
    }
}

.tab-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.tab-nav__item {
    display: inline-block
}

.tab-nav__tab {
    font-size: 16px;
    display: block;
    border: 2px solid #bfd913;
    margin: 0 8px 8px 0;
    padding: 4px 26px 6px;
    position: relative
}

@media screen and (max-width: 767px) {
    .tab-nav__tab {
        font-size: 14px
    }
}

.tab-nav__tab:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    z-index: -1;
    background: #bfd913;
    opacity: 0;
    -webkit-transition: height .2s, opacity .2s;
    -moz-transition: height .2s, opacity .2s;
    transition: height .2s, opacity .2s
}

.tab-nav__tab--active, .no-touch .tab-nav__tab:hover, .no-touch .tab-nav__tab:focus {
    border: 2px solid #bfd913;
    color: #212531
}

    .tab-nav__tab--active:after, .no-touch .tab-nav__tab:hover:after, .no-touch .tab-nav__tab:focus:after {
        opacity: 1;
        height: 100%
    }

.tab-nav--table-display {
    display: table;
    width: 100%
}

    .tab-nav--table-display .tab-nav__item {
        display: table-cell
    }

        .tab-nav--table-display .tab-nav__item:last-child .tab-nav__tab {
            margin-right: 0
        }

    .tab-nav--table-display .tab-nav__tab {
        padding: 4px 0 6px;
        text-align: center
    }

.tab-nav--centered {
    text-align: center
}

.tab-panels {
    padding-top: 40px
}

.tab-panels__panel[aria-expanded="false"] {
    display: none
}

@media screen and (max-width: 767px) {
    .tab-panels {
        padding-top: 15px
    }
}



.tag-list {
    margin: 0;
    padding: 0
}

    .tag-list li {
        list-style: none;
        display: inline-block;
        padding-bottom: 4px;
        margin-right: 7px;
        color: #3ebbd2
    }

        .tag-list li:before {
            content: "";
            display: inline-block;
            margin-right: 4px;
            color: #212531
        }

.team-card,
.quick-links {
    padding: 1rem;
    margin: 0px .5rem .5rem 0;
    background: #212121;
    color: #fff;
    border-bottom: 4px solid #bfd913;
    position: relative;
    overflow-y: hidden
}

.team-card__wrapper-link {
    color: #fff;
    border: 0
}

    .team-card__wrapper-link:hover, .team-card__wrapper-link:focus {
        color: #fff
    }

.team-card__avatar {
    width: 100%;
    margin: 0;
    display: block
}

.team-card__details {
    padding: 10px 15px
}

.team-card__name {
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #bfd913;
    padding: 1em
}



.team-card__job-title {
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .team-card__job-title {
        font-size: 13px
    }
}

.team-card__bio {
    font-size: 14px;
    margin-top: 20px;
    padding-bottom: 10px
}

@media screen and (max-width: 767px) {
    .team-card__bio {
        font-size: 13px
    }
}

.team-card__link {
    color: #bfd913;
    border-bottom: 1px solid #bfd913
}

    .team-card__link:hover, .team-card__link:focus {
        color: #b2c820;
        border: 0
    }

.team-card__long-bio {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 14px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s;
    background: #212121;
    overflow-y: auto;
    padding: 15px 15px 35px
}

@media screen and (max-width: 767px) {
    .team-card__long-bio {
        font-size: 13px
    }
}

.team-card__long-bio p {
    padding-bottom: 10px
}

.team-card__hide-overlay {
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s;
    text-align: right;
    padding: 12px 18px;
    border-bottom: 0;
    text-decoration: underline;
    background: #212121;
    color: #bfd913
}

@media screen and (max-width: 767px) {
    .team-card__hide-overlay {
        font-size: 13px
    }
}

.team-card__hide-overlay:hover, .team-card__hide-overlay:focus {
    text-decoration: none
}

.team-card.js-show-overlay .team-card__hide-overlay {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.team-card.js-show-overlay .team-card__long-bio {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}



.testimonials__slide {
    padding: 0 60px;
    display: none
}

    .testimonials__slide blockquote {
        margin-left: 0;
        margin-right: 0;
        text-align: center
    }



@media screen and (max-width: 600px) {
    .testimonials__slide {
        padding: 0 30px
    }
}

.top-level-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.top-level-nav li {
    margin: 0;
    padding: 3px 20px 3px 0;
    list-style-type: none;
    display: inline-block
}

.top-level-nav a {
    color: #bfd913;
    font-size: 20px;
    border-bottom: 0
}

@media screen and (max-width: 767px) {
    .top-level-nav a {
        font-size: 23px
    }
}

@media screen and (max-width: 567px) {
    .top-level-nav a {
        font-size: 19px
    }
}

.top-level-nav a:hover, .top-level-nav a:focus {
    color: #fff
}



.keystone-model {
    max-width: 860px;
    margin: 30px auto;
    overflow: hidden
}

.keystone-model__stage {
    position: relative
}

.keystone-model__diagram {
    position: relative;
    margin: 30px 0
}

.keystone-model__line {
    position: relative;
    padding: 3px 0
}

    .keystone-model__line:before {
        content: "";
        height: 50px;
        position: absolute;
        right: 0;
        bottom: 5px;
        left: 0;
        background-color: #fff;
        background-image: -webkit-linear-gradient(left, #fff 0%, #000 50%, #fff 100%);
        background-image: linear-gradient(to right, #fff 0%, #000 50%, #fff 100%);
        opacity: .04
    }

.keystone-model__dots {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center
}

    .keystone-model__dots li {
        display: inline-block
    }

.keystone-model__dot {
    width: 10px;
    height: 10px;
    overflow: hidden;
    padding: 0;
    border-radius: 50%;
    color: transparent;
    display: inline-block;
    background: #212121;
    opacity: .3
}

.keystone-model__dot--active {
    opacity: 1
}

.keystone-model__next-stage {
    position: absolute;
    margin-left: 5px
}

    .keystone-model__next-stage button {
        font-family: "Lato", Helvetica, sans-serif;
        font-weight: 300;
        font-size: 16px;
        border: 0;
        background: none;
        height: 24px;
        cursor: pointer;
        opacity: 0
    }

@media screen and (max-width: 767px) {
    .keystone-model__next-stage button {
        font-size: 14px
    }
}

.keystone-model__next-stage button:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 100%;
    border-top: 4px solid;
    border-right: 4px solid;
    border-color: #bfd913;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

.keystone-model__next-stage button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    color: #bfd913;
    font-size: 20px;
    opacity: 0
}

.keystone-model__next-stage button:hover:before {
    border-color: #b2c820
}

.keystone-model__next-stage button:focus {
    outline: 0
}

.keystone-model__line-label, .keystone-model__line-label--second {
    position: absolute;
    top: 25px;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
}

.keystone-model__image, .keystone-model__image--second {
    display: block;
    margin: 0 auto
}

    .keystone-model__image path, .keystone-model__image--second path {
        fill: #343639
    }

.keystone-model__image--second {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0
}

.keystone-model__second {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100%;
    width: 450px;
    display: none
}

    .keystone-model__second .keystone-model__image path {
        fill: #bfd913
    }

    .keystone-model__second .keystone-model__image .stage-four__client {
        fill: #343639
    }

    .keystone-model__second .keystone-model__line {
        margin: 20px 0
    }

        .keystone-model__second .keystone-model__line:before {
            z-index: -1
        }

    .keystone-model__second .keystone-model__line-label--left {
        position: absolute;
        top: 25px;
        left: 0
    }

.keystone-model.js-stage-one .keystone-model__line-label {
    -webkit-animation: fade-in-left .5s ease;
    -moz-animation: fade-in-left .5s ease;
    animation: fade-in-left .5s ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media only screen and (max-width: 700px) {
    .keystone-model__diagram {
        margin: 10px 0
    }

    .keystone-model__image, .keystone-model__image--second {
        height: auto
    }

    .keystone-model__line {
        padding: 5px 0
    }

        .keystone-model__line:before {
            bottom: 0
        }

    .keystone-model__line-label {
        position: static;
        text-align: center;
        padding-bottom: 0
    }

    .keystone-model__line-label--second {
        top: auto;
        width: 100%;
        text-align: center
    }

    #stage-one__partner {
        width: 10px !important;
        height: 34px
    }

    #stage-one__senior-associates {
        width: 27px !important;
        height: 34px
    }

    #stage-one__associates {
        width: 65px !important;
        height: 34px
    }

    #stage-one__junior-associates {
        width: 88px !important;
        height: 34px
    }

    #stage-one__trainees {
        width: 120px !important;
        height: 34px
    }

    #stage-one__support {
        width: 184px !important;
        height: 34px
    }

    #stage-three__partners {
        width: 184px !important;
        height: 34px
    }

    #stage-three__support {
        width: 65px !important;
        height: 34px;
        left: 52%
    }

    #stage-four__partner-client {
        width: 200px !important;
        height: 60px
    }

    #stage-four__support {
        width: 52px !important;
        height: 65px
    }
}

.stage-one__title {
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    opacity: 0
}

.stage-one__line {
    opacity: 0
}

.stage-one__label {
    position: absolute;
    top: 43%;
    left: 30px;
    max-width: 160px;
    padding: 5px 0;
    opacity: 0
}

    .stage-one__label:before {
        content: "";
        position: absolute;
        bottom: 110%;
        left: 60px;
        width: 235px;
        height: 103px;
        background-image: url(/assets/images/sprite-01.png);
        background-position: 0 -63px;
        background-repeat: no-repeat;
        background-size: 700px
    }

    .stage-one__label:after {
        content: "";
        position: absolute;
        top: 115%;
        left: 60px;
        width: 150px;
        height: 89px;
        background-image: url(/assets/images/sprite-01.png);
        background-position: 0 -166px;
        background-repeat: no-repeat;
        background-size: 700px
    }

@media only screen and (max-width: 850px) {
    .stage-one__label {
        left: 0
    }

        .stage-one__label:before, .stage-one__label:after {
            left: 15px
        }
}

@media only screen and (max-width: 700px) {
    .stage-one__label {
        max-width: 110px
    }

        .stage-one__label:before {
            width: 114px;
            height: 90px;
            background-image: url(/assets/images/sprite-01.png);
            background-position: 0 -500px;
            background-repeat: no-repeat;
            background-size: 700px
        }

        .stage-one__label:after {
            width: 65px;
            height: 126px;
            background-image: url(/assets/images/sprite-01.png);
            background-position: -114px -500px;
            background-repeat: no-repeat;
            background-size: 700px
        }
}

.js-stage-one .stage-one__title {
    -webkit-animation: fade-in .8s ease forwards;
    -moz-animation: fade-in .8s ease forwards;
    animation: fade-in .8s ease forwards
}

.js-stage-one .stage-one__line {
    -webkit-animation: fade-in .5s ease forwards;
    -moz-animation: fade-in .5s ease forwards;
    animation: fade-in .5s ease forwards
}

.js-stage-one .stage-one__line--highlight:before {
    -webkit-animation: gradient-black-to-green .35s ease 4.25s forwards;
    -moz-animation: gradient-black-to-green .35s ease 4.25s forwards;
    animation: gradient-black-to-green .35s ease 4.25s forwards
}

.js-stage-one .stage-one__line--highlight .keystone-model__image path {
    -webkit-animation: svg-grey-to-green .35s ease 4.25s forwards;
    -moz-animation: svg-grey-to-green .35s ease 4.25s forwards;
    animation: svg-grey-to-green .35s ease 4.25s forwards
}

.js-stage-one .stage-one__label {
    -webkit-animation: fade-in .4s ease 3.85s forwards;
    -moz-animation: fade-in .4s ease 3.85s forwards;
    animation: fade-in .4s ease 3.85s forwards
}

.js-stage-one .keystone-model__next-stage button {
    -webkit-animation: fade-in .4s ease 4.6s forwards;
    -moz-animation: fade-in .4s ease 4.6s forwards;
    animation: fade-in .4s ease 4.6s forwards
}

    .js-stage-one .keystone-model__next-stage button:before {
        -webkit-animation: fade-in .4s ease 4.6s forwards;
        -moz-animation: fade-in .4s ease 4.6s forwards;
        animation: fade-in .4s ease 4.6s forwards
    }

.js-stage-one .stage-one__line:nth-child(1) {
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
    animation-delay: 1.35s
}

    .js-stage-one .stage-one__line:nth-child(1) .keystone-model__line-label {
        -webkit-animation-delay: 1.36s;
        -moz-animation-delay: 1.36s;
        animation-delay: 1.36s
    }

.js-stage-one .stage-one__line:nth-child(2) {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s
}

    .js-stage-one .stage-one__line:nth-child(2) .keystone-model__line-label {
        -webkit-animation-delay: 1.61s;
        -moz-animation-delay: 1.61s;
        animation-delay: 1.61s
    }

.js-stage-one .stage-one__line:nth-child(3) {
    -webkit-animation-delay: 1.85s;
    -moz-animation-delay: 1.85s;
    animation-delay: 1.85s
}

    .js-stage-one .stage-one__line:nth-child(3) .keystone-model__line-label {
        -webkit-animation-delay: 1.86s;
        -moz-animation-delay: 1.86s;
        animation-delay: 1.86s
    }

.js-stage-one .stage-one__line:nth-child(4) {
    -webkit-animation-delay: 2.1s;
    -moz-animation-delay: 2.1s;
    animation-delay: 2.1s
}

    .js-stage-one .stage-one__line:nth-child(4) .keystone-model__line-label {
        -webkit-animation-delay: 2.11s;
        -moz-animation-delay: 2.11s;
        animation-delay: 2.11s
    }

.js-stage-one .stage-one__line:nth-child(5) {
    -webkit-animation-delay: 2.35s;
    -moz-animation-delay: 2.35s;
    animation-delay: 2.35s
}

    .js-stage-one .stage-one__line:nth-child(5) .keystone-model__line-label {
        -webkit-animation-delay: 2.36s;
        -moz-animation-delay: 2.36s;
        animation-delay: 2.36s
    }

.js-stage-one .stage-one__line:nth-child(6) {
    -webkit-animation-delay: 2.6s;
    -moz-animation-delay: 2.6s;
    animation-delay: 2.6s
}

    .js-stage-one .stage-one__line:nth-child(6) .keystone-model__line-label {
        -webkit-animation-delay: 2.61s;
        -moz-animation-delay: 2.61s;
        animation-delay: 2.61s
    }

.stage-two__label {
    position: absolute;
    top: 39%;
    left: 20px;
    max-width: 110px;
    padding: 0;
    opacity: 0
}

    .stage-two__label:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 102%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 226px;
        height: 425px;
        background-image: url(/assets/images/sprite-01.png);
        background-position: -237px 0;
        background-repeat: no-repeat;
        background-size: 700px
    }

@media only screen and (max-width: 850px) {
    .stage-two__label {
        left: 0
    }

        .stage-two__label:after {
            left: 95%
        }
}

@media only screen and (max-width: 800px) {


    .regulatory-news img.full,
    .share-price-tab img.full,
    .important-dates img.full {
        display: none !important;
    }

    .regulatory-news.is-relative div.links,
    .share-price-tab.is-relative div.links {
        position: relative !important;
    }

    .stage-two__label {
        padding-left: 20px;
        max-width: 130px
    }

        .stage-two__label:after {
            left: 0;
            background-position: -248px 0
        }
}

@media only screen and (max-width: 700px) {
    .stage-two__label {
        max-width: 117px;
        padding-left: 17px
    }

        .stage-two__label:after {
            -webkit-transform: translateY(-48%);
            -moz-transform: translateY(-48%);
            -ms-transform: translateY(-48%);
            -o-transform: translateY(-48%);
            transform: translateY(-48%);
            width: 140px;
            height: 388px;
            background-image: url(/assets/images/sprite-01.png);
            background-position: -464px 0;
            background-repeat: no-repeat;
            background-size: 700px
        }
}

.js-stage-two .stage-one__label, .js-stage-two .stage-one__title {
    opacity: 1;
    -webkit-animation: fade-out .4s ease forwards;
    -moz-animation: fade-out .4s ease forwards;
    animation: fade-out .4s ease forwards
}

.js-stage-two .stage-one__line--highlight:before {
    background-color: #fff;
    background-image: -webkit-linear-gradient(left, #fff 0%, #bfd913 50%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #bfd913 50%, #fff 100%);
    -webkit-animation: gradient-green-to-black .35s ease 1s forwards;
    -moz-animation: gradient-green-to-black .35s ease 1s forwards;
    animation: gradient-green-to-black .35s ease 1s forwards
}

.js-stage-two .stage-one__line--highlight .keystone-model__image path {
    fill: #bfd913;
    -webkit-animation: svg-green-to-grey .35s ease 1s forwards;
    -moz-animation: svg-green-to-grey .35s ease 1s forwards;
    animation: svg-green-to-grey .35s ease 1s forwards
}

.js-stage-two .stage-two__label {
    -webkit-animation: fade-in .4s ease .6s forwards;
    -moz-animation: fade-in .4s ease .6s forwards;
    animation: fade-in .4s ease .6s forwards
}

.js-stage-two .stage-two__line--highlight:before {
    -webkit-animation: gradient-black-to-green .35s ease 1s forwards;
    -moz-animation: gradient-black-to-green .35s ease 1s forwards;
    animation: gradient-black-to-green .35s ease 1s forwards
}

.js-stage-two .stage-two__line--highlight .keystone-model__image path {
    -webkit-animation: svg-grey-to-green .35s ease 1s forwards;
    -moz-animation: svg-grey-to-green .35s ease 1s forwards;
    animation: svg-grey-to-green .35s ease 1s forwards
}

.stage-three__label {
    position: absolute;
    top: 42%;
    left: 0;
    max-width: 135px;
    padding: 0;
    opacity: 0
}

    .stage-three__label:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 101%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 197px;
        height: 114px;
        background-image: url(/assets/images/sprite-01.png);
        background-position: 0 -255px;
        background-repeat: no-repeat;
        background-size: 700px;
        opacity: 0
    }

@media only screen and (max-width: 890px) {
    .stage-three__label:before {
        left: 92%
    }
}

@media only screen and (max-width: 840px) {
    .stage-three__label:before {
        display: none
    }
}

@media only screen and (max-width: 700px) {
    .stage-three__label {
        top: -30px;
        width: 100%;
        text-align: center;
        max-width: none
    }
}

.js-stage-two.js-stage-three .stage-two__label {
    opacity: 1;
    -webkit-animation: fade-out .4s ease forwards;
    -moz-animation: fade-out .4s ease forwards;
    animation: fade-out .4s ease forwards
}

.js-stage-two.js-stage-three .stage-three__label {
    -webkit-animation: fade-in .4s ease .4s forwards;
    -moz-animation: fade-in .4s ease .4s forwards;
    animation: fade-in .4s ease .4s forwards
}

    .js-stage-two.js-stage-three .stage-three__label:before {
        -webkit-animation: fade-in .4s ease 4.15s forwards;
        -moz-animation: fade-in .4s ease 4.15s forwards;
        animation: fade-in .4s ease 4.15s forwards
    }

.js-stage-two.js-stage-three .stage-three__remove {
    opacity: 1;
    -webkit-animation: fade-out .4s ease 2.75s forwards;
    -moz-animation: fade-out .4s ease 2.75s forwards;
    animation: fade-out .4s ease 2.75s forwards
}

    .js-stage-two.js-stage-three .stage-three__remove .keystone-model__image {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation: fade-out-left .5s ease forwards;
        -moz-animation: fade-out-left .5s ease forwards;
        animation: fade-out-left .5s ease forwards
    }

    .js-stage-two.js-stage-three .stage-three__remove .keystone-model__line-label {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation: fade-out-right .5s ease forwards;
        -moz-animation: fade-out-right .5s ease forwards;
        animation: fade-out-right .5s ease forwards
    }

.js-stage-two.js-stage-three .stage-three__slide-down {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: stage-three-down .5s ease-in-out forwards;
    -moz-animation: stage-three-down .5s ease-in-out forwards;
    animation: stage-three-down .5s ease-in-out forwards;
    -webkit-animation-delay: 2.75s;
    -moz-animation-delay: 2.75s;
    animation-delay: 2.75s
}

.js-stage-two.js-stage-three .stage-three__slide-up {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: stage-three-up .5s ease-in-out forwards;
    -moz-animation: stage-three-up .5s ease-in-out forwards;
    animation: stage-three-up .5s ease-in-out forwards;
    -webkit-animation-delay: 2.75s;
    -moz-animation-delay: 2.75s;
    animation-delay: 2.75s
}

.js-stage-two.js-stage-three .stage-three__switch-out--right.keystone-model__line-label {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation: fade-out-right-and-away .4s ease forwards;
    -moz-animation: fade-out-right-and-away .4s ease forwards;
    animation: fade-out-right-and-away .4s ease forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.75s;
    -moz-animation-delay: 3.75s;
    animation-delay: 3.75s
}

.js-stage-two.js-stage-three .stage-three__switch-out--left {
    -webkit-animation: fade-out-left .4s ease 3.75s forwards;
    -moz-animation: fade-out-left .4s ease 3.75s forwards;
    animation: fade-out-left .4s ease 3.75s forwards
}

.js-stage-two.js-stage-three .stage-three__switch-in--right {
    -webkit-animation: stage-three-right-in .4s ease 4.15s forwards;
    -moz-animation: stage-three-right-in .4s ease 4.15s forwards;
    animation: stage-three-right-in .4s ease 4.15s forwards
}

    .js-stage-two.js-stage-three .stage-three__switch-in--right path {
        fill: #bfd913
    }

.js-stage-two.js-stage-three .stage-three__switch-in--left {
    -webkit-animation: fade-in-left .4s ease 4.15s forwards;
    -moz-animation: fade-in-left .4s ease 4.15s forwards;
    animation: fade-in-left .4s ease 4.15s forwards
}

.js-stage-three .stage-three__remove:nth-child(1) .keystone-model__line-label, .js-stage-three .stage-three__remove:nth-child(1) .keystone-model__image {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s
}

.js-stage-three .stage-three__remove:nth-child(2) .keystone-model__line-label, .js-stage-three .stage-three__remove:nth-child(2) .keystone-model__image {
    -webkit-animation-delay: 1.75s;
    -moz-animation-delay: 1.75s;
    animation-delay: 1.75s
}

.js-stage-three .stage-three__remove:nth-child(3) .keystone-model__line-label, .js-stage-three .stage-three__remove:nth-child(3) .keystone-model__image {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.js-stage-three .stage-three__remove:nth-child(4) .keystone-model__line-label, .js-stage-three .stage-three__remove:nth-child(4) .keystone-model__image {
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    animation-delay: 1.25s
}

.js-stage-three .stage-three__remove:nth-child(5) .keystone-model__line-label, .js-stage-three .stage-three__remove:nth-child(5) .keystone-model__image {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes stage-three-down {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%)
    }
}

@-moz-keyframes stage-three-down {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%)
    }
}

@keyframes stage-three-down {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%)
    }
}

@-webkit-keyframes stage-three-up {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        -o-transform: translateY(-200%);
        transform: translateY(-200%)
    }
}

@-moz-keyframes stage-three-up {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        -o-transform: translateY(-200%);
        transform: translateY(-200%)
    }
}

@keyframes stage-three-up {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        -o-transform: translateY(-200%);
        transform: translateY(-200%)
    }
}

@-webkit-keyframes stage-three-right-in {
    from {
        opacity: 0;
        -webkit-transform: translateX(-150%);
        -moz-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        -o-transform: translateX(-150%);
        transform: translateX(-150%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@-moz-keyframes stage-three-right-in {
    from {
        opacity: 0;
        -webkit-transform: translateX(-150%);
        -moz-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        -o-transform: translateX(-150%);
        transform: translateX(-150%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes stage-three-right-in {
    from {
        opacity: 0;
        -webkit-transform: translateX(-150%);
        -moz-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        -o-transform: translateX(-150%);
        transform: translateX(-150%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.stage-four__title {
    margin: 0 auto;
    max-width: 370px;
    text-align: center;
    opacity: 0
}

.stage-four__line {
    opacity: 0
}

.stage-four__line--one .stage-four__arrow, .stage-four__line--one:after {
    position: absolute;
    left: calc(50% - 90px);
    width: 54px;
    height: 18px
}

.stage-four__line--one .stage-four__arrow {
    top: 54px;
    background-image: url(/assets/images/sprite-01.png);
    background-position: -80px -18px;
    background-repeat: no-repeat;
    background-size: 700px
}

.stage-four__line--one:after {
    content: "";
    top: 30px;
    background-image: url(/assets/images/sprite-01.png);
    background-position: -80px 0;
    background-repeat: no-repeat;
    background-size: 700px
}

.stage-four__line--two:after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: calc(50% - 78px);
    width: 150px;
    height: 90px;
    background-image: url(/assets/images/sprite-01.png);
    background-position: 0 -363px;
    background-repeat: no-repeat;
    background-size: 700px;
    opacity: 0
}

@media only screen and (max-width: 700px) {
    .stage-four__line--one .stage-four__arrow, .stage-four__line--one:after {
        position: absolute;
        left: calc(50% - 75px)
    }

    .stage-four__line--two:after {
        bottom: 50px
    }
}

.js-stage-four .keystone-model__next-stage button {
    color: transparent
}

    .js-stage-four .keystone-model__next-stage button:before {
        -webkit-animation: fade-out .4s ease forwards;
        -moz-animation: fade-out .4s ease forwards;
        animation: fade-out .4s ease forwards
    }

    .js-stage-four .keystone-model__next-stage button:after {
        -webkit-animation: fade-in .4s ease 4.35s forwards;
        -moz-animation: fade-in .4s ease 4.35s forwards;
        animation: fade-in .4s ease 4.35s forwards
    }

.js-stage-four .keystone-model__second {
    display: block
}

.js-stage-four .stage-four__fade-out {
    -webkit-animation: fade-out .4s ease forwards;
    -moz-animation: fade-out .4s ease forwards;
    animation: fade-out .4s ease forwards
}

.js-stage-four .stage-four__fade-in {
    -webkit-animation: fade-in .4s ease .4s forwards;
    -moz-animation: fade-in .4s ease .4s forwards;
    animation: fade-in .4s ease .4s forwards
}

.js-stage-four .stage-four__line {
    -webkit-animation: fade-in .5s ease forwards;
    -moz-animation: fade-in .5s ease forwards;
    animation: fade-in .5s ease forwards
}

.js-stage-four .stage-four__line--one .stage-four__arrow {
    opacity: 0;
    -webkit-animation: fade-in-left .4s ease 2.65s forwards;
    -moz-animation: fade-in-left .4s ease 2.65s forwards;
    animation: fade-in-left .4s ease 2.65s forwards
}

.js-stage-four .stage-four__line--one:after {
    opacity: 0;
    -webkit-animation: fade-in-right .4s ease 2.65s forwards;
    -moz-animation: fade-in-right .4s ease 2.65s forwards;
    animation: fade-in-right .4s ease 2.65s forwards
}

.js-stage-four .stage-four__line--two:after {
    -webkit-animation: fade-in .5s ease 3.35s forwards;
    -moz-animation: fade-in .5s ease 3.35s forwards;
    animation: fade-in .5s ease 3.35s forwards
}

.js-stage-four .stage-four__line:nth-child(1) {
    -webkit-animation-delay: 1.65s;
    -moz-animation-delay: 1.65s;
    animation-delay: 1.65s
}

    .js-stage-four .stage-four__line:nth-child(1) .keystone-model__line-label, .js-stage-four .stage-four__line:nth-child(1) .keystone-model__line-label--second {
        -webkit-animation-delay: 1.66s;
        -moz-animation-delay: 1.66s;
        animation-delay: 1.66s
    }

.js-stage-four .stage-four__line:nth-child(2) {
    -webkit-animation-delay: 1.9s;
    -moz-animation-delay: 1.9s;
    animation-delay: 1.9s
}

    .js-stage-four .stage-four__line:nth-child(2) .keystone-model__line-label, .js-stage-four .stage-four__line:nth-child(2) .keystone-model__line-label--second {
        -webkit-animation-delay: 1.91s;
        -moz-animation-delay: 1.91s;
        animation-delay: 1.91s
    }

.card-grid {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}



    .card-grid.slick-slider {
        display: block
    }

        .card-grid.slick-slider .slick-track {
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex
        }

        .card-grid.slick-slider .slick-slide {
            float: none;
            height: auto
        }

.card-grid--pad-bottom {
    padding-bottom: 10px
}

.card-grid--align-edges {
    margin-right: -10px;
    margin-left: -10px
}



.card-slider {
    position: relative
}

    .card-slider .slick-track {
        left: -130px
    }

    .card-slider .slick-arrow {
        width: 60px;
        height: 60px;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
        background: #bfd913;
        border: 0;
        overflow: hidden;
        text-indent: -100vw;
        cursor: pointer;
        position: absolute;
        top: 50%;
        z-index: 2;
        -webkit-transition: background .2s;
        -moz-transition: background .2s;
        transition: background .2s
    }

        .card-slider .slick-arrow:before {
            content: "";
            width: 16px;
            height: 16px;
            position: absolute;
            top: 50%;
            right: 50%;
            border-top: 3px solid;
            border-right: 3px solid;
            border-color: #fff
        }

        .card-slider .slick-arrow:hover {
            background: #b2c820
        }

        .card-slider .slick-arrow:focus {
            outline: 0
        }

    .card-slider .slick-prev {
        left: 0
    }

        .card-slider .slick-prev:before {
            -webkit-transform: translate(11px, -8px) rotate(-135deg);
            -moz-transform: translate(11px, -8px) rotate(-135deg);
            -ms-transform: translate(11px, -8px) rotate(-135deg);
            -o-transform: translate(11px, -8px) rotate(-135deg);
            transform: translate(11px, -8px) rotate(-135deg)
        }

    .card-slider .slick-next {
        right: 0
    }

        .card-slider .slick-next:before {
            -webkit-transform: translate(5px, -8px) rotate(45deg);
            -moz-transform: translate(5px, -8px) rotate(45deg);
            -ms-transform: translate(5px, -8px) rotate(45deg);
            -o-transform: translate(5px, -8px) rotate(45deg);
            transform: translate(5px, -8px) rotate(45deg)
        }

    .card-slider.card-grid {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }

@media only screen and (max-width: 500px) {
    .card-slider .slick-track {
        left: 0
    }
}

@media only screen and (max-width: 420px) {
    .card-slider--team {
        padding: 0 40px
    }

        .card-slider--team .slick-arrow {
            width: 50px;
            height: 50px
        }
}


@media screen and (max-width: 567px) {
    .article__title {
        padding: 40px 0
    }

        .article__title:after {
            display: none
        }

    .article__author {
        float: none;
        padding-left: 0
    }
}






.half-divide .front-end:before, .half-divide .site-header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background: rgba(226,231,234,0.8);
    z-index: -1
}


.half-divide .front-end {
    position: relative
}

.half-divide--left .front-end:before, .half-divide--left .site-header:before {
    left: 0;
    right: 50%
}

@media screen and (max-width: 767px) {
    .half-divide .front-end:before, .half-divide .site-header:before {
        display: none
    }
}





.inner {
    padding: 10px;
}

.content-inner {
    padding: 25px;
}

.download {
    background: #bfd913;
}

    .download a {
        color: #212531 !important;
    }

.Results .container.wysiwyg--pointlist p:first-of-type {
    font-size: 20px;
}

img.float-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 40%;
    height: auto;
}

img.float-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 40%;
    height: auto;
}

.a {
    border-bottom: 1px solid #333;
}

.a-top {
    border-top: 1px solid #333;
}

.a-left {
    border-left: 1px solid #333;
}

.a-right {
    border-right: 1px solid #333;
}

.aa {
    border-bottom: 2px solid #333;
}

.aa-left {
    border-left: 2px solid #333;
}

.aa-right {
    border-right: 2px solid #333;
}

.aa-top {
    border-top: 2px solid #333;
}

.aaa {
    border-bottom: 3px double #333;
}

.aaa-left {
    border-left: 3px double #333;
}

.aaa-right {
    border-right: 3px double #333;
}

.aaa-top {
    border-top: 3px double #333;
}

/* New Share Price Feed Layout */

#iframe-relative,
.is-relative {
    position: relative; /* allows a: link to display on top of iframe */
}

    #iframe-relative a {
        text-decoration: none;
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 46px;
        width: 100%;
    }

    .is-relative a.links,
    .is-relative div.links,
    .is-relative iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
    }

    .is-relative a.links {
        text-decoration: none !important;
        border-bottom: 0px !important;
    }

img.full {
    width: 100%;
    height: auto;
}








@media print {
    *, *:before, *:after, *:first-letter, *:first-line {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p, h2, h3, .keynotes-search__sub {
        orphans: 3;
        widows: 3
    }

    h2, h3, .keynotes-search__sub {
        page-break-after: avoid
    }

    .site-header__temp-nav, .site-header__nav, .site-footer {
        display: none
    }

    .front-end {
        padding-top: 0px !important
    }
}


@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fade-in-left {
    from {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-moz-keyframes fade-in-left {
    from {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-left {
    from {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-right {
    from {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-moz-keyframes fade-in-right {
    from {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-right {
    from {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-up {
    from {
        opacity: 0;
        -webkit-transform: translateY(40%);
        -moz-transform: translateY(40%);
        -ms-transform: translateY(40%);
        -o-transform: translateY(40%);
        transform: translateY(40%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fade-in-up {
    from {
        opacity: 0;
        -webkit-transform: translateY(40%);
        -moz-transform: translateY(40%);
        -ms-transform: translateY(40%);
        -o-transform: translateY(40%);
        transform: translateY(40%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-in-up {
    from {
        opacity: 0;
        -webkit-transform: translateY(40%);
        -moz-transform: translateY(40%);
        -ms-transform: translateY(40%);
        -o-transform: translateY(40%);
        transform: translateY(40%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fade-in-down {
    from {
        opacity: 0;
        -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        -o-transform: translateY(-40%);
        transform: translateY(-40%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fade-in-down {
    from {
        opacity: 0;
        -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        -o-transform: translateY(-40%);
        transform: translateY(-40%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-in-down {
    from {
        opacity: 0;
        -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        -o-transform: translateY(-40%);
        transform: translateY(-40%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-moz-keyframes fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fade-out-right {
    from {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
}

@-moz-keyframes fade-out-right {
    from {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
}

@keyframes fade-out-right {
    from {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
}

@-webkit-keyframes fade-out-right-and-away {
    0% {
        height: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    99% {
        height: auto;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }

    100% {
        opacity: 0;
        height: 0
    }
}

@-moz-keyframes fade-out-right-and-away {
    0% {
        height: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    99% {
        height: auto;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }

    100% {
        opacity: 0;
        height: 0
    }
}

@keyframes fade-out-right-and-away {
    0% {
        height: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    99% {
        height: auto;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }

    100% {
        opacity: 0;
        height: 0
    }
}

@-webkit-keyframes fade-out-left {
    from {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
}

@-moz-keyframes fade-out-left {
    from {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes fade-out-left {
    from {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
}

@-webkit-keyframes vertical-rotate-in {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        transform: rotateY(90deg)
    }

    1% {
        opacity: 1;
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        transform: rotateY(90deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0)
    }
}

@-moz-keyframes vertical-rotate-in {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        transform: rotateY(90deg)
    }

    1% {
        opacity: 1;
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        transform: rotateY(90deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0)
    }
}

@keyframes vertical-rotate-in {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        transform: rotateY(90deg)
    }

    1% {
        opacity: 1;
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        transform: rotateY(90deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0)
    }
}

@-webkit-keyframes gradient-black-to-green {
    from {
        background-color: #fff;
        background-image: -webkit-linear-gradient(left, #fff 0%, #000 50%, #fff 100%);
        background-image: linear-gradient(to right, #fff 0%, #000 50%, #fff 100%)
    }

    to {
        background-color: #fff;
        background-image: -webkit-linear-gradient(left, #fff 0%, #bfd913 50%, #fff 100%);
        background-image: linear-gradient(to right, #fff 0%, #bfd913 50%, #fff 100%)
    }
}

@-moz-keyframes gradient-black-to-green {
    from {
        background-color: #fff;
        background-image: -webkit-linear-gradient(left, #fff 0%, #000 50%, #fff 100%);
        background-image: linear-gradient(to right, #fff 0%, #000 50%, #fff 100%)
    }

    to {
        background-color: #fff;
        background-image: -webkit-linear-gradient(left, #fff 0%, #bfd913 50%, #fff 100%);
        background-image: linear-gradient(to right, #fff 0%, #bfd913 50%, #fff 100%)
    }
}

@keyframes gradient-black-to-green {
    from {
        background-color: #fff;
        background-image: -webkit-linear-gradient(left, #fff 0%, #000 50%, #fff 100%);
        background-image: linear-gradient(to right, #fff 0%, #000 50%, #fff 100%)
    }

    to {
        background-color: #fff;
        background-image: -webkit-linear-gradient(left, #fff 0%, #bfd913 50%, #fff 100%);
        background-image: linear-gradient(to right, #fff 0%, #bfd913 50%, #fff 100%)
    }
}

@-webkit-keyframes gradient-green-to-black {
    from {
        background-color: #fff;
        background-image: -webkit-linear-gradient(left, #fff 0%, #bfd913 50%, #fff 100%);
        background-image: linear-gradient(to right, #fff 0%, #bfd913 50%, #fff 100%)
    }

    to {
        background-color: #fff;
        background-image: -webkit-linear-gradient(left, #fff 0%, #000 50%, #fff 100%);
        background-image: linear-gradient(to right, #fff 0%, #000 50%, #fff 100%)
    }
}

@-moz-keyframes gradient-green-to-black {
    from {
        background-color: #fff;
        background-image: -webkit-linear-gradient(left, #fff 0%, #bfd913 50%, #fff 100%);
        background-image: linear-gradient(to right, #fff 0%, #bfd913 50%, #fff 100%)
    }

    to {
        background-color: #fff;
        background-image: -webkit-linear-gradient(left, #fff 0%, #000 50%, #fff 100%);
        background-image: linear-gradient(to right, #fff 0%, #000 50%, #fff 100%)
    }
}

@keyframes gradient-green-to-black {
    from {
        background-color: #fff;
        background-image: -webkit-linear-gradient(left, #fff 0%, #bfd913 50%, #fff 100%);
        background-image: linear-gradient(to right, #fff 0%, #bfd913 50%, #fff 100%)
    }

    to {
        background-color: #fff;
        background-image: -webkit-linear-gradient(left, #fff 0%, #000 50%, #fff 100%);
        background-image: linear-gradient(to right, #fff 0%, #000 50%, #fff 100%)
    }
}

@-webkit-keyframes svg-grey-to-green {
    from {
        fill: #343639
    }

    to {
        fill: #bfd913
    }
}

@-moz-keyframes svg-grey-to-green {
    from {
        fill: #343639
    }

    to {
        fill: #bfd913
    }
}

@keyframes svg-grey-to-green {
    from {
        fill: #343639
    }

    to {
        fill: #bfd913
    }
}

@-webkit-keyframes svg-green-to-grey {
    from {
        fill: #bfd913
    }

    to {
        fill: #343639
    }
}

@-moz-keyframes svg-green-to-grey {
    from {
        fill: #bfd913
    }

    to {
        fill: #343639
    }
}

@keyframes svg-green-to-grey {
    from {
        fill: #bfd913
    }

    to {
        fill: #343639
    }
}





[data-columns]|before {
    display: block;
    position: absolute;
    visibility: hidden;
    font-size: 1px;
}

@media screen and (max-width: 767px) {
    .u-hide-tablet {
        display: none !important
    }
}





@media screen and (max-width: 567px) {

    img.img-float {
        display: none;
    }

    blockquote:before, blockquote:after {
        font-size: 30px
    }
}

blockquote:before {
    content: "â€œ";
    margin-right: 5px
}

blockquote:after {
    content: "â€"
}



a.button {
    display: inline-block
}

input[type="search"]|-webkit-search-decoration, input[type="search"]|-webkit-search-cancel-button, input[type="search"]|-webkit-search-results-button, input[type="search"]|-webkit-search-results-decoration {
    display: none
}

.front-end fieldset {
    border: 0;
    padding: 0
}





.card {
    /*width: 240px;*/
    padding: 10px;
    background: #343639;
    color: #fff;
    border-bottom: 4px solid #bfd913;
    font-size: 16px;
    min-height: 320px;
    display: block !important;
}

.card-small {
    min-height: 150px;
}


.card:after {
    content: "";
    display: table;
    clear: both
}





.card__link-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    color: #fff;
    border: 0
}

    .card__link-wrapper:hover .card__timestamp,
    .card__link-wrapper:hover em {
        color: #fff
    }

    .card__link-wrapper span {
        color: #bfd913;
    }

.card__logo {
    height: 75px;
    text-align: center
}

    .card__logo img {
        max-height: 70px
    }

.card__type-label {
    color: #bfd913;
    display: inline-block;
    margin-bottom: 5px
}



.card__footer {
    padding-top: 30px
}

.card__author {
    display: block;
    color: #bfd913
}

.card__author-avatar {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start
}

.card__timestamp {
    font-size: 14px;
    color: #fff;
    display: block
}

@media screen and (max-width: 767px) {
    .card__timestamp {
        font-size: 13px
    }
}

.card p {
    padding-bottom: 10px
}

.card__cta-link {
    float: right
}

.card--alternate {
    border-color: #3ebbd2
}

    .card--alternate .card__type-label, .card--alternate .card__author {
        color: #3ebbd2
    }

    .card--alternate .card__link-wrapper:hover, .card--alternate .card__link-wrapper:focus {
        color: #3ebbd2
    }

.card--light {
    background: #fff;
    color: #343639
}

    .card--light .card__cta-link:hover, .card--light .card__cta-link:focus {
        color: #b2c820
    }

    .card--light .card__link-wrapper {
        color: #343639
    }

.card--spotlight {
    border-color: #3ebbd2
}

    .card--spotlight .card__type-label {
        color: #3ebbd2
    }

    .card--spotlight .card__link-wrapper {
        color: #212531
    }

        .card--spotlight .card__link-wrapper:hover, .card--spotlight .card__link-wrapper:focus {
            color: #3ebbd2
        }

.card--child-item {
    border-color: #3ebbd2
}

    .card--child-item .card__cta-link:hover, .card--child-item .card__cta-link:focus {
        color: #3ebbd2
    }

    .card--child-item .card__cta-link:after {
        border-color: #3ebbd2
    }

.carousel-filters {
    text-align: center
}

.carousel-filters__mobile {
    display: none
}

.carousel-filters__filter {
    display: inline-block;
    margin: 0 5px 5px
}

@media screen and (max-width: 600px) {
    .carousel-filters__mobile {
        display: inline-block
    }

    .carousel-filters__desktop {
        display: none
    }
}

.clients {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
    width: 900px
}

.clients__title {
    text-align: center;
    margin-bottom: 20px
}

.clients__grid {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-top: -20px;
    margin-right: -40px
}

    .clients__grid > * {
        -webkit-box-flex: none;
        -moz-box-flex: none;
        box-flex: none;
        -webkit-flex: none;
        -moz-flex: none;
        -ms-flex: none;
        flex: none;
        margin-top: 20px;
        margin-right: 40px;
        width: calc(20% - 40px)
    }

.clients__item {
    position: relative
}

    .clients__item:before {
        content: "";
        display: block;
        padding-top: 100%
    }

.clients__link {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    border-bottom: none;
    display: block
}

    .clients__link:hover .clients__front {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    .clients__link:hover .clients__back {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

.clients__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 100%
}

.clients__front, .clients__back {
    -webkit-transition: -webkit-transform .8s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: -moz-transform .8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform .8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%
}

.clients__back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 20px;
    background: #bfd913;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box
}

    .clients__back > * {
        -webkit-box-flex: none;
        -moz-box-flex: none;
        box-flex: none;
        -webkit-flex: none;
        -moz-flex: none;
        -ms-flex: none;
        flex: none
    }

.clients__name {
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 300;
    border-bottom: 1px solid #343639;
    color: #343639;
    font-size: 16px
}

.clients__copy {
    text-transform: uppercase;
    color: #343639;
    font-weight: 700;
    font-size: 12px
}

@media screen and (max-width: 767px) {
    .clients__grid > * {
        width: calc(33.33333% - 40px)
    }
}

@media screen and (max-width: 600px) {
    .clients__grid > * {
        width: calc(50% - 40px)
    }
}

.footer-link-list {
    font-size: 16px;
    padding-bottom: 36px
}

@media screen and (max-width: 767px) {
    .footer-link-list {
        font-size: 14px
    }
}

.footer-link-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer-link-list li {
    margin: 0;
    padding: 0;
    padding-bottom: 4px
}

.footer-link-list a {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    color: #fff
}

    .footer-link-list a:hover, .footer-link-list a:focus {
        border-color: #bfd913
    }

.formify-error input[type="email"], .formify-error input[type="number"], .formify-error input[type="password"], .formify-error input[type="search"], .formify-error input[type="tel"], .formify-error input[type="text"], .formify-error input[type="url"], .formify-error input[type="color"], .formify-error input[type="date"], .formify-error input[type="datetime"], .formify-error input[type="datetime-local"], .formify-error input[type="month"], .formify-error input[type="time"], .formify-error input[type="week"], .formify-error textarea {
    border-color: #d9132a
}

.formify-error-message {
    margin-top: 20px;
    padding: 10px;
    background: #fff;
    border: 1px solid #d9132a;
    color: #d9132a
}

.formify-message {
    border-radius: 0;
    padding: 10px;
    border: 1px solid #bfd913;
    background: #fff
}

.highlight {
    border: 1px solid #bfd913;
    padding: 20px 30px;
    margin-bottom: 20px
}

    .highlight p:last-of-type {
        padding-bottom: 0
    }

.highlight--isle-of-man {
    position: relative;
    padding-left: 110px;
    min-height: 93px
}

    .highlight--isle-of-man:before {
        content: "";
        position: absolute;
        top: 15px;
        left: 20px;
        width: 70px;
        height: 63px;
        background-image: url(/assets/images/sprite-01.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 700px;
        z-index: 2
    }








@media screen and (max-width: 767px) {
    .search-results-panel {
        margin-top: 20px
    }
}

@media only screen and (min-width: 535px) and (max-width: 767px) {
    .search-results-panel .salvattore-card-grid {
        max-width: 500px;
        margin: 0 auto
    }
}

.search-tags {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.search-tags__tag {
    font-size: 16px;
    display: inline-block;
    background: #e2e7ea;
    padding: 10px;
    padding-left: 24px;
    margin: 10px 10px 0 0
}

@media screen and (max-width: 767px) {
    .search-tags__tag {
        font-size: 14px
    }
}

.search-tags__remove {
    width: 20px;
    height: 20px;
    background: #fff;
    color: rgba(255,255,255,0);
    overflow: hidden;
    position: relative;
    border: 0;
    border-radius: 50%;
    line-height: 20px;
    margin-left: 20px;
    cursor: pointer
}

    .search-tags__remove:before, .search-tags__remove:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 2px;
        background: #4d4d4d
    }

    .search-tags__remove:before {
        -webkit-transform: translate(-50%) rotate(-45deg);
        -moz-transform: translate(-50%) rotate(-45deg);
        -ms-transform: translate(-50%) rotate(-45deg);
        -o-transform: translate(-50%) rotate(-45deg);
        transform: translate(-50%) rotate(-45deg)
    }

    .search-tags__remove:after {
        -webkit-transform: translate(-50%) rotate(-135deg);
        -moz-transform: translate(-50%) rotate(-135deg);
        -ms-transform: translate(-50%) rotate(-135deg);
        -o-transform: translate(-50%) rotate(-135deg);
        transform: translate(-50%) rotate(-135deg)
    }

    .search-tags__remove:hover, .search-tags__remove:focus {
        background: #c8c8c8;
        outline: 0
    }

        .search-tags__remove:hover:before, .search-tags__remove:hover:after, .search-tags__remove:focus:before, .search-tags__remove:focus:after {
            background: #fff
        }

.search-title-panel {
    padding: 0% 0 20% 0
}

@media screen and (max-width: 767px) {
    .search-title-panel {
        padding: 0% 0 10% 0;
        background: #fff
    }
}

.shadowed-title {
    position: relative;
    text-align: center !important;
    padding: 0 20px 80px
}

.shadowed-title__inner {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #bfd913
}

.shadowed-title__title, .shadowed-title__sub {
    -webkit-animation: fade-in-down 1s ease;
    -moz-animation: fade-in-down 1s ease;
    animation: fade-in-down 1s ease
}

.shadowed-title__sub--small {
    font-size: 18px
}

@media screen and (max-width: 767px) {
    .shadowed-title__sub--small {
        font-size: 16px
    }
}

@media screen and (max-width: 567px) {
    .shadowed-title__sub--small {
        font-size: 15px
    }
}

.sitemap {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-columns: 3 250px;
    -moz-columns: 3 250px;
    columns: 3 250px
}

    .sitemap li {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 3px 0
    }

        .sitemap li ul {
            font-size: 16px;
            margin: 5px 0 0;
            padding: 0;
            padding-left: 20px
        }

@media screen and (max-width: 767px) {
    .sitemap li ul {
        font-size: 14px
    }
}

.sitemap > li {
    padding-bottom: 20px
}

.social-links__link {
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    text-indent: -100vw;
    border-bottom: 0;
    margin-right: 20px
}

.social-links__link--facebook {
    width: 38px;
    height: 46px;
    background-image: url(../images/sprite.png);
    background-position: -13px 0;
    background-repeat: no-repeat;
    background-size: 400px
}

.social-links__link--twitter {
    width: 45px;
    height: 49px;
    background-image: url(../images/sprite.png);
    background-position: -51px 0;
    background-repeat: no-repeat;
    background-size: 400px;
    margin-right: 16px
}

.social-links__link--linkedin {
    width: 38px;
    height: 46px;
    background-image: url(../images/sprite.png);
    background-position: -97px 0;
    background-repeat: no-repeat;
    background-size: 400px
}

.styled-list {
    margin: 0;
    padding: 0
}

    .styled-list li {
        margin: 0;
        padding: 0 0 20px 37px;
        list-style: none;
        position: relative;
        line-height: 1.4
    }

        .styled-list li:before {
            content: "";
            position: absolute;
            top: 4px;
            left: 10px;
            width: 14px;
            height: 17px;
            background-image: url(../images/sprite.png);
            background-position: 0 0;
            background-repeat: no-repeat;
            background-size: 700px
        }

@media screen and (max-width: 567px) {
    .styled-list li {
        padding-bottom: 15px
    }
}

.tab-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.tab-nav__item {
    display: inline-block
}

.tab-nav__tab {
    font-size: 16px;
    display: block;
    border: 2px solid #bfd913;
    margin: 0 8px 8px 0;
    padding: 4px 26px 6px;
    position: relative
}

@media screen and (max-width: 767px) {
    .tab-nav__tab {
        font-size: 14px
    }
}

.tab-nav__tab:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    z-index: -1;
    background: #bfd913;
    opacity: 0;
    -webkit-transition: height .2s, opacity .2s;
    -moz-transition: height .2s, opacity .2s;
    transition: height .2s, opacity .2s
}

.tab-nav__tab--active, .no-touch .tab-nav__tab:hover, .no-touch .tab-nav__tab:focus {
    border: 2px solid #bfd913;
    color: #212531
}

    .tab-nav__tab--active:after, .no-touch .tab-nav__tab:hover:after, .no-touch .tab-nav__tab:focus:after {
        opacity: 1;
        height: 100%
    }

.tab-nav--table-display {
    display: table;
    width: 100%
}

    .tab-nav--table-display .tab-nav__item {
        display: table-cell
    }

        .tab-nav--table-display .tab-nav__item:last-child .tab-nav__tab {
            margin-right: 0
        }

    .tab-nav--table-display .tab-nav__tab {
        padding: 4px 0 6px;
        text-align: center
    }

.tab-nav--centered {
    text-align: center
}

.tab-panels {
    padding-top: 40px
}

.tab-panels__panel[aria-expanded="false"] {
    display: none
}

@media screen and (max-width: 767px) {
    .tab-panels {
        padding-top: 15px
    }
}



.tag-list {
    margin: 0;
    padding: 0
}

    .tag-list li {
        list-style: none;
        display: inline-block;
        padding-bottom: 4px;
        margin-right: 7px;
        color: #3ebbd2
    }

        .tag-list li:before {
            content: "";
            display: inline-block;
            margin-right: 4px;
            color: #212531
        }

.team-card,
.quick-links {
    padding: 1rem;
    margin: 0px .5rem .5rem 0;
    background: #212121;
    color: #fff;
    border-bottom: 4px solid #bfd913;
    position: relative;
    overflow-y: hidden
}

.team-card__wrapper-link {
    color: #fff;
    border: 0
}

    .team-card__wrapper-link:hover, .team-card__wrapper-link:focus {
        color: #fff
    }

.team-card__avatar {
    width: 100%;
    margin: 0;
    display: block
}

.team-card__details {
    padding: 10px 15px
}

.team-card__name {
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #bfd913;
    padding: 1em
}



.team-card__job-title {
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .team-card__job-title {
        font-size: 13px
    }
}

.team-card__bio {
    font-size: 14px;
    margin-top: 20px;
    padding-bottom: 10px
}

@media screen and (max-width: 767px) {
    .team-card__bio {
        font-size: 13px
    }
}

.team-card__link {
    color: #bfd913;
    border-bottom: 1px solid #bfd913
}

    .team-card__link:hover, .team-card__link:focus {
        color: #b2c820;
        border: 0
    }

.team-card__long-bio {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 14px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s;
    background: #212121;
    overflow-y: auto;
    padding: 15px 15px 35px
}

@media screen and (max-width: 767px) {
    .team-card__long-bio {
        font-size: 13px
    }
}

.team-card__long-bio p {
    padding-bottom: 10px
}

.team-card__hide-overlay {
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s;
    text-align: right;
    padding: 12px 18px;
    border-bottom: 0;
    text-decoration: underline;
    background: #212121;
    color: #bfd913
}

@media screen and (max-width: 767px) {
    .team-card__hide-overlay {
        font-size: 13px
    }
}

.team-card__hide-overlay:hover, .team-card__hide-overlay:focus {
    text-decoration: none
}

.team-card.js-show-overlay .team-card__hide-overlay {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.team-card.js-show-overlay .team-card__long-bio {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}



.testimonials__slide {
    padding: 0 60px;
    display: none
}

    .testimonials__slide blockquote {
        margin-left: 0;
        margin-right: 0;
        text-align: center
    }

.testimonials .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px
}

    .testimonials .slick-dots li {
        padding: 0;
        margin: 0 2px
    }

        .testimonials .slick-dots li:before {
            display: none
        }

        .testimonials .slick-dots li button {
            display: block;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            padding: 0;
            font-size: 0;
            background-color: #000;
            border: none;
            outline: none;
            cursor: pointer
        }

        .testimonials .slick-dots li.slick-active button {
            background-color: #bfd913
        }

.testimonials .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 16px;
    height: 16px;
    border: none;
    background-color: transparent;
    border-top: 2px solid #bfd913;
    padding: 0;
    font-size: 0;
    z-index: 1;
    outline: none;
    cursor: pointer
}

    .testimonials .slick-arrow.slick-prev {
        border-left: 2px solid #bfd913;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        -o-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg)
    }

    .testimonials .slick-arrow.slick-next {
        right: 0;
        left: auto;
        border-right: 2px solid #bfd913;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg)
    }

@media screen and (max-width: 600px) {
    .testimonials__slide {
        padding: 0 30px
    }
}

.top-level-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.top-level-nav li {
    margin: 0;
    padding: 3px 20px 3px 0;
    list-style-type: none;
    display: inline-block
}

.top-level-nav a {
    color: #bfd913;
    font-size: 20px;
    border-bottom: 0
}

@media screen and (max-width: 767px) {
    .top-level-nav a {
        font-size: 23px
    }
}

@media screen and (max-width: 567px) {
    .top-level-nav a {
        font-size: 19px
    }
}

.top-level-nav a:hover, .top-level-nav a:focus {
    color: #fff
}




.keystone-model {
    max-width: 860px;
    margin: 30px auto;
    overflow: hidden
}

.keystone-model__stage {
    position: relative
}

.keystone-model__diagram {
    position: relative;
    margin: 30px 0
}

.keystone-model__line {
    position: relative;
    padding: 3px 0
}

    .keystone-model__line:before {
        content: "";
        height: 50px;
        position: absolute;
        right: 0;
        bottom: 5px;
        left: 0;
        background-color: #fff;
        background-image: -webkit-linear-gradient(left, #fff 0%, #000 50%, #fff 100%);
        background-image: linear-gradient(to right, #fff 0%, #000 50%, #fff 100%);
        opacity: .04
    }

.keystone-model__dots {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center
}

    .keystone-model__dots li {
        display: inline-block
    }

.keystone-model__dot {
    width: 10px;
    height: 10px;
    overflow: hidden;
    padding: 0;
    border-radius: 50%;
    color: transparent;
    display: inline-block;
    background: #212121;
    opacity: .3
}

.keystone-model__dot--active {
    opacity: 1
}

.keystone-model__next-stage {
    position: absolute;
    margin-left: 5px
}

    .keystone-model__next-stage button {
        font-family: "Lato", Helvetica, sans-serif;
        font-weight: 300;
        font-size: 16px;
        border: 0;
        background: none;
        height: 24px;
        cursor: pointer;
        opacity: 0
    }

@media screen and (max-width: 767px) {
    .keystone-model__next-stage button {
        font-size: 14px
    }
}

.keystone-model__next-stage button:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 100%;
    border-top: 4px solid;
    border-right: 4px solid;
    border-color: #bfd913;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

.keystone-model__next-stage button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    color: #bfd913;
    font-size: 20px;
    opacity: 0
}

.keystone-model__next-stage button:hover:before {
    border-color: #b2c820
}

.keystone-model__next-stage button:focus {
    outline: 0
}

.keystone-model__line-label, .keystone-model__line-label--second {
    position: absolute;
    top: 25px;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
}

.keystone-model__image, .keystone-model__image--second {
    display: block;
    margin: 0 auto
}

    .keystone-model__image path, .keystone-model__image--second path {
        fill: #343639
    }

.keystone-model__image--second {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0
}

.keystone-model__second {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100%;
    width: 450px;
    display: none
}

    .keystone-model__second .keystone-model__image path {
        fill: #bfd913
    }

    .keystone-model__second .keystone-model__image .stage-four__client {
        fill: #343639
    }

    .keystone-model__second .keystone-model__line {
        margin: 20px 0
    }

        .keystone-model__second .keystone-model__line:before {
            z-index: -1
        }

    .keystone-model__second .keystone-model__line-label--left {
        position: absolute;
        top: 25px;
        left: 0
    }

.keystone-model.js-stage-one .keystone-model__line-label {
    -webkit-animation: fade-in-left .5s ease;
    -moz-animation: fade-in-left .5s ease;
    animation: fade-in-left .5s ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media only screen and (max-width: 700px) {
    .keystone-model__diagram {
        margin: 10px 0
    }

    .keystone-model__image, .keystone-model__image--second {
        height: auto
    }

    .keystone-model__line {
        padding: 5px 0
    }

        .keystone-model__line:before {
            bottom: 0
        }

    .keystone-model__line-label {
        position: static;
        text-align: center;
        padding-bottom: 0
    }

    .keystone-model__line-label--second {
        top: auto;
        width: 100%;
        text-align: center
    }

    #stage-one__partner {
        width: 10px !important;
        height: 34px
    }

    #stage-one__senior-associates {
        width: 27px !important;
        height: 34px
    }

    #stage-one__associates {
        width: 65px !important;
        height: 34px
    }

    #stage-one__junior-associates {
        width: 88px !important;
        height: 34px
    }

    #stage-one__trainees {
        width: 120px !important;
        height: 34px
    }

    #stage-one__support {
        width: 184px !important;
        height: 34px
    }

    #stage-three__partners {
        width: 184px !important;
        height: 34px
    }

    #stage-three__support {
        width: 65px !important;
        height: 34px;
        left: 52%
    }

    #stage-four__partner-client {
        width: 200px !important;
        height: 60px
    }

    #stage-four__support {
        width: 52px !important;
        height: 65px
    }
}

.stage-one__title {
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    opacity: 0
}

.stage-one__line {
    opacity: 0
}

.stage-one__label {
    position: absolute;
    top: 43%;
    left: 30px;
    max-width: 160px;
    padding: 5px 0;
    opacity: 0
}

    .stage-one__label:before {
        content: "";
        position: absolute;
        bottom: 110%;
        left: 60px;
        width: 235px;
        height: 103px;
        background-image: url(/assets/images/sprite-01.png);
        background-position: 0 -63px;
        background-repeat: no-repeat;
        background-size: 700px
    }

    .stage-one__label:after {
        content: "";
        position: absolute;
        top: 115%;
        left: 60px;
        width: 150px;
        height: 89px;
        background-image: url(/assets/images/sprite-01.png);
        background-position: 0 -166px;
        background-repeat: no-repeat;
        background-size: 700px
    }

@media only screen and (max-width: 850px) {
    .stage-one__label {
        left: 0
    }

        .stage-one__label:before, .stage-one__label:after {
            left: 15px
        }
}

@media only screen and (max-width: 700px) {
    .stage-one__label {
        max-width: 110px
    }

        .stage-one__label:before {
            width: 114px;
            height: 90px;
            background-image: url(/assets/images/sprite-01.png);
            background-position: 0 -500px;
            background-repeat: no-repeat;
            background-size: 700px
        }

        .stage-one__label:after {
            width: 65px;
            height: 126px;
            background-image: url(/assets/images/sprite-01.png);
            background-position: -114px -500px;
            background-repeat: no-repeat;
            background-size: 700px
        }
}

.js-stage-one .stage-one__title {
    -webkit-animation: fade-in .8s ease forwards;
    -moz-animation: fade-in .8s ease forwards;
    animation: fade-in .8s ease forwards
}

.js-stage-one .stage-one__line {
    -webkit-animation: fade-in .5s ease forwards;
    -moz-animation: fade-in .5s ease forwards;
    animation: fade-in .5s ease forwards
}

.js-stage-one .stage-one__line--highlight:before {
    -webkit-animation: gradient-black-to-green .35s ease 4.25s forwards;
    -moz-animation: gradient-black-to-green .35s ease 4.25s forwards;
    animation: gradient-black-to-green .35s ease 4.25s forwards
}

.js-stage-one .stage-one__line--highlight .keystone-model__image path {
    -webkit-animation: svg-grey-to-green .35s ease 4.25s forwards;
    -moz-animation: svg-grey-to-green .35s ease 4.25s forwards;
    animation: svg-grey-to-green .35s ease 4.25s forwards
}

.js-stage-one .stage-one__label {
    -webkit-animation: fade-in .4s ease 3.85s forwards;
    -moz-animation: fade-in .4s ease 3.85s forwards;
    animation: fade-in .4s ease 3.85s forwards
}

.js-stage-one .keystone-model__next-stage button {
    -webkit-animation: fade-in .4s ease 4.6s forwards;
    -moz-animation: fade-in .4s ease 4.6s forwards;
    animation: fade-in .4s ease 4.6s forwards
}

    .js-stage-one .keystone-model__next-stage button:before {
        -webkit-animation: fade-in .4s ease 4.6s forwards;
        -moz-animation: fade-in .4s ease 4.6s forwards;
        animation: fade-in .4s ease 4.6s forwards
    }

.js-stage-one .stage-one__line:nth-child(1) {
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
    animation-delay: 1.35s
}

    .js-stage-one .stage-one__line:nth-child(1) .keystone-model__line-label {
        -webkit-animation-delay: 1.36s;
        -moz-animation-delay: 1.36s;
        animation-delay: 1.36s
    }

.js-stage-one .stage-one__line:nth-child(2) {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s
}

    .js-stage-one .stage-one__line:nth-child(2) .keystone-model__line-label {
        -webkit-animation-delay: 1.61s;
        -moz-animation-delay: 1.61s;
        animation-delay: 1.61s
    }

.js-stage-one .stage-one__line:nth-child(3) {
    -webkit-animation-delay: 1.85s;
    -moz-animation-delay: 1.85s;
    animation-delay: 1.85s
}

    .js-stage-one .stage-one__line:nth-child(3) .keystone-model__line-label {
        -webkit-animation-delay: 1.86s;
        -moz-animation-delay: 1.86s;
        animation-delay: 1.86s
    }

.js-stage-one .stage-one__line:nth-child(4) {
    -webkit-animation-delay: 2.1s;
    -moz-animation-delay: 2.1s;
    animation-delay: 2.1s
}

    .js-stage-one .stage-one__line:nth-child(4) .keystone-model__line-label {
        -webkit-animation-delay: 2.11s;
        -moz-animation-delay: 2.11s;
        animation-delay: 2.11s
    }

.js-stage-one .stage-one__line:nth-child(5) {
    -webkit-animation-delay: 2.35s;
    -moz-animation-delay: 2.35s;
    animation-delay: 2.35s
}

    .js-stage-one .stage-one__line:nth-child(5) .keystone-model__line-label {
        -webkit-animation-delay: 2.36s;
        -moz-animation-delay: 2.36s;
        animation-delay: 2.36s
    }

.js-stage-one .stage-one__line:nth-child(6) {
    -webkit-animation-delay: 2.6s;
    -moz-animation-delay: 2.6s;
    animation-delay: 2.6s
}

    .js-stage-one .stage-one__line:nth-child(6) .keystone-model__line-label {
        -webkit-animation-delay: 2.61s;
        -moz-animation-delay: 2.61s;
        animation-delay: 2.61s
    }

.stage-two__label {
    position: absolute;
    top: 39%;
    left: 20px;
    max-width: 110px;
    padding: 0;
    opacity: 0
}

    .stage-two__label:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 102%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 226px;
        height: 425px;
        background-image: url(/assets/images/sprite-01.png);
        background-position: -237px 0;
        background-repeat: no-repeat;
        background-size: 700px
    }

@media only screen and (max-width: 850px) {
    .stage-two__label {
        left: 0
    }

        .stage-two__label:after {
            left: 95%
        }
}

@media only screen and (max-width: 800px) {


    .regulatory-news img.full,
    .share-price-tab img.full,
    .important-dates img.full {
        display: none !important;
    }

    .regulatory-news.is-relative div.links,
    .share-price-tab.is-relative div.links {
        position: relative !important;
    }

    .stage-two__label {
        padding-left: 20px;
        max-width: 130px
    }

        .stage-two__label:after {
            left: 0;
            background-position: -248px 0
        }
}

@media only screen and (max-width: 700px) {
    .stage-two__label {
        max-width: 117px;
        padding-left: 17px
    }

        .stage-two__label:after {
            -webkit-transform: translateY(-48%);
            -moz-transform: translateY(-48%);
            -ms-transform: translateY(-48%);
            -o-transform: translateY(-48%);
            transform: translateY(-48%);
            width: 140px;
            height: 388px;
            background-image: url(/assets/images/sprite-01.png);
            background-position: -464px 0;
            background-repeat: no-repeat;
            background-size: 700px
        }
}

.js-stage-two .stage-one__label, .js-stage-two .stage-one__title {
    opacity: 1;
    -webkit-animation: fade-out .4s ease forwards;
    -moz-animation: fade-out .4s ease forwards;
    animation: fade-out .4s ease forwards
}

.js-stage-two .stage-one__line--highlight:before {
    background-color: #fff;
    background-image: -webkit-linear-gradient(left, #fff 0%, #bfd913 50%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #bfd913 50%, #fff 100%);
    -webkit-animation: gradient-green-to-black .35s ease 1s forwards;
    -moz-animation: gradient-green-to-black .35s ease 1s forwards;
    animation: gradient-green-to-black .35s ease 1s forwards
}

.js-stage-two .stage-one__line--highlight .keystone-model__image path {
    fill: #bfd913;
    -webkit-animation: svg-green-to-grey .35s ease 1s forwards;
    -moz-animation: svg-green-to-grey .35s ease 1s forwards;
    animation: svg-green-to-grey .35s ease 1s forwards
}

.js-stage-two .stage-two__label {
    -webkit-animation: fade-in .4s ease .6s forwards;
    -moz-animation: fade-in .4s ease .6s forwards;
    animation: fade-in .4s ease .6s forwards
}

.js-stage-two .stage-two__line--highlight:before {
    -webkit-animation: gradient-black-to-green .35s ease 1s forwards;
    -moz-animation: gradient-black-to-green .35s ease 1s forwards;
    animation: gradient-black-to-green .35s ease 1s forwards
}

.js-stage-two .stage-two__line--highlight .keystone-model__image path {
    -webkit-animation: svg-grey-to-green .35s ease 1s forwards;
    -moz-animation: svg-grey-to-green .35s ease 1s forwards;
    animation: svg-grey-to-green .35s ease 1s forwards
}

.stage-three__label {
    position: absolute;
    top: 42%;
    left: 0;
    max-width: 135px;
    padding: 0;
    opacity: 0
}

    .stage-three__label:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 101%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 197px;
        height: 114px;
        background-image: url(/assets/images/sprite-01.png);
        background-position: 0 -255px;
        background-repeat: no-repeat;
        background-size: 700px;
        opacity: 0
    }

@media only screen and (max-width: 890px) {
    .stage-three__label:before {
        left: 92%
    }
}

@media only screen and (max-width: 840px) {
    .stage-three__label:before {
        display: none
    }
}

@media only screen and (max-width: 700px) {
    .stage-three__label {
        top: -30px;
        width: 100%;
        text-align: center;
        max-width: none
    }
}

.js-stage-two.js-stage-three .stage-two__label {
    opacity: 1;
    -webkit-animation: fade-out .4s ease forwards;
    -moz-animation: fade-out .4s ease forwards;
    animation: fade-out .4s ease forwards
}

.js-stage-two.js-stage-three .stage-three__label {
    -webkit-animation: fade-in .4s ease .4s forwards;
    -moz-animation: fade-in .4s ease .4s forwards;
    animation: fade-in .4s ease .4s forwards
}

    .js-stage-two.js-stage-three .stage-three__label:before {
        -webkit-animation: fade-in .4s ease 4.15s forwards;
        -moz-animation: fade-in .4s ease 4.15s forwards;
        animation: fade-in .4s ease 4.15s forwards
    }

.js-stage-two.js-stage-three .stage-three__remove {
    opacity: 1;
    -webkit-animation: fade-out .4s ease 2.75s forwards;
    -moz-animation: fade-out .4s ease 2.75s forwards;
    animation: fade-out .4s ease 2.75s forwards
}

    .js-stage-two.js-stage-three .stage-three__remove .keystone-model__image {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation: fade-out-left .5s ease forwards;
        -moz-animation: fade-out-left .5s ease forwards;
        animation: fade-out-left .5s ease forwards
    }

    .js-stage-two.js-stage-three .stage-three__remove .keystone-model__line-label {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation: fade-out-right .5s ease forwards;
        -moz-animation: fade-out-right .5s ease forwards;
        animation: fade-out-right .5s ease forwards
    }

.js-stage-two.js-stage-three .stage-three__slide-down {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: stage-three-down .5s ease-in-out forwards;
    -moz-animation: stage-three-down .5s ease-in-out forwards;
    animation: stage-three-down .5s ease-in-out forwards;
    -webkit-animation-delay: 2.75s;
    -moz-animation-delay: 2.75s;
    animation-delay: 2.75s
}

.js-stage-two.js-stage-three .stage-three__slide-up {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: stage-three-up .5s ease-in-out forwards;
    -moz-animation: stage-three-up .5s ease-in-out forwards;
    animation: stage-three-up .5s ease-in-out forwards;
    -webkit-animation-delay: 2.75s;
    -moz-animation-delay: 2.75s;
    animation-delay: 2.75s
}

.js-stage-two.js-stage-three .stage-three__switch-out--right.keystone-model__line-label {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-animation: fade-out-right-and-away .4s ease forwards;
    -moz-animation: fade-out-right-and-away .4s ease forwards;
    animation: fade-out-right-and-away .4s ease forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.75s;
    -moz-animation-delay: 3.75s;
    animation-delay: 3.75s
}

.js-stage-two.js-stage-three .stage-three__switch-out--left {
    -webkit-animation: fade-out-left .4s ease 3.75s forwards;
    -moz-animation: fade-out-left .4s ease 3.75s forwards;
    animation: fade-out-left .4s ease 3.75s forwards
}

.js-stage-two.js-stage-three .stage-three__switch-in--right {
    -webkit-animation: stage-three-right-in .4s ease 4.15s forwards;
    -moz-animation: stage-three-right-in .4s ease 4.15s forwards;
    animation: stage-three-right-in .4s ease 4.15s forwards
}

    .js-stage-two.js-stage-three .stage-three__switch-in--right path {
        fill: #bfd913
    }

.js-stage-two.js-stage-three .stage-three__switch-in--left {
    -webkit-animation: fade-in-left .4s ease 4.15s forwards;
    -moz-animation: fade-in-left .4s ease 4.15s forwards;
    animation: fade-in-left .4s ease 4.15s forwards
}

.js-stage-three .stage-three__remove:nth-child(1) .keystone-model__line-label, .js-stage-three .stage-three__remove:nth-child(1) .keystone-model__image {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s
}

.js-stage-three .stage-three__remove:nth-child(2) .keystone-model__line-label, .js-stage-three .stage-three__remove:nth-child(2) .keystone-model__image {
    -webkit-animation-delay: 1.75s;
    -moz-animation-delay: 1.75s;
    animation-delay: 1.75s
}

.js-stage-three .stage-three__remove:nth-child(3) .keystone-model__line-label, .js-stage-three .stage-three__remove:nth-child(3) .keystone-model__image {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.js-stage-three .stage-three__remove:nth-child(4) .keystone-model__line-label, .js-stage-three .stage-three__remove:nth-child(4) .keystone-model__image {
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    animation-delay: 1.25s
}

.js-stage-three .stage-three__remove:nth-child(5) .keystone-model__line-label, .js-stage-three .stage-three__remove:nth-child(5) .keystone-model__image {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes stage-three-down {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%)
    }
}

@-moz-keyframes stage-three-down {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%)
    }
}

@keyframes stage-three-down {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%)
    }
}

@-webkit-keyframes stage-three-up {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        -o-transform: translateY(-200%);
        transform: translateY(-200%)
    }
}

@-moz-keyframes stage-three-up {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        -o-transform: translateY(-200%);
        transform: translateY(-200%)
    }
}

@keyframes stage-three-up {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        -o-transform: translateY(-200%);
        transform: translateY(-200%)
    }
}

@-webkit-keyframes stage-three-right-in {
    from {
        opacity: 0;
        -webkit-transform: translateX(-150%);
        -moz-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        -o-transform: translateX(-150%);
        transform: translateX(-150%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@-moz-keyframes stage-three-right-in {
    from {
        opacity: 0;
        -webkit-transform: translateX(-150%);
        -moz-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        -o-transform: translateX(-150%);
        transform: translateX(-150%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes stage-three-right-in {
    from {
        opacity: 0;
        -webkit-transform: translateX(-150%);
        -moz-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        -o-transform: translateX(-150%);
        transform: translateX(-150%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.stage-four__title {
    margin: 0 auto;
    max-width: 370px;
    text-align: center;
    opacity: 0
}

.stage-four__line {
    opacity: 0
}

.stage-four__line--one .stage-four__arrow, .stage-four__line--one:after {
    position: absolute;
    left: calc(50% - 90px);
    width: 54px;
    height: 18px
}

.stage-four__line--one .stage-four__arrow {
    top: 54px;
    background-image: url(/assets/images/sprite-01.png);
    background-position: -80px -18px;
    background-repeat: no-repeat;
    background-size: 700px
}

.stage-four__line--one:after {
    content: "";
    top: 30px;
    background-image: url(/assets/images/sprite-01.png);
    background-position: -80px 0;
    background-repeat: no-repeat;
    background-size: 700px
}

.stage-four__line--two:after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: calc(50% - 78px);
    width: 150px;
    height: 90px;
    background-image: url(/assets/images/sprite-01.png);
    background-position: 0 -363px;
    background-repeat: no-repeat;
    background-size: 700px;
    opacity: 0
}

@media only screen and (max-width: 700px) {
    .stage-four__line--one .stage-four__arrow, .stage-four__line--one:after {
        position: absolute;
        left: calc(50% - 75px)
    }

    .stage-four__line--two:after {
        bottom: 50px
    }
}

.js-stage-four .keystone-model__next-stage button {
    color: transparent
}

    .js-stage-four .keystone-model__next-stage button:before {
        -webkit-animation: fade-out .4s ease forwards;
        -moz-animation: fade-out .4s ease forwards;
        animation: fade-out .4s ease forwards
    }

    .js-stage-four .keystone-model__next-stage button:after {
        -webkit-animation: fade-in .4s ease 4.35s forwards;
        -moz-animation: fade-in .4s ease 4.35s forwards;
        animation: fade-in .4s ease 4.35s forwards
    }

.js-stage-four .keystone-model__second {
    display: block
}

.js-stage-four .stage-four__fade-out {
    -webkit-animation: fade-out .4s ease forwards;
    -moz-animation: fade-out .4s ease forwards;
    animation: fade-out .4s ease forwards
}

.js-stage-four .stage-four__fade-in {
    -webkit-animation: fade-in .4s ease .4s forwards;
    -moz-animation: fade-in .4s ease .4s forwards;
    animation: fade-in .4s ease .4s forwards
}

.js-stage-four .stage-four__line {
    -webkit-animation: fade-in .5s ease forwards;
    -moz-animation: fade-in .5s ease forwards;
    animation: fade-in .5s ease forwards
}

.js-stage-four .stage-four__line--one .stage-four__arrow {
    opacity: 0;
    -webkit-animation: fade-in-left .4s ease 2.65s forwards;
    -moz-animation: fade-in-left .4s ease 2.65s forwards;
    animation: fade-in-left .4s ease 2.65s forwards
}

.js-stage-four .stage-four__line--one:after {
    opacity: 0;
    -webkit-animation: fade-in-right .4s ease 2.65s forwards;
    -moz-animation: fade-in-right .4s ease 2.65s forwards;
    animation: fade-in-right .4s ease 2.65s forwards
}

.js-stage-four .stage-four__line--two:after {
    -webkit-animation: fade-in .5s ease 3.35s forwards;
    -moz-animation: fade-in .5s ease 3.35s forwards;
    animation: fade-in .5s ease 3.35s forwards
}

.js-stage-four .stage-four__line:nth-child(1) {
    -webkit-animation-delay: 1.65s;
    -moz-animation-delay: 1.65s;
    animation-delay: 1.65s
}

    .js-stage-four .stage-four__line:nth-child(1) .keystone-model__line-label, .js-stage-four .stage-four__line:nth-child(1) .keystone-model__line-label--second {
        -webkit-animation-delay: 1.66s;
        -moz-animation-delay: 1.66s;
        animation-delay: 1.66s
    }

.js-stage-four .stage-four__line:nth-child(2) {
    -webkit-animation-delay: 1.9s;
    -moz-animation-delay: 1.9s;
    animation-delay: 1.9s
}

    .js-stage-four .stage-four__line:nth-child(2) .keystone-model__line-label, .js-stage-four .stage-four__line:nth-child(2) .keystone-model__line-label--second {
        -webkit-animation-delay: 1.91s;
        -moz-animation-delay: 1.91s;
        animation-delay: 1.91s
    }







.card-grid.slick-slider {
    display: block
}

    .card-grid.slick-slider .slick-track {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    .card-grid.slick-slider .slick-slide {
        float: none;
        height: auto
    }

.card-grid--pad-bottom {
    padding-bottom: 10px
}

.card-grid--align-edges {
    margin-right: -10px;
    margin-left: -10px
}



.card-slider {
    position: relative
}

    .card-slider .slick-track {
        left: -130px
    }

    .card-slider .slick-arrow {
        width: 60px;
        height: 60px;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
        background: #bfd913;
        border: 0;
        overflow: hidden;
        text-indent: -100vw;
        cursor: pointer;
        position: absolute;
        top: 50%;
        z-index: 2;
        -webkit-transition: background .2s;
        -moz-transition: background .2s;
        transition: background .2s
    }

        .card-slider .slick-arrow:before {
            content: "";
            width: 16px;
            height: 16px;
            position: absolute;
            top: 50%;
            right: 50%;
            border-top: 3px solid;
            border-right: 3px solid;
            border-color: #fff
        }

        .card-slider .slick-arrow:hover {
            background: #b2c820
        }

        .card-slider .slick-arrow:focus {
            outline: 0
        }

    .card-slider .slick-prev {
        left: 0
    }

        .card-slider .slick-prev:before {
            -webkit-transform: translate(11px, -8px) rotate(-135deg);
            -moz-transform: translate(11px, -8px) rotate(-135deg);
            -ms-transform: translate(11px, -8px) rotate(-135deg);
            -o-transform: translate(11px, -8px) rotate(-135deg);
            transform: translate(11px, -8px) rotate(-135deg)
        }

    .card-slider .slick-next {
        right: 0
    }

        .card-slider .slick-next:before {
            -webkit-transform: translate(5px, -8px) rotate(45deg);
            -moz-transform: translate(5px, -8px) rotate(45deg);
            -ms-transform: translate(5px, -8px) rotate(45deg);
            -o-transform: translate(5px, -8px) rotate(45deg);
            transform: translate(5px, -8px) rotate(45deg)
        }

    .card-slider.card-grid {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }

@media only screen and (max-width: 500px) {
    .card-slider .slick-track {
        left: 0
    }
}

@media only screen and (max-width: 420px) {
    .card-slider--team {
        padding: 0 40px
    }

        .card-slider--team .slick-arrow {
            width: 50px;
            height: 50px
        }
}


.office-grid {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

    .office-grid .office {
        margin: 10px
    }





.inner {
    padding: 10px;
}

.content-inner {
    padding: 25px;
}

.download {
    background: #bfd913;
}

    .download a {
        color: #212531 !important;
    }

.Results .container.wysiwyg--pointlist p:first-of-type {
    font-size: 20px;
}

img.float-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 40%;
    height: auto;
}

img.float-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 40%;
    height: auto;
}

.a {
    border-bottom: 1px solid #333;
}

.a-top {
    border-top: 1px solid #333;
}

.a-left {
    border-left: 1px solid #333;
}

.a-right {
    border-right: 1px solid #333;
}

.aa {
    border-bottom: 2px solid #333;
}

.aa-left {
    border-left: 2px solid #333;
}

.aa-right {
    border-right: 2px solid #333;
}

.aa-top {
    border-top: 2px solid #333;
}

.aaa {
    border-bottom: 3px double #333;
}

.aaa-left {
    border-left: 3px double #333;
}

.aaa-right {
    border-right: 3px double #333;
}

.aaa-top {
    border-top: 3px double #333;
}

/* New Share Price Feed Layout */

#iframe-relative,
.is-relative {
    position: relative; /* allows a: link to display on top of iframe */
}

    #iframe-relative a {
        text-decoration: none;
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 46px;
        width: 100%;
    }

    .is-relative a.links,
    .is-relative div.links,
    .is-relative iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
    }

    .is-relative a.links {
        text-decoration: none !important;
        border-bottom: 0px !important;
    }

img.full {
    width: 100%;
    height: auto;
}



.important-dates {
    margin: 0px !important;
    padding: .5em !important;
    list-style: none !important;
}

    .important-dates span {
        display: block;
    }




a {
    background: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

dfn {
    font-style: italic;
}



mark {
    background: #ff0;
    color: #000;
}



sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}



button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button|-moz-focus-inner, input|-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]|-webkit-inner-spin-button, input[type="number"]|-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        input[type="search"]|-webkit-search-cancel-button, input[type="search"]|-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

@-webkit-keyframes hippyshake {
    0% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    20% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    60% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hippyshake {
    0% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    20% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    60% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes loading {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes loading {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}



.header .search-container .search-form {
    width: 100%;
    max-width: 1618px;
    margin: 0 auto;
}

.nav .menu .has-mega-menu > .sub-menu:after, /*form .row:after*/, form .formBuilderBucket .formBuilderGroup:after, .single-offices .contact-ctas .office-actions:after, .search-tabs-container:after, .search-container .search-bar:after, .search-and-results form li[data-sf-field-input-type="checkbox"]:after, .search-and-results form li[data-sf-field-input-type="radio"]:after, .single-staff .profile-ctas:after, .staff-profile:after, .header:after, .hero .hero-inner:after, .main:after, .crumbtrails:after, .pre-footer .pre-footer-inner:after, .meet-the-team .staff-cards:after, .our-clients .clients__grid:after, .footer .footer-inner:after, .cms-share.share-extras:after, .region-picker-wrapper:after, .region-picker-wrapper .region-picker:after, .region-picker-wrapper .region-list:after, .region-picker-wrapper .statistics:after, .tabbed-content .tab-nav:after {
    content: '';
    clear: both;
    display: block;
    width: 100%;
    overflow: hidden;
}

.latest-news .bx-viewport ul, .meet-the-team .bx-viewport .staff-cards {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

.news-author .staff-contact .email,
.news-author .staff-contact .profile {
    min-height: 0;
}

    .news-author .staff-contact .email .icon-link,
    .news-author .staff-contact .profile .icon-link {
        min-height: 0;
        padding-left: 0;
    }

    .news-author .staff-contact .email .icon,
    .news-author .staff-contact .profile .icon {
        display: none;
    }

.news-author .staff-image img, .profile-image img {
    display: block;
    width: 100%;
}

.hidden, .nav, .news-author .staff-details .office,
.news-author .staff-details .profile, .news-author .staff-contact .mobile, .checkbox-list .checkbox, .checkbox-list input[type="checkbox"], .radio-list input[type="radio"], .page-template-contact .tabbed-content .office .office-brand, .single-offices .link-to-office, .map span, .page-template-staff .hero,
.page-template-search-page .hero, .page-template-staff.section-news-and-events .search-and-results__actions, .page-template-staff.section-lawyers .search-and-results__actions,
.page-template-search-page.section-news-and-events .search-and-results__actions,
.page-template-search-page.section-lawyers .search-and-results__actions, .search-container .search-label,
.search-container .search-submit, .search-container .search-button .icon-link, .header .search-container form .sf-field-post_type, .header .search-container form .sf-field-reset, .search-and-results form .sf-field-submit, .staff-profile .staff-details .jurisdiction span:last-child:after, .calls-to-action, .calls-to-action .search-trigger-wrapper.search-active .icon-search, .calls-to-action .search-trigger-wrapper .icon-close, .calls-to-action .icon-link span, .footer-social .subscribe-rss .icon-link span, .hero .hero-inner h1.hidden, .sub-nav:empty, .meet-the-team .carousel-filters, .block-form .form-reveal, .block-form .row label, .block-form form .formBuilderBucket .formBuilderGroup label, form .formBuilderBucket .block-form .formBuilderGroup label,
.block-form .row .helper,
.block-form form .formBuilderBucket .formBuilderGroup .helper, form .formBuilderBucket
.block-form .formBuilderGroup .helper, .tabbed-content .tab-panels [aria-expanded="false"], .tabbed-content .tab-panels .tab-panels__panel .tab-title, .tabbed-content .tab-panels .tab-panels__panel ul.sub-menu li:before, .tabbed-content .tab-panels[data-tab-group='offices'] ul li:before, .tabbed-content .tab-panels__panel#lawyers ul li:before {
    display: none;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .loading p {
        color: #fff;
    }

    .loading .dot {
        width: 14px;
        height: 14px;
        margin: 0 7px;
        background: #fff;
    }

    .loading p {
        margin: 0;
        text-align: center;
    }

    .loading .dot {
        display: inline-block;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 50%;
        -webkit-animation: loading 1s ease infinite;
        animation: loading 1s ease infinite;
    }

        .loading .dot:nth-child(2) {
            -webkit-animation: loading 1s ease infinite 0.3s;
            animation: loading 1s ease infinite 0.3s;
        }

        .loading .dot:nth-child(3) {
            -webkit-animation: loading 1s ease infinite 0.6s;
            animation: loading 1s ease infinite 0.6s;
        }

.latest-news .bx-controls-direction, .meet-the-team .bx-controls-direction {
    display: block;
    float: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    left: 0;
    z-index: 52;
}

    .latest-news .bx-controls-direction a, .meet-the-team .bx-controls-direction a {
        display: block;
        position: absolute;
        top: auto;
        bottom: 0;
        width: 60px;
        height: 60px;
        z-index: 3;
        background: #bfd913;
        color: #fff;
        font-size: 2.2rem;
        text-indent: -1000vw;
    }

        .latest-news .bx-controls-direction a:before, .meet-the-team .bx-controls-direction a:before {
            content: '';
            width: 16px;
            height: 16px;
            position: absolute;
            top: 50%;
            right: 50%;
            border-top: 3px solid #fff;
            border-right: 3px solid #fff;
        }

        .latest-news .bx-controls-direction a:hover, .meet-the-team .bx-controls-direction a:hover {
            background: #aac211;
        }

@media only screen and (min-width: 70em) {
    .latest-news .bx-controls-direction a, .meet-the-team .bx-controls-direction a {
        position: absolute;
        top: auto;
        bottom: 0;
        z-index: 3;
    }
}

.latest-news .bx-controls-direction a.bx-prev, .meet-the-team .bx-controls-direction a.bx-prev, .staff-testimonials-wrapper .bx-controls-direction a.bx-prev {
    float: left;
    left: 0;
}

    .latest-news .bx-controls-direction a.bx-prev:before, .meet-the-team .bx-controls-direction a.bx-prev:before, .staff-testimonials-wrapper .bx-controls-direction a.bx-prev:before {
        -webkit-transform: translate(11px, -8px) rotate(-135deg);
        transform: translate(11px, -8px) rotate(-135deg);
    }

.latest-news .bx-controls-direction a.bx-next, .meet-the-team .bx-controls-direction a.bx-next, .staff-testimonials-wrapper .bx-controls-direction a.bx-next {
    float: right;
    right: 0;
}

    .latest-news .bx-controls-direction a.bx-next:before, .meet-the-team .bx-controls-direction a.bx-next:before, .staff-testimonials-wrapper .bx-controls-direction a.bx-next:before {
        -webkit-transform: translate(5px, -8px) rotate(45deg);
        transform: translate(5px, -8px) rotate(45deg);
    }

.has-icon {
    display: block;
    position: relative;
    min-height: 40px;
}

    .has-icon .icon-link,
    .has-icon .icon-content {
        min-height: 40px;
        padding-left: 40px;
    }

    .has-icon .icon {
        width: 40px;
    }

    .has-icon .icon-link,
    .has-icon .icon-content {
        display: block;
        position: relative;
        z-index: 1;
    }

    .has-icon .icon {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        fill: #4d4d4d;
        z-index: 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

body.popup.popup-video .popup-content {
    background: none;
}

    body.popup.popup-video .popup-content .h1, body.popup.popup-video .popup-content .search-summary .search-input, .search-summary body.popup.popup-video .popup-content .search-input {
        color: #fff;
    }

body.popup .cookies,
body.popup #cookie-law-info-bar,
body.popup #cookie-law-info-again,
body.popup #catapult-cookie-bar {
    display: none !important;
}

body.popup .popup-content {
    background: #f4f6f7;
}

    body.popup .popup-content h2,
    body.popup .popup-content .h1,
    body.popup .popup-content .search-summary .search-input, .search-summary
    body.popup .popup-content .search-input {
        text-align: center;
        font-size: 1.5rem;
    }

    body.popup .popup-content form {
        font-size: 1.1rem;
    }

body.popup .content h2,
body.popup .content .h1,
body.popup .content .search-summary .search-input, .search-summary
body.popup .content .search-input {
    /*text-align: center;
			font-size: $h5;*/
}

    body.popup .content h2 + p,
    body.popup .content .h1 + p,
    body.popup .content .search-summary .search-input + p, .search-summary
    body.popup .content .search-input + p {
        font-size: 1.1rem;
        max-width: 70%;
        text-align: center;
        color: #404040;
        margin: 0 auto 1.5rem;
    }

body:not(.sfPageEditor) .overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 900;
    background: rgba(0, 0, 0, 0.95);
}



.popup.popup-video .popup-content {
    padding: 1.5rem 0 0;
}

.sitemap-menu {
    margin: 0;
}

    .sitemap-menu .sub-menu {
        padding: 0 0 0 3rem;
        margin: 0.75rem 0;
    }



|-moz-selection {
    color: #fff;
    background: #bfd913;
}

|selection {
    color: #fff;
    background: #bfd913;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-height: 100vh;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header .search-container .search-form {
    padding: 0 1.5rem;
}

.column {
    position: relative;
}

    .column.right, .column.left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.block,
.list {
    margin-bottom: 3rem;
}

.nav {
    border-top: 1px solid #aeaeae;
}

@media only screen and (min-width: 70em) {
    body:not(.sfPageEditor) .nav {
        border-top: none;
        height: 110px;
    }

        body:not(.sfPageEditor) .nav .menu .link.level-1 {
            height: 110px;
            line-height: 110px;
        }
}

@media only screen and (min-width: 100em) {
    .nav .menu .link.level-1 {
        font-size: 0.9rem;
    }
}

@media only screen and (min-width: 1200px) {
    body:not(.sfPageEditor) .mobile-nav {
        display: none !important;
    }

    body:not(.sfPageEditor) .nav {
        display: block;
        clear: both;
        position: static;
        height: 80px;
        background: transparent;
        visibility: visible;
        opacity: 1;
        z-index: 300;
        text-align: center;
    }

    body:not(.sfPageEditor) .nav.fixed {
        position: fixed;
    }

        .nav .menu {
            position: static;
            display: inline-block;
        }

            .nav .menu:after {
                content: '';
                position: absolute;
                top: 0;
                left: 100%;
                width: 100px;
                height: 110px;
                background: transparent;
                z-index: 2;
            }

            .nav .menu > .item {
                position: relative;
                float: left;
            }

                .nav .menu > .item:last-child .sub-menu {
                    right: 0;
                }

                .nav .menu > .item:hover .level-1 {
                    background: transparent;
                    color: #212531;
                }

                .nav .menu > .item:hover .sub-menu {
                    top: 110px;
                    -webkit-transform: translateX(0);
                    transform: translateX(0);
                }

            .nav .menu .has-mega-menu {
                position: static;
            }

                .nav .menu .has-mega-menu:hover > .sub-menu {
                    -webkit-transform: translate(-50%, 0);
                    transform: translate(-50%, 0);
                    top: 100%;
                    opacity: 1;
                }

                .nav .menu .has-mega-menu.mega-menu-single > .sub-menu {
                    columns: 4;
                    -webkit-columns: 4;
                    -moz-columns: 4;
                    text-align: left;
                }

                .nav .menu .has-mega-menu.mega-menu-double > .sub-menu > .mega-menu-column {
                    width: 50%;
                    float: left;
                    text-align: left;
                }

                    .nav .menu .has-mega-menu.mega-menu-double > .sub-menu > .mega-menu-column:first-child {
                        border-right: 1px solid rgba(255, 255, 255, 0.2);
                    }

                    .nav .menu .has-mega-menu.mega-menu-double > .sub-menu > .mega-menu-column:last-child {
                        padding-left: 1.5rem;
                    }

                    .nav .menu .has-mega-menu.mega-menu-double > .sub-menu > .mega-menu-column > a {
                        color: #bfd913;
                        font-size: 1.3rem;
                        margin-bottom: 1rem;
                    }

                        .nav .menu .has-mega-menu.mega-menu-double > .sub-menu > .mega-menu-column > a:hover {
                            color: #fff;
                        }

                    .nav .menu .has-mega-menu.mega-menu-double > .sub-menu > .mega-menu-column .sub-menu {
                        position: relative;
                        -webkit-transform: translate(0, 0);
                        transform: translate(0, 0);
                        width: auto;
                        top: auto;
                        columns: 2;
                        -webkit-columns: 2;
                        -moz-columns: 2;
                    }

                .nav .menu .has-mega-menu > .sub-menu {
                    width: 1618px;
                    max-width: 100%;
                    max-height: calc(100vh - 110px);
                    overflow-y: scroll;
                    position: absolute;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                    background: #28292c;
                    padding: 3rem;
                    -webkit-transform: translate(-60%, 0);
                    transform: translate(-60%, 0);
                    -webkit-transition: -webkit-transform 0.2s ease-out;
                    transition: -webkit-transform 0.2s ease-out;
                    transition: transform 0.2s ease-out;
                    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
                    opacity: 0;
                }

                    .nav .menu .has-mega-menu > .sub-menu .link {
                        padding: 0 20px;
                        line-height: 2rem;
                        display: inline-block;
                    }

                        .nav .menu .has-mega-menu > .sub-menu .link:hover {
                            color: #bfd913;
                        }

                    .nav .menu .has-mega-menu > .sub-menu a {
                        background: none;
                    }

                        .nav .menu .has-mega-menu > .sub-menu a:hover {
                            background: none;
                        }

        .nav .sub-menu {
            position: absolute;
            top: -100rem;
            width: 300px;
            -webkit-transform: translateX(-110px);
            transform: translateX(-110px);
            -webkit-transition: -webkit-transform 0.2s ease-out;
            transition: -webkit-transform 0.2s ease-out;
            transition: transform 0.2s ease-out;
            transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
            z-index: 1;
        }

        .nav .link {
            display: block;
            padding: 10px 10px;
            background: #343639;
            color: #fff;
            font-size: 1rem;
            line-height: 1.4;
            -webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
            transition: color 0.2s ease-out, background 0.2s ease-out;
        }

            .nav .link:hover, .nav .link:active, .nav .link.active {
                background: #bfd913;
                color: #fff;
            }

                .nav .link.active:hover {
                    background: #aac211;
                    color: #fff;
                }

            .nav .link.level-1 {
                position: relative;
                height: 80px;
                line-height: 80px;
                padding: 0 10px;
                background: transparent;
                color: #212531;
                text-align: center;
                z-index: 2;
                text-transform: uppercase;
                font-size: 0.8rem;
                letter-spacing: 0.02rem;
                border-bottom: 4px solid transparent;
                -webkit-transition: border-bottom-color 0.3s;
                transition: border-bottom-color 0.3s;
            }

    .header .nav .link.level-1:hover, .header .nav .link.level-1:active, .header .nav .link.level-1.active {
        background: transparent;
        color: #212531;
        border-bottom: 4px solid #bfd913 !important;
        -webkit-transition: border-bottom-color 0.3s;
        transition: border-bottom-color 0.3s;
    }

        .header .nav .link.level-1.active:hover {
            background: transparent;
            color: #212531;
        }
}

@media only screen and (min-width: 70em) {
    body:not(.sfPageEditor) .nav {
        height: 110px;
    }

        .nav .link {
            padding: 10px 20px;
        }

            .nav .link.level-1 {
                padding: 0 8px;
                height: 110px;
                line-height: 110px;
            }
}

@media only screen and (min-width: 100em) {
    .nav .link.level-1 {
        padding: 0 13.33333px;
    }
}

.mobile-nav-trigger {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #bfd913;
}

@media only screen and (min-width: 1200px) {
    .mobile-nav-trigger {
        right: 1.5rem;
    }
}

.mobile-nav-trigger:hover .icon {
    fill: #343639;
}

.mobile-nav-trigger.active .icon-close {
    display: block;
}

.mobile-nav-trigger.active .icon-menu {
    display: none;
}

.mobile-nav-trigger .icon-close {
    display: none;
}

@media only screen and (min-width: 1200px) {
    .mobile-nav-trigger {
        display: none;
    }
}

.mobile-nav-trigger.has-icon {
    min-height: 40px;
}

    .mobile-nav-trigger.has-icon .icon-link,
    .mobile-nav-trigger.has-icon .icon-content {
        min-height: 40px;
        padding-left: 40px;
    }

    .mobile-nav-trigger.has-icon .icon {
        width: 40px;
    }

    .mobile-nav-trigger.has-icon .icon {
        left: 10px;
        padding: 6px;
        fill: #FFFFFF;
    }

    .mobile-nav-trigger.has-icon .icon-content {
        color: #fff;
        padding-left: 40px;
        text-transform: uppercase;
        font-size: 0.9rem;
        letter-spacing: 2px;
    }

body:not(.sfPageEditor) .mobile-nav {
    position: fixed;
    top: 60px;
    left: 0;
    max-height: calc(100% - 60px);
    overflow-y: scroll;
    width: 100%;
    z-index: 1000;
    background: #28292c;
    display: none;
}

    .mobile-nav.visible {
        visibility: visible;
        opacity: 1;
    }

    .mobile-nav .has-sub-menu {
        position: relative;
    }

        .mobile-nav .has-sub-menu .level-1 {
            position: relative;
        }

        .mobile-nav .has-sub-menu .sub-menu {
            display: none;
        }

        .mobile-nav .has-sub-menu .sub-menu-trigger {
            position: absolute;
            width: 15%;
            top: 0;
            right: 0;
            text-indent: -9999px;
            border-left: 1px solid #aeaeae;
            display: block;
            background: #343639;
        }

            .mobile-nav .has-sub-menu .sub-menu-trigger:after {
                content: '';
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                right: 1.5rem;
                height: 10px;
                width: 10px;
                border-bottom: 2px solid #fff;
                border-right: 2px solid #fff;
                -webkit-transform: rotate(45deg) translateY(-1px) translateX(-12px);
                transform: rotate(45deg) translateY(-1px) translateX(-12px);
            }

            .mobile-nav .has-sub-menu .sub-menu-trigger.active {
                background: #bfd913;
            }

    .mobile-nav ul li .level-1,
    .mobile-nav ul li .level-2,
    .mobile-nav ul li .level-3,
    .mobile-nav ul li .sub-menu-trigger {
        display: block;
        padding: 0.5rem 1.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        color: #fff;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .mobile-nav ul li a.active {
        background: #d0eb1b;
        font-weight: 400;
    }

    .mobile-nav ul li a:hover {
        background: #aac211;
        font-weight: 400;
    }

    .mobile-nav ul li a:active {
        background: #0d0d0d;
    }

    .mobile-nav ul li .level-2 {
        padding-left: 3rem;
    }

    .mobile-nav ul li .level-3 {
        padding-left: 4.5rem;
    }

.single-post .hero .hero-inner, .single-news .hero .hero-inner, .single-keynotes .hero .hero-inner {
    text-align: center;
}

    .single-post .hero .hero-inner .article-date, .single-news .hero .hero-inner .article-date, .single-keynotes .hero .hero-inner .article-date {
        margin-bottom: 1rem;
    }

        .single-post .hero .hero-inner .article-date time, .single-news .hero .hero-inner .article-date time, .single-keynotes .hero .hero-inner .article-date time {
            color: #bfd913;
            font-size: 1rem;
        }

    .single-post .hero .hero-inner h1, .single-news .hero .hero-inner h1, .single-keynotes .hero .hero-inner h1 {
        font-size: 2.7rem;
        padding-bottom: 0;
        border-bottom: none;
        -webkit-animation: none;
        animation: none;
        margin-bottom: 1rem;
    }

    .single-post .hero .hero-inner .article-categories, .single-post .hero .hero-inner .author-meta, .single-news .hero .hero-inner .article-categories, .single-news .hero .hero-inner .author-meta, .single-keynotes .hero .hero-inner .article-categories, .single-keynotes .hero .hero-inner .author-meta {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }

        .single-post .hero .hero-inner .article-categories li, .single-post .hero .hero-inner .author-meta li, .single-news .hero .hero-inner .article-categories li, .single-news .hero .hero-inner .author-meta li, .single-keynotes .hero .hero-inner .article-categories li, .single-keynotes .hero .hero-inner .author-meta li {
            margin-bottom: 10px;
            display: inline;
        }

            .single-post .hero .hero-inner .article-categories li a:after, .single-post .hero .hero-inner .author-meta li a:after, .single-news .hero .hero-inner .article-categories li a:after, .single-news .hero .hero-inner .author-meta li a:after, .single-keynotes .hero .hero-inner .article-categories li a:after, .single-keynotes .hero .hero-inner .author-meta li a:after {
                content: ',';
                color: #bfd913;
            }

            .single-post .hero .hero-inner .article-categories li:last-child a:after, .single-post .hero .hero-inner .author-meta li:last-child a:after, .single-news .hero .hero-inner .article-categories li:last-child a:after, .single-news .hero .hero-inner .author-meta li:last-child a:after, .single-keynotes .hero .hero-inner .article-categories li:last-child a:after, .single-keynotes .hero .hero-inner .author-meta li:last-child a:after {
                display: none;
            }

.single-post .main, .single-news .main, .single-keynotes .main {
    padding-top: 1.5rem;
}

    .single-post .main .centre .content p:first-of-type, .single-news .main .centre .content p:first-of-type, .single-keynotes .main .centre .content p:first-of-type {
        font-size: 1.3rem;
    }

.single-post .share p, .single-news .share p, .single-keynotes .share p {
    text-align: center;
    margin-bottom: 0.75rem;
}




.news-author .staff-image img {
    height: auto;
    position: relative;
}

.news-author .staff-attributes {
    background: #343639;
}

.news-author .staff-details {
    padding: 1.5rem 1.5rem 0;
}

    .news-author .staff-details .name {
        position: relative;
        margin: 0 0 0.375rem;
        font-size: 1.3rem;
        line-height: 1.2;
    }

        .news-author .staff-details .name a {
            color: #fff;
        }

            .news-author .staff-details .name a:hover {
                color: #d0eb1b;
            }

    .news-author .staff-details .jobtitle {
        color: #fff;
        font-size: 1rem;
        line-height: 1.3;
    }

.news-author .staff-phone {
    padding: 1rem 1.5rem 1.5rem;
}

    .news-author .staff-phone .phone {
        color: #d0eb1b;
        font-family: 'Open Sans', sans-serif;
        font-size: 1.2rem;
        font-weight: 300;
    }

        .news-author .staff-phone .phone a {
            color: #d0eb1b;
        }

.news-author .staff-contact .email a,
.news-author .staff-contact .profile a {
    display: block;
    /*	height: $staff-list-button;
				line-height: $staff-list-button;*/
    color: #fff;
    font-size: 0.9rem;
    text-align: center;
}

    .news-author .staff-contact .email a:hover,
    .news-author .staff-contact .profile a:hover {
        background: #aac211;
    }

.news-author .staff-contact .email {
    background: #c9e514;
}

    .news-author .staff-contact .email a:hover {
        background: #3a3c40;
    }

.news-author .staff-contact .profile {
    background: #404346;
}

.news-author .staff-contact .email,
.news-author .staff-contact .profile {
    float: left;
    width: 50%;
}

.news-author p {
    margin-bottom: 1.5rem;
}


.pagination .nav-next a,
.pagination .nav-previous a,
.pagination .page-count {
    display: inline-block;
    padding: 10px;
    background: #fff;
    border: 2px solid #bfd913;
}

.pagination .nav-next, .pagination .nav-previous {
    display: inline-block;
}

body:not(.sfPageEditor) input[type="text"],
body:not(.sfPageEditor) input[type="tel"],
body:not(.sfPageEditor) input[type="email"], body:not(.sfPageEditor) textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 0 1rem;
    border: 1px solid #aeaeae;
    font-family: inherit;
    font-size: inherit;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #212531;
}

    body:not(.sfPageEditor) input[type="text"]:focus,
    body:not(.sfPageEditor) input[type="tel"]:focus,
    body:not(.sfPageEditor) input[type="email"]:focus, textarea:focus {
        border-color: #bfd913;
    }

body:not(.sfPageEditor) input[type="text"],
body:not(.sfPageEditor) input[type="tel"],
body:not(.sfPageEditor) input[type="email"], .wpcf7-form-control.wpcf7-submit {
    height: 50px;
    line-height: 50px;
}



textarea {
    display: block;
    height: 150px;
    padding: 1rem;
    line-height: 1.7;
    resize: none;
}

    textarea.small {
        height: 100px;
    }

.select-wrapper {
    position: relative;
    background: #fff;
    border-radius: 4px;
    z-index: 1;
    margin-bottom: 1.5rem;
}

    .select-wrapper:after {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 1rem;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 9px solid #212531;
        z-index: -1;
    }

    .select-wrapper .select {
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
        width: 100%;
        height: 50px;
        padding: 0 2rem 0 1rem;
        border: 1px solid #aeaeae;
        border-radius: 4px;
        background: none;
        color: #212531;
    }

        .select-wrapper .select|-ms-expand {
            display: none;
        }

.checkbox-list {
    padding-top: 0.5rem;
}

    .checkbox-list .wpcf7-list-item {
        display: inline-block;
        margin: 0 2rem 0 0;
    }

        .checkbox-list .wpcf7-list-item .wpcf7-list-item-label {
            display: block;
            position: relative;
            padding-left: 35px;
            margin: 0;
            line-height: 1.4;
            cursor: pointer;
        }

            .checkbox-list .wpcf7-list-item .wpcf7-list-item-label:before, .checkbox-list .wpcf7-list-item .wpcf7-list-item-label:after {
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                content: "";
                left: 0;
                -webkit-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

            .checkbox-list .wpcf7-list-item .wpcf7-list-item-label:before {
                width: 28px;
                height: 28px;
                background: #fff;
                border: 2px solid #4d4d4d;
            }

            .checkbox-list .wpcf7-list-item .wpcf7-list-item-label:after {
                content: "\0393";
                left: 8px;
                font-family: sans-serif;
                -webkit-transform: translateY(-50%) rotate(-135deg);
                transform: translateY(-50%) rotate(-135deg);
                color: #bfd913;
                font-weight: 400;
                line-height: 0;
                margin-top: -2px;
                visibility: hidden;
                opacity: 0;
            }

            .checkbox-list .wpcf7-list-item .wpcf7-list-item-label:hover:before {
                border-color: #343639;
            }

        .checkbox-list .wpcf7-list-item input[type="checkbox"]:checked + span:before {
            border-color: #bfd913;
        }

        .checkbox-list .wpcf7-list-item input[type="checkbox"]:checked + span:after {
            color: #bfd913;
            visibility: visible;
            opacity: 1;
        }

    .checkbox-list label {
        display: block;
    }

        .checkbox-list label span {
            display: block;
            position: relative;
            padding-left: 35px;
            margin: 0;
            line-height: 1.4;
            cursor: pointer;
        }

            .checkbox-list label span:before, .checkbox-list label span:after {
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                content: "";
                left: 0;
                -webkit-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

            .checkbox-list label span:before {
                width: 28px;
                height: 28px;
                background: #fff;
                border: 2px solid #4d4d4d;
            }

            .checkbox-list label span:after {
                content: "\0393";
                left: 8px;
                font-family: sans-serif;
                -webkit-transform: translateY(-50%) rotate(-135deg);
                transform: translateY(-50%) rotate(-135deg);
                color: #bfd913;
                font-weight: 400;
                line-height: 0;
                margin-top: -2px;
                visibility: hidden;
                opacity: 0;
            }

            .checkbox-list label span:hover:before {
                border-color: #343639;
            }

        .checkbox-list label .checkbox:checked + span:before {
            border-color: #bfd913;
        }

        .checkbox-list label .checkbox:checked + span:after {
            color: #bfd913;
            visibility: visible;
            opacity: 1;
        }

.radio-list {
    margin: 1rem 0;
}

    .radio-list label {
        display: inline-block;
    }

        .radio-list label em {
            display: none;
        }

        .radio-list label span {
            cursor: pointer;
            position: relative;
            display: block;
            padding-left: 35px;
            margin-right: 1.5rem;
        }

            .radio-list label span:before, .radio-list label span:after {
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                content: "";
                border-radius: 100%;
                -webkit-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

            .radio-list label span:before {
                left: 0;
                width: 28px;
                height: 28px;
                border: 2px solid #4d4d4d;
            }

            .radio-list label span:after {
                left: 5px;
                width: 18px;
                height: 18px;
                background: transparent;
            }

            .radio-list label span:hover:before {
                border-color: #343639;
            }

        .radio-list label input[type="radio"]:checked + span:before {
            border-color: #bfd913;
        }

        .radio-list label input[type="radio"]:checked + span:after {
            background: #bfd913;
        }

        .radio-list label input[type="radio"]:checked + span em {
            display: inline-block;
        }

        .radio-list label input[type="radio"]:checked + span + em {
            display: block;
        }

.captcha-wrapper {
    padding: 1.5rem 0 2.25rem;
}

    .captcha-wrapper img {
        opacity: 0.7;
    }

.wpcf7-form-control.wpcf7-submit {
    min-width: 40%;
    padding: 0 1.5rem;
    font-size: 1.1rem;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .wpcf7-form-control.wpcf7-submit:hover {
        background: #343639;
    }

form .formBuilderBucket .invalidMessage {
    color: #e74c3c;
}

.office-card, .office {
    line-height: 1.5;
}

    .office-card .office-contact .office-contact__title, .office .office-contact .office-contact__title {
        color: #bfd913;
        margin-bottom: 10px;
        font-size: 1.3rem;
        border: none;
        padding-bottom: 0;
    }

    .office-card .office-contact address, .office-card .office-contact .office-address, .office-card .office-contact .office-contact, .office .office-contact address, .office .office-contact .office-address, .office .office-contact .office-contact {
        font-style: normal;
        line-height: 1.3;
    }

    .office-card .link-to-office, .office .link-to-office {
        margin-top: 20px;
    }

        .office-card .link-to-office a, .office .link-to-office a {
            padding: 5px 20px;
        }

.page-template-contact .enquiry {
    margin-bottom: 1.5rem;
}

.page-template-contact .tabbed-content {
    text-align: center;
}

    .page-template-contact .tabbed-content .tab-nav {
        display: inline-block;
    }

    .page-template-contact .tabbed-content .office-grid {
        display: block;
    }

@media only screen and (min-width: 50em) {
    .page-template-contact .tabbed-content .office-wrapper {
        float: left;
        display: inline-block;
    }

        .page-template-contact .tabbed-content .office-wrapper:nth-child(n) {
            clear: none;
            width: calc((100% - 6rem) / 3);
            margin: 0 0 3rem 3rem;
        }

        .page-template-contact .tabbed-content .office-wrapper:nth-child(3n+1) {
            clear: both;
            margin-left: 0;
        }
}

.page-template-contact .tabbed-content .office-wrapper .office-title {
    text-align: left;
    font-size: 2.2rem;
}

.page-template-contact .tabbed-content .office {
    text-align: left;
}

.page-template-contact .tabbed-content .office-address, .page-template-contact .tabbed-content .office-contact {
    font-weight: 300;
}

.page-template-contact .tabbed-content .email a {
    color: #212531;
    border-bottom: 2px solid #bfd913;
}

    .page-template-contact .tabbed-content .email a:hover {
        color: #bfd913;
        border-bottom: none;
    }

.single-offices .enquiry {
    margin-bottom: 1.5rem;
}

.single-offices .hero {
    text-align: center;
}

.single-offices .contact-ctas {
    text-align: center;
    margin-bottom: 3rem;
    width: 100%;
}

    .single-offices .contact-ctas .office-actions .button, .single-offices .contact-ctas .office-actions form .formBuilderBucket .groupSubmit button, form .formBuilderBucket .groupSubmit .single-offices .contact-ctas .office-actions button, .single-offices .contact-ctas .office-actions .header .search-container form .sf-field-submit input, .header .search-container form .sf-field-submit .single-offices .contact-ctas .office-actions input, .single-offices .contact-ctas .office-actions .search-and-results form .sf-field-reset a, .search-and-results form .sf-field-reset .single-offices .contact-ctas .office-actions a {
        margin-bottom: 1.5rem;
        display: block;
        font-size: 0.8rem;
        padding: 0.5rem;
    }

@media only screen and (min-width: 40em) {
    .single-offices .contact-ctas .office-actions .button, .single-offices .contact-ctas .office-actions form .formBuilderBucket .groupSubmit button, form .formBuilderBucket .groupSubmit .single-offices .contact-ctas .office-actions button, .single-offices .contact-ctas .office-actions .header .search-container form .sf-field-submit input, .header .search-container form .sf-field-submit .single-offices .contact-ctas .office-actions input, .single-offices .contact-ctas .office-actions .search-and-results form .sf-field-reset a, .search-and-results form .sf-field-reset .single-offices .contact-ctas .office-actions a {
        float: left;
        width: calc((100% - 20px) / 3);
        margin: 0 0 0 10px;
    }

        .single-offices .contact-ctas .office-actions .button:nth-child(3n+1), .single-offices .contact-ctas .office-actions form .formBuilderBucket .groupSubmit button:nth-child(3n+1), form .formBuilderBucket .groupSubmit .single-offices .contact-ctas .office-actions button:nth-child(3n+1), .single-offices .contact-ctas .office-actions .header .search-container form .sf-field-submit input:nth-child(3n+1), .header .search-container form .sf-field-submit .single-offices .contact-ctas .office-actions input:nth-child(3n+1), .single-offices .contact-ctas .office-actions .search-and-results form .sf-field-reset a:nth-child(3n+1), .search-and-results form .sf-field-reset .single-offices .contact-ctas .office-actions a:nth-child(3n+1) {
            margin-left: 0;
        }
}

@media only screen and (min-width: 1200px) {
    .single-offices .contact-ctas .office-actions .button, .single-offices .contact-ctas .office-actions form .formBuilderBucket .groupSubmit button, form .formBuilderBucket .groupSubmit .single-offices .contact-ctas .office-actions button, .single-offices .contact-ctas .office-actions .header .search-container form .sf-field-submit input, .header .search-container form .sf-field-submit .single-offices .contact-ctas .office-actions input, .single-offices .contact-ctas .office-actions .search-and-results form .sf-field-reset a, .search-and-results form .sf-field-reset .single-offices .contact-ctas .office-actions a {
        font-size: 1.1rem;
    }
}

.map {
    height: 340px;
    margin: 0 0 1.5rem;
    background: #aeaeae;
    fill: #bfd913;
}

    .map .gm-style-iw > div {
        width: 300px !important;
        font-family: "Lato", "Helvetica Neue", "Arial", sans-serif;
        font-size: 1.1rem;
    }

    .map .map-meta {
        padding: 0.5rem;
        overflow: hidden;
    }

        .map .map-meta .title {
            margin-bottom: 1rem;
        }

        .map .map-meta .meta {
            float: left;
            width: 40%;
            line-height: 1.5;
        }

            .map .map-meta .meta.address {
                width: 60%;
            }

@media only screen and (min-width: 1200px) {
    .page-template-staff .wrapper:after,
    .page-template-search-page .wrapper:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(226, 231, 234, 0.8);
        z-index: -1;
        height: 100%;
        width: 50%;
    }
}

.page-template-staff h1,
.page-template-search-page h1 {
    display: block;
    padding-bottom: 0;
    border-bottom: none;
}

    .page-template-staff h1.hidden, .page-template-staff h1.nav, .page-template-staff .news-author .staff-details h1.office, .news-author .staff-details .page-template-staff h1.office, .page-template-staff
    .news-author .staff-details h1.profile,
    .news-author .staff-details .page-template-staff h1.profile, .page-template-staff .news-author .staff-contact h1.mobile, .news-author .staff-contact .page-template-staff h1.mobile, .page-template-staff .news-author .card .staff-contact h1.profile, .news-author .card .staff-contact .page-template-staff h1.profile, .page-template-staff .checkbox-list h1.checkbox, .checkbox-list .page-template-staff h1.checkbox, .page-template-staff .page-template-contact .tabbed-content .office h1.office-brand, .page-template-contact .tabbed-content .office .page-template-staff h1.office-brand, .page-template-staff .single-offices h1.link-to-office, .single-offices .page-template-staff h1.link-to-office, .page-template-staff h1.hero, .page-template-staff.section-news-and-events h1.search-and-results__actions, .page-template-staff.section-lawyers h1.search-and-results__actions, .page-template-staff
    .page-template-search-page.section-news-and-events h1.search-and-results__actions,
    .page-template-search-page.section-news-and-events .page-template-staff h1.search-and-results__actions, .page-template-staff
    .page-template-search-page.section-lawyers h1.search-and-results__actions,
    .page-template-search-page.section-lawyers .page-template-staff h1.search-and-results__actions, .page-template-staff .search-container h1.search-label, .search-container .page-template-staff h1.search-label, .page-template-staff
    .search-container h1.search-submit,
    .search-container .page-template-staff h1.search-submit, .page-template-staff .search-container .search-button h1.icon-link, .search-container .search-button .page-template-staff h1.icon-link, .page-template-staff .header .search-container form h1.sf-field-post_type, .header .search-container form .page-template-staff h1.sf-field-post_type, .page-template-staff .header .search-container form h1.sf-field-reset, .header .search-container form .page-template-staff h1.sf-field-reset, .page-template-staff .search-and-results form h1.sf-field-submit, .search-and-results form .page-template-staff h1.sf-field-submit, .page-template-staff .single-staff .latest-keynotes .card h1.card__author, .single-staff .latest-keynotes .card .page-template-staff h1.card__author, .page-template-staff h1.calls-to-action, .page-template-staff .calls-to-action .search-trigger-wrapper.search-active h1.icon-search, .calls-to-action .search-trigger-wrapper.search-active .page-template-staff h1.icon-search, .page-template-staff .calls-to-action .search-trigger-wrapper h1.icon-close, .calls-to-action .search-trigger-wrapper .page-template-staff h1.icon-close, .page-template-staff .hero .hero-inner h1.hidden, .hero .hero-inner .page-template-staff h1.hidden, .page-template-staff h1.sub-nav:empty, .page-template-staff .meet-the-team h1.carousel-filters, .meet-the-team .page-template-staff h1.carousel-filters, .page-template-staff .block-form h1.form-reveal, .block-form .page-template-staff h1.form-reveal, .page-template-staff
    .block-form .row h1.helper,
    .block-form .row .page-template-staff h1.helper, .page-template-staff
    .block-form form .formBuilderBucket .formBuilderGroup h1.helper,
    .block-form form .formBuilderBucket .formBuilderGroup .page-template-staff h1.helper, .page-template-staff form .formBuilderBucket
    .block-form .formBuilderGroup h1.helper, form .formBuilderBucket
    .block-form .formBuilderGroup .page-template-staff h1.helper, .page-template-staff .tabbed-content .tab-panels h1[aria-expanded="false"], .tabbed-content .tab-panels .page-template-staff h1[aria-expanded="false"], .page-template-staff .tabbed-content .tab-panels .tab-panels__panel h1.tab-title, .tabbed-content .tab-panels .tab-panels__panel .page-template-staff h1.tab-title,
    .page-template-search-page h1.hidden,
    .page-template-search-page h1.nav,
    .page-template-search-page .news-author .staff-details h1.office, .news-author .staff-details
    .page-template-search-page h1.office,
    .page-template-search-page
    .news-author .staff-details h1.profile,
    .news-author .staff-details
    .page-template-search-page h1.profile,
    .page-template-search-page .news-author .staff-contact h1.mobile, .news-author .staff-contact
    .page-template-search-page h1.mobile,
    .page-template-search-page .news-author .card .staff-contact h1.profile, .news-author .card .staff-contact
    .page-template-search-page h1.profile,
    .page-template-search-page .checkbox-list h1.checkbox, .checkbox-list
    .page-template-search-page h1.checkbox,
    .page-template-search-page .page-template-contact .tabbed-content .office h1.office-brand, .page-template-contact .tabbed-content .office
    .page-template-search-page h1.office-brand,
    .page-template-search-page .single-offices h1.link-to-office, .single-offices
    .page-template-search-page h1.link-to-office, .page-template-search-page h1.hero,
    .page-template-search-page .page-template-staff.section-news-and-events h1.search-and-results__actions, .page-template-staff.section-news-and-events
    .page-template-search-page h1.search-and-results__actions,
    .page-template-search-page .page-template-staff.section-lawyers h1.search-and-results__actions, .page-template-staff.section-lawyers
    .page-template-search-page h1.search-and-results__actions, .page-template-search-page.section-news-and-events h1.search-and-results__actions, .page-template-search-page.section-lawyers h1.search-and-results__actions,
    .page-template-search-page .search-container h1.search-label, .search-container
    .page-template-search-page h1.search-label,
    .page-template-search-page
    .search-container h1.search-submit,
    .search-container
    .page-template-search-page h1.search-submit,
    .page-template-search-page .search-container .search-button h1.icon-link, .search-container .search-button
    .page-template-search-page h1.icon-link,
    .page-template-search-page .header .search-container form h1.sf-field-post_type, .header .search-container form
    .page-template-search-page h1.sf-field-post_type,
    .page-template-search-page .header .search-container form h1.sf-field-reset, .header .search-container form
    .page-template-search-page h1.sf-field-reset,
    .page-template-search-page .search-and-results form h1.sf-field-submit, .search-and-results form
    .page-template-search-page h1.sf-field-submit,
    .page-template-search-page .single-staff .latest-keynotes .card h1.card__author, .single-staff .latest-keynotes .card
    .page-template-search-page h1.card__author,
    .page-template-search-page h1.calls-to-action,
    .page-template-search-page .calls-to-action .search-trigger-wrapper.search-active h1.icon-search, .calls-to-action .search-trigger-wrapper.search-active
    .page-template-search-page h1.icon-search,
    .page-template-search-page .calls-to-action .search-trigger-wrapper h1.icon-close, .calls-to-action .search-trigger-wrapper
    .page-template-search-page h1.icon-close,
    .page-template-search-page .hero .hero-inner h1.hidden, .hero .hero-inner
    .page-template-search-page h1.hidden,
    .page-template-search-page h1.sub-nav:empty,
    .page-template-search-page .meet-the-team h1.carousel-filters, .meet-the-team
    .page-template-search-page h1.carousel-filters,
    .page-template-search-page .block-form h1.form-reveal, .block-form
    .page-template-search-page h1.form-reveal,
    .page-template-search-page
    .block-form .row h1.helper,
    .block-form .row
    .page-template-search-page h1.helper,
    .page-template-search-page
    .block-form form .formBuilderBucket .formBuilderGroup h1.helper,
    .block-form form .formBuilderBucket .formBuilderGroup
    .page-template-search-page h1.helper,
    .page-template-search-page form .formBuilderBucket
    .block-form .formBuilderGroup h1.helper, form .formBuilderBucket
    .block-form .formBuilderGroup
    .page-template-search-page h1.helper,
    .page-template-search-page .tabbed-content .tab-panels h1[aria-expanded="false"], .tabbed-content .tab-panels
    .page-template-search-page h1[aria-expanded="false"],
    .page-template-search-page .tabbed-content .tab-panels .tab-panels__panel h1.tab-title, .tabbed-content .tab-panels .tab-panels__panel
    .page-template-search-page h1.tab-title {
        display: none;
    }

.page-template-staff .main,
.page-template-search-page .main {
    max-width: 100%;
    padding-top: 70px;
    position: relative;
    padding: 0;
}

    .page-template-staff .main #container-left,
    .page-template-search-page .main #container-left {
        padding: 1.5rem 20px 1.5rem 20px;
        display: block;
        width: 100%;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
        background: #fff;
    }

@media only screen and (min-width: 1200px) {
    .page-template-staff .main #container-left,
    .page-template-search-page .main #container-left {
        padding: 3rem 60px 3rem 20px;
        width: 50%;
    }
}

.page-template-staff .main #container-right,
.page-template-search-page .main #container-right {
    background: rgba(226, 231, 234, 0.8);
    background: #f4f6f7;
    z-index: 299;
    display: none;
    padding: 1.5rem;
}

@media only screen and (min-width: 1200px) {
    .page-template-staff .main #container-right,
    .page-template-search-page .main #container-right {
        padding: 3rem;
        background: none;
        width: 50%;
        display: block;
    }
}

.page-template-staff.section-news-and-events #container-right, .page-template-staff.section-lawyers #container-right,
.page-template-search-page.section-news-and-events #container-right,
.page-template-search-page.section-lawyers #container-right {
    display: block;
}

.page-template-staff.fixed-sidebar .left,
.page-template-search-page.fixed-sidebar .left {
    position: fixed;
}

    .page-template-staff.fixed-sidebar .left:before,
    .page-template-search-page.fixed-sidebar .left:before {
        content: "";
        position: absolute;
        right: 50%;
        top: 0;
        left: 0;
        bottom: 0;
        background: #fff;
        z-index: -1;
        height: 100%;
        width: 50%;
    }

.page-template-staff .fixed-search,
.page-template-search-page .fixed-search {
    text-align: center;
    padding-left: 20px;
    padding-right: 60px;
}

    .page-template-staff .fixed-search form,
    .page-template-search-page .fixed-search form {
        max-width: 635px;
        margin: 0 auto;
    }

    .page-template-staff .fixed-search .search-title-panel,
    .page-template-search-page .fixed-search .search-title-panel {
        padding: 20% 0;
    }

        .page-template-staff .fixed-search .search-title-panel h1,
        .page-template-search-page .fixed-search .search-title-panel h1 {
            -webkit-animation: fade-in-down 1s ease;
            animation: fade-in-down 1s ease;
            font-size: 1.7rem;
            margin-bottom: 0.66667rem;
        }

@media only screen and (min-width: 50em) {
    .page-template-staff .fixed-search .search-title-panel h1,
    .page-template-search-page .fixed-search .search-title-panel h1 {
        font-size: 3.4rem;
    }
}

.page-template-staff .fixed-search .search-title-panel h2,
.page-template-search-page .fixed-search .search-title-panel h2 {
    font-size: 1.2rem;
    padding-bottom: 20px;
    margin-bottom: 4rem;
}

.page-template-staff .js-waypoint .fixed-search,
.page-template-search-page .js-waypoint .fixed-search {
    position: fixed;
    top: 120px;
    max-height: calc(100vh - 120px);
    overflow-y: hidden;
}

.page-template-staff .js-waypoint .results,
.page-template-search-page .js-waypoint .results {
    margin-left: 50%;
}

.page-template-staff .js-footer-in-view .fixed-search,
.page-template-search-page .js-footer-in-view .fixed-search {
    position: absolute;
    bottom: 100px;
}

.page-template-staff .js-footer-in-view .results,
.page-template-search-page .js-footer-in-view .results {
    margin-left: 50%;
}

.page-template-staff .js-results-shown #container-right,
.page-template-search-page .js-results-shown #container-right {
    display: block;
}

.page-template-staff .js-results-shown #container-left,
.page-template-search-page .js-results-shown #container-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.page-template-staff .js-results-shown .search-and-results__results,
.page-template-search-page .js-results-shown .search-and-results__results {
    display: block;
}

.page-template-staff .js-results-shown .search-and-results__back,
.page-template-search-page .js-results-shown .search-and-results__back {
    opacity: 1;
}

.page-template-staff .js-results-shown .search-and-results__show-results,
.page-template-search-page .js-results-shown .search-and-results__show-results {
    opacity: 0;
}

.page-template-staff .search-and-results__no-results,
.page-template-search-page .search-and-results__no-results {
    line-height: 1.7;
}

    .page-template-staff .search-and-results__no-results a,
    .page-template-search-page .search-and-results__no-results a {
        color: #212531;
        border-bottom: 2px solid #bfd913;
    }

        .page-template-staff .search-and-results__no-results a:hover,
        .page-template-search-page .search-and-results__no-results a:hover {
            color: #bfd913;
        }

.section-keynotes li[data-sf-field-input-type="select"] {
    display: inline-block;
    text-align: left;
    padding: 10px 1px;
}

@media only screen and (min-width: 1200px) {
    .section-keynotes li[data-sf-field-input-type="select"] {
        float: left;
        width: 33.33333%;
    }
}

.section-lawyers .search-and-results .fixed-search {
    overflow-y: scroll;
}

.js-loading:before {
    content: "";
    height: 36px;
    width: 36px;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -18px;
    border-radius: 50%;
    border: 6px solid #bfd913;
    border-top-color: transparent;
    z-index: 3;
    -webkit-animation: rotate 0.7s ease infinite;
    animation: rotate 0.7s ease infinite;
}

.search-summary {
    position: relative;
}

    .search-summary .title {
        float: left;
    }

    .search-summary .search-form {
        position: relative;
        overflow: hidden;
    }

        .search-summary .search-form |-webkit-input-placeholder {
            color: #bfd913;
        }

        .search-summary .search-form :-moz-placeholder {
            color: #bfd913;
        }

        .search-summary .search-form |-moz-placeholder {
            color: #bfd913;
        }

        .search-summary .search-form :-ms-input-placeholder {
            color: #bfd913;
        }

    .search-summary .search-input {
        width: 100%;
        margin: 0;
        outline: none;
        border: none;
        border-bottom: 1px solid #aeaeae;
        background: none;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .search-summary .search-input:focus {
            border-color: #bfd913;
        }

    .search-summary .search-button {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 60px;
        background: transparent;
        z-index: 1;
        cursor: pointer;
    }

        .search-summary .search-button .search-submit,
        .search-summary .search-button .icon-link {
            display: none;
        }

        .search-summary .search-button .icon {
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            fill: #aeaeae;
        }

        .search-summary .search-button:hover .icon {
            fill: #bfd913;
        }

.search-tabs-container {
    margin-bottom: 2rem;
    border-bottom: 1px solid #bfd913;
}

    .search-tabs-container .search-tab {
        float: left;
    }

        .search-tabs-container .search-tab a {
            display: block;
            padding: 1rem 1.5rem;
            background: #aeaeae;
            color: #212531;
            text-transform: capitalize;
        }

            .search-tabs-container .search-tab a:hover {
                background: #bfd913;
                color: #fff;
            }

            .search-tabs-container .search-tab a.active {
                background: #bfd913;
                color: #fff;
            }

                .search-tabs-container .search-tab a.active:hover {
                    background: #aac211;
                }

            .search-tabs-container .search-tab a .search-number {
                font-size: 1rem;
            }

                .search-tabs-container .search-tab a .search-number:before {
                    content: '\00a0\00a0(';
                }

                .search-tabs-container .search-tab a .search-number:after {
                    content: ')';
                }

/*.search-buckets {

	.search-bucket-title {
		text-transform: capitalize;
	}

	.search-number {
		font-size: $h4;
		margin-left: 0.5rem;

		&:before {
			content: '(';
		}

		&:after {
			content: ')';
		}
	}

	.search-result {
		padding-bottom: 2rem;
		border-bottom: $border;
		margin-bottom: 2rem;
		@extend %clear-fix;

		.search-title {
			display: block;
			margin: 0 0 ($block-padding * 0.5);
		}

		.search-staff-image {
			float: left;
			max-width: 200px;

			img {
				@extend %image;
			}

			~ .search-result-inner {
				margin-left: calc(200px + 3rem);
			}
		}

		.search-content {
			margin: 0 0 ($block-padding * 0.25)
		}

		.search-url {
			font-size: $font-size-body - 0.2;
		}

		.search-date {
			@extend .hidden;
		}
	}
}*/
.search-container {
    width: 100%;
    margin: 0 0 1.5rem;
    overflow: hidden;
}

    .search-container .search-form {
        padding: 0;
    }

    /* News Items */

    .search-container .search-bar {
        height: 50px;
    }

    .search-container .search-input {
        float: left;
        width: 80%;
        height: inherit;
        padding: 0 0.75rem;
        border: 1px solid #aeaeae;
        border-radius: 4px 0 0 4px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .search-container .search-input:focus {
            border-color: #bfd913;
        }

    .search-container .sf-field-post_type .sf-level-0 {
        width: 25%;
        float: left;
    }

    .search-container .icon-search {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        fill: #fff;
        z-index: 1;
    }

    .search-container .search-button {
        display: block;
        float: left;
        width: 20%;
        height: inherit;
        background: #bfd913;
        border-radius: 0 4px 4px 0;
        -webkit-transition: background 0.3s ease-out;
        transition: background 0.3s ease-out;
        cursor: pointer;
    }

        .search-container .search-button:hover {
            background: #343639;
        }

.header .search-container {
    top: -500px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: -1;
}

    .header .search-container .search-form {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .header .search-container form .sf-field-search label {
        display: block;
    }

    .header .search-container.active {
        top: 100%;
        background: #e9e7e8;
    }

        .header .search-container.active .search-button {
            background: #404346;
        }

            .header .search-container.active .search-button:hover {
                background: #d0eb1b;
            }

.search-and-results form {
    text-align: left;
}

    .search-and-results form legend {
        font-size: 1.3rem;
        padding: 0;
        margin: 0;
        margin-bottom: 15px;
    }

    .search-and-results form fieldset {
        border: 0;
        padding: 0;
    }

    .search-and-results form input[type="email"],
    .search-and-results form input[type="number"],
    .search-and-results form input[type="password"],
    .search-and-results form input[type="search"],
    .search-and-results form input[type="tel"],
    .search-and-results form input[type="text"],
    .search-and-results form input[type="url"],
    .search-and-results form input[type="color"],
    .search-and-results form input[type="date"],
    .search-and-results form input[type="datetime"],
    .search-and-results form input[type="datetime-local"],
    .search-and-results form input[type="month"],
    .search-and-results form input[type="time"],
    .search-and-results form input[type="week"],
    .search-and-results form textarea {
        font-size: 1.2rem;
        color: #000;
        width: 100%;
        border-radius: 0;
        border: 1px solid #bbb;
        padding: 15px 20px;
    }

        .search-and-results form input[type="email"]:hover,
        .search-and-results form input[type="number"]:hover,
        .search-and-results form input[type="password"]:hover,
        .search-and-results form input[type="search"]:hover,
        .search-and-results form input[type="tel"]:hover,
        .search-and-results form input[type="text"]:hover,
        .search-and-results form input[type="url"]:hover,
        .search-and-results form input[type="color"]:hover,
        .search-and-results form input[type="date"]:hover,
        .search-and-results form input[type="datetime"]:hover,
        .search-and-results form input[type="datetime-local"]:hover,
        .search-and-results form input[type="month"]:hover,
        .search-and-results form input[type="time"]:hover,
        .search-and-results form input[type="week"]:hover,
        .search-and-results form textarea:hover {
            border-color: #a0abb0;
        }

        .search-and-results form input[type="email"]:focus,
        .search-and-results form input[type="number"]:focus,
        .search-and-results form input[type="password"]:focus,
        .search-and-results form input[type="search"]:focus,
        .search-and-results form input[type="tel"]:focus,
        .search-and-results form input[type="text"]:focus,
        .search-and-results form input[type="url"]:focus,
        .search-and-results form input[type="color"]:focus,
        .search-and-results form input[type="date"]:focus,
        .search-and-results form input[type="datetime"]:focus,
        .search-and-results form input[type="datetime-local"]:focus,
        .search-and-results form input[type="month"]:focus,
        .search-and-results form input[type="time"]:focus,
        .search-and-results form input[type="week"]:focus,
        .search-and-results form textarea:focus {
            outline: 0;
            border-color: #3ebbd2;
        }

    .search-and-results form input[type="search"] {
        padding-right: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: url("../images/icons/icon-search-green.png") no-repeat right center;
    }

    .search-and-results form label {
        display: block;
        margin-bottom: 4px;
    }

@media only screen and (min-width: 1200px) {
    .search-and-results form .sf-field-search h4 {
        font-size: 2.2rem;
    }
}

.search-and-results form .sf-field-reset a:hover {
    background: none !important;
}

.search-and-results form h4 {
    font-size: 1.3rem;
}

.search-and-results form .form__label--large {
    display: block;
    padding-bottom: 5px;
    font-size: 2.2rem;
}

.search-and-results form .form__fieldset--spaced-top {
    margin-top: 20px;
}

.search-and-results form .form__row {
    padding-bottom: 12px;
}

.search-and-results form li[data-sf-field-input-type="checkbox"] .sf-level-0, .search-and-results form li[data-sf-field-input-type="radio"] .sf-level-0 {
    float: left;
}

@media only screen and (min-width: 32.5em) {
    .search-and-results form li[data-sf-field-input-type="checkbox"]:not(.sf-field-post-meta-alphabetical) .sf-level-0, .search-and-results form li[data-sf-field-input-type="radio"]:not(.sf-field-post-meta-alphabetical) .sf-level-0 {
        width: 50%;
    }
}

.search-and-results form li[data-sf-field-input-type="checkbox"]:not(.sf-field-post-meta-alphabetical) .sf-level-0:nth-child(odd), .search-and-results form li[data-sf-field-input-type="radio"]:not(.sf-field-post-meta-alphabetical) .sf-level-0:nth-child(odd) {
    clear: left;
}

.search-and-results form .sf-level-0.selectron__option {
    padding: 10px;
}

.search-and-results form .sf-level-0 label {
    display: inline-block;
    border: 2px solid #bfd913;
    padding: 5px 12px;
    font-size: 1rem;
    position: relative;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-box-shadow: inset -20px 20px 0px -20px rgba(191, 217, 19, 0.5);
    box-shadow: inset -20px 20px 0px -20px rgba(191, 217, 19, 0.5);
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    margin-right: 9px;
}

    .search-and-results form .sf-level-0 label:hover {
        border-color: #aac211;
    }

.search-and-results form .sf-level-0 input[type="checkbox"], .search-and-results form .sf-level-0 input[type="radio"] {
    opacity: 0;
    position: absolute;
}

    .search-and-results form .sf-level-0 input[type="checkbox"]:checked + label, .search-and-results form .sf-level-0 input[type="radio"]:checked + label {
        -webkit-box-shadow: inset -20px 20px 0px 25px #bfd913;
        box-shadow: inset -20px 20px 0px 25px #bfd913;
    }

.search-and-results form .sf-level-0.search-filter--letter {
    display: inline-block;
}

    .search-and-results form .sf-level-0.search-filter--letter .search-filter__label {
        height: 36px;
        width: 36px;
        line-height: 32px;
        padding: 0;
        text-align: center;
        margin: 0 10px 10px 0;
    }

.search-and-results form .sf-level-0 .search-filter__check:checked + .search-filter__label .search-filter__count {
    border-color: #d0eb1b;
}

body:not(.sfPageEditor) .search-and-results__actions {
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: #fff;
    border-top: 1px solid #aeaeae;
    z-index: 299;
    padding: 20px;
}

@media only screen and (min-width: 1200px) {
    .search-and-results__actions {
        display: none;
    }
}

.search-and-results__actions .search-and-results__back {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.search-and-results__actions .search-and-results__show-results {
    opacity: 1;
    float: right;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.results-count {
    background: #fff;
    float: right;
    display: inline-block;
    padding-left: 1rem;
}

    .results-count span {
        padding: 1rem;
        margin-left: 1rem;
        display: inline-block;
        border-left: 2px solid #f4f6f7;
    }

.staff-list .title {
    clear: both;
}



.staff-cards .card {
    background: #28292c;
}

.single-staff .hero .inner, .single-staff .hero .header .search-container .search-form, .header .search-container .single-staff .hero .search-form {
    text-align: center;
}

.single-staff .main {
    max-width: 1220px;
    margin: 0 auto;
    padding-top: 1.5rem;
}

.single-staff .profile-ctas {
    margin-bottom: 1.5rem;
    font-weight: 300;
}

    .single-staff .profile-ctas .button, .single-staff .profile-ctas form .formBuilderBucket .groupSubmit button, form .formBuilderBucket .groupSubmit .single-staff .profile-ctas button, .single-staff .profile-ctas .header .search-container form .sf-field-submit input, .header .search-container form .sf-field-submit .single-staff .profile-ctas input, .single-staff .profile-ctas .search-and-results form .sf-field-reset a, .search-and-results form .sf-field-reset .single-staff .profile-ctas a {
        margin-bottom: 10px;
        font-size: 0.9rem;
        min-width: 180px;
    }

@media only screen and (min-width: 50em) {
    .single-staff .profile-ctas .button, .single-staff .profile-ctas form .formBuilderBucket .groupSubmit button, form .formBuilderBucket .groupSubmit .single-staff .profile-ctas button, .single-staff .profile-ctas .header .search-container form .sf-field-submit input, .header .search-container form .sf-field-submit .single-staff .profile-ctas input, .single-staff .profile-ctas .search-and-results form .sf-field-reset a, .search-and-results form .sf-field-reset .single-staff .profile-ctas a {
        float: left;
        width: calc((100% - 10px) / 2);
        margin: 0 0 0 10px;
    }

        .single-staff .profile-ctas .button:nth-child(2n+1), .single-staff .profile-ctas form .formBuilderBucket .groupSubmit button:nth-child(2n+1), form .formBuilderBucket .groupSubmit .single-staff .profile-ctas button:nth-child(2n+1), .single-staff .profile-ctas .header .search-container form .sf-field-submit input:nth-child(2n+1), .header .search-container form .sf-field-submit .single-staff .profile-ctas input:nth-child(2n+1), .single-staff .profile-ctas .search-and-results form .sf-field-reset a:nth-child(2n+1), .search-and-results form .sf-field-reset .single-staff .profile-ctas a:nth-child(2n+1) {
            margin-left: 0;
        }
}



.profile-image {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-animation: fade-in 1s ease;
    animation: fade-in 1s ease;
    margin: 0 auto 1.5rem;
}

@media only screen and (min-width: 40em) {
    .profile-image {
        margin-bottom: 0;
        float: left;
        margin-right: 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .profile-image {
        width: 200px;
        height: 200px;
    }
}

.profile-image img {
    height: auto;
}




.type-service .column.left,
.staff-template-default .column.left,
.offices-template-default .column.left,
.page-template-office .column.left,
.page-template-service .column.left,
.section-services .column.left,
.blog .column.left,
.single-staff .column.left {
    display: none;
}

@media only screen and (min-width: 50em) {
    .type-service .column.centre,
    .staff-template-default .column.centre,
    .offices-template-default .column.centre,
    .page-template-office .column.centre,
    .page-template-service .column.centre,
    .section-services .column.centre,
    .blog .column.centre,
    .single-staff .column.centre {
        float: left;
        width: calc(100% - (50% + 40px));
    }

    .type-service .column.right,
    .staff-template-default .column.right,
    .offices-template-default .column.right,
    .page-template-office .column.right,
    .page-template-service .column.right,
    .section-services .column.right,
    .blog .column.right,
    .single-staff .column.right {
        float: right;
        width: 50%;
    }
}

@media only screen and (min-width: 70em) {
    .type-service .column.centre,
    .staff-template-default .column.centre,
    .offices-template-default .column.centre,
    .page-template-office .column.centre,
    .page-template-service .column.centre,
    .section-services .column.centre,
    .blog .column.centre,
    .single-staff .column.centre {
        float: left;
        width: calc(100% - (50% + 50px));
    }

    .type-service .column.right,
    .staff-template-default .column.right,
    .offices-template-default .column.right,
    .page-template-office .column.right,
    .page-template-service .column.right,
    .section-services .column.right,
    .blog .column.right,
    .single-staff .column.right {
        float: right;
        width: 50%;
    }
}

.page-template-home .hero, .page-template-default .hero, .page-template-narrow .hero {
    text-align: center;
}

.page-template-default .main {
    text-align: left;
}

.page-template-about-single .hero {
    text-align: center;
}

.page-template-about-single #main {
    text-align: center;
}

.page-template-contact .column.left,
.page-template-about-alt .column.left {
    display: none;
}

.page-template-contact .column.right,
.page-template-about-alt .column.right {
    display: none;
}

.page-template-contact .hero, .page-template-contact .content,
.page-template-about-alt .hero,
.page-template-about-alt .content {
    text-align: center;
}

.page-template-contact .tabbed-content,
.page-template-about-alt .tabbed-content {
    text-align: center;
}

    .page-template-contact .tabbed-content .tab-nav,
    .page-template-about-alt .tabbed-content .tab-nav {
        display: inline-block;
    }

.page-template-contact .accordion,
.page-template-about-alt .accordion {
    margin: 0 auto;
}

    .page-template-contact .accordion h3, .page-template-contact .accordion .accordion__tab-panel,
    .page-template-about-alt .accordion h3,
    .page-template-about-alt .accordion .accordion__tab-panel {
        text-align: left;
    }

.single-post, .single-keynotes, .single-news {
    /*text-align: center;*/
}

    .single-post .column.left, .single-keynotes .column.left, .single-news .column.left {
        display: none;
    }

    .single-post .column.right, .single-keynotes .column.right, .single-news .column.right {
        display: none;
    }

    .single-post .main, .single-keynotes .main, .single-news .main {
        margin: 0 auto;
        text-align: left;
    }

@media only screen and (min-width: 1200px) {
    .page-template-staff .column.centre,
    .page-template-search-page .column.centre {
        float: left;
        width: 100%;
    }

    .page-template-staff .column.left,
    .page-template-search-page .column.left {
        float: left;
        width: 50%;
    }

    .page-template-staff .column.right,
    .page-template-search-page .column.right {
        float: right;
        width: calc(100% - (50% + 40px));
    }
}

@media only screen and (min-width: 70em) {
    .page-template-staff .column.centre,
    .page-template-search-page .column.centre {
        float: left;
        width: 100%;
    }

    .page-template-staff .column.left,
    .page-template-search-page .column.left {
        float: left;
        width: 50%;
    }

    .page-template-staff .column.right,
    .page-template-search-page .column.right {
        float: right;
        width: calc(100% - (50% + 100px));
    }
}

.single-staff .main .centre.staff-tabs-false {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    float: none;
    text-align: center;
}

.page-template-narrow .main {
    margin: 0 auto;
    text-align: left;
}

.error404 .main {
    text-align: center;
}

    .error404 .main .h1, .error404 .main .search-summary .search-input, .search-summary .error404 .main .search-input {
        border-bottom: 2px solid #bfd913;
        padding-bottom: 1.5rem;
        margin-bottom: 3rem;
    }

.container-skinny, .single-offices .main {
    max-width: 1120px;
}

.container-default {
    max-width: 1570px;
}

.container-super-skinny, .page-template-about-single #main, .single-post .main, .single-keynotes .main, .single-news .main, .page-template-narrow .main {
    max-width: 780px;
}

.container-wide, .page-template-default .main, .page-template-contact .main,
.page-template-about-alt .main {
    max-width: 1620px;
}

.service {
    max-width: 1366px;
}

.content ul, .tabbed-content .tab-panels .tab-panels__panel ul, .content ol {
    padding: 0 0 0 1.5rem;
    margin: 0 0 1.5rem;
}

.content ul, .tabbed-content .tab-panels .tab-panels__panel ul {
    list-style: none;
    padding: 0;
}

    .content ul li, .tabbed-content .tab-panels .tab-panels__panel ul li {
        margin: 0;
        padding: 0 0 15px 20px;
        position: relative;
    }

        .content ul li:before, .tabbed-content .tab-panels .tab-panels__panel ul li:before {
            content: '';
            height: 4px;
            width: 4px;
            background: #bfd913;
            color: #bfd913;
            position: absolute;
            top: 14px;
            left: 0;
        }

.content ol {
    list-style: decimal;
}

.map .map-meta .meta, ul, ol, .content ul[class], .tabbed-content .tab-panels .tab-panels__panel ul.sub-menu, .tabbed-content .tab-panels[data-tab-group='offices'] ul, .tabbed-content .tab-panels__panel#lawyers ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wpcf7-form-control.wpcf7-submit, .button, form .formBuilderBucket .groupSubmit button, .header .search-container form .sf-field-submit input, .search-and-results form .sf-field-reset a {
    border: none;
    /*    @include if( $border-radius, ( border-radius: $border-radius ) );*/
    background: #bfd913;
    font-size: 1.1rem;
    color: #212531;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .button:hover, form .formBuilderBucket .groupSubmit button:hover, .header .search-container form .sf-field-submit input:hover, .search-and-results form .sf-field-reset a:hover {
        background: #343639;
        color: #fff;
    }




.button, form .formBuilderBucket .groupSubmit button, .header .search-container form .sf-field-submit input, .search-and-results form .sf-field-reset a {
    display: inline-block;
    padding: 0.5rem 3rem;
}

    .button a, form .formBuilderBucket .groupSubmit button a, .header .search-container form .sf-field-submit input a, .search-and-results form .sf-field-reset a a {
        color: inherit;
        -webkit-transition: inherit;
        transition: inherit;
    }

    .button.button-alt, body.popup .popup-content form .button.wpcf7-submit, body.popup .popup-content form .formBuilderBucket .groupSubmit button.wpcf7-submit, body.popup .popup-content .header .search-container form .sf-field-submit input.wpcf7-submit, .header .search-container body.popup .popup-content form .sf-field-submit input.wpcf7-submit, body.popup .popup-content .search-and-results form .sf-field-reset a.wpcf7-submit, .search-and-results body.popup .popup-content form .sf-field-reset a.wpcf7-submit, .button.wpcf7-form-control.wpcf7-submit, form .formBuilderBucket .groupSubmit button.wpcf7-form-control.wpcf7-submit, .header .search-container form .sf-field-submit input.wpcf7-form-control.wpcf7-submit, form .formBuilderBucket .groupSubmit button.button-alt, .header .search-container form .sf-field-submit input.button-alt, .search-and-results form .sf-field-reset a {
        position: relative;
        background: none;
        text-align: left;
        padding: 5px 0 7px;
    }

        .button.button-alt:before, body.popup .popup-content form .button.wpcf7-submit:before, body.popup .popup-content form .formBuilderBucket .groupSubmit button.wpcf7-submit:before, body.popup .popup-content .header .search-container form .sf-field-submit input.wpcf7-submit:before, .header .search-container body.popup .popup-content form .sf-field-submit input.wpcf7-submit:before, body.popup .popup-content .search-and-results form .sf-field-reset a.wpcf7-submit:before, .search-and-results body.popup .popup-content form .sf-field-reset a.wpcf7-submit:before, .button.wpcf7-form-control.wpcf7-submit:before, form .formBuilderBucket .groupSubmit button.wpcf7-form-control.wpcf7-submit:before, .header .search-container form .sf-field-submit input.wpcf7-form-control.wpcf7-submit:before, form .formBuilderBucket .groupSubmit button.button-alt:before, .header .search-container form .sf-field-submit input.button-alt:before, .search-and-results form .sf-field-reset a:before, .button.button-alt:after, body.popup .popup-content form .button.wpcf7-submit:after, body.popup .popup-content form .formBuilderBucket .groupSubmit button.wpcf7-submit:after, body.popup .popup-content .header .search-container form .sf-field-submit input.wpcf7-submit:after, .header .search-container body.popup .popup-content form .sf-field-submit input.wpcf7-submit:after, body.popup .popup-content .search-and-results form .sf-field-reset a.wpcf7-submit:after, .search-and-results body.popup .popup-content form .sf-field-reset a.wpcf7-submit:after, .button.wpcf7-form-control.wpcf7-submit:after, form .formBuilderBucket .groupSubmit button.wpcf7-form-control.wpcf7-submit:after, .header .search-container form .sf-field-submit input.wpcf7-form-control.wpcf7-submit:after, form .formBuilderBucket .groupSubmit button.button-alt:after, .header .search-container form .sf-field-submit input.button-alt:after, .search-and-results form .sf-field-reset a:after {
            content: '';
            position: absolute;
            left: 0;
            height: 2px;
            width: 100%;
            background: #bfd913;
        }

        .button.button-alt:before, body.popup .popup-content form .button.wpcf7-submit:before, body.popup .popup-content form .formBuilderBucket .groupSubmit button.wpcf7-submit:before, body.popup .popup-content .header .search-container form .sf-field-submit input.wpcf7-submit:before, .header .search-container body.popup .popup-content form .sf-field-submit input.wpcf7-submit:before, body.popup .popup-content .search-and-results form .sf-field-reset a.wpcf7-submit:before, .search-and-results body.popup .popup-content form .sf-field-reset a.wpcf7-submit:before, .button.wpcf7-form-control.wpcf7-submit:before, form .formBuilderBucket .groupSubmit button.wpcf7-form-control.wpcf7-submit:before, .header .search-container form .sf-field-submit input.wpcf7-form-control.wpcf7-submit:before, form .formBuilderBucket .groupSubmit button.button-alt:before, .header .search-container form .sf-field-submit input.button-alt:before, .search-and-results form .sf-field-reset a:before {
            bottom: 2px;
            -webkit-transition: bottom 0.3s;
            transition: bottom 0.3s;
        }

        .button.button-alt:after, body.popup .popup-content form .button.wpcf7-submit:after, body.popup .popup-content form .formBuilderBucket .groupSubmit button.wpcf7-submit:after, body.popup .popup-content .header .search-container form .sf-field-submit input.wpcf7-submit:after, .header .search-container body.popup .popup-content form .sf-field-submit input.wpcf7-submit:after, body.popup .popup-content .search-and-results form .sf-field-reset a.wpcf7-submit:after, .search-and-results body.popup .popup-content form .sf-field-reset a.wpcf7-submit:after, .button.wpcf7-form-control.wpcf7-submit:after, form .formBuilderBucket .groupSubmit button.wpcf7-form-control.wpcf7-submit:after, .header .search-container form .sf-field-submit input.wpcf7-form-control.wpcf7-submit:after, form .formBuilderBucket .groupSubmit button.button-alt:after, .header .search-container form .sf-field-submit input.button-alt:after, .search-and-results form .sf-field-reset a:after {
            bottom: 0;
        }

        .button.button-alt:hover, body.popup .popup-content form .button.wpcf7-submit:hover, body.popup .popup-content form .formBuilderBucket .groupSubmit button.wpcf7-submit:hover, body.popup .popup-content .header .search-container form .sf-field-submit input.wpcf7-submit:hover, .header .search-container body.popup .popup-content form .sf-field-submit input.wpcf7-submit:hover, .button.wpcf7-form-control.wpcf7-submit:hover, form .formBuilderBucket .groupSubmit button.wpcf7-form-control.wpcf7-submit:hover, .header .search-container form .sf-field-submit input.wpcf7-form-control.wpcf7-submit:hover, form .formBuilderBucket .groupSubmit button.button-alt:hover, .header .search-container form .sf-field-submit input.button-alt:hover, .search-and-results form .sf-field-reset a:hover {
            color: #bfd913;
        }

            .button.button-alt:hover:before, body.popup .popup-content form .button.wpcf7-submit:hover:before, body.popup .popup-content form .formBuilderBucket .groupSubmit button.wpcf7-submit:hover:before, body.popup .popup-content .header .search-container form .sf-field-submit input.wpcf7-submit:hover:before, .header .search-container body.popup .popup-content form .sf-field-submit input.wpcf7-submit:hover:before, .button.wpcf7-form-control.wpcf7-submit:hover:before, form .formBuilderBucket .groupSubmit button.wpcf7-form-control.wpcf7-submit:hover:before, .header .search-container form .sf-field-submit input.wpcf7-form-control.wpcf7-submit:hover:before, form .formBuilderBucket .groupSubmit button.button-alt:hover:before, .header .search-container form .sf-field-submit input.button-alt:hover:before, .search-and-results form .sf-field-reset a:hover:before {
                bottom: 100%;
            }


body:not(.sfPageEditor) .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 60px;
    background: #fff;
    z-index: 300;
    border-bottom: 2px solid #bfd913;
}

@media only screen and (min-width: 1200px) {
    body:not(.sfPageEditor) .header {
        padding: 0;
        height: 110px;
    }
}

.header .header-inner {
    position: relative;
    z-index: 2;
}

.admin-bar .header {
    top: 32px;
}

.company-logo {
    display: block;
    float: left;
    height: 28px;
    width: 160px;
    position: relative;
    z-index: 301;
    margin: 23px 0 23px 20px;
}

@media only screen and (min-width: 1200px) {
    .company-logo {
        width: 270px;
        height: auto;
        margin: 25px 0 25px 30px;
        height: auto;
        width: 220px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 70em) {
    .company-logo {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20px;
        margin: 0;
    }
}

@media only screen and (min-width: 100em) {
    .company-logo {
        width: auto;
        left: 40px;
    }
}

.company-logo img {
    max-width: 100%;
}

.calls-to-action {
    font-size: 1.2rem;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4.5rem;
    z-index: 301;
}

@media only screen and (min-width: 50em) {
    .calls-to-action {
        right: 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .calls-to-action {
        position: relative;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        top: 0;
        float: right;
        margin: 20px 0;
        right: 1.5rem;
    }
}

@media only screen and (min-width: 70em) {
    .calls-to-action {
        right: 3rem;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
    }
}

.calls-to-action li {
    float: left;
    margin: 0 0 0 10px;
}

@media only screen and (min-width: 40em) {
    .calls-to-action li {
        margin: 0 0 0 50px;
    }
}

.calls-to-action .search-trigger-wrapper.search-active .icon-close {
    display: block;
}

.calls-to-action .icon-link {
    padding-right: 11.25px;
    padding-left: 22.5px;
    line-height: 40px;
    color: #212121;
    font-weight: 300;
    cursor: pointer;
}

@media only screen and (min-width: 40em) {
    .calls-to-action .icon-link {
        padding-right: 45px;
        padding-left: 0;
    }
}

@media only screen and (min-width: 40em) {
    .calls-to-action .icon-link span {
        display: inline;
    }
}

@media only screen and (min-width: 1200px) {
    .calls-to-action .icon-link span {
        display: none;
    }
}

@media only screen and (min-width: 100em) {
    .calls-to-action .icon-link span {
        display: block;
    }
}

.calls-to-action .icon-link:hover {
    color: #bfd913;
}

    .calls-to-action .icon-link:hover .icon {
        fill: #aac211;
    }

.calls-to-action .icon {
    padding: 5px;
    right: 0;
    left: auto;
    fill: #bfd913;
}

@media only screen and (min-width: 1200px) {
    .calls-to-action .icon {
        padding: 5px;
    }
}

.footer-social {
    float: right;
}

    .footer-social .subscribe-rss .icon {
        fill: #fff;
        width: 40px;
        height: 40px;
    }

    .footer-social .subscribe-rss .icon-link:hover {
        border-color: transparent;
    }

        .footer-social .subscribe-rss .icon-link:hover .icon {
            fill: #bfd913;
        }

.social-icons {
    /*float: right;*/
}

    .social-icons li {
        float: left;
        min-height: 45px;
        margin: 0 0 0 15px;
        border-radius: 4px;
    }

        .social-icons li .icon-link,
        .social-icons li .icon-content {
            min-height: 45px;
            padding-left: 45px;
        }

        .social-icons li .icon {
            width: 45px;
        }

        .social-icons li:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url(/docs/librariesprovider28/assets/accent.svg) no-repeat center;
            background-size: cover;
        }

        .social-icons li:first-child {
            margin-left: 0;
        }

        .social-icons li .icon {
            padding: 20px 10px 0;
            fill: #bfd913;
            z-index: 0;
        }

        .social-icons li .icon-link {
            min-height: 55px;
        }

            .social-icons li .icon-link:hover {
                border-color: transparent;
                border: none !important;
            }

                .social-icons li .icon-link:hover a {
                    border-color: transparent;
                    border: none;
                }

    .social-icons a {
        border-color: transparent;
        border: none !important;
    }

.hero .hero-inner {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

@media only screen and (min-width: 1200px) {
    .hero .hero-inner {
        padding-top: 3rem;
    }
}

.hero .hero-inner h1 {
    display: inline-block;
    margin: 0;
    color: #212531;
    max-width: 1000px;
    padding-bottom: 30px;
    font-weight: 300;
}

.hero .hero-animate {
    border-bottom: 2px solid #bfd913;
    display: inline-block;
}

    .hero .hero-animate .hero-title {
        border-bottom: 0;
        -webkit-animation: fade-in-down 1s ease;
        animation: fade-in-down 1s ease;
    }

        .hero .hero-animate .hero-title h1, .hero .hero-animate .hero-title .h1, .hero .hero-animate .hero-title .search-summary .search-input, .search-summary .hero .hero-animate .hero-title .search-input {
            margin-bottom: 1rem;
        }

    .hero .hero-animate .hero-lower {
        opacity: 0;
        max-width: 740px;
        -webkit-animation: fade-in-up 1s ease 0.6s;
        animation: fade-in-up 1s ease 0.6s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

.page-template-service .hero-title {
    font-size: 1.5rem;
}

@media only screen and (min-width: 50em) {
    .page-template-service .hero-title {
        font-size: 3.5rem;
    }
}

.main {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.wrapper {
    padding-top: 60px;
}

@media only screen and (min-width: 1200px) {
    .wrapper {
        padding-top: 160px;
    }
}

@media only screen and (min-width: 70em) {
    .wrapper {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 100em) {
    .wrapper {
        padding-top: 110px;
    }
}

.sub-nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 3rem 0;
}

@media only screen and (min-width: 40em) {
    .sub-nav {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin: 0 0 3rem;
    }
}

.sub-nav .link,
.sub-nav .page_item {
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid #aeaeae;
}

.crumbtrails {
    margin: 0 0 2rem;
}

    .crumbtrails .crumbtrail-link {
        float: left;
    }

        .crumbtrails .crumbtrail-link:after {
            content: '\00a0\00a0/\00a0\00a0';
            font-size: 0.9em;
        }

        .crumbtrails .crumbtrail-link:last-child:after {
            content: none;
        }

        .crumbtrails .crumbtrail-link.active a, .crumbtrails .crumbtrail-link:hover a {
            color: #bfd913;
        }

        .crumbtrails .crumbtrail-link a {
            color: #212531;
            font-size: 1rem;
        }

.pre-footer .pre-footer-inner {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}



.meet-the-team {
    text-align: center;
    width: 100%;
    margin-bottom: 3rem;
}

    .meet-the-team h2 {
        display: block;
    }

    .meet-the-team h2, .meet-the-team .carousel-filters {
        margin-bottom: 2rem;
    }

    .meet-the-team .carousel-filters {
        width: auto;
    }

@media only screen and (min-width: 1200px) {
    .meet-the-team .carousel-filters {
        display: inline-block;
    }
}

@media only screen and (min-width: 1200px) {
    .meet-the-team .carousel-filters__mobile {
        display: none;
    }
}

.meet-the-team .staff-cards {
    position: relative;
}

    .meet-the-team .staff-cards .card {
        /*width: 260px;*/
        max-width: 100%;
        display: inline-block;
        float: none;
    }

.meet-the-team .tab-panels {
    position: relative;
}

.meet-the-team .bx-wrapper {
    width: 100%;
    margin: 0 auto;
}

.meet-the-team .bx-viewport {
    margin-bottom: 3rem;
}

.meet-the-team .bx-controls {
    text-align: center;
}

    .meet-the-team .bx-controls .bx-pager-item {
        display: inline-block;
        margin: 0 2.5px;
    }

        .meet-the-team .bx-controls .bx-pager-item .bx-pager-link {
            display: block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            border: none;
            background: #bbb;
            text-indent: -3000rem;
        }

            .meet-the-team .bx-controls .bx-pager-item .bx-pager-link.active, .meet-the-team .bx-controls .bx-pager-item .bx-pager-link:hover {
                background: #212121;
            }

.meet-the-team .filter-select {
    max-width: 300px;
    margin: 0 auto 2rem;
}



.footer {
    background: #343639;
    border-bottom: 14px solid #bfd913;
    font-size: 1.1rem;
    font-weight: 300;
    text-align: left;
}

    .footer a {
        color: #212531;
        text-decoration: none;
        border-bottom: none;
        -webkit-transition: color .2s, border .2s;
        -moz-transition: color .2s, border .2s;
        transition: color .2s, border .2s;
    }


    .footer .footer-inner {
        position: relative;
        padding: 1.5rem;
    }

    .footer a {
        color: #fff;
        border-bottom: 1px solid transparent;
    }

        .footer a:hover {
            color: #bfd913;
            border-color: #bfd913;
        }

    .footer .footer-nav {
        line-height: 1.6;
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

@media only screen and (min-width: 50em) {
    .footer .footer-nav {
        float: left;
        width: 25%;
    }
}

@media only screen and (min-width: 1200px) {
    .footer .footer-nav {
        float: left;
        width: 14.28571%;
    }
}

@media only screen and (min-width: 50em) {
    .footer .footer-social {
        float: right;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
}

.footer-meta,
.footer-links {
    margin: 0;
    font-size: 1rem;
}

    .footer-meta p,
    .footer-links p {
        margin: 0 0 0.75rem;
    }

    .footer-meta li,
    .footer-links li {
        display: inline;
    }

        .footer-meta li:before,
        .footer-links li:before {
            content: '\00a0|\00a0';
        }

        .footer-meta li:first-child:before,
        .footer-links li:first-child:before {
            content: none;
        }

.centre-cta p {
    margin-bottom: 1.5rem;
}

.latest-keynotes-service {
    margin-bottom: 1.5rem;
}

    .latest-keynotes-service .cards {
        margin-bottom: 1.5rem;
    }

.latest-keynotes {
    margin-bottom: 3rem;
}

    .latest-keynotes .cards {
        clear: both;
        display: inline-block;
    }

        .latest-keynotes .cards .card {
            float: left;
            margin-right: 1.5rem;
        }

.block-form-container {
    margin-bottom: 3rem;
}

    .block-form-container .block-form.full-view .close-form {
        visibility: visible;
        opacity: 1;
    }

.block-form {
    position: relative;
    padding: 3rem 1.5rem 1.5rem;
    background: linear-gradient(110deg, #bfd913, #aac211);
    text-align: center;
}

    .block-form form .close-form {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0px;
        left: 0;
        background: #d4ed32;
        width: 40px;
        height: 40px;
        border-radius: 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .block-form form .close-form span {
            display: none;
        }

        .block-form form .close-form:after {
            content: "X";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #fff;
            font-size: 2.2rem;
            font-weight: 400;
        }

    .block-form .title,
    .block-form .form-intro {
        color: #fff;
        text-align: center;
    }

    .block-form .form-intro {
        margin: 0 0 2rem;
        line-height: 1.5;
    }

    .block-form .row |-webkit-input-placeholder, .block-form form .formBuilderBucket .formBuilderGroup |-webkit-input-placeholder, form .formBuilderBucket .block-form .formBuilderGroup |-webkit-input-placeholder {
        color: #fff;
    }

    .block-form .row :-moz-placeholder, .block-form form .formBuilderBucket .formBuilderGroup :-moz-placeholder, form .formBuilderBucket .block-form .formBuilderGroup :-moz-placeholder {
        color: #fff;
    }

    .block-form .row |-moz-placeholder, .block-form form .formBuilderBucket .formBuilderGroup |-moz-placeholder, form .formBuilderBucket .block-form .formBuilderGroup |-moz-placeholder {
        color: #fff;
    }

    .block-form .row :-ms-input-placeholder, .block-form form .formBuilderBucket .formBuilderGroup :-ms-input-placeholder, form .formBuilderBucket .block-form .formBuilderGroup :-ms-input-placeholder {
        color: #fff;
    }

    .block-form .row .wpcf7-not-valid-tip, .block-form form .formBuilderBucket .formBuilderGroup .wpcf7-not-valid-tip, form .formBuilderBucket .block-form .formBuilderGroup .wpcf7-not-valid-tip {
        color: #fff;
    }

    .block-form .captcha-wrapper label {
        display: block;
    }

    .block-form .input,
    .block-form .textarea,
    .block-form .select-wrapper {
        border-color: transparent;
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
    }

        .block-form .input:focus,
        .block-form .textarea:focus,
        .block-form .select-wrapper:focus {
            border-color: #fff;
        }

    .block-form .submit, .block-form form .formBuilderBucket .groupSubmit button, form .formBuilderBucket .groupSubmit .block-form button {
        background: #343639;
    }

        .block-form .submit:hover, .block-form form .formBuilderBucket .groupSubmit button:hover, form .formBuilderBucket .groupSubmit .block-form button:hover {
            background: #fff;
            color: #343639;
        }

.cms-share {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
}

    .cms-share .blogger,
    .cms-share .wordpress {
        display: none;
    }

@media only screen and (min-width: 40em) {
    .cms-share .blogger,
    .cms-share .wordpress {
        display: block;
    }
}

.cms-share li {
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .cms-share li .icon {
        width: 50px;
        padding: 10px;
        z-index: 2;
        fill: #343639;
    }

    .cms-share li .icon-link {
        min-height: 55px;
        padding-left: 50px;
        z-index: 6;
    }

@media only screen and (min-width: 50em) {
    .cms-share li .icon-link {
        min-height: 50px;
    }
}

.cms-share li:hover .icon {
    fill: #bfd913;
}

@media only screen and (min-width: 50em) {
    .cms-share li .icon-plus {
        padding: 0;
    }
}

.cms-share.share-extras {
    position: static;
    width: 100%;
}

    .cms-share.share-extras li {
        width: 48%;
        margin-bottom: 8px;
        margin-right: 2%;
    }

        .cms-share.share-extras li:last-child {
            margin-right: 0;
        }

@media only screen and (min-width: 40em) {
    .cms-share.share-extras li {
        float: left;
        width: 31.5%;
        margin-right: 2%;
    }

        .cms-share.share-extras li:nth-child(3n+3) {
            margin-right: 0;
        }
}

.cms-share.share-extras li .label {
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: .9rem;
    text-transform: capitalize;
    height: 50px;
    line-height: 50px;
}

@media only screen and (min-width: 1200px) {
    .cms-share.share-extras li .label {
        padding-left: .15rem;
    }
}

.cms-share.share-extras li .icon-link {
    padding-left: 0;
}

.cms-share.share-extras li .icon {
    display: none;
}

@media only screen and (min-width: 70em) {
    .cms-share.share-extras li .icon {
        display: block;
    }
}

.modal.theme-cms-share .modal-inner {
    padding: 0;
}

    .modal.theme-cms-share .modal-inner .modal-close {
        top: 1rem;
    }

.modal.theme-cms-share .modal-header,
.modal.theme-cms-share .modal-footer,
.modal.theme-cms-share .cms-share {
    padding: 1.5rem;
}

.modal.theme-cms-share .cms-share {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.modal.theme-cms-share .modal-header {
    border-bottom: 1px solid #aeaeae;
}

    .modal.theme-cms-share .modal-header .h2 {
        margin: 0;
        font-size: 1.5rem;
        font-weight: 400;
    }

.modal.theme-cms-share .modal-footer {
    clear: both;
    border-top: 1px solid #aeaeae;
    font-size: .9rem;
}

    .modal.theme-cms-share .modal-footer p {
        margin: 0;
    }

        .modal.theme-cms-share .modal-footer p strong {
            display: block;
        }

.modal.theme-cms-share .has-icon .icon-link {
    min-height: 50px;
}

.staff-testimonials-wrapper {
    margin-bottom: 3rem;
}

    .staff-testimonials-wrapper .staff-testimonials {
        text-align: center;
    }

        .staff-testimonials-wrapper .staff-testimonials blockquote {
            font-weight: 400;
            font-style: italic;
            padding: 0 1.5rem;
        }

            .staff-testimonials-wrapper .staff-testimonials blockquote:after {
                content: '”\00a0';
            }

            .staff-testimonials-wrapper .staff-testimonials blockquote:before {
                content: '“\00a0';
            }

            .staff-testimonials-wrapper .staff-testimonials blockquote:before, .staff-testimonials-wrapper .staff-testimonials blockquote:after {
                font-size: 52px;
                color: #bfd913;
                line-height: 0;
                vertical-align: bottom;
            }

        .staff-testimonials-wrapper .staff-testimonials cite {
            display: block;
            font-weight: 300;
            font-style: normal;
            margin: 1rem 0;
        }

    .staff-testimonials-wrapper .bx-controls {
        text-align: center;
    }

        .staff-testimonials-wrapper .bx-controls .bx-pager-item {
            display: inline-block;
            margin: 0 2px;
        }

            .staff-testimonials-wrapper .bx-controls .bx-pager-item .bx-pager-link {
                display: block;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                border: none;
                background: #212121;
                text-indent: -3000rem;
            }

                .staff-testimonials-wrapper .bx-controls .bx-pager-item .bx-pager-link.active, .staff-testimonials-wrapper .bx-controls .bx-pager-item .bx-pager-link:hover {
                    background: #bfd913;
                }

    .staff-testimonials-wrapper .bx-controls-direction {
        display: block;
        float: none;
        position: absolute;
        right: 0;
        left: 0;
        z-index: 52;
    }

        .staff-testimonials-wrapper .bx-controls-direction a {
            display: block;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 16px;
            height: 16px;
            z-index: 3;
            color: #fff;
            font-size: 2.2rem;
            text-indent: -1000vw;
        }

            .staff-testimonials-wrapper .bx-controls-direction a:before {
                content: '';
                width: 16px;
                height: 16px;
                position: absolute;
                top: 50%;
                right: 50%;
                border-top: 2px solid #bfd913;
                border-right: 2px solid #bfd913;
            }

@media only screen and (min-width: 70em) {
    .staff-testimonials-wrapper .bx-controls-direction a {
        position: absolute;
        top: auto;
        bottom: 0;
        z-index: 3;
    }
}

body:not(.sfPageEditor) .region-picker-wrapper {
    display: none;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    z-index: 901;
    padding-top: 4.5rem;
    background: #000;
    color: #fff;
}

    .region-picker-wrapper .region-picker {
        position: relative;
        text-align: center;
    }

    .region-picker-wrapper h3 {
        color: #fff;
        font-size: 1.7rem;
        font-weight: 300;
    }

    .region-picker-wrapper .region-list {
        border-radius: 10px;
        margin-bottom: 3rem;
        background: rgba(255, 255, 255, 0.2);
        padding: 0 1.5rem;
    }

@media only screen and (min-width: 50em) {
    .region-picker-wrapper .region-list {
        padding: 0 300px;
    }
}

.region-picker-wrapper .region-list li {
    display: inline-block;
    width: 200px;
    text-transform: uppercase;
}

@media only screen and (min-width: 50em) {
    .region-picker-wrapper .region-list li {
        margin-right: 2rem;
    }
}

.region-picker-wrapper .region-list li a {
    padding: 1.5rem;
    color: #fff;
    font-size: 0.8rem;
    border-bottom: 2px solid transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
}

    .region-picker-wrapper .region-list li a img {
        margin-bottom: 10px;
        max-width: 100%;
        width: 100px;
    }

    .region-picker-wrapper .region-list li a.active, .region-picker-wrapper .region-list li a:hover {
        border-bottom: 2px solid #bfd913;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

.region-picker-wrapper .statistics {
    margin-bottom: 12rem;
    visibility: hidden;
}

    .region-picker-wrapper .statistics li {
        font-size: 2.8rem;
        margin-bottom: 1.5rem;
    }

@media only screen and (min-width: 50em) {
    .region-picker-wrapper .statistics li {
        font-size: 3.8rem;
        width: 24%;
        display: inline-block;
        margin-bottom: 0;
    }
}

.region-picker-wrapper .statistics li span {
    color: #bfd913;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
}

.region-picker-wrapper .region-picker-close-wrapper {
    position: absolute;
    top: 0;
    right: 1.5rem;
}

    .region-picker-wrapper .region-picker-close-wrapper:hover {
        fill: #bfd913;
    }

    .region-picker-wrapper .region-picker-close-wrapper .icon {
        fill: rgba(191, 217, 19, 0.8);
        width: 30px;
    }

.region-picker-wrapper .button.region-picker-close, .region-picker-wrapper form .formBuilderBucket .groupSubmit button.region-picker-close, form .formBuilderBucket .groupSubmit .region-picker-wrapper button.region-picker-close, .region-picker-wrapper .header .search-container form .sf-field-submit input.region-picker-close, .header .search-container form .sf-field-submit .region-picker-wrapper input.region-picker-close, .region-picker-wrapper .search-and-results form .sf-field-reset a.region-picker-close, .search-and-results form .sf-field-reset .region-picker-wrapper a.region-picker-close {
    cursor: pointer;
}

.accordion h3 {
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 1.3rem;
    border-bottom: none;
    display: block;
}

.accordion h2 {
    margin-bottom: 0;
}

.accordion .accordion__tab {
    font-size: 1.3rem;
    position: relative;
    padding-left: 30px;
    border-bottom: none;
    display: block;
    color: #212531;
}

    .accordion .accordion__tab:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 7px;
        left: 0;
        height: 13px;
        width: 13px;
        border-top: 3px solid #bfd913;
        border-right: 3px solid #bfd913;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

    .accordion .accordion__tab.accordion__tab--open, .accordion .accordion__tab:hover {
        color: #bfd913;
    }

        .accordion .accordion__tab.accordion__tab--open:before {
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
        }

.accordion .accordion__tab-panel {
    padding-bottom: 20px;
}

    .accordion .accordion__tab-panel[aria-expanded="false"] {
        display: none;
    }

    .accordion .accordion__tab-panel:last-child {
        padding-bottom: 0;
    }

.awards-grid li {
    text-align: center;
    padding: 1.5rem;
    border: 1px solid #bbbbbb;
    color: #5a5a5a;
    opacity: 0;
    width: 100%;
    margin-bottom: 30px;
}

    .awards-grid li.animate-fade-in-up {
        -webkit-animation: fade-in-up 1s ease;
        animation: fade-in-up 1s ease;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

@media only screen and (min-width: 32.5em) {
    .awards-grid li {
        width: 45%;
    }
}

@media only screen and (min-width: 1200px) {
    .awards-grid li {
        width: 30%;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 70em) {
    .awards-grid li {
        width: 22.5%;
        margin-bottom: 30px;
    }
}

.awards-grid li strong {
    color: #212531;
}

.awards-grid li p {
    margin-bottom: 0.5rem;
}

.awards-grid li img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

.awards-grid .animate-fade-in-up:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.awards-grid .animate-fade-in-up:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.awards-grid .animate-fade-in-up:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.awards-grid .animate-fade-in-up:nth-child(4) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.awards-grid .animate-fade-in-up:nth-child(5) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.awards-grid .animate-fade-in-up:nth-child(6) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.awards-grid .animate-fade-in-up:nth-child(7) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.awards-grid .animate-fade-in-up:nth-child(8) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.awards-grid .animate-fade-in-up:nth-child(9) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.awards-grid .animate-fade-in-up:nth-child(10) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.awards-grid .animate-fade-in-up:nth-child(11) {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

.awards-grid .animate-fade-in-up:nth-child(12) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.awards-grid .animate-fade-in-up:nth-child(13) {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

.awards-grid .animate-fade-in-up:nth-child(14) {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.awards-grid .animate-fade-in-up:nth-child(15) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.awards-grid .animate-fade-in-up:nth-child(16) {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
}

.awards-grid .animate-fade-in-up:nth-child(17) {
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s;
}

.awards-grid .animate-fade-in-up:nth-child(18) {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

.awards-grid .animate-fade-in-up:nth-child(19) {
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s;
}

.awards-grid .animate-fade-in-up:nth-child(20) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.awards-grid .animate-fade-in-up:nth-child(21) {
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
}

.awards-grid .animate-fade-in-up:nth-child(22) {
    -webkit-animation-delay: 4.4s;
    animation-delay: 4.4s;
}

.awards-grid .animate-fade-in-up:nth-child(23) {
    -webkit-animation-delay: 4.6s;
    animation-delay: 4.6s;
}

.awards-grid .animate-fade-in-up:nth-child(24) {
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s;
}

.awards-grid .animate-fade-in-up:nth-child(25) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.awards-grid .animate-fade-in-up:nth-child(26) {
    -webkit-animation-delay: 5.2s;
    animation-delay: 5.2s;
}

.awards-grid .animate-fade-in-up:nth-child(27) {
    -webkit-animation-delay: 5.4s;
    animation-delay: 5.4s;
}

.awards-grid .animate-fade-in-up:nth-child(28) {
    -webkit-animation-delay: 5.6s;
    animation-delay: 5.6s;
}

.awards-grid .animate-fade-in-up:nth-child(29) {
    -webkit-animation-delay: 5.8s;
    animation-delay: 5.8s;
}

.awards-grid .animate-fade-in-up:nth-child(30) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.awards-grid .animate-fade-in-up:nth-child(31) {
    -webkit-animation-delay: 6.2s;
    animation-delay: 6.2s;
}

.awards-grid .animate-fade-in-up:nth-child(32) {
    -webkit-animation-delay: 6.4s;
    animation-delay: 6.4s;
}

.awards-grid .animate-fade-in-up:nth-child(33) {
    -webkit-animation-delay: 6.6s;
    animation-delay: 6.6s;
}

.awards-grid .animate-fade-in-up:nth-child(34) {
    -webkit-animation-delay: 6.8s;
    animation-delay: 6.8s;
}

.awards-grid .animate-fade-in-up:nth-child(35) {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

.awards-grid .animate-fade-in-up:nth-child(36) {
    -webkit-animation-delay: 7.2s;
    animation-delay: 7.2s;
}

.awards-grid .animate-fade-in-up:nth-child(37) {
    -webkit-animation-delay: 7.4s;
    animation-delay: 7.4s;
}

.awards-grid .animate-fade-in-up:nth-child(38) {
    -webkit-animation-delay: 7.6s;
    animation-delay: 7.6s;
}

.awards-grid .animate-fade-in-up:nth-child(39) {
    -webkit-animation-delay: 7.8s;
    animation-delay: 7.8s;
}

.awards-grid .animate-fade-in-up:nth-child(40) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}

.awards-grid .animate-fade-in-up:nth-child(41) {
    -webkit-animation-delay: 8.2s;
    animation-delay: 8.2s;
}

.awards-grid .animate-fade-in-up:nth-child(42) {
    -webkit-animation-delay: 8.4s;
    animation-delay: 8.4s;
}

.awards-grid .animate-fade-in-up:nth-child(43) {
    -webkit-animation-delay: 8.6s;
    animation-delay: 8.6s;
}

.awards-grid .animate-fade-in-up:nth-child(44) {
    -webkit-animation-delay: 8.8s;
    animation-delay: 8.8s;
}

.awards-grid .animate-fade-in-up:nth-child(45) {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}

.awards-grid .animate-fade-in-up:nth-child(46) {
    -webkit-animation-delay: 9.2s;
    animation-delay: 9.2s;
}

.awards-grid .animate-fade-in-up:nth-child(47) {
    -webkit-animation-delay: 9.4s;
    animation-delay: 9.4s;
}

.awards-grid .animate-fade-in-up:nth-child(48) {
    -webkit-animation-delay: 9.6s;
    animation-delay: 9.6s;
}

.awards-grid .animate-fade-in-up:nth-child(49) {
    -webkit-animation-delay: 9.8s;
    animation-delay: 9.8s;
}

.tabbed-content {
    font-weight: 300;
    line-height: 1.7;
}

    .tabbed-content .tab-nav .tab-nav__item {
        float: left;
        margin-right: 5px;
    }

@media only screen and (min-width: 50em) {
    .tabbed-content .tab-nav .tab-nav__item {
        margin-right: 10px;
    }
}

.tabbed-content .tab-nav .tab-nav__item a {
    position: relative;
    display: block;
    border: 2px solid #bfd913;
    text-align: center;
    padding: 5px 10px;
    font-size: 0.9rem;
}

@media only screen and (min-width: 50em) {
    .tabbed-content .tab-nav .tab-nav__item a {
        font-size: 1.1rem;
        padding: 5px 20px;
    }
}

.tabbed-content .tab-nav .tab-nav__item a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 0px;
    z-index: -1;
    background: #bfd913;
    opacity: 0;
    -webkit-transition: height .2s,opacity .2s;
    transition: height .2s,opacity .2s;
}

.tabbed-content .tab-nav .tab-nav__item a.tab-nav__tab--active:after {
    opacity: 1;
    height: 100%;
    -webkit-transition: height .2s,opacity .2s;
    transition: height .2s,opacity .2s;
}

@media (hover: hover) {
    .tabbed-content .tab-nav .tab-nav__item a:hover:after {
        opacity: 1;
        height: 100%;
        -webkit-transition: height .2s,opacity .2s;
        transition: height .2s,opacity .2s;
        display: inline-block;
    }
}

.tabbed-content .tab-panels table p {
    margin-bottom: 0;
}

.tabbed-content .tab-panels .tab-panels__panel ul li {
    margin: 0;
    padding: 0 0 15px 20px;
    position: relative;
}

    .tabbed-content .tab-panels .tab-panels__panel ul li:before {
        content: '';
        height: 4px;
        width: 4px;
        background: #bfd913;
        color: #bfd913;
        position: absolute;
        top: 14px;
        left: 0;
    }

.tabbed-content .tab-panels .tab-panels__panel ul.sub-menu li {
    padding: 1rem 0;
}

.tabbed-content .tab-panels .post-list {
    padding-top: 1.5rem;
}

.tabbed-content .tab-panels p {
    margin-bottom: 1.5rem;
}

.tabbed-content .tab-panels .accordion__tab-panel p:last-child {
    margin-bottom: 0;
}

.tabbed-content .tab-panels[data-tab-group='offices'] ul li, .tabbed-content .tab-panels__panel#lawyers ul li {
    padding: 0;
}

.padded-list li {
    margin: 0;
    padding: 0 0 15px 20px;
}

.green-dot-list ul li {
    margin: 0;
    padding: 0 0 15px 20px;
    position: relative;
}

    .green-dot-list ul li:before {
        content: "";
        width: 4px;
        height: 4px;
        position: absolute;
        top: 10px;
        left: 0;
        background: #bfd913;
    }

    .green-dot-list ul li a:hover {
        color: #bfd913;
        text-decoration: none;
    }

.row-pad-15tb {
    padding-top: 15px;
    padding-bottom: 15px;
}





.search-filter {
    position: relative;
    width: auto;
}

    .search-filter .search-filter__label {
        display: inline-block;
        border: 2px solid #bfd913;
        padding: 5px 12px;
        font-size: 0.9rem;
        position: relative;
        text-transform: capitalize;
        cursor: pointer;
        -webkit-box-shadow: inset -20px 20px 0px -20px rgba(191, 217, 19, 0.5);
        box-shadow: inset -20px 20px 0px -20px rgba(191, 217, 19, 0.5);
        -webkit-transition: -webkit-box-shadow 0.3s;
        transition: -webkit-box-shadow 0.3s;
        transition: box-shadow 0.3s;
        transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    }

        .search-filter .search-filter__label:hover {
            border-color: #aac211;
        }

    .search-filter .search-filter__check {
        opacity: 0;
        position: absolute;
    }

    .search-filter .search-filter__count {
        display: inline-block;
        padding: 5px 5px 5px 10px;
        border-left: 2px solid #bfd913;
        margin-left: 16px;
    }


.our-clients {
    text-align: center;
    max-width: 900px;
    margin-bottom: 3rem;
}

    .our-clients .clients__grid {
        text-align: center;
    }

        .our-clients .clients__grid .clients__link {
            border-bottom: none;
            display: inline-block;
            -webkit-perspective: 500px;
            perspective: 500px;
            padding: 1rem;
        }

            .our-clients .clients__grid .clients__link:hover .clients__front {
                -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
            }

            .our-clients .clients__grid .clients__link:hover .clients__back {
                -webkit-transform: none;
                transform: none;
            }

@media only screen and (min-width: 32.5em) {
    .our-clients .clients__grid .clients__link {
        width: 32%;
    }
}

@media only screen and (min-width: 50em) {
    .our-clients .clients__grid .clients__link {
        width: 20%;
    }
}

.our-clients .clients__grid .clients__link .clients__item {
    position: relative;
}

    .our-clients .clients__grid .clients__link .clients__item:before {
        content: '';
        display: block;
        padding-top: 100%;
    }

.our-clients .clients__grid .clients__link .clients__title {
    text-align: center;
    margin-bottom: 20px;
}

.our-clients .clients__grid .clients__link .clients__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 100%;
}

.our-clients .clients__grid .clients__link .clients__front, .our-clients .clients__grid .clients__link .clients__back {
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.our-clients .clients__grid .clients__link .clients__back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-back: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    background: #bfd913;
    border-radius: 50%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .our-clients .clients__grid .clients__link .clients__back > * {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

.our-clients .clients__grid .clients__link .clients__name {
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 300;
    border-bottom: 1px solid #4d4d4d;
    color: #4d4d4d;
    font-size: 16px;
}

.our-clients .clients__grid .clients__link .clients__copy {
    text-transform: uppercase;
    color: #4d4d4d;
    font-weight: 700;
    font-size: 12px;
}



.footer-meta,
.footer-links {
    margin: 0;
    font-size: 1rem;
}

    .footer-meta p,
    .footer-links p {
        margin: 0 0 0.75rem;
    }

    .footer-meta li,
    .footer-links li {
        display: inline;
    }

        .footer-meta li:before,
        .footer-links li:before {
            content: '\00a0|\00a0';
        }

        .footer-meta li:first-child:before,
        .footer-links li:first-child:before {
            content: none;
        }

.centre-cta p {
    margin-bottom: 1.5rem;
}

.latest-keynotes-service {
    margin-bottom: 1.5rem;
}

    .latest-keynotes-service .cards {
        margin-bottom: 1.5rem;
    }

.latest-keynotes {
    margin-bottom: 3rem;
}

    .latest-keynotes .cards {
        clear: both;
        display: inline-block;
    }

        .latest-keynotes .cards .card {
            float: left;
            margin-right: 1.5rem;
        }

.block-form-container {
    margin-bottom: 3rem;
}

    .block-form-container .block-form.full-view .close-form {
        visibility: visible;
        opacity: 1;
    }

.block-form {
    position: relative;
    padding: 3rem 1.5rem 1.5rem;
    background: linear-gradient(110deg, #bfd913, #aac211);
    text-align: center;
}

    .block-form form .close-form {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0px;
        left: 0;
        background: #d4ed32;
        width: 40px;
        height: 40px;
        border-radius: 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .block-form form .close-form span {
            display: none;
        }

        .block-form form .close-form:after {
            content: "X";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #fff;
            font-size: 2.2rem;
            font-weight: 400;
        }

    .block-form .title,
    .block-form .form-intro {
        color: #fff;
        text-align: center;
    }

    .block-form .form-intro {
        margin: 0 0 2rem;
        line-height: 1.5;
    }

    .block-form .row |-webkit-input-placeholder, .block-form form .formBuilderBucket .formBuilderGroup |-webkit-input-placeholder, form .formBuilderBucket .block-form .formBuilderGroup |-webkit-input-placeholder {
        color: #fff;
    }

    .block-form .row :-moz-placeholder, .block-form form .formBuilderBucket .formBuilderGroup :-moz-placeholder, form .formBuilderBucket .block-form .formBuilderGroup :-moz-placeholder {
        color: #fff;
    }

    .block-form .row |-moz-placeholder, .block-form form .formBuilderBucket .formBuilderGroup |-moz-placeholder, form .formBuilderBucket .block-form .formBuilderGroup |-moz-placeholder {
        color: #fff;
    }

    .block-form .row :-ms-input-placeholder, .block-form form .formBuilderBucket .formBuilderGroup :-ms-input-placeholder, form .formBuilderBucket .block-form .formBuilderGroup :-ms-input-placeholder {
        color: #fff;
    }

    .block-form .row .wpcf7-not-valid-tip, .block-form form .formBuilderBucket .formBuilderGroup .wpcf7-not-valid-tip, form .formBuilderBucket .block-form .formBuilderGroup .wpcf7-not-valid-tip {
        color: #fff;
    }

    .block-form .captcha-wrapper label {
        display: block;
    }

    .block-form .input,
    .block-form .textarea,
    .block-form .select-wrapper {
        border-color: transparent;
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
    }

        .block-form .input:focus,
        .block-form .textarea:focus,
        .block-form .select-wrapper:focus {
            border-color: #fff;
        }

    .block-form .submit, .block-form form .formBuilderBucket .groupSubmit button, form .formBuilderBucket .groupSubmit .block-form button {
        background: #343639;
    }

        .block-form .submit:hover, .block-form form .formBuilderBucket .groupSubmit button:hover, form .formBuilderBucket .groupSubmit .block-form button:hover {
            background: #fff;
            color: #343639;
        }



.anchor-linked-block {
    padding-top: 7em;
}

.card a:hover {
    color: #bfd913;
    text-decoration: none;
}

.quick-news p {
    color: #bfd913;
    padding-left: 1em;
}

.quick-news span {
    display: block;
    color: #fff;
    font-size: 0.9em;
    font-style: italic;
}

.news-date {
    display: block;
    color: #fff !important;
    font-size: 0.9em !important;
    font-style: italic;
}