.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    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: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -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;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    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;
}
.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) center center no-repeat;
}
@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"),
        url(fonts/slick.woff) format("woff"),
        url(fonts/slick.ttf) format("truetype"),
        url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal;
}
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
main,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong {
    font-weight: 700;
}
@font-face {
    font-family: Earlsfort;
    src: url(/wp-content/themes/arthur-cox/assets/fonts/Earlsfort/Earlsfort-Regular.woff2)
            format("woff2"),
        url(/wp-content/themes/arthur-cox/assets/fonts/Earlsfort/Earlsfort-Regular.woff)
            format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Cirka;
    src: url(/wp-content/themes/arthur-cox/assets/fonts/Cirka/cirka-variable.woff2)
            format("woff2"),
        url(/wp-content/themes/arthur-cox/assets/fonts/Cirka/cirka-variable.woff)
            format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: adieulight;
    src: url(/wp-content/themes/arthur-cox/assets/fonts/Adieu-Light/adieu-light-webfont.woff2)
            format("woff2"),
        url(/wp-content/themes/arthur-cox/assets/fonts/Adieu-Light/adieu-light-webfont.woff)
            format("woff");
    font-weight: 400;
    font-style: normal;
}
html {
    font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1024px) {
    html {
        font-size: 1.15em;
    }
}
body {
    font-weight: 300;
    font-size: 100%;
    font-family: "Open Sans", sans-serif;
    color: #000;
    line-height: 1.4;
}
@media (max-width: 767px) {
    body {
        line-height: 1.54;
    }
}
[data-animation="fadeInDown"].animate,
[data-animation="fadeInLeft"].animate,
[data-animation="fadeInRight"].animate,
[data-animation="fadeInUp"].animate,
[data-animation="fadeIn"].animate {
    opacity: 0;
}
.animated,
.site-main .m-expertise-menu__image img.active {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite,
.site-main .m-expertise-menu__image img.infinite.active {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
.delay0 {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.delay1 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.delay2 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.delay3 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.respond {
    display: none;
}
@media (max-width: 1023px) {
    .respond {
        display: block;
    }
}
.default:not(#onetrust-banner-sdk) {
    display: none;
}
@media (min-width: 1024px) {
    .default:not(#onetrust-banner-sdk) {
        display: block;
    }
}
@media (min-width: 768px) {
    .mobile {
        display: none !important;
    }
}
.device {
    display: none;
}
@media (max-width: 1024px) {
    .device {
        display: block;
    }
}
.tablet {
    display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .tablet {
        display: block;
    }
}
.tabtop {
    display: none;
}
@media (min-width: 768px) {
    .tabtop {
        display: block;
    }
}
.desktop {
    display: none;
}
@media (min-width: 1024px) {
    .desktop {
        display: block;
    }
}
.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.align-self {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-lowercase {
    text-transform: lowercase;
}
.size-sm {
    font-size: 0.875em;
}
.size-2 {
    font-size: 1.5em;
}
.size-3 {
    font-size: 3rem;
}
.size-4 {
    font-size: 4rem;
}
.weight-300 {
    font-weight: 300;
}
.weight-400 {
    font-weight: 400;
}
.weight-600 {
    font-weight: 600;
}
.weight-700 {
    font-weight: 700;
}
.font-cirka {
    font-family: Cirka !important;
}
.font-earlsfort {
    font-family: Earlsfort !important;
}
.font-opensans {
    font-family: "Open Sans" !important;
}
.font-worksans {
    font-family: "Work Sans" !important;
}
.background-red {
    background-color: var(--clr-hover);
}
.color-red {
    color: var(--clr-hover) !important;
}
.hover-red:hover {
    color: var(--clr-hover) !important;
}
.background-yellow {
    background-color: var(--clr-orange);
}
.color-yellow {
    color: var(--clr-orange) !important;
}
.hover-yellow:hover {
    color: var(--clr-orange) !important;
}
.background-charteuse {
    background-color: var(--clr-chartreuse);
}
.color-charteuse {
    color: var(--clr-chartreuse) !important;
}
.hover-charteuse:hover {
    color: var(--clr-chartreuse) !important;
}
.background-green {
    background-color: var(--clr-green);
}
.color-green {
    color: var(--clr-green) !important;
}
.hover-green:hover {
    color: var(--clr-green) !important;
}
.background-blue {
    background-color: var(--clr-blue);
}
.color-blue {
    color: var(--clr-blue) !important;
}
.hover-blue:hover {
    color: var(--clr-blue) !important;
}
.background-purple {
    background-color: var(--clr-purple);
}
.color-purple {
    color: var(--clr-purple) !important;
}
.hover-purple:hover {
    color: var(--clr-purple) !important;
}
.background-slate {
    background-color: #425563;
}
.color-slate {
    color: #425563 !important;
}
.hover-slate:hover {
    color: #425563 !important;
}
.background-black {
    background-color: #000;
}
.color-black {
    color: #000 !important;
}
.hover-black:hover {
    color: #000 !important;
}
.background-dark-grey {
    background-color: #999;
}
.color-dark-grey {
    color: #999 !important;
}
.hover-dark-grey:hover {
    color: #999 !important;
}
.background-medium-grey {
    background-color: #d9d9d6;
}
.color-medium-grey {
    color: #d9d9d6 !important;
}
.hover-medium-grey:hover {
    color: #d9d9d6 !important;
}
.background-light-grey {
    background-color: #efefef;
}
.color-light-grey {
    color: #efefef !important;
}
.hover-light-grey:hover {
    color: #efefef !important;
}
.background-white {
    background-color: #fff;
}
.color-white {
    color: #fff !important;
}
.hover-white:hover {
    color: #fff !important;
}
.background-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    .padding-1 {
        padding: 1rem !important;
    }
    .padding-2 {
        padding: 2rem !important;
    }
    .padding-xxs {
        padding: 1.1875em !important;
    }
    .padding-xs {
        padding: 1.5625em !important;
    }
    .padding-sm {
        padding: 2.375em !important;
    }
    .padding-md {
        padding: 3.125em !important;
    }
    .padding-lg {
        padding: 3.8125em !important;
    }
    .padding-xl {
        padding: 4.75em !important;
    }
    .padding-xxl {
        padding: 5.625em !important;
    }
    .padding-xxxl {
        padding: 6.8125em !important;
    }
}
@media (max-width: 767px) {
    [class*="padding-"] {
        padding: 1.1875em !important;
    }
}
.pre-header {
    font-family: adieulight;
    text-transform: uppercase;
    font-size: 0.875em;
}
.pre-header > * {
    display: block;
}
.sub-header {
    font-family: adieulight;
    text-transform: uppercase;
    font-size: 0.875em;
    color: #425563;
}
.sub-header > span {
    display: block;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.c-field--select__menu__group-title,
.m-list-block__list a,
.m-search--people .c-tabs__label__inner span {
    font-family: adieulight;
    text-transform: uppercase;
    font-size: 0.875em;
}
@media (min-width: 768px) {
    .two-column {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2.375em;
        -moz-column-gap: 2.375em;
        column-gap: 2.375em;
    }
}
.two-column > * + * {
    margin-top: 1.4em;
}
@media (max-width: 1023px) {
    .two-column > * + * {
        margin-top: 1em;
    }
}
.offset-margin {
    margin-top: -2.1111em;
}
@font-face {
    font-family: arthurcox;
    src: url(/wp-content/themes/arthur-cox/assets/icons/arthurcox/arthurcox.eot?3480393);
    src: url(/wp-content/themes/arthur-cox/assets/icons/arthurcox/arthurcox.eot?3480393#iefix)
            format("embedded-opentype"),
        url(/wp-content/themes/arthur-cox/assets/icons/arthurcox/arthurcox.woff2?3480393)
            format("woff2"),
        url(/wp-content/themes/arthur-cox/assets/icons/arthurcox/arthurcox.woff?3480393)
            format("woff"),
        url(/wp-content/themes/arthur-cox/assets/icons/arthurcox/arthurcox.ttf?3480393)
            format("truetype"),
        url(/wp-content/themes/arthur-cox/assets/icons/arthurcox/arthurcox.svg?3480393#arthurcox)
            format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*=" icon-"]:before,
[class^="icon-"]:before {
    font-family: arthurcox;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-down-open-big:before {
    content: "\e800";
}
.icon-up-open-big:before {
    content: "\e801";
}
.icon-menu--open:before {
    content: "\e802";
}
.icon-menu--close:before {
    content: "\e803";
}
.icon-close:before {
    content: "\e803";
}
.icon-search:before {
    content: "\e804";
}
.icon-print:before {
    content: "\e805";
}
.icon-share:before {
    content: "\e806";
}
.icon-arrow:before {
    content: "\e900";
}
.icon-angle-up:before {
    content: "\f106";
}
.icon-angle-down:before {
    content: "\f107";
}
body,
html {
    height: 100%;
}
@media (max-width: 767px) {
    body,
    html {
        height: auto;
        width: 100%;
        overflow-x: hidden;
    }
}
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
}
body .site-footer,
body .site-header {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
body .site-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    position: relative;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast-active) {
    body .site-main {
        min-height: 1px;
    }
}
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    padding: 3.8125em 5.625em;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
}
@media (min-width: 768px) and (max-width: 1024px),
    (min-width: 1024px) and (max-width: 1280px) {
    .site-header {
        padding: 3.125em;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
@media (max-width: 767px) {
    .site-header {
        padding: 1.1875em;
    }
}
@media (max-width: 1023px) {
    .site-header {
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    }
}
.site-header .o-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-header__logo {
    width: 17.75em;
    height: 1.4375em;
    background-image: url(/wp-content/themes/arthur-cox/assets/images/logo--combined.svg);
    background-size: auto 2.875em;
    background-position: bottom left;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.site-header__logo img {
    display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast-active) {
    .site-header__logo {
        background-size: auto;
    }
}
@media (min-width: 768px) {
    .site-header__logo {
        background-position: top left;
    }
}
@media (max-width: 374px) {
    .site-header__logo {
        width: 3.6875em;
    }
}
.site-header__checkbox {
    display: none;
}
.site-header__checkbox:checked + .site-header__search_button {
    z-index: 0;
}
.site-header__checkbox:checked ~ .site-header__burger::before {
    content: "\e803";
}
.site-header__checkbox:checked ~ .site-nav {
    pointer-events: auto;
}
@media (max-width: 1023px) {
    .site-header__checkbox:checked ~ .site-nav {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 1;
    }
    .site-header__checkbox:checked ~ .site-nav .site-nav__form,
    .site-header__checkbox:checked ~ .site-nav .site-nav__menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@media (min-width: 1024px) {
    .site-header__checkbox:checked ~ .site-nav {
        background-color: #fff;
    }
    .site-header__checkbox:checked ~ .site-nav .site-nav__form,
    .site-header__checkbox:checked ~ .site-nav .site-nav__menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .site-header__checkbox:checked ~ .site-nav::before {
        opacity: 1;
    }
}
.site-header__search_checkbox {
    display: none;
}
.site-header__search_checkbox:checked ~ .site-header__burger {
    z-index: 0;
}
.site-header__search_checkbox:checked ~ .site-header__search_button::before {
    content: "\e803";
}
.site-header__search_checkbox:checked ~ .site-header__search {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.site-header__search_checkbox:checked ~ .site-header__search > * {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.site-header__search_button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 6.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.75em;
    height: 1.75em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu .site-header__search_button {
    opacity: 0;
    pointer-events: none;
}
.site-header__search_button::before {
    font-family: arthurcox;
    content: "\e804";
    font-size: 1.75em;
    color: #425563;
}
@media (max-width: 767px) {
    .site-header__search_button {
        right: 3.75em;
    }
    .site-header__search_button::before {
        font-size: 1.5em;
    }
}
.site-header__search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    opacity: 0;
    background: rgba(255, 255, 255, 0.95);
    padding: 5%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.site-header__search > * {
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.site-header__burger {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2.125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.75em;
    height: 1.75em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}
.site-header__burger::before {
    font-family: arthurcox;
    content: "\e802";
    font-size: 1.75em;
    color: #425563;
}
@media (max-width: 767px) {
    .site-header__burger {
        right: 1.1875em;
        top: 0;
        right: 0;
        bottom: 0;
        height: 63px;
        width: 63px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .site-header__burger::before {
        font-size: 1.4375em;
    }
}
body.scrolled .site-header {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 1024px) {
    body.scroll-below-fold .site-header {
        padding-top: 2.125em;
        padding-bottom: 2.125em;
    }
    body.scroll-below-fold .site-header__logo {
        background-position: bottom left;
        width: 3.6875em;
        height: 1.4375em;
    }
}
.site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
}
.site-nav > * {
    width: 50%;
}
.site-nav__menu {
    background: #d9d9d6;
    padding: 5%;
}
.site-nav__menu ul {
    background: #efefef;
    padding: 2.375em 3.125em;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.site-nav__menu ul li + li {
    margin-top: 0.4375em;
}
.site-nav__menu ul li a {
    font-family: Earlsfort;
    font-size: 3.125em;
    line-height: 1;
}
@media (min-width: 1024px) {
    .site-nav__menu ul li a:hover {
        color: var(--clr-hover);
    }
}
@media (max-width: 1024px) {
    .site-nav__menu ul li a:active {
        color: var(--clr-hover);
    }
}
.site-nav__form {
    padding: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
}
@media (min-width: 1024px) {
    .site-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .site-nav__menu {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    .site-nav__form {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .site-nav__form .m-search {
        min-height: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .site-nav__form .m-search .c-form + .c-form {
        margin-top: 5vh;
    }
}
@media all and (min-width: 1024px) and (-ms-high-contrast: none),
    (min-width: 1024px) and (-ms-high-contrast-active) {
    .site-nav__form .m-search {
        min-height: 0;
        display: block;
    }
}
@media (min-width: 1024px) {
    .site-nav::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        display: block;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .site-nav {
        top: 7.6875em;
        height: calc(100vh - 7.6875em);
    }
}
@media (max-width: 767px) {
    .site-nav {
        top: 3.8125em;
        height: calc(100vh - 3.8125em);
    }
}
@media (max-width: 1023px) {
    .site-nav {
        -webkit-transform: translateY(125%);
        -ms-transform: translateY(125%);
        transform: translateY(125%);
        -webkit-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        transition: background 0.5s ease;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .site-nav > * {
        width: 100%;
        padding: 1.1875em;
    }
    .site-nav__menu {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .site-nav__menu ul {
        padding: 1.1875em;
    }
    .site-nav__menu ul li a {
        font-size: 1.375em;
    }
    .site-nav__form {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }
}
.site-main {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: visible;
}
@media (min-width: 1281px) {
    .site-main {
        margin-top: 9.0625em;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .site-main {
        margin-top: 7.6875em;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .site-main {
        margin-top: 7.6875em;
    }
    body.home .site-main {
        margin-top: 7.6875em;
    }
}
@media (max-width: 767px) {
    .site-main {
        margin-top: 3.8125em;
    }
}
.site-footer {
    background-image: url(/wp-content/themes/arthur-cox/assets/images/background--modules.svg);
    background-size: cover;
    background-position: center;
    color: #425563;
    padding: 0;
    position: relative;
    z-index: 0;
}
.ie .site-footer {
    background-image: url(/wp-content/themes/arthur-cox/assets/images/background--footer.png);
}
.site-footer .o-container {
    padding: 1.1875em;
}
@media (min-width: 768px) {
    .site-footer .o-container {
        padding: 3.125em;
    }
}
.site-footer__left .o-content {
    padding: 1.5625em;
}
@media (min-width: 768px) {
    .site-footer__left .o-content {
        padding: 2.375em 2.375em 0.9375em 2.375em;
    }
}
@media (min-width: 768px) {
    .site-footer__left .logo {
        padding-bottom: 1.25em;
    }
}
.site-footer__left .social-links a {
    padding: 0 0.3125em;
}
.site-footer__left .social-links a:first-child {
    padding-left: 0;
}
.site-footer__locations .o-content {
    padding: 1.5625em;
}
@media (min-width: 768px) {
    .site-footer__locations .o-content {
        padding: 2.375em;
    }
}
.site-footer img {
    max-width: 18.375em;
}
@media (min-width: 1024px) {
    .site-footer .o-row > :last-child {
        margin-top: 5.625em;
    }
}
.site-footer ul li a {
    display: block;
    font-family: adieulight;
    padding: 0.125em 0;
}
@media (min-width: 768px) {
    .site-footer ul li a {
        padding: 0.3125em 0;
    }
}
.site-footer .locations_holder {
    display: none;
}
@media (min-width: 768px) {
    .site-footer .locations_holder {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
}
.site-footer .locations_holder .footer-location-office-block {
    display: none;
}
@media (min-width: 1024px) {
    .site-footer .locations_holder .footer-location-office-block {
        display: block;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
    }
    .site-footer .locations_holder .footer-location-office-block.active {
        -webkit-transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -o-transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
}
.o-section {
    width: 100%;
    padding: 4.75em 5.625em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .o-section {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.o-section--1 {
    padding: 1rem;
}
.o-section--1--x {
    padding-left: 1rem;
    padding-right: 1rem;
}
.o-section--1--y {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.o-section--1--top {
    padding-top: 1rem;
}
.o-section--2 {
    padding: 2rem;
}
.o-section--2--x {
    padding-left: 2rem;
    padding-right: 2rem;
}
.o-section--2--y {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.o-section--2--top {
    padding-top: 2rem;
}
.o-section--xxs {
    padding: 1.1875em;
}
.o-section--xxs--x {
    padding-left: 1.1875em;
    padding-right: 1.1875em;
}
.o-section--xxs--y {
    padding-top: 1.1875em;
    padding-bottom: 1.1875em;
}
.o-section--xxs--top {
    padding-top: 1.1875em;
}
.o-section--xs {
    padding: 1.5625em;
}
.o-section--xs--x {
    padding-left: 1.5625em;
    padding-right: 1.5625em;
}
.o-section--xs--y {
    padding-top: 1.5625em;
    padding-bottom: 1.5625em;
}
.o-section--xs--top {
    padding-top: 1.5625em;
}
.o-section--sm {
    padding: 2.375em;
}
.o-section--sm--x {
    padding-left: 2.375em;
    padding-right: 2.375em;
}
.o-section--sm--y {
    padding-top: 2.375em;
    padding-bottom: 2.375em;
}
.o-section--sm--top {
    padding-top: 2.375em;
}
.o-section--md {
    padding: 3.125em;
}
.o-section--md--x {
    padding-left: 3.125em;
    padding-right: 3.125em;
}
.o-section--md--y {
    padding-top: 3.125em;
    padding-bottom: 3.125em;
}
.o-section--md--top {
    padding-top: 3.125em;
}
.o-section--lg {
    padding: 3.8125em;
}
.o-section--lg--x {
    padding-left: 3.8125em;
    padding-right: 3.8125em;
}
.o-section--lg--y {
    padding-top: 3.8125em;
    padding-bottom: 3.8125em;
}
.o-section--lg--top {
    padding-top: 3.8125em;
}
.o-section--xl {
    padding: 4.75em;
}
.o-section--xl--x {
    padding-left: 4.75em;
    padding-right: 4.75em;
}
.o-section--xl--y {
    padding-top: 4.75em;
    padding-bottom: 4.75em;
}
.o-section--xl--top {
    padding-top: 4.75em;
}
.o-section--xxl {
    padding: 5.625em;
}
.o-section--xxl--x {
    padding-left: 5.625em;
    padding-right: 5.625em;
}
.o-section--xxl--y {
    padding-top: 5.625em;
    padding-bottom: 5.625em;
}
.o-section--xxl--top {
    padding-top: 5.625em;
}
.o-section--xxxl {
    padding: 6.8125em;
}
.o-section--xxxl--x {
    padding-left: 6.8125em;
    padding-right: 6.8125em;
}
.o-section--xxxl--y {
    padding-top: 6.8125em;
    padding-bottom: 6.8125em;
}
.o-section--xxxl--top {
    padding-top: 6.8125em;
}
@media (min-width: 768px) and (max-width: 1024px),
    (min-width: 1024px) and (max-width: 1280px) {
    .o-section {
        padding: 3.125em;
    }
}
@media (max-width: 767px) {
    .o-section {
        padding: 1.1875em;
    }
}
.o-section--collapse {
    padding: 0;
}
.o-section--collapse--x {
    padding-left: 0;
    padding-right: 0;
}
.o-section--collapse--y {
    padding-top: 0;
    padding-bottom: 0;
}
.o-section--collapse--top {
    padding-top: 0;
}
.o-section--collapse--right {
    padding-right: 0;
}
.o-section--collapse--bottom {
    padding-bottom: 0;
}
.o-section--collapse--left {
    padding-left: 0;
}
.o-section--text-light {
    color: #fff;
}
.o-section--text-dark {
    color: #000;
}
.o-section__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    z-index: 0;
}
.o-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 78.75em;
}
.o-container--sm {
    max-width: 65.125em;
}
.o-container--lg {
    max-width: 78.75em;
}
.o-container--half {
    max-width: none;
}
@media (min-width: 1024px) {
    .o-container--half {
        width: 50%;
    }
}
.o-container--full {
    max-width: none;
}
.o-container--auto {
    width: auto;
    max-width: none;
}
.o-container--left {
    margin-left: 0;
}
.o-container--center {
    margin-left: auto;
    margin-right: auto;
}
.o-container--right {
    margin-right: 0;
}
.o-container--top {
    margin-bottom: auto;
}
.o-container--right {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.o-container--bottom {
    margin-top: auto;
}
.o-container--left {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.o-container + .o-container {
    margin-top: 3.8125em;
}
@media (min-width: 768px) and (max-width: 1024px),
    (min-width: 1024px) and (max-width: 1280px) {
    .o-container + .o-container {
        margin-top: 2.375em;
    }
}
@media (max-width: 767px) {
    .o-container + .o-container {
        margin-top: 1.1875em;
    }
}
.o-grid-38 > .o-row {
    width: calc(100% + 2.375em);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -2.375em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.o-grid-38 > .o-row + .o-row {
    margin-top: 2.375em;
}
.o-grid-38 > .o-row > * {
    margin: 0 2.375em 2.375em 0;
}
@media (min-width: 768px) {
    .o-grid-38 > .o-row > .u-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
.o-grid-38 > .o-row > .u-1-12 {
    width: calc(8.33333% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-push-1 {
        margin-right: calc(2.375em + 8.33333%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-pull-1 {
        margin-left: 8.33333%;
    }
}
.o-grid-38 > .o-row > .u-2-12 {
    width: calc(16.66667% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-push-2 {
        margin-right: calc(2.375em + 16.66667%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-pull-2 {
        margin-left: 16.66667%;
    }
}
.o-grid-38 > .o-row > .u-3-12 {
    width: calc(25% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-push-3 {
        margin-right: calc(2.375em + 25%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-pull-3 {
        margin-left: 25%;
    }
}
.o-grid-38 > .o-row > .u-4-12 {
    width: calc(33.33333% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-push-4 {
        margin-right: calc(2.375em + 33.33333%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-pull-4 {
        margin-left: 33.33333%;
    }
}
.o-grid-38 > .o-row > .u-5-12 {
    width: calc(41.66667% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-push-5 {
        margin-right: calc(2.375em + 41.66667%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-pull-5 {
        margin-left: 41.66667%;
    }
}
.o-grid-38 > .o-row > .u-6-12 {
    width: calc(50% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-push-6 {
        margin-right: calc(2.375em + 50%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-pull-6 {
        margin-left: 50%;
    }
}
.o-grid-38 > .o-row > .u-7-12 {
    width: calc(58.33333% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-push-7 {
        margin-right: calc(2.375em + 58.33333%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-pull-7 {
        margin-left: 58.33333%;
    }
}
.o-grid-38 > .o-row > .u-8-12 {
    width: calc(66.66667% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-push-8 {
        margin-right: calc(2.375em + 66.66667%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-pull-8 {
        margin-left: 66.66667%;
    }
}
.o-grid-38 > .o-row > .u-9-12 {
    width: calc(75% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-push-9 {
        margin-right: calc(2.375em + 75%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-pull-9 {
        margin-left: 75%;
    }
}
.o-grid-38 > .o-row > .u-10-12 {
    width: calc(83.33333% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-push-10 {
        margin-right: calc(2.375em + 83.33333%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-pull-10 {
        margin-left: 83.33333%;
    }
}
.o-grid-38 > .o-row > .u-11-12 {
    width: calc(91.66667% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-push-11 {
        margin-right: calc(2.375em + 91.66667%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-pull-11 {
        margin-left: 91.66667%;
    }
}
.o-grid-38 > .o-row > .u-12-12 {
    width: calc(100% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-push-12 {
        margin-right: calc(2.375em + 100%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38 > .o-row > .u-pull-12 {
        margin-left: 100%;
    }
}
@media (max-width: 767px) {
    .o-grid-38 > .o-row > .m-1-12 {
        width: calc(8.33333% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .m-push-1 {
        margin-right: calc(2.375em + 8.33333%) !important;
    }
    .o-grid-38 > .o-row > .m-pull-1 {
        margin-left: 8.33333% !important;
    }
    .o-grid-38 > .o-row > .m-2-12 {
        width: calc(16.66667% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .m-push-2 {
        margin-right: calc(2.375em + 16.66667%) !important;
    }
    .o-grid-38 > .o-row > .m-pull-2 {
        margin-left: 16.66667% !important;
    }
    .o-grid-38 > .o-row > .m-3-12 {
        width: calc(25% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .m-push-3 {
        margin-right: calc(2.375em + 25%) !important;
    }
    .o-grid-38 > .o-row > .m-pull-3 {
        margin-left: 25% !important;
    }
    .o-grid-38 > .o-row > .m-4-12 {
        width: calc(33.33333% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .m-push-4 {
        margin-right: calc(2.375em + 33.33333%) !important;
    }
    .o-grid-38 > .o-row > .m-pull-4 {
        margin-left: 33.33333% !important;
    }
    .o-grid-38 > .o-row > .m-5-12 {
        width: calc(41.66667% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .m-push-5 {
        margin-right: calc(2.375em + 41.66667%) !important;
    }
    .o-grid-38 > .o-row > .m-pull-5 {
        margin-left: 41.66667% !important;
    }
    .o-grid-38 > .o-row > .m-6-12 {
        width: calc(50% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .m-push-6 {
        margin-right: calc(2.375em + 50%) !important;
    }
    .o-grid-38 > .o-row > .m-pull-6 {
        margin-left: 50% !important;
    }
    .o-grid-38 > .o-row > .m-7-12 {
        width: calc(58.33333% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .m-push-7 {
        margin-right: calc(2.375em + 58.33333%) !important;
    }
    .o-grid-38 > .o-row > .m-pull-7 {
        margin-left: 58.33333% !important;
    }
    .o-grid-38 > .o-row > .m-8-12 {
        width: calc(66.66667% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .m-push-8 {
        margin-right: calc(2.375em + 66.66667%) !important;
    }
    .o-grid-38 > .o-row > .m-pull-8 {
        margin-left: 66.66667% !important;
    }
    .o-grid-38 > .o-row > .m-9-12 {
        width: calc(75% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .m-push-9 {
        margin-right: calc(2.375em + 75%) !important;
    }
    .o-grid-38 > .o-row > .m-pull-9 {
        margin-left: 75% !important;
    }
    .o-grid-38 > .o-row > .m-10-12 {
        width: calc(83.33333% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .m-push-10 {
        margin-right: calc(2.375em + 83.33333%) !important;
    }
    .o-grid-38 > .o-row > .m-pull-10 {
        margin-left: 83.33333% !important;
    }
    .o-grid-38 > .o-row > .m-11-12 {
        width: calc(91.66667% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .m-push-11 {
        margin-right: calc(2.375em + 91.66667%) !important;
    }
    .o-grid-38 > .o-row > .m-pull-11 {
        margin-left: 91.66667% !important;
    }
    .o-grid-38 > .o-row > .m-12-12 {
        width: calc(100% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .m-push-12 {
        margin-right: calc(2.375em + 100%) !important;
    }
    .o-grid-38 > .o-row > .m-pull-12 {
        margin-left: 100% !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .o-grid-38 > .o-row > .tp-1-12 {
        width: calc(8.33333% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tp-push-1 {
        margin-right: calc(2.375em + 8.33333%) !important;
    }
    .o-grid-38 > .o-row > .tp-pull-1 {
        margin-left: 8.33333% !important;
    }
    .o-grid-38 > .o-row > .tp-2-12 {
        width: calc(16.66667% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tp-push-2 {
        margin-right: calc(2.375em + 16.66667%) !important;
    }
    .o-grid-38 > .o-row > .tp-pull-2 {
        margin-left: 16.66667% !important;
    }
    .o-grid-38 > .o-row > .tp-3-12 {
        width: calc(25% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tp-push-3 {
        margin-right: calc(2.375em + 25%) !important;
    }
    .o-grid-38 > .o-row > .tp-pull-3 {
        margin-left: 25% !important;
    }
    .o-grid-38 > .o-row > .tp-4-12 {
        width: calc(33.33333% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tp-push-4 {
        margin-right: calc(2.375em + 33.33333%) !important;
    }
    .o-grid-38 > .o-row > .tp-pull-4 {
        margin-left: 33.33333% !important;
    }
    .o-grid-38 > .o-row > .tp-5-12 {
        width: calc(41.66667% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tp-push-5 {
        margin-right: calc(2.375em + 41.66667%) !important;
    }
    .o-grid-38 > .o-row > .tp-pull-5 {
        margin-left: 41.66667% !important;
    }
    .o-grid-38 > .o-row > .tp-6-12 {
        width: calc(50% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tp-push-6 {
        margin-right: calc(2.375em + 50%) !important;
    }
    .o-grid-38 > .o-row > .tp-pull-6 {
        margin-left: 50% !important;
    }
    .o-grid-38 > .o-row > .tp-7-12 {
        width: calc(58.33333% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tp-push-7 {
        margin-right: calc(2.375em + 58.33333%) !important;
    }
    .o-grid-38 > .o-row > .tp-pull-7 {
        margin-left: 58.33333% !important;
    }
    .o-grid-38 > .o-row > .tp-8-12 {
        width: calc(66.66667% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tp-push-8 {
        margin-right: calc(2.375em + 66.66667%) !important;
    }
    .o-grid-38 > .o-row > .tp-pull-8 {
        margin-left: 66.66667% !important;
    }
    .o-grid-38 > .o-row > .tp-9-12 {
        width: calc(75% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tp-push-9 {
        margin-right: calc(2.375em + 75%) !important;
    }
    .o-grid-38 > .o-row > .tp-pull-9 {
        margin-left: 75% !important;
    }
    .o-grid-38 > .o-row > .tp-10-12 {
        width: calc(83.33333% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tp-push-10 {
        margin-right: calc(2.375em + 83.33333%) !important;
    }
    .o-grid-38 > .o-row > .tp-pull-10 {
        margin-left: 83.33333% !important;
    }
    .o-grid-38 > .o-row > .tp-11-12 {
        width: calc(91.66667% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tp-push-11 {
        margin-right: calc(2.375em + 91.66667%) !important;
    }
    .o-grid-38 > .o-row > .tp-pull-11 {
        margin-left: 91.66667% !important;
    }
    .o-grid-38 > .o-row > .tp-12-12 {
        width: calc(100% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tp-push-12 {
        margin-right: calc(2.375em + 100%) !important;
    }
    .o-grid-38 > .o-row > .tp-pull-12 {
        margin-left: 100% !important;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .o-grid-38 > .o-row > .tl-1-12 {
        width: calc(8.33333% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tl-push-1 {
        margin-right: calc(2.375em + 8.33333%) !important;
    }
    .o-grid-38 > .o-row > .tl-pull-1 {
        margin-left: 8.33333% !important;
    }
    .o-grid-38 > .o-row > .tl-2-12 {
        width: calc(16.66667% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tl-push-2 {
        margin-right: calc(2.375em + 16.66667%) !important;
    }
    .o-grid-38 > .o-row > .tl-pull-2 {
        margin-left: 16.66667% !important;
    }
    .o-grid-38 > .o-row > .tl-3-12 {
        width: calc(25% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tl-push-3 {
        margin-right: calc(2.375em + 25%) !important;
    }
    .o-grid-38 > .o-row > .tl-pull-3 {
        margin-left: 25% !important;
    }
    .o-grid-38 > .o-row > .tl-4-12 {
        width: calc(33.33333% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tl-push-4 {
        margin-right: calc(2.375em + 33.33333%) !important;
    }
    .o-grid-38 > .o-row > .tl-pull-4 {
        margin-left: 33.33333% !important;
    }
    .o-grid-38 > .o-row > .tl-5-12 {
        width: calc(41.66667% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tl-push-5 {
        margin-right: calc(2.375em + 41.66667%) !important;
    }
    .o-grid-38 > .o-row > .tl-pull-5 {
        margin-left: 41.66667% !important;
    }
    .o-grid-38 > .o-row > .tl-6-12 {
        width: calc(50% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tl-push-6 {
        margin-right: calc(2.375em + 50%) !important;
    }
    .o-grid-38 > .o-row > .tl-pull-6 {
        margin-left: 50% !important;
    }
    .o-grid-38 > .o-row > .tl-7-12 {
        width: calc(58.33333% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tl-push-7 {
        margin-right: calc(2.375em + 58.33333%) !important;
    }
    .o-grid-38 > .o-row > .tl-pull-7 {
        margin-left: 58.33333% !important;
    }
    .o-grid-38 > .o-row > .tl-8-12 {
        width: calc(66.66667% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tl-push-8 {
        margin-right: calc(2.375em + 66.66667%) !important;
    }
    .o-grid-38 > .o-row > .tl-pull-8 {
        margin-left: 66.66667% !important;
    }
    .o-grid-38 > .o-row > .tl-9-12 {
        width: calc(75% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tl-push-9 {
        margin-right: calc(2.375em + 75%) !important;
    }
    .o-grid-38 > .o-row > .tl-pull-9 {
        margin-left: 75% !important;
    }
    .o-grid-38 > .o-row > .tl-10-12 {
        width: calc(83.33333% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tl-push-10 {
        margin-right: calc(2.375em + 83.33333%) !important;
    }
    .o-grid-38 > .o-row > .tl-pull-10 {
        margin-left: 83.33333% !important;
    }
    .o-grid-38 > .o-row > .tl-11-12 {
        width: calc(91.66667% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tl-push-11 {
        margin-right: calc(2.375em + 91.66667%) !important;
    }
    .o-grid-38 > .o-row > .tl-pull-11 {
        margin-left: 91.66667% !important;
    }
    .o-grid-38 > .o-row > .tl-12-12 {
        width: calc(100% - 2.375em) !important;
    }
    .o-grid-38 > .o-row > .tl-push-12 {
        margin-right: calc(2.375em + 100%) !important;
    }
    .o-grid-38 > .o-row > .tl-pull-12 {
        margin-left: 100% !important;
    }
}
@media (min-width: 1024px) {
    .o-grid-38 > .o-row--single {
        margin: 0;
    }
    .o-grid-38 > .o-row--single > * {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .o-grid-38 > .o-row {
        margin-bottom: -1.25em;
    }
    .o-grid-38 > .o-row + .o-row {
        margin-top: 1.25em;
    }
    .o-grid-38 > .o-row > * {
        margin: 0 1.25em 1.25em 0;
    }
}
.o-grid-38-7 {
    overflow: hidden;
}
.o-grid-38-7 > .o-row {
    width: calc(100% + 2.375em);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -2.375em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.o-grid-38-7 > .o-row + .o-row {
    margin-top: 2.375em;
}
.o-grid-38-7 > .o-row > * {
    margin: 0 2.375em 2.375em 0;
}
@media (min-width: 768px) {
    .o-grid-38-7 > .o-row > .u-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
.o-grid-38-7 > .o-row > .u-1-7 {
    width: calc(14.28571% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38-7 > .o-row > .u-push-1 {
        margin-right: calc(2.375em + 14.28571%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38-7 > .o-row > .u-pull-1 {
        margin-left: 14.28571%;
    }
}
.o-grid-38-7 > .o-row > .u-2-7 {
    width: calc(28.57143% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38-7 > .o-row > .u-push-2 {
        margin-right: calc(2.375em + 28.57143%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38-7 > .o-row > .u-pull-2 {
        margin-left: 28.57143%;
    }
}
.o-grid-38-7 > .o-row > .u-3-7 {
    width: calc(42.85714% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38-7 > .o-row > .u-push-3 {
        margin-right: calc(2.375em + 42.85714%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38-7 > .o-row > .u-pull-3 {
        margin-left: 42.85714%;
    }
}
.o-grid-38-7 > .o-row > .u-4-7 {
    width: calc(57.14286% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38-7 > .o-row > .u-push-4 {
        margin-right: calc(2.375em + 57.14286%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38-7 > .o-row > .u-pull-4 {
        margin-left: 57.14286%;
    }
}
.o-grid-38-7 > .o-row > .u-5-7 {
    width: calc(71.42857% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38-7 > .o-row > .u-push-5 {
        margin-right: calc(2.375em + 71.42857%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38-7 > .o-row > .u-pull-5 {
        margin-left: 71.42857%;
    }
}
.o-grid-38-7 > .o-row > .u-6-7 {
    width: calc(85.71429% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38-7 > .o-row > .u-push-6 {
        margin-right: calc(2.375em + 85.71429%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38-7 > .o-row > .u-pull-6 {
        margin-left: 85.71429%;
    }
}
.o-grid-38-7 > .o-row > .u-7-7 {
    width: calc(100% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38-7 > .o-row > .u-push-7 {
        margin-right: calc(2.375em + 100%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38-7 > .o-row > .u-pull-7 {
        margin-left: 100%;
    }
}
@media (max-width: 767px) {
    .o-grid-38-7 > .o-row > .m-1-7 {
        width: calc(14.28571% - 2.375em) !important;
    }
    .o-grid-38-7 > .o-row > .m-push-1 {
        margin-right: calc(2.375em + 14.28571%) !important;
    }
    .o-grid-38-7 > .o-row > .m-pull-1 {
        margin-left: 14.28571% !important;
    }
    .o-grid-38-7 > .o-row > .m-2-7 {
        width: calc(28.57143% - 2.375em) !important;
    }
    .o-grid-38-7 > .o-row > .m-push-2 {
        margin-right: calc(2.375em + 28.57143%) !important;
    }
    .o-grid-38-7 > .o-row > .m-pull-2 {
        margin-left: 28.57143% !important;
    }
    .o-grid-38-7 > .o-row > .m-3-7 {
        width: calc(42.85714% - 2.375em) !important;
    }
    .o-grid-38-7 > .o-row > .m-push-3 {
        margin-right: calc(2.375em + 42.85714%) !important;
    }
    .o-grid-38-7 > .o-row > .m-pull-3 {
        margin-left: 42.85714% !important;
    }
    .o-grid-38-7 > .o-row > .m-4-7 {
        width: calc(57.14286% - 2.375em) !important;
    }
    .o-grid-38-7 > .o-row > .m-push-4 {
        margin-right: calc(2.375em + 57.14286%) !important;
    }
    .o-grid-38-7 > .o-row > .m-pull-4 {
        margin-left: 57.14286% !important;
    }
    .o-grid-38-7 > .o-row > .m-5-7 {
        width: calc(71.42857% - 2.375em) !important;
    }
    .o-grid-38-7 > .o-row > .m-push-5 {
        margin-right: calc(2.375em + 71.42857%) !important;
    }
    .o-grid-38-7 > .o-row > .m-pull-5 {
        margin-left: 71.42857% !important;
    }
    .o-grid-38-7 > .o-row > .m-6-7 {
        width: calc(85.71429% - 2.375em) !important;
    }
    .o-grid-38-7 > .o-row > .m-push-6 {
        margin-right: calc(2.375em + 85.71429%) !important;
    }
    .o-grid-38-7 > .o-row > .m-pull-6 {
        margin-left: 85.71429% !important;
    }
    .o-grid-38-7 > .o-row > .m-7-7 {
        width: calc(100% - 2.375em) !important;
    }
    .o-grid-38-7 > .o-row > .m-push-7 {
        margin-right: calc(2.375em + 100%) !important;
    }
    .o-grid-38-7 > .o-row > .m-pull-7 {
        margin-left: 100% !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .o-grid-38-7 > .o-row > .tp-1-7 {
        width: calc(14.28571% - 2.375em) !important;
    }
    .o-grid-38-7 > .o-row > .tp-push-1 {
        margin-right: calc(2.375em + 14.28571%) !important;
    }
    .o-grid-38-7 > .o-row > .tp-pull-1 {
        margin-left: 14.28571% !important;
    }
    .o-grid-38-7 > .o-row > .tp-2-7 {
        width: calc(28.57143% - 2.375em) !important;
    }
    .o-grid-38-7 > .o-row > .tp-push-2 {
        margin-right: calc(2.375em + 28.57143%) !important;
    }
    .o-grid-38-7 > .o-row > .tp-pull-2 {
        margin-left: 28.57143% !important;
    }
    .o-grid-38-7 > .o-row > .tp-3-7 {
        width: calc(42.85714% - 2.375em) !important;
    }
    .o-grid-38-7 > .o-row > .tp-push-3 {
        margin-right: calc(2.375em + 42.85714%) !important;
    }
    .o-grid-38-7 > .o-row > .tp-pull-3 {
        margin-left: 42.85714% !important;
    }
    .o-grid-38-7 > .o-row > .tp-4-7 {
        width: calc(57.14286% - 2.375em) !important;
    }
    .o-grid-38-7 > .o-row > .tp-push-4 {
        margin-right: calc(2.375em + 57.14286%) !important;
    }
    .o-grid-38-7 > .o-row > .tp-pull-4 {
        margin-left: 57.14286% !important;
    }
    .o-grid-38-7 > .o-row > .tp-5-7 {
        width: calc(71.42857% - 2.375em) !important;
    }
    .o-grid-38-7 > .o-row > .tp-push-5 {
        margin-right: calc(2.375em + 71.42857%) !important;
    }
    .o-grid-38-7 > .o-row > .tp-pull-5 {
        margin-left: 71.42857% !important;
    }
    .o-grid-38-7 > .o-row > .tp-6-7 {
        width: calc(85.71429% - 2.375em) !important;
    }
    .o-grid-38-7 > .o-row > .tp-push-6 {
        margin-right: calc(2.375em + 85.71429%) !important;
    }
    .o-grid-38-7 > .o-row > .tp-pull-6 {
        margin-left: 85.71429% !important;
    }
    .o-grid-38-7 > .o-row > .tp-7-7 {
        width: calc(100% - 2.375em) !important;
    }
    .o-grid-38-7 > .o-row > .tp-push-7 {
        margin-right: calc(2.375em + 100%) !important;
    }
    .o-grid-38-7 > .o-row > .tp-pull-7 {
        margin-left: 100% !important;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .o-grid-38-7 > .o-row > .tl-1-7 {
        width: calc(14.28571% - 2.375em) !important;
    }
    .o-grid-38-7 > .o-row > .tl-push-1 {
        margin-right: calc(2.375em + 14.28571%) !important;
    }
    .o-grid-38-7 > .o-row > .tl-pull-1 {
        margin-left: 14.28571% !important;
    }
    .o-grid-38-7 > .o-row > .tl-2-7 {
        width: calc(28.57143% - 2.375em) !important;
    }
    .o-grid-38-7 > .o-row > .tl-push-2 {
        margin-right: calc(2.375em + 28.57143%) !important;
    }
    .o-grid-38-7 > .o-row > .tl-pull-2 {
        margin-left: 28.57143% !important;
    }
    .o-grid-38-7 > .o-row > .tl-3-7 {
        width: calc(42.85714% - 2.375em) !important;
    }
    .o-grid-38-7 > .o-row > .tl-push-3 {
        margin-right: calc(2.375em + 42.85714%) !important;
    }
    .o-grid-38-7 > .o-row > .tl-pull-3 {
        margin-left: 42.85714% !important;
    }
    .o-grid-38-7 > .o-row > .tl-4-7 {
        width: calc(57.14286% - 2.375em) !important;
    }
    .o-grid-38-7 > .o-row > .tl-push-4 {
        margin-right: calc(2.375em + 57.14286%) !important;
    }
    .o-grid-38-7 > .o-row > .tl-pull-4 {
        margin-left: 57.14286% !important;
    }
    .o-grid-38-7 > .o-row > .tl-5-7 {
        width: calc(71.42857% - 2.375em) !important;
    }
    .o-grid-38-7 > .o-row > .tl-push-5 {
        margin-right: calc(2.375em + 71.42857%) !important;
    }
    .o-grid-38-7 > .o-row > .tl-pull-5 {
        margin-left: 71.42857% !important;
    }
    .o-grid-38-7 > .o-row > .tl-6-7 {
        width: calc(85.71429% - 2.375em) !important;
    }
    .o-grid-38-7 > .o-row > .tl-push-6 {
        margin-right: calc(2.375em + 85.71429%) !important;
    }
    .o-grid-38-7 > .o-row > .tl-pull-6 {
        margin-left: 85.71429% !important;
    }
    .o-grid-38-7 > .o-row > .tl-7-7 {
        width: calc(100% - 2.375em) !important;
    }
    .o-grid-38-7 > .o-row > .tl-push-7 {
        margin-right: calc(2.375em + 100%) !important;
    }
    .o-grid-38-7 > .o-row > .tl-pull-7 {
        margin-left: 100% !important;
    }
}
@media (min-width: 1024px) {
    .o-grid-38-7 > .o-row--single {
        margin: 0;
    }
    .o-grid-38-7 > .o-row--single > * {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .o-grid-38-7 > .o-row {
        margin-bottom: -1.25em;
    }
    .o-grid-38-7 > .o-row + .o-row {
        margin-top: 1.25em;
    }
    .o-grid-38-7 > .o-row > * {
        margin: 0 1.25em 1.25em 0;
    }
}
.o-grid-38-5 {
    overflow: hidden;
}
.o-grid-38-5 > .o-row {
    width: calc(100% + 2.375em);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.o-grid-38-5 > .o-row + .o-row {
    margin-top: 0;
}
.o-grid-38-5 > .o-row > * {
    margin: 0 2.375em 0 0;
}
@media (min-width: 768px) {
    .o-grid-38-5 > .o-row > .u-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
.o-grid-38-5 > .o-row > .u-1-5 {
    width: calc(20% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38-5 > .o-row > .u-push-1 {
        margin-right: calc(2.375em + 20%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38-5 > .o-row > .u-pull-1 {
        margin-left: 20%;
    }
}
.o-grid-38-5 > .o-row > .u-2-5 {
    width: calc(40% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38-5 > .o-row > .u-push-2 {
        margin-right: calc(2.375em + 40%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38-5 > .o-row > .u-pull-2 {
        margin-left: 40%;
    }
}
.o-grid-38-5 > .o-row > .u-3-5 {
    width: calc(60% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38-5 > .o-row > .u-push-3 {
        margin-right: calc(2.375em + 60%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38-5 > .o-row > .u-pull-3 {
        margin-left: 60%;
    }
}
.o-grid-38-5 > .o-row > .u-4-5 {
    width: calc(80% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38-5 > .o-row > .u-push-4 {
        margin-right: calc(2.375em + 80%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38-5 > .o-row > .u-pull-4 {
        margin-left: 80%;
    }
}
.o-grid-38-5 > .o-row > .u-5-5 {
    width: calc(100% - 2.375em) !important;
}
@media (min-width: 1281px) {
    .o-grid-38-5 > .o-row > .u-push-5 {
        margin-right: calc(2.375em + 100%);
    }
}
@media (min-width: 1281px) {
    .o-grid-38-5 > .o-row > .u-pull-5 {
        margin-left: 100%;
    }
}
@media (max-width: 767px) {
    .o-grid-38-5 > .o-row > .m-1-5 {
        width: calc(20% - 2.375em) !important;
    }
    .o-grid-38-5 > .o-row > .m-push-1 {
        margin-right: calc(2.375em + 20%) !important;
    }
    .o-grid-38-5 > .o-row > .m-pull-1 {
        margin-left: 20% !important;
    }
    .o-grid-38-5 > .o-row > .m-2-5 {
        width: calc(40% - 2.375em) !important;
    }
    .o-grid-38-5 > .o-row > .m-push-2 {
        margin-right: calc(2.375em + 40%) !important;
    }
    .o-grid-38-5 > .o-row > .m-pull-2 {
        margin-left: 40% !important;
    }
    .o-grid-38-5 > .o-row > .m-3-5 {
        width: calc(60% - 2.375em) !important;
    }
    .o-grid-38-5 > .o-row > .m-push-3 {
        margin-right: calc(2.375em + 60%) !important;
    }
    .o-grid-38-5 > .o-row > .m-pull-3 {
        margin-left: 60% !important;
    }
    .o-grid-38-5 > .o-row > .m-4-5 {
        width: calc(80% - 2.375em) !important;
    }
    .o-grid-38-5 > .o-row > .m-push-4 {
        margin-right: calc(2.375em + 80%) !important;
    }
    .o-grid-38-5 > .o-row > .m-pull-4 {
        margin-left: 80% !important;
    }
    .o-grid-38-5 > .o-row > .m-5-5 {
        width: calc(100% - 2.375em) !important;
    }
    .o-grid-38-5 > .o-row > .m-push-5 {
        margin-right: calc(2.375em + 100%) !important;
    }
    .o-grid-38-5 > .o-row > .m-pull-5 {
        margin-left: 100% !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .o-grid-38-5 > .o-row > .tp-1-5 {
        width: calc(20% - 2.375em) !important;
    }
    .o-grid-38-5 > .o-row > .tp-push-1 {
        margin-right: calc(2.375em + 20%) !important;
    }
    .o-grid-38-5 > .o-row > .tp-pull-1 {
        margin-left: 20% !important;
    }
    .o-grid-38-5 > .o-row > .tp-2-5 {
        width: calc(40% - 2.375em) !important;
    }
    .o-grid-38-5 > .o-row > .tp-push-2 {
        margin-right: calc(2.375em + 40%) !important;
    }
    .o-grid-38-5 > .o-row > .tp-pull-2 {
        margin-left: 40% !important;
    }
    .o-grid-38-5 > .o-row > .tp-3-5 {
        width: calc(60% - 2.375em) !important;
    }
    .o-grid-38-5 > .o-row > .tp-push-3 {
        margin-right: calc(2.375em + 60%) !important;
    }
    .o-grid-38-5 > .o-row > .tp-pull-3 {
        margin-left: 60% !important;
    }
    .o-grid-38-5 > .o-row > .tp-4-5 {
        width: calc(80% - 2.375em) !important;
    }
    .o-grid-38-5 > .o-row > .tp-push-4 {
        margin-right: calc(2.375em + 80%) !important;
    }
    .o-grid-38-5 > .o-row > .tp-pull-4 {
        margin-left: 80% !important;
    }
    .o-grid-38-5 > .o-row > .tp-5-5 {
        width: calc(100% - 2.375em) !important;
    }
    .o-grid-38-5 > .o-row > .tp-push-5 {
        margin-right: calc(2.375em + 100%) !important;
    }
    .o-grid-38-5 > .o-row > .tp-pull-5 {
        margin-left: 100% !important;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .o-grid-38-5 > .o-row > .tl-1-5 {
        width: calc(20% - 2.375em) !important;
    }
    .o-grid-38-5 > .o-row > .tl-push-1 {
        margin-right: calc(2.375em + 20%) !important;
    }
    .o-grid-38-5 > .o-row > .tl-pull-1 {
        margin-left: 20% !important;
    }
    .o-grid-38-5 > .o-row > .tl-2-5 {
        width: calc(40% - 2.375em) !important;
    }
    .o-grid-38-5 > .o-row > .tl-push-2 {
        margin-right: calc(2.375em + 40%) !important;
    }
    .o-grid-38-5 > .o-row > .tl-pull-2 {
        margin-left: 40% !important;
    }
    .o-grid-38-5 > .o-row > .tl-3-5 {
        width: calc(60% - 2.375em) !important;
    }
    .o-grid-38-5 > .o-row > .tl-push-3 {
        margin-right: calc(2.375em + 60%) !important;
    }
    .o-grid-38-5 > .o-row > .tl-pull-3 {
        margin-left: 60% !important;
    }
    .o-grid-38-5 > .o-row > .tl-4-5 {
        width: calc(80% - 2.375em) !important;
    }
    .o-grid-38-5 > .o-row > .tl-push-4 {
        margin-right: calc(2.375em + 80%) !important;
    }
    .o-grid-38-5 > .o-row > .tl-pull-4 {
        margin-left: 80% !important;
    }
    .o-grid-38-5 > .o-row > .tl-5-5 {
        width: calc(100% - 2.375em) !important;
    }
    .o-grid-38-5 > .o-row > .tl-push-5 {
        margin-right: calc(2.375em + 100%) !important;
    }
    .o-grid-38-5 > .o-row > .tl-pull-5 {
        margin-left: 100% !important;
    }
}
@media (min-width: 1024px) {
    .o-grid-38-5 > .o-row--single {
        margin: 0;
    }
    .o-grid-38-5 > .o-row--single > * {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .o-grid-38-5 > .o-row {
        margin-bottom: -1.25em;
    }
    .o-grid-38-5 > .o-row + .o-row {
        margin-top: 1.25em;
    }
    .o-grid-38-5 > .o-row > * {
        margin: 0 1.25em 1.25em 0;
    }
}
.o-grid-0 {
    overflow: hidden;
}
.o-grid-0 > .o-row {
    width: calc(100% + 0px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.o-grid-0 > .o-row + .o-row {
    margin-top: 0;
}
.o-grid-0 > .o-row > * {
    margin: 0;
}
@media (min-width: 768px) {
    .o-grid-0 > .o-row > .u-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
.o-grid-0 > .o-row > .u-1-12 {
    width: calc(8.33333% - 0px) !important;
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-push-1 {
        margin-right: calc(0px + 8.33333%);
    }
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-pull-1 {
        margin-left: 8.33333%;
    }
}
.o-grid-0 > .o-row > .u-2-12 {
    width: calc(16.66667% - 0px) !important;
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-push-2 {
        margin-right: calc(0px + 16.66667%);
    }
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-pull-2 {
        margin-left: 16.66667%;
    }
}
.o-grid-0 > .o-row > .u-3-12 {
    width: calc(25% - 0px) !important;
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-push-3 {
        margin-right: calc(0px + 25%);
    }
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-pull-3 {
        margin-left: 25%;
    }
}
.o-grid-0 > .o-row > .u-4-12 {
    width: calc(33.33333% - 0px) !important;
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-push-4 {
        margin-right: calc(0px + 33.33333%);
    }
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-pull-4 {
        margin-left: 33.33333%;
    }
}
.o-grid-0 > .o-row > .u-5-12 {
    width: calc(41.66667% - 0px) !important;
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-push-5 {
        margin-right: calc(0px + 41.66667%);
    }
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-pull-5 {
        margin-left: 41.66667%;
    }
}
.o-grid-0 > .o-row > .u-6-12 {
    width: calc(50% - 0px) !important;
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-push-6 {
        margin-right: calc(0px + 50%);
    }
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-pull-6 {
        margin-left: 50%;
    }
}
.o-grid-0 > .o-row > .u-7-12 {
    width: calc(58.33333% - 0px) !important;
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-push-7 {
        margin-right: calc(0px + 58.33333%);
    }
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-pull-7 {
        margin-left: 58.33333%;
    }
}
.o-grid-0 > .o-row > .u-8-12 {
    width: calc(66.66667% - 0px) !important;
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-push-8 {
        margin-right: calc(0px + 66.66667%);
    }
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-pull-8 {
        margin-left: 66.66667%;
    }
}
.o-grid-0 > .o-row > .u-9-12 {
    width: calc(75% - 0px) !important;
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-push-9 {
        margin-right: calc(0px + 75%);
    }
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-pull-9 {
        margin-left: 75%;
    }
}
.o-grid-0 > .o-row > .u-10-12 {
    width: calc(83.33333% - 0px) !important;
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-push-10 {
        margin-right: calc(0px + 83.33333%);
    }
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-pull-10 {
        margin-left: 83.33333%;
    }
}
.o-grid-0 > .o-row > .u-11-12 {
    width: calc(91.66667% - 0px) !important;
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-push-11 {
        margin-right: calc(0px + 91.66667%);
    }
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-pull-11 {
        margin-left: 91.66667%;
    }
}
.o-grid-0 > .o-row > .u-12-12 {
    width: calc(100% - 0px) !important;
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-push-12 {
        margin-right: calc(0px + 100%);
    }
}
@media (min-width: 1281px) {
    .o-grid-0 > .o-row > .u-pull-12 {
        margin-left: 100%;
    }
}
@media (max-width: 767px) {
    .o-grid-0 > .o-row > .m-1-12 {
        width: calc(8.33333% - 0px) !important;
    }
    .o-grid-0 > .o-row > .m-push-1 {
        margin-right: calc(0px + 8.33333%) !important;
    }
    .o-grid-0 > .o-row > .m-pull-1 {
        margin-left: 8.33333% !important;
    }
    .o-grid-0 > .o-row > .m-2-12 {
        width: calc(16.66667% - 0px) !important;
    }
    .o-grid-0 > .o-row > .m-push-2 {
        margin-right: calc(0px + 16.66667%) !important;
    }
    .o-grid-0 > .o-row > .m-pull-2 {
        margin-left: 16.66667% !important;
    }
    .o-grid-0 > .o-row > .m-3-12 {
        width: calc(25% - 0px) !important;
    }
    .o-grid-0 > .o-row > .m-push-3 {
        margin-right: calc(0px + 25%) !important;
    }
    .o-grid-0 > .o-row > .m-pull-3 {
        margin-left: 25% !important;
    }
    .o-grid-0 > .o-row > .m-4-12 {
        width: calc(33.33333% - 0px) !important;
    }
    .o-grid-0 > .o-row > .m-push-4 {
        margin-right: calc(0px + 33.33333%) !important;
    }
    .o-grid-0 > .o-row > .m-pull-4 {
        margin-left: 33.33333% !important;
    }
    .o-grid-0 > .o-row > .m-5-12 {
        width: calc(41.66667% - 0px) !important;
    }
    .o-grid-0 > .o-row > .m-push-5 {
        margin-right: calc(0px + 41.66667%) !important;
    }
    .o-grid-0 > .o-row > .m-pull-5 {
        margin-left: 41.66667% !important;
    }
    .o-grid-0 > .o-row > .m-6-12 {
        width: calc(50% - 0px) !important;
    }
    .o-grid-0 > .o-row > .m-push-6 {
        margin-right: calc(0px + 50%) !important;
    }
    .o-grid-0 > .o-row > .m-pull-6 {
        margin-left: 50% !important;
    }
    .o-grid-0 > .o-row > .m-7-12 {
        width: calc(58.33333% - 0px) !important;
    }
    .o-grid-0 > .o-row > .m-push-7 {
        margin-right: calc(0px + 58.33333%) !important;
    }
    .o-grid-0 > .o-row > .m-pull-7 {
        margin-left: 58.33333% !important;
    }
    .o-grid-0 > .o-row > .m-8-12 {
        width: calc(66.66667% - 0px) !important;
    }
    .o-grid-0 > .o-row > .m-push-8 {
        margin-right: calc(0px + 66.66667%) !important;
    }
    .o-grid-0 > .o-row > .m-pull-8 {
        margin-left: 66.66667% !important;
    }
    .o-grid-0 > .o-row > .m-9-12 {
        width: calc(75% - 0px) !important;
    }
    .o-grid-0 > .o-row > .m-push-9 {
        margin-right: calc(0px + 75%) !important;
    }
    .o-grid-0 > .o-row > .m-pull-9 {
        margin-left: 75% !important;
    }
    .o-grid-0 > .o-row > .m-10-12 {
        width: calc(83.33333% - 0px) !important;
    }
    .o-grid-0 > .o-row > .m-push-10 {
        margin-right: calc(0px + 83.33333%) !important;
    }
    .o-grid-0 > .o-row > .m-pull-10 {
        margin-left: 83.33333% !important;
    }
    .o-grid-0 > .o-row > .m-11-12 {
        width: calc(91.66667% - 0px) !important;
    }
    .o-grid-0 > .o-row > .m-push-11 {
        margin-right: calc(0px + 91.66667%) !important;
    }
    .o-grid-0 > .o-row > .m-pull-11 {
        margin-left: 91.66667% !important;
    }
    .o-grid-0 > .o-row > .m-12-12 {
        width: calc(100% - 0px) !important;
    }
    .o-grid-0 > .o-row > .m-push-12 {
        margin-right: calc(0px + 100%) !important;
    }
    .o-grid-0 > .o-row > .m-pull-12 {
        margin-left: 100% !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .o-grid-0 > .o-row > .tp-1-12 {
        width: calc(8.33333% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tp-push-1 {
        margin-right: calc(0px + 8.33333%) !important;
    }
    .o-grid-0 > .o-row > .tp-pull-1 {
        margin-left: 8.33333% !important;
    }
    .o-grid-0 > .o-row > .tp-2-12 {
        width: calc(16.66667% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tp-push-2 {
        margin-right: calc(0px + 16.66667%) !important;
    }
    .o-grid-0 > .o-row > .tp-pull-2 {
        margin-left: 16.66667% !important;
    }
    .o-grid-0 > .o-row > .tp-3-12 {
        width: calc(25% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tp-push-3 {
        margin-right: calc(0px + 25%) !important;
    }
    .o-grid-0 > .o-row > .tp-pull-3 {
        margin-left: 25% !important;
    }
    .o-grid-0 > .o-row > .tp-4-12 {
        width: calc(33.33333% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tp-push-4 {
        margin-right: calc(0px + 33.33333%) !important;
    }
    .o-grid-0 > .o-row > .tp-pull-4 {
        margin-left: 33.33333% !important;
    }
    .o-grid-0 > .o-row > .tp-5-12 {
        width: calc(41.66667% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tp-push-5 {
        margin-right: calc(0px + 41.66667%) !important;
    }
    .o-grid-0 > .o-row > .tp-pull-5 {
        margin-left: 41.66667% !important;
    }
    .o-grid-0 > .o-row > .tp-6-12 {
        width: calc(50% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tp-push-6 {
        margin-right: calc(0px + 50%) !important;
    }
    .o-grid-0 > .o-row > .tp-pull-6 {
        margin-left: 50% !important;
    }
    .o-grid-0 > .o-row > .tp-7-12 {
        width: calc(58.33333% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tp-push-7 {
        margin-right: calc(0px + 58.33333%) !important;
    }
    .o-grid-0 > .o-row > .tp-pull-7 {
        margin-left: 58.33333% !important;
    }
    .o-grid-0 > .o-row > .tp-8-12 {
        width: calc(66.66667% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tp-push-8 {
        margin-right: calc(0px + 66.66667%) !important;
    }
    .o-grid-0 > .o-row > .tp-pull-8 {
        margin-left: 66.66667% !important;
    }
    .o-grid-0 > .o-row > .tp-9-12 {
        width: calc(75% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tp-push-9 {
        margin-right: calc(0px + 75%) !important;
    }
    .o-grid-0 > .o-row > .tp-pull-9 {
        margin-left: 75% !important;
    }
    .o-grid-0 > .o-row > .tp-10-12 {
        width: calc(83.33333% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tp-push-10 {
        margin-right: calc(0px + 83.33333%) !important;
    }
    .o-grid-0 > .o-row > .tp-pull-10 {
        margin-left: 83.33333% !important;
    }
    .o-grid-0 > .o-row > .tp-11-12 {
        width: calc(91.66667% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tp-push-11 {
        margin-right: calc(0px + 91.66667%) !important;
    }
    .o-grid-0 > .o-row > .tp-pull-11 {
        margin-left: 91.66667% !important;
    }
    .o-grid-0 > .o-row > .tp-12-12 {
        width: calc(100% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tp-push-12 {
        margin-right: calc(0px + 100%) !important;
    }
    .o-grid-0 > .o-row > .tp-pull-12 {
        margin-left: 100% !important;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .o-grid-0 > .o-row > .tl-1-12 {
        width: calc(8.33333% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tl-push-1 {
        margin-right: calc(0px + 8.33333%) !important;
    }
    .o-grid-0 > .o-row > .tl-pull-1 {
        margin-left: 8.33333% !important;
    }
    .o-grid-0 > .o-row > .tl-2-12 {
        width: calc(16.66667% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tl-push-2 {
        margin-right: calc(0px + 16.66667%) !important;
    }
    .o-grid-0 > .o-row > .tl-pull-2 {
        margin-left: 16.66667% !important;
    }
    .o-grid-0 > .o-row > .tl-3-12 {
        width: calc(25% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tl-push-3 {
        margin-right: calc(0px + 25%) !important;
    }
    .o-grid-0 > .o-row > .tl-pull-3 {
        margin-left: 25% !important;
    }
    .o-grid-0 > .o-row > .tl-4-12 {
        width: calc(33.33333% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tl-push-4 {
        margin-right: calc(0px + 33.33333%) !important;
    }
    .o-grid-0 > .o-row > .tl-pull-4 {
        margin-left: 33.33333% !important;
    }
    .o-grid-0 > .o-row > .tl-5-12 {
        width: calc(41.66667% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tl-push-5 {
        margin-right: calc(0px + 41.66667%) !important;
    }
    .o-grid-0 > .o-row > .tl-pull-5 {
        margin-left: 41.66667% !important;
    }
    .o-grid-0 > .o-row > .tl-6-12 {
        width: calc(50% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tl-push-6 {
        margin-right: calc(0px + 50%) !important;
    }
    .o-grid-0 > .o-row > .tl-pull-6 {
        margin-left: 50% !important;
    }
    .o-grid-0 > .o-row > .tl-7-12 {
        width: calc(58.33333% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tl-push-7 {
        margin-right: calc(0px + 58.33333%) !important;
    }
    .o-grid-0 > .o-row > .tl-pull-7 {
        margin-left: 58.33333% !important;
    }
    .o-grid-0 > .o-row > .tl-8-12 {
        width: calc(66.66667% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tl-push-8 {
        margin-right: calc(0px + 66.66667%) !important;
    }
    .o-grid-0 > .o-row > .tl-pull-8 {
        margin-left: 66.66667% !important;
    }
    .o-grid-0 > .o-row > .tl-9-12 {
        width: calc(75% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tl-push-9 {
        margin-right: calc(0px + 75%) !important;
    }
    .o-grid-0 > .o-row > .tl-pull-9 {
        margin-left: 75% !important;
    }
    .o-grid-0 > .o-row > .tl-10-12 {
        width: calc(83.33333% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tl-push-10 {
        margin-right: calc(0px + 83.33333%) !important;
    }
    .o-grid-0 > .o-row > .tl-pull-10 {
        margin-left: 83.33333% !important;
    }
    .o-grid-0 > .o-row > .tl-11-12 {
        width: calc(91.66667% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tl-push-11 {
        margin-right: calc(0px + 91.66667%) !important;
    }
    .o-grid-0 > .o-row > .tl-pull-11 {
        margin-left: 91.66667% !important;
    }
    .o-grid-0 > .o-row > .tl-12-12 {
        width: calc(100% - 0px) !important;
    }
    .o-grid-0 > .o-row > .tl-push-12 {
        margin-right: calc(0px + 100%) !important;
    }
    .o-grid-0 > .o-row > .tl-pull-12 {
        margin-left: 100% !important;
    }
}
@media (min-width: 1024px) {
    .o-grid-0 > .o-row--single {
        margin: 0;
    }
    .o-grid-0 > .o-row--single > * {
        margin-bottom: 0;
    }
}
.o-content {
    width: 100%;
}
.o-content > * + * {
    margin-top: 1.2rem;
}
@media (min-width: 1281px) {
    .o-content--xl > * + * {
        margin-top: 2.375em;
    }
}
@media (min-width: 1281px) {
    .o-content--lg > * + * {
        margin-top: calc(2rem * 1);
    }
}
.o-content--sm > * + * {
    margin-top: calc(0.9rem * 1);
}
.o-content--xs > * + * {
    margin-top: calc(0.6rem * 1);
}
@media (min-width: 768px) {
    .o-content--gutter > * + * {
        margin-top: 2.375rem;
    }
}
.o-content--em > * + * {
    margin-top: 1.2em;
}
.o-content--default > * + * {
    margin-top: 0;
}
.o-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.o-flex > * {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
@media (max-width: 1023px) {
    .o-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.o-flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.site-main .m-expertise-menu ul li a,
.site-main .m-expertise-menu ul li label,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    font-family: "Open Sans", sans-serif;
}
.h1,
h1 {
    font-size: 2.125em;
    font-family: Earlsfort;
    line-height: 1.1em;
}
@media (min-width: 768px) {
    .h1,
    h1 {
        font-size: 2.625em;
    }
}
@media (min-width: 1024px) {
    .h1,
    h1 {
        font-size: 3.125em;
    }
}
.h2,
h2 {
    font-size: 1.875em;
    font-family: Earlsfort;
    line-height: 1.1em;
}
@media (min-width: 768px) {
    .h2,
    h2 {
        font-size: 2.375em;
    }
}
@media (min-width: 1024px) {
    .h2,
    h2 {
        font-size: 2.875em;
    }
}
.h3,
.site-main .m-expertise-menu ul li a,
.site-main .m-expertise-menu ul li label,
h3 {
    font-size: 1.625em;
    font-family: Earlsfort;
}
@media (min-width: 768px) {
    .h3,
    .site-main .m-expertise-menu ul li a,
    .site-main .m-expertise-menu ul li label,
    h3 {
        font-size: 1.875em;
    }
}
@media (min-width: 1024px) {
    .h3,
    .site-main .m-expertise-menu ul li a,
    .site-main .m-expertise-menu ul li label,
    h3 {
        font-size: 2.1875em;
    }
}
.h4,
h4 {
    font-size: 1.25em;
    font-weight: 300;
}
@media (min-width: 768px) {
    .h4,
    h4 {
        font-size: 1.375em;
    }
}
@media (min-width: 1024px) {
    .h4,
    h4 {
        font-size: 1.5em;
    }
}
.h5,
h5 {
    font-size: 1.125em;
    font-weight: 600;
}
@media (min-width: 768px) {
    .h5,
    h5 {
        font-size: 1.125em;
    }
}
.h6,
h6 {
    font-size: 1.125em;
    font-weight: 300;
}
@media (min-width: 768px) {
    .h6,
    h6 {
        font-size: 1.125em;
    }
}
p {
    font-size: 1em;
    font-weight: 300;
}
p.xxl {
    font-size: 3em;
}
p.xl {
    font-size: 2.375em;
}
p.lg {
    font-size: 1.75em;
}
p.md {
    font-size: 1.375em;
}
p.sm {
    font-size: 0.875em;
}
p.large {
    font-size: 3em;
}
p.small {
    font-size: 1.5625em;
}
p.extra-small {
    font-size: 1.25em;
    font-weight: 400;
}
a {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
@media (min-width: 1024px) {
    a:hover {
        opacity: 1;
        text-decoration: none;
    }
    a:hover:not(.m-video__control):not(.m-category-grid__item) {
        color: var(--clr-hover);
    }
}
@media (max-width: 1024px) {
    a:active {
        opacity: 1;
        text-decoration: none;
    }
    a:active:not(.m-video__control):not(.m-category-grid__item) {
        color: var(--clr-hover);
    }
}
.site-main p a:not(.c-button) {
    text-decoration: underline;
}
.site-main li a:not(.c-button) {
    text-decoration: underline;
}
.site-main ol,
.site-main ul {
    margin-left: 1.75em;
}
.site-main ul {
    list-style: none;
}
.site-main ul li::before {
    content: "\2022";
    color: #000;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: 700;
}
.site-main ul li + li {
    margin-top: 1em;
}
.site-main ol {
    list-style: none;
    counter-reset: li;
}
.site-main ol li {
    counter-increment: li;
}
.site-main ol li::before {
    content: counter(li);
    color: #000;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: 700;
}
.site-main ol li + li {
    margin-top: 1em;
}
.m-general-content table,
.single .o-content table {
    border-collapse: collapse;
    width: 100%;
}
.m-general-content table tr,
.single .o-content table tr {
    background-color: #f2f2f2;
}
.m-general-content table tr:nth-child(even),
.single .o-content table tr:nth-child(even) {
    background-color: #ddd;
}
.m-general-content table td,
.m-general-content table th,
.single .o-content table td,
.single .o-content table th {
    border: 1px solid #ddd;
    padding: 8px;
}
.m-general-content table th,
.single .o-content table th {
    text-align: left;
    background-color: #425563;
    color: #fff;
}

.wp-caption {
    width: 100% !important;
}
.wp-caption img {
    width: 100% !important;
    height: auto !important;
}
.wp-caption .wp-caption-text {
    padding: 1em;
    background: #efefef;
    color: #425563;
    font-size: 0.875em;
}
[class*=" wp-image-"] {
    height: auto !important;
    width: 100% !important;
}
.c-button,
.m-content-block p:last-of-type a {
    display: inline-block;
    text-transform: uppercase;
    font-family: adieulight;
    font-size: 0.875em;
    cursor: pointer;
    background: 0 0;
}
@media (min-width: 1024px) {
    .c-button:hover,
    .m-content-block p:last-of-type a:hover {
        color: var(--clr-hover);
    }
}
@media (max-width: 1024px) {
    .c-button:active,
    .m-content-block p:last-of-type a:active {
        color: var(--clr-hover);
    }
}
.c-button--red {
    color: var(--clr-hover);
}
.c-button--yellow {
    color: var(--clr-orange);
}
.c-button--charteuse {
    color: var(--clr-chartreuse);
}
.c-button--green {
    color: var(--clr-green);
}
.c-button--blue {
    color: var(--clr-blue);
}
.c-button--purple {
    color: var(--clr-purple);
}
.c-button--slate {
    color: #425563;
}
.c-button--black {
    color: #000;
}
.c-button--dark-grey {
    color: #999;
}
.c-button--medium-grey {
    color: #d9d9d6;
}
.c-button--light-grey {
    color: #efefef;
}
.c-button--white {
    color: #fff;
}
.c-button--border,
.c-button--border--black,
.c-button--border--blue,
.c-button--border--charteuse,
.c-button--border--dark-grey,
.c-button--border--green,
.c-button--border--light-grey,
.c-button--border--medium-grey,
.c-button--border--purple,
.c-button--border--red,
.c-button--border--slate,
.c-button--border--white,
.c-button--border--yellow,
.c-button--solid,
.c-button--solid--black,
.c-button--solid--blue,
.c-button--solid--charteuse,
.c-button--solid--dark-grey,
.c-button--solid--green,
.c-button--solid--light-grey,
.c-button--solid--medium-grey,
.c-button--solid--purple,
.c-button--solid--red,
.c-button--solid--slate,
.c-button--solid--white,
.c-button--solid--yellow {
    text-align: center;
    cursor: pointer;
    padding: 1em;
    padding-bottom: 0.8em;
    font-size: 1rem;
    font-weight: 700;
    border: 0;
    background: grey;
    color: #fff;
    line-height: 1;
    max-width: 9.5em;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
@media (min-width: 1024px) {
    .c-button--border--black:hover,
    .c-button--border--blue:hover,
    .c-button--border--charteuse:hover,
    .c-button--border--dark-grey:hover,
    .c-button--border--green:hover,
    .c-button--border--light-grey:hover,
    .c-button--border--medium-grey:hover,
    .c-button--border--purple:hover,
    .c-button--border--red:hover,
    .c-button--border--slate:hover,
    .c-button--border--white:hover,
    .c-button--border--yellow:hover,
    .c-button--border:hover,
    .c-button--solid--black:hover,
    .c-button--solid--blue:hover,
    .c-button--solid--charteuse:hover,
    .c-button--solid--dark-grey:hover,
    .c-button--solid--green:hover,
    .c-button--solid--light-grey:hover,
    .c-button--solid--medium-grey:hover,
    .c-button--solid--purple:hover,
    .c-button--solid--red:hover,
    .c-button--solid--slate:hover,
    .c-button--solid--white:hover,
    .c-button--solid--yellow:hover,
    .c-button--solid:hover {
        text-decoration: none;
    }
}
@media (max-width: 1024px) {
    .c-button--border--black:active,
    .c-button--border--blue:active,
    .c-button--border--charteuse:active,
    .c-button--border--dark-grey:active,
    .c-button--border--green:active,
    .c-button--border--light-grey:active,
    .c-button--border--medium-grey:active,
    .c-button--border--purple:active,
    .c-button--border--red:active,
    .c-button--border--slate:active,
    .c-button--border--white:active,
    .c-button--border--yellow:active,
    .c-button--border:active,
    .c-button--solid--black:active,
    .c-button--solid--blue:active,
    .c-button--solid--charteuse:active,
    .c-button--solid--dark-grey:active,
    .c-button--solid--green:active,
    .c-button--solid--light-grey:active,
    .c-button--solid--medium-grey:active,
    .c-button--solid--purple:active,
    .c-button--solid--red:active,
    .c-button--solid--slate:active,
    .c-button--solid--white:active,
    .c-button--solid--yellow:active,
    .c-button--solid:active {
        text-decoration: none;
    }
}
.c-button--solid--red {
    background-color: var(--clr-hover);
    color: #fff;
}
.c-button--solid--yellow {
    background-color: var(--clr-orange);
    color: #000;
}
.c-button--solid--charteuse {
    background-color: var(--clr-chartreuse);
    color: #000;
}
.c-button--solid--green {
    background-color: var(--clr-green);
    color: #fff;
}
.c-button--solid--blue {
    background-color: var(--clr-blue);
    color: #fff;
}
.c-button--solid--purple {
    background-color: var(--clr-purple);
    color: #fff;
}
.c-button--solid--slate {
    background-color: #425563;
    color: #fff;
}
.c-button--solid--black {
    background-color: #000;
    color: #fff;
}
.c-button--solid--dark-grey {
    background-color: #999;
    color: #000;
}
.c-button--solid--medium-grey {
    background-color: #d9d9d6;
    color: #000;
}
.c-button--solid--light-grey {
    background-color: #efefef;
    color: #000;
}
.c-button--solid--white {
    background-color: #fff;
    color: #000;
}
.c-button--border,
.c-button--border--black,
.c-button--border--blue,
.c-button--border--charteuse,
.c-button--border--dark-grey,
.c-button--border--green,
.c-button--border--light-grey,
.c-button--border--medium-grey,
.c-button--border--purple,
.c-button--border--red,
.c-button--border--slate,
.c-button--border--white,
.c-button--border--yellow {
    background: 0 0;
    padding: calc(1em - 2px);
    padding-bottom: calc(1em - 4px);
    border: 2px solid #000;
    color: #000;
}
.c-button--border--red {
    border: 2px solid var(--clr-hover);
    color: var(--clr-hover);
}
.c-button--border--yellow {
    border: 2px solid var(--clr-orange);
    color: var(--clr-orange);
}
.c-button--border--charteuse {
    border: 2px solid var(--clr-chartreuse);
    color: var(--clr-chartreuse);
}
.c-button--border--green {
    border: 2px solid var(--clr-green);
    color: var(--clr-green);
}
.c-button--border--blue {
    border: 2px solid var(--clr-blue);
    color: var(--clr-blue);
}
.c-button--border--purple {
    border: 2px solid var(--clr-purple);
    color: var(--clr-purple);
}
.c-button--border--slate {
    border: 2px solid #425563;
    color: #425563;
}
.c-button--border--black {
    border: 2px solid #000;
    color: #000;
}
.c-button--border--dark-grey {
    border: 2px solid #999;
    color: #999;
}
.c-button--border--medium-grey {
    border: 2px solid #d9d9d6;
    color: #d9d9d6;
}
.c-button--border--light-grey {
    border: 2px solid #efefef;
    color: #efefef;
}
.c-button--border--white {
    border: 2px solid #fff;
    color: #fff;
}
.c-button-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1023px) {
    .c-button-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.c-button-row .c-button,
.c-button-row .m-content-block p:last-of-type a,
.m-content-block p:last-of-type .c-button-row a {
    max-width: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.c-button-row .c-button + .c-button,
.c-button-row .m-content-block p:last-of-type .c-button + a,
.c-button-row .m-content-block p:last-of-type a + .c-button,
.c-button-row .m-content-block p:last-of-type a + a,
.m-content-block p:last-of-type .c-button-row .c-button + a,
.m-content-block p:last-of-type .c-button-row a + .c-button,
.m-content-block p:last-of-type .c-button-row a + a {
    margin: 0;
}
.c-form {
    width: 100%;
}
.c-form__notification {
    background-color: #fff;
    padding: 1em;
}
.c-form > * + * {
    margin-top: 2.375em;
}
.c-form form > * + * {
    margin-top: 2.375em;
}
.c-form button,
.c-form input,
.c-form select,
.c-form textarea {
    font-family: Earlsfort;
}
.c-form button.error,
.c-form input.error,
.c-form select.error,
.c-form textarea.error {
    -webkit-box-shadow: 2px 2px 0 0 rgba(255, 0, 0, 0.5);
    box-shadow: 2px 2px 0 0 rgba(255, 0, 0, 0.5);
}
.c-field {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #425563;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 0.5em;
}
.c-field + .c-field {
    margin-top: 0.5em;
}
.c-field label {
    font-weight: 400;
    font-size: 1.25em;
    display: block;
    margin-bottom: 0.25em;
}
.c-field button {
    background: 0 0;
}
@media (min-width: 1024px) {
    .c-field button:hover {
        color: var(--clr-hover);
    }
}
@media (max-width: 1024px) {
    .c-field button:active {
        color: var(--clr-hover);
    }
}
.c-field input[type="email"],
.c-field input[type="number"],
.c-field input[type="password"],
.c-field input[type="text"],
.c-field select,
.c-field textarea {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 2.0625em;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}
@media (max-width: 767px) {
    .c-field input[type="email"],
    .c-field input[type="number"],
    .c-field input[type="password"],
    .c-field input[type="text"],
    .c-field select,
    .c-field textarea {
        font-size: 1.375em;
    }
}
.c-field input[type="email"]::-ms-expand,
.c-field input[type="number"]::-ms-expand,
.c-field input[type="password"]::-ms-expand,
.c-field input[type="text"]::-ms-expand,
.c-field select::-ms-expand,
.c-field textarea::-ms-expand {
    background-color: transparent;
    border: 0;
}
.c-field input[type="email"]::-webkit-input-placeholder,
.c-field input[type="number"]::-webkit-input-placeholder,
.c-field input[type="password"]::-webkit-input-placeholder,
.c-field input[type="text"]::-webkit-input-placeholder,
.c-field select::-webkit-input-placeholder,
.c-field textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}
.c-field input[type="email"]::-moz-placeholder,
.c-field input[type="number"]::-moz-placeholder,
.c-field input[type="password"]::-moz-placeholder,
.c-field input[type="text"]::-moz-placeholder,
.c-field select::-moz-placeholder,
.c-field textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
}
.c-field input[type="email"]::-ms-input-placeholder,
.c-field input[type="number"]::-ms-input-placeholder,
.c-field input[type="password"]::-ms-input-placeholder,
.c-field input[type="text"]::-ms-input-placeholder,
.c-field select::-ms-input-placeholder,
.c-field textarea::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
.c-field input[type="email"]::placeholder,
.c-field input[type="number"]::placeholder,
.c-field input[type="password"]::placeholder,
.c-field input[type="text"]::placeholder,
.c-field select::placeholder,
.c-field textarea::placeholder {
    color: inherit;
    opacity: 1;
}
.c-field input[type="email"]:disabled,
.c-field input[type="email"][readonly],
.c-field input[type="number"]:disabled,
.c-field input[type="number"][readonly],
.c-field input[type="password"]:disabled,
.c-field input[type="password"][readonly],
.c-field input[type="text"]:disabled,
.c-field input[type="text"][readonly],
.c-field select:disabled,
.c-field select[readonly],
.c-field textarea:disabled,
.c-field textarea[readonly] {
    background-color: #efefef;
    color: #d9d9d6;
    border-color: inherit;
    opacity: 1;
}
.c-field input[type="email"]:disabled::-webkit-input-placeholder,
.c-field input[type="email"][readonly]::-webkit-input-placeholder,
.c-field input[type="number"]:disabled::-webkit-input-placeholder,
.c-field input[type="number"][readonly]::-webkit-input-placeholder,
.c-field input[type="password"]:disabled::-webkit-input-placeholder,
.c-field input[type="password"][readonly]::-webkit-input-placeholder,
.c-field input[type="text"]:disabled::-webkit-input-placeholder,
.c-field input[type="text"][readonly]::-webkit-input-placeholder,
.c-field select:disabled::-webkit-input-placeholder,
.c-field select[readonly]::-webkit-input-placeholder,
.c-field textarea:disabled::-webkit-input-placeholder,
.c-field textarea[readonly]::-webkit-input-placeholder {
    color: inherit;
}
.c-field input[type="email"]:disabled::-moz-placeholder,
.c-field input[type="email"][readonly]::-moz-placeholder,
.c-field input[type="number"]:disabled::-moz-placeholder,
.c-field input[type="number"][readonly]::-moz-placeholder,
.c-field input[type="password"]:disabled::-moz-placeholder,
.c-field input[type="password"][readonly]::-moz-placeholder,
.c-field input[type="text"]:disabled::-moz-placeholder,
.c-field input[type="text"][readonly]::-moz-placeholder,
.c-field select:disabled::-moz-placeholder,
.c-field select[readonly]::-moz-placeholder,
.c-field textarea:disabled::-moz-placeholder,
.c-field textarea[readonly]::-moz-placeholder {
    color: inherit;
}
.c-field input[type="email"]:disabled::-ms-input-placeholder,
.c-field input[type="email"][readonly]::-ms-input-placeholder,
.c-field input[type="number"]:disabled::-ms-input-placeholder,
.c-field input[type="number"][readonly]::-ms-input-placeholder,
.c-field input[type="password"]:disabled::-ms-input-placeholder,
.c-field input[type="password"][readonly]::-ms-input-placeholder,
.c-field input[type="text"]:disabled::-ms-input-placeholder,
.c-field input[type="text"][readonly]::-ms-input-placeholder,
.c-field select:disabled::-ms-input-placeholder,
.c-field select[readonly]::-ms-input-placeholder,
.c-field textarea:disabled::-ms-input-placeholder,
.c-field textarea[readonly]::-ms-input-placeholder {
    color: inherit;
}
.c-field input[type="email"]:disabled::placeholder,
.c-field input[type="email"][readonly]::placeholder,
.c-field input[type="number"]:disabled::placeholder,
.c-field input[type="number"][readonly]::placeholder,
.c-field input[type="password"]:disabled::placeholder,
.c-field input[type="password"][readonly]::placeholder,
.c-field input[type="text"]:disabled::placeholder,
.c-field input[type="text"][readonly]::placeholder,
.c-field select:disabled::placeholder,
.c-field select[readonly]::placeholder,
.c-field textarea:disabled::placeholder,
.c-field textarea[readonly]::placeholder {
    color: inherit;
}
.c-field input[type="submit"] {
    background: 0 0;
    border: none;
    font-family: adieulight;
    -webkit-appearance: none;
    font-size: 2.0625em;
    text-transform: uppercase;
    padding: 0;
    cursor: pointer;
    margin-bottom: -7px;
}
@media (min-width: 1024px) {
    .c-field input[type="submit"]:hover {
        opacity: 0.5;
    }
}
@media (max-width: 1024px) {
    .c-field input[type="submit"]:active {
        opacity: 0.5;
    }
}
.c-field input[type="submit"]:disabled {
    color: #d9d9d6;
    cursor: default;
}
@media (min-width: 1024px) {
    .c-field input[type="submit"]:disabled:hover {
        opacity: 1;
    }
}
@media (max-width: 1024px) {
    .c-field input[type="submit"]:disabled:active {
        opacity: 1;
    }
}
.c-field select {
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
}
.c-field select:focus::-ms-value {
    color: #6c757d;
    background-color: #fff;
}
.c-field select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.c-field select[multiple],
.c-field select[size] {
    height: auto;
}
.c-field textarea {
    height: 100px;
}
.c-field input:invalid,
.c-field textarea:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-field [class*=" icon-"]:before,
.c-field [class^="icon-"]:before {
    font-size: 1.1em;
    margin-left: 1em;
    margin-bottom: 5px;
    cursor: pointer;
}
@media (min-width: 768px) {
    .c-field-group,
    .c-field-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .c-field-group .c-field + .c-field,
    .c-field-row .c-field + .c-field {
        margin: 0 0 0 2.375rem;
    }
    .c-field-group.c-field-row .c-field,
    .c-field-row.c-field-row .c-field {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
.c-field-group + .c-field-group,
.c-field-group + .c-field-row,
.c-field-row + .c-field-group,
.c-field-row + .c-field-row {
    margin-top: 2.375em;
}
@media (max-width: 767px) {
    .c-field-group + .c-field-group,
    .c-field-group + .c-field-row,
    .c-field-row + .c-field-group,
    .c-field-row + .c-field-row {
        margin-top: 9px;
    }
}
.c-field-group--center,
.c-field-row--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-field--select {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.c-field--select__checkbox {
    display: none;
}
.c-field--select__checkbox:checked + label i::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.c-field--select__checkbox:checked ~ menu {
    display: block;
}
.c-field--select > label {
    font-family: Earlsfort;
    font-size: 2.0625em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .c-field--select > label {
        font-size: 1.375em;
    }
}
.c-field--select > label i {
    font-size: 1rem;
}
.c-field--select > label i::before {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media (min-width: 768px) {
    .c-field--select__menu {
        max-height: 458.8px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        display: none;
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        border: 1.5625em solid transparent;
        background: #efefef;
        width: 100%;
        -webkit-box-shadow: 0 5px 13px -2px rgba(0, 0, 0, 0.8);
        box-shadow: 0 5px 13px -2px rgba(0, 0, 0, 0.8);
    }
}
@media (max-width: 767px) {
    .c-field--select__menu {
        display: none;
        width: 100%;
        margin-top: 0.5rem;
    }
}
.c-field--select__menu input {
    display: none;
}
.c-field--select__menu input:checked + label::after {
    color: inherit;
}
.c-field--select__menu label {
    padding: 0.8em;
    background: #fff;
    border-radius: 5px;
    font-size: 1em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Earlsfort;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.c-field--select__menu label::after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-size: 1rem;
    margin-right: 0.5em;
    color: #ddd;
    font-weight: 900;
    display: block;
}
@media (min-width: 1024px) {
    .c-field--select__menu label:hover {
        background: #f9f9f9;
        cursor: pointer;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
@media (max-width: 1024px) {
    .c-field--select__menu label:active {
        background: #f9f9f9;
        cursor: pointer;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.c-field--select__menu__group-title {
    font-size: 1rem;
    display: block;
}
.has-error {
    color: var(--clr-hover) !important;
}
.c-alert {
    width: 100%;
    padding: 1.5625em;
    font-size: 0.75rem;
    font-weight: 600;
}
.c-alert--error {
    background-color: var(--clr-hover);
    color: #fff;
}
.c-alert--success {
    background-color: var(--clr-green);
    color: #fff;
}
.c-alert--info {
    background-color: var(--clr-blue);
    color: #fff;
}
textarea {
    overflow: auto;
}
input[type="text"]::-ms-clear {
    display: none;
}
::-webkit-input-placeholder {
    text-transform: initial;
}
:-moz-placeholder {
    text-transform: initial;
}
::-moz-placeholder {
    text-transform: initial;
}
::-ms-input-placeholder {
    text-transform: initial;
}
input[type="text"]:-ms-input-placeholder {
    text-transform: initial;
}
@media (min-width: 768px) {
    .c-card .o-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        min-height: 32.8125em;
    }
    .c-card .c-button,
    .c-card .m-content-block p:last-of-type a,
    .m-content-block p:last-of-type .c-card a {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: auto;
    }
}
.c-card .o-content {
    padding: 2.375em;
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .c-card .o-content {
        padding: 1.5625em;
    }
}
@media (min-width: 768px) {
    .c-card--with-link .o-content p:nth-last-child(2) {
        margin-bottom: auto;
    }
}
.c-carousel .slick-dots {
    position: relative;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.1875em 1.1875em 0;
    z-index: 2;
}
.c-carousel .slick-dots button,
.c-carousel .slick-dots button::before,
.c-carousel .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.c-carousel .slick-dots button {
    width: 1rem;
    height: 1rem;
    background: rgba(66, 85, 99, 0.25);
    margin: 0 0.25rem;
}
.c-carousel .slick-dots button::before {
    display: none;
}
.c-carousel .slick-dots .slick-active button {
    background: rgba(66, 85, 99, 0.75);
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.c-accordion {
    width: 100%;
    font-size: 16px;
}
.c-accordion__input {
    display: none;
}
.c-accordion__input:checked + .c-accordion__label::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.c-accordion__input:checked ~ .c-accordion__content {
    -webkit-transition: opacity 0.5s ease, max-height 0.5s ease;
    -o-transition: opacity 0.5s ease, max-height 0.5s ease;
    transition: opacity 0.5s ease, max-height 0.5s ease;
    opacity: 1;
    max-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.4rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.c-accordion__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.c-accordion__label::after {
    margin-left: 1.5625em;
}
.c-accordion__label .h3,
.c-accordion__label .site-main .m-expertise-menu ul li a,
.c-accordion__label .site-main .m-expertise-menu ul li label,
.site-main .m-expertise-menu ul li .c-accordion__label a,
.site-main .m-expertise-menu ul li .c-accordion__label label {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events: none;
}
@media (min-width: 1024px) {
    .c-accordion__label:hover {
        cursor: pointer;
    }
    .c-accordion__label:hover .h3,
    .c-accordion__label:hover .site-main .m-expertise-menu ul li a,
    .c-accordion__label:hover .site-main .m-expertise-menu ul li label,
    .site-main .m-expertise-menu ul li .c-accordion__label:hover a,
    .site-main .m-expertise-menu ul li .c-accordion__label:hover label {
        color: var(--clr-hover);
    }
    .c-accordion__label:hover::after {
        color: var(--clr-hover);
    }
}
@media (max-width: 1024px) {
    .c-accordion__label:active {
        cursor: pointer;
    }
    .c-accordion__label:active .h3,
    .c-accordion__label:active .site-main .m-expertise-menu ul li a,
    .c-accordion__label:active .site-main .m-expertise-menu ul li label,
    .site-main .m-expertise-menu ul li .c-accordion__label:active a,
    .site-main .m-expertise-menu ul li .c-accordion__label:active label {
        color: var(--clr-hover);
    }
    .c-accordion__label:active::after {
        color: var(--clr-hover);
    }
}
.c-accordion__content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}
.c-accordion__content a {
    display: inline-block;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.c-accordion__content a + a {
    margin-top: 0.25em;
}
.c-key-information--card {
    padding: 1.5625em;
    position: relative;
}
.c-key-information--card .o-content {
    position: relative;
    z-index: 1;
}
.c-key-information--card::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -1000px;
    background-image: url(/wp-content/themes/arthur-cox/assets/images/background--modules.svg);
    background-size: cover;
    background-position: center center;
    content: "";
    display: block;
    z-index: 0;
}
.ie .c-key-information--card::after {
    background-image: url(/wp-content/themes/arthur-cox/assets/images/background--modules.png);
}
.office-carousel.slick-slider {
    z-index: 1;
}
.office-carousel.slick-slider .slick-dots {
    visibility: hidden;
    pointer-events: none;
}
.office-carousel__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.4rem;
    width: 100%;
}
.office-carousel__nav > a {
    cursor: pointer;
}
@media (min-width: 1024px) {
    .office-carousel__nav > a:hover::after {
        color: var(--clr-hover);
    }
}
@media (max-width: 1024px) {
    .office-carousel__nav > a:active::after {
        color: var(--clr-hover);
    }
}
.office-carousel__nav__prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast-active) {
    .office-carousel__nav__prev::after {
        -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
        transform: rotate(0) !important;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast-active) {
    .office-carousel__nav__next::after {
        -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
        transform: rotate(0) !important;
    }
}
.office-carousel__nav .slick-dots {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: calc(100% - 100px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
}
@media screen and (min-width: 600px) {
    .office-carousel__nav .slick-dots {
        display: inline-block;
    }
}
.office-carousel__nav .slick-dots li {
    margin: 0.5em 0.75em;
    width: auto;
    height: auto;
}
@media (max-width: 1023px) {
    .office-carousel__nav .slick-dots li {
        margin: 0 0.25em;
    }
}
@media screen and (min-width: 600px) {
    .office-carousel__nav .slick-dots li {
        margin: 0.75em;
    }
}
@media screen and (min-width: 767px) {
    .office-carousel__nav .slick-dots li {
        margin: 0.5em;
    }
}
.office-carousel__nav .slick-dots li::before {
    display: none;
}
.office-carousel__nav .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #425563;
    border-radius: 100%;
    text-indent: -9999px;
}
.office-carousel__nav .slick-dots button::before {
    display: none;
}
.office-carousel__nav .slick-dots li.slick-active button {
    background-color: #425563;
}
.c-key-contacts:not(.slick-slider) + .c-key-contacts__nav {
    display: none;
}
.c-key-contacts__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.c-key-contacts__column > * {
    width: 100%;
}
.c-key-contacts__card {
    margin: 1.4rem 0 0 0;
}
@media (min-width: 768px) {
    .c-key-contacts__card__info {
        padding: 1.1875em 0;
    }
}
.c-key-contacts__card__info * {
    line-height: 1.4;
}
.c-key-contacts__card__info .mt-3 {
    display: inline-block;
}
.c-key-contacts.slick-slider {
    overflow: hidden;
}
.c-key-contacts.slick-slider .slick-slide {
    border: none;
}
.c-key-contacts.slick-slider .slick-list {
    margin: -1.4rem 0 0 0;
    overflow: hidden;
}
.c-key-contacts.slick-slider .slick-dots {
    visibility: hidden;
    pointer-events: none;
}
.c-key-contacts__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.4rem;
    width: 100%;
}
.c-key-contacts__nav > a {
    cursor: pointer;
}
@media (min-width: 1024px) {
    .c-key-contacts__nav > a:hover::after {
        color: var(--clr-hover);
    }
}
@media (max-width: 1024px) {
    .c-key-contacts__nav > a:active::after {
        color: var(--clr-hover);
    }
}
.c-key-contacts__nav__prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
@media (min-width: 768px) {
    .c-key-contacts__nav__prev {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast-active) {
    .c-key-contacts__nav__prev::after {
        -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
        transform: rotate(0) !important;
    }
}
.c-key-contacts__nav__next {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
@media (min-width: 768px) {
    .c-key-contacts__nav__next {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast-active) {
    .c-key-contacts__nav__next::after {
        -webkit-transform: rotate(360deg) !important;
        -ms-transform: rotate(360deg) !important;
        transform: rotate(360deg) !important;
    }
}
.c-key-contacts__nav .slick-dots {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: calc(100% - 100px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
}
@media screen and (min-width: 600px) {
    .c-key-contacts__nav .slick-dots {
        display: inline-block;
    }
}
.c-key-contacts__nav .slick-dots li {
    margin: 0.5em 0.75em;
    width: auto;
    height: auto;
}
@media (max-width: 1023px) {
    .c-key-contacts__nav .slick-dots li {
        margin: 0 0.25em;
    }
}
@media screen and (min-width: 600px) {
    .c-key-contacts__nav .slick-dots li {
        margin: 0.75em;
    }
}
@media screen and (min-width: 767px) {
    .c-key-contacts__nav .slick-dots li {
        margin: 0.5em;
    }
}
.c-key-contacts__nav .slick-dots li::before {
    display: none;
}
.c-key-contacts__nav .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #425563;
    border-radius: 100%;
    text-indent: -9999px;
}
.c-key-contacts__nav .slick-dots button::before {
    display: none;
}
.c-key-contacts__nav .slick-dots li.slick-active button {
    background-color: #425563;
}
.c-loading {
    border: 5px solid #333;
    border-radius: 25px;
    height: 25px;
    opacity: 1;
    width: 25px;
    margin: 0 auto;
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.c-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.c-tabs__checkbox {
    display: none;
}
.c-tabs__checkbox:checked + label + div {
    display: block;
}
.c-tabs__label__inner {
    pointer-events: none;
}
.c-tabs__label__inner span {
    pointer-events: none;
}
.c-tabs__content {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
    display: none;
    width: 100%;
}
.acf-map {
    width: 100%;
    height: 400px;
}
.acf-map img {
    max-width: inherit !important;
}
.optanon-show-settings {
    position: fixed;
    z-index: 22;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    padding: 0.25em 0.5em;
    cursor: pointer;
}
.optanon-show-settings::before {
    width: 0;
    height: 0;
    border-bottom: 3.125em solid rgba(56, 72, 84, 0.8);
    border-right: 3.125em solid transparent;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.c-accordion__label::after,
.c-key-contacts__nav > a::after,
.m-tax-carousel-recent__nav > a,
.m-tax-carousel__nav > a,
.office-carousel__nav > a::after {
    font-family: arthurcox;
    content: "\e900";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 2.375em;
    color: #425563;
    text-align: center;
    width: 38px;
    height: 40px;
    line-height: 39px;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .c-accordion__label::after,
    .c-key-contacts__nav > a::after,
    .m-tax-carousel-recent__nav > a,
    .m-tax-carousel__nav > a,
    .office-carousel__nav > a::after {
        font-size: 38px;
    }
}
.c-toolbar {
    color: #425563;
    font-family: adieulight;
    text-transform: uppercase;
    padding-bottom: 0;
}
@media (min-width: 1024px) {
    .c-toolbar {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.c-toolbar .o-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-toolbar__breadcrumb {
    font-size: 0.875em;
}
.c-toolbar__options {
    font-size: 0.875em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 1024px) {
    .c-toolbar__options {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.c-toolbar__options > * + * {
    margin-left: 1rem;
}
.c-toolbar__options__print {
    margin-top: 5px;
}
.c-toolbar__options__share {
    margin-top: 5px;
}
.c-toolbar__options__share span {
    margin-right: 0.5rem;
}
.c-toolbar__options__share a,
.c-toolbar__options__share i {
    font-size: 1rem;
}
.c-toolbar__options__share a + a {
    margin-left: 0.25em;
}
.c-inline-player {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.c-inline-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.optanon-show-settings {
    position: fixed;
    z-index: 22;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    padding: 0.25em 0.5em;
    cursor: pointer;
}
.optanon-show-settings::before {
    width: 0;
    height: 0;
    border-bottom: 3.125em solid rgba(56, 72, 84, 0.8);
    border-right: 3.125em solid transparent;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.m-article-block__image img {
    opacity: 0;
}
.m-article-block__content {
    padding: 0 1.1875em 1.1875em 1.1875em;
}
@media (min-width: 768px) {
    .m-article-block__content {
        padding: 2.375em 2.375em 2.375em 0;
    }
    .m-article-block__content .o-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }
    .m-article-block__content .o-content > * {
        width: 100%;
    }
}
.m-article-block__date {
    font-family: adieulight;
    text-transform: uppercase;
    color: var(--clr-orange);
    font-size: 0.875em;
}
.m-article-block__date span {
    display: inline-block;
}
.m-article-block__text {
    margin-bottom: auto;
}
.m-article-block__link {
    font-family: adieulight;
    text-transform: uppercase;
    color: #425563;
}
.m-article-block__link a {
    display: inline-block;
}
.m-article-block__link a:hover {
    color: var(--clr-orange);
}
.m-article-block__related__posts {
    margin-top: 1em;
}
@media (min-width: 768px) {
    .m-article-block__related__posts {
        width: calc(100% - 2.375em) !important;
        position: relative;
    }
    .m-article-block__related__posts::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: -1px;
        bottom: -1px;
        width: 2.375em;
        background: currentColor;
    }
}
@media (min-width: 768px) {
    .m-article-block__related__posts__post {
        margin-right: 2.375em;
    }
}
.m-article-block__related__posts .slick-track {
    margin-left: 0;
}
.m-article-block__related__posts .slick-prev.slick-arrow {
    display: none !important;
}
.m-article-block__related__posts .slick-next.slick-arrow {
    right: -34px;
    width: 38px;
    height: 38px;
    z-index: 1;
}
.m-article-block__related__posts .slick-next.slick-arrow::before {
    font-size: 1rem;
    color: orange;
    width: 2.375em;
    height: 2.375em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    color: #425563;
    border-radius: 100%;
    border: 2px solid currentColor;
}
.m-general-content .o-grid-38 {
    overflow: visible;
}
@media (min-width: 768px) {
    .m-general-content--align-left .o-row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (min-width: 768px) {
    .m-general-content--align-center .o-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .m-general-content--align-right .o-row {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.m-recent-articles {
    max-width: 78.75em;
    overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .m-recent-articles .o-content {
        font-size: 90%;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .m-recent-articles__posts__post__body .o-content {
        font-size: 75%;
    }
}
.m-recent-articles__posts__post__body .sub-header > * {
    display: block;
}
.m-recent-articles__posts--masonry {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.1875em;
    -moz-column-gap: 1.1875em;
    column-gap: 1.1875em;
    margin-bottom: -1.1875em;
    orphans: 1;
    widows: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .m-recent-articles__posts--masonry {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
@media (min-width: 1024px) {
    .m-recent-articles__posts--masonry {
        -webkit-column-gap: 2.375em;
        -moz-column-gap: 2.375em;
        column-gap: 2.375em;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        margin-bottom: -2.375em;
    }
}
.m-recent-articles__posts--masonry__post {
    margin-bottom: 1.1875em;
    width: 100%;
    display: inline-block;
}
@media (min-width: 1024px) {
    .m-recent-articles__posts--masonry__post {
        margin-bottom: 2.375em;
    }
}
.m-recent-articles__posts--carousel {
    width: calc(100% + 2.375em);
}
@media (min-width: 768px) and (max-width: 1023px) {
    .m-recent-articles__posts--carousel {
        width: calc(100% + 1.1875em);
    }
}
.m-recent-articles__posts--carousel__post {
    margin-right: 2.375em;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .m-recent-articles__posts--carousel__post {
        margin-right: 1.1875em;
    }
}
.m-recent-articles__posts--carousel__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.m-recent-articles__posts--carousel__nav a {
    font-family: adieulight;
    text-transform: uppercase;
    color: #425563;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 14px;
}
.m-quote .o-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.m-quote__photo {
    background-size: contain;
    background-repeat: no-repeat;
}
.m-quote__photo img {
    opacity: 0;
}
.m-quote__content {
    padding: 1.1875em;
}
.m-quote__content .o-content {
    position: relative;
}
.m-quote__content .o-content::before {
    content: "\201C";
    font-size: 5.625em;
    font-family: Earlsfort;
    line-height: 1rem;
    margin-bottom: 1rem;
    display: block;
}
@media (min-width: 768px) {
    .m-quote__content {
        padding: 2.375em 2.375em 2.375em 0;
    }
    .m-quote__content .o-content {
        max-width: 31.4375em;
    }
}
.m-quote__text > * + * {
    margin-top: 1.2rem;
}
@media (max-width: 767px) {
    .m-quote__text {
        margin-top: -1em;
    }
}
.m-quote__text p {
    font-size: 2.1875em;
    font-family: Earlsfort;
    line-height: 1;
}
@media (min-width: 768px) {
    .m-quote--reverse .o-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.m-content-and-key-information .o-grid-38 {
    overflow: visible;
}
.m-content-block {
    padding: 2.375em;
}
@media (min-width: 1024px) {
    .m-content-block {
        padding: 3.125em 6.8125em;
    }
}
.m-content-block > :not(.c-button) {
    font-family: "Open Sans", sans-serif;
}
@media (min-width: 1024px) {
    .m-content-block p {
        max-width: 33.875em;
    }
}
.m-content-block p:last-of-type a {
    text-decoration: none;
}
.m-list-block {
    padding: 2.375em;
}
@media (min-width: 1024px) {
    .m-list-block {
        padding: 3.125em 6.8125em;
    }
}
.m-list-block__list a {
    display: block;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.m-list-block__list a + a {
    margin-top: 1em;
}
@media (min-width: 1024px) {
    .m-list-block__list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 2.375em;
        -moz-column-gap: 2.375em;
        column-gap: 2.375em;
    }
}
.single .single__main .m-list-block {
    margin-top: 3rem;
}
@media (min-width: 1024px) {
    .single .single__main .m-list-block {
        padding: 2.375em 2.375em 5.625em 2.375em;
    }
}
@media (min-width: 1024px) {
    .single .single__main .m-list-block__list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
.m-get-in-touch .o-row:first-child {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.m-get-in-touch .o-row .c-key-information--card {
    overflow: hidden;
}
.m-get-in-touch .o-row .c-key-information--card .o-content {
    max-width: 23em;
    height: 30.5625em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 1023px) {
    .m-get-in-touch .o-row .c-key-information--card .o-content {
        height: auto;
    }
}
.m-get-in-touch .o-row .c-key-information--card .o-content > * {
    width: 100%;
}
.m-get-in-touch
    .o-row
    .c-key-information--card
    .o-content
    > :nth-last-child(2) {
    margin-bottom: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .m-card-row .c-card:nth-child(3n) {
        width: 100% !important;
    }
}
@media (min-width: 768px) {
    .m-card-with-images .o-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .m-card-with-images--reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .m-card-with-images--card-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .m-card-with-images--card-offset-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .m-card-with-images--card-offset-top .c-card {
        margin-top: 4.375em;
    }
    .m-card-with-images--card-offset-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }
    .m-card-with-images--card-offset-bottom .c-card {
        margin-bottom: 4.375em;
    }
    .m-card-with-images--card-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none),
    (min-width: 768px) and (-ms-high-contrast-active) {
    .m-card-with-images .o-content {
        height: 32.8125em;
    }
}
.m-full-width-image .o-row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.m-content-and-image--reverse .o-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media (max-width: 767px) {
    .m-content-and-image--reverse .o-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media (min-width: 1024px) {
    .m-highlights .o-row:first-child > :nth-last-child(-n + 2) {
        margin-top: 4.75em;
    }
    .m-highlights .o-row:last-child > :first-child {
        margin-top: -4.75em;
    }
}
.m-highlights__image {
    cursor: pointer;
}
.m-highlights__image img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0.25;
}
.m-highlights__image.active img {
    opacity: 1;
}
@media (min-width: 1024px) {
    .m-highlights__image:hover:not(.active) img {
        opacity: 0.75;
    }
}
@media (max-width: 1024px) {
    .m-highlights__image:active:not(.active) img {
        opacity: 0.75;
    }
}
.m-highlights__text {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0;
}
.m-highlights__text.active {
    max-height: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.m-search {
    width: 100%;
}
.m-search .notice-container {
    display: none;
}
.m-search #load-more-loading {
    display: none;
}
.m-search #load-more-button {
    display: block;
    margin: auto;
    font-size: 0.875em;
}
.m-search .posts-container--links {
    padding: 0.8em;
    background: #fff;
    margin-bottom: 1em;
}
.m-search .posts-container--links a {
    font-size: 0.875em;
    display: block;
}
.m-search .posts-container--links a:focus {
    color: var(--clr-hover);
}
.m-search .posts-container--links a + a {
    margin-top: 1px;
}
.m-search--combined .o-section {
    margin-bottom: -1em;
}
@media (min-width: 1024px) {
    .m-search--combined .o-section {
        margin-bottom: -2.11111em;
    }
}
.m-search--combined .o-row {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .m-search--combined .c-form > * + * {
        margin-top: 0.5em;
    }
}
.m-search .o-section:first-child {
    z-index: 2;
}
.m-search .c-field--autofill {
    position: relative;
}
.m-search .c-field--autofill input {
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.m-search .c-field--autofill input.capitilize {
    text-transform: capitalize;
}
.m-search .c-field--autofill input::-webkit-input-placeholder-shown {
    text-transform: initial;
}
.m-search .c-field--autofill input::-moz-placeholder-shown {
    text-transform: initial;
}
.m-search .c-field--autofill input::-ms-input-placeholder-shown {
    text-transform: initial;
}
.m-search .c-field--autofill input::placeholder-shown {
    text-transform: initial;
}
.m-search .c-field--autofill__autofill {
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 0;
    right: 45px;
    font-size: 2.0625em;
    font-family: Earlsfort;
    color: inherit;
    opacity: 0.5;
    pointer-events: none;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast-active) {
    .m-search .c-field--autofill__autofill {
        top: -3px;
    }
}
@media not all and (min-resolution: 0.001dpcm) {
    .m-search .c-field--autofill__autofill {
        top: -1px;
        left: 1.5px;
    }
}
@media (max-width: 767px) {
    .m-search .c-field--autofill__autofill {
        font-size: 1.375em;
        top: 0;
        left: 1.5px;
    }
}

.m-search #nav-practice-area-posts-container,
.m-search #nav-sector-posts-container {
    max-height: 200px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.m-search #nav-practice-area-posts-container .posts-container--links,
.m-search #nav-sector-posts-container .posts-container--links {
    background: #efefef;
}
.m-search--knowledge #knowledge-posts-container h3.h3 {
    margin-bottom: 24px !important;
}
.m-search--people .c-tabs__checkbox:checked + label.tab-browse,
.m-search--people .c-tabs__checkbox:checked + label.tab-search {
    background: #efefef;
}
.m-search--people .c-tabs__label {
    cursor: pointer;
}
.m-search--people .c-tabs__label__inner {
    display: inline-block;
    padding: 0.5em 0;
}
.m-search--people .c-tabs__label.tab-search {
    width: calc(50% - 1.1875em);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 5.625em;
}
@media (min-width: 768px) and (max-width: 1024px),
    (min-width: 1024px) and (max-width: 1280px) {
    .m-search--people .c-tabs__label.tab-search {
        padding-left: 3.125em;
    }
}
@media (max-width: 767px) {
    .m-search--people .c-tabs__label.tab-search {
        padding-left: 1.1875em;
    }
}
.m-search--people .c-tabs__label.tab-search > div {
    width: calc(78.75em / 2 - 1.1875em);
}
.m-search--people .c-tabs__label.tab-browse {
    padding-left: 2.375em;
    width: calc(50% + 1.1875em);
}
.m-search--people .a-z {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.m-search--people .a-z a {
    display: inline-block;
}
.m-search--people .a-z a + a {
    margin-left: 0.25em;
}
.m-search--people .a-z a.active {
    color: var(--clr-hover);
}
@media (min-width: 1024px) {
    .m-search--site .c-field {
        font-size: 1.51515em;
    }
    .m-search--site .c-field .c-field--autofill__autofill {
        top: -5px;
    }
}
.m-search--site .posts-container--links {
    padding: 0;
    max-height: 50vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.site-nav__form .m-search .c-field--autofill__autofill {
    top: -3px;
}
@media (max-width: 767px) {
    .site-nav__form .m-search .c-field--autofill__autofill {
        top: 0;
    }
}
.site-main .m-expertise-menu input {
    display: none;
}
.site-main .m-expertise-menu input:checked + * {
    max-height: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.site-main .m-expertise-menu ul {
    margin: 0;
}
.site-main .m-expertise-menu ul li {
    margin: 0;
}
.site-main .m-expertise-menu ul li + li {
    margin: 0;
}
.site-main .m-expertise-menu ul li::before {
    display: none;
}
.site-main .m-expertise-menu ul li a,
.site-main .m-expertise-menu ul li label {
    text-decoration: none;
}
.site-main .m-expertise-menu ul li a.active,
.site-main .m-expertise-menu ul li label.active {
    color: var(--clr-hover);
}
@media (min-width: 1024px) {
    .site-main .m-expertise-menu__post-types {
        height: 25.3125em;
        width: calc(100% + 2.375em);
    }
    .site-main .m-expertise-menu__post-types label {
        cursor: pointer;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-size: 3.125em !important;
    }
    .site-main .m-expertise-menu__post-types label:hover {
        color: var(--clr-hover);
    }
}
.site-main .m-expertise-menu__posts {
    max-height: 0;
    overflow: hidden;
    -webkit-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    transform: translateX(-5%);
    opacity: 0;
}
@media (min-width: 1024px) {
    .site-main .m-expertise-menu__posts {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
}
.site-main .m-expertise-menu__posts.active {
    max-height: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.site-main .m-expertise-menu__posts li + li {
    margin-top: 1em !important;
}
@media (max-width: 767px) {
    .site-main .m-expertise-menu__posts.active {
        max-height: 200px;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
    }
    .site-main .m-expertise-menu__posts li + li {
        margin-top: 0.5rem !important;
    }
    .site-main .m-expertise-menu__posts li a {
        font-size: 1rem !important;
    }
}
.site-main .m-expertise-menu__image {
    margin-top: 2.375em;
}
@media (min-width: 1024px) {
    .site-main .m-expertise-menu__image {
        margin-top: 4.75em;
    }
}
.site-main .m-expertise-menu__image img {
    display: none;
}
.site-main .m-expertise-menu__image img.active {
    display: block;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.m-video video {
    width: 100%;
    display: block;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
}
.m-video__player {
    position: relative;
}
.m-video__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    pointer-events: none;
}
.m-video__control {
    padding: 0 1.1875em;
    border: 1px solid #fff;
    display: block;
    color: #fff;
    font-family: adieulight;
    text-transform: uppercase;
    font-size: 0.875em;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    pointer-events: auto;
}
@media (min-width: 1024px) {
    .m-video__control:hover {
        color: var(--clr-orange);
        border-color: var(--clr-orange);
    }
}
@media (max-width: 1024px) {
    .m-video__control:active {
        color: var(--clr-orange);
        border-color: var(--clr-orange);
    }
}
@media (max-width: 1023px) {
    .m-video__control {
        max-height: 50px;
        padding: 1.1875em;
        text-align: center;
    }
}
.m-video--full-width {
    position: relative;
}
.m-video--full-width::before {
    background: currentColor;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000%;
    right: -1000%;
    display: block;
    content: "";
    z-index: -1;
}
.m-video--full-width .m-video__overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.375em;
}
.m-video--full-width .m-video__overlay.hide {
    opacity: 0;
}
.m-video--full-width .m-video__overlay.hide > * {
    pointer-events: none;
}
@media (min-width: 1024px) {
    .m-video--full-width .m-video__control {
        width: 17.875rem;
        height: 14.0625rem;
    }
}
.m-video--full-width .m-video__blurb {
    padding-bottom: 2.375em;
}
@media (max-width: 767px) {
    .m-video--full-width .m-video__blurb {
        padding-bottom: 1.1875em;
    }
}
@media (min-width: 1024px) {
    .m-video--full-width .m-video__blurb {
        padding: 2.375em 0;
    }
}
.m-video--contained {
    position: relative;
}
@media (max-width: 1023px) {
    .m-video--contained .m-video__overlay {
        position: relative;
        height: auto;
        background: #000;
        padding: 1.5625em;
    }
    .m-video--contained .m-video__overlay .o-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media (min-width: 1024px) {
    .m-video--contained .m-video__overlay.hide {
        opacity: 0;
    }
    .m-video--contained .m-video__overlay.hide > * {
        pointer-events: none;
    }
    .m-video--contained .m-video__overlay .o-grid-38,
    .m-video--contained .m-video__overlay .o-row,
    .m-video--contained .m-video__overlay .o-row > * {
        height: 100%;
        margin-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .m-video--contained .m-video__blurb {
        padding: 4.75em;
    }
}
@media (min-width: 1281px) {
    .m-video--contained .m-video__blurb h2 {
        font-size: 5.625em;
    }
}
@media (min-width: 1024px) {
    .m-video--contained .m-video__control {
        width: 11.125rem;
        height: 16.5rem;
    }
}
@media (min-width: 1024px) {
    .m-video--contained .m-video__button-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 4.75em 4.75em 4.75em 0;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .m-video--contained .m-video__button-column {
        margin-bottom: 1.1875em;
    }
}
@media (max-width: 767px) {
    .o-section--collapse .m-video--full-width {
        padding: 1.1875em;
    }
}
@media (min-width: 768px) and (max-width: 1023px),
    (min-width: 1024px) and (max-width: 1280px) {
    .m-our-offices__details .h3,
    .m-our-offices__details .site-main .m-expertise-menu ul li a,
    .m-our-offices__details .site-main .m-expertise-menu ul li label,
    .site-main .m-expertise-menu ul li .m-our-offices__details a,
    .site-main .m-expertise-menu ul li .m-our-offices__details label {
        font-size: 1.875em;
    }
}
.m-content-block p:last-of-type .m-our-offices__details a,
.m-our-offices__details .c-button,
.m-our-offices__details .m-content-block p:last-of-type a {
    font-size: 14px;
}
.m-tax-carousel .slick-slider {
    overflow: hidden;
}
.m-tax-carousel-recent .slick-slider {
    overflow: hidden;
}
.m-tax-carousel .slick-slider .slick-slide {
    border: none;
    margin: 0 2.375em 0 0;
}
.m-tax-carousel-recent .slick-slider .slick-slide {
    border: none;
    margin: 0 2.375em 0 0;
}
.m-tax-carousel .slick-slider .slick-list {
    margin: 0-2.375em 0 0;
    overflow: hidden;
}
.m-tax-carousel-recent .slick-slider .slick-list {
    margin: 0-2.375em 0 0;
    overflow: hidden;
}
.m-tax-carousel .slick-slider .slick-track {
    margin-left: 0;
}
.m-tax-carousel-recent .slick-slider .slick-track {
    margin-left: 0;
}
.m-tax-carousel .slick-slider .slick-dots {
    visibility: hidden;
    pointer-events: none;
}
.m-tax-carousel-recent .slick-slider .slick-dots {
    visibility: hidden;
    pointer-events: none;
}
.m-tax-carousel__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.4rem;
}
.m-tax-carousel-recent__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.4rem;
}
.m-tax-carousel__nav > a {
    cursor: pointer;
}
.m-tax-carousel-recent__nav > a {
    cursor: pointer;
}
@media (min-width: 1024px) {
    .m-tax-carousel__nav > a:hover::after {
        color: var(--clr-hover);
    }
    .m-tax-carousel-recent__nav > a:hover::after {
        color: var(--clr-hover);
    }
}
@media (max-width: 1024px) {
    .m-tax-carousel__nav > a:active::after {
        color: var(--clr-hover);
    }
    .m-tax-carousel-recent__nav > a:active::after {
        color: var(--clr-hover);
    }
}
.m-tax-carousel__nav > a::after {
    font-family: arthurcox;
    content: "\e900";
    display: block;
}
.m-tax-carousel-recent__nav > a::after {
    font-family: arthurcox;
    content: "\e900";
    display: block;
}
.m-tax-carousel__nav__prev::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.m-tax-carousel-recent__nav__prev::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.m-tax-carousel__nav__next::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.m-tax-carousel-recent__nav__next::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media (min-width: 768px) and (max-width: 1024px) {
    .m-tax-carousel .o-content {
        font-size: 80%;
    }
    .m-tax-carousel-recent .o-content {
        font-size: 80%;
    }
}
.page.contact .o-grid-38 {
    overflow: visible;
}
.page.contact .m-contact-form {
    padding: 1.5625em;
    position: relative;
}
.page.contact .m-contact-form::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -1000px;
    background-image: url(/wp-content/themes/arthur-cox/assets/images/background--modules.svg);
    background-size: cover;
    background-position: center center;
    content: "";
    display: block;
    z-index: 0;
}
.ie .page.contact .m-contact-form::after {
    background-image: url(/wp-content/themes/arthur-cox/assets/images/background--modules.png);
}
.page.contact .m-contact-form .c-form {
    padding: 2.375em;
    background: #fff;
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .page.contact .m-contact-form .c-form .c-field,
    .page.contact .m-contact-form .c-form .c-field-row {
        font-size: 85%;
    }
}
@media (max-width: 767px) {
    .page.contact .m-contact-form .c-field-row + .c-field {
        margin-top: 9px;
    }
}
.page.contact .m-contact-form .c-field input,
.page.contact .m-contact-form .c-field textarea {
    width: 100%;
    color: var(--clr-blue);
    font-size: 1.875em;
}
.page.contact .m-contact-form .c-field--submit {
    border: none;
    margin-top: 2.375em;
}
.page.contact .m-contact-form .c-field--submit input {
    font-size: 0.875em;
    width: auto;
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .single-location .m-contact-form .c-field-row {
        display: block;
    }
    .single-location .m-contact-form .c-field-row .c-field + .c-field {
        margin: 24px 0 0 0;
    }
}
.m-category-grid__item {
    background: url(/wp-content/themes/arthur-cox/assets/images/pattern-grey-white.png)
        no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 275px;
}
.m-category-grid__item::before {
    height: 5px;
    width: 100%;
    display: block;
    content: "";
    background: currentColor;
}
.m-category-grid__item h3 {
    color: #000;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #d9d9d6;
    width: 100%;
    padding: 0.75rem 1rem 1rem;
    min-height: 94px;
    font-size: 1.9rem;
}
@media (min-width: 1024px) {
    .m-category-grid__item:hover h3 {
        color: currentColor;
        background-color: #e5e5e3;
    }
}
@media (max-width: 1024px) {
    .m-category-grid__item:active h3 {
        color: currentColor;
        background-color: #e5e5e3;
    }
}
@media (max-width: 1023px) {
    .m-category-grid__item {
        padding-top: 50px;
        min-height: 0;
    }
}
.m-table table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    color: #000;
    background: #f8f8f8;
    overflow: hidden;
}
.m-table td,
.m-table th {
    padding: 1rem;
}
.m-table th {
    font-weight: 700;
}
.m-table--red th {
    background: var(--clr-hover);
    color: #fff;
}
.m-table--red tr:nth-child(even) {
    background: rgba(209, 53, 15, 0.15);
}
.m-table--red td::before {
    background: var(--clr-hover);
    color: #fff;
}
.m-table--yellow th {
    background: var(--clr-orange);
    color: #000;
}
.m-table--yellow tr:nth-child(even) {
    background: rgba(255, 158, 27, 0.15);
}
.m-table--yellow td::before {
    background: var(--clr-orange);
    color: #000;
}
.m-table--charteuse th {
    background: var(--clr-chartreuse);
    color: #000;
}
.m-table--charteuse tr:nth-child(even) {
    background: rgba(181, 189, 0, 0.15);
}
.m-table--charteuse td::before {
    background: var(--clr-chartreuse);
    color: #000;
}
.m-table--green th {
    background: var(--clr-green);
    color: #fff;
}
.m-table--green tr:nth-child(even) {
    background: rgba(0, 191, 111, 0.15);
}
.m-table--green td::before {
    background: var(--clr-green);
    color: #fff;
}
.m-table--blue th {
    background: var(--clr-blue);
    color: #fff;
}
.m-table--blue tr:nth-child(even) {
    background: rgba(0, 114, 206, 0.15);
}
.m-table--blue td::before {
    background: var(--clr-blue);
    color: #fff;
}
.m-table--purple th {
    background: var(--clr-purple);
    color: #fff;
}
.m-table--purple tr:nth-child(even) {
    background: rgba(79, 76, 177, 0.15);
}
.m-table--purple td::before {
    background: var(--clr-purple);
    color: #fff;
}
.m-table--slate th {
    background: #425563;
    color: #fff;
}
.m-table--slate tr:nth-child(even) {
    background: rgba(66, 85, 99, 0.15);
}
.m-table--slate td::before {
    background: #425563;
    color: #fff;
}
.m-table--black th {
    background: #000;
    color: #fff;
}
.m-table--black tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.15);
}
.m-table--black td::before {
    background: #000;
    color: #fff;
}
.m-table--dark-grey th {
    background: #999;
    color: #000;
}
.m-table--dark-grey tr:nth-child(even) {
    background: rgba(153, 153, 153, 0.15);
}
.m-table--dark-grey td::before {
    background: #999;
    color: #000;
}
.m-table--medium-grey th {
    background: #d9d9d6;
    color: #000;
}
.m-table--medium-grey tr:nth-child(even) {
    background: rgba(217, 217, 214, 0.15);
}
.m-table--medium-grey td::before {
    background: #d9d9d6;
    color: #000;
}
.m-table--light-grey th {
    background: #efefef;
    color: #000;
}
.m-table--light-grey tr:nth-child(even) {
    background: rgba(239, 239, 239, 0.15);
}
.m-table--light-grey td::before {
    background: #efefef;
    color: #000;
}
.m-table--white th {
    background: #fff;
    color: #000;
}
.m-table--white tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.15);
}
.m-table--white td::before {
    background: #fff;
    color: #000;
}
@media (max-width: 1023px) {
    .m-table table {
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: none;
    }
    .m-table * {
        display: block;
    }
    .m-table thead {
        display: none;
    }
    .m-table tbody tr + tr {
        margin-top: 1.5625em;
    }
    .m-table tbody td {
        background: #fff;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1rem;
        padding-left: calc(50% + 1rem);
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    }
    .m-table tbody td::before {
        width: 50%;
        content: attr(data-th);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        padding: 1rem;
        color: #fff;
        font-weight: 700;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.m-header img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.m-header--page h1 {
    font-size: 3.125em;
}
@media (max-width: 767px) {
    .m-header--page h1 {
        font-size: 3.125em;
    }
}
.m-header--page__content p {
    font-size: 1em;
}
@media (min-width: 768px) {
    .m-header--page__content p {
        font-size: 1.25em;
    }
}
@media (min-width: 1024px) {
    .m-header--page__content p {
        font-size: 1.5em;
    }
}
.m-header--page__image img {
    opacity: 0;
}
@media (min-width: 1024px) {
    .m-header--page--flip .o-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
@media (min-width: 768px) {
    .m-header--page--secondary-image {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none),
    (min-width: 768px) and (-ms-high-contrast-active) {
    .m-header--page--secondary-image {
        display: block;
    }
}
@media (min-width: 768px) {
    .m-header--page--secondary-image .o-row:last-child img {
        margin-bottom: 2.375em;
    }
}
@media (max-width: 1023px) {
    .m-header--page--secondary-image .o-row:last-child {
        display: none;
    }
}
.m-header--home .o-content {
    padding: 1.1875em 1.5625em 1.5625em;
}
.m-header--home .o-content h1 {
    font-size: 2.375em;
}
@media (min-width: 450px) {
    .m-header--home .o-content h1 {
        font-size: 2.875em;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .m-header--home .o-content h1 {
        font-size: 3.5em;
    }
}
@media (min-width: 1024px) {
    .m-header--home {
        background-attachment: fixed;
    }
}
@media all and (min-width: 1024px) and (-ms-high-contrast: none),
    (min-width: 1024px) and (-ms-high-contrast-active) {
    .m-header--home {
        background-attachment: scroll;
    }
}
@media (min-width: 1024px) {
    .m-header--home .o-content {
        padding: 1.1875em 3.8125em 3.8125em;
    }
    .m-header--home .o-content h1 {
        font-size: 4.375em;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .m-header--home .o-content {
        padding: 1.1875em 2.375em 2.375em;
    }
    .m-header--home .o-content h1 {
        font-size: 4.0625em;
    }
}
.m-header--news .u-4-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.m-header--news .u-4-12 img + img {
    margin: 3.125em 0 3.125em auto;
    width: calc(50% - 19px);
}
.m-header--news .u-5-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.m-header--news .u-5-12 p {
    font-size: 1.5em;
}
.m-header--news .u-3-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (max-width: 1023px) {
    .m-header--news .o-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width: 768px) {
    .m-header--location__images .o-row:first-child {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media (max-width: 767px) {
    .m-header--location__images .o-row:nth-child(2) {
        display: none;
    }
}
@media (min-width: 768px) {
    .m-header--location__content {
        padding-top: 3.8125em;
    }
}
.m-header--person__image img {
    opacity: 0;
}
@media (min-width: 768px) {
    .m-header--person__content {
        padding: 2.375em 0;
    }
}
.m-header--person__content .o-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.m-header--person__content .sub-header {
    margin-bottom: 1.2rem;
}
.m-header--person__content .sub-header:hover {
    color: #425563 !important;
}
.m-header--person__gallery {
    margin-top: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.m-header--person__gallery .o-grid-38-7 {
    overflow: visible;
}
@media (min-width: 768px) {
    .m-header--person__gallery .o-row {
        -webkit-box-align: top;
        -ms-flex-align: top;
        align-items: top;
    }
}
@media (min-width: 1024px) {
    .m-header--person__gallery .o-row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .m-header--person__gallery .o-row > .u-2-7:first-child {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.m-header--expertise .o-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 768px) and (orientation: portrait) {
    .m-header--expertise .o-row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.m-header--expertise__content p {
    font-size: 1.5em;
}
@media (min-width: 768px) {
    .m-header--knowledge__image img {
        opacity: 0;
    }
}
@media (min-width: 768px) {
    .m-header--knowledge__content {
        max-width: 31.4375em;
    }
}
.m-header--knowledge__content p {
    font-size: 1.125em;
}
@media (min-width: 768px) {
    .m-header--knowledge__content p {
        font-size: 1.25em;
    }
}
@media (min-width: 1024px) {
    .m-header--knowledge__content p {
        font-size: 1.5em;
    }
}
@media (min-width: 768px) {
    .m-header--covid-19__image img {
        opacity: 0;
    }
}
@media (min-width: 768px) {
    .m-header--covid-19__content {
        max-width: 31.4375em;
    }
}
.m-header--covid-19__content p {
    font-size: 1.125em;
}
@media (min-width: 768px) {
    .m-header--covid-19__content p {
        font-size: 1.25em;
    }
}
@media (min-width: 1024px) {
    .m-header--covid-19__content p {
        font-size: 1.5em;
    }
}

@media (min-width: 768px) {
    .single .o-grid-38 {
        overflow: visible;
    }
}

.single-location .c-form--contact .c-field > * {
    color: #425563;
}
.single-knowledge .m-content-and-key-information h2,
.single-knowledge .m-content-and-key-information h2.h3 {
    font-size: 2em;
}
.single-knowledge .m-content-and-key-information h3,
.single-knowledge .m-content-and-key-information h3.h5 {
    font-size: 1em;
}
.single .o-content pre {
    white-space: break-spaces;
}
.archive__posts h2 {
    text-transform: uppercase;
    font-family: adieulight;
    font-size: 1em;
}
.archive__post * {
    display: block;
}
.archive__post span {
    font-weight: 700;
}
.archive.tax-covid_19_practice_group .m-header--page__image {
    border-bottom: 1rem solid currentColor;
}
.passle_span {
    color: #f9653b;
}
.dot {
    height: 25px;
    width: 25px;
    background-color: #fffafa;
    border-radius: 50%;
    display: inline-block;
}
.title_length_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding-bottom: 3px;
}
.passle_img {
    background: #efefef;
    width: 100%;
    height: 290px;
    object-fit: cover;
}
.knowledge-esg-knowledge .theme {
    color: #00af57;
}
.knowledge-esg-podcast .theme {
    color: #00af57;
}
@media (max-width: 767px) {
    .esg-menu-mobile {
        position: absolute;
        right: 8em;
        top: 0.6em;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-start;
        font-size: 12px;
    }
}
@media (min-width: 768px) and (max-width: 1079px) {
    .esg-menu-mobile {
        position: absolute;
        right: 11em;
        top: 2.6em;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-start;
        font-size: 16px;
    }
}
@media (min-width: 1024px) {
    .esg-menu-mobile {
        display: none;
    }
}
.pride-logo-text {
    background-image: url(/wp-content/themes/arthur-cox/assets/images/logo--pride.svg) !important;
}
.pride-logo-bg {
    background-image: url(/wp-content/themes/arthur-cox/assets/images/logo-pride-bg.svg) !important;
}
.highlights-order-right {
    order: 2;
}
.flex-container-highlights {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: start;
}
.flex-items-highlights:nth-child(1) {
    display: block;
    align-self: auto;
}
.flex-items-highlights:nth-child(2) {
    display: block;
    align-self: auto;
    flex: 1 0 25em;
    order: 1;
}
@media only screen and (max-width: 960px) {
    .flex-container-highlights {
        flex-direction: column;
    }
    .flex-items-highlights:nth-child(2) {
        flex: 1 0 10em;
        order: -1;
        margin-bottom: 10px;
    }
}
.highlights-excerpt p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.highlights-excerpt h2 {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.highlights-excerpt h4 {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.highlights-layout {
    padding-left: 38px;
}
section.o-section.highlight-module-layout {
    padding: 1.75em 0em;
}
section#highlights-padding {
    padding-bottom: 0px;
}
.image-go-right {
    float: right;
    height: 20em;
    width: 30em;
    object-fit: cover;
}
.image-go-left {
    height: 20em;
    width: 30em;
    object-fit: cover;
}
.m-article-block__title h2 {
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
