.accordion h3,
.accordion h3:after,
.button,
.button.back:before,
.contact #contactForm button,
header a {
    transition: all 300ms ease-out
}

a,
abbr,
acronym,
address,
article,
aside,
blockquote,
body,
caption,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
label,
legend,
li,
nav,
object,
ol,
p,
pre,
q,
section,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

.accordion h3:after,
table,
td,
th {
    vertical-align: middle
}

address,
blockquote,
dfn,
em,
tfoot {
    font-style: italic
}

.button,
dfn,
dl dt,
label,
legend,
strong,
th {
    font-weight: 700
}

a img,
fieldset {
    border: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

body {
    line-height: 1.5;
    background: #FFF
}

caption,
td,
th {
    text-align: left;
    font-weight: 400
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

blockquote,
q {
    quotes: "" ""
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.clearfix {
    display: inline-block
}

.centre,
html[xmlns] .clearfix {
    display: block
}

* html .clearfix {
    height: 1%
}

* {
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #111
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 26px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    margin: 0
}

p {
    margin: 0 0 1.5em
}

p img.left {
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0
}

p img.right {
    float: right;
    margin: 1.5em 0 1.5em 1.5em
}

a:focus,
a:hover {
    color: #000
}

a {
    color: #009;
    text-decoration: underline
}

.quiet,
blockquote,
del {
    color: #666
}

blockquote {
    margin: 1.5em
}

sub,
sup {
    line-height: 0
}

abbr,
acronym {
    border-bottom: 1px dotted #666
}

address {
    margin: 0 0 1.5em
}

pre {
    margin: 1.5em 0;
    white-space: pre
}

code,
pre,
tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5
}

li ol,
li ul {
    margin: 0
}

ol,
ul {
    margin: 0 1.5em 1.5em 0;
    padding-left: 3.333em
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

dl {
    margin: 0 0 1.5em
}

dd {
    margin-left: 1.5em
}

table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.4em;
    width: 100%
}

thead th {
    background: #c3d9ff
}

caption,
td,
th {
    padding: 4px 10px 4px 5px
}

tr.even td {
    background: #e5ecf9
}

caption {
    background: #eee
}

.small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em
}

.large,
legend {
    font-size: 1.2em
}

.large {
    line-height: 2.5em;
    margin-bottom: 1.25em
}

.bottom,
.staff h4,
form.inline p {
    margin-bottom: 0
}

.hide {
    display: none
}

.loud {
    color: #000
}

.highlight {
    background: #ff0
}

.added {
    background: #060;
    color: #fff
}

.removed {
    background: #900;
    color: #fff
}

.first {
    margin-left: 0;
    padding-left: 0
}

.last {
    margin-right: 0;
    padding-right: 0
}

.top {
    margin-top: 0;
    padding-top: 0
}

.bottom {
    padding-bottom: 0
}

fieldset {
    margin: 0;
    padding: 0
}

input,
select,
textarea {
    padding: 5px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #bbb
}

.button,
.contact #contactForm .input input,
.contact #contactForm .input label,
.contact #contactForm .input textarea,
.contact #contactForm button,
.fourohfour h1,
.fourohfour h2,
body,
html {
    font-family: Barlow, sans-serif
}

input:focus,
select:focus,
textarea:focus {
    border-color: #666;
    outline: 0
}

textarea {
    width: 390px;
    height: 250px
}

input.checkbox,
input.radio {
    position: relative;
    top: .25em
}

form.inline {
    line-height: 3
}

.centre {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    margin: 0 auto;
    max-width: 1280px;
    min-width: 320px;
    z-index: 1;
    padding: 0 30px
}

.valign {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.button {
    position: relative;
    padding: 20px 50px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    line-height: 1.2
}

.button.no:hover {
    background: 0 0
}

.button.large {
    margin-bottom: 40px;
    font-size: 42px;
    text-align: center
}

.button.news {
    border: 2px solid #00457c;
    color: #00457c;
    display: table-cell;
    padding: 15px 60px
}

.button.news:hover {
    color: #fff;
    background: #00457c
}

.button.back {
    padding: 20px 100px;
    border: #00457c;
    background: #00457c;
    color: #fff;
    margin: 0 0 70px
}

.button.back:before {
    position: absolute;
    top: 50%;
    left: 50px;
    margin-top: -12px;
    width: 16px;
    height: 24px;
    display: block;
    background: url(/wp-content/themes/locus/resource/img/arrow.png)center center no-repeat;
    background-size: cover;
    content: ''
}

.button.back:hover {
    color: #fff;
    background: #00457c
}

.button.back:hover:before {
    left: 40px
}

.button:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff
}

@media screen and (max-width:768px) {
    .button {
        font-size: 18px
    }

    .button.large {
        font-size: 26px
    }

    .button.news {
        padding: 10px 30px;
        font-size: 16px
    }

    .button.back {
        padding: 15px 50px;
        margin: 0 0 40px
    }

    .button.back:before {
        width: 8px;
        height: 12px;
        margin-top: -6px;
        left: 30px
    }

    .button.back:hover:before {
        left: 20px
    }
}

body,
html {
    margin: 0;
    padding: 0;
    color: #2f363f;
    font-size: 15px;
    font-weight: 300;
    scroll-behavior: smooth
}

body.blue-dark,
html.blue-dark {
    background: #00457c
}

@media screen and (max-width:768px) {

    body,
    html {
        font-size: 13px
    }
}

.fourohfour {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1
}

.fourohfour .wrap {
    width: 100%;
    padding: 0 30px;
    max-width: 600px
}

.fourohfour h1 {
    color: #fff;
    font-size: 140px;
    font-weight: 700
}

.fourohfour h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 100
}

.fourohfour a {
    color: #fff
}

@media screen and (max-width:768px) {
    .fourohfour h1 {
        font-size: 70px
    }

    .fourohfour h2 {
        font-size: 16px
    }
}

.contact #success {
    display: none;
    padding: 30px;
    border: 2px solid #cafdb4;
    margin: 0 0 50px
}

.contact #success p {
    margin: 0
}

.contact #contactForm {
    margin: 0 0 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.contact #contactForm .input {
    position: relative;
    width: 48%;
    margin: 0 0 40px
}

.contact #contactForm .input label {
    position: absolute;
    top: 100%;
    left: 0;
    color: red;
    font-size: 12px;
    font-weight: 400
}

.contact #contactForm .input.wide {
    width: 100%
}

.contact #contactForm .input input {
    width: 100%;
    border: none;
    color: #52bdec;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px
}

.contact #contactForm .input textarea {
    width: 100%;
    padding: 10px 20px;
    resize: none;
    color: #959595;
    font-size: 16px;
    font-weight: 400
}

.contact #contactForm .input input.error,
.contact #contactForm .input textarea.error {
    background: #ffd6d6
}

.contact #contactForm .button-wrap {
    width: 100%;
    text-align: right
}

.contact #contactForm button {
    padding: 20px 100px;
    float: right;
    background: 0 0;
    cursor: pointer;
    border: 1px solid #fff;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    line-height: 1.2
}

.contact #contactForm button:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff
}

@media screen and (max-width:768px) {
    .contact #contactForm .input {
        width: 100%;
        margin: 0 0 25px
    }

    .contact #contactForm .input input {
        font-size: 16px
    }

    .contact #contactForm .input textarea {
        height: 150px
    }

    .contact #contactForm button {
        padding: 15px 50px;
        font-size: 18px
    }
}

.landing-banner {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 120px 0 70px;
    text-align: center
}

.landing-banner .centre {
    position: relative;
    z-index: 500
}

.landing-banner #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 400
}

.landing-banner .indicator {
    width: 56px;
    height: 56px;
    display: inline-block;
    background: url(/wp-content/themes/locus/resource/img/scroll-indicator.png)center center no-repeat;
    background-size: cover;
    cursor: pointer
}

.landing-banner .notice {
    font-family: Barlow, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .2);
    padding: 10px 30px;
    max-width: 689px;
    margin: 0 auto 30px;
    line-height: 1.1;
    text-align: left;
    display: flex
}

.landing-banner h1,
.news article h4,
.solutions .statements .cell,
.solutions h3 {
    font-family: Barlow, sans-serif;
    font-weight: 700
}

.landing-banner .notice div:first-of-type {
    margin-right: 10px;
    white-space: nowrap
}

.landing-banner h1 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1.2;
    max-width: 689px;
    margin: 0 auto 70px
}

.landing-banner h2 {
    font-family: Barlow, sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    max-width: 340px;
    margin: 0 auto 40px
}

.landing-banner .partners {
    position: relative;
    margin: 72px 0 0;
    padding: 72px 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.landing-banner .partners:before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -85px;
    width: 170px;
    height: 1px;
    display: block;
    background: #fff;
    content: ''
}

.landing-banner .partners img {
    height: 42px;
    margin: 0 20px
}

@media screen and (max-width:768px) {
    .landing-banner {
        padding: 100px 0 40px
    }

    .landing-banner h1 {
        font-size: 35px;
        margin-bottom: 35px
    }

    .landing-banner h2 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .landing-banner .indicator {
        width: 40px;
        height: 40px
    }

    .landing-banner .partners {
        margin: 40px 0 0;
        padding: 40px 0 0;
        flex-wrap: wrap
    }

    .landing-banner .partners img {
        margin: 10px
    }
}

@media screen and (max-width:550px) {
    .landing-banner {
        padding: 60px 0 40px
    }

    .landing-banner .notice {
        font-size: 10px;
        flex-wrap: wrap
    }
}

.solutions {
    background: #52bdec;
    padding: 100px 0
}

.solutions .statements {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: -200px;
    margin-bottom: 70px
}

.solutions .statements .cell {
    border: 2px solid #00457c;
    background: #fff;
    padding: 20px 50px;
    color: #00457c;
    font-size: 15px;
    width: 23%;
    text-align: center;
    display: flex;
    align-items: center
}

.solutions .statements .cell.less {
    padding: 20px 30px
}

.solutions h3 {
    color: #00457c;
    font-size: 43px;
    text-transform: uppercase;
    line-height: 1.2;
    max-width: 800px;
    margin: 0 auto;
    text-align: center
}

@media screen and (max-width:1040px) {
    .solutions .statements {
        margin-top: 0
    }

    .solutions .statements .cell {
        padding: 30px;
        font-size: 14px;
        width: 48%;
        margin: 0 0 30px
    }

    .solutions .statements .cell.less {
        padding: 30px
    }

    .solutions h3 {
        font-size: 36px
    }
}

@media screen and (max-width:768px) {
    .solutions {
        padding: 60px 0
    }

    .solutions .statements {
        margin: 0
    }

    .solutions h3 {
        font-size: 30px
    }
}

@media screen and (max-width:600px) {
    .solutions {
        padding: 45px 0
    }

    .solutions .statements .cell {
        width: 100%
    }

    .solutions h3 {
        font-size: 24px
    }
}

.news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.news article {
    width: 48%;
    border-left: 20px solid #52bdec;
    padding-left: 25px;
    margin: 0 0 70px
}

.news article .date,
.news article h4 {
    line-height: 1.2;
    margin: 0 0 10px
}

.news article p {
    margin: 0 0 25px
}

.news article .date {
    font-family: Barlow, sans-serif;
    color: #959595;
    font-size: 12px;
    font-weight: 400
}

.news article h4 {
    color: #00457c;
    font-size: 22px
}

@media screen and (max-width:768px) {
    .news article {
        width: 100%;
        margin: 0 0 40px;
        border-left: 12px solid #52bdec;
        padding-left: 15px
    }
}

.content .article h3 {
    margin: 0 0 20px
}

.content .article .date {
    font-family: Barlow, sans-serif;
    color: #959595;
    font-size: 12px;
    font-weight: 400
}

.content .article .two-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.content .article .two-col .col {
    width: 48%
}

.content .article .two-col img {
    max-width: 100%
}

@media screen and (max-width:768px) {
    .content .article .two-col .col {
        width: 100%
    }
}

.content .navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

.content .navigation ul li {
    width: 30px;
    height: 30px;
    display: block;
    padding: 0;
    margin-right: 5px
}

.content .navigation ul li:before {
    display: none
}

.content .navigation ul li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 26px;
    text-align: center;
    border: 2px solid #00457c;
    font-family: Barlow, sans-serif;
    color: #00457c;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    overflow: hidden
}

.content .navigation ul li.next a,
.content .navigation ul li.prev a {
    text-indent: -9999px
}

.content .navigation ul li.next a:before,
.content .navigation ul li.prev a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 26px;
    text-align: center;
    text-indent: 0;
    color: #00457c
}

.content .navigation ul li.prev a:before {
    content: '«'
}

.content .navigation ul li.next a:before {
    content: '»'
}

.content .navigation ul li.active a {
    background: #00457c;
    color: #fff;
    pointer-events: none;
    cursor: default
}

.accordion {
    color: #fff
}

.accordion h3,
.accordion ol li:before,
.accordion ul li:before {
    color: #fff !important
}

.accordion.open h3 {
    margin: 0 0 1.5em !important
}

.accordion.open h3:after {
    transform: rotate(45deg)
}

.accordion .collapse {
    display: none
}

.accordion h3 {
    position: relative;
    font-size: 27px !important;
    margin: 0 0 .5em !important;
    cursor: pointer
}

.accordion .notice,
.content .verticals .vertical h5 {
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 20px
}

.accordion h3:after {
    position: relative;
    top: -3px;
    margin-left: 40px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(/wp-content/themes/locus/resource/img/close.svg)center center no-repeat;
    background-size: cover;
    content: ''
}

.accordion .notice {
    font-family: Barlow, sans-serif;
    color: #00457c;
    font-weight: 700;
    margin: 0
}

.accordion.light {
    background: #52bdec
}

.accordion.light .notice,
.accordion.light h4 {
    color: #00457c
}

.accordion.dark .notice,
.accordion.dark h4,
.content a {
    color: #52bdec
}

.accordion.dark {
    background: #00457c
}

.content.blue,
.split-content .col:first-of-type {
    background: #f6fcfe
}

#content-wrapper {
    margin-top: 70px
}

#content-wrapper.push {
    margin-top: 140px
}

@media screen and (max-width:768px) {
    .accordion h3 {
        font-size: 22px !important
    }

    .accordion h3:after {
        width: 20px;
        height: 20px;
        margin-left: 20px
    }

    #content-wrapper {
        margin-top: 60px
    }

    #content-wrapper.push {
        margin-top: 100px
    }
}

.content {
    padding: 120px 0
}

.content h3 {
    font-family: Barlow, sans-serif;
    color: #00457c;
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 80px
}

.content h2,
.content h4,
.content h5,
.content h6 {
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 1.5em
}

.content h2 {
    font-family: Barlow, sans-serif;
    color: #2f363f;
    font-size: 27px;
    font-weight: 700
}

.content h4,
.content h5 {
    font-weight: 700;
    font-family: Barlow, sans-serif;
    color: #52bdec
}

.content h4 {
    font-size: 18px
}

.content h5 {
    font-size: 26px
}

.content h6 {
    font-family: Barlow, sans-serif;
    color: #00457c;
    font-size: 18px;
    font-weight: 700
}

.content ul li:before {
    content: "\2022";
    color: #52bdec;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.content ol li {
    counter-increment: list;
    list-style-type: none;
    position: relative
}

.content ol li:before {
    color: #52bdec;
    content: counter(list)".";
    left: -32px;
    position: absolute;
    text-align: right;
    width: 26px
}

.content ol,
.content ul {
    margin: 0 0 1.5em 20px;
    padding: 0;
    list-style: none
}

.content ol li,
.content ul li {
    margin-bottom: 5px
}

.content ol.split,
.content ul.split {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.content ol.split li,
.content ul.split li {
    width: 48%
}

@media screen and (max-width:1200px) {

    .content ol.split li,
    .content ul.split li {
        width: 100%
    }
}

.content.two-col .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.content.two-col .row h3 {
    margin-bottom: 1.5em
}

.content.two-col .row .col {
    width: 47%
}

.content.two-col .row .col.dark {
    color: #fff;
    background: #00457c;
    padding: 40px;
    display: inline-table
}

.content .blocks .block,
.content .verticals .vertical h5 {
    font-weight: 700;
    font-family: Barlow, sans-serif;
    color: #00457c
}

.content.two-col .row .col.dark p:last-of-type {
    margin: 0
}

.content .blocks {
    margin: 70px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.content .blocks .block p,
.content .blocks.no-margin {
    margin: 0
}

.content .blocks .block {
    width: 48%;
    border: 2px solid #00457c;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 15px
}

.content .blocks .block .col {
    width: 48%
}

.content .blocks .block .map {
    max-width: 100%
}

.content .blocks .block .logo {
    margin-bottom: 20px;
    max-width: 100%
}

@media screen and (max-width:768px) {
    .content .blocks {
        margin: 0
    }

    .content .blocks .block {
        margin: 15px 0;
        width: 100%
    }

    .content .blocks .block p {
        margin: 0 0 1.5em
    }

    .content .blocks .block .col {
        width: 100%
    }
}

.content .verticals {
    margin: 70px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.content .verticals .vertical {
    max-width: 145px;
    width: 12.5%;
    text-align: center
}

.content .verticals .vertical .icon {
    width: 100%;
    height: 75px;
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 0 30px
}

.content .verticals .vertical h6 {
    font-family: Barlow, sans-serif;
    color: #52bdec;
    font-size: 15px;
    font-weight: 700;
    margin: 0
}

@media screen and (max-width:1000px) {
    .content .verticals {
        margin: 30px 0
    }

    .content .verticals .vertical {
        margin: 15px 0;
        width: 30%;
        max-width: inherit
    }
}

@media screen and (max-width:600px) {
    .content .verticals .vertical {
        width: 48%
    }

    .content .verticals .vertical .icon {
        height: 40px;
        margin: 0 0 15px
    }

    .content .verticals .vertical h5 {
        font-size: 16px
    }

    .content .verticals .vertical h6 {
        font-size: 12px
    }
}

@media screen and (max-width:768px) {
    .content {
        padding: 60px 0
    }

    .content h3 {
        font-size: 30px;
        margin: 0 0 40px
    }

    .content.two-col .row .col {
        width: 100%;
        margin-bottom: 30px
    }

    .content.two-col .row .col:last-of-type {
        margin: 0
    }
}

@media screen and (max-width:480px) {
    .content {
        padding: 30px 0
    }

    .content h3 {
        font-size: 22px;
        margin: 0 0 20px
    }
}

.wide-split {
    display: flex;
    flex-wrap: wrap;
    background: #00457c;
    color: #fff
}

.wide-split h4,
.wide-split h5 {
    text-transform: uppercase;
    line-height: 1.2
}

.wide-split h4 {
    font-family: Barlow, sans-serif;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 50px
}

.wide-split h5 {
    font-family: Barlow, sans-serif;
    color: #52bdec;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px
}

.split-content h3,
header a {
    font-family: Barlow, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #00457c
}

.wide-split h5:last-of-type {
    margin: 0
}

.wide-split .col .location h4,
.wide-split p {
    margin: 0 0 40px
}

.wide-split .col {
    width: 50%;
    display: flex;
    flex-wrap: wrap
}

.wide-split .col:first-child {
    justify-content: flex-end
}

.wide-split .col .copy {
    display: flex;
    max-width: 610px;
    padding: 120px 80px 120px 30px;
    align-items: center;
    height: 100%
}

.wide-split .col .location {
    width: 100%;
    height: 50%;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.wide-split .col .location .copy {
    justify-content: center;
    text-align: center;
    padding: 30px
}

@media screen and (max-width:1000px) {
    .wide-split .col {
        width: 100%
    }

    .wide-split .col:first-of-type {
        margin: 0 0 30px
    }

    .wide-split .col .copy {
        max-width: 100%;
        padding: 30px
    }

    .wide-split .col .location {
        min-height: 300px
    }

    .wide-split .col .location h4 {
        margin: 0 0 20px
    }
}

.split-content {
    display: flex;
    flex-wrap: wrap
}

.split-content p:last-of-type {
    margin: 0
}

.split-content h3 {
    font-size: 38px;
    line-height: 1.2;
    margin: 0 0 40px
}

.split-content .col {
    width: 50%
}

.split-content .col .wrap {
    padding: 60px 40px;
    max-width: 610px
}

.split-content .col:first-of-type .wrap {
    float: right;
    padding-left: 0
}

.split-content .col:last-of-type {
    background: #d4eefa
}

.split-content .col:last-of-type .wrap {
    padding-right: 0
}

@media screen and (max-width:1280px) {
    .split-content .col:first-of-type .wrap {
        padding-left: 30px
    }

    .split-content .col:last-of-type .wrap {
        padding-right: 30px
    }
}

@media screen and (max-width:1000px) {
    .split-content .col {
        width: 100%
    }

    .split-content .col .wrap {
        max-width: 100%
    }
}

@media screen and (max-width:768px) {
    .split-content h3 {
        font-size: 30px
    }
}

@media screen and (max-width:480px) {
    .split-content h3 {
        font-size: 22px
    }
}

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0
}

header a {
    position: relative;
    font-size: 20px;
    text-decoration: none;
    margin: 0 21px
}

header a.logo {
    padding-left: 44px
}

header a.logo:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    content: ''
}

header.light a {
    color: #fff
}

header.light a.active,
header.light a:hover {
    color: #52bdec
}

header.light a.logo:after {
    background-image: url(/wp-content/themes/locus/resource/img/locus-icon-light.svg)
}

header.dark a {
    color: #00457c
}

.staff h4,
header.dark a.active,
header.dark a:hover {
    color: #52bdec
}

header.dark a.logo:after {
    background-image: url(/wp-content/themes/locus/resource/img/locus-icon-dark.svg)
}

@media screen and (max-width:768px) {
    header {
        margin: 50px 0 0
    }

    header a {
        font-size: 16px;
        margin: 0 15px
    }

    header a.logo:after {
        width: 24px;
        height: 24px;
        margin-left: -12px
    }
}

@media screen and (max-width:550px) {
    header {
        margin: 30px 0 0
    }

    header a {
        font-size: 11px;
        margin: 0 10px
    }

    header a.logo:after {
        width: 16px;
        height: 16px;
        margin-left: -8px;
        bottom: 20px
    }
}

footer {
    background: #52bdec;
    padding: 70px 0;
    color: #fff
}

footer p.disclaimer {
    margin: 40px 0 0
}

footer .centre {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

footer .centre .col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 48%
}

footer .centre .col.no-flex,
footer h4 {
    display: block
}

footer h4 {
    font-family: Barlow, sans-serif;
    color: #00457c;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    width: 100%
}

footer .button {
    padding: 10px 20px;
    font-size: 20px
}

@media screen and (max-width:1000px) {
    footer {
        font-size: 12px;
        padding: 40px 0
    }

    footer p.disclaimer {
        margin: 20px 0 0
    }

    footer .centre {
        display: block
    }

    footer .centre .col {
        width: 100%;
        display: block
    }

    footer .centre .col:first-of-type {
        margin-bottom: 30px
    }
}

.staff {
    margin-bottom: 40px
}

.staff h4 {
    font-family: Barlow, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px
}

.staff h6 {
    font-family: Barlow, sans-serif;
    color: #00457c;
    font-size: 14px;
    font-weight: 700
}

.staff .centre {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.staff .centre .col {
    width: 48%;
    margin-bottom: 60px
}

@media screen and (max-width:768px) {
    .staff .centre .col {
        width: 100%;
        margin: 0 0 40px
    }

    .staff .centre .col:last-of-type {
        margin: 0
    }
}