/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
.casestudy__cta__form textarea {
	width: 100%;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
address {
    font-style: normal;
}
input[type="text"],
input[type="search"] {
    -webkit-appearance: none;
    border-radius: 0;
}
table {
    font-size: 2rem;
    width: 100%;
}
table td,
table th {
    border: 1px solid #666;
    padding: 1rem;
}
.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 3rem;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wp-caption {
    max-width: 100%;
}
.container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    border: none;
    min-width: 320px;
    max-width: 1280px;
}
.container::after {
    clear: both;
    content: "";
    display: block;
}
.master-padding {
    padding: 0;
}
@media only screen and (min-width: 768px) {
    .master-padding {
        padding: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .master-padding {
        padding: 0 20px;
    }
}
.container--grey {
    background-color: #f5f5f5;
}
.collapse {
    margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px);
}
.column-1 {
    width: calc(8.33333% - 27.08333px);
    float: left;
    margin-left: 25px;
}
.column-2 {
    width: calc(16.66667% - 29.16667px);
    float: left;
    margin-left: 25px;
}
.column-3 {
    width: calc(25% - 31.25px);
    float: left;
    margin-left: 25px;
}
.column-4 {
    width: calc(33.33333% - 33.33333px);
    float: left;
    margin-left: 25px;
}
.column-5 {
    width: calc(41.66667% - 35.41667px);
    float: left;
    margin-left: 25px;
}
.column-6 {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
}
.column-7 {
    width: calc(58.33333% - 39.58333px);
    float: left;
    margin-left: 25px;
}
.column-8 {
    width: calc(66.66667% - 41.66667px);
    float: left;
    margin-left: 25px;
}
.column-9 {
    width: calc(75% - 43.75px);
    float: left;
    margin-left: 25px;
}
.column-10 {
    width: calc(83.33333% - 45.83333px);
    float: left;
    margin-left: 25px;
}
.column-11 {
    width: calc(91.66667% - 47.91667px);
    float: left;
    margin-left: 25px;
}
.column-12 {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
}
@media only screen and (min-width: 768px) {
    .collapse {
        margin-left: -25px;
        margin-right: -25px;
        width: calc(100% + 50px);
    }
    .column-1 {
        width: calc(8.33333% - 27.08333px);
        float: left;
        margin-left: 25px;
    }
    .column-2 {
        width: calc(16.66667% - 29.16667px);
        float: left;
        margin-left: 25px;
    }
    .column-3 {
        width: calc(25% - 31.25px);
        float: left;
        margin-left: 25px;
    }
    .column-4 {
        width: calc(33.33333% - 33.33333px);
        float: left;
        margin-left: 25px;
    }
    .column-5 {
        width: calc(41.66667% - 35.41667px);
        float: left;
        margin-left: 25px;
    }
    .column-6 {
        width: calc(50% - 37.5px);
        float: left;
        margin-left: 25px;
    }
    .column-7 {
        width: calc(58.33333% - 39.58333px);
        float: left;
        margin-left: 25px;
    }
    .column-8 {
        width: calc(66.66667% - 41.66667px);
        float: left;
        margin-left: 25px;
    }
    .column-9 {
        width: calc(75% - 43.75px);
        float: left;
        margin-left: 25px;
    }
    .column-10 {
        width: calc(83.33333% - 45.83333px);
        float: left;
        margin-left: 25px;
    }
    .column-11 {
        width: calc(91.66667% - 47.91667px);
        float: left;
        margin-left: 25px;
    }
    .column-12 {
        width: calc(100% - 50px);
        float: left;
        margin-left: 25px;
    }
}
@media only screen and (min-width: 1024px) {
    .collapse {
        margin-left: -30px;
        margin-right: -30px;
        width: calc(100% + 60px);
    }
    .column-1 {
        width: calc(8.33333% - 32.5px);
        float: left;
        margin-left: 30px;
    }
    .column-2 {
        width: calc(16.66667% - 35px);
        float: left;
        margin-left: 30px;
    }
    .column-3 {
        width: calc(25% - 37.5px);
        float: left;
        margin-left: 30px;
    }
    .column-4 {
        width: calc(33.33333% - 40px);
        float: left;
        margin-left: 30px;
    }
    .column-5 {
        width: calc(41.66667% - 42.5px);
        float: left;
        margin-left: 30px;
    }
    .column-6 {
        width: calc(50% - 45px);
        float: left;
        margin-left: 30px;
    }
    .column-7 {
        width: calc(58.33333% - 47.5px);
        float: left;
        margin-left: 30px;
    }
    .column-8 {
        width: calc(66.66667% - 50px);
        float: left;
        margin-left: 30px;
    }
    .column-9 {
        width: calc(75% - 52.5px);
        float: left;
        margin-left: 30px;
    }
    .column-10 {
        width: calc(83.33333% - 55px);
        float: left;
        margin-left: 30px;
    }
    .column-11 {
        width: calc(91.66667% - 57.5px);
        float: left;
        margin-left: 30px;
    }
    .column-12 {
        width: calc(100% - 60px);
        float: left;
        margin-left: 30px;
    }
}
@font-face {
    font-family: "icomoon";
    src: url("assets/fonts-v1/icomoon.eot?ybripd");
    src: url("assets/fonts-v1/icomoon.eot?ybripd#iefix")
            format("embedded-opentype"),
        url("assets/fonts-v1/icomoon.ttf?ybripd") format("truetype"),
        url("assets/fonts-v1/icomoon.woff?ybripd") format("woff"),
        url("assets/fonts-v1/icomoon.svg?ybripd#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
.icon:before,
.icon:after {
    font-family: "icomoon", sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-ic_chev_lge_50px::before {
    content: "";
}
.icon-ic_chev_lge_50px--left::before {
    content: "";
    margin-right: 1rem;
}
.icon-ic_chev_lge_50px--left::after {
    display: none;
}
.icon-ic_chev_lge_50px--right::after {
    content: "";
    margin-left: 1rem;
}
.icon-ic_chev_lge_50px--right:before {
    display: none;
}
.icon-ic_chev_med_20px::before {
    content: "";
}
.icon-ic_chev_med_20px--left::before {
    content: "";
    margin-right: 1rem;
}
.icon-ic_chev_med_20px--left::after {
    display: none;
}
.icon-ic_chev_med_20px--right::after {
    content: "";
    margin-left: 1rem;
}
.icon-ic_chev_med_20px--right:before {
    display: none;
}
.icon-ic_chev_sml_12px::before {
    content: "";
}
.icon-ic_chev_sml_12px--left::before {
    content: "";
    margin-right: 1rem;
}
.icon-ic_chev_sml_12px--left::after {
    display: none;
}
.icon-ic_chev_sml_12px--right::after {
    content: "";
    margin-left: 1rem;
}
.icon-ic_chev_sml_12px--right:before {
    display: none;
}
.icon-ic_close_30px::before {
    content: "";
}
.icon-ic_close_30px--left::before {
    content: "";
    margin-right: 1rem;
}
.icon-ic_close_30px--left::after {
    display: none;
}
.icon-ic_close_30px--right::after {
    content: "";
    margin-left: 1rem;
}
.icon-ic_close_30px--right:before {
    display: none;
}
.icon-ic_external::before {
    content: "";
}
.icon-ic_external--left::before {
    content: "";
    margin-right: 1rem;
}
.icon-ic_external--left::after {
    display: none;
}
.icon-ic_external--right::after {
    content: "";
    margin-left: 1rem;
}
.icon-ic_external--right:before {
    display: none;
}
.icon-ic_search::before {
    content: "";
}
.icon-ic_search--left::before {
    content: "";
    margin-right: 1rem;
}
.icon-ic_search--left::after {
    display: none;
}
.icon-ic_search--right::after {
    content: "";
    margin-left: 1rem;
}
.icon-ic_search--right:before {
    display: none;
}
a.icon-ic_facebook {
    background: url("assets/social-icons/ic_facebook.svg") 0 0 no-repeat;
}
a.icon-ic_linkedin {
    background: url("assets/social-icons/ic_linkedin.svg") 0 0 no-repeat;
}
a.icon-ic_twitter {
    /*
    background: url("assets/social-icons/ic_twitter.svg") 0 0 no-repeat;
	*/

    background: url("assets/social-icons/ic_x.svg") 0 0 no-repeat;
}
a.icon-ic_github {
    background: url("assets/social-icons/ic_github.svg") 0 0 no-repeat;
}
a.icon-ic_youtube {
    background: url("assets/social-icons/ic_youtube.svg") 0 0 no-repeat;
}
html {
    font-size: 62.5%;
}
body {
    font-size: 2rem;
    font-family: lato, sans-serif;
    font-weight: 400;
    color: #666;
    background-color: #eee;
}
h1,
.xlarge-header {
    color: #333;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    padding: 0;
    line-height: 1.2;
    font-size: 4rem;
    margin: 3rem 0 2rem;
}
@media only screen and (min-width: 768px) {
    h1,
    .xlarge-header {
        font-size: 5rem;
        margin: 4rem 0 3rem;
    }
}
@media only screen and (min-width: 1024px) {
    h1,
    .xlarge-header {
        font-size: 6rem;
        margin: 5rem 0 4rem;
    }
}
h2,
.large-header {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    padding: 0;
    font-size: 3rem;
    margin: 0 0 1rem;
}
@media only screen and (min-width: 768px) {
    h2,
    .large-header {
        font-size: 4rem;
        margin: 0 0 2rem;
    }
}
@media only screen and (min-width: 1024px) {
    h2,
    .large-header {
        font-size: 5rem;
        margin: 0 0 3rem;
    }
}
h3,
.medium-header,
.related-content .related-content__title {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    padding: 0;
    font-size: 2.6rem;
    margin: 0 0 1rem;
}
@media only screen and (min-width: 768px) {
    h3,
    .medium-header,
    .related-content .related-content__title {
        font-size: 3rem;
        margin: 0 0 1rem;
    }
}
@media only screen and (min-width: 1024px) {
    h3,
    .medium-header,
    .related-content .related-content__title {
        font-size: 4rem;
        margin: 0 0 2rem;
    }
}
h4,
h5,
h6,
.small-header,
.hero--three-lines .hero__content__title,
.hero--three-lines .hero__content__sub-title {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    padding: 0;
    font-size: 2.2rem;
    margin: 0 0 1rem;
}
@media only screen and (min-width: 768px) {
    h4,
    h5,
    h6,
    .small-header,
    .hero--three-lines .hero__content__title,
    .hero--three-lines .hero__content__sub-title {
        font-size: 2.6rem;
    }
}
@media only screen and (min-width: 1024px) {
    h4,
    h5,
    h6,
    .small-header,
    .hero--three-lines .hero__content__title,
    .hero--three-lines .hero__content__sub-title {
        font-size: 3rem;
    }
}
article div {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 3rem;
    padding: 0;
    color: #666;
}
.introParagraphs,
.introParagraphs--small,
.layout .intro,
.layout p:first-child {
    font-family: lato, sans-serif;
    font-weight: 700;
    color: #333;
    line-height: 1.188;
    font-size: 2.2rem;
    margin: 0 0 3rem;
}
@media only screen and (min-width: 768px) {
    .introParagraphs, .introParagraphs--small, .layout .intro, .layout p: first-child {
        font-size: 2.6rem;
        margin: 0 0 4rem;
    }
}
@media only screen and (min-width: 1024px) {
    .introParagraphs, .introParagraphs--small, .layout .intro, .layout p: first-child {
        font-size: 3.2rem;
        margin: 0 0 5rem;
    }
}
.introParagraphs--small {
    font-size: 1.8rem;
}
@media only screen and (min-width: 1024px) {
    .introParagraphs--small {
        font-size: 2.2rem;
    }
}
p,
.paragraph,
.layout .default-header + p,
.layout__office .contact-us__address p,
.address .contact-us__address p,
address,
.address {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 3rem;
    padding: 0;
    color: #666;
}
.address p {
    color: #666 !important;
}
blockquote {
    margin: 0 1.5rem 3rem;
}
@media only screen and (min-width: 768px) {
    blockquote {
        margin: 0 3rem 3rem;
    }
}
blockquote p {
    font-size: 2.2rem;
    font-family: lato, sans-serif;
    font-style: italic;
    font-weight: 700;
    color: #333;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    blockquote p {
        font-size: 2.6rem;
    }
}
@media only screen and (min-width: 1024px) {
    blockquote p {
        font-size: 3.2rem;
    }
}
blockquote em {
    display: block;
}
blockquote.blockquote--purple,
blockquote.blockquote--purple p {
    text-align: center !important;
    color: #7c33a2 !important;
    font-weight: 400 !important;
}
article ul,
section ul {
    font-size: inherit;
    padding-left: 2rem;
    color: inherit;
    margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
    article ul,
    section ul {
        margin: 0 0 4rem;
    }
}
@media only screen and (min-width: 1024px) {
    article ul,
    section ul {
        margin: 0 0 5rem;
    }
}
article ul li,
section ul li {
    margin-bottom: 2.1rem;
}
article ul li:before,
section ul li:before {
    content: "\2022";
    color: #e7087c;
    width: 2rem;
    margin-left: -1em;
    display: inline-block;
}
article ol,
section ol {
    color: inherit;
    font-size: inherit;
    padding-left: 2rem;
    counter-reset: item;
    list-style-type: none;
    margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
    article ol,
    section ol {
        margin: 0 0 4rem;
    }
}
@media only screen and (min-width: 1024px) {
    article ol,
    section ol {
        margin: 0 0 5rem;
    }
}
article ol li,
section ol li {
    margin-bottom: 2.1rem;
    counter-increment: item;
}
article ol li:before,
section ol li:before {
    content: counter(item) ".";
    width: 2rem;
    margin-left: -1em;
    display: inline-block;
    font-weight: 700;
}
a {
    color: #1795d4;
    text-decoration: none;
    font-weight: 700;
}
a:hover {
    color: #e7087c;
    text-decoration: underline;
}
a:active {
    color: #196b98;
    text-decoration: underline;
}
a:focus {
    color: #1795d4;
    outline: 3px solid #8bc9e8;
}
.btn,
#cookie-notice .cookie-notice-container #cn-accept-cookie {
    min-width: 250px;
    width: 100%;
    padding: 13px 30px;
    max-width: 325px;
    border: none;
    cursor: pointer;
    font-size: 2rem;
    display: inline-block;
    font-weight: 700;
}
.btn--large {
    padding: 0 70px;
    height: 50px;
}
.btn--link {
    color: #1795d4;
}
.btn--link:hover,
.btn--link:focus,
.btn--link:active {
    color: #196b98;
    text-decoration: underline;
}
.btn--primary,
#cookie-notice .cookie-notice-container #cn-accept-cookie,
.cp-category-module.cp-category-module--blog-posts .btn--primary,
.cp-category-module.cp-category-module--case-studies .btn--primary {
    text-align: center;
    border-radius: 5px;
    background-color: #1795d4;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #1795d4;
    box-shadow: inset 0 0 0 2px #1795d4;
}
.btn--primary:hover,
#cookie-notice .cookie-notice-container #cn-accept-cookie:hover,
.cp-category-module.cp-category-module--blog-posts .btn--primary:hover,
.cp-category-module.cp-category-module--case-studies .btn--primary:hover,
.btn--primary:focus,
#cookie-notice .cookie-notice-container #cn-accept-cookie:focus,
.cp-category-module.cp-category-module--blog-posts .btn--primary:focus,
.cp-category-module.cp-category-module--case-studies .btn--primary:focus,
.btn--primary:active,
#cookie-notice .cookie-notice-container #cn-accept-cookie:active,
.cp-category-module.cp-category-module--blog-posts .btn--primary:active,
.cp-category-module.cp-category-module--case-studies .btn--primary:active {
    background-color: #196b98;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #196b98;
    box-shadow: inset 0 0 0 2px #196b98;
}
.btn--primary.btn--primary--override,
#cookie-notice
    .cookie-notice-container
    .btn--primary--override#cn-accept-cookie,
.cp-category-module.cp-category-module--blog-posts
    .btn--primary--override.btn--primary,
.cp-category-module.cp-category-module--case-studies
    .btn--primary--override.btn--primary {
    text-align: center;
    border-radius: 5px;
    background-color: #1795d4 !important;
    background-color: #1795d4;
    color: #fff !important;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #1795d4 !important;
    box-shadow: inset 0 0 0 2px #1795d4 !important;
    box-shadow: inset 0 0 0 2px #1795d4;
}
.btn--primary.btn--primary--override:hover,
#cookie-notice
    .cookie-notice-container
    .btn--primary--override#cn-accept-cookie:hover,
.btn--primary.btn--primary--override:focus,
#cookie-notice
    .cookie-notice-container
    .btn--primary--override#cn-accept-cookie:focus,
.btn--primary.btn--primary--override:active,
#cookie-notice
    .cookie-notice-container
    .btn--primary--override#cn-accept-cookie:active {
    background-color: #196b98 !important;
    background-color: #196b98;
    color: #fff !important;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #196b98 !important;
    box-shadow: inset 0 0 0 2px #196b98 !important;
    box-shadow: inset 0 0 0 2px #196b98;
}
.btn--secondary {
    text-align: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0);
    color: #1795d4;
    -webkit-box-shadow: inset 0 0 0 2px #1795d4;
    box-shadow: inset 0 0 0 2px #1795d4;
}
.btn--secondary:hover,
.btn--secondary:focus,
.btn--secondary:active {
    background-color: rgba(0, 0, 0, 0);
    color: #196b98;
    -webkit-box-shadow: inset 0 0 0 2px #196b98;
    box-shadow: inset 0 0 0 2px #196b98;
}
.btn-header {
    float: right;
}
.btn-header.btn--secondary {
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    min-width: 150px;
    font-size: 1.75rem;
    padding: 13px 15px;
}
@media only screen and (min-width: 768px) {
    .btn,
    #cookie-notice .cookie-notice-container #cn-accept-cookie {
        width: auto;
        max-width: initial;
    }
}
.burger-menu {
    display: block;
    position: absolute;
    right: 29px;
    top: 30px;
    height: 21px;
    width: 30px;
    cursor: pointer;
}
.burger-menu .top-line,
.burger-menu .mid-line,
.burger-menu .bottom-line {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
    background: white;
    position: absolute;
    height: 3px;
    width: 100%;
}
.burger-menu .mid-line {
    top: 50%;
    margin-top: -2px;
}
.burger-menu .bottom-line {
    bottom: 0;
}
.burger-menu.open {
    right: 28px;
    width: 24px;
    height: 24px;
}
.burger-menu.open .mid-line {
    opacity: 0;
}
.burger-menu.open .top-line {
    top: 40%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.burger-menu.open .bottom-line {
    bottom: 46%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.burger-menu.initialised {
    -webkit-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
}
.burger-menu + .mega-menu {
    display: none;
}
@media only screen and (min-width: 1024px) {
    .burger-menu {
        display: none;
    }
    .burger-menu + .mega-menu {
        display: block;
    }
}
.mega-menu-toggle {
    display: none;
}
.mega-menu li {
    padding: 0;
    margin: 0;
}
body.mega-menu-active .master-wrapper {
    overflow: hidden;
    position: relative;
}
body.mega-menu-active .master-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 9;
}
.primary-navigation {
    display: table;
    width: 100%;
}
.primary-navigation .logo {
    display: table-cell;
    position: relative;
    right: 1px;
}
.primary-navigation .logo h1 {
    line-height: 0;
    padding: 0;
    margin: 0;
    width: 150px;
    height: 40px;
}
.primary-navigation .logo h1 a {
    cursor: pointer;
}
.primary-navigation .mega-menu-wrap {
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
    top: 81px;
    width: 100%;
    height: 100vh;
    display: none;
}
.primary-navigation .mega-menu-wrap > .mega-menu > .mega-menu-item {
    border-bottom: 1px solid #ddd;
    font-size: 2rem;
    background-color: #fff;
}
.primary-navigation
    .mega-menu-wrap
    > .mega-menu
    > .mega-menu-item
    .mega-menu-link {
    display: block;
    color: #1795d4;
    padding: 1.5rem 2.5rem;
    font-weight: 700;
}
.primary-navigation
    .mega-menu-wrap
    > .mega-menu
    > .mega-menu-item.mega-menu-item-has-children
    > .mega-menu-link {
    position: relative;
    display: block;
}
.primary-navigation
    .mega-menu-wrap
    > .mega-menu
    > .mega-menu-item.mega-menu-item-has-children
    > .mega-menu-link::after {
    font-size: 1.2rem;
    display: inline-block;
    font-family: "icomoon";
    content: "\e902";
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.primary-navigation
    .mega-menu-wrap
    > .mega-menu
    > .mega-menu-item
    > .mega-sub-menu {
    background-color: #fff;
    padding-bottom: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.primary-navigation
    .mega-menu-wrap
    > .mega-menu
    > .mega-menu-item
    > .mega-sub-menu
    > .mega-menu-item {
    font-size: 1.8rem;
    border-bottom: 1px solid #ddd;
}
.primary-navigation
    .mega-menu-wrap
    > .mega-menu
    > .mega-menu-item
    > .mega-sub-menu
    > .mega-menu-item:nth-child(1)
    > .mega-menu-link,
.primary-navigation
    .mega-menu-wrap
    > .mega-menu
    > .mega-menu-item
    > .mega-sub-menu
    > .mega-menu-item:nth-child(3)
    > .mega-menu-link {
    font-size: 2rem;
    font-weight: 700;
}
.primary-navigation
    .mega-menu-wrap
    > .mega-menu
    > .mega-menu-item
    > .mega-sub-menu
    > .mega-menu-item:nth-child(2) {
    display: none;
}
.primary-navigation
    .mega-menu-wrap
    > .mega-menu
    > .mega-menu-item
    > .mega-sub-menu
    > .mega-menu-item:nth-child(1) {
    position: relative;
    text-indent: 2.5rem;
}
.primary-navigation
    .mega-menu-wrap
    > .mega-menu
    > .mega-menu-item
    > .mega-sub-menu
    > .mega-menu-item:nth-child(1)::before {
    color: #1795d4;
    font-size: 1.2rem;
    display: inline-block;
    font-family: "icomoon";
    content: "\e902";
    position: absolute;
    left: 2.5rem;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}
.primary-navigation
    .mega-menu-wrap
    > .mega-menu
    > .mega-menu-item
    > .mega-sub-menu
    > .mega-menu-item
    > .mega-menu-link {
    font-weight: 400;
}
.primary-navigation
    .mega-menu-wrap
    > .mega-menu
    > .mega-menu-item
    > .mega-sub-menu
    > .mega-menu-item.mega-menu-item-has-children {
    padding: 0;
    font-size: 2rem;
    border: none;
}
.primary-navigation
    .mega-menu-wrap
    > .mega-menu
    > .mega-menu-item
    > .mega-sub-menu
    > .mega-menu-item.mega-menu-item-has-children
    > .mega-menu-link {
    pointer-events: none;
    background-color: #f5f5f5;
    border-bottom: none;
    font-style: italic;
    font-weight: 700;
    color: #333;
    margin: 0;
    padding: 1rem 2.5rem;
}
.primary-navigation
    .mega-menu-wrap
    > .mega-menu
    > .mega-menu-item
    > .mega-sub-menu
    > .mega-menu-item.mega-menu-item-has-children
    > .mega-menu-link:after {
    display: none;
}
.primary-navigation
    .mega-menu-wrap
    > .mega-menu
    > .mega-menu-item
    > .mega-sub-menu
    > .mega-menu-item
    > .mega-sub-menu {
    position: static;
    height: auto;
    -webkit-transform: none;
    transform: none;
    padding: 0 0 20% 0;
    overflow: inherit;
}
.primary-navigation
    .mega-menu-wrap
    > .mega-menu
    > .mega-menu-item
    > .mega-sub-menu
    > .mega-menu-item
    > .mega-sub-menu
    > .mega-menu-item {
    font-size: 1.8rem;
    border-bottom: 1px solid #ddd;
}
.primary-navigation
    .mega-menu-wrap
    > .mega-menu
    > .mega-menu-item
    > .mega-sub-menu
    > .mega-menu-item
    > .mega-sub-menu
    > .mega-menu-item:nth-child(1) {
    text-indent: 0;
}
.primary-navigation
    .mega-menu-wrap
    > .mega-menu
    > .mega-menu-item
    > .mega-sub-menu
    > .mega-menu-item
    > .mega-sub-menu
    > .mega-menu-item:nth-child(1):before {
    display: none;
}
.primary-navigation
    .mega-menu-wrap
    > .mega-menu
    > .mega-menu-item
    > .mega-sub-menu
    > .mega-menu-item
    > .mega-sub-menu
    > .mega-menu-item
    > .mega-menu-link {
    padding: 1.6rem 2.5rem;
    font-weight: 400;
}
.primary-navigation
    .mega-menu-wrap
    > .mega-menu
    > .mega-menu-item.mega-toggle-on
    > .mega-sub-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@media only screen and (min-width: 768px) {
    .primary-navigation .mega-menu-wrap {
        width: 50%;
        right: 0;
        left: auto;
    }
}
@media only screen and (min-width: 1024px) {
    body.mega-menu-active .master-wrapper {
        overflow: auto;
        position: static;
    }
    body.mega-menu-active .master-wrapper:before {
        display: none;
    }
    .primary-navigation {
        display: table;
        width: 100%;
    }
    .primary-navigation .logo {
        display: table-cell;
    }
    .primary-navigation .logo h1 {
        line-height: 0;
        padding: 0;
        margin: 0;
        width: 150px;
        height: 40px;
    }
    .primary-navigation .logo h1 a {
        cursor: pointer;
    }
    .primary-navigation .mega-menu-wrap {
        position: static;
        display: table-cell !important;
        width: auto;
        height: auto;
        vertical-align: middle;
        background-color: transparent;
    }
    .primary-navigation .mega-menu-wrap > .mega-menu {
        float: right;
    }
    .primary-navigation .mega-menu-wrap > .mega-menu > .mega-menu-item {
        padding: 0;
        border-bottom: none;
        font-size: 1.8rem;
        background-color: transparent;
        display: inline-block;
    }
    > .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item.widget_text {
        background-color: #f5f5f5;
        border-bottom: none;
    }
    > .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item.widget_text
        > .mega-block-title {
        font-size: 1.8rem;
        font-style: italic;
        font-weight: 400;
        color: #333;
        padding: 0;
        margin: 0;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item.mega-menu-item-has-children
        > .mega-menu-link {
        position: relative;
        display: inline-block;
        margin-right: 2rem;
        background-color: inherit;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item.mega-menu-item-has-children
        > .mega-menu-link::after {
        font-size: 1.2rem;
        display: inline-block;
        font-family: "icomoon";
        content: "\e902";
        position: absolute;
        right: 0;
        top: 57%;
        -webkit-transform: translate(0, -50%) rotate(90deg);
        transform: translate(0, -50%) rotate(90deg);
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item.mega-menu-item-has-children:last-child
        .mega-menu-link {
        margin-right: 0;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item.mega-current_page_item
        .mega-menu-link {
        color: #fff;
        font-weight: 700;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item.mega-current_page_item
        .mega-menu-link::after {
        right: 0;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-menu-link {
        color: #dff9ff;
        padding: 0 2rem;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-menu-link:hover {
        color: #fff;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu {
        padding: 3.3rem 2rem 3.3rem 2rem;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 81px;
        left: 0;
        z-index: 9;
        width: 100%;
        height: auto;
        overflow: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
        display: none;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item {
        font-size: 1.8rem;
        background-color: transparent;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item.mega-menu-item-has-children {
        border: none;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item.mega-menu-item-has-children
        > .mega-menu-link {
        padding: 0;
        font-weight: 700;
        margin: 1.6rem 0 0.6rem;
        background-color: #fff;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item:nth-child(1),
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item:nth-child(3) {
        display: none;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item:nth-child(2) {
        display: block;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item.mega-menu-columns-1-of-2 {
        display: block !important;
        width: calc(33.33333% - 40px);
        float: left;
        margin-left: 30px;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item.mega-menu-columns-1-of-2:nth-child(1) {
        display: none !important;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item.mega-menu-columns-2-of-8 {
        width: calc(25% - 37.5px);
        float: left;
        margin-left: 30px;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item.mega-menu-columns-3-of-9 {
        width: calc(33.33333% - 40px);
        float: left;
        margin-left: 30px;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item.mega-menu-columns-6-of-9 {
        width: calc(66.66667% - 50px);
        float: left;
        margin-left: 30px;
        margin: 0 0 0 3rem;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item.mega-menu-columns-6-of-9
        > .mega-menu-link {
        display: none;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item.mega-menu-columns-6-of-9
        .mega-sub-menu
        .mega-menu-item {
        margin-right: 30px;
        display: inline-block;
        width: calc(50% - 30px);
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item.mega-menu-columns-6-of-9
        .mega-sub-menu
        .mega-menu-item:nth-child(even) {
        margin-right: 0;
        width: 50%;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item.mega-menu-columns-6-of-9
        .mega-sub-menu
        .mega-menu-item:nth-child(2) {
        display: inline-block;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item.widget_custom_html {
        border: none;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item.widget_custom_html
        h4 {
        font-size: 4rem;
        margin: 0 0 3rem;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item.widget_custom_html
        p {
        font-size: 2rem;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item.widget_custom_html
        .btn,
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item.widget_custom_html
        #cookie-notice
        .cookie-notice-container
        #cn-accept-cookie,
    #cookie-notice
        .cookie-notice-container
        .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item.widget_custom_html
        #cn-accept-cookie {
        font-weight: 700;
        min-width: 200px;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item
        > .mega-menu-link {
        padding: 1.4rem 0;
        color: #1795d4;
        font-weight: 400;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item
        > .mega-sub-menu {
        display: block;
        overflow: auto;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item {
        padding: 0;
        margin: 0;
        background-color: transparent;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item
        > .mega-menu-link {
        color: #1795d4;
        font-weight: 400;
        padding: 1.4rem 0;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item.mega-toggle-on
        > .mega-menu-link {
        color: #fff;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item.mega-toggle-on
        > .mega-menu-link:before {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        display: block;
        width: 0;
        height: 0;
        bottom: -29px;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-bottom: 14px solid #fff;
    }
    .primary-navigation
        .mega-menu-wrap
        > .mega-menu
        > .mega-menu-item.mega-toggle-on
        > .mega-sub-menu {
        -webkit-transform: none;
        transform: none;
        display: block;
    }
    .primary-navigation .open + .mega-menu {
        background: #1795d4;
        display: block;
    }
}
.primary-navigation .mega-menu--no-html-section {
    float: right;
    margin: 0 0 8px 0;
}
.primary-navigation
    .mega-menu--no-html-section
    .mega-menu-wrap
    > .mega-menu
    > .mega-menu-item
    > .mega-sub-menu
    > .mega-menu-item:nth-child(3) {
    display: block;
}
.primary-navigation
    .mega-menu--no-html-section
    .mega-menu-wrap
    > .mega-menu
    > .mega-menu-item
    > .mega-sub-menu
    > .mega-menu-item:nth-child(3)
    .mega-menu-link {
    font-size: 1.8rem;
    font-weight: normal;
}
#main-container .accordions .accordions-head:nth-last-of-type(2) {
    border-bottom: 1px solid #ddd;
}
#main-container .accordions .accordions-head.ui-accordion-header-active {
    border-bottom: none;
}
#main-container .accordions .accordions-head {
    color: #1795d4;
    background-color: #f5f5f5;
    border: none;
    border-top: 1px solid #ddd;
    padding: 2rem 1rem;
    cursor: pointer;
    display: table;
    width: 100%;
    margin: 0;
}
#main-container .accordions .accordions-head .accordion-icons {
    display: none;
}
#main-container .accordions .accordions-head .ui-accordion-header-icon {
    display: table-cell;
    text-indent: 0 !important;
    vertical-align: top;
    padding-right: 1rem;
    width: 20px;
}
#main-container .accordions .accordions-head .ui-accordion-header-icon::before {
    font-size: 2rem;
    display: inline-block;
    font-family: "icomoon";
    content: "\e901";
    position: relative;
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #1795d4;
}
#main-container .accordions .accordions-head .accordions-head-title {
    color: #1795d4;
    font-size: 2rem;
    display: table-cell;
}
#main-container
    .accordions
    .accordions-head.ui-state-active
    .ui-accordion-header-icon::before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#main-container .accordions .accordions-head:hover .accordions-head-title {
    color: #1795d4 !important;
}
#main-container .accordions .accordion-content {
    padding: 3rem 0 0;
    border: none !important;
}
#main-container .accordions .accordion-content p {
    font-family: lato, sans-serif !important;
    font-size: 2rem !important;
    font-weight: 400;
    letter-spacing: inherit !important;
    line-height: 1.3;
    margin: 0 0 3rem !important;
    padding: 0 !important;
    color: #666 !important;
}
#main-container .accordions .accordion-content p:last-child {
    margin-bottom: 4rem !important;
}
@media only screen and (min-width: 768px) {
    #main-container .accordions .accordions-head {
        padding: 2rem 2rem;
    }
    #main-container .accordions .accordions-head .ui-accordion-header-icon {
        padding-right: 2rem;
    }
}
@media only screen and (min-width: 1024px) {
    #main-container .accordions .accordion-content {
        padding: 4rem 0 0;
    }
    #main-container .accordions .accordion-content p:last-child {
        margin-bottom: 5rem !important;
    }
}
.ui-icon {
    background-image: none !important;
}
.ui-icon-triangle-1-e {
    background-image: none !important;
}
#main-container .cp-category-module--blue .accordions {
    background-color: transparent;
}
#main-container .cp-category-module--blue .accordions .accordion-content {
    background-color: transparent;
}
#main-container .cp-category-module--blue .accordions .accordion-content p {
    color: #fff !important;
}
.js-disabled .deep-nav-list__btn {
    display: none;
}
.deep-nav-list-container {
    background: #f5f5f5;
}
.deep-nav-list-container .deep-nav-list__inner {
    padding-bottom: 20px;
    float: left;
    width: 100%;
}
@media only screen and (min-width: 1024px) {
    .deep-nav-list-container .deep-nav-list__inner {
        padding-bottom: 50px;
    }
}
.deep-nav-list-container .deep-nav-list {
    overflow: hidden;
}
.deep-nav-list__section {
    font-size: 0;
}
.deep-nav-list__section .deep-nav-list__section__header {
    margin: 1.3rem 0 1rem;
    font-size: 3rem;
    text-align: center;
}
.deep-nav-list__section .deep-nav-list__list {
    font-size: inherit;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
}
.deep-nav-list__section .deep-nav-list__list .deep-nav-list__list__item {
    width: 100%;
    margin-bottom: 0;
}
.deep-nav-list__section
    .deep-nav-list__list
    .deep-nav-list__list__item::before {
    display: none;
}
.deep-nav-list__section .deep-nav-list__list .deep-nav-list__list__item a {
    display: block;
    overflow: hidden;
    border-bottom: 2px solid #ddd;
    text-decoration: none;
    color: #1795d4;
    font-family: lato, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.889;
    position: relative;
}
.deep-nav-list__section
    .deep-nav-list__list
    .deep-nav-list__list__item
    a::after {
    font-size: 1.2rem;
    display: inline-block;
    font-family: "icomoon";
    content: "\e902";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.deep-nav-list__section
    .deep-nav-list__list
    .deep-nav-list__list__item
    a:hover {
    color: #e7087c;
}
.deep-nav-list__section
    .deep-nav-list__list
    .deep-nav-list__list__item
    a:hover:before {
    color: #e7087c;
}
@media only screen and (min-width: 768px) {
    .deep-nav-list__section .deep-nav-list__section__header {
        margin: 1.3rem 0 1rem;
        font-size: 4rem;
    }
    .deep-nav-list__section .deep-nav-list__list .deep-nav-list__list__item {
        float: left;
        width: calc(50% - 25px);
        margin-right: 25px;
    }
    .deep-nav-list__section
        .deep-nav-list__list
        .deep-nav-list__list__item:nth-child(even) {
        margin-right: 0;
        width: 50%;
    }
}
@media only screen and (min-width: 1024px) {
    .deep-nav-list-container {
        display: none;
    }
    .deep-nav-list__section .deep-nav-list__list {
        display: inline-block;
        width: 100%;
    }
    .deep-nav-list__section .deep-nav-list__list .deep-nav-list__list__item {
        text-align: left;
        display: inline-block;
        width: calc(50% - 30px);
        margin-right: 3rem;
    }
    .deep-nav-list__section
        .deep-nav-list__list
        .deep-nav-list__list__item:nth-child(even) {
        margin-right: 0;
        width: auto;
    }
    .deep-nav-list__section
        .deep-nav-list__list
        .deep-nav-list__list__item:nth-child(even) {
        width: 50%;
        margin-right: 0;
    }
    .deep-nav-list__section .deep-nav-list__section__header {
        font-size: 5rem;
        margin-bottom: 40px;
        text-align: left;
    }
}
.deep-nav-list__btn {
    padding: 20px 0;
    text-align: center;
}
.deep-nav-list__btn .btn,
.deep-nav-list__btn #cookie-notice .cookie-notice-container #cn-accept-cookie,
#cookie-notice .cookie-notice-container .deep-nav-list__btn #cn-accept-cookie {
    margin: 0 auto;
    width: 85%;
    padding: 0 20px;
}
.deep-nav-list__btn .btn span,
.deep-nav-list__btn
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie
    span,
#cookie-notice
    .cookie-notice-container
    .deep-nav-list__btn
    #cn-accept-cookie
    span {
    display: inline-block;
}
.deep-nav-list__btn .btn span::after,
.deep-nav-list__btn
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie
    span::after,
#cookie-notice
    .cookie-notice-container
    .deep-nav-list__btn
    #cn-accept-cookie
    span::after {
    font-size: 2rem;
    line-height: 1;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: 10px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.deep-nav-list__btn .btn.active span::after,
.deep-nav-list__btn
    #cookie-notice
    .cookie-notice-container
    .active#cn-accept-cookie
    span::after,
#cookie-notice
    .cookie-notice-container
    .deep-nav-list__btn
    .active#cn-accept-cookie
    span::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media only screen and (min-width: 768px) {
    .deep-nav-list__btn {
        text-align: center;
    }
    .deep-nav-list__btn .btn,
    .deep-nav-list__btn
        #cookie-notice
        .cookie-notice-container
        #cn-accept-cookie,
    #cookie-notice
        .cookie-notice-container
        .deep-nav-list__btn
        #cn-accept-cookie {
        margin: 0 auto;
        width: auto;
        padding: 0 110px;
    }
}
@media only screen and (min-width: 1024px) {
    .deep-nav-list__btn .btn,
    .deep-nav-list__btn
        #cookie-notice
        .cookie-notice-container
        #cn-accept-cookie,
    #cookie-notice
        .cookie-notice-container
        .deep-nav-list__btn
        #cn-accept-cookie {
        padding: 0 70px;
    }
}
.deep-nav-list__section::after,
.lp-category-module--grey .deep-nav-list__section::after,
.lp-category-module--none .deep-nav-list__section::after {
    display: block;
    content: "";
    width: 100%;
    border-bottom: 2px solid #f5f5f5;
    position: relative;
    top: -2px;
}
.lp-category-module--none .deep-nav-list__section::after {
    border-color: #fff;
}
.blog-teaser--landing-page {
    text-align: center;
}
.blog-teaser--landing-page .blog-teaser {
    padding: 0 24px;
}
.blog-teaser--landing-page .blog-teaser__content .category-label {
    margin: 2rem 0;
}
.blog-teaser--landing-page .blog-teaser__content__title {
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 3rem;
}
.blog-teaser--landing-page .primary-btn {
    width: calc(100% - 48px);
    margin: 0 24px 3rem;
}
.blog-teaser__img img {
    width: 100%;
    max-width: 100%;
}
.blog-teaser__content .blog-teaser__title {
    font-size: 1.8rem;
    line-height: 1.333;
    font-weight: 400;
    font-family: montserrat, sans-serif;
    color: #666;
    margin: 0 0 3rem;
}
.blog-teaser__content .category-label {
    font-size: 1.6rem;
    font-family: lato, sans-serif;
    line-height: 1.5;
    padding: 0;
    display: inline-block;
    margin: 11px 0;
    text-transform: none;
    font-weight: 700;
}
.blog-teaser__content .category-label.category-our-thinking {
    color: #ec007c;
}
.blog-teaser__content .category-label.category-whats-new {
    color: #ed5307;
}
.blog-teaser__content .category-label.category-ee-life {
    color: #11a69c;
}
.blog-teaser__content .category-label.category-our-thinking {
    color: #ec007c;
}
.blog-teaser__content .category-label.category-tech-focus {
    color: #7c9f00;
}
@media only screen and (min-width: 768px) {
    .blog-teaser--landing-page .blog-teaser {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 0 12px;
    }
    .blog-teaser--landing-page .xlarge-header {
        margin: 4rem 0;
    }
    .blog-teaser--landing-page .blog-teaser__item {
        width: 50%;
        margin: 0;
        padding: 0 12px;
    }
    .blog-teaser--landing-page .blog-teaser__content .category-label {
        margin: 2rem 0;
    }
    .blog-teaser--landing-page .blog-teaser__content__title {
        font-size: 2.2rem;
        font-weight: 400;
        margin-bottom: 4rem;
    }
    .blog-teaser--landing-page .primary-btn {
        width: 300px;
        margin: 0 0 3rem;
    }
    .blog-teaser--related {
        margin-left: -25px;
        margin-right: -25px;
        width: calc(100% + 50px);
    }
    .blog-teaser--related .blog-teaser .blog-teaser__title {
        margin-bottom: 5rem;
    }
    .blog-teaser--related .blog-teaser {
        width: calc(33.33333% - 33.33333px);
        float: left;
        margin-left: 25px;
    }
    .blog-teaser--related .blog-teaser .blog-teaser__title {
        margin-bottom: 4rem;
    }
    .blog-teaser__content .blog-teaser__title {
        font-size: 2.2rem;
    }
}
@media only screen and (min-width: 1024px) {
    .blog-teaser--landing-page .blog-teaser {
        padding: 0 40px;
    }
    .blog-teaser--landing-page .xlarge-header {
        margin: 5rem 0;
    }
    .blog-teaser--landing-page .blog-teaser__item {
        width: 33.33%;
        margin: 0;
        padding: 0 12px;
    }
    .blog-teaser--landing-page .blog-teaser__content .category-label {
        margin: 2rem 0;
    }
    .blog-teaser--landing-page .blog-teaser__content__title {
        font-size: 3.2rem;
        font-weight: 400;
        margin-bottom: 4rem;
    }
    .blog-teaser {
        float: none;
        margin: 0;
        width: 100%;
    }
    .blog-teaser__item {
        float: none;
        margin: 0;
        width: 100%;
    }
    .blog-teaser--related {
        margin-left: -30px;
        margin-right: -30px;
        width: calc(100% + 60px);
    }
    .blog-teaser--related .blog-teaser {
        width: calc(100% - 60px);
        float: left;
        margin-left: 30px;
    }
    .blog-teaser__content .blog-teaser__title {
        font-size: 2.2rem;
    }
}
.feature-image {
    position: relative;
    margin-bottom: 3rem;
    min-height: 200px;
    overflow: hidden;
}
.feature-image::after {
    display: block;
    content: "";
    padding-top: 42.74%;
}
.feature-image .feature-image__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.feature-image img {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .feature-image {
        margin-bottom: 4rem;
        height: auto;
        overflow: hidden;
    }
    .feature-image img {
        width: 100%;
    }
}
@media only screen and (min-width: 1024px) {
    .feature-image {
        margin-bottom: 5rem;
        overflow: hidden;
        height: auto;
    }
    .feature-image img {
        width: 100%;
    }
}
.fouc .content-switcher__content__section--a {
    display: none;
}
.fouc .content-switcher__content__section--a.active {
    display: block;
}
.fouc .content-switcher__content__section--b {
    display: none;
    background-color: #fff;
}
.fouc .content-switcher__content__section--b.active {
    display: block;
}
.js-disabled .content-switcher__content__section {
    display: block;
}
.fouc .content-switcher__content__section {
    display: none;
}
.fouc .content-switcher__content__section.active {
    display: block;
}
.content-switcher {
    background-color: #f5f5f5;
}
.content-switcher ul {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.content-switcher ul li {
    width: 132px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
.content-switcher .content-switcher__link {
    display: block;
    padding: 2rem 0;
    font-family: lato, sans-serif;
    font-size: 2rem;
    min-height: 98px;
    border-bottom: 6px solid transparent;
}
.content-switcher .content-switcher__link.active {
    border-bottom: 6px solid #1795d4;
    text-decoration: none;
}
.content-switcher ul li {
    width: 160px;
}
.content-switcher .content-switcher__link {
    min-height: auto;
}
@media only screen and (min-width: 768px) {
    .content-switcher ul {
        margin: 0 auto;
        width: 50%;
    }
}
@media only screen and (min-width: 1024px) {
    .content-switcher ul {
        width: 50%;
        margin: 0 auto;
    }
    .content-switcher ul li {
        width: 33%;
    }
    .content-switcher .content-switcher__link {
        padding: 3rem 0 2rem;
    }
}
.content-switcher--three ul li {
    width: 125px;
}
.content-switcher__content__section h1,
.content-switcher__content__section h2 {
    font-size: 3rem;
    margin: 3rem 0 2rem;
}
.content-switcher__content__section .content-switcher__content__section__inner {
    overflow: hidden;
    clear: both;
    text-align: center;
}
.content-switcher__content__section.content-switcher__content__section--past
    .content-switcher__content__section__inner {
    background-color: #f5f5f5;
}
.content-switcher__content__section .content-switcher__content__title {
    margin: 3rem 0;
}
@media only screen and (min-width: 768px) {
    .content-switcher__content__section h1,
    .content-switcher__content__section h2 {
        font-size: 4rem;
        margin: 4rem 0 3rem;
    }
    .content-switcher__content__section .content-switcher__content__title {
        margin: 4rem 0;
    }
}
@media only screen and (min-width: 1024px) {
    .content-switcher__content__section h1,
    .content-switcher__content__section h2 {
        font-size: 5rem;
        margin: 5rem 0 4rem;
    }
    .content-switcher__content__section .content-switcher__content__title {
        margin: 5rem 0;
    }
}
.events__list {
    font-size: 0;
    padding: 0;
}
.events__list.events__list--future,
.events__list.events__list--past {
    background-color: #f5f5f5;
    overflow: hidden;
    margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px);
}
.events__list.events__list--future .events__list__item,
.events__list.events__list--past .events__list__item {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    margin-top: 4rem;
    border-bottom: 4px solid #fff;
    text-align: left;
    min-height: initial;
}
.events__list.events__list--future .events__list__item:last-child,
.events__list.events__list--past .events__list__item:last-child {
    border-bottom: none;
}
.events__list.events__list--future .events__list__item .event,
.events__list.events__list--past .events__list__item .event {
    text-align: center;
}
.events__list.events__list--future
    .events__list__item
    .event
    .event__list__link
    img,
.events__list.events__list--past
    .events__list__item
    .event
    .event__list__link
    img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.events__list.events__list--future
    .events__list__item
    .event
    .event__list__link
    .feature-image,
.events__list.events__list--past
    .events__list__item
    .event
    .event__list__link
    .feature-image {
    min-height: auto;
}
.events__list.events__list--future
    .events__list__item
    .event
    .event__list__link
    .feature-image::after,
.events__list.events__list--past
    .events__list__item
    .event
    .event__list__link
    .feature-image::after {
    display: none;
}
.events__list.events__list--future
    .events__list__item
    .event
    .event__list__link
    .feature-image
    .feature-image__inner,
.events__list.events__list--past
    .events__list__item
    .event
    .event__list__link
    .feature-image
    .feature-image__inner {
    position: static;
}
.events__list .events__list__item {
    overflow: hidden;
}
.events__list .events__list__item img {
    max-width: 100%;
}
.events__list .events__list__item .event__details {
    text-align: center;
    margin-bottom: 4rem;
}
.events__list .events__list__item .event__details .event__title {
    margin: 2rem 0;
}
.events__list .events__list__item .event__details p {
    color: #666;
    margin-bottom: 2rem;
}
.events__list .events__list__item .event__details a {
    font-size: 2rem;
}
.events__list .events__list__item .event__details a::after {
    color: #1795d4;
}
.events__list .events__list__item .event__details a:hover::after {
    color: #196b98;
}
.events__list .events__list__item .event__details .event__date {
    display: inline-block;
    color: #666;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    text-align: center;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .events__list.events__list--future,
    .events__list.events__list--past {
        margin-left: -25px;
        margin-right: -25px;
        width: calc(100% + 50px);
    }
    .events__list.events__list--featured {
        margin-left: -25px;
        margin-right: -25px;
        width: calc(100% + 50px);
    }
    .events__list .events__list__item {
        width: calc(50% - 37.5px);
        float: left;
        margin-left: 25px;
        float: none;
        display: inline-block;
        margin: 0 1.25rem;
        vertical-align: top;
    }
    .events__list .events__list__item:last-child,
    .events__list .events__list__item:nth-last-child(2) {
        border-bottom: none !important;
    }
    .events__list .events__list__item .event__details {
        text-align: center;
        margin-bottom: 4rem;
    }
    .events__list .events__list__item .event__details .event__title {
        margin: 2rem 0;
        font-size: 2.6rem;
    }
    .events__list .events__list__item .event__details .event__date {
        display: inline-block;
        color: #666;
        font-size: 1.6rem;
        margin-bottom: 2rem;
        text-align: center;
        width: 100%;
    }
    .events__list.events__list--future,
    .events__list.events__list--past {
        background-color: #f5f5f5;
        overflow: hidden;
    }
    .events__list.events__list--future .events__list__item,
    .events__list.events__list--past .events__list__item {
        border-bottom: 4px solid #fff;
        text-align: left;
        margin: 4rem 24px 0;
        min-height: initial;
    }
    .events__list.events__list--future .events__list__item .event,
    .events__list.events__list--past .events__list__item .event {
        display: table;
    }
    .events__list.events__list--future
        .events__list__item
        .event
        .event__list__link,
    .events__list.events__list--past
        .events__list__item
        .event
        .event__list__link {
        display: table-cell;
        width: 120px;
    }
    .events__list.events__list--future
        .events__list__item
        .event
        .event__list__link
        img,
    .events__list.events__list--past
        .events__list__item
        .event
        .event__list__link
        img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }
    .events__list.events__list--future
        .events__list__item
        .event
        .event__content-wrapper,
    .events__list.events__list--past
        .events__list__item
        .event
        .event__content-wrapper {
        display: table-cell;
        vertical-align: top;
        padding-left: 2rem;
    }
    .events__list.events__list--future
        .events__list__item
        .event
        .event__content-wrapper
        .event__details,
    .events__list.events__list--past
        .events__list__item
        .event
        .event__content-wrapper
        .event__details {
        text-align: left;
    }
    .events__list.events__list--future
        .events__list__item
        .event
        .event__content-wrapper
        .event__details
        .event__title,
    .events__list.events__list--past
        .events__list__item
        .event
        .event__content-wrapper
        .event__details
        .event__title {
        margin-top: 0;
        font-size: 2.2rem;
    }
    .events__list.events__list--future
        .events__list__item
        .event
        .event__content-wrapper
        .event__details
        .event__date,
    .events__list.events__list--past
        .events__list__item
        .event
        .event__content-wrapper
        .event__details
        .event__date {
        text-align: left;
    }
    .events__list.events__list--past .events__list__item {
        border-bottom: 4px solid #fff;
    }
    .events__list.events__list--past .events__list__item:last-child {
        margin-bottom: 0;
        border: none;
    }
    .events__list.events__list--past .events__list__item img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }
}
@media only screen and (min-width: 1024px) {
    .events__list.events__list--future,
    .events__list.events__list--past {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .events__list .events__list__item {
        width: calc(33.33333% - 40px);
        float: left;
        margin-left: 30px;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 1.5rem;
    }
    .events__list .events__list__item .event__details {
        text-align: center;
        margin-bottom: 4rem;
    }
    .events__list .events__list__item .event__details .event__title {
        margin: 2rem 0;
    }
    .events__list .events__list__item .event__details .event__date {
        font-size: 1.6rem;
        margin-bottom: 2rem;
        text-align: center;
    }
    .events__list.events__list--future,
    .events__list.events__list--past {
        margin-left: -30px;
        margin-right: -30px;
        width: calc(100% + 60px);
        padding: 0 50px;
    }
    .events__list.events__list--future .events__list__item,
    .events__list.events__list--past .events__list__item {
        border-bottom: 4px solid #fff;
        margin: 4rem 30px 0 0;
        width: calc(50% - 15px);
    }
    .events__list.events__list--future .events__list__item:nth-child(2n),
    .events__list.events__list--past .events__list__item:nth-child(2n) {
        margin-right: 0;
    }
    .events__list.events__list--future
        .events__list__item
        .event
        .event__list__link,
    .events__list.events__list--past
        .events__list__item
        .event
        .event__list__link {
        width: 130px;
    }
    .events__list.events__list--future
        .events__list__item
        .event
        .event__list__link
        img,
    .events__list.events__list--past
        .events__list__item
        .event
        .event__list__link
        img {
        width: 130px;
        height: 130px;
        border-radius: 50%;
    }
    .events__list.events__list--future
        .events__list__item
        .event
        .event__content-wrapper,
    .events__list.events__list--past
        .events__list__item
        .event
        .event__content-wrapper {
        padding-left: 2rem;
    }
    .events__list.events__list--future
        .events__list__item
        .event
        .event__content-wrapper
        .event__details,
    .events__list.events__list--past
        .events__list__item
        .event
        .event__content-wrapper
        .event__details {
        text-align: left;
    }
    .events__list.events__list--future
        .events__list__item
        .event
        .event__content-wrapper
        .event__details
        .event__title,
    .events__list.events__list--past
        .events__list__item
        .event
        .event__content-wrapper
        .event__details
        .event__title {
        margin-top: 0;
    }
    .events__list.events__list--future
        .events__list__item
        .event
        .event__content-wrapper
        .event__details
        .event__date,
    .events__list.events__list--past
        .events__list__item
        .event
        .event__content-wrapper
        .event__details
        .event__date {
        text-align: left;
    }
    .events__list.events__list--past .events__list__item {
        border-bottom: 4px solid #fff;
    }
    .events__list.events__list--past .events__list__item:last-child {
        margin-bottom: 0;
        border: none;
    }
    .events__list.events__list--past .events__list__item .event__list__link {
        width: 130px;
    }
    .events__list.events__list--past
        .events__list__item
        .event__list__link
        img {
        width: 130px;
        height: 130px;
        border-radius: 50%;
    }
}
.social-link {
    display: inline-block;
    text-indent: -999em;
    height: 40px;
    width: 40px;
    color: #1795d4;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    margin-right: 1rem;
    -webkit-transition: background-color ease-out 0.1s;
    transition: background-color ease-out 0.1s;
}

.social-link:hover {
    color: #e7087c;
    text-decoration: none;
}
.social-link::before {
    display: block;
    font-size: 5rem;
}
.social-link::before,
.social-link::after {
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
}
.category-module {
    overflow: hidden;
    border-top: 10px solid;
}
.category-module--border-none {
    border: none;
}
.category-module--border-yellow {
    border-color: #d4b526;
}
.category-module--border-blue {
    border-color: #1482b8;
}
.category-module--border-grey {
    border-color: #f0f0f0;
}
.category-module--border-dark-grey {
    border-color: #5f7083;
}
.category-module--yellow {
    background-color: #fed800;
}
.category-module--yellow .category-module__title,
.category-module--yellow .category-module__description {
    color: #333;
}
.category-module--yellow .btn--secondary {
    text-align: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    -webkit-box-shadow: inset 0 0 0 2px #333;
    box-shadow: inset 0 0 0 2px #333;
}
.category-module--yellow .btn--secondary:hover,
.category-module--yellow .btn--secondary:focus,
.category-module--yellow .btn--secondary:active {
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    -webkit-box-shadow: inset 0 0 0 2px #333;
    box-shadow: inset 0 0 0 2px #333;
}
.category-module--blue {
    background-color: #1795d4;
}
.category-module--blue .category-module__title,
.category-module--blue .category-module__description {
    color: #fff;
}
.category-module--blue .btn--secondary {
    text-align: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.category-module--blue .btn--secondary:hover,
.category-module--blue .btn--secondary:focus,
.category-module--blue .btn--secondary:active {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.category-module--white {
    background-color: #fff;
}
.category-module--white .category-module__title,
.category-module--white .category-module__description {
    color: #333;
}
.category-module--white .btn--secondary {
    text-align: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    -webkit-box-shadow: inset 0 0 0 2px #333;
    box-shadow: inset 0 0 0 2px #333;
}
.category-module--white .btn--secondary:hover,
.category-module--white .btn--secondary:focus,
.category-module--white .btn--secondary:active {
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    -webkit-box-shadow: inset 0 0 0 2px #333;
    box-shadow: inset 0 0 0 2px #333;
}
.category-module--grey {
    background-color: #f0f0f0;
}
.category-module--grey .category-module__title,
.category-module--grey .category-module__description {
    color: #333;
}
.category-module--grey .btn--secondary {
    text-align: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    -webkit-box-shadow: inset 0 0 0 2px #333;
    box-shadow: inset 0 0 0 2px #333;
}
.category-module--grey .btn--secondary:hover,
.category-module--grey .btn--secondary:focus,
.category-module--grey .btn--secondary:active {
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    -webkit-box-shadow: inset 0 0 0 2px #333;
    box-shadow: inset 0 0 0 2px #333;
}
.category-module--dark-grey {
    background-color: #373d45;
}
.category-module--dark-grey .category-module__title,
.category-module--dark-grey .category-module__description {
    color: #fff;
}
.category-module--dark-grey .btn--secondary {
    text-align: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.category-module--dark-grey .btn--secondary:hover,
.category-module--dark-grey .btn--secondary:focus,
.category-module--dark-grey .btn--secondary:active {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.category-module--illustration-lightbulb .category-module__img {
    background-image: url("assets/illustrations/lightbulb-yellow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-calendar .category-module__img {
    background-image: url("assets/illustrations/calendar.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-verticals .category-module__img {
    background-image: url("assets/illustrations/verticals.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-helix .category-module__img {
    background-image: url("assets/illustrations/helix.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-thought-bubble .category-module__img {
    background-image: url("assets/illustrations/thought-bubble.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-ee-globe .category-module__img {
    background-image: url("assets/illustrations/globe-white.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-ee-globe-blue .category-module__img {
    background-image: url("assets/illustrations/globe.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-speech-bubble .category-module__img {
    background-image: url("assets/illustrations/speech-bubble.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-ee-logo .category-module__img {
    background-image: url("assets/illustrations/ee-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-molecular .category-module__img {
    background-image: url("assets/illustrations/molecular.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-us-flag .category-module__img {
    background-image: url("assets/illustrations/us-flag.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-cv .category-module__img {
    background-image: url("assets/illustrations/cv.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-coat-of-arms .category-module__img {
    background-image: url("assets/illustrations/coat-of-arms.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-space-ship .category-module__img {
    background-image: url("assets/illustrations/space-ship.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-mobile .category-module__img {
    background-image: url("assets/illustrations/mobile.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-10-years .category-module__img {
    background-image: url("assets/illustrations/10-years.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-brand .category-module__img {
    background-image: url("assets/illustrations/brand.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module {
    padding: 4rem 0;
}
.category-module .category-module__title {
    font-size: 4rem;
    margin-bottom: 2rem;
}
.category-module .category-module__contents {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    font-size: 2.2rem;
    text-align: center;
}
.category-module .category-module__img {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    height: 235px;
    max-width: 100%;
    margin-bottom: 2rem;
}
.category-module--no-illustration .category-module__img {
    display: none;
}
.category-module--no-illustration .category-module__contents {
    width: 100%;
}
.category-module--sub {
    padding: 4rem 0 3rem;
}
.category-module--sub .category-module__title {
    font-size: 2.6rem;
    margin-bottom: 2rem;
}
.category-module--sub .category-module__description {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
.category-module--sub .category-module__img {
    margin-bottom: 2rem;
    height: 130px;
}
@media only screen and (min-width: 768px) {
    .category-module {
        padding: 6.1rem 0;
    }
    .category-module .category-module__title {
        font-size: 5rem;
        margin-bottom: 2rem;
    }
    .category-module .category-module__contents {
        font-size: 2.6rem;
    }
    .category-module .category-module__img {
        height: 368px;
        max-width: 100%;
        margin-bottom: 0;
    }
    .category-module--box-left .category-module__contents {
        width: calc(50% - 25px);
        position: relative;
        left: -50%;
        display: inline;
        text-align: right;
    }
    .category-module--box-left .category-module__img {
        width: calc(50% - 25px);
        position: relative;
        left: 50%;
        display: inline;
    }
    .category-module--box-right .category-module__contents {
        width: calc(50% - 25px);
        margin-left: 0;
        margin-right: 25px;
        position: relative;
        left: 0;
        display: inline;
        text-align: left;
    }
    .category-module--box-right .category-module__img {
        width: calc(50% - 25px);
        position: relative;
        left: 0;
        display: inline;
    }
    .category-module--no-illustration .category-module__img {
        display: none;
    }
    .category-module--no-illustration .category-module__contents {
        width: calc(100% - 50px);
        float: left;
        margin-left: 25px;
    }
    .category-module--sub {
        padding: 4.5rem 0;
    }
    .category-module--sub .category-module__title {
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    .category-module--sub .category-module__description {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    .category-module--sub .category-module__img {
        margin-bottom: 0;
        height: 230px;
    }
}
@media only screen and (min-width: 1024px) {
    .category-module {
        padding: 11.1rem 0;
    }
    .category-module .category-module__title {
        font-size: 6rem;
        margin-bottom: 3rem;
    }
    .category-module .category-module__contents {
        font-size: 3.2rem;
    }
    .category-module .category-module__description {
        font-size: 3.2rem;
        margin-bottom: 4rem;
    }
    .category-module .category-module__img {
        height: 405px;
        margin-bottom: 0;
    }
    .category-module--box-left .category-module__contents {
        width: calc(50% - 30px);
        margin-left: 30px;
        margin-right: 0;
        position: relative;
        left: -50%;
        display: inline;
        text-align: right;
    }
    .category-module--box-left .category-module__img {
        width: calc(50% - 30px);
        margin-left: 0;
        margin-right: 30px;
        position: relative;
        left: 50%;
        display: inline;
    }
    .category-module--box-right .category-module__contents {
        width: calc(50% - 30px);
        margin-left: 0;
        margin-right: 30px;
        position: relative;
        left: 0;
        display: inline;
        text-align: left;
    }
    .category-module--box-right .category-module__img {
        width: calc(50% - 30px);
        position: relative;
        left: 0;
        margin-right: 0;
        margin-left: 30px;
        display: inline;
    }
    .category-module--no-illustration .category-module__contents {
        width: calc(100% - 60px);
        float: left;
        margin-left: 30px;
    }
    .category-module--sub {
        padding: 6.4rem 0;
    }
    .category-module--sub .category-module__title {
        font-size: 4rem;
        margin-bottom: 3rem;
    }
    .category-module--sub .category-module__description {
        font-size: 2.2rem;
        margin-bottom: 3rem;
    }
    .category-module--sub .category-module__img {
        margin-bottom: 0;
        height: 260px;
    }
}
.footer-navigation .mega-menu > .mega-menu-item {
    font-size: 1.8rem;
    font-weight: 700;
}
.footer-navigation .mega-menu > .mega-menu-item > .mega-menu-link {
    color: #fff;
    padding: 2rem 0;
    display: block;
}
.footer-navigation .mega-menu > .mega-menu-item > .mega-sub-menu {
    display: none;
}
@media only screen and (min-width: 1024px) {
    .footer-navigation .mega-menu > .mega-menu-item {
        font-size: 1.8rem;
        font-weight: 700;
        vertical-align: top;
        display: inline-block;
    }
    .footer-navigation
        .mega-menu
        > .mega-menu-item:nth-child(2)
        .mega-sub-menu {
        display: none;
    }
    .footer-navigation
        .mega-menu
        > .mega-menu-item:nth-child(2)
        .mega-sub-menu
        .mega-menu-item {
        margin-right: 0 !important;
        width: calc(33.33% - 10px);
    }
    .footer-navigation
        .mega-menu
        > .mega-menu-item:nth-child(2)
        .mega-sub-menu
        .mega-menu-item
        .mega-sub-menu
        .mega-menu-item {
        width: 100%;
    }
    .footer-navigation
        .mega-menu
        > .mega-menu-item:nth-child(2)
        .mega-sub-menu
        .mega-menu-item
        .mega-sub-menu
        .mega-menu-item
        .mega-menu-link {
        display: block;
    }
    .footer-navigation .mega-menu > .mega-menu-item:last-of-type {
        margin-right: 0;
    }
    .footer-navigation
        .mega-menu
        > .mega-menu-item:last-of-type
        > .mega-menu-link {
        padding: 1rem 0;
    }
    .footer-navigation
        .mega-menu
        > .mega-menu-item:last-of-type
        > .mega-sub-menu {
        display: none;
    }
    .footer-navigation
        .mega-menu
        > .mega-menu-item:last-of-type
        > .mega-sub-menu
        > .mega-menu-item.mega-menu-item-type-custom {
        margin-right: 0;
    }
    .footer-navigation .mega-menu > .mega-menu-item > .mega-menu-link {
        color: #fff;
        padding: 1rem 5rem 1rem 0;
        display: block;
    }
    .footer-navigation .mega-menu > .mega-menu-item > .mega-sub-menu {
        display: none;
    }
    .footer-navigation
        .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item.mega-menu-item-type-custom {
        display: block;
        float: left;
        margin-right: 4rem;
    }
    .footer-navigation
        .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item.mega-menu-item-type-custom
        > .mega-menu-link {
        font-size: 1.8rem;
        font-weight: 400;
        font-style: italic;
        color: #aaa;
        pointer-events: none;
    }
    .footer-navigation
        .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item.mega-menu-item-type-custom
        > .mega-menu-link:hover,
    .footer-navigation
        .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item.mega-menu-item-type-custom
        > .mega-menu-link:focus {
        text-decoration: none;
    }
    .footer-navigation
        .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item:nth-child(1),
    .footer-navigation
        .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item:nth-child(2),
    .footer-navigation
        .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item:nth-child(3) {
        display: none;
    }
    .footer-navigation
        .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item
        > .mega-menu-link {
        font-weight: 400;
        color: #fff;
        font-size: 1.6rem;
        padding: 1rem 0;
        display: inline-block;
    }
    .footer-navigation
        .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item
        > .mega-sub-menu {
        display: none;
    }
    .footer-navigation
        .mega-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item
        > .mega-sub-menu
        > .mega-menu-item
        > .mega-menu-link {
        font-weight: 400;
        color: #fff;
        font-size: 1.6rem;
        padding: 1rem 0;
        display: inline-block;
    }
}
.featured-blog-posts {
    padding: 80px 0;
}
.featured-blog-posts li {
    margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
    .featured-blog-posts li {
        margin-bottom: 0;
        padding-left: 5px;
        padding-right: 5px;
    }
    .featured-blog-posts li:first-child {
        padding-right: 10px;
        padding-left: 0;
    }
    .featured-blog-posts li:last-child {
        padding-right: 0;
        padding-left: 10px;
    }
}
.featured-blog-posts .content h5 {
    font-size: 35px;
}
@media screen and (max-width: 768px) {
    .featured-blog-posts .content h5 {
        font-size: 25px;
    }
}
.hero-modules {
    background-color: #1795d4;
    overflow: hidden;
    border-bottom: 10px solid #196b98;
    padding: 3.2rem 0 3.4rem;
}
.hero-modules .hero-modules__inner::before {
    background-position: center 0;
    content: "";
    display: block;
    margin: 0 auto 1rem;
    height: 210px;
    width: 80%;
}
.hero-modules .hero-modules__header {
    text-align: center;
}
.hero-modules .hero-modules__title {
    color: #dff9ff;
    margin: 0 0 1rem;
    padding: 0;
}
.hero-modules .hero-modules__sub-title {
    font-family: lato, sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.273;
    color: #fff;
    margin: 0;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    .hero-modules .hero-modules__inner: :before {
        height: 240px;
        width: 40%;
        float: right;
    }
    .hero-modules .hero-modules__header {
        text-align: left;
        float: right;
        width: 55%;
        margin-right: 5%;
    }
    .hero-modules .hero-modules__header .hero-modules__sub-title {
        font-family: lato, sans-serif;
        font-weight: 700;
        font-size: 3.2rem;
        line-height: 1.188;
    }
}
@media only screen and (min-width: 1024px) {
    .hero-modules {
        padding: 3.8rem 0 5rem;
    }
    .hero-modules .hero-modules__inner::before {
        height: 310px;
        width: 50%;
        float: right;
        background-size: auto;
    }
    .hero-modules .hero-modules__header {
        text-align: left;
        float: right;
        width: 50%;
        margin-right: 0;
    }
}
.hero-modules--no-illustration {
    border: none;
}
.hero-modules--no-illustration .hero-modules__inner::before {
    display: none;
}
.hero-modules--no-illustration .hero-modules__header {
    float: none;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .hero-modules--no-illustration .hero-modules__title {
        margin: 0 0 3rem;
    }
}
@media only screen and (min-width: 1024px) {
    .hero-modules--no-illustration .hero-modules__title {
        margin: 0 0 4rem;
    }
}
.hero-modules--illustration-calendar .hero-modules__inner::before {
    background-image: url("assets/illustrations/calendar.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-modules--illustration-verticals .hero-modules__inner::before {
    background-image: url("assets/illustrations/verticals.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-modules--illustration-lightbulb .hero-modules__inner::before {
    background-image: url("assets/illustrations/lightbulb.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-modules--illustration-helix .hero-modules__inner::before {
    background-image: url("assets/illustrations/helix.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-modules--illustration-thought-bubble .hero-modules__inner::before {
    background-image: url("assets/illustrations/thought-bubble.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-modules--illustration-ee-globe .hero-modules__inner::before {
    background-image: url("assets/illustrations/globe-white.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-modules--illustration-ee-globe-blue .hero-modules__inner::before {
    background-image: url("assets/illustrations/globe.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-modules--illustration-speech-bubble .hero-modules__inner::before {
    background-image: url("assets/illustrations/speech-bubble.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-modules--illustration-ee-logo .hero-modules__inner::before {
    background-image: url("assets/illustrations/ee-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-modules--illustration-molecular .hero-modules__inner::before {
    background-image: url("assets/illustrations/molecular.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-modules--illustration-us-flag .hero-modules__inner::before {
    background-image: url("assets/illustrations/us-flag.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-modules--illustration-cv .hero-modules__inner::before {
    background-image: url("assets/illustrations/cv.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-modules--illustration-coat-of-arms .hero-modules__inner::before {
    background-image: url("assets/illustrations/coat-of-arms.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-modules--illustration-space-ship .hero-modules__inner::before {
    background-image: url("assets/illustrations/space-ship.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-modules--illustration-mobile-phone .hero-modules__inner::before {
    background-image: url("assets/illustrations/mobile.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-modules--illustration-eesa-logo .hero-modules__inner::before {
    background-image: url("assets/illustrations/eesa-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-modules--illustration-10-years .hero-modules__inner::before {
    background-image: url("assets/illustrations/10-years.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-modules--illustration-brand .hero-modules__inner::before {
    background-image: url("assets/illustrations/brand.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hero .hero__inner {
    background-repeat: no-repeat;
    background-position: 57% 0;
    background-color: #1795d4;
    overflow: hidden;
    text-align: center;
    background-size: cover;
    height: 390px;
    position: relative;
}
.hero .hero__title {
    text-align: center;
    font-size: 5rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #dff9ff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 69%;
}
.hero .hero__title em {
    font-style: normal;
    color: #fff;
}
.hero .hero-title--date em {
    color: #fed800;
    display: block;
    font-size: 34px;
    font-weight: normal;
    margin-top: 20px;
}
.hero .hero__sub-title {
    margin: 0 0 6rem;
    padding: 0;
    font-size: 2.6rem;
    font-weight: 400;
    color: #fff;
}
.hero .hero__intro-statement {
    padding: 3rem 0;
    background-color: #1482b8;
    clear: both;
    overflow: hidden;
    text-align: center;
    border-bottom: 10px solid #196b98;
}
.hero .hero__intro-statement p {
    font-size: 2.2rem;
    font-weight: 400;
    color: #cdeeff;
    margin: 0;
    line-height: 1.182;
}
@media only screen and (min-width: 768px) {
    .hero .hero__inner {
        background-position: center 0;
        padding-bottom: 50.79%;
        max-height: 390px;
    }
    .hero .hero__title {
        font-size: 6rem;
    }
    .hero .hero__sub-title {
        margin: 0 0 13rem;
        padding: 0;
        font-size: 3.2rem;
    }
    .hero .hero__intro-statement {
        padding: 3rem 0;
    }
}
@media only screen and (min-width: 1024px) {
    .hero .hero__inner {
        height: 650px;
    }
    .hero .hero__title {
        font-size: 9rem;
        width: 70%;
    }
    .hero .hero__sub-title {
        margin: 0 0 13rem;
        padding: 0;
        font-size: 4rem;
    }
    .hero .hero__intro-statement {
        padding: 4rem 0;
    }
    .hero .hero__intro-statement p {
        width: calc(83.33333% - 55px);
        float: left;
        margin-left: 30px;
        font-size: 3rem;
        margin: 0 auto;
        float: none;
    }
}
.hero--three-lines .hero__inner {
    height: 460px;
}
.hero--three-lines .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 25px;
}
@media only screen and (min-width: 768px) {
    .hero--three-lines .hero-content {
        padding: 30px;
    }
}
.hero--three-lines .hero-content .btn,
.hero--three-lines
    .hero-content
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie,
#cookie-notice
    .cookie-notice-container
    .hero--three-lines
    .hero-content
    #cn-accept-cookie {
    margin-top: 3rem;
}
.hero--three-lines .hero__content__title {
    color: #fed800;
    font-weight: normal;
}
.hero--three-lines .hero__content__para {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-size: 5rem;
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .hero--three-lines .hero__content__para {
        font-size: 6rem;
    }
}
@media only screen and (min-width: 1024px) {
    .hero--three-lines .hero__content__para {
        font-size: 9rem;
    }
}
.hero--three-lines .hero__content__para span {
    color: #cdeeff;
}
.hero--three-lines .hero__content__sub-title {
    color: #fed800;
    font-weight: normal;
}
.hero--no-image .hero__inner {
    padding-bottom: 0;
    height: 300px;
}
.case-studies__title {
    text-align: center;
    font-size: 3rem !important;
    margin: 0 !important;
}
@media only screen and (min-width: 768px) {
    .case-studies__title {
        font-size: 4rem !important;
    }
}
@media only screen and (min-width: 1024px) {
    .case-studies__title {
        font-size: 5rem !important;
    }
}
.case-studies {
    text-align: center;
}
.case-studies .case-studies__sub-title {
    font-size: 3rem;
    margin: 3rem 0;
}
.case-studies .case-studies__list {
    font-size: 0;
    float: none;
    display: inline-block;
    margin: 0 2.5rem 0 2.5rem;
    vertical-align: top;
    padding-left: 0;
}
.case-studies .case-studies__list__item {
    width: 100%;
    margin: 0 0 3rem;
}
.case-studies .case-studies__list__item .case-studies__img-link {
    display: block;
    margin: 0 0 2rem;
}
.case-studies .case-studies__list__item p {
    margin: 0 0 2rem;
}
.case-studies .case-studies__list__item img {
    max-width: 325px;
    width: 100%;
}
.case-studies .case-studies__list__item a {
    font-size: 2rem;
}
.case-studies .more-link {
    margin: 1rem 0 4rem;
}
@media only screen and (min-width: 768px) {
    .case-studies .case-studies__sub-title {
        font-size: 3rem;
        margin: 4rem 0;
    }
    .case-studies .case-studies__list {
        margin: 0;
        padding: 0;
        font-size: 0;
    }
    .case-studies .case-studies__list__item {
        width: calc(50% - 37.5px);
        float: left;
        margin-left: 25px;
        float: none;
        display: inline-block;
        margin: 0 1.25rem 4rem 1.25rem;
        vertical-align: top;
    }
    .case-studies .case-studies__list__item .case-studies__img-link {
        margin: 0 0 2rem;
    }
    .case-studies .case-studies__list__item p {
        margin: 0 0 2rem;
    }
    .case-studies .case-studies__list__item img {
        max-width: 100%;
    }
    .case-studies .more-link {
        margin: 0 0 4rem 0;
    }
}
@media only screen and (min-width: 1024px) {
    .case-studies .case-studies__sub-title {
        font-size: 4rem;
    }
    .case-studies .case-studies__list {
        display: block;
    }
    .case-studies .case-studies__list__item {
        width: calc(33.33333% - 40px);
        float: left;
        margin-left: 30px;
        float: none;
        display: inline-block;
        margin: 0 1.5rem 5rem 1.5rem;
        vertical-align: top;
    }
    .case-studies .case-studies__list__item img {
        max-width: 100%;
    }
    .case-studies .more-link {
        margin: 0 0 5rem;
    }
}
.layout__client-sectors .case-studies__sub-title {
    margin-top: 0;
}
@media only screen and (min-width: 1024px) {
    .layout__client-sectors .case-studies__list__item {
        width: calc(50% - 37.5px);
        float: left;
        margin-left: 25px;
        margin: 0 1.5rem 5rem 1.5rem;
        min-height: 295px;
    }
}
.category-module {
    overflow: hidden;
    border-top: 10px solid;
}
.category-module--border-none {
    border: none;
}
.category-module--border-yellow {
    border-color: #d4b526;
}
.category-module--border-blue {
    border-color: #1482b8;
}
.category-module--border-grey {
    border-color: #f0f0f0;
}
.category-module--border-dark-grey {
    border-color: #5f7083;
}
.category-module--yellow {
    background-color: #fed800;
}
.category-module--yellow .category-module__title,
.category-module--yellow .category-module__description {
    color: #333;
}
.category-module--yellow .btn--secondary {
    text-align: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    -webkit-box-shadow: inset 0 0 0 2px #333;
    box-shadow: inset 0 0 0 2px #333;
}
.category-module--yellow .btn--secondary:hover,
.category-module--yellow .btn--secondary:focus,
.category-module--yellow .btn--secondary:active {
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    -webkit-box-shadow: inset 0 0 0 2px #333;
    box-shadow: inset 0 0 0 2px #333;
}
.category-module--blue {
    background-color: #1795d4;
}
.category-module--blue .category-module__title,
.category-module--blue .category-module__description {
    color: #fff;
}
.category-module--blue .btn--secondary {
    text-align: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.category-module--blue .btn--secondary:hover,
.category-module--blue .btn--secondary:focus,
.category-module--blue .btn--secondary:active {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.category-module--white {
    background-color: #fff;
}
.category-module--white .category-module__title,
.category-module--white .category-module__description {
    color: #333;
}
.category-module--white .btn--secondary {
    text-align: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    -webkit-box-shadow: inset 0 0 0 2px #333;
    box-shadow: inset 0 0 0 2px #333;
}
.category-module--white .btn--secondary:hover,
.category-module--white .btn--secondary:focus,
.category-module--white .btn--secondary:active {
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    -webkit-box-shadow: inset 0 0 0 2px #333;
    box-shadow: inset 0 0 0 2px #333;
}
.category-module--grey {
    background-color: #f0f0f0;
}
.category-module--grey .category-module__title,
.category-module--grey .category-module__description {
    color: #333;
}
.category-module--grey .btn--secondary {
    text-align: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    -webkit-box-shadow: inset 0 0 0 2px #333;
    box-shadow: inset 0 0 0 2px #333;
}
.category-module--grey .btn--secondary:hover,
.category-module--grey .btn--secondary:focus,
.category-module--grey .btn--secondary:active {
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    -webkit-box-shadow: inset 0 0 0 2px #333;
    box-shadow: inset 0 0 0 2px #333;
}
.category-module--dark-grey {
    background-color: #373d45;
}
.category-module--dark-grey .category-module__title,
.category-module--dark-grey .category-module__description {
    color: #fff;
}
.category-module--dark-grey .btn--secondary {
    text-align: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.category-module--dark-grey .btn--secondary:hover,
.category-module--dark-grey .btn--secondary:focus,
.category-module--dark-grey .btn--secondary:active {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.category-module--illustration-lightbulb .category-module__img {
    background-image: url("assets/illustrations/lightbulb-yellow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-calendar .category-module__img {
    background-image: url("assets/illustrations/calendar.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-verticals .category-module__img {
    background-image: url("assets/illustrations/verticals.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-helix .category-module__img {
    background-image: url("assets/illustrations/helix.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-thought-bubble .category-module__img {
    background-image: url("assets/illustrations/thought-bubble.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-ee-globe .category-module__img {
    background-image: url("assets/illustrations/globe-white.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-ee-globe-blue .category-module__img {
    background-image: url("assets/illustrations/globe.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-speech-bubble .category-module__img {
    background-image: url("assets/illustrations/speech-bubble.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-ee-logo .category-module__img {
    background-image: url("assets/illustrations/ee-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-molecular .category-module__img {
    background-image: url("assets/illustrations/molecular.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-us-flag .category-module__img {
    background-image: url("assets/illustrations/us-flag.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-cv .category-module__img {
    background-image: url("assets/illustrations/cv.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-coat-of-arms .category-module__img {
    background-image: url("assets/illustrations/coat-of-arms.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-space-ship .category-module__img {
    background-image: url("assets/illustrations/space-ship.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-mobile .category-module__img {
    background-image: url("assets/illustrations/mobile.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-10-years .category-module__img {
    background-image: url("assets/illustrations/10-years.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module--illustration-brand .category-module__img {
    background-image: url("assets/illustrations/brand.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.category-module {
    padding: 4rem 0;
}
.category-module .category-module__title {
    font-size: 4rem;
    margin-bottom: 2rem;
}
.category-module .category-module__contents {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    font-size: 2.2rem;
    text-align: center;
}
.category-module .category-module__img {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    height: 235px;
    max-width: 100%;
    margin-bottom: 2rem;
}
.category-module--no-illustration .category-module__img {
    display: none;
}
.category-module--no-illustration .category-module__contents {
    width: 100%;
}
.category-module--sub {
    padding: 4rem 0 3rem;
}
.category-module--sub .category-module__title {
    font-size: 2.6rem;
    margin-bottom: 2rem;
}
.category-module--sub .category-module__description {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
.category-module--sub .category-module__img {
    margin-bottom: 2rem;
    height: 130px;
}
@media only screen and (min-width: 768px) {
    .category-module {
        padding: 6.1rem 0;
    }
    .category-module .category-module__title {
        font-size: 5rem;
        margin-bottom: 2rem;
    }
    .category-module .category-module__contents {
        font-size: 2.6rem;
    }
    .category-module .category-module__img {
        height: 368px;
        max-width: 100%;
        margin-bottom: 0;
    }
    .category-module--box-left .category-module__contents {
        width: calc(50% - 25px);
        position: relative;
        left: -50%;
        display: inline;
        text-align: right;
    }
    .category-module--box-left .category-module__img {
        width: calc(50% - 25px);
        position: relative;
        left: 50%;
        display: inline;
    }
    .category-module--box-right .category-module__contents {
        width: calc(50% - 25px);
        margin-left: 0;
        margin-right: 25px;
        position: relative;
        left: 0;
        display: inline;
        text-align: left;
    }
    .category-module--box-right .category-module__img {
        width: calc(50% - 25px);
        position: relative;
        left: 0;
        display: inline;
    }
    .category-module--no-illustration .category-module__img {
        display: none;
    }
    .category-module--no-illustration .category-module__contents {
        width: calc(100% - 50px);
        float: left;
        margin-left: 25px;
    }
    .category-module--sub {
        padding: 4.5rem 0;
    }
    .category-module--sub .category-module__title {
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    .category-module--sub .category-module__description {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    .category-module--sub .category-module__img {
        margin-bottom: 0;
        height: 230px;
    }
}
@media only screen and (min-width: 1024px) {
    .category-module {
        padding: 11.1rem 0;
    }
    .category-module .category-module__title {
        font-size: 6rem;
        margin-bottom: 3rem;
    }
    .category-module .category-module__contents {
        font-size: 3.2rem;
    }
    .category-module .category-module__description {
        font-size: 3.2rem;
        margin-bottom: 4rem;
    }
    .category-module .category-module__img {
        height: 405px;
        margin-bottom: 0;
    }
    .category-module--box-left .category-module__contents {
        width: calc(50% - 30px);
        margin-left: 30px;
        margin-right: 0;
        position: relative;
        left: -50%;
        display: inline;
        text-align: right;
    }
    .category-module--box-left .category-module__img {
        width: calc(50% - 30px);
        margin-left: 0;
        margin-right: 30px;
        position: relative;
        left: 50%;
        display: inline;
    }
    .category-module--box-right .category-module__contents {
        width: calc(50% - 30px);
        margin-left: 0;
        margin-right: 30px;
        position: relative;
        left: 0;
        display: inline;
        text-align: left;
    }
    .category-module--box-right .category-module__img {
        width: calc(50% - 30px);
        position: relative;
        left: 0;
        margin-right: 0;
        margin-left: 30px;
        display: inline;
    }
    .category-module--no-illustration .category-module__contents {
        width: calc(100% - 60px);
        float: left;
        margin-left: 30px;
    }
    .category-module--sub {
        padding: 6.4rem 0;
    }
    .category-module--sub .category-module__title {
        font-size: 4rem;
        margin-bottom: 3rem;
    }
    .category-module--sub .category-module__description {
        font-size: 2.2rem;
        margin-bottom: 3rem;
    }
    .category-module--sub .category-module__img {
        margin-bottom: 0;
        height: 260px;
    }
}
.lp-category-module {
    padding: 3.5rem 0 4rem;
    text-align: center;
    overflow: hidden;
}
.lp-category-module--grey {
    background-color: #f5f5f5;
}
.lp-category-module .lp-category-module__title {
    margin-bottom: 0.7rem;
    font-size: 3rem;
}
.lp-category-module .lp-category-module__description {
    font-size: 2rem;
    color: #333;
    margin-bottom: 2.8rem;
}
.lp-category-module .lp-category-module__image img {
    width: 100%;
    max-width: 100%;
}
@media only screen and (min-width: 768px) {
    .lp-category-module {
        padding: 3.5rem 10.5rem 4rem;
    }
    .lp-category-module .lp-category-module__title {
        margin-bottom: 1.7rem;
        font-size: 4rem;
    }
    .lp-category-module .lp-category-module__description {
        font-size: 2.2rem;
        margin-bottom: 2.8rem;
    }
    .lp-category-module .lp-category-module__title {
        margin-bottom: 1.7rem;
        font-size: 5rem;
    }
    .lp-category-module .lp-category-module__description {
        font-size: 2.6rem;
        margin-bottom: 3.8rem;
    }
}
@media only screen and (min-width: 1024px) {
    .lp-category-module {
        padding: 4.5rem 10.5rem 5rem;
    }
}
.layout__deep-navlist .deep-nav-list__list {
    margin-top: 1rem;
}
.layout__deep-navlist .lp-category-module .deep-nav-list__section {
    text-align: left;
}
.layout__deep-navlist .lp-category-module .feature-image {
    margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
    .layout__deep-navlist .deep-nav-list__list {
        margin-top: 2rem;
    }
}
.container--search-box {
    background-color: #196b98;
    vertical-align: top;
    padding-top: 2rem;
    padding-bottom: 2rem;
    cursor: text;
}
aside .container--search-box {
    margin-top: -10px;
}
.container--search-box form {
    margin: 0 auto;
    position: relative;
}
.container--search-box input {
    padding: 0 2rem;
    border-radius: 0.4rem;
    font-size: 2rem;
    width: 100%;
    height: 50px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.container--search-box button {
    text-align: center;
    padding: 0;
    background-color: #1795d4;
    position: absolute;
    width: 50px;
    top: 0;
    right: 0;
    border: none;
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #1795d4;
    font-weight: 700;
    font-size: 2rem;
    height: 50px;
    display: block;
}
.container--search-box button:before,
.container--search-box button:after {
    font-family: "icomoon", sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container--search-box button::before {
    content: "\e908";
    color: #fff;
    line-height: 2;
    font-size: 2.5rem;
}
.container--search-box button span {
    display: none;
}
.container--search-box label .screen-reader-text {
    display: none;
}
@media only screen and (min-width: 768px) {
    .container--search-box button {
        width: auto;
        padding: 0 3rem;
        color: #fff;
    }
    .container--search-box button::before {
        display: none;
    }
    .container--search-box button span {
        display: block;
    }
    .container--search-box label:after {
        display: none;
    }
}
@media only screen and (min-width: 1024px) {
    .container--search-box form {
        max-width: 600px;
    }
}
.list-dropdown {
    text-align: left;
    font-family: lato, sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-size: 1.8rem;
    border: 1px solid #ccc;
    border-radius: 0.4rem;
    padding: 1.3rem 2rem;
    position: relative;
    cursor: pointer;
}
.list-dropdown .fake-link {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-right: 5rem;
}
.list-dropdown .fake-link .hit-area {
    position: absolute;
    right: 0;
    width: 50px;
    height: 40px;
    top: 5px;
    padding: 5px;
    border-left: 1px solid #ddd;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}
.list-dropdown .fake-link .hit-area:before,
.list-dropdown .fake-link .hit-area:after {
    background-color: #1795d4;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    content: " ";
    height: 2px;
    width: 10px;
    position: absolute;
    top: 18px;
}
.list-dropdown .fake-link .hit-area:before {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    left: 16px;
}
.list-dropdown .fake-link .hit-area:after {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
    left: 23px;
}
.list-dropdown.broken {
    display: none;
}
.list-dropdown .list-content {
    display: none;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    z-index: 10;
    top: 51px;
    left: 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.list-dropdown .list-content .list-item {
    display: block;
    padding: 1rem 2rem;
    border-bottom: 1px solid #ddd;
}
.list-dropdown .list-content .list-item:last-of-type {
    border-bottom: none;
}
.list-dropdown .list-content .list-item:hover {
    text-decoration: none;
}
.list-dropdown .list-content .all-authors-link-wrapper {
    padding: 1rem;
    text-align: center;
}
.list-dropdown.active .hit-area:before {
    left: 23px;
}
.list-dropdown.active .hit-area:after {
    left: 16px;
}
.list-dropdown.active .list-content {
    display: block;
}
.container--blog-filter-box {
    background-color: #f5f5f5;
    vertical-align: top;
    padding: 2rem 0;
}
.container--blog-filter-box .list-dropdown {
    width: calc(100% - 48px);
    float: left;
    margin-left: 24px;
}
.container--blog-filter-box .btn--link {
    font-family: lato, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    max-width: initial;
    min-width: initial;
    border-bottom: 1px solid #ddd;
}
.container--blog-filter-box .btn--link.btn--all {
    color: #7c33a2;
}
.container--blog-filter-box .btn--link.btn--ee-life {
    color: #11a69c;
}
.container--blog-filter-box .btn--link.btn--our-thinking {
    color: #ec007c;
}
.container--blog-filter-box .btn--link.btn--tech-focus {
    color: #7c9f00;
}
.container--blog-filter-box .btn--link.btn--whats-new {
    color: #ed5307;
}
.container--blog-filter-box .btn--link.btn--public-sector {
    color: #d4b526;
}
.container--blog-filter-box .category-list-dropdown {
    margin-bottom: 2rem;
}
.container--blog-filter-box .author-list-dropdown .btn,
.container--blog-filter-box
    .author-list-dropdown
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie,
#cookie-notice
    .cookie-notice-container
    .container--blog-filter-box
    .author-list-dropdown
    #cn-accept-cookie {
    width: 100%;
}
.container--blog-filter-box .author-list-dropdown .list-content .image-wrapper,
.container--blog-filter-box .author-list-dropdown .list-content .content {
    display: inline-block;
    vertical-align: middle;
}
.container--blog-filter-box .author-list-dropdown .list-content .content {
    width: 100%;
    margin-left: -6rem;
    margin-top: 0.4rem;
    padding-left: 7rem;
}
.container--blog-filter-box .author__title {
    color: #666;
    font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
    .container--blog-filter-box .btn--link {
        width: 100%;
    }
    .container--blog-filter-box .list-dropdown {
        width: calc(50% - 37.5px);
        float: left;
        margin-left: 25px;
    }
    .container--blog-filter-box .category-list-dropdown {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .container--blog-filter-box {
        text-align: center;
    }
    .container--blog-filter-box .btn--link {
        font-size: 1.8rem;
        padding: 1.3rem 1.2rem;
        width: auto;
        background-color: #fff;
        border-radius: 4px;
        border: 1px solid #ccc;
        margin-right: 1.5rem;
    }
    .container--blog-filter-box .btn--link.btn--all:hover,
    .container--blog-filter-box .btn--link.btn--all:focus,
    .container--blog-filter-box .btn--link.btn--all:active,
    .container--blog-filter-box .btn--link.btn--all.active {
        text-decoration: none;
        border-color: #7c33a2;
        background-color: #7c33a2;
        color: #fff;
    }
    .container--blog-filter-box .btn--link.btn--ee-life:hover,
    .container--blog-filter-box .btn--link.btn--ee-life:focus,
    .container--blog-filter-box .btn--link.btn--ee-life:active,
    .container--blog-filter-box .btn--link.btn--ee-life.active {
        text-decoration: none;
        border-color: #11a69c;
        background-color: #11a69c;
        color: #fff;
    }
    .container--blog-filter-box .btn--link.btn--our-thinking:hover,
    .container--blog-filter-box .btn--link.btn--our-thinking:focus,
    .container--blog-filter-box .btn--link.btn--our-thinking:active,
    .container--blog-filter-box .btn--link.btn--our-thinking.active {
        text-decoration: none;
        border-color: #ec007c;
        background-color: #ec007c;
        color: #fff;
    }
    .container--blog-filter-box .btn--link.btn--tech-focus:hover,
    .container--blog-filter-box .btn--link.btn--tech-focus:focus,
    .container--blog-filter-box .btn--link.btn--tech-focus:active,
    .container--blog-filter-box .btn--link.btn--tech-focus.active {
        text-decoration: none;
        border-color: #7c9f00;
        background-color: #7c9f00;
        color: #fff;
    }
    .container--blog-filter-box .btn--link.btn--whats-new:hover,
    .container--blog-filter-box .btn--link.btn--whats-new:focus,
    .container--blog-filter-box .btn--link.btn--whats-new:active,
    .container--blog-filter-box .btn--link.btn--whats-new.active {
        text-decoration: none;
        border-color: #ed5307;
        background-color: #ed5307;
        color: #fff;
    }
    .container--blog-filter-box .btn--link.btn--remote-first:hover,
    .container--blog-filter-box .btn--link.btn--remote-first:focus,
    .container--blog-filter-box .btn--link.btn--remote-first:active,
    .container--blog-filter-box .btn--link.btn--remote-first.active {
        text-decoration: none;
        border-color: #1795d4;
        background-color: #1795d4;
        color: #fff;
    }
    .container--blog-filter-box .btn--link.btn--public-sector:hover,
    .container--blog-filter-box .btn--link.btn--public-sector:focus,
    .container--blog-filter-box .btn--link.btn--public-sector:active,
    .container--blog-filter-box .btn--link.btn--public-sector.active {
        text-decoration: none;
        border-color: #d4b526;
        background-color: #d4b526;
        color: #fff;
    }
    .container--blog-filter-box .list-dropdown {
        float: none;
        margin: 0;
        display: inline-block;
        width: auto;
        min-width: 300px;
        vertical-align: top;
    }
    .container--blog-filter-box .category-list-dropdown {
        padding: 0;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0);
        border: none;
    }
    .container--blog-filter-box .category-list-dropdown .fake-link {
        display: none;
    }
    .container--blog-filter-box .category-list-dropdown .list-content {
        top: initial;
        position: relative;
        display: inline-block;
        border: none;
        background-color: rgba(0, 0, 0, 0);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.category-label {
    font-weight: bold;
}
.category-label.category-label--whats-new {
    color: #ed5307;
}
.category-label.category-label--all {
    color: #7c33a2;
}
.category-label.category-label--ee-life {
    color: #11a69c;
}
.category-label.category-label--our-thinking {
    color: #ec007c;
}
.category-label.category-label--tech-focus {
    color: #7c9f00;
}
.category-label.category-label--public-sector {
    color: #d4b526;
}
.container--author {
    max-width: 750px;
}
.container--author img {
    border-radius: 50%;
}
.container--author .feature-image {
    min-height: initial;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
}
.container--author .feature-image:after {
    display: none;
}
.container--author .feature-image__inner {
    background: none;
    position: relative;
    font-size: 0;
}
.container--author .author__title {
    margin: 1.1rem 0 1.5rem;
}
.container--author .author__sub-title {
    font-family: lato, sans-serif;
    margin-bottom: 2rem;
}
.container--author .author__bio p {
    font-family: lato, sans-serif;
    font-size: 2rem;
    color: #666;
    font-weight: 400;
}
.container--author.author--small-img img {
    width: 50px;
    height: 50px;
}
.container--author.author--medium-img img {
    width: 150px;
    height: 150px;
}
#blog-flag-image {
    width: 20px;
    height: 15px;
    margin-left: 0.5rem;
    border-radius: 0;
}
@media only screen and (min-width: 768px) {
    .container--author .author__title {
        margin: 2.1rem 0 1.5rem;
    }
}
.wp-caption {
    margin-bottom: 3rem;
}
.wp-caption img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}
.wp-caption .wp-caption-text {
    font-size: 1.6rem;
}
.legal-navigation .legal-navigation__item {
    display: inline-block;
    font-size: 1.4rem;
}
.legal-navigation .legal-navigation__item a {
    color: #f5f5f5;
    padding: 0 0.8rem;
}
.content-footer {
    background-color: #fed800;
    overflow: hidden;
    border-top: 10px solid #d4b526;
    padding: 2.1rem 0 4rem;
    text-align: center;
}
.content-footer .content-footer__title {
    font-size: 4rem;
    font-weight: 700;
    margin: 0 0 1.6rem;
}
.content-footer .content-footer__content p {
    color: #333;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}
.content-footer .content-footer__content a:not(.btn) {
    color: inherit;
}
.content-footer .btn,
.content-footer #cookie-notice .cookie-notice-container #cn-accept-cookie,
#cookie-notice .cookie-notice-container .content-footer #cn-accept-cookie {
    color: #333;
    -webkit-box-shadow: inset 0 0 0 2px #333;
    box-shadow: inset 0 0 0 2px #333;
}
@media only screen and (min-width: 768px) {
    .content-footer {
        padding: 2.8rem 0 4rem;
        text-align: left;
    }
    .content-footer .content-footer__title {
        font-size: 5rem;
    }
    .content-footer .content-footer__content p {
        font-size: 2.6rem;
    }
}
@media only screen and (min-width: 1024px) {
    .content-footer {
        padding: 3.8rem 0 5rem;
    }
    .content-footer .content-footer__title {
        font-size: 6rem;
    }
    .content-footer .content-footer__content p {
        font-size: 3.2rem;
    }
}
.related-case-studies {
    font-size: 0;
    text-align: center;
}
.related-case-studies a:hover {
    text-decoration: none;
}
.related-case-studies .feature-image__inner {
    font-size: 0;
    margin-bottom: 2rem;
}
.related-case-studies .feature-image__inner img {
    max-width: 325px;
    width: 100%;
}
.related-case-studies p:first-of-type {
    margin-bottom: 2rem;
}
.related-case-studies .fake-link {
    color: #1795d4;
    margin: 0 0 4rem;
}
@media only screen and (min-width: 768px) {
    .related-case-studies {
        margin-left: -25px;
        margin-right: -25px;
        width: calc(100% + 50px);
    }
    .related-case-studies .related-case-study__item {
        width: calc(50% - 37.5px);
        float: left;
        margin-left: 25px;
        float: none;
        display: inline-block;
        margin: 0 1.25rem 0 1.25rem;
        vertical-align: top;
    }
    .related-case-studies .related-case-study__item .feature-image__inner {
        font-size: 0;
        margin-bottom: 2rem;
    }
    .related-case-studies .related-case-study__item .feature-image__inner img {
        max-width: 100%;
    }
}
@media only screen and (min-width: 1024px) {
    .related-case-studies .related-case-study__item {
        width: calc(100% - 60px);
        float: left;
        margin-left: 30px;
        float: none;
        display: inline-block;
        margin: 0;
        vertical-align: top;
    }
}
.lp-card .lp-card__content {
    text-align: center;
}
.lp-card .lp-card__content h1,
.lp-card .lp-card__content h2,
.lp-card .lp-card__content h3 {
    margin: 0 0 3rem;
}
.lp-card .lp-card__content p {
    font-size: 2.2rem;
}
.lp-card .lp-card__img {
    height: 209px;
    width: 85%;
    margin: 0 auto;
}
.lp-card .lp-card__img--space-ship {
    background: url("assets/illustrations/space-ship.png") 50% 0 no-repeat;
    background-size: contain;
}
@media only screen and (min-width: 768px) {
    .lp-card {
        padding: 3rem 0;
        overflow: hidden;
    }
    .lp-card .lp-card__content {
        text-align: right;
        width: 50%;
        float: left;
    }
    .lp-card .lp-card__content h1,
    .lp-card .lp-card__content h2,
    .lp-card .lp-card__content h3 {
        margin: 0 0 4rem;
    }
    .lp-card .lp-card__content p {
        font-size: 2.6rem;
    }
    .lp-card .lp-card__img {
        margin: 30px auto 0 auto;
        width: 50%;
        float: right;
    }
}
@media only screen and (min-width: 1024px) {
    .lp-card {
        padding: 3rem 0;
    }
    .lp-card .lp-card__content h1,
    .lp-card .lp-card__content h2,
    .lp-card .lp-card__content h3 {
        margin: 0 0 4rem;
    }
    .lp-card .lp-card__content p {
        font-size: 3.2rem;
    }
    .lp-card .lp-card__img {
        height: 300px;
        margin: 0 auto;
    }
}
.card--one-col .card__list__item,
.card--two-col .card__list__item {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .card--one-col .card__list__item,
    .card--two-col .card__list__item {
        width: 50%;
    }
}
@media only screen and (min-width: 1024px) {
    .card--one-col .card__list__item,
    .card--two-col .card__list__item {
        width: 33.3%;
    }
}
.card--three-col .card__list__item {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .card--three-col .card__list__item {
        width: 50%;
    }
}
@media only screen and (min-width: 1024px) {
    .card--three-col .card__list__item {
        width: 33.3%;
    }
}
.card .card__list {
    padding: 0;
    margin: 0;
    font-size: 0;
    margin: 0 -1.5rem;
}
.card .card__list__item {
    display: inline-block;
    font-size: 2rem;
    padding: 0 1.5rem;
    margin-bottom: 3rem;
}
.card .card__list__item::before {
    display: none;
}
.card .card__list__img {
    margin-bottom: 2rem;
}
.card .card__list__link {
    display: block;
}
@media only screen and (min-width: 768px) {
    .card .card__list__item {
        margin-bottom: 4rem;
    }
}
@media only screen and (min-width: 1024px) {
    .card .card__list__item {
        margin-bottom: 5rem;
    }
}
.podcast .feature-image::after {
    display: none;
}
.podcast .feature-image .feature-image__inner {
    position: static;
}
@media only screen and (min-width: 768px) {
    .podcast .feature-image: :after {
        display: block;
    }
    .podcast .feature-image .feature-image__inner {
        position: absolute;
    }
}
#cookie-notice {
    background-color: #373d45 !important;
}
#cookie-notice .cookie-notice-container {
    padding: 2rem 2.5rem;
}
#cookie-notice .cookie-notice-container #cn-notice-text {
    font-family: lato, sans-serif;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    display: block;
}
#cookie-notice .cookie-notice-container #cn-accept-cookie {
    font-size: 1.6rem;
    padding: 1rem;
    margin-left: 0;
}
@media only screen and (min-width: 768px) {
    #cookie-notice .cookie-notice-container #cn-accept-cookie {
        font-size: 1.6rem;
    }
}
.sitewide-announcement {
    display: none;
    text-align: center;
    background: #fed800;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.sitewide-announcement.initialised {
    display: block;
}
.sitewide-announcement.closed {
    display: none;
}
.sitewide-announcement .content {
    position: relative;
    padding: 0 40px;
}
.sitewide-announcement .content .close-button {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
}
.sitewide-announcement .content .close-button:hover:before,
.sitewide-announcement .content .close-button:hover:after {
    background: #e7087c;
}
.sitewide-announcement .content .close-button:before,
.sitewide-announcement .content .close-button:after {
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    content: " ";
    position: absolute;
    display: block;
    height: 2px;
    border-radius: 3px;
    width: 20px;
}
.sitewide-announcement .content .close-button:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
}
.sitewide-announcement .content .close-button:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0;
}
.sitewide-announcement.no-storage .content .close-button {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}
@font-face {
    font-family: "slick";
    src: url("../../fonts-v1/fonts/slick.eot");
    src: url("../../fonts-v1/fonts/slick.eot?#iefix")
            format("embedded-opentype"),
        url("../../fonts-v1/fonts/slick.woff") format("woff"),
        url("../../fonts-v1/fonts/slick.ttf") format("truetype"),
        url("../../fonts-v1/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next: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;
    -webkit-transform: rotate(-180deg) translate(0, 50%);
    transform: rotate(-180deg) translate(0, 50%);
}
[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: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus: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;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-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;
    margin-bottom: 5rem !important;
}
.slick-slider .feature-image {
    margin-bottom: 0;
}
.slick-slider .feature-image::after {
    display: none;
}
.slick-slider .feature-image .feature-image__inner {
    position: static;
    margin-bottom: 0;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots li::before {
    display: none;
}
.image-gallery .image-wrapper {
    text-align: center;
    display: block;
}
.image-gallery .image-wrapper img {
    display: inline-block;
}
.image-gallery .slick-dots li button:before {
    font-size: 20px;
}
.image-gallery .slick-prev,
.image-gallery .slick-next {
    height: 40px;
    width: 40px;
    background-image: url("./assets/arrow.png");
    background-size: 40px 40px;
    opacity: 0.6;
    z-index: 10;
}
.image-gallery .slick-prev:before,
.image-gallery .slick-next:before {
    display: none;
}
.image-gallery .slick-prev:hover,
.image-gallery .slick-next:hover {
    opacity: 1;
}
.image-gallery .slick-prev {
    left: 20px;
}
.image-gallery .slick-next {
    right: 20px;
}
.playbooks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.playbooks a {
    width: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (min-width: 768px) {
    .playbooks a {
        margin: 0 1rem;
        width: 30%;
    }
}
.playbooks a:hover,
.playbooks a:focus {
    outline: 3px solid #8bc9e8;
}
@media only screen and (min-width: 768px) {
    .inline-images {
        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;
    }
}
.inline-images a {
    margin: 1rem 0;
    padding: 0.5rem;
    display: inline-block;
}
@media only screen and (min-width: 768px) {
    .inline-images a {
        margin: 0;
    }
}
.inline-images img {
    max-width: 100%;
    max-height: 200px;
}
.client-navigation {
    clear: both;
    font-size: initial;
    background-color: #f5f5f5;
}
.client-navigation ul {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.client-navigation ul li {
    width: 132px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
.client-navigation ul li.current-menu-item a {
    border-bottom: 6px solid #1795d4;
    text-decoration: none;
}
.client-navigation a {
    display: block;
    padding: 2rem 0;
    font-family: lato, sans-serif;
    font-size: 2rem;
    min-height: 98px;
    border-bottom: 6px solid transparent;
}
.client-navigation ul li {
    width: 160px;
}
.client-navigation a {
    min-height: auto;
}
@media only screen and (min-width: 768px) {
    .client-navigation ul {
        margin: 0 auto;
        width: 50%;
    }
}
@media only screen and (min-width: 1024px) {
    .client-navigation ul {
        width: 50%;
        margin: 0 auto;
    }
    .client-navigation ul li {
        width: 33%;
    }
    .client-navigation a {
        padding: 3rem 0 2rem;
    }
}
.client-navigation--three ul li {
    width: 125px;
}
.layout__index,
.layout__single-post,
.layout__client-sectors,
.layout__content,
.layout__single-case-study,
.layout__office,
.layout__not-found {
    padding-top: 2.5rem;
}
.layout__index.layout__index--8,
.layout__index.layout__single-post--8,
.layout__index.layout__single-case-study--8,
.layout__single-post.layout__index--8,
.layout__single-post.layout__single-post--8,
.layout__single-post.layout__single-case-study--8,
.layout__client-sectors.layout__index--8,
.layout__client-sectors.layout__single-post--8,
.layout__client-sectors.layout__single-case-study--8,
.layout__content.layout__index--8,
.layout__content.layout__single-post--8,
.layout__content.layout__single-case-study--8,
.layout__single-case-study.layout__index--8,
.layout__single-case-study.layout__single-post--8,
.layout__single-case-study.layout__single-case-study--8,
.layout__office.layout__index--8,
.layout__office.layout__single-post--8,
.layout__office.layout__single-case-study--8,
.layout__not-found.layout__index--8,
.layout__not-found.layout__single-post--8,
.layout__not-found.layout__single-case-study--8 {
    font-size: 0;
}
.layout__index.layout__index--8 article,
.layout__index.layout__single-post--8 article,
.layout__index.layout__single-case-study--8 article,
.layout__single-post.layout__index--8 article,
.layout__single-post.layout__single-post--8 article,
.layout__single-post.layout__single-case-study--8 article,
.layout__client-sectors.layout__index--8 article,
.layout__client-sectors.layout__single-post--8 article,
.layout__client-sectors.layout__single-case-study--8 article,
.layout__content.layout__index--8 article,
.layout__content.layout__single-post--8 article,
.layout__content.layout__single-case-study--8 article,
.layout__single-case-study.layout__index--8 article,
.layout__single-case-study.layout__single-post--8 article,
.layout__single-case-study.layout__single-case-study--8 article,
.layout__office.layout__index--8 article,
.layout__office.layout__single-post--8 article,
.layout__office.layout__single-case-study--8 article,
.layout__not-found.layout__index--8 article,
.layout__not-found.layout__single-post--8 article,
.layout__not-found.layout__single-case-study--8 article {
    font-size: inherit;
}
.layout__index.layout__index--8 article,
.layout__index.layout__single-post--8 article,
.layout__index.layout__single-case-study--8 article,
.layout__single-post.layout__index--8 article,
.layout__single-post.layout__single-post--8 article,
.layout__single-post.layout__single-case-study--8 article,
.layout__client-sectors.layout__index--8 article,
.layout__client-sectors.layout__single-post--8 article,
.layout__client-sectors.layout__single-case-study--8 article,
.layout__content.layout__index--8 article,
.layout__content.layout__single-post--8 article,
.layout__content.layout__single-case-study--8 article,
.layout__single-case-study.layout__index--8 article,
.layout__single-case-study.layout__single-post--8 article,
.layout__single-case-study.layout__single-case-study--8 article,
.layout__office.layout__index--8 article,
.layout__office.layout__single-post--8 article,
.layout__office.layout__single-case-study--8 article,
.layout__not-found.layout__index--8 article,
.layout__not-found.layout__single-post--8 article,
.layout__not-found.layout__single-case-study--8 article {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .layout__index.layout__index--8 article,
    .layout__index.layout__single-post--8 article,
    .layout__index.layout__single-case-study--8 article,
    .layout__single-post.layout__index--8 article,
    .layout__single-post.layout__single-post--8 article,
    .layout__single-post.layout__single-case-study--8 article,
    .layout__client-sectors.layout__index--8 article,
    .layout__client-sectors.layout__single-post--8 article,
    .layout__client-sectors.layout__single-case-study--8 article,
    .layout__content.layout__index--8 article,
    .layout__content.layout__single-post--8 article,
    .layout__content.layout__single-case-study--8 article,
    .layout__single-case-study.layout__index--8 article,
    .layout__single-case-study.layout__single-post--8 article,
    .layout__single-case-study.layout__single-case-study--8 article,
    .layout__office.layout__index--8 article,
    .layout__office.layout__single-post--8 article,
    .layout__office.layout__single-case-study--8 article,
    .layout__not-found.layout__index--8 article,
    .layout__not-found.layout__single-post--8 article,
    .layout__not-found.layout__single-case-study--8 article {
        width: calc(100% - 50px);
        float: left;
        margin-left: 25px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
@media only screen and (min-width: 1024px) {
    .layout__index.layout__index--8 article,
    .layout__index.layout__single-post--8 article,
    .layout__index.layout__single-case-study--8 article,
    .layout__single-post.layout__index--8 article,
    .layout__single-post.layout__single-post--8 article,
    .layout__single-post.layout__single-case-study--8 article,
    .layout__client-sectors.layout__index--8 article,
    .layout__client-sectors.layout__single-post--8 article,
    .layout__client-sectors.layout__single-case-study--8 article,
    .layout__content.layout__index--8 article,
    .layout__content.layout__single-post--8 article,
    .layout__content.layout__single-case-study--8 article,
    .layout__single-case-study.layout__index--8 article,
    .layout__single-case-study.layout__single-post--8 article,
    .layout__single-case-study.layout__single-case-study--8 article,
    .layout__office.layout__index--8 article,
    .layout__office.layout__single-post--8 article,
    .layout__office.layout__single-case-study--8 article,
    .layout__not-found.layout__index--8 article,
    .layout__not-found.layout__single-post--8 article,
    .layout__not-found.layout__single-case-study--8 article {
        width: calc(75% - 52.5px);
        float: left;
        margin-left: 30px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
@media only screen and (min-width: 1024px) {
    .layout__index.layout__index--8 article,
    .layout__index.layout__single-post--8 article,
    .layout__index.layout__single-case-study--8 article,
    .layout__single-post.layout__index--8 article,
    .layout__single-post.layout__single-post--8 article,
    .layout__single-post.layout__single-case-study--8 article,
    .layout__client-sectors.layout__index--8 article,
    .layout__client-sectors.layout__single-post--8 article,
    .layout__client-sectors.layout__single-case-study--8 article,
    .layout__content.layout__index--8 article,
    .layout__content.layout__single-post--8 article,
    .layout__content.layout__single-case-study--8 article,
    .layout__single-case-study.layout__index--8 article,
    .layout__single-case-study.layout__single-post--8 article,
    .layout__single-case-study.layout__single-case-study--8 article,
    .layout__office.layout__index--8 article,
    .layout__office.layout__single-post--8 article,
    .layout__office.layout__single-case-study--8 article,
    .layout__not-found.layout__index--8 article,
    .layout__not-found.layout__single-post--8 article,
    .layout__not-found.layout__single-case-study--8 article {
        padding-right: 4rem;
    }
}
.layout__index.layout__index--8 aside,
.layout__index.layout__single-post--8 aside,
.layout__index.layout__single-case-study--8 aside,
.layout__single-post.layout__index--8 aside,
.layout__single-post.layout__single-post--8 aside,
.layout__single-post.layout__single-case-study--8 aside,
.layout__client-sectors.layout__index--8 aside,
.layout__client-sectors.layout__single-post--8 aside,
.layout__client-sectors.layout__single-case-study--8 aside,
.layout__content.layout__index--8 aside,
.layout__content.layout__single-post--8 aside,
.layout__content.layout__single-case-study--8 aside,
.layout__single-case-study.layout__index--8 aside,
.layout__single-case-study.layout__single-post--8 aside,
.layout__single-case-study.layout__single-case-study--8 aside,
.layout__office.layout__index--8 aside,
.layout__office.layout__single-post--8 aside,
.layout__office.layout__single-case-study--8 aside,
.layout__not-found.layout__index--8 aside,
.layout__not-found.layout__single-post--8 aside,
.layout__not-found.layout__single-case-study--8 aside {
    margin-top: 2.3rem;
}
.layout__index.layout__index--8 aside,
.layout__index.layout__single-post--8 aside,
.layout__index.layout__single-case-study--8 aside,
.layout__single-post.layout__index--8 aside,
.layout__single-post.layout__single-post--8 aside,
.layout__single-post.layout__single-case-study--8 aside,
.layout__client-sectors.layout__index--8 aside,
.layout__client-sectors.layout__single-post--8 aside,
.layout__client-sectors.layout__single-case-study--8 aside,
.layout__content.layout__index--8 aside,
.layout__content.layout__single-post--8 aside,
.layout__content.layout__single-case-study--8 aside,
.layout__single-case-study.layout__index--8 aside,
.layout__single-case-study.layout__single-post--8 aside,
.layout__single-case-study.layout__single-case-study--8 aside,
.layout__office.layout__index--8 aside,
.layout__office.layout__single-post--8 aside,
.layout__office.layout__single-case-study--8 aside,
.layout__not-found.layout__index--8 aside,
.layout__not-found.layout__single-post--8 aside,
.layout__not-found.layout__single-case-study--8 aside {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .layout__index.layout__index--8 aside,
    .layout__index.layout__single-post--8 aside,
    .layout__index.layout__single-case-study--8 aside,
    .layout__single-post.layout__index--8 aside,
    .layout__single-post.layout__single-post--8 aside,
    .layout__single-post.layout__single-case-study--8 aside,
    .layout__client-sectors.layout__index--8 aside,
    .layout__client-sectors.layout__single-post--8 aside,
    .layout__client-sectors.layout__single-case-study--8 aside,
    .layout__content.layout__index--8 aside,
    .layout__content.layout__single-post--8 aside,
    .layout__content.layout__single-case-study--8 aside,
    .layout__single-case-study.layout__index--8 aside,
    .layout__single-case-study.layout__single-post--8 aside,
    .layout__single-case-study.layout__single-case-study--8 aside,
    .layout__office.layout__index--8 aside,
    .layout__office.layout__single-post--8 aside,
    .layout__office.layout__single-case-study--8 aside,
    .layout__not-found.layout__index--8 aside,
    .layout__not-found.layout__single-post--8 aside,
    .layout__not-found.layout__single-case-study--8 aside {
        width: calc(100% - 50px);
        float: left;
        margin-left: 25px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
@media only screen and (min-width: 1024px) {
    .layout__index.layout__index--8 aside,
    .layout__index.layout__single-post--8 aside,
    .layout__index.layout__single-case-study--8 aside,
    .layout__single-post.layout__index--8 aside,
    .layout__single-post.layout__single-post--8 aside,
    .layout__single-post.layout__single-case-study--8 aside,
    .layout__client-sectors.layout__index--8 aside,
    .layout__client-sectors.layout__single-post--8 aside,
    .layout__client-sectors.layout__single-case-study--8 aside,
    .layout__content.layout__index--8 aside,
    .layout__content.layout__single-post--8 aside,
    .layout__content.layout__single-case-study--8 aside,
    .layout__single-case-study.layout__index--8 aside,
    .layout__single-case-study.layout__single-post--8 aside,
    .layout__single-case-study.layout__single-case-study--8 aside,
    .layout__office.layout__index--8 aside,
    .layout__office.layout__single-post--8 aside,
    .layout__office.layout__single-case-study--8 aside,
    .layout__not-found.layout__index--8 aside,
    .layout__not-found.layout__single-post--8 aside,
    .layout__not-found.layout__single-case-study--8 aside {
        width: calc(25% - 37.5px);
        float: left;
        margin-left: 30px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
@media only screen and (min-width: 768px) {
    .layout__index.layout__index--8 aside,
    .layout__index.layout__single-post--8 aside,
    .layout__index.layout__single-case-study--8 aside,
    .layout__single-post.layout__index--8 aside,
    .layout__single-post.layout__single-post--8 aside,
    .layout__single-post.layout__single-case-study--8 aside,
    .layout__client-sectors.layout__index--8 aside,
    .layout__client-sectors.layout__single-post--8 aside,
    .layout__client-sectors.layout__single-case-study--8 aside,
    .layout__content.layout__index--8 aside,
    .layout__content.layout__single-post--8 aside,
    .layout__content.layout__single-case-study--8 aside,
    .layout__single-case-study.layout__index--8 aside,
    .layout__single-case-study.layout__single-post--8 aside,
    .layout__single-case-study.layout__single-case-study--8 aside,
    .layout__office.layout__index--8 aside,
    .layout__office.layout__single-post--8 aside,
    .layout__office.layout__single-case-study--8 aside,
    .layout__not-found.layout__index--8 aside,
    .layout__not-found.layout__single-post--8 aside,
    .layout__not-found.layout__single-case-study--8 aside {
        margin-top: 3.3rem;
    }
}
@media only screen and (min-width: 1024px) {
    .layout__index.layout__index--8 aside,
    .layout__index.layout__single-post--8 aside,
    .layout__index.layout__single-case-study--8 aside,
    .layout__single-post.layout__index--8 aside,
    .layout__single-post.layout__single-post--8 aside,
    .layout__single-post.layout__single-case-study--8 aside,
    .layout__client-sectors.layout__index--8 aside,
    .layout__client-sectors.layout__single-post--8 aside,
    .layout__client-sectors.layout__single-case-study--8 aside,
    .layout__content.layout__index--8 aside,
    .layout__content.layout__single-post--8 aside,
    .layout__content.layout__single-case-study--8 aside,
    .layout__single-case-study.layout__index--8 aside,
    .layout__single-case-study.layout__single-post--8 aside,
    .layout__single-case-study.layout__single-case-study--8 aside,
    .layout__office.layout__index--8 aside,
    .layout__office.layout__single-post--8 aside,
    .layout__office.layout__single-case-study--8 aside,
    .layout__not-found.layout__index--8 aside,
    .layout__not-found.layout__single-post--8 aside,
    .layout__not-found.layout__single-case-study--8 aside {
        margin-top: 0;
    }
}
.layout__index.layout__index--12,
.layout__index.layout__content--12,
.layout__single-post.layout__index--12,
.layout__single-post.layout__content--12,
.layout__client-sectors.layout__index--12,
.layout__client-sectors.layout__content--12,
.layout__content.layout__index--12,
.layout__content.layout__content--12,
.layout__single-case-study.layout__index--12,
.layout__single-case-study.layout__content--12,
.layout__office.layout__index--12,
.layout__office.layout__content--12,
.layout__not-found.layout__index--12,
.layout__not-found.layout__content--12 {
    font-size: 0;
    padding-top: 0;
    padding-bottom: 4rem;
}
.layout__index.layout__index--12 article,
.layout__index.layout__content--12 article,
.layout__single-post.layout__index--12 article,
.layout__single-post.layout__content--12 article,
.layout__client-sectors.layout__index--12 article,
.layout__client-sectors.layout__content--12 article,
.layout__content.layout__index--12 article,
.layout__content.layout__content--12 article,
.layout__single-case-study.layout__index--12 article,
.layout__single-case-study.layout__content--12 article,
.layout__office.layout__index--12 article,
.layout__office.layout__content--12 article,
.layout__not-found.layout__index--12 article,
.layout__not-found.layout__content--12 article {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .layout__index.layout__index--12 article,
    .layout__index.layout__content--12 article,
    .layout__single-post.layout__index--12 article,
    .layout__single-post.layout__content--12 article,
    .layout__client-sectors.layout__index--12 article,
    .layout__client-sectors.layout__content--12 article,
    .layout__content.layout__index--12 article,
    .layout__content.layout__content--12 article,
    .layout__single-case-study.layout__index--12 article,
    .layout__single-case-study.layout__content--12 article,
    .layout__office.layout__index--12 article,
    .layout__office.layout__content--12 article,
    .layout__not-found.layout__index--12 article,
    .layout__not-found.layout__content--12 article {
        width: calc(100% - 50px);
        float: left;
        margin-left: 25px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
@media only screen and (min-width: 1024px) {
    .layout__index.layout__index--12 article,
    .layout__index.layout__content--12 article,
    .layout__single-post.layout__index--12 article,
    .layout__single-post.layout__content--12 article,
    .layout__client-sectors.layout__index--12 article,
    .layout__client-sectors.layout__content--12 article,
    .layout__content.layout__index--12 article,
    .layout__content.layout__content--12 article,
    .layout__single-case-study.layout__index--12 article,
    .layout__single-case-study.layout__content--12 article,
    .layout__office.layout__index--12 article,
    .layout__office.layout__content--12 article,
    .layout__not-found.layout__index--12 article,
    .layout__not-found.layout__content--12 article {
        width: calc(100% - 60px);
        float: left;
        margin-left: 30px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
@media only screen and (min-width: 768px) {
    .layout__index,
    .layout__single-post,
    .layout__client-sectors,
    .layout__content,
    .layout__single-case-study,
    .layout__office,
    .layout__not-found {
        padding-bottom: 1rem;
    }
}
@media only screen and (min-width: 1024px) {
    .layout__index,
    .layout__single-post,
    .layout__client-sectors,
    .layout__content,
    .layout__single-case-study,
    .layout__office,
    .layout__not-found {
        padding-top: 5rem;
        padding-bottom: 8rem;
    }
    .layout__index.layout__index--12,
    .layout__index.layout__content--12,
    .layout__single-post.layout__index--12,
    .layout__single-post.layout__content--12,
    .layout__client-sectors.layout__index--12,
    .layout__client-sectors.layout__content--12,
    .layout__content.layout__index--12,
    .layout__content.layout__content--12,
    .layout__single-case-study.layout__index--12,
    .layout__single-case-study.layout__content--12,
    .layout__office.layout__index--12,
    .layout__office.layout__content--12,
    .layout__not-found.layout__index--12,
    .layout__not-found.layout__content--12 {
        padding-bottom: 6rem;
    }
}
@media only screen and (min-width: 1024px) {
    .master-wrapper {
        -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
    }
}
.header-container {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.header-container .container {
    position: relative;
    background: #1795d4;
    padding: 20px 0;
    border-bottom: 1px solid #cdeeff;
}
.announcement-container a:link {
    color: #666666;
    text-decoration: underline;
}

.announcement-container a:visited {
    color: #666666;
    text-decoration: underline;
}

.announcement-container {
    width: 100%;
    height: 81px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #196c99;
}

.announcement-container .announce-text {
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
}

.announcement-container a {
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
@media only screen and (max-width: 1024px) {
   	.announcement-container a {
    	max-width: 70%;
	}
}

@media only screen and (max-width: 789px) {
   	.announcement-container a {
    	max-width: 80%;
	}
}

@media only screen and (max-width: 600px) {
   	.announcement-container a {
    	max-width: 90%;
	}
}

@media only screen and (max-width: 400px) {
   	.announcement-container a {
    	max-width: 100%;
	}
}
*/
#new-banner {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}

.blog-content {
    padding-bottom: 1rem;
}
.blog-content .blog__title {
    text-align: center;
    padding: 3rem 0 0;
    margin: 0;
    font-size: 3rem;
}
.blog-content .search-summary__title {
    text-align: center;
    margin: 2rem 0 0;
    font-family: lato, sans-serif;
    color: #666;
    font-size: 2rem;
    font-weight: 400;
}
.container-blog--primary {
    padding: 3rem 0 0;
    font-size: 0;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .container-blog--primary {
        padding: 4rem 0 0;
    }
}
@media only screen and (min-width: 1024px) {
    .container-blog--primary {
        padding: 5rem 0 0;
    }
}
.container-blog--primary .blog-title {
    font-size: 3rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.container-blog--primary li {
    margin: 0 12.5px !important;
}
.container-blog--primary li {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .container-blog--primary li {
        width: calc(50% - 37.5px);
        float: left;
        margin-left: 25px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
@media only screen and (min-width: 1024px) {
    .container-blog--primary li {
        width: calc(33.33333% - 40px);
        float: left;
        margin-left: 30px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
.container-blog--primary li::before {
    display: none;
}
@media only screen and (min-width: 768px) {
    .container-blog--primary li {
        margin: 0 12.5px !important;
    }
}
@media only screen and (min-width: 1024px) {
    .container-blog--primary li {
        margin: 0 15px !important;
    }
}
.container-blog--primary .blog-teaser__item a:hover {
    color: #333;
}
.container-blog--primary .blog-teaser__item a:hover .blog-teaser__title {
    color: #333;
}
.container-blog--primary .blog-teaser__title {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 2.2rem;
    margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
    .container-blog--primary .blog-title {
        font-size: 4rem;
        margin-bottom: 4rem;
    }
    .container-blog--primary .blog-teaser__title {
        margin-bottom: 4rem;
    }
}
@media only screen and (min-width: 1024px) {
    .container-blog--primary .blog-title {
        font-size: 5rem;
        margin-bottom: 5rem;
    }
    .container-blog--primary .blog-teaser__title {
        margin-bottom: 5rem;
    }
}
.container-blog--primary .load-more {
    margin: 0;
}
.container-blog--secondary {
    padding: 3rem 0 0;
    font-size: 0;
    background-color: #f5f5f5;
}
@media only screen and (min-width: 768px) {
    .container-blog--secondary {
        padding: 4rem 0 0;
    }
}
@media only screen and (min-width: 1024px) {
    .container-blog--secondary {
        padding: 5rem 0 0;
    }
}
.container-blog--secondary li {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .container-blog--secondary li {
        width: calc(25% - 31.25px);
        float: left;
        margin-left: 25px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
@media only screen and (min-width: 1024px) {
    .container-blog--secondary li {
        width: calc(25% - 37.5px);
        float: left;
        margin-left: 30px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
.container-blog--secondary .blog-teaser__title {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 1.8rem;
}
.container-blog--secondary .blog-teaser__item a:hover {
    color: #333;
}
.container-blog--secondary .blog-teaser__item a:hover .blog-teaser__title {
    color: #666;
}
.container-blog--ternary {
    padding: 3rem 0 0;
}
@media only screen and (min-width: 768px) {
    .container-blog--ternary {
        padding: 4rem 0 0;
    }
}
@media only screen and (min-width: 1024px) {
    .container-blog--ternary {
        padding: 5rem 0 0;
    }
}
.container-blog--ternary li {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .container-blog--ternary li {
        width: calc(50% - 37.5px);
        float: left;
        margin-left: 25px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
@media only screen and (min-width: 1024px) {
    .container-blog--ternary li {
        width: calc(33.33333% - 40px);
        float: left;
        margin-left: 30px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
.container-blog--ternary.load-more .blog-teaser:nth-child(n + 7) {
    display: none;
}
.container-blog--ternary .category-label {
    font-size: 16px;
    display: block;
    margin: 1.5rem 0;
}
.container-blog--ternary .blog-teaser__title {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 1.8rem;
}
.container-blog--ternary .blog-teaser__item a:hover {
    color: #333;
    text-decoration: none;
}
.container-blog--ternary .blog-teaser__item a:hover .blog-teaser__title {
    color: #666;
    text-decoration: underline;
}
.container-blog--ternary .blog-teaser__img {
    display: none;
}
.container-blog--ternary .more-link {
    padding: 1rem 0 6rem;
}
@media only screen and (min-width: 768px) {
    .container-blog--ternary .more-link {
        padding: 2rem 0 6rem;
    }
}
@media only screen and (min-width: 768px) {
    .blog-content .blog__title {
        font-size: 4rem;
        padding: 4rem 0 0;
    }
}
@media only screen and (min-width: 1024px) {
    .blog-content .blog__title {
        font-size: 5rem;
        padding: 5rem 0 0;
    }
    .container-blog--primary .blog-teaser__title {
        font-size: 3.2rem;
    }
    .container-blog--secondary .blog-teaser__title,
    .container-blog--ternary .blog-teaser__title {
        font-size: 2.2rem;
    }
}
.layout__single-post header {
    position: relative;
}
.layout__single-post header h1 {
    font-size: 3rem;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    margin: 2.6rem 0 2.4rem;
}
.layout__single-post header h4 {
    font-family: lato, sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #666;
    padding: 0;
    margin: 0;
}
.layout__single-post header h4 .date:before {
    content: "|";
    margin: 0 5px;
}
.layout__single-post header .container--author {
    font-size: 2rem;
    display: block;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.8rem;
    max-width: 100%;
}
.layout__single-post header .container--author div {
    display: inline-block;
    vertical-align: middle;
}
.layout__single-post header .container--author img {
    margin-right: 10px;
}
.layout__single-post header .container--author .author__name,
.layout__single-post header .container--author .author__title {
    display: block;
}
.layout__single-post header .container--author .author__title {
    margin: 0;
}
.layout__single-post header .social-links__wrapper {
    font-size: 0;
    margin: 0 0 2.4rem;
}
@media only screen and (min-width: 768px) {
    .layout__single-post header h1 {
        font-size: 5rem;
        margin: 3.6rem 0 3.4rem;
    }
    .layout__single-post header h4 {
        font-size: 1.8rem;
        padding: 0;
        margin: 0;
    }
    .layout__single-post header .container--author {
        font-size: 2rem;
        padding-bottom: 2.5rem;
        margin-bottom: 2.8rem;
    }
    .layout__single-post header .social-links__wrapper {
        position: absolute;
        right: 0;
        top: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .layout__single-post header h1 {
        font-size: 6rem;
        margin: 4.6rem 0 4.4rem;
    }
    .layout__single-post header h4 {
        font-size: 2rem;
        padding: 0;
        margin: 0;
    }
    .layout__single-post header .container--author {
        font-size: 2rem;
        padding-bottom: 3.5rem;
        margin-bottom: 3.8rem;
    }
    .layout__single-post header .social-links__wrapper {
        position: absolute;
        right: 0;
        top: 0;
    }
}
.layout__author {
    text-align: center;
    padding-top: 3rem;
}
.layout__author .load-more .blog-teaser:nth-child(n + 7) {
    display: none;
}
.layout__author .social-links__wrapper {
    margin-bottom: 3rem !important;
    font-size: 0;
}
@media only screen and (min-width: 768px) {
    .layout__author {
        padding-top: 5rem;
    }
    .layout__author .social-links__wrapper {
        margin-bottom: 4rem !important;
    }
    .layout__author .more-link {
        padding: 2rem 0 6rem;
    }
    .layout__author .more-link .btn,
    .layout__author
        .more-link
        #cookie-notice
        .cookie-notice-container
        #cn-accept-cookie,
    #cookie-notice
        .cookie-notice-container
        .layout__author
        .more-link
        #cn-accept-cookie {
        width: calc(66.66% - 60px);
    }
}
@media only screen and (min-width: 1024px) {
    .layout__author {
        padding-top: 6rem;
    }
}
.layout__author .more-link {
    padding-bottom: 6rem;
}

.layout__location {
    margin: 0;
    padding: 0;
}

.container--our-blog .xlarge-header {
    font-size: 4rem;
    font-weight: 700;
    font-family: montserrat, sans-serif;
    color: #333;
    margin: 0 0 3rem;
}
.container--our-blog .blog-teaser__content__title {
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 3rem;
}
.container--our-blog .more-link {
    margin: 0 0 3rem;
}
@media only screen and (min-width: 768px) {
    .container--our-blog .xlarge-header {
        font-size: 5rem;
        margin: 0 0 4rem;
    }
    .container--our-blog .more-link {
        margin: 0 0 4rem;
    }
}
@media only screen and (min-width: 1024px) {
    .container--our-blog .xlarge-header {
        font-size: 6rem;
        margin: 0 0 5rem;
    }
    .container--our-blog .more-link {
        margin: 0 0 5rem;
    }
}
.layout__client .client__title {
    font-size: 2.6rem;
    text-align: center;
    padding: 3rem 0;
    margin: 0;
}
.layout__client .load-more .case-studies__list__item:nth-child(n + 4) {
    display: none;
}
.layout__client .container__client-logos li {
    width: calc(50% - 37.5px);
    text-align: left;
    vertical-align: middle !important;
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
}
.layout__client .container__client-logos li {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .layout__client .container__client-logos li {
        width: calc(33.33333% - 33.33333px);
        float: left;
        margin-left: 25px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
@media only screen and (min-width: 1024px) {
    .layout__client .container__client-logos li {
        width: calc(25% - 37.5px);
        float: left;
        margin-left: 30px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
@media only screen and (min-width: 768px) {
    .layout__client .container__client-logos li {
        width: calc(17% - 40px) !important;
    }
}
@media only screen and (min-width: 1024px) {
    .layout__client .container__client-logos li {
        width: calc(17% - 40px) !important;
    }
}
.layout__client .container__client-logos li img {
    max-width: 100%;
}
.layout__client .container__client-logos.container__client-logos--public li {
    width: calc(50% - 37.5px);
    text-align: left;
    vertical-align: middle !important;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
    .layout__client
        .container__client-logos.container__client-logos--public
        li {
        width: calc(17% - 40px) !important;
    }
}
@media only screen and (min-width: 1024px) {
    .layout__client
        .container__client-logos.container__client-logos--public
        li {
        width: calc(17% - 40px) !important;
    }
}
.layout__client
    .container__client-logos.container__client-logos--public
    li
    div
    img {
    max-height: 100px;
}
@media only screen and (min-width: 768px) {
    .layout__client .client__title {
        font-size: 3rem;
        padding: 4rem 0;
    }
    .layout__client .container__client-logos li {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
}
@media only screen and (min-width: 1024px) {
    .layout__client .client__title {
        font-size: 4rem;
        padding: 5rem 0;
    }
    .layout__client .container__client-logos li {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
}
.layout__client.layout__client--third .container__client-logos li {
    width: calc(50% - 37.5px);
    float: left;
    margin-left: 25px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .layout__client.layout__client--third .container__client-logos li {
        width: calc(33.33333% - 33.33333px);
        float: left;
        margin-left: 25px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
@media only screen and (min-width: 1024px) {
    .layout__client.layout__client--third .container__client-logos li {
        width: calc(33.33333% - 40px);
        float: left;
        margin-left: 30px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
.layout__client-sectors .load-more .case-studies__list__item:nth-child(n + 5) {
    display: none;
}
.layout__all_authors {
    padding: 5rem 0;
}
.layout__all_authors .feature-image__inner img {
    width: 110px;
    height: 110px;
}
.layout__all_authors .author-list__title {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 2.3rem;
}
.layout__all_authors ul li {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    text-align: center;
    margin-bottom: 4.5rem;
}
.layout__all_authors ul li:nth-last-of-type(1) {
    margin-bottom: 0;
}
.layout__all_authors ul li .feature-image__inner {
    margin-bottom: 1.5rem;
}
.layout__all_authors ul li .author__name {
    margin: 0 0 1rem;
    display: block;
}
.layout__all_authors ul li .author__title {
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .layout__all_authors {
        padding: 3.2rem 0 3.5rem;
    }
    .layout__all_authors .author-list__title {
        font-size: 4rem;
        margin-bottom: 3.1rem;
    }
    .layout__all_authors ul li {
        width: calc(50% - 37.5px);
        float: left;
        margin-left: 25px;
    }
    .layout__all_authors ul li:nth-last-of-type(1),
    .layout__all_authors ul li:nth-last-of-type(2) {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .layout__all_authors {
        text-align: center;
        padding: 4.3rem 0 0;
    }
    .layout__all_authors .feature-image__inner img {
        width: 130px;
        height: 130px;
    }
    .layout__all_authors .author-list__title {
        font-size: 5rem;
        margin-bottom: 5rem;
    }
    .layout__all_authors ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .layout__all_authors ul li {
        width: calc(33.33333% - 40px);
        float: left;
        margin-left: 30px;
    }
}
.customize-support #main-container {
    padding-top: 49px;
}
#main-container {
    padding-top: 124px;
    background-color: #fff;
    margin-top: 38px;
}
.layout .default-header__title {
    font-size: 4rem;
    margin: 0 0 3rem;
}
@media only screen and (min-width: 768px) {
    .layout .default-header__title {
        font-size: 5rem;
        margin: 0 0 4rem;
    }
}
@media only screen and (min-width: 1024px) {
    .layout .default-header__title {
        font-size: 6rem;
        margin: 0 0 5rem;
    }
}
.layout h2,
.layout h3,
.layout h4,
.layout h5,
.layout h6 {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    padding: 0;
    font-size: 2.2rem;
    margin: 0 0 3rem;
}
.layout h3 {
    font-size: 2.1rem;
}
.layout h4 {
    font-size: 2rem;
}
.layout h5 {
    font-size: 1.9rem;
}
.layout h6 {
    font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
    .layout h2,
    .layout h3,
    .layout h4,
    .layout h5,
    .layout h6 {
        font-size: 2.6rem;
    }
}
@media only screen and (min-width: 1024px) {
    .layout h2 {
        font-size: 3rem;
    }
    .layout h3 {
        font-size: 2.6rem;
    }
    .layout h4 {
        font-size: 2.2rem;
    }
    .layout h5 {
        font-size: 1.8rem;
    }
    .layout h6 {
        font-size: 1.6rem;
    }
}
.layout img,
.layout iframe {
    max-width: 100%;
}
.layout iframe {
    border: 0;
}
.layout img {
    height: auto;
}
.layout strong,
.layout b {
    font-weight: 700;
    color: #333;
}
.layout .social-links__wrapper {
    margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
    .layout .social-links__wrapper {
        margin-bottom: 4rem;
    }
}
@media only screen and (min-width: 1024px) {
    .layout .social-links__wrapper {
        margin-bottom: 0;
    }
}
.layout__author-list {
    padding: 2.3rem 0 2.5rem;
}
.layout__author-list .author-list__title {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 2.3rem;
}
.layout__author-list ul li {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    text-align: center;
    margin-bottom: 4.5rem;
}
.layout__author-list ul li:nth-last-of-type(1) {
    margin-bottom: 0;
}
.layout__author-list ul li .feature-image__inner {
    margin-bottom: 1.5rem;
    display: inline-block;
}
.layout__author-list ul li .author__name {
    margin: 0 0 1rem;
    display: inline-block;
}
.layout__author-list ul li .author__name p {
    color: #1795d4;
    margin: 0;
}
.layout__author-list ul li .author__name:hover p {
    color: #e7087c;
}
.layout__author-list ul li .author__title {
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .layout__author-list {
        padding: 3.2rem 0 3.5rem;
    }
    .layout__author-list .author-list__title {
        font-size: 4rem;
        margin-bottom: 3.1rem;
    }
    .layout__author-list ul li {
        width: calc(50% - 37.5px);
        float: left;
        margin-left: 25px;
    }
    .layout__author-list ul li:nth-last-of-type(1),
    .layout__author-list ul li:nth-last-of-type(2) {
        margin-bottom: 0;
    }
    .layout__author-list ul li:nth-child(n + 3) img {
        max-width: 130px;
        max-height: 130px;
    }
}
@media only screen and (min-width: 1024px) {
    .layout__author-list {
        text-align: center;
        padding: 4.3rem 0 0;
    }
    .layout__author-list .feature-image__inner img {
        width: 170px;
        height: 170px;
    }
    .layout__author-list .author-list__title {
        font-size: 5rem;
        margin-bottom: 5rem;
    }
    .layout__author-list ul li {
        width: calc(33.33333% - 40px);
        float: left;
        margin-left: 30px;
    }
    .layout__author-list ul li:nth-child(1),
    .layout__author-list ul li:nth-child(2) {
        display: inline-block;
        width: 35%;
        float: none;
        margin: 0 auto 5.6rem auto;
    }
    .layout__author-list ul li:nth-last-of-type(1),
    .layout__author-list ul li:nth-last-of-type(2) {
        margin-bottom: 5.6rem;
    }
}
.layout__people-list {
    padding: 2.3rem 0 2.5rem;
}
@media only screen and (min-width: 768px) {
    .layout__people-list {
        padding: 4.3rem 0 0;
    }
}
.layout__people-list .people-list__title {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 2.3rem;
}
@media only screen and (min-width: 768px) {
    .layout__people-list .people-list__title {
        font-size: 4rem;
        margin-bottom: 3.1rem;
    }
}
@media only screen and (min-width: 1024px) {
    .layout__people-list .people-list__title {
        font-size: 5rem;
        margin-bottom: 5rem;
    }
}
.layout__people-list .people-list__item {
    text-align: center;
    margin-bottom: 4.5rem;
}
@media only screen and (min-width: 768px) {
    .layout__people-list .people-list__item {
        width: calc(50% - 45px);
        float: left;
        margin-left: 30px;
    }
}
@media only screen and (min-width: 1300px) {
    .layout__people-list .people-list__item {
        width: calc(33.33333% - 40px);
        float: left;
        margin-left: 30px;
    }
}
.layout__people-list .people-list__item .feature-image__inner {
    margin-bottom: 1.5rem;
}
.layout__people-list .people-list__item .feature-image__inner img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
.layout__people-list .people-list__name {
    margin: 0 0 1rem;
    display: inline-block;
}
.layout__people-list .people-list__name p {
    color: #1795d4;
    margin: 0;
}
.layout__contact > .container {
    padding: 2.4rem 0;
}
.layout__contact .contact__title {
    font-size: 3rem;
    text-align: center;
    margin: 0 0 2.3rem;
}
.layout__contact .contact__region {
    font-family: lato, sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #666;
    margin: 0 0 1rem;
}
.layout__contact .contact__city {
    font-size: 3rem;
    margin: 0 0 0.7rem;
    color: #333;
    font-weight: 400;
}
.layout__contact .contact__tel {
    font-size: 2.2rem;
    font-family: montserrat, sans-serif;
    display: block;
    margin: 0 0 1rem;
    color: #333;
}
.layout__contact .contact__email {
    font-size: 1.8rem;
    font-family: montserrat, sans-serif;
    font-weight: 300;
    margin: 0 0 2.4rem;
    display: block;
}
.layout__contact .category-module {
    padding: 2rem 0;
}
.layout__contact .contact-list__item {
    background-color: #fff;
    margin-bottom: 3rem;
    padding: 3rem 2rem;
    text-align: center;
}
.layout__contact .contact-list__item {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .layout__contact .contact-list__item {
        width: calc(50% - 37.5px);
        float: left;
        margin-left: 25px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
@media only screen and (min-width: 1024px) {
    .layout__contact .contact-list__item {
        width: calc(50% - 45px);
        float: left;
        margin-left: 30px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
.layout__contact .contact-list__item:last-of-type {
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
    .layout__contact > .container {
        padding: 3.4rem 0;
    }
    .layout__contact .contact__title {
        font-size: 4rem;
        margin: 0 0 3.3rem;
    }
    .layout__contact .contact__region {
        margin: 0 0 2rem;
        font-size: 1.8rem;
    }
    .layout__contact .contact__city {
        font-size: 4rem;
        margin: 0 0 1.7rem;
    }
    .layout__contact .contact__tel {
        font-size: 2.6rem;
        margin: 0 0 2rem;
    }
    .layout__contact .contact__email {
        margin: 0 0 2.4rem;
        font-size: 2rem;
    }
    .layout__contact .contact-list__item {
        padding: 4rem;
    }
}
@media only screen and (min-width: 1024px) {
    .layout__contact > .container {
        padding: 4rem 0;
    }
    .layout__contact .contact__title {
        font-size: 5rem;
        margin: 0 0 3.6rem;
    }
    .layout__contact .contact__region {
        margin: 0 0 2rem;
        font-size: 1.8rem;
    }
    .layout__contact .contact__city {
        font-size: 5rem;
        margin: 0 0 1.7rem;
    }
    .layout__contact .contact__tel {
        font-size: 3.2rem;
        margin: 0 0 2rem;
    }
    .layout__contact .contact__email {
        margin: 0 0 2.4rem;
    }
    .layout__contact .contact-list__item {
        padding: 5rem;
    }
}
.layout__office .feature-image,
.address .feature-image {
    margin-bottom: 2.2rem;
}
.layout__office .contact-us__title,
.address .contact-us__title {
    margin: 0 0 1.5rem;
}
.layout__office .contact-use__map,
.address .contact-use__map {
    height: 400px;
}
.layout__office .contact-us__tel,
.layout__office .contact-us__email,
.address .contact-us__tel,
.address .contact-us__email {
    display: table;
}
.layout__office .contact-us__tel,
.address .contact-us__tel {
    font-family: lato, sans-serif;
    font-weight: 400;
    color: #333;
}
.layout__office .contact-us__tel,
.address .contact-us__tel {
    font-family: montserrat, sans-serif;
    margin-bottom: 2rem;
}
.layout__office .contact-us__email,
.address .contact-us__email {
    margin-bottom: 2rem;
}
.layout__office .contact-us__address p,
.address .contact-us__address p {
    font-size: 2rem;
    margin: 0;
}
.layout__office article,
.address article {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .layout__office article,
    .address article {
        width: calc(100% - 50px);
        float: left;
        margin-left: 25px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
@media only screen and (min-width: 1024px) {
    .layout__office article,
    .address article {
        width: calc(75% - 52.5px);
        float: left;
        margin-left: 30px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
.layout__office aside,
.address aside {
    border-top: 1px solid #ddd;
    padding: 3rem 0;
}
.layout__office aside,
.address aside {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .layout__office aside,
    .address aside {
        width: calc(100% - 50px);
        float: left;
        margin-left: 25px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
@media only screen and (min-width: 1024px) {
    .layout__office aside,
    .address aside {
        width: calc(25% - 37.5px);
        float: left;
        margin-left: 30px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}
@media only screen and (min-width: 768px) {
    .layout__office .feature-image,
    .address .feature-image {
        margin-bottom: 3.2rem;
    }
    .layout__office .contact-us__title,
    .address .contact-us__title {
        margin: 0 0 2.1rem;
    }
    .layout__office .contact-us__tel,
    .address .contact-us__tel {
        font-size: 2.6rem;
    }
    .layout__office article,
    .address article {
        padding-bottom: 1rem;
    }
    .layout__office aside,
    .address aside {
        padding: 4rem 0;
    }
}
@media only screen and (min-width: 1024px) {
    .layout__office,
    .address {
        padding-bottom: 0;
    }
    .layout__office .feature-image,
    .address .feature-image {
        margin-bottom: 3.7rem;
    }
    .layout__office .contact-us__title,
    .address .contact-us__title {
        margin: 0 0 2.8rem;
    }
    .layout__office .contact-us__tel,
    .address .contact-us__tel {
        font-size: 3rem;
    }
    .layout__office article,
    .address article {
        padding-bottom: 2rem;
    }
    .layout__office aside,
    .address aside {
        border-top: none;
        padding: 0;
    }
}
.google-map {
    margin: 0 -25px;
}
@media only screen and (min-width: 768px) {
    .google-map {
        margin: 0 -45px;
    }
}
.google-map .contact-use__map {
    height: 400px;
}
.layout__deep-navlist {
    text-align: center;
}
.layout__deep-navlist li {
    display: inline-block;
    width: 50%;
}
.footer-container {
    background-color: #373d45;
    color: #fff;
    padding: 4rem 0 3rem;
    text-align: center;
    overflow: hidden;
}
.footer-container .footer-content {
    border-bottom: 1px solid #666;
}
.footer-container .footer-content .footer-strapline {
    margin-bottom: 3rem;
    overflow: hidden;
}
.footer-container .footer-content .footer-strapline p {
    font-size: 2.6rem;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.footer-container .footer-content .footer-social-links-menu {
    overflow: hidden;
    padding-bottom: 4rem;
}
.footer-container .footer-navigations {
    padding-top: 1.7rem;
    overflow: hidden;
}
.footer-container .footer-navigations .footer-navigation {
    overflow: hidden;
    border-bottom: 1px solid #666;
}
.footer-container .footer-navigations .footer-legal-navigation {
    padding-top: 2.1rem;
}
@media only screen and (min-width: 768px) {
    .footer-container .footer-content .footer-strapline {
        float: left;
        width: calc(100% - 406px);
        text-align: left;
        margin-bottom: 4rem;
    }
    .footer-container .footer-content .footer-strapline p {
        font-size: 3.2rem;
    }
    .footer-container .footer-content .footer-social-links-menu {
        float: left;
        width: 406px;
        text-align: right;
    }
    .footer-container .footer-navigations .footer-navigation {
        text-align: left;
        padding-bottom: 1.7rem;
    }
    .footer-container .footer-navigations .footer-legal-navigation {
        text-align: left;
    }
    .footer-container
        .footer-navigations
        .footer-legal-navigation
        .legal-navigation__item
        a {
        padding: 0 4rem 0 0;
    }
}
@media only screen and (min-width: 1024px) {
    .footer-container .footer-content .footer-strapline {
        float: left;
        text-align: left;
        margin-bottom: 4rem;
    }
    .footer-container .footer-content .footer-strapline p {
        font-size: 4rem;
    }
    .footer-container .footer-content .footer-social-links-menu {
        float: right;
        text-align: right;
        font-size: 0;
    }
    .footer-container .footer-navigations .footer-navigation {
        text-align: left;
        padding-bottom: 1.7rem;
    }
    .footer-container .footer-navigations .footer-legal-navigation {
        text-align: left;
    }
    .footer-container
        .footer-navigations
        .footer-legal-navigation
        .legal-navigation__item
        a {
        padding: 0 3rem 0 0;
    }

    .footer-social-links-menu__inner {
        float: right;
    }
}
.related-content .related-content__title {
    margin-bottom: 2.5rem;
}
.button-container {
    padding: 2rem 0 0 0;
    text-align: center;
}
.button-container .btn,
.button-container #cookie-notice .cookie-notice-container #cn-accept-cookie,
#cookie-notice .cookie-notice-container .button-container #cn-accept-cookie {
    margin: 0 auto 2rem;
    display: block;
}
@media only screen and (min-width: 768px) {
    .button-container .btn,
    .button-container #cookie-notice .cookie-notice-container #cn-accept-cookie,
    #cookie-notice
        .cookie-notice-container
        .button-container
        #cn-accept-cookie {
        display: inline-block;
    }
    .button-container .btn:first-child,
    .button-container
        #cookie-notice
        .cookie-notice-container
        #cn-accept-cookie:first-child,
    #cookie-notice
        .cookie-notice-container
        .button-container
        #cn-accept-cookie:first-child {
        margin-right: 1rem;
        margin-bottom: 0;
    }
    .button-container .btn:last-child,
    .button-container
        #cookie-notice
        .cookie-notice-container
        #cn-accept-cookie:last-child,
    #cookie-notice
        .cookie-notice-container
        .button-container
        #cn-accept-cookie:last-child {
        margin-left: 1rem;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 768px) {
    .cp-category-module--two-col .cp-category-module__contents {
        position: relative;
        display: inline;
    }
    .cp-category-module--two-col .cp-category-module__img {
        position: relative;
        display: inline;
    }
}
@media only screen and (min-width: 768px) {
    .cp-category-module--two-col.cp-category-module--illustration_right
        .cp-category-module__contents {
        width: calc(50% - 25px);
        left: -50%;
    }
    .cp-category-module--two-col.cp-category-module--illustration_right
        .cp-category-module__img {
        width: calc(50% - 25px);
        left: 50%;
    }
}
@media only screen and (min-width: 1024px) {
    .cp-category-module--two-col.cp-category-module--illustration_right
        .cp-category-module__contents {
        width: calc(50% - 30px);
        margin-left: 30px;
        margin-right: 0;
    }
    .cp-category-module--two-col.cp-category-module--illustration_right
        .cp-category-module__img {
        width: calc(50% - 30px);
        margin-left: 0;
        margin-right: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .cp-category-module--two-col.cp-category-module--illustration_left
        .cp-category-module__contents {
        width: calc(50% - 25px);
        margin-left: 0;
        margin-right: 25px;
        left: 0;
    }
    .cp-category-module--two-col.cp-category-module--illustration_left
        .cp-category-module__img {
        width: calc(50% - 25px);
        left: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .cp-category-module--two-col.cp-category-module--illustration_left
        .cp-category-module__contents {
        width: calc(50% - 30px);
        margin-right: 30px;
    }
    .cp-category-module--two-col.cp-category-module--illustration_left
        .cp-category-module__img {
        width: calc(50% - 30px);
        left: 0;
        margin-right: 0;
        margin-left: 30px;
    }
}
.cp-category-module--one-col .cp-category-module__img {
    display: none;
}
@media only screen and (min-width: 768px) {
    .cp-category-module--one-col .cp-category-module__contents {
        width: calc(100% - 50px);
        float: left;
        margin-left: 25px;
        font-size: 2.2rem;
        text-align: center;
    }
    .cp-category-module--one-col .cp-category-module__img {
        width: calc(100% - 50px);
        float: left;
        margin-left: 25px;
        height: 235px;
        max-width: 100%;
        margin-bottom: 2rem;
    }
}
@media only screen and (min-width: 1024px) {
    .cp-category-module--one-col .cp-category-module__contents {
        width: calc(100% - 50px);
        float: left;
        margin-left: 25px;
        font-size: 2.2rem;
        text-align: center;
    }
    .cp-category-module--one-col .cp-category-module__img {
        width: calc(100% - 50px);
        float: left;
        margin-left: 25px;
        height: 235px;
        max-width: 100%;
        margin-bottom: 2rem;
    }
}
.cp-category-module {
    overflow: hidden;
    border-top: 10px solid;
    padding: 4rem 0;
}
.cp-category-module .cp-category-module__title {
    font-size: 4rem;
    margin-bottom: 2rem;
}
.cp-category-module .cp-category-module__contents {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    text-align: center;
}
.cp-category-module .cp-category-module__contents p {
    font-size: 2.2rem;
}
.cp-category-module .cp-category-module__img {
    width: calc(100% - 50px);
    float: left;
    margin-left: 25px;
    height: 235px;
    max-width: 100%;
    margin-bottom: 2rem;
}
.cp-category-module--no-illustration .cp-category-module__img {
    display: none;
}
@media only screen and (min-width: 768px) {
    .cp-category-module {
        padding: 6.1rem 0;
    }
    .cp-category-module .cp-category-module__title {
        font-size: 5rem;
        margin-bottom: 2rem;
    }
    .cp-category-module .cp-category-module__contents {
        text-align: inherit;
    }
    .cp-category-module .cp-category-module__contents p {
        font-size: 2.6rem;
    }
    .cp-category-module .cp-category-module__img {
        height: 368px;
        max-width: 100%;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .cp-category-module {
        padding: 11.1rem 0;
    }
    .cp-category-module .cp-category-module__title {
        font-size: 6rem;
        margin-bottom: 3rem;
    }
    .cp-category-module .cp-category-module__contents p {
        font-size: 3.2rem;
    }
    .cp-category-module .cp-category-module__description {
        font-size: 3.2rem;
        margin-bottom: 4rem;
    }
    .cp-category-module .cp-category-module__img {
        height: 405px;
        margin-bottom: 0;
    }
    .cp-category-module--no-illustration .cp-category-module__contents {
        width: calc(100% - 60px);
        float: left;
        margin-left: 30px;
    }
}
.cp-category-module.cp-category-module--content {
    padding: 4.5rem 0 5rem;
}
.cp-category-module.cp-category-module--content.cp-category-module--google-map {
    padding: 0;
}
.cp-category-module.cp-category-module--content .container-blog--primary {
    padding: 0;
}
.cp-category-module.cp-category-module--content .container-blog--primary h2 {
    display: none;
}
.cp-category-module.cp-category-module--content .container-blog--primary ul {
    padding-left: 0;
}
.cp-category-module.cp-category-module--content
    .container-blog--primary
    .more-link {
    margin-bottom: 0;
}
.cp-category-module.cp-category-module--content.cp-category-module--blog-posts
    .cp-category-module__title {
    font-size: 4rem;
    margin: 0 0 3rem;
}
@media only screen and (min-width: 768px) {
    .cp-category-module.cp-category-module--content.cp-category-module--blog-posts
        .cp-category-module__title {
        font-size: 5rem;
        margin: 0 0 4rem;
    }
}
@media only screen and (min-width: 1024px) {
    .cp-category-module.cp-category-module--content.cp-category-module--blog-posts
        .cp-category-module__title {
        font-size: 6rem;
        margin: 0 0 5rem;
    }
}
.cp-category-module.cp-category-module--content p {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 3rem;
}
.cp-category-module.cp-category-module--content img {
    max-width: 100%;
}
.cp-category-module.cp-category-module--content.cp-category-module--center {
    text-align: center;
}
.cp-category-module.cp-category-module--content.cp-category-module--right {
    text-align: right;
}
.cp-category-module.cp-category-module--content .cp-category-module__title {
    margin: 0 0 3rem;
}
.cp-category-module.cp-category-module--content .cp-category-module__sub-title {
    font-size: 2rem;
    font-weight: 400;
}
@media only screen and (min-width: 768px) {
    .cp-category-module.cp-category-module--content
        .cp-category-module__sub-title {
        font-size: 2.6rem;
    }
}
.cp-category-module.cp-category-module--content .intro {
    font-family: lato, sans-serif;
    font-weight: 400;
    color: #333;
    line-height: 1.188;
    font-size: 2.2rem;
}
@media only screen and (min-width: 768px) {
    .cp-category-module.cp-category-module--content .cp-category-module__title {
        margin: 0 0 4rem;
    }
    .cp-category-module.cp-category-module--content
        .cp-category-module__sub-title {
        font-size: 2rem;
        margin-bottom: 2.8rem;
    }
    .cp-category-module.cp-category-module--content .intro {
        font-size: 2.6rem;
    }
}
@media only screen and (min-width: 1024px) {
    .cp-category-module.cp-category-module--content .cp-category-module__title {
        font-size: 5rem;
        margin: 0 0 4rem;
    }
    .cp-category-module.cp-category-module--content
        .cp-category-module__sub-title {
        font-size: 2.6rem;
        margin-bottom: 3.8rem;
    }
    .cp-category-module.cp-category-module--content .intro {
        font-size: 3.2rem;
    }
}
.cp-category-module .cp-category-module__title--centre {
    text-align: center;
}
.cp-category-module--sub-category {
    padding: 4rem 0 3rem;
}
.cp-category-module--sub-category .cp-category-module__title {
    font-size: 2.6rem;
    margin-bottom: 2rem;
}
.cp-category-module--sub-category .cp-category-module__description p {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
.cp-category-module--sub-category .cp-category-module__img {
    margin-bottom: 2rem;
    height: 130px;
}
@media only screen and (min-width: 768px) {
    .cp-category-module--sub-category {
        padding: 4.5rem 0;
    }
    .cp-category-module--sub-category .cp-category-module__title {
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    .cp-category-module--sub-category .cp-category-module__description p {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    .cp-category-module--sub-category .cp-category-module__img {
        margin-bottom: 0;
        height: 230px;
    }
}
@media only screen and (min-width: 1024px) {
    .cp-category-module--sub-category {
        padding: 6.4rem 0;
    }
    .cp-category-module--sub-category .cp-category-module__title {
        font-size: 4rem;
        margin-bottom: 3rem;
    }
    .cp-category-module--sub-category .cp-category-module__description p {
        font-size: 2.2rem;
        margin-bottom: 3rem;
    }
    .cp-category-module--sub-category .cp-category-module__img {
        margin-bottom: 0;
        height: 260px;
    }
}
.cp-category-module--text_left {
    text-align: left;
}
.cp-category-module--text_right {
    text-align: right;
}
.cp-category-module--text_center {
    text-align: center;
}
.cp-category-module--illustration-lightbulb .cp-category-module__img {
    background-image: url("assets/illustrations/lightbulb-yellow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cp-category-module--illustration-calendar .cp-category-module__img {
    background-image: url("assets/illustrations/calendar.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cp-category-module--illustration-verticals .cp-category-module__img {
    background-image: url("assets/illustrations/verticals.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cp-category-module--illustration-helix .cp-category-module__img {
    background-image: url("assets/illustrations/helix.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cp-category-module--illustration-thought-bubble .cp-category-module__img {
    background-image: url("assets/illustrations/thought-bubble.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cp-category-module--illustration-ee-globe .cp-category-module__img {
    background-image: url("assets/illustrations/globe-white.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cp-category-module--illustration-ee-globe-blue .cp-category-module__img {
    background-image: url("assets/illustrations/globe.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cp-category-module--illustration-speech-bubble .cp-category-module__img {
    background-image: url("assets/illustrations/speech-bubble.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cp-category-module--illustration-ee-logo .cp-category-module__img {
    background-image: url("assets/illustrations/ee-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cp-category-module--illustration-molecular .cp-category-module__img {
    background-image: url("assets/illustrations/molecular.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cp-category-module--illustration-us-flag .cp-category-module__img {
    background-image: url("assets/illustrations/us-flag.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cp-category-module--illustration-cv .cp-category-module__img {
    background-image: url("assets/illustrations/cv.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cp-category-module--illustration-coat-of-arms .cp-category-module__img {
    background-image: url("assets/illustrations/coat-of-arms.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cp-category-module--illustration-space-ship .cp-category-module__img {
    background-image: url("assets/illustrations/space-ship.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cp-category-module--illustration-mobile .cp-category-module__img {
    background-image: url("assets/illustrations/mobile.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cp-category-module--illustration-10-years .cp-category-module__img {
    background-image: url("assets/illustrations/10-years.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cp-category-module--illustration-brand .cp-category-module__img {
    background-image: url("assets/illustrations/brand.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cp-category-module--illustration-transformation .cp-category-module__img {
    background-image: url("assets/illustrations/transformation.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cp-category-module--illustration-handshake .cp-category-module__img {
    background-image: url("assets/illustrations/handshake.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cp-category-module--illustration-lightbulb-2 .cp-category-module__img {
    background-image: url("assets/illustrations/lightbulb-2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cp-category-module--illustration-speech-bubble-2 .cp-category-module__img {
    background-image: url("assets/illustrations/speech-bubble-2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cp-category-module--reduced .cp-category-module__img {
    height: 300px;
}
.cp-category-module--1 {
    border: none;
}
.cp-category-module--white {
    background-color: #fff;
    border: none;
}
.cp-category-module--white
    .cp-category-module__contents
    .cp-category-module__title,
.cp-category-module--white .cp-category-module__contents p {
    color: #333;
}
.cp-category-module--white .btn,
.cp-category-module--white
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie,
#cookie-notice
    .cookie-notice-container
    .cp-category-module--white
    #cn-accept-cookie {
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    color: #1795d4;
    -webkit-box-shadow: inset 0 0 0 2px #1795d4;
    box-shadow: inset 0 0 0 2px #1795d4;
}
.cp-category-module--white .btn:hover,
.cp-category-module--white
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie:hover,
#cookie-notice
    .cookie-notice-container
    .cp-category-module--white
    #cn-accept-cookie:hover,
.cp-category-module--white .btn:focus,
.cp-category-module--white
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie:focus,
#cookie-notice
    .cookie-notice-container
    .cp-category-module--white
    #cn-accept-cookie:focus,
.cp-category-module--white .btn:active,
.cp-category-module--white
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie:active,
#cookie-notice
    .cookie-notice-container
    .cp-category-module--white
    #cn-accept-cookie:active {
    background-color: #fff;
    color: #196b98;
    -webkit-box-shadow: inset 0 0 0 2px #196b98;
    box-shadow: inset 0 0 0 2px #196b98;
}
.cp-category-module--blue {
    background-color: #1795d4;
    border-color: #1482b8;
}
.cp-category-module--blue
    .cp-category-module__contents
    .cp-category-module__title,
.cp-category-module--blue .cp-category-module__contents h2,
.cp-category-module--blue .cp-category-module__contents h3,
.cp-category-module--blue .cp-category-module__contents h4,
.cp-category-module--blue .cp-category-module__contents p,
.cp-category-module--blue .cp-category-module__contents ul,
.cp-category-module--blue .cp-category-module__contents ol {
    color: #fff;
}
.cp-category-module--blue .btn,
.cp-category-module--blue
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie,
#cookie-notice
    .cookie-notice-container
    .cp-category-module--blue
    #cn-accept-cookie {
    text-align: center;
    border-radius: 5px;
    background-color: #1795d4;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.cp-category-module--blue .btn:hover,
.cp-category-module--blue
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie:hover,
#cookie-notice
    .cookie-notice-container
    .cp-category-module--blue
    #cn-accept-cookie:hover,
.cp-category-module--blue .btn:focus,
.cp-category-module--blue
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie:focus,
#cookie-notice
    .cookie-notice-container
    .cp-category-module--blue
    #cn-accept-cookie:focus,
.cp-category-module--blue .btn:active,
.cp-category-module--blue
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie:active,
#cookie-notice
    .cookie-notice-container
    .cp-category-module--blue
    #cn-accept-cookie:active {
    background-color: #1795d4;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.cp-category-module--yellow {
    background-color: #fed800;
    border-color: #d4b526;
}
.cp-category-module--yellow
    .cp-category-module__contents
    .cp-category-module__title,
.cp-category-module--yellow .cp-category-module__contents h2,
.cp-category-module--yellow .cp-category-module__contents h3,
.cp-category-module--yellow .cp-category-module__contents h4,
.cp-category-module--yellow .cp-category-module__contents p,
.cp-category-module--yellow .cp-category-module__contents ul,
.cp-category-module--yellow .cp-category-module__contents ol {
    color: #333;
}
.cp-category-module--yellow .btn,
.cp-category-module--yellow
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie,
#cookie-notice
    .cookie-notice-container
    .cp-category-module--yellow
    #cn-accept-cookie {
    text-align: center;
    border-radius: 5px;
    background-color: #fed800;
    color: #333;
    -webkit-box-shadow: inset 0 0 0 2px #333;
    box-shadow: inset 0 0 0 2px #333;
}
.cp-category-module--yellow .btn:hover,
.cp-category-module--yellow
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie:hover,
#cookie-notice
    .cookie-notice-container
    .cp-category-module--yellow
    #cn-accept-cookie:hover,
.cp-category-module--yellow .btn:focus,
.cp-category-module--yellow
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie:focus,
#cookie-notice
    .cookie-notice-container
    .cp-category-module--yellow
    #cn-accept-cookie:focus,
.cp-category-module--yellow .btn:active,
.cp-category-module--yellow
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie:active,
#cookie-notice
    .cookie-notice-container
    .cp-category-module--yellow
    #cn-accept-cookie:active {
    background-color: #fed800;
    color: #333;
    -webkit-box-shadow: inset 0 0 0 2px #333;
    box-shadow: inset 0 0 0 2px #333;
}
.cp-category-module--grey {
    background-color: #f5f5f5;
    border: none;
}
.cp-category-module--grey
    .cp-category-module__contents
    .cp-category-module__title,
.cp-category-module--grey .cp-category-module__contents h2,
.cp-category-module--grey .cp-category-module__contents h3,
.cp-category-module--grey .cp-category-module__contents h4,
.cp-category-module--grey .cp-category-module__contents p,
.cp-category-module--grey .cp-category-module__contents ul,
.cp-category-module--grey .cp-category-module__contents ol {
    color: #333;
}
.cp-category-module--grey .btn,
.cp-category-module--grey
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie,
#cookie-notice
    .cookie-notice-container
    .cp-category-module--grey
    #cn-accept-cookie {
    text-align: center;
    border-radius: 5px;
    background-color: #f5f5f5;
    color: #1795d4;
    -webkit-box-shadow: inset 0 0 0 2px #1795d4;
    box-shadow: inset 0 0 0 2px #1795d4;
}
.cp-category-module--grey .btn:hover,
.cp-category-module--grey
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie:hover,
#cookie-notice
    .cookie-notice-container
    .cp-category-module--grey
    #cn-accept-cookie:hover,
.cp-category-module--grey .btn:focus,
.cp-category-module--grey
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie:focus,
#cookie-notice
    .cookie-notice-container
    .cp-category-module--grey
    #cn-accept-cookie:focus,
.cp-category-module--grey .btn:active,
.cp-category-module--grey
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie:active,
#cookie-notice
    .cookie-notice-container
    .cp-category-module--grey
    #cn-accept-cookie:active {
    background-color: #f5f5f5;
    color: #196b98;
    -webkit-box-shadow: inset 0 0 0 2px #196b98;
    box-shadow: inset 0 0 0 2px #196b98;
}
.cp-category-module--dark-grey {
    background-color: #373d45;
    border: none;
}
.cp-category-module--dark-grey
    .cp-category-module__contents
    .cp-category-module__title,
.cp-category-module--dark-grey .cp-category-module__contents h2,
.cp-category-module--dark-grey .cp-category-module__contents h3,
.cp-category-module--dark-grey .cp-category-module__contents h4,
.cp-category-module--dark-grey .cp-category-module__contents p,
.cp-category-module--dark-grey .cp-category-module__contents ul,
.cp-category-module--dark-grey .cp-category-module__contents ol {
    color: #fff;
}
.cp-category-module--dark-grey .btn,
.cp-category-module--dark-grey
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie,
#cookie-notice
    .cookie-notice-container
    .cp-category-module--dark-grey
    #cn-accept-cookie {
    text-align: center;
    border-radius: 5px;
    background-color: #373d45;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.cp-category-module--dark-grey .btn:hover,
.cp-category-module--dark-grey
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie:hover,
#cookie-notice
    .cookie-notice-container
    .cp-category-module--dark-grey
    #cn-accept-cookie:hover,
.cp-category-module--dark-grey .btn:focus,
.cp-category-module--dark-grey
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie:focus,
#cookie-notice
    .cookie-notice-container
    .cp-category-module--dark-grey
    #cn-accept-cookie:focus,
.cp-category-module--dark-grey .btn:active,
.cp-category-module--dark-grey
    #cookie-notice
    .cookie-notice-container
    #cn-accept-cookie:active,
#cookie-notice
    .cookie-notice-container
    .cp-category-module--dark-grey
    #cn-accept-cookie:active {
    background-color: #373d45;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.cp-category-module.cp-category-module--video {
    padding-bottom: 2rem;
}
.cp-category-module.cp-category-module--video .videos {
    margin: 0;
    font-size: 0;
}
.cp-category-module.cp-category-module--video .videos .video-container {
    display: inline-block;
}
.cp-category-module.cp-category-module--video .videos .video-container .video {
    margin: 0;
}
.cp-category-module.cp-category-module--video .videos--one-col .video-container,
.cp-category-module.cp-category-module--video .videos--two-col .video-container,
.cp-category-module.cp-category-module--video
    .videos--three-col
    .video-container {
    width: 100%;
    margin: 0 30px 30px 0;
}
@media only screen and (min-width: 768px) {
    .cp-category-module.cp-category-module--video
        .videos--two-col
        .video-container {
        width: calc(50% - 20px);
        margin: 0 30px 30px 0;
    }
    .cp-category-module.cp-category-module--video
        .videos--two-col
        .video-container:nth-child(2n) {
        margin-right: 0;
    }
    .cp-category-module.cp-category-module--video
        .videos--three-col
        .video-container {
        width: calc(50% - 20px);
        margin: 0 30px 30px 0;
    }
    .cp-category-module.cp-category-module--video
        .videos--three-col
        .video-container:nth-child(2n) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .cp-category-module.cp-category-module--video
        .videos--two-col
        .video-container {
        width: calc(50% - 20px);
        margin: 0 30px 30px 0;
    }
    .cp-category-module.cp-category-module--video
        .videos--two-col
        .video-container:nth-child(2n) {
        margin-right: 0;
    }
    .cp-category-module.cp-category-module--video
        .videos--three-col
        .video-container {
        width: calc(33.33% - 20px);
        margin: 0 30px 30px 0;
    }
    .cp-category-module.cp-category-module--video
        .videos--three-col
        .video-container:nth-child(2n) {
        margin-right: 30px;
    }
    .cp-category-module.cp-category-module--video
        .videos--three-col
        .video-container:nth-child(3n) {
        margin-right: 0;
    }
}
.cp-category-module.cp-category-module--cards {
    padding: 4.5rem 0 2rem;
}
@media only screen and (min-width: 768px) {
    .cp-category-module.cp-category-module--cards {
        padding: 4.5rem 0 1rem;
    }
}
@media only screen and (min-width: 1024px) {
    .cp-category-module.cp-category-module--cards {
        padding: 4.5rem 0 0;
    }
}
.cp-category-module.cp-category-module--cards .cp-category-module__title {
    margin-bottom: 0.7rem;
}
@media only screen and (min-width: 768px) {
    .cp-category-module.cp-category-module--cards .cp-category-module__title {
        margin-bottom: 1.7rem;
    }
}
.cp-category-module.cp-category-module--cards .cp-category-module__sub-title {
    margin-bottom: 2.8rem;
}
@media only screen and (min-width: 768px) {
    .cp-category-module.cp-category-module--cards
        .cp-category-module__sub-title {
        margin-bottom: 3.8rem;
    }
}
.cp-category-module.cp-category-module--blog-posts
    .cp-category-module__contents {
    margin-left: 0;
    width: 100%;
}
.cp-category-module.cp-category-module--feature-image {
    padding: 4.5rem 10.5rem 5rem;
}
.cp-category-module.cp-category-module--case-studies
    .cp-category-module__contents {
    margin-left: 0;
    width: 100%;
}
.cp-category-module.cp-category-module--offerings-tabs {
    padding: 4.5rem 0 0;
}
.cp-category-module.cp-category-module--offerings-pricing {
    border: none;
    padding: 1.5rem 0 5rem;
}
@media only screen and (min-width: 768px) {
    .cp-category-module.cp-category-module--two-col-no-illustration
        .cp-category-module__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .cp-category-module.cp-category-module--two-col-no-illustration
        .cp-category-module__container
        .cp-category-module__description {
        width: 49%;
        margin-bottom: 0;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.white-borders {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.more-link {
    text-align: center;
    display: block;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .hide-on-desktop {
        display: none;
    }
}
.hide-on-mobile {
    display: none;
}
@media only screen and (min-width: 768px) {
    .hide-on-mobile {
        display: block;
    }
}
.text-align--left {
    text-align: left !important;
}
.text-align--right {
    text-align: right !important;
}
.clear {
    clear: both;
}
.grid-row {
    margin-left: -25px;
    margin-right: -25px;
}
@media only screen and (min-width: 1024px) {
    .grid-row {
        margin-left: -30px;
        margin-right: -30px;
    }
}
.half-width {
    float: left;
    width: 100%;
    padding: 0 25px;
}
@media only screen and (min-width: 1024px) {
    .half-width {
        width: 50%;
        padding: 0 30px;
    }
}
.two-thirds-width {
    float: left;
    width: 100%;
    padding: 0 25px;
}
@media only screen and (min-width: 1024px) {
    .two-thirds-width {
        width: 75%;
        padding: 0 30px;
    }
}
.one-third-width {
    float: left;
    width: 100%;
    padding: 0 25px;
}
@media only screen and (min-width: 1024px) {
    .one-third-width {
        width: 25%;
        padding: 0 30px;
    }
}
.no-padding {
    padding: 0 !important;
}
.alignright {
    margin: 20px 0;
}
@media only screen and (min-width: 768px) {
    .alignright {
        float: right;
        margin-left: 20px;
    }
}
.alignleft {
    margin: 20px 0;
}
@media only screen and (min-width: 768px) {
    .alignleft {
        float: left;
        margin-right: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .aligncenter {
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
.noBottomPadding {
    padding-bottom: 0 !important;
}
.noTopMargin {
    margin-top: 0 !important;
}
.brand .cp-category-module {
    padding: 5rem 0;
}
.brand .cp-category-module .cp-category-module__title {
    margin-bottom: 2.5rem;
}
@media only screen and (min-width: 1024px) {
    .brand .cp-category-module .cp-category-module__title {
        margin-bottom: 3rem;
    }
}
.brand .cp-category-module .cp-category-module__sub-title {
    font-family: lato, sans-serif;
}
.brand .cp-category-module .cp-category-module__contents,
.brand .cp-category-module .cp-category-module__description,
.brand .cp-category-module .cp-category-module__description p:last-of-type {
    margin-bottom: 0;
}
.style-guide {
    padding-top: 5rem;
    padding-bottom: 8rem;
    overflow: hidden;
}
.style-guide .column-3 {
    width: calc(100% - 50px);
}
@media only screen and (min-width: 768px) {
    .style-guide .column-3 {
        width: calc(33% - 50px);
    }
}
@media only screen and (min-width: 1024px) {
    .style-guide .column-3 {
        width: calc(33% - 50px);
    }
}
.logos .logos__thumbnail {
    margin-bottom: 0;
    font-size: 0;
}
.logos .logos__thumbnail.logos__thumbnail--icon {
    width: 50%;
    float: left;
    padding: 2rem;
}
@media only screen and (min-width: 768px) {
    .logos .logos__thumbnail.logos__thumbnail--icon {
        width: 25%;
    }
}
.logos .logos__thumbnail.logos__thumbnail--icon p {
    display: none;
}
.logos .logos__thumbnail.logos__thumbnail--icon .logos__thumbnail--icon__inner {
    padding: 5rem;
    margin: 0;
}
.logos
    .logos__thumbnail.logos__thumbnail--icon
    .logos__thumbnail--icon__inner.logos__thumbnail--blue {
    background-color: #1795d4;
}
.logos
    .logos__thumbnail.logos__thumbnail--icon
    .logos__thumbnail--icon__inner.logos__thumbnail--round {
    padding: 5rem;
    border-radius: 50%;
}
.logos .logos__thumbnail.logos__thumbnail--social-icon {
    float: left;
    width: 50%;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    .logos .logos__thumbnail.logos__thumbnail--social-icon {
        width: 20%;
        padding: 3rem;
    }
}
.logos .logos__thumbnail.logos__thumbnail--grey {
    background-color: #f5f5f5;
}
.logos .logos__thumbnail.logos__thumbnail--black {
    background-color: #000;
}
.colour-swatch {
    padding: 0;
    margin: 0;
}
.colour-swatch li {
    float: left;
    margin: 1rem 1rem 5rem;
    max-width: 150px;
    width: 100%;
    height: 130px;
}
.colour-swatch li::before {
    display: none;
}
.colour-swatch li span.primary-blue {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    text-align: left;
    background-color: #1795d4;
}
.colour-swatch li span.primary-blue::before {
    padding: 0.5rem;
    position: absolute;
    top: 100%;
    color: #666;
    display: block;
    content: "Primary blue \a#1795d4";
    white-space: pre;
    font-size: 1.6rem;
}
.colour-swatch li span.primary-yellow {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    text-align: left;
    background-color: #fed800;
}
.colour-swatch li span.primary-yellow::before {
    padding: 0.5rem;
    position: absolute;
    top: 100%;
    color: #666;
    display: block;
    content: "Primary yellow \a#fed800";
    white-space: pre;
    font-size: 1.6rem;
}
.colour-swatch li span.strapline {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    text-align: left;
    background-color: #dff9ff;
}
.colour-swatch li span.strapline::before {
    padding: 0.5rem;
    position: absolute;
    top: 100%;
    color: #666;
    display: block;
    content: "Strapline \a#dff9ff";
    white-space: pre;
    font-size: 1.6rem;
}
.colour-swatch li span.secondary-blue {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    text-align: left;
    background-color: #1482b8;
}
.colour-swatch li span.secondary-blue::before {
    padding: 0.5rem;
    position: absolute;
    top: 100%;
    color: #666;
    display: block;
    content: "Secondary blue \a#1482b8";
    white-space: pre;
    font-size: 1.6rem;
}
.colour-swatch li span.secondary-yellow {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    text-align: left;
    background-color: #d4b526;
}
.colour-swatch li span.secondary-yellow::before {
    padding: 0.5rem;
    position: absolute;
    top: 100%;
    color: #666;
    display: block;
    content: "Secondary yellow \a#d4b526";
    white-space: pre;
    font-size: 1.6rem;
}
.colour-swatch li span.tertiary-blue {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    text-align: left;
    background-color: #196b98;
}
.colour-swatch li span.tertiary-blue::before {
    padding: 0.5rem;
    position: absolute;
    top: 100%;
    color: #666;
    display: block;
    content: "Tertiary blue \a#196b98";
    white-space: pre;
    font-size: 1.6rem;
}
.colour-swatch li span.lightest-grey {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    text-align: left;
    background-color: #f5f5f5;
}
.colour-swatch li span.lightest-grey::before {
    padding: 0.5rem;
    position: absolute;
    top: 100%;
    color: #666;
    display: block;
    content: "Lightest grey \a#f5f5f5";
    white-space: pre;
    font-size: 1.6rem;
}
.colour-swatch li span.mid-grey {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    text-align: left;
    background-color: #ddd;
}
.colour-swatch li span.mid-grey::before {
    padding: 0.5rem;
    position: absolute;
    top: 100%;
    color: #666;
    display: block;
    content: "Mid grey \a#dddddd";
    white-space: pre;
    font-size: 1.6rem;
}
.colour-swatch li span.font-light-grey {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    text-align: left;
    background-color: #aaa;
}
.colour-swatch li span.font-light-grey::before {
    padding: 0.5rem;
    position: absolute;
    top: 100%;
    color: #666;
    display: block;
    content: "Font light grey \a#aaaaaa";
    white-space: pre;
    font-size: 1.6rem;
}
.colour-swatch li span.font-grey {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    text-align: left;
    background-color: #666;
}
.colour-swatch li span.font-grey::before {
    padding: 0.5rem;
    position: absolute;
    top: 100%;
    color: #666;
    display: block;
    content: "Font grey \a#666666";
    white-space: pre;
    font-size: 1.6rem;
}
.colour-swatch li span.font-dark-grey {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    text-align: left;
    background-color: #333;
}
.colour-swatch li span.font-dark-grey::before {
    padding: 0.5rem;
    position: absolute;
    top: 100%;
    color: #666;
    display: block;
    content: "Font dark grey \a#333333";
    white-space: pre;
    font-size: 1.6rem;
}
.colour-swatch li span.our-thinking {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    text-align: left;
    background-color: #ec007c;
}
.colour-swatch li span.our-thinking::before {
    padding: 0.5rem;
    position: absolute;
    top: 100%;
    color: #666;
    display: block;
    content: "Tech focus \a#ec007c";
    white-space: pre;
    font-size: 1.6rem;
}
.colour-swatch li span.ee-life {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    text-align: left;
    background-color: #11a69c;
}
.colour-swatch li span.ee-life::before {
    padding: 0.5rem;
    position: absolute;
    top: 100%;
    color: #666;
    display: block;
    content: "EE life \a#11a69c";
    white-space: pre;
    font-size: 1.6rem;
}
.colour-swatch li span.tech-focus {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    text-align: left;
    background-color: #7c9f00;
}
.colour-swatch li span.tech-focus::before {
    padding: 0.5rem;
    position: absolute;
    top: 100%;
    color: #666;
    display: block;
    content: "Tech focus \a#7c9f00";
    white-space: pre;
    font-size: 1.6rem;
}
.colour-swatch li span.whats-new {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    text-align: left;
    background-color: #ed5307;
}
.colour-swatch li span.whats-new::before {
    padding: 0.5rem;
    position: absolute;
    top: 100%;
    color: #666;
    display: block;
    content: "Whats new \a#ed5307";
    white-space: pre;
    font-size: 1.6rem;
}
.colour-swatch li span.all-posts {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    text-align: left;
    background-color: #7c33a2;
}
.colour-swatch li span.all-posts::before {
    padding: 0.5rem;
    position: absolute;
    top: 100%;
    color: #666;
    display: block;
    content: "All posts \a#ed5307";
    white-space: pre;
    font-size: 1.6rem;
}

/* Custom Logos and Icons Style */
@media only screen and (max-width: 900px) {
    .sr-logo-heading {
        text-decoration: underline;
    }
    .sr-logo-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }
    .sr-logo-img-div {
        margin: 30px !important;
        margin-bottom: 0 !important;
        width: 90%;
        display: flex;
        flex-direction: column;
    }

    .sr-logo-img-title {
        text-align: left !important;
    }

    .sr-logo-img {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 0 !important;
        margin-top: 10px !important;
    }

    .sr-logo-text-div {
        width: 90%;
        margin: 30px !important;
        margin-top: 0 !important;
    }

    .sr-logo-sponsor-text-desktop {
        display: none;
    }

    .sr-logo-sponsor-text-mobile {
        display: inline !important;
    }
}

/* Hide facebook logo */
.social-links__wrapper .icon-ic_facebook {
    display: none;
}

/* add ISO images */
a.iso-links {
    margin: 2px;
}

a.iso-links img {
    width: 120px;
}

/* footer */
.footer-strapline__inner p {
    font-size: 4rem;
    color: white;
    text-align: left;
}
@media only screen and (min-width: 1250px) {
    .iso-container {
        position: relative;
        left: 20px;
        top: 40px;
    }
}

@media only screen and (max-width: 1250px) {
    .footer-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 800px) {
    .footer-content {
        flex-direction: column;
    }
}
