/*
 * Filename:     main.css
 * Description:  Main Style-sheet.
 * Copyright:    2020 Aligned Assets Limited
 * 
 * Modification History:
 *
 * Version Date         Modifier             Issue#  Description
 * Version 3.4.7.0
 * 001  12.08.20   Umar Ehsan                WI38607 Added css for AA logo.
 * 002  15.09.20   Umar Ehsan                WI38732 Added css for clipboard images.
 * 003  29.09.20   Umar Ehsan                WI38764 Increased opacity so clip board image stands out.
 * 004  01.10.20   Umar Ehsan                WI38762 Hide popover-header, .popover-body.
 * 005  01.10.20   Umar Ehsan                WI38774 Change cursor for clip board image to pointer.
 * 006  06.10.20   Umar Ehsan                WI38778 Removed display none from active img tag.
*/
@media print, screen and (min-width: 40em) {
    .reveal, .reveal.tiny, .reveal.small, .reveal.large {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%
}

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

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: "Avenir Next W01", sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #1A1A1A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
}

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto
}

[data-whatinput='mouse'] button {
    outline: 0
}

pre {
    overflow: auto
}

button, input, optgroup, select, textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.9375rem;
    margin: 0 0 1.5rem;
    padding: .75rem;
    border: 1px solid #eee;
    border-radius: 0;
    background-color: #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #1A1A1A;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
        outline: none;
        border: 1px solid #bbb;
        background-color: #fefefe;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
        transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
    }

textarea {
    max-width: 100%
}

    textarea[rows] {
        height: auto
    }

    input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
        background-color: #e6e6e6;
        cursor: not-allowed
    }

[type='submit'], [type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type='search'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #1A1A1A
}

::-moz-placeholder {
    color: #1A1A1A
}

:-ms-input-placeholder {
    color: #1A1A1A
}

::-ms-input-placeholder {
    color: #1A1A1A
}

::placeholder {
    color: #1A1A1A
}

[type='file'], [type='checkbox'], [type='radio'] {
    margin: 0 0 1.5rem
}

    [type='checkbox'] + label, [type='radio'] + label {
        display: inline-block;
        vertical-align: baseline;
        margin-left: .75rem;
        margin-right: 1.5rem;
        margin-bottom: 0
    }

        [type='checkbox'] + label[for], [type='radio'] + label[for] {
            cursor: pointer
        }

label > [type='checkbox'], label > [type='radio'] {
    margin-right: .75rem
}

[type='file'] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a
}

    label.middle {
        margin: 0 0 1.5rem;
        padding: .8125rem 0
    }

.help-text {
    margin-top: -.75rem;
    font-size: .8125rem;
    font-style: italic;
    color: #0a0a0a
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1.5rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .input-group > :first-child, .input-group > :first-child.input-group-button > * {
        border-radius: 0 0 0 0
    }

    .input-group > :last-child, .input-group > :last-child.input-group-button > * {
        border-radius: 0 0 0 0
    }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .input-group-label:first-child {
        border-right: 0
    }

    .input-group-label:last-child {
        border-left: 0
    }

.input-group-field {
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

    .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1rem
    }

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

legend {
    max-width: 100%;
    margin-bottom: .75rem
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #eee
}

    .fieldset legend {
        margin: 0;
        margin-left: -.1875rem;
        padding: 0 .1875rem
    }

select {
    height: 2.9375rem;
    margin: 0 0 1.5rem;
    padding: .75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #eee;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #1A1A1A;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1.5rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 2.25rem;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}

@media screen and (min-width: 0\0 ) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
    }
}

select:focus {
    outline: none;
    border: 1px solid #bbb;
    background-color: #fefefe;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #f9ecea
}

    .is-invalid-input:not(:focus)::-webkit-input-placeholder {
        color: #cc4b37
    }

    .is-invalid-input:not(:focus)::-moz-placeholder {
        color: #cc4b37
    }

    .is-invalid-input:not(:focus):-ms-input-placeholder {
        color: #cc4b37
    }

    .is-invalid-input:not(:focus)::-ms-input-placeholder {
        color: #cc4b37
    }

    .is-invalid-input:not(:focus)::placeholder {
        color: #cc4b37
    }

.is-invalid-label {
    color: #cc4b37
}

.form-error {
    display: none;
    margin-top: -.75rem;
    margin-bottom: 1.5rem;
    font-size: .75rem;
    font-weight: bold;
    color: #cc4b37
}

    .form-error.is-visible {
        display: block
    }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
}

em, i {
    font-style: italic;
    line-height: inherit
}

strong, b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Avenir Next W01", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
        line-height: 0;
        color: #cacaca
    }

h1, .h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h2, .h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h3, .h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h4, .h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h5, .h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h6, .h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

@media print, screen and (min-width: 40em) {
    h1, .h1 {
        font-size: 3rem
    }

    h2, .h2 {
        font-size: 2.5rem
    }

    h3, .h3 {
        font-size: 1.9375rem
    }

    h4, .h4 {
        font-size: 1.5625rem
    }

    h5, .h5 {
        font-size: 1.25rem
    }

    h6, .h6 {
        font-size: 1rem
    }
}

a {
    line-height: inherit;
    color: #1A1A1A;
    text-decoration: none;
    cursor: pointer
}

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

    a img {
        border: 0
    }

hr {
    clear: both;
    max-width: 78.25rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0
}

ul, ol, dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ol {
    margin-left: 1.25rem
}

    ul ul, ol ul, ul ol, ol ol {
        margin-left: 2rem;
        margin-bottom: 0
    }

dl {
    margin-bottom: 1rem
}

    dl dt {
        margin-bottom: .3rem;
        font-weight: bold
    }

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 3px solid #1A1A1A
}

    blockquote, blockquote p {
        line-height: 1.6;
        color: #8a8a8a
    }

cite {
    display: block;
    font-size: .8125rem;
    color: #8a8a8a
}

    cite:before {
        content: "— "
    }

abbr, abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

code {
    padding: .125rem .3125rem .0625rem;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #0a0a0a
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p + .stat {
    margin-top: -1rem
}

ul.no-bullet, ol.no-bullet {
    margin-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print, screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left
    }

    .medium-text-right {
        text-align: right
    }

    .medium-text-center {
        text-align: center
    }

    .medium-text-justify {
        text-align: justify
    }
}

@media screen and (min-width: 64em) {
    .large-text-left {
        text-align: left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: black !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block !important
    }

    .hide-for-print, .footer, .cover-area-link, .feature-box__link, .button, a.button {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print {
        display: table-cell !important
    }

    th.show-for-print {
        display: table-cell !important
    }

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

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

        .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
            content: ''
        }

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

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

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

    .print-break-inside {
        page-break-inside: auto
    }
}

.grid-container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 78.25rem;
    margin-left: auto;
    margin-right: auto
}

@media print, screen and (min-width: 40em) {
    .grid-container {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.grid-container.fluid {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media print, screen and (min-width: 40em) {
    .grid-container.fluid {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%
}

    .cell.auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .cell.shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

.grid-x > .auto {
    width: auto
}

.grid-x > .shrink {
    width: auto
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print, screen and (min-width: 40em) {
    .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 64em) {
    .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x > .small-1 {
    width: 8.33333%
}

.grid-x > .small-2 {
    width: 16.66667%
}

.grid-x > .small-3 {
    width: 25%
}

.grid-x > .small-4 {
    width: 33.33333%
}

.grid-x > .small-5 {
    width: 41.66667%
}

.grid-x > .small-6 {
    width: 50%
}

.grid-x > .small-7 {
    width: 58.33333%
}

.grid-x > .small-8 {
    width: 66.66667%
}

.grid-x > .small-9 {
    width: 75%
}

.grid-x > .small-10 {
    width: 83.33333%
}

.grid-x > .small-11 {
    width: 91.66667%
}

.grid-x > .small-12 {
    width: 100%
}

@media print, screen and (min-width: 40em) {
    .grid-x > .medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .medium-shrink {
        width: auto
    }

    .grid-x > .medium-1 {
        width: 8.33333%
    }

    .grid-x > .medium-2 {
        width: 16.66667%
    }

    .grid-x > .medium-3 {
        width: 25%
    }

    .grid-x > .medium-4 {
        width: 33.33333%
    }

    .grid-x > .medium-5 {
        width: 41.66667%
    }

    .grid-x > .medium-6 {
        width: 50%
    }

    .grid-x > .medium-7 {
        width: 58.33333%
    }

    .grid-x > .medium-8 {
        width: 66.66667%
    }

    .grid-x > .medium-9 {
        width: 75%
    }

    .grid-x > .medium-10 {
        width: 83.33333%
    }

    .grid-x > .medium-11 {
        width: 91.66667%
    }

    .grid-x > .medium-12 {
        width: 100%
    }
}

@media screen and (min-width: 64em) {
    .grid-x > .large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .large-shrink {
        width: auto
    }

    .grid-x > .large-1 {
        width: 8.33333%
    }

    .grid-x > .large-2 {
        width: 16.66667%
    }

    .grid-x > .large-3 {
        width: 25%
    }

    .grid-x > .large-4 {
        width: 33.33333%
    }

    .grid-x > .large-5 {
        width: 41.66667%
    }

    .grid-x > .large-6 {
        width: 50%
    }

    .grid-x > .large-7 {
        width: 58.33333%
    }

    .grid-x > .large-8 {
        width: 66.66667%
    }

    .grid-x > .large-9 {
        width: 75%
    }

    .grid-x > .large-10 {
        width: 83.33333%
    }

    .grid-x > .large-11 {
        width: 91.66667%
    }

    .grid-x > .large-12 {
        width: 100%
    }
}

.grid-margin-x:not(.grid-x) > .cell {
    width: auto
}

.grid-margin-y:not(.grid-y) > .cell {
    height: auto
}

.grid-margin-x {
    margin-left: -.625rem;
    margin-right: -.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

.grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.875rem);
        margin-left: .9375rem;
        margin-right: .9375rem
    }
}

.grid-margin-x > .auto {
    width: auto
}

.grid-margin-x > .shrink {
    width: auto
}

.grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem)
}

.grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem)
}

.grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem)
}

.grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem)
}

.grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem)
}

.grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem)
}

.grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem)
}

.grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem)
}

.grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem)
}

.grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem)
}

.grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem)
}

.grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
        width: auto
    }

    .grid-margin-x > .shrink {
        width: auto
    }

    .grid-margin-x > .small-1 {
        width: calc(8.33333% - 1.875rem)
    }

    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x > .small-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 1.875rem)
    }

    .grid-margin-x > .small-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 1.875rem)
    }

    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 1.875rem)
    }

    .grid-margin-x > .small-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 1.875rem)
    }

    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 1.875rem)
    }

    .grid-margin-x > .small-12 {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x > .medium-auto {
        width: auto
    }

    .grid-margin-x > .medium-shrink {
        width: auto
    }

    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1.875rem)
    }

    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1.875rem)
    }

    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1.875rem)
    }

    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1.875rem)
    }

    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1.875rem)
    }

    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1.875rem)
    }

    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.875rem)
    }
}

@media screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
        width: auto
    }

    .grid-margin-x > .large-shrink {
        width: auto
    }

    .grid-margin-x > .large-1 {
        width: calc(8.33333% - 1.875rem)
    }

    .grid-margin-x > .large-2 {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x > .large-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x > .large-4 {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x > .large-5 {
        width: calc(41.66667% - 1.875rem)
    }

    .grid-margin-x > .large-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x > .large-7 {
        width: calc(58.33333% - 1.875rem)
    }

    .grid-margin-x > .large-8 {
        width: calc(66.66667% - 1.875rem)
    }

    .grid-margin-x > .large-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x > .large-10 {
        width: calc(83.33333% - 1.875rem)
    }

    .grid-margin-x > .large-11 {
        width: calc(91.66667% - 1.875rem)
    }

    .grid-margin-x > .large-12 {
        width: calc(100% - 1.875rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.grid-container:not(.full) > .grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.grid-padding-x > .cell {
    padding-right: .625rem;
    padding-left: .625rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.small-up-1 > .cell {
    width: 100%
}

.small-up-2 > .cell, .logo-menu > .cell {
    width: 50%
}

.small-up-3 > .cell {
    width: 33.33333%
}

.small-up-4 > .cell {
    width: 25%
}

.small-up-5 > .cell {
    width: 20%
}

.small-up-6 > .cell {
    width: 16.66667%
}

.small-up-7 > .cell {
    width: 14.28571%
}

.small-up-8 > .cell {
    width: 12.5%
}

@media print, screen and (min-width: 40em) {
    .medium-up-1 > .cell {
        width: 100%
    }

    .medium-up-2 > .cell {
        width: 50%
    }

    .medium-up-3 > .cell {
        width: 33.33333%
    }

    .medium-up-4 > .cell, .logo-menu > .cell {
        width: 25%
    }

    .medium-up-5 > .cell {
        width: 20%
    }

    .medium-up-6 > .cell, .logo-menu--6-cols > .cell {
        width: 16.66667%
    }

    .medium-up-7 > .cell {
        width: 14.28571%
    }

    .medium-up-8 > .cell {
        width: 12.5%
    }
}

@media screen and (min-width: 64em) {
    .large-up-1 > .cell {
        width: 100%
    }

    .large-up-2 > .cell {
        width: 50%
    }

    .large-up-3 > .cell {
        width: 33.33333%
    }

    .large-up-4 > .cell {
        width: 25%
    }

    .large-up-5 > .cell {
        width: 20%
    }

    .large-up-6 > .cell {
        width: 16.66667%
    }

    .large-up-7 > .cell {
        width: 14.28571%
    }

    .large-up-8 > .cell {
        width: 12.5%
    }
}

.grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem)
}

.grid-margin-x.small-up-2 > .cell, .grid-margin-x.logo-menu > .cell {
    width: calc(50% - 1.25rem)
}

.grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem)
}

.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem)
}

.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem)
}

.grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem)
}

.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem)
}

.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.small-up-2 > .cell, .grid-margin-x.logo-menu > .cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.875rem)
    }

    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }

    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x.medium-up-4 > .cell, .grid-margin-x.logo-menu > .cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.medium-up-6 > .cell, .grid-margin-x.logo-menu--6-cols > .cell {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1.875rem)
    }

    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media screen and (min-width: 64em) {
    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571% - 1.875rem)
    }

    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.875rem)
    }
}

.small-margin-collapse {
    margin-right: 0;
    margin-left: 0
}

    .small-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }

    .small-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .small-3 {
        width: 25%
    }

    .small-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .small-6 {
        width: 50%
    }

    .small-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .small-9 {
        width: 75%
    }

    .small-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .small-12 {
        width: 100%
    }

@media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .medium-3 {
        width: 25%
    }

    .small-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .medium-6 {
        width: 50%
    }

    .small-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .medium-9 {
        width: 75%
    }

    .small-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .large-3 {
        width: 25%
    }

    .small-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .large-6 {
        width: 50%
    }

    .small-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .large-9 {
        width: 75%
    }

    .small-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .large-12 {
        width: 100%
    }
}

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0
}

    .small-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0
    }

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .medium-margin-collapse > .cell {
            margin-right: 0;
            margin-left: 0
        }
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .small-3 {
        width: 25%
    }

    .medium-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .small-6 {
        width: 50%
    }

    .medium-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .small-9 {
        width: 75%
    }

    .medium-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .small-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .medium-3 {
        width: 25%
    }

    .medium-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .medium-6 {
        width: 50%
    }

    .medium-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .medium-9 {
        width: 75%
    }

    .medium-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media screen and (min-width: 64em) {
    .medium-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .large-3 {
        width: 25%
    }

    .medium-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .large-6 {
        width: 50%
    }

    .medium-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .large-9 {
        width: 75%
    }

    .medium-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .large-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 40em) {
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .medium-padding-collapse > .cell {
            padding-right: 0;
            padding-left: 0
        }
}

@media screen and (min-width: 64em) {
    .large-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .large-margin-collapse > .cell {
            margin-right: 0;
            margin-left: 0
        }
}

@media screen and (min-width: 64em) {
    .large-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .small-3 {
        width: 25%
    }

    .large-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .small-6 {
        width: 50%
    }

    .large-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .small-9 {
        width: 75%
    }

    .large-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .small-12 {
        width: 100%
    }
}

@media screen and (min-width: 64em) {
    .large-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .medium-3 {
        width: 25%
    }

    .large-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .medium-6 {
        width: 50%
    }

    .large-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .medium-9 {
        width: 75%
    }

    .large-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media screen and (min-width: 64em) {
    .large-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .large-3 {
        width: 25%
    }

    .large-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .large-6 {
        width: 50%
    }

    .large-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .large-9 {
        width: 75%
    }

    .large-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .large-12 {
        width: 100%
    }
}

@media screen and (min-width: 64em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .large-padding-collapse > .cell {
            padding-right: 0;
            padding-left: 0
        }
}

.small-offset-0 {
    margin-left: 0%
}

.grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + .625rem)
}

.small-offset-1 {
    margin-left: 8.33333%
}

.grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + .625rem)
}

.small-offset-2 {
    margin-left: 16.66667%
}

.grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + .625rem)
}

.small-offset-3 {
    margin-left: 25%
}

.grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + .625rem)
}

.small-offset-4 {
    margin-left: 33.33333%
}

.grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + .625rem)
}

.small-offset-5 {
    margin-left: 41.66667%
}

.grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + .625rem)
}

.small-offset-6 {
    margin-left: 50%
}

.grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + .625rem)
}

.small-offset-7 {
    margin-left: 58.33333%
}

.grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + .625rem)
}

.small-offset-8 {
    margin-left: 66.66667%
}

.grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + .625rem)
}

.small-offset-9 {
    margin-left: 75%
}

.grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + .625rem)
}

.small-offset-10 {
    margin-left: 83.33333%
}

.grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + .625rem)
}

.small-offset-11 {
    margin-left: 91.66667%
}

.grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + .625rem)
}

@media print, screen and (min-width: 40em) {
    .medium-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x > .medium-offset-0 {
        margin-left: calc(0% + .9375rem)
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + .9375rem)
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + .9375rem)
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + .9375rem)
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

@media screen and (min-width: 64em) {
    .large-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x > .large-offset-0 {
        margin-left: calc(0% + .9375rem)
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + .9375rem)
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + .9375rem)
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + .9375rem)
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

.grid-y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

    .grid-y > .cell {
        width: auto;
        max-width: none
    }

    .grid-y > .auto {
        height: auto
    }

    .grid-y > .shrink {
        height: auto
    }

    .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

@media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-y > .small-1 {
    height: 8.33333%
}

.grid-y > .small-2 {
    height: 16.66667%
}

.grid-y > .small-3 {
    height: 25%
}

.grid-y > .small-4 {
    height: 33.33333%
}

.grid-y > .small-5 {
    height: 41.66667%
}

.grid-y > .small-6 {
    height: 50%
}

.grid-y > .small-7 {
    height: 58.33333%
}

.grid-y > .small-8 {
    height: 66.66667%
}

.grid-y > .small-9 {
    height: 75%
}

.grid-y > .small-10 {
    height: 83.33333%
}

.grid-y > .small-11 {
    height: 91.66667%
}

.grid-y > .small-12 {
    height: 100%
}

@media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .medium-shrink {
        height: auto
    }

    .grid-y > .medium-1 {
        height: 8.33333%
    }

    .grid-y > .medium-2 {
        height: 16.66667%
    }

    .grid-y > .medium-3 {
        height: 25%
    }

    .grid-y > .medium-4 {
        height: 33.33333%
    }

    .grid-y > .medium-5 {
        height: 41.66667%
    }

    .grid-y > .medium-6 {
        height: 50%
    }

    .grid-y > .medium-7 {
        height: 58.33333%
    }

    .grid-y > .medium-8 {
        height: 66.66667%
    }

    .grid-y > .medium-9 {
        height: 75%
    }

    .grid-y > .medium-10 {
        height: 83.33333%
    }

    .grid-y > .medium-11 {
        height: 91.66667%
    }

    .grid-y > .medium-12 {
        height: 100%
    }
}

@media screen and (min-width: 64em) {
    .grid-y > .large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .large-shrink {
        height: auto
    }

    .grid-y > .large-1 {
        height: 8.33333%
    }

    .grid-y > .large-2 {
        height: 16.66667%
    }

    .grid-y > .large-3 {
        height: 25%
    }

    .grid-y > .large-4 {
        height: 33.33333%
    }

    .grid-y > .large-5 {
        height: 41.66667%
    }

    .grid-y > .large-6 {
        height: 50%
    }

    .grid-y > .large-7 {
        height: 58.33333%
    }

    .grid-y > .large-8 {
        height: 66.66667%
    }

    .grid-y > .large-9 {
        height: 75%
    }

    .grid-y > .large-10 {
        height: 83.33333%
    }

    .grid-y > .large-11 {
        height: 91.66667%
    }

    .grid-y > .large-12 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-padding-y > .cell {
    padding-top: .625rem;
    padding-bottom: .625rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
        padding-top: .9375rem;
        padding-bottom: .9375rem
    }
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }
}

.grid-margin-y > .auto {
    height: auto
}

.grid-margin-y > .shrink {
    height: auto
}

.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem)
}

.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem)
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem)
}

.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem)
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem)
}

.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem)
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem)
}

.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem)
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.875rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
        height: auto
    }

    .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

    .cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

@media print, screen and (min-width: 40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .medium-grid-frame {
        width: 100%
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .medium-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

        .medium-cell-block-container > .grid-x {
            max-height: 100%;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width: 64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .large-grid-frame {
        width: 100%
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .large-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

        .large-cell-block-container > .grid-x {
            max-height: 100%;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
}

@media print, screen and (min-width: 40em) {
    .grid-y.medium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media screen and (min-width: 64em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print, screen and (min-width: 40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}

@media screen and (min-width: 64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }
}

.grid-margin-y > .auto {
    height: auto
}

.grid-margin-y > .shrink {
    height: auto
}

.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem)
}

.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem)
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem)
}

.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem)
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem)
}

.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem)
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem)
}

.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem)
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.875rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
        height: auto
    }

    .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem)
}

@media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

@media screen and (min-width: 64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

.row, .logo-menu {
    max-width: 78.25rem;
    margin-right: auto;
    margin-left: auto
}

    .row::before, .logo-menu::before, .row::after, .logo-menu::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .row::after, .logo-menu::after {
        clear: both
    }

    .row.collapse > .column, .collapse.logo-menu > .column, .row.collapse > .columns, .collapse.logo-menu > .columns, .row.collapse > .logo-menu-item, .collapse.logo-menu > .logo-menu-item {
        padding-right: 0;
        padding-left: 0
    }

    .row .row, .logo-menu .row, .row .logo-menu, .logo-menu .logo-menu {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }

@media print, screen and (min-width: 40em) {
    .row .row, .logo-menu .row, .row .logo-menu, .logo-menu .logo-menu {
        margin-right: -1rem;
        margin-left: -1rem
    }
}

@media screen and (min-width: 64em) {
    .row .row, .logo-menu .row, .row .logo-menu, .logo-menu .logo-menu {
        margin-right: -1rem;
        margin-left: -1rem
    }
}

.row .row.collapse, .logo-menu .row.collapse, .row .collapse.logo-menu, .logo-menu .collapse.logo-menu {
    margin-right: 0;
    margin-left: 0
}

.row.expanded, .expanded.logo-menu {
    max-width: none
}

    .row.expanded .row, .expanded.logo-menu .row, .row.expanded .logo-menu, .expanded.logo-menu .logo-menu {
        margin-right: auto;
        margin-left: auto
    }

.row:not(.expanded) .row, .logo-menu:not(.expanded) .row, .row:not(.expanded) .logo-menu, .logo-menu:not(.expanded) .logo-menu {
    max-width: none
}

.row.gutter-small > .column, .gutter-small.logo-menu > .column, .row.gutter-small > .columns, .gutter-small.logo-menu > .columns, .row.gutter-small > .logo-menu-item, .gutter-small.logo-menu > .logo-menu-item {
    padding-right: .9375rem;
    padding-left: .9375rem
}

.row.gutter-medium > .column, .gutter-medium.logo-menu > .column, .row.gutter-medium > .columns, .gutter-medium.logo-menu > .columns, .row.gutter-medium > .logo-menu-item, .gutter-medium.logo-menu > .logo-menu-item {
    padding-right: 1rem;
    padding-left: 1rem
}

.column, .columns, .logo-menu-item {
    width: 100%;
    float: left;
    padding-right: .9375rem;
    padding-left: .9375rem
}

@media print, screen and (min-width: 40em) {
    .column, .columns, .logo-menu-item {
        padding-right: 1rem;
        padding-left: 1rem
    }
}

.column, .columns, .logo-menu-item, .column:last-child:not(:first-child), .columns:last-child:not(:first-child), .logo-menu-item:last-child:not(:first-child) {
    float: left;
    clear: none
}

    .column:last-child:not(:first-child), .columns:last-child:not(:first-child), .logo-menu-item:last-child:not(:first-child) {
        float: right
    }

    .column.end:last-child:last-child, .end.columns:last-child:last-child, .end.logo-menu-item:last-child:last-child {
        float: left
    }

    .column.row.row, .row.row.columns, .columns.logo-menu, .logo-menu.logo-menu-item, .row.row.logo-menu-item, .column.logo-menu {
        float: none
    }

.row .column.row.row, .logo-menu .column.row.row, .row .row.row.columns, .logo-menu .row.row.columns, .row .columns.logo-menu, .logo-menu .columns.logo-menu, .row .logo-menu.logo-menu-item, .logo-menu .logo-menu.logo-menu-item, .row .row.row.logo-menu-item, .logo-menu .row.row.logo-menu-item, .row .column.logo-menu, .logo-menu .column.logo-menu {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.small-1 {
    width: 8.33333%
}

.small-push-1 {
    position: relative;
    left: 8.33333%
}

.small-pull-1 {
    position: relative;
    left: -8.33333%
}

.small-offset-0 {
    margin-left: 0%
}

.small-2 {
    width: 16.66667%
}

.small-push-2 {
    position: relative;
    left: 16.66667%
}

.small-pull-2 {
    position: relative;
    left: -16.66667%
}

.small-offset-1 {
    margin-left: 8.33333%
}

.small-3 {
    width: 25%
}

.small-push-3 {
    position: relative;
    left: 25%
}

.small-pull-3 {
    position: relative;
    left: -25%
}

.small-offset-2 {
    margin-left: 16.66667%
}

.small-4 {
    width: 33.33333%
}

.small-push-4 {
    position: relative;
    left: 33.33333%
}

.small-pull-4 {
    position: relative;
    left: -33.33333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    width: 41.66667%
}

.small-push-5 {
    position: relative;
    left: 41.66667%
}

.small-pull-5 {
    position: relative;
    left: -41.66667%
}

.small-offset-4 {
    margin-left: 33.33333%
}

.small-6 {
    width: 50%
}

.small-push-6 {
    position: relative;
    left: 50%
}

.small-pull-6 {
    position: relative;
    left: -50%
}

.small-offset-5 {
    margin-left: 41.66667%
}

.small-7 {
    width: 58.33333%
}

.small-push-7 {
    position: relative;
    left: 58.33333%
}

.small-pull-7 {
    position: relative;
    left: -58.33333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    width: 66.66667%
}

.small-push-8 {
    position: relative;
    left: 66.66667%
}

.small-pull-8 {
    position: relative;
    left: -66.66667%
}

.small-offset-7 {
    margin-left: 58.33333%
}

.small-9 {
    width: 75%
}

.small-push-9 {
    position: relative;
    left: 75%
}

.small-pull-9 {
    position: relative;
    left: -75%
}

.small-offset-8 {
    margin-left: 66.66667%
}

.small-10 {
    width: 83.33333%
}

.small-push-10 {
    position: relative;
    left: 83.33333%
}

.small-pull-10 {
    position: relative;
    left: -83.33333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    width: 91.66667%
}

.small-push-11 {
    position: relative;
    left: 91.66667%
}

.small-pull-11 {
    position: relative;
    left: -91.66667%
}

.small-offset-10 {
    margin-left: 83.33333%
}

.small-12 {
    width: 100%
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-up-1 > .column, .small-up-1 > .columns, .small-up-1 > .logo-menu-item {
    float: left;
    width: 100%
}

    .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n), .small-up-1 > .logo-menu-item:nth-of-type(1n) {
        clear: none
    }

    .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1), .small-up-1 > .logo-menu-item:nth-of-type(1n+1) {
        clear: both
    }

    .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child, .small-up-1 > .logo-menu-item:last-child {
        float: left
    }

.small-up-2 > .column, .logo-menu > .column, .small-up-2 > .columns, .logo-menu > .columns, .small-up-2 > .logo-menu-item, .logo-menu > .logo-menu-item {
    float: left;
    width: 50%
}

    .small-up-2 > .column:nth-of-type(1n), .logo-menu > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n), .logo-menu > .columns:nth-of-type(1n), .small-up-2 > .logo-menu-item:nth-of-type(1n), .logo-menu > .logo-menu-item:nth-of-type(1n) {
        clear: none
    }

    .small-up-2 > .column:nth-of-type(2n+1), .logo-menu > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1), .logo-menu > .columns:nth-of-type(2n+1), .small-up-2 > .logo-menu-item:nth-of-type(2n+1), .logo-menu > .logo-menu-item:nth-of-type(2n+1) {
        clear: both
    }

    .small-up-2 > .column:last-child, .logo-menu > .column:last-child, .small-up-2 > .columns:last-child, .logo-menu > .columns:last-child, .small-up-2 > .logo-menu-item:last-child, .logo-menu > .logo-menu-item:last-child {
        float: left
    }

.small-up-3 > .column, .small-up-3 > .columns, .small-up-3 > .logo-menu-item {
    float: left;
    width: 33.33333%
}

    .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n), .small-up-3 > .logo-menu-item:nth-of-type(1n) {
        clear: none
    }

    .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1), .small-up-3 > .logo-menu-item:nth-of-type(3n+1) {
        clear: both
    }

    .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child, .small-up-3 > .logo-menu-item:last-child {
        float: left
    }

.small-up-4 > .column, .small-up-4 > .columns, .small-up-4 > .logo-menu-item {
    float: left;
    width: 25%
}

    .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n), .small-up-4 > .logo-menu-item:nth-of-type(1n) {
        clear: none
    }

    .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1), .small-up-4 > .logo-menu-item:nth-of-type(4n+1) {
        clear: both
    }

    .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child, .small-up-4 > .logo-menu-item:last-child {
        float: left
    }

.small-up-5 > .column, .small-up-5 > .columns, .small-up-5 > .logo-menu-item {
    float: left;
    width: 20%
}

    .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n), .small-up-5 > .logo-menu-item:nth-of-type(1n) {
        clear: none
    }

    .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1), .small-up-5 > .logo-menu-item:nth-of-type(5n+1) {
        clear: both
    }

    .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child, .small-up-5 > .logo-menu-item:last-child {
        float: left
    }

.small-up-6 > .column, .small-up-6 > .columns, .small-up-6 > .logo-menu-item {
    float: left;
    width: 16.66667%
}

    .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n), .small-up-6 > .logo-menu-item:nth-of-type(1n) {
        clear: none
    }

    .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1), .small-up-6 > .logo-menu-item:nth-of-type(6n+1) {
        clear: both
    }

    .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child, .small-up-6 > .logo-menu-item:last-child {
        float: left
    }

.small-up-7 > .column, .small-up-7 > .columns, .small-up-7 > .logo-menu-item {
    float: left;
    width: 14.28571%
}

    .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n), .small-up-7 > .logo-menu-item:nth-of-type(1n) {
        clear: none
    }

    .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1), .small-up-7 > .logo-menu-item:nth-of-type(7n+1) {
        clear: both
    }

    .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child, .small-up-7 > .logo-menu-item:last-child {
        float: left
    }

.small-up-8 > .column, .small-up-8 > .columns, .small-up-8 > .logo-menu-item {
    float: left;
    width: 12.5%
}

    .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n), .small-up-8 > .logo-menu-item:nth-of-type(1n) {
        clear: none
    }

    .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1), .small-up-8 > .logo-menu-item:nth-of-type(8n+1) {
        clear: both
    }

    .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child, .small-up-8 > .logo-menu-item:last-child {
        float: left
    }

.small-collapse > .column, .small-collapse > .columns, .small-collapse > .logo-menu-item {
    padding-right: 0;
    padding-left: 0
}

.small-collapse .row, .small-collapse .logo-menu {
    margin-right: 0;
    margin-left: 0
}

.expanded.row .small-collapse.row, .expanded.logo-menu .small-collapse.row, .expanded.row .small-collapse.logo-menu, .expanded.logo-menu .small-collapse.logo-menu {
    margin-right: 0;
    margin-left: 0
}

.small-uncollapse > .column, .small-uncollapse > .columns, .small-uncollapse > .logo-menu-item {
    padding-right: .9375rem;
    padding-left: .9375rem
}

.small-centered {
    margin-right: auto;
    margin-left: auto
}

    .small-centered, .small-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }

.small-uncentered, .small-push-0, .small-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0
}

    .small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
        float: left;
        clear: none
    }

        .small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
            float: right
        }

@media print, screen and (min-width: 40em) {
    .medium-1 {
        width: 8.33333%
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%
    }

    .medium-pull-1 {
        position: relative;
        left: -8.33333%
    }

    .medium-offset-0 {
        margin-left: 0%
    }

    .medium-2 {
        width: 16.66667%
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%
    }

    .medium-pull-2 {
        position: relative;
        left: -16.66667%
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .medium-3 {
        width: 25%
    }

    .medium-push-3 {
        position: relative;
        left: 25%
    }

    .medium-pull-3 {
        position: relative;
        left: -25%
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .medium-4 {
        width: 33.33333%
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%
    }

    .medium-pull-4 {
        position: relative;
        left: -33.33333%
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-5 {
        width: 41.66667%
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%
    }

    .medium-pull-5 {
        position: relative;
        left: -41.66667%
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .medium-6 {
        width: 50%
    }

    .medium-push-6 {
        position: relative;
        left: 50%
    }

    .medium-pull-6 {
        position: relative;
        left: -50%
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .medium-7 {
        width: 58.33333%
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%
    }

    .medium-pull-7 {
        position: relative;
        left: -58.33333%
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-8 {
        width: 66.66667%
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%
    }

    .medium-pull-8 {
        position: relative;
        left: -66.66667%
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .medium-9 {
        width: 75%
    }

    .medium-push-9 {
        position: relative;
        left: 75%
    }

    .medium-pull-9 {
        position: relative;
        left: -75%
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .medium-10 {
        width: 83.33333%
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%
    }

    .medium-pull-10 {
        position: relative;
        left: -83.33333%
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-11 {
        width: 91.66667%
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%
    }

    .medium-pull-11 {
        position: relative;
        left: -91.66667%
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .medium-12 {
        width: 100%
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .medium-up-1 > .column, .medium-up-1 > .columns, .medium-up-1 > .logo-menu-item {
        float: left;
        width: 100%
    }

        .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n), .medium-up-1 > .logo-menu-item:nth-of-type(1n) {
            clear: none
        }

        .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1), .medium-up-1 > .logo-menu-item:nth-of-type(1n+1) {
            clear: both
        }

        .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child, .medium-up-1 > .logo-menu-item:last-child {
            float: left
        }

    .medium-up-2 > .column, .medium-up-2 > .columns, .medium-up-2 > .logo-menu-item {
        float: left;
        width: 50%
    }

        .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n), .medium-up-2 > .logo-menu-item:nth-of-type(1n) {
            clear: none
        }

        .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1), .medium-up-2 > .logo-menu-item:nth-of-type(2n+1) {
            clear: both
        }

        .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child, .medium-up-2 > .logo-menu-item:last-child {
            float: left
        }

    .medium-up-3 > .column, .medium-up-3 > .columns, .medium-up-3 > .logo-menu-item {
        float: left;
        width: 33.33333%
    }

        .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n), .medium-up-3 > .logo-menu-item:nth-of-type(1n) {
            clear: none
        }

        .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1), .medium-up-3 > .logo-menu-item:nth-of-type(3n+1) {
            clear: both
        }

        .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child, .medium-up-3 > .logo-menu-item:last-child {
            float: left
        }

    .medium-up-4 > .column, .logo-menu > .column, .medium-up-4 > .columns, .logo-menu > .columns, .medium-up-4 > .logo-menu-item, .logo-menu > .logo-menu-item {
        float: left;
        width: 25%
    }

        .medium-up-4 > .column:nth-of-type(1n), .logo-menu > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n), .logo-menu > .columns:nth-of-type(1n), .medium-up-4 > .logo-menu-item:nth-of-type(1n), .logo-menu > .logo-menu-item:nth-of-type(1n) {
            clear: none
        }

        .medium-up-4 > .column:nth-of-type(4n+1), .logo-menu > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1), .logo-menu > .columns:nth-of-type(4n+1), .medium-up-4 > .logo-menu-item:nth-of-type(4n+1), .logo-menu > .logo-menu-item:nth-of-type(4n+1) {
            clear: both
        }

        .medium-up-4 > .column:last-child, .logo-menu > .column:last-child, .medium-up-4 > .columns:last-child, .logo-menu > .columns:last-child, .medium-up-4 > .logo-menu-item:last-child, .logo-menu > .logo-menu-item:last-child {
            float: left
        }

    .medium-up-5 > .column, .medium-up-5 > .columns, .medium-up-5 > .logo-menu-item {
        float: left;
        width: 20%
    }

        .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n), .medium-up-5 > .logo-menu-item:nth-of-type(1n) {
            clear: none
        }

        .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1), .medium-up-5 > .logo-menu-item:nth-of-type(5n+1) {
            clear: both
        }

        .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child, .medium-up-5 > .logo-menu-item:last-child {
            float: left
        }

    .medium-up-6 > .column, .logo-menu--6-cols > .column, .medium-up-6 > .columns, .logo-menu--6-cols > .columns, .medium-up-6 > .logo-menu-item, .logo-menu--6-cols > .logo-menu-item {
        float: left;
        width: 16.66667%
    }

        .medium-up-6 > .column:nth-of-type(1n), .logo-menu--6-cols > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n), .logo-menu--6-cols > .columns:nth-of-type(1n), .medium-up-6 > .logo-menu-item:nth-of-type(1n), .logo-menu--6-cols > .logo-menu-item:nth-of-type(1n) {
            clear: none
        }

        .medium-up-6 > .column:nth-of-type(6n+1), .logo-menu--6-cols > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1), .logo-menu--6-cols > .columns:nth-of-type(6n+1), .medium-up-6 > .logo-menu-item:nth-of-type(6n+1), .logo-menu--6-cols > .logo-menu-item:nth-of-type(6n+1) {
            clear: both
        }

        .medium-up-6 > .column:last-child, .logo-menu--6-cols > .column:last-child, .medium-up-6 > .columns:last-child, .logo-menu--6-cols > .columns:last-child, .medium-up-6 > .logo-menu-item:last-child, .logo-menu--6-cols > .logo-menu-item:last-child {
            float: left
        }

    .medium-up-7 > .column, .medium-up-7 > .columns, .medium-up-7 > .logo-menu-item {
        float: left;
        width: 14.28571%
    }

        .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n), .medium-up-7 > .logo-menu-item:nth-of-type(1n) {
            clear: none
        }

        .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1), .medium-up-7 > .logo-menu-item:nth-of-type(7n+1) {
            clear: both
        }

        .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child, .medium-up-7 > .logo-menu-item:last-child {
            float: left
        }

    .medium-up-8 > .column, .medium-up-8 > .columns, .medium-up-8 > .logo-menu-item {
        float: left;
        width: 12.5%
    }

        .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n), .medium-up-8 > .logo-menu-item:nth-of-type(1n) {
            clear: none
        }

        .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1), .medium-up-8 > .logo-menu-item:nth-of-type(8n+1) {
            clear: both
        }

        .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child, .medium-up-8 > .logo-menu-item:last-child {
            float: left
        }

    .medium-collapse > .column, .medium-collapse > .columns, .medium-collapse > .logo-menu-item {
        padding-right: 0;
        padding-left: 0
    }

    .medium-collapse .row, .medium-collapse .logo-menu {
        margin-right: 0;
        margin-left: 0
    }

    .expanded.row .medium-collapse.row, .expanded.logo-menu .medium-collapse.row, .expanded.row .medium-collapse.logo-menu, .expanded.logo-menu .medium-collapse.logo-menu {
        margin-right: 0;
        margin-left: 0
    }

    .medium-uncollapse > .column, .medium-uncollapse > .columns, .medium-uncollapse > .logo-menu-item {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .medium-centered {
        margin-right: auto;
        margin-left: auto
    }

        .medium-centered, .medium-centered:last-child:not(:first-child) {
            float: none;
            clear: both
        }

    .medium-uncentered, .medium-push-0, .medium-pull-0 {
        position: static;
        margin-right: 0;
        margin-left: 0
    }

        .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
            float: left;
            clear: none
        }

            .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
                float: right
            }
}

@media screen and (min-width: 64em) {
    .large-1 {
        width: 8.33333%
    }

    .large-push-1 {
        position: relative;
        left: 8.33333%
    }

    .large-pull-1 {
        position: relative;
        left: -8.33333%
    }

    .large-offset-0 {
        margin-left: 0%
    }

    .large-2 {
        width: 16.66667%
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%
    }

    .large-pull-2 {
        position: relative;
        left: -16.66667%
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .large-3 {
        width: 25%
    }

    .large-push-3 {
        position: relative;
        left: 25%
    }

    .large-pull-3 {
        position: relative;
        left: -25%
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .large-4 {
        width: 33.33333%
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%
    }

    .large-pull-4 {
        position: relative;
        left: -33.33333%
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .large-5 {
        width: 41.66667%
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%
    }

    .large-pull-5 {
        position: relative;
        left: -41.66667%
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .large-6 {
        width: 50%
    }

    .large-push-6 {
        position: relative;
        left: 50%
    }

    .large-pull-6 {
        position: relative;
        left: -50%
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .large-7 {
        width: 58.33333%
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%
    }

    .large-pull-7 {
        position: relative;
        left: -58.33333%
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .large-8 {
        width: 66.66667%
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%
    }

    .large-pull-8 {
        position: relative;
        left: -66.66667%
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .large-9 {
        width: 75%
    }

    .large-push-9 {
        position: relative;
        left: 75%
    }

    .large-pull-9 {
        position: relative;
        left: -75%
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .large-10 {
        width: 83.33333%
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%
    }

    .large-pull-10 {
        position: relative;
        left: -83.33333%
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .large-11 {
        width: 91.66667%
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%
    }

    .large-pull-11 {
        position: relative;
        left: -91.66667%
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .large-12 {
        width: 100%
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .large-up-1 > .column, .large-up-1 > .columns, .large-up-1 > .logo-menu-item {
        float: left;
        width: 100%
    }

        .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n), .large-up-1 > .logo-menu-item:nth-of-type(1n) {
            clear: none
        }

        .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1), .large-up-1 > .logo-menu-item:nth-of-type(1n+1) {
            clear: both
        }

        .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child, .large-up-1 > .logo-menu-item:last-child {
            float: left
        }

    .large-up-2 > .column, .large-up-2 > .columns, .large-up-2 > .logo-menu-item {
        float: left;
        width: 50%
    }

        .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n), .large-up-2 > .logo-menu-item:nth-of-type(1n) {
            clear: none
        }

        .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1), .large-up-2 > .logo-menu-item:nth-of-type(2n+1) {
            clear: both
        }

        .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child, .large-up-2 > .logo-menu-item:last-child {
            float: left
        }

    .large-up-3 > .column, .large-up-3 > .columns, .large-up-3 > .logo-menu-item {
        float: left;
        width: 33.33333%
    }

        .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n), .large-up-3 > .logo-menu-item:nth-of-type(1n) {
            clear: none
        }

        .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1), .large-up-3 > .logo-menu-item:nth-of-type(3n+1) {
            clear: both
        }

        .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child, .large-up-3 > .logo-menu-item:last-child {
            float: left
        }

    .large-up-4 > .column, .large-up-4 > .columns, .large-up-4 > .logo-menu-item {
        float: left;
        width: 25%
    }

        .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n), .large-up-4 > .logo-menu-item:nth-of-type(1n) {
            clear: none
        }

        .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1), .large-up-4 > .logo-menu-item:nth-of-type(4n+1) {
            clear: both
        }

        .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child, .large-up-4 > .logo-menu-item:last-child {
            float: left
        }

    .large-up-5 > .column, .large-up-5 > .columns, .large-up-5 > .logo-menu-item {
        float: left;
        width: 20%
    }

        .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n), .large-up-5 > .logo-menu-item:nth-of-type(1n) {
            clear: none
        }

        .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1), .large-up-5 > .logo-menu-item:nth-of-type(5n+1) {
            clear: both
        }

        .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child, .large-up-5 > .logo-menu-item:last-child {
            float: left
        }

    .large-up-6 > .column, .large-up-6 > .columns, .large-up-6 > .logo-menu-item {
        float: left;
        width: 16.66667%
    }

        .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n), .large-up-6 > .logo-menu-item:nth-of-type(1n) {
            clear: none
        }

        .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1), .large-up-6 > .logo-menu-item:nth-of-type(6n+1) {
            clear: both
        }

        .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child, .large-up-6 > .logo-menu-item:last-child {
            float: left
        }

    .large-up-7 > .column, .large-up-7 > .columns, .large-up-7 > .logo-menu-item {
        float: left;
        width: 14.28571%
    }

        .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n), .large-up-7 > .logo-menu-item:nth-of-type(1n) {
            clear: none
        }

        .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1), .large-up-7 > .logo-menu-item:nth-of-type(7n+1) {
            clear: both
        }

        .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child, .large-up-7 > .logo-menu-item:last-child {
            float: left
        }

    .large-up-8 > .column, .large-up-8 > .columns, .large-up-8 > .logo-menu-item {
        float: left;
        width: 12.5%
    }

        .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n), .large-up-8 > .logo-menu-item:nth-of-type(1n) {
            clear: none
        }

        .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1), .large-up-8 > .logo-menu-item:nth-of-type(8n+1) {
            clear: both
        }

        .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child, .large-up-8 > .logo-menu-item:last-child {
            float: left
        }

    .large-collapse > .column, .large-collapse > .columns, .large-collapse > .logo-menu-item {
        padding-right: 0;
        padding-left: 0
    }

    .large-collapse .row, .large-collapse .logo-menu {
        margin-right: 0;
        margin-left: 0
    }

    .expanded.row .large-collapse.row, .expanded.logo-menu .large-collapse.row, .expanded.row .large-collapse.logo-menu, .expanded.logo-menu .large-collapse.logo-menu {
        margin-right: 0;
        margin-left: 0
    }

    .large-uncollapse > .column, .large-uncollapse > .columns, .large-uncollapse > .logo-menu-item {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .large-centered {
        margin-right: auto;
        margin-left: auto
    }

        .large-centered, .large-centered:last-child:not(:first-child) {
            float: none;
            clear: both
        }

    .large-uncentered, .large-push-0, .large-pull-0 {
        position: static;
        margin-right: 0;
        margin-left: 0
    }

        .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
            float: left;
            clear: none
        }

            .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
                float: right
            }
}

.column-block {
    margin-bottom: 1.875rem
}

    .column-block > :last-child {
        margin-bottom: 0
    }

@media print, screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 2rem
    }

        .column-block > :last-child {
            margin-bottom: 0
        }
}

.close-button {
    position: absolute;
    color: #8a8a8a;
    cursor: pointer
}

[data-whatinput='mouse'] .close-button {
    outline: 0
}

.close-button:hover, .close-button:focus {
    color: #0a0a0a
}

.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1
}

.close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1
}

.accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none
}

    .accordion[disabled] .accordion-title {
        cursor: not-allowed
    }

.accordion-item:first-child > :first-child {
    border-radius: 0 0 0 0
}

.accordion-item:last-child > :last-child {
    border-radius: 0 0 0 0
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #1779ba
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0
}

.accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'
}

.is-active > .accordion-title::before {
    content: '\2013'
}

.accordion-content {
    /*display: none; */ /*pjb*/
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #1A1A1A
}

:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6
}

.responsive-embed, .flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
}

    .responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .responsive-embed.widescreen, .flex-video.widescreen {
        padding-bottom: 56.25%
    }

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[data-whatinput='mouse'] .menu li {
    outline: 0
}

.menu a, .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem
}

.menu input, .menu select, .menu a, .menu button {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu, .menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

    .menu.vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.simple {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .menu.simple li + li {
            margin-left: 1rem
        }

        .menu.simple a {
            padding: 0
        }

@media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.medium-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.medium-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.medium-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width: 64em) {
    .menu.large-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.large-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.large-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.large-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

    .menu.icon-left li a img, .menu.icon-left li a i, .menu.icon-left li a svg {
        margin-right: .25rem
    }

.menu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

    .menu.icon-right li a img, .menu.icon-right li a i, .menu.icon-right li a svg {
        margin-left: .25rem
    }

.menu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

    .menu.icon-top li a img, .menu.icon-top li a i, .menu.icon-top li a svg {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-bottom: .25rem;
        text-align: center
    }

.menu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

    .menu.icon-bottom li a img, .menu.icon-bottom li a i, .menu.icon-bottom li a svg {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-bottom: .25rem;
        text-align: center
    }

.menu .is-active > a {
    background: #1779ba;
    color: #fefefe
}

.menu .active > a {
    background: #1779ba;
    color: #fefefe
}

.menu.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .menu.align-right li .submenu li {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

.menu.align-right.vertical li {
    display: block;
    text-align: right
}

    .menu.align-right.vertical li .submenu li {
        text-align: right
    }

.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0
}

.menu.align-center li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .menu.align-center li .submenu li {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

.menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit
}

.menu-centered > .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .menu-centered > .menu li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .menu-centered > .menu li .submenu li {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }

.no-js [data-responsive-menu] ul {
    display: none
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

    .is-drilldown li {
        display: block
    }

    .is-drilldown.animate-height {
        -webkit-transition: height 0.5s;
        transition: height 0.5s
    }

.drilldown a {
    padding: 0.7rem 1rem;
    background: #fefefe
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fefefe;
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear
}

    .drilldown .is-drilldown-submenu.is-active {
        z-index: 1;
        display: block;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .drilldown .is-drilldown-submenu.is-closing {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

    .drilldown .is-drilldown-submenu a {
        padding: 0.7rem 1rem
    }

.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
}

.drilldown .is-drilldown-submenu-parent > a {
    position: relative
}

    .drilldown .is-drilldown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1779ba;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 1rem
    }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1A1A1A;
    right: 1rem;
    left: auto
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1A1A1A transparent transparent;
    right: auto;
    left: 1rem
}

.drilldown .js-drilldown-back > a::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem
}

    .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #1A1A1A transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }

[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0
}

.dropdown.menu > li > a {
    padding: 0.7rem 1rem
}

.dropdown.menu > li.is-active > a {
    background: rgba(0, 0, 0, 0);
    color: #1779ba
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical > li > a::after {
    right: 14px
}

.dropdown.menu.vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1A1A1A transparent transparent;
    right: auto;
    left: 5px
}

.dropdown.menu.vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1A1A1A
}

@media print, screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem
    }

        .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            content: '';
            border-bottom-width: 0;
            border-top-style: solid;
            border-color: #1A1A1A transparent transparent;
            right: 5px;
            left: auto;
            margin-top: -3px
        }

    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.medium-vertical > li > a::after {
        right: 14px
    }

    .dropdown.menu.medium-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #1A1A1A transparent transparent;
        right: auto;
        left: 5px
    }

    .dropdown.menu.medium-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1A1A1A
    }
}

@media screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem
    }

        .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            content: '';
            border-bottom-width: 0;
            border-top-style: solid;
            border-color: #1A1A1A transparent transparent;
            right: 5px;
            left: auto;
            margin-top: -3px
        }

    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.large-vertical > li > a::after {
        right: 14px
    }

    .dropdown.menu.large-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #1A1A1A transparent transparent;
        right: auto;
        left: 5px
    }

    .dropdown.menu.large-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1A1A1A
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto
}

.is-dropdown-menu.vertical {
    width: 100px
}

    .is-dropdown-menu.vertical.align-right {
        float: right
    }

.is-dropdown-submenu-parent {
    position: relative
}

    .is-dropdown-submenu-parent a::after {
        position: absolute;
        top: 50%;
        right: 5px;
        left: auto;
        margin-top: -6px
    }

    .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
        top: 100%;
        left: auto
    }

    .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto
    }

    .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fefefe
}

.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1A1A1A transparent transparent;
    right: auto;
    left: 5px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1A1A1A
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu > li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden
}

    html.is-reveal-open.zf-has-scroll {
        overflow-y: scroll
    }

    html.is-reveal-open body {
        overflow-y: hidden
    }

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(0, 0, 0, 0.75);
    overflow-y: auto
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1.875rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto
}

[data-whatinput='mouse'] .reveal {
    outline: 0
}

@media print, screen and (min-width: 40em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column, .reveal .columns, .reveal .logo-menu-item {
    min-width: 0
}

.reveal > :last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 78.25rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print, screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 78.25rem
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 78.25rem
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 78.25rem
    }
}

.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media screen and (max-width: 39.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix::before, .clearfix::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.clearfix::after {
    clear: both
}

.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

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

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

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

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-left.vertical.menu > li > a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right.vertical.menu > li > a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu > li > a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center
}

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

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

@media print, screen and (min-width: 40em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width: 64em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

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

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print, screen and (min-width: 40em) {
    .medium-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width: 64em) {
    .large-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width: 39.99875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print, screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width: 39.99875em) {
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width: 63.99875em) {
    .show-for-large {
        display: none !important
    }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important
    }
}

.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

    .show-on-focus:active, .show-on-focus:focus {
        position: static !important;
        width: auto;
        height: auto;
        overflow: visible;
        clip: auto;
        white-space: normal
    }

.show-for-landscape, .hide-for-portrait {
    display: block !important
}

@media screen and (orientation: landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: block !important
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape, .hide-for-portrait {
        display: none !important
    }
}

.hide-for-landscape, .show-for-portrait {
    display: none !important
}

@media screen and (orientation: landscape) {
    .hide-for-landscape, .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape, .show-for-portrait {
        display: block !important
    }
}

.has-sticky {
    padding-top: 116px;
    -webkit-transition: padding-top 200ms linear;
    transition: padding-top 200ms linear
}

@media screen and (max-width: 63.99875em) {
    .has-sticky {
        padding-top: 65px
    }
}

.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid #f2f4f6
}

.top-nav-desktop {
    background-color: #fff;
    color: #1A1A1A;
    text-align: center;
    height: 65px;
    z-index: 20;
    -webkit-transition: height 200ms linear;
    transition: height 200ms linear
}

@media screen and (min-width: 64em) {
    .top-nav-desktop {
        height: 116px;
        padding-right: 75px
    }
}

.sticky-active .top-nav-desktop {
    height: 65px
}

.top-nav-desktop a, .top-nav-desktop a:visited, .top-nav-desktop .menu-item, .top-nav-desktop .menu-item:visited {
    font-family: "Avenir Next W01", sans-serif;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem
}

.top-nav-desktop__search-btn {
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(/images/icons/search-icon-dark.svg) no-repeat center;
    background-size: contain;
    top: 46px;
    right: 225px;
    text-indent: -1000px;
    text-align: left;
    -webkit-transition: opacity 200ms, top 200ms;
    transition: opacity 200ms, top 200ms;
    overflow: hidden;
    cursor: pointer
}

.sticky-active .top-nav-desktop__search-btn {
    top: 20px
}

.top-nav-desktop__search-btn:hover, .top-nav-desktop__search-btn:active {
    opacity: 0.8
}

.top-nav-desktop__links {
    position: absolute;
    top: 48px;
    right: 105px;
    -webkit-transition: top 200ms;
    transition: top 200ms
}

    .top-nav-desktop__links a, .top-nav-desktop__links a:hover {
        text-transform: uppercase;
        font-size: .9375rem;
        font-weight: 500;
        color: #003F5C;
        letter-spacing: 0.04em
    }

.sticky-active .top-nav-desktop__links {
    top: 20px
}

.site-logo-desktop {
    background: url(/images/geoplace-logo.svg) no-repeat center left;
    background-size: contain;
    text-indent: -1000px;
    overflow: hidden;
    width: 205px;
    height: 75px;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-transition: top 200ms, height 200ms linear, width 200ms linear;
    transition: top 200ms, height 200ms linear, width 200ms linear
}

.sticky-active .site-logo-desktop {
    top: 10px;
    width: 122px;
    height: 46px
}

.top-bar-mobile {
    background: #fff;
    height: 65px
}

.top-bar-mobile__menu-icon {
    position: absolute;
    top: 21px;
    right: 17px;
    margin: 0
}

.top-bar-mobile:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    background: #ececec
}

.sticky-mobile {
    margin-top: 65px
}

.top-nav-mobile {
    background-color: #ececec;
    color: #003F5C;
    -webkit-transition: -webkit-transform 300ms ease-in;
    transition: -webkit-transform 300ms ease-in;
    transition: transform 300ms ease-in;
    transition: transform 300ms ease-in, -webkit-transform 300ms ease-in;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    max-height: calc(100vh - 65px);
    height: 100vh;
    -webkit-transform: translateY(calc(-100% - 65px));
    -ms-transform: translateY(calc(-100% - 65px));
    transform: translateY(calc(-100% - 65px));
    overflow-y: scroll;
    z-index: 10
}

.top-nav-mobile--initial {
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s
}

.top-nav-mobile--active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 300ms ease-out;
    transition: -webkit-transform 300ms ease-out;
    transition: transform 300ms ease-out;
    transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms
}

.top-nav-mobile .menu {
    padding: 1.25rem 1rem 1.875rem
}

    .top-nav-mobile .menu > li > a {
        color: #003F5C;
        text-decoration: none;
        font-weight: 500;
        font-size: 1.25rem;
        padding: 1rem 0;
        position: relative;
        border-bottom: 1px solid rgba(0, 63, 92, 0.25);
        background: #ececec
    }

        .top-nav-mobile .menu > li > a:visited {
            color: #003F5C
        }

        .top-nav-mobile .menu > li > a:hover, .top-nav-mobile .menu > li > a:active, .top-nav-mobile .menu > li > a:focus {
            color: #4d4d4d;
            background: rgba(0, 0, 0, 0);
            outline: none;
            cursor: pointer
        }

        .top-nav-mobile .menu > li > a:before {
            border: 0
        }

        .top-nav-mobile .menu > li > a:after {
            border: 0
        }

    .top-nav-mobile .menu > li:last-child > a {
        border-bottom: 0
    }

    .top-nav-mobile .menu > li.is-drilldown-submenu-parent > a {
        position: relative
    }

        .top-nav-mobile .menu > li.is-drilldown-submenu-parent > a:after {
            content: "";
            width: 8px;
            height: 16px;
            background: url("/images/icons/arrow-right-dark.svg") no-repeat center;
            background-size: contain;
            position: absolute;
            display: inline-block;
            vertical-align: middle;
            right: 0
        }

    .top-nav-mobile .menu > li.js-drilldown-back > a {
        position: relative;
        padding-left: 1rem
    }

        .top-nav-mobile .menu > li.js-drilldown-back > a:before {
            content: "";
            width: 8px;
            height: 16px;
            background: url("/images/icons/arrow-right-dark.svg") no-repeat center;
            position: absolute;
            display: inline-block;
            vertical-align: middle;
            left: 0;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            z-index: 1;
            top: calc(50% - (16px / 2))
        }

    .top-nav-mobile .menu .active > a {
        background: none;
        color: #4d4d4d
    }

    .top-nav-mobile .menu.submenu {
        min-height: 100%;
        background: #ececec
    }

.site-logo-mobile {
    background: url(/images/geoplace-logo.svg) no-repeat center left;
    background-size: contain;
    text-indent: -1000px;
    overflow: hidden;
    width: 120px;
    height: 45px;
    position: absolute;
    top: 10px;
    left: 1rem
}

.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    z-index: -10;
    overflow: hidden;
    width: 100%
}

@media screen and (min-width: 40em) {
    .mobile-nav-overlay {
        display: none
    }
}

.mobile-nav-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5)
}

.mobile-nav-overlay--active {
    z-index: 10;
    opacity: 1
}

.mobile-nav-overlay--hide {
    opacity: 0 !important
}

.mobile-nav-overlay--initial {
    -webkit-transition: opacity 0s;
    transition: opacity 0s
}

.desktop-menu {
    position: fixed;
    top: 0;
    right: 0;
    background: #ECECEC;
    width: 75px;
    height: 1080px;
    text-align: left
}

.desktop-menu__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(-90deg) translateY(-100%);
    -ms-transform: rotate(-90deg) translateY(-100%);
    transform: rotate(-90deg) translateY(-100%);
    position: absolute;
    top: 0;
    right: 0;
    height: 75px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    background: #ECECEC;
    width: 100vh
}

.desktop-menu__item, .desktop-menu__label {
    padding: 20px;
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1.2;
    font-weight: 500;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-height: 780px) {
    .desktop-menu__item, .desktop-menu__label {
        font-size: .8125rem;
        padding: 10px
    }
}

.desktop-menu__item {
    color: white;
    width: 100%;
    background: #003F5C
}

    .desktop-menu__item:nth-child(2) {
        background-color: #005176
    }

    .desktop-menu__item:nth-child(3) {
        background-color: #00628E
    }

    .desktop-menu__item:nth-child(4) {
        background-color: #0E7AAA
    }

    .desktop-menu__item:nth-child(5) {
        background-color: #2D97C7
    }

.desktop-menu__label {
    color: black;
    font-weight: 500;
    width: 100%;
    min-width: 160px
}

@media screen and (max-height: 780px) {
    .desktop-menu__label {
        min-width: 132px
    }
}

.desktop-menu__menu-button {
    width: 25px;
    height: 16px;
    position: absolute;
    top: 50px;
    right: 25px;
    background: url(/images/icons/menu-icon-dark.svg) no-repeat center;
    background-size: contain;
    z-index: 1;
    -webkit-transition: top 200ms;
    transition: top 200ms
}

.sticky-active .desktop-menu__menu-button {
    top: 22px
}

.desktop-search-box {
    display: none;
    background: #ebebeb;
    height: 70px;
    padding: 10px;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 1;
    width: 460px
}

.sticky--short .desktop-search-box {
    top: 35px
}

.desktop-search-box__content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 50px;
    top: 10px;
    padding-right: 60px;
    background: white
}

.desktop-search-box__submit {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    background: url(/images//icons/search-icon-dark.svg) no-repeat center;
    background-size: contain;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    overflow: hidden;
    border: 12.5px solid transparent;
    width: 55px
}

    .desktop-search-box__submit:hover, .desktop-search-box__submit:active {
        opacity: 0.8
    }

.desktop-search-box__input {
    margin: 0;
    border: 0;
    padding: 10px;
    text-align: left;
    font-size: 1rem;
    color: #1A1A1A;
    background: white !important;
    height: 100%
}

    .desktop-search-box__input:focus {
        border: 0;
        background: transparent
    }

    .desktop-search-box__input::-webkit-input-placeholder {
        color: #1A1A1A
    }

    .desktop-search-box__input:-moz-placeholder {
        color: #1A1A1A
    }

    .desktop-search-box__input::-moz-placeholder {
        color: #1A1A1A
    }

    .desktop-search-box__input:-ms-input-placeholder {
        color: #1A1A1A
    }

.desktop-search-box__close-btn {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 18px;
    right: 8px;
    text-indent: -1000px;
    overflow: hidden;
    text-align: left;
    background: url(/images/icons/cross-dark.svg) no-repeat;
    background-size: contain;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    border: 5px solid transparent
}

    .desktop-search-box__close-btn:active, .desktop-search-box__close-btn:hover {
        opacity: 0.8
    }

.animated-menu-icon {
    width: 31px;
    height: 22px;
    padding: 3px;
    outline: none
}

.animated-menu-icon__top, .animated-menu-icon__middle, .animated-menu-icon__bottom {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #003F5C;
    -webkit-transition: top 200ms ease 200ms, bottom 200ms ease 200ms, opacity 200ms, -webkit-transform 200ms ease;
    transition: top 200ms ease 200ms, bottom 200ms ease 200ms, opacity 200ms, -webkit-transform 200ms ease;
    transition: transform 200ms ease, top 200ms ease 200ms, bottom 200ms ease 200ms, opacity 200ms;
    transition: transform 200ms ease, top 200ms ease 200ms, bottom 200ms ease 200ms, opacity 200ms, -webkit-transform 200ms ease;
    border-radius: 2px
}

.animated-menu-icon__top {
    top: 3px
}

.animated-menu-icon__middle {
    top: 10px
}

.animated-menu-icon__bottom {
    bottom: 3px
}

.animated-menu-icon--active .animated-menu-icon__top, .animated-menu-icon:active .animated-menu-icon__top {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    -webkit-transition: top 200ms ease, -webkit-transform 200ms ease 200ms;
    transition: top 200ms ease, -webkit-transform 200ms ease 200ms;
    transition: transform 200ms ease 200ms, top 200ms ease;
    transition: transform 200ms ease 200ms, top 200ms ease, -webkit-transform 200ms ease 200ms
}

.animated-menu-icon--active .animated-menu-icon__middle, .animated-menu-icon:active .animated-menu-icon__middle {
    opacity: 0
}

.animated-menu-icon--active .animated-menu-icon__bottom, .animated-menu-icon:active .animated-menu-icon__bottom {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 10px;
    -webkit-transition: bottom 200ms ease, -webkit-transform 200ms ease 200ms;
    transition: bottom 200ms ease, -webkit-transform 200ms ease 200ms;
    transition: transform 200ms ease 200ms, bottom 200ms ease;
    transition: transform 200ms ease 200ms, bottom 200ms ease, -webkit-transform 200ms ease 200ms
}

.footer {
    background: #F2F5F7;
    text-align: left;
    color: #1A1A1A;
    padding: 40px 0;
    position: relative;
    font-weight: 400;
    font-size: .875rem
}

@media screen and (min-width: 40em) {
    .footer {
        padding: 40px 0
    }
}

@media screen and (min-width: 64em) {
    .footer {
        padding-right: 75px
    }
}

.footer a, .footer a:visited {
    text-decoration: none
}

    .footer a:hover, .footer a:active {
        color: #5a5a5a
    }

.footer__links {
    display: block;
    font-size: 0;
    margin-bottom: 1.25rem
}

@media screen and (min-width: 40em) {
    .footer__links {
        margin-top: 1.25rem
    }
}

.footer__links a {
    display: block;
    position: relative;
    font-size: 1rem;
    text-transform: uppercase;
    color: #1A1A1A;
    letter-spacing: 0.025em;
    font-weight: 500
}
/*UE WI38607--*/
.footer__link_Image img {
  width: 60px;
  height: 30px;
  margin-bottom: 16px;
}
/*UE WI38607--*/
@media screen and (min-width: 40em) {
    .footer__links a {
        padding: 0 1rem;
        margin-bottom: 0.25rem;
        display: inline-block
    }

        .footer__links a:not(:last-of-type):after {
            content: '-';
            position: absolute;
            top: 0;
            bottom: 0;
            right: -3px;
            -webkit-transition: none;
            transition: none;
            color: #1A1A1A
        }

        .footer__links a:first-child {
            padding-left: 0
        }
}

.footer__links a:hover, .footer__links a:active, .footer__links a:focus {
    color: #5a5a5a
}

h1, h2, h3, h4, h5, h6 {
    color: #003F5C;
    font-weight: 500;
    line-height: 1.2em
}

.wrapper--dark h1, .wrapper--darkGrey h1, .wrapper--dark h2, .wrapper--darkGrey h2, .wrapper--dark h3, .wrapper--darkGrey h3, .wrapper--dark h4, .wrapper--darkGrey h4, .wrapper--dark h5, .wrapper--darkGrey h5, .wrapper--dark h6, .wrapper--darkGrey h6 {
    color: #fff
}

@media screen and (min-width: 40em) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 3rem;
        line-height: 1.6em
    }
}

h1, h2, h3 {
    line-height: 1.2em;
    margin-bottom: 0.5em;
    font-size: 2rem
}

@media screen and (min-width: 40em) {
    h1, h2, h3 {
        font-size: 3.25rem
    }
}

a, a:visited {
    font-family: inherit;
    color: inherit;
    text-decoration: underline;
    -webkit-transition: color 200ms;
    transition: color 200ms
}

    a:not([href]) {
        cursor: default;
        text-decoration: none
    }

        a:not([href]):hover {
            color: inherit
        }

hr {
    border-color: #ccc;
    margin-top: 4.5rem;
    margin-bottom: 4.5rem
}

.text-center {
    text-align: center
}

.no-margin {
    margin: 0 !important
}

.large-text {
    font-size: 1.125rem;
    line-height: 1.4em
}

@media screen and (min-width: 40em) {
    .large-text {
        font-size: 1.75rem
    }
}

.no-decoration {
    text-decoration: none
}

.no-wrap {
    white-space: nowrap
}

.sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.margin-bottom {
    margin-bottom: 1rem
}

.cover-area-link, .feature-box__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-indent: -99999px;
    overflow: hidden;
    cursor: pointer;
    background: rgba(0, 0, 0, 0)
}

@media screen and (max-width: 39.99875em) {
    .fullwidth-on-small, .button.fullwidth-on-small {
        width: 100%
    }
}

@media screen and (min-width: 40em) {
    .fullwidth-on-small, .button.fullwidth-on-small {
        min-width: 240px
    }
}

.remove-last:last-child {
    display: none
}

.lazy img:before {
    content: "We're sorry, the image below is broken :(";
    display: block;
    margin-bottom: 10px
}

img:before {
    content: "Image not found";
    display: block;
    margin-bottom: 10px;
    background: #F2F5F7;
    padding: 1rem 1rem 0
}

img:after {
    content: "(url: " attr(src) ")";
    display: block;
    font-size: .75rem;
    background: #F2F5F7;
    padding: 0 1rem 1rem
}

.wrapper {
    padding: 2.5rem 0 2.5rem;
    text-align: center;
    position: relative;
    background: #fff
}

@media screen and (min-width: 40em) {
    .wrapper {
        padding: 5.625rem 24px 5.625rem 24px
    }
}

@media screen and (min-width: 64em) {
    .wrapper {
        padding-right: 99px
    }
}

@media screen and (min-width: 75em) {
    .wrapper {
        padding: 5.625rem 75px 5.625rem 0
    }
}

.wrapper p, .wrapper li {
    color: inherit
}

@media screen and (min-width: 40em) {
    .wrapper--even-padding {
        padding-top: 5.625rem
    }
}

.wrapper--dark {
    background: #003F5C;
    color: #fff
}

.wrapper--darkGrey {
    background: #45494a;
    color: #fff
}

.wrapper--lightGrey {
    background: #F2F5F7;
    color: #1A1A1A
}

.wrapper--fixedBg {
    background: green url(/images/lake-como.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.wrapper--textured {
    background: green url(/images/wood-seamless.jpg);
    background-attachment: fixed
}

.copy, .copy p, .copy li, .article__copy {
    color: #1A1A1A;
    font-family: "Avenir Next W01", sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 1rem;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 40em) {
    .copy, .copy p, .copy li, .article__copy {
        font-size: 1.125rem
    }
}

.copy h1, .article__copy h1, .copy h2, .article__copy h2 {
    font-size: 1.5rem;
    color: #003F5C;
    font-weight: 700
}

.copy h3, .article__copy h3 {
    font-size: 1.3125rem;
    color: #003F5C;
    font-weight: 700
}

.copy__title {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    margin: 0 0 1rem;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    color: #003F5C
}

@media screen and (min-width: 40em) {
    .copy__title {
        font-size: 2.125rem;
        font-weight: 500;
        margin-top: -0.2rem;
        margin-bottom: 0
    }
}

.copy__abstract {
    font-size: 1.125rem
}

@media screen and (min-width: 40em) {
    .copy__abstract {
        font-size: 1.375rem
    }
}

.copy__buttons {
    margin-top: 1.25rem;
    text-align: left
}

@media screen and (min-width: 40em) {
    .copy__buttons {
        margin-top: 1.75rem
    }
}

.copy p, .article__copy p, .copy li, .article__copy li {
    margin-bottom: 1.5rem;
    line-height: 1.5
}

@media screen and (min-width: 40em) {
    .copy p, .article__copy p, .copy li, .article__copy li {
        margin-bottom: 1.5rem;
        line-height: 1.6
    }
}

.copy ul, .article__copy ul, .copy ol, .article__copy ol {
    margin-left: 0
}

.copy ul, .article__copy ul {
    margin-left: 0.25rem
}

.copy li, .article__copy li {
    margin-bottom: 0;
    text-align: left;
    margin-left: 1rem
}

.copy a, .article__copy a, .copy a:visited, .article__copy a:visited {
    color: #1A1A1A;
    font-weight: inherit;
    -webkit-transition: color 200ms, border-color 200ms;
    transition: color 200ms, border-color 200ms;
    word-wrap: break-word;
    text-decoration: underline
}

    .copy a:hover, .article__copy a:hover, .copy a:active, .article__copy a:active {
        color: #000
    }

.copy blockquote, .article__copy blockquote {
    font-size: 1.125rem;
    padding-top: 0;
    padding-bottom: 4px;
    margin: 1.5rem 0
}

@media screen and (min-width: 40em) {
    .copy blockquote, .article__copy blockquote {
        font-size: 1.375rem;
        margin: 2rem 0
    }
}

.copy img:last-child, .article__copy img:last-child, .copy figure:last-child, .article__copy figure:last-child {
    margin-bottom: 0
}

.copy > ul:last-child, .copy p > ul:last-child, .copy li > ul:last-child, .article__copy > ul:last-child, .copy > p:last-child, .copy p > p:last-child, .copy li > p:last-child, .article__copy > p:last-child {
    margin-bottom: 0
}

.copy iframe, .article__copy iframe {
    max-width: 100%;
    max-height: 570px
}

.copy.text-center, .copy p.text-center, .copy li.text-center, .text-center.article__copy {
    text-align: center
}

    .copy.text-center p, .copy p.text-center p, .copy li.text-center p, .text-center.article__copy p {
        text-align: inherit
    }

.copy .align-center, .article__copy .align-center, .copy .center-img, .article__copy .center-img {
    text-align: center
}

    .copy .align-center img, .article__copy .align-center img, .copy .center-img img, .article__copy .center-img img {
        margin-left: auto;
        margin-right: auto
    }

.copy .bordered, .article__copy .bordered {
    padding: 5px;
    border: 1px solid #DBE3E3
}

.copy img, .article__copy img {
    margin-bottom: 1.5rem
}

.copy .small, .article__copy .small, .copy .medium, .article__copy .medium {
    text-align: center
}

    .copy .small img, .article__copy .small img, .copy .medium img, .article__copy .medium img {
        width: 300px;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto
    }

    .copy .small img, .article__copy .small img {
        width: 300px
    }

    .copy .medium img, .article__copy .medium img {
        width: 600px
    }

@media screen and (min-width: 40em) {
    .copy .left, .article__copy .left {
        float: left;
        max-width: calc(50% - 1.875rem);
        margin: 0 1.875rem 1.875rem 0
    }
}

@media screen and (min-width: 40em) {
    .copy .right, .article__copy .right {
        float: right;
        max-width: calc(50% - 1.875rem);
        margin: 0 0 1.875rem 1.875rem
    }
}

.copy ol, .article__copy ol {
    counter-reset: section;
    list-style-type: none;
    margin-left: 0
}

    .copy ol li, .article__copy ol li {
        margin: 0.5rem 0 1rem
    }

        .copy ol li > strong + p, .article__copy ol li > strong + p {
            margin-top: 0.6rem
        }

    .copy ol ul, .article__copy ol ul {
        margin: 0.5rem 0 0 1.4rem !important
    }

    .copy ol table, .article__copy ol table {
        border: 0 none
    }

        .copy ol table td, .article__copy ol table td {
            padding: 0
        }

            .copy ol table td:first-child, .article__copy ol table td:first-child {
                width: 25%
            }

            .copy ol table td img, .article__copy ol table td img {
                margin: 0 3rem !important
            }

        .copy ol table tbody, .article__copy ol table tbody {
            background: none;
            border: none
        }

    .copy ol ol, .article__copy ol ol {
        margin-left: 1.4rem
    }

    .copy ol > li:before, .copy p ol > li:before, .copy li ol > li:before, .article__copy ol > li:before {
        counter-increment: section;
        content: counters(section, ".") ". ";
        font-weight: 800
    }

.copy--dark, .wrapper--dark .copy, .wrapper--dark .copy p, .copy .wrapper--dark p, .wrapper--dark .copy li, .copy .wrapper--dark li, .wrapper--dark .article__copy, .wrapper--darkGrey .copy, .wrapper--darkGrey .copy p, .copy .wrapper--darkGrey p, .wrapper--darkGrey .copy li, .copy .wrapper--darkGrey li, .wrapper--darkGrey .article__copy {
    color: #fff
}

    .copy--dark a, .wrapper--dark .copy a, .copy .wrapper--dark p a, .copy .wrapper--dark li a, .wrapper--dark .article__copy a, .wrapper--darkGrey .copy a, .copy .wrapper--darkGrey p a, .copy .wrapper--darkGrey li a, .wrapper--darkGrey .article__copy a, .copy--dark a:visited, .wrapper--dark .copy a:visited, .copy .wrapper--dark p a:visited, .copy .wrapper--dark li a:visited, .wrapper--dark .article__copy a:visited, .wrapper--darkGrey .copy a:visited, .copy .wrapper--darkGrey p a:visited, .copy .wrapper--darkGrey li a:visited, .wrapper--darkGrey .article__copy a:visited {
        color: #fff
    }

        .copy--dark a:hover, .wrapper--dark .copy a:hover, .copy .wrapper--dark p a:hover, .copy .wrapper--dark li a:hover, .wrapper--dark .article__copy a:hover, .wrapper--darkGrey .copy a:hover, .copy .wrapper--darkGrey p a:hover, .copy .wrapper--darkGrey li a:hover, .wrapper--darkGrey .article__copy a:hover, .copy--dark a:active, .wrapper--dark .copy a:active, .copy .wrapper--dark p a:active, .copy .wrapper--dark li a:active, .wrapper--dark .article__copy a:active, .wrapper--darkGrey .copy a:active, .copy .wrapper--darkGrey p a:active, .copy .wrapper--darkGrey li a:active, .wrapper--darkGrey .article__copy a:active, .copy--dark a:focus, .wrapper--dark .copy a:focus, .copy .wrapper--dark p a:focus, .copy .wrapper--dark li a:focus, .wrapper--dark .article__copy a:focus, .wrapper--darkGrey .copy a:focus, .copy .wrapper--darkGrey p a:focus, .copy .wrapper--darkGrey li a:focus, .wrapper--darkGrey .article__copy a:focus {
            color: #d9d9d9
        }

@media screen and (min-width: 40em) {
    .copy-with-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.copy-with-image--image-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.copy-with-image__image {
    height: 100%;
    width: 100%
}

@media screen and (max-width: 39.99875em) {
    .copy-with-image__image {
        margin-bottom: 1rem
    }
}

@media screen and (min-width: 40em) {
    .copy-with-image__title {
        text-align: left
    }
}

.copy-with-image__buttons {
    margin-top: 1.5rem;
    text-align: left
}

@media screen and (min-width: 40em) {
    .copy-with-image__buttons .button:first-child {
        margin-left: 0
    }
}

.copy-bullets {
    text-align: left
}

@media screen and (min-width: 40em) {
    .copy-bullets {
        text-align: left;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }
}

.copy-bullets__abstract {
    text-align: left
}

@media screen and (min-width: 40em) {
    .copy-bullets__abstract {
        text-align: center
    }
}

.copy-bullets__item {
    position: relative;
    margin: 0;
    padding-left: 3.625rem;
    min-height: 42px;
    display: table;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column
}

@media screen and (min-width: 40em) {
    .copy-bullets__item {
        padding-left: 4.4375rem
    }
}

.copy-bullets__content h2 {
    font-size: 1.25rem
}

.copy-bullets__content p {
    margin-bottom: 2rem !important
}

.copy-bullets__number {
    font-size: 1.6875rem;
    color: #6b6b6b;
    border: 0;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    display: block;
    margin: 0 0 0.5rem;
    background: #e1e1e1;
    position: absolute;
    top: 0.25rem;
    left: 0;
    width: 42px;
    height: 42px
}

@media screen and (min-width: 40em) {
    .copy-bullets__number {
        font-size: 2.25rem;
        width: 55px;
        height: 55px;
        line-height: 55px
    }
}

.copy-bullets__top {
    margin-bottom: 2rem
}

html {
    height: 100%;
    min-height: 100%
}

body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    /*background: #F2F5F7*/ /*pjb*/
}

a.social-icon {
    background: transparent;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 4px;
    line-height: 35px !important;
    text-align: center;
    position: relative;
    -webkit-transition: opacity 200ms, background 200ms;
    transition: opacity 200ms, background 200ms
}

    a.social-icon:first-child {
        margin-left: 0
    }

    a.social-icon:last-child {
        margin-right: 0
    }

    a.social-icon img, a.social-icon svg {
        max-height: 80%;
        max-width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        z-index: 1
    }

    a.social-icon:hover, a.social-icon:active {
        opacity: 0.8
    }

.social-strip {
    display: none;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 12
}

@media screen and (min-width: 82.8125em) {
    .social-strip {
        display: block
    }
}

.social-strip a {
    display: block;
    margin-bottom: 0;
    width: 3rem;
    height: 3rem;
    text-align: center;
    color: #fff;
    overflow: hidden;
    position: relative;
    -webkit-transition: background 200ms;
    transition: background 200ms;
    outline: 0;
    background-color: #363636
}

    .social-strip a:nth-child(1) {
        background-color: #363636
    }

    .social-strip a:nth-child(2), .social-strip a:nth-child(8) {
        background-color: #464646
    }

    .social-strip a:nth-child(3) {
        background-color: #636363
    }

    .social-strip a:nth-child(4) {
        background-color: #898989
    }

    .social-strip a:nth-child(5) {
        background-color: #E1E1E1
    }

    .social-strip a:nth-child(6) {
        background-color: #898989
    }

    .social-strip a:hover.facebook {
        background-color: #4d70a8
    }

    .social-strip a:hover.twitter {
        background-color: #00baf2
    }

    .social-strip a:hover.linkedin {
        background-color: #1687b1
    }

    .social-strip a:hover.google-plus {
        background-color: #e2411d
    }

    .social-strip a:hover.instagram {
        background-color: #517fa4
    }

    .social-strip a:hover.youtube {
        background-color: #b00
    }

    .social-strip a:hover.pinterest {
        background-color: #CB2026
    }

    .social-strip a:hover.snapchat {
        background-color: #FFCE05
    }

    .social-strip a:hover.envelope {
        background-color: #2a8189
    }

        .social-strip a:hover.envelope i {
            color: #fff
        }

.social-strip--coloured a.facebook {
    background-color: #4d70a8
}

    .social-strip--coloured a.facebook:hover, .social-strip--coloured a.facebook:active {
        background-color: #3d5985
    }

.social-strip--coloured a.twitter {
    background-color: #00baf2
}

    .social-strip--coloured a.twitter:hover, .social-strip--coloured a.twitter:active {
        background-color: #0093bf
    }

.social-strip--coloured a.linkedin {
    background-color: #1687b1
}

    .social-strip--coloured a.linkedin:hover, .social-strip--coloured a.linkedin:active {
        background-color: #106484
    }

.social-strip--coloured a.google-plus {
    background-color: #e2411d
}

    .social-strip--coloured a.google-plus:hover, .social-strip--coloured a.google-plus:active {
        background-color: #b53417
    }

.social-strip--coloured a.instagram {
    background-color: #517fa4
}

    .social-strip--coloured a.instagram:hover, .social-strip--coloured a.instagram:active {
        background-color: #406582
    }

.social-strip--coloured a.youtube {
    background-color: #b00
}

    .social-strip--coloured a.youtube:hover, .social-strip--coloured a.youtube:active {
        background-color: #800
    }

.social-strip--coloured a.pinterest {
    background-color: #CB2026
}

    .social-strip--coloured a.pinterest:hover, .social-strip--coloured a.pinterest:active {
        background-color: #9f191e
    }

.social-strip--coloured a.snapchat {
    background-color: #FFCE05
}

    .social-strip--coloured a.snapchat:hover, .social-strip--coloured a.snapchat:active {
        background-color: #d1a800
    }

.social-strip--coloured a.envelope {
    background-color: #58595b
}

.social-strip .social-icon {
    color: white;
    font-size: 1.25rem;
    width: 24px;
    line-height: 48px;
    height: auto;
    display: block;
    margin: auto
}

.social-strip .social-icon--facebook {
    width: 18px;
    margin-top: .6875rem;
    position: absolute;
    bottom: 0;
    right: 10px
}

.social-strip .social-icon--twitter {
    margin-top: .9375rem
}

.social-strip .social-icon--linkedin {
    width: 1.375rem;
    margin-top: .75rem
}

.social-strip .social-icon--gplus {
    width: 30px;
    margin-top: .875rem
}

.social-strip .social-icon--youtube {
    margin-top: .9375rem
}

.social-strip .social-icon--pinterest {
    margin-top: .75rem
}

.social-strip .social-icon--instagram {
    margin-top: .6875rem
}

.social-strip .social-icon--snapchat {
    margin-top: .6875rem
}

.social-strip .social-icon--envelope {
    margin-top: .8125rem
}

.button, a.button {
    cursor: pointer;
    font-size: 1rem;
    padding: .625rem 1rem .625rem;
    -webkit-transition: background 200ms, color 200ms, border 200ms;
    transition: background 200ms, color 200ms, border 200ms;
    text-align: center;
    text-decoration: none !important;
    border: 2px solid #003F5C;
    border-radius: 0;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: 600;
    font-family: "Avenir Next W01", sans-serif;
    letter-spacing: 0.2em;
    margin: 0 0 20px;
    line-height: 1.5;
    display: inline-block;
    min-width: 150px
}

    .button::-moz-selection, a.button::-moz-selection {
        background: transparent
    }

    .button::selection, a.button::selection {
        background: transparent
    }

    .button + .button, a.button + .button, .button + a.button, a.button + a.button {
        margin-left: 20px
    }

.button--wide, a.button--wide {
    width: 100%
}

@media screen and (min-width: 40em) {
    .button--wide, a.button--wide {
        width: auto
    }
}

.button--fullwidth, a.button--fullwidth {
    width: 100%;
    display: block
}

.button--highlighted.button, a.button--highlighted.button {
    border-color: #003F5C;
    background-color: #003F5C;
    color: #fff
}

    .button--highlighted.button:focus, .button--highlighted.button:hover, .button--highlighted.button:active, a.button--highlighted.button:focus, a.button--highlighted.button:hover, a.button--highlighted.button:active {
        border-color: #000;
        background-color: #000
    }

.button--light, .carousel .slide-content .button, .wrapper--darkGrey .related-case-studies__button, a.button--light, .carousel .slide-content a.button, .wrapper--darkGrey a.related-case-studies__button {
    border-color: #31A0D2;
    color: #fff
}

    .button--light:hover, .carousel .slide-content .button:hover, .wrapper--darkGrey .related-case-studies__button:hover, .button--light:focus, .carousel .slide-content .button:focus, .wrapper--darkGrey .related-case-studies__button:focus, .button--light:active, .carousel .slide-content .button:active, .wrapper--darkGrey .related-case-studies__button:active, a.button--light:hover, .carousel .slide-content a.button:hover, .wrapper--darkGrey a.related-case-studies__button:hover, a.button--light:focus, .carousel .slide-content a.button:focus, .wrapper--darkGrey a.related-case-studies__button:focus, a.button--light:active, .carousel .slide-content a.button:active, .wrapper--darkGrey a.related-case-studies__button:active {
        color: #1A1A1A;
        border-color: #0085c2;
        background: #0085c2
    }

.button--white, a.button--white {
    border-color: white;
    color: white
}

    .button--white:hover, .button--white:focus, .button--white:active, a.button--white:hover, a.button--white:focus, a.button--white:active {
        color: #1A1A1A;
        border-color: white;
        background: white
    }

.button--dark, .button, a.button, .wrapper--light .related-case-studies__button, a.button--dark, a.button, .wrapper--light a.related-case-studies__button {
    border-color: #003F5C;
    color: #003F5C;
    border-width: 1px
}

    .button--dark:hover, .button:hover, .wrapper--light .related-case-studies__button:hover, .button--dark:focus, .button:focus, .wrapper--light .related-case-studies__button:focus, .button--dark:active, .button:active, .wrapper--light .related-case-studies__button:active, a.button--dark:hover, a.button:hover, .wrapper--light a.related-case-studies__button:hover, a.button--dark:focus, a.button:focus, .wrapper--light a.related-case-studies__button:focus, a.button--dark:active, a.button:active, .wrapper--light a.related-case-studies__button:active {
        color: #fff;
        border-color: #1c6281;
        background: #1c6281
    }

.button--dark-solid, .contact-form--light .button, .wrapper--light .contact-form .button, a.button--dark-solid, .contact-form--light a.button, .wrapper--light .contact-form a.button {
    border-color: #003F5C;
    color: white;
    background: #003F5C
}

    .button--dark-solid:hover, .contact-form--light .button:hover, .wrapper--light .contact-form .button:hover, .button--dark-solid:focus, .contact-form--light .button:focus, .wrapper--light .contact-form .button:focus, .button--dark-solid:active, .contact-form--light .button:active, .wrapper--light .contact-form .button:active, a.button--dark-solid:hover, .contact-form--light a.button:hover, .wrapper--light .contact-form a.button:hover, a.button--dark-solid:focus, .contact-form--light a.button:focus, .wrapper--light .contact-form a.button:focus, a.button--dark-solid:active, .contact-form--light a.button:active, .wrapper--light .contact-form a.button:active {
        color: white;
        border-color: #00628f;
        background: #00628f
    }

.inline-buttons {
    font-size: 0
}

@media screen and (min-width: 40em) {
    .inline-buttons {
        margin-bottom: -20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width: 40em) {
    .inline-buttons .button {
        min-width: 240px;
        margin: 0 10px
    }

        .inline-buttons .button:first-child {
            margin-left: 0
        }

        .inline-buttons .button:last-child {
            margin-right: 0
        }
}

@media screen and (max-width: 39.99875em) {
    .stack-on-small .button {
        display: block;
        margin-left: 0;
        margin-right: 0
    }
}

a.text-button, .text-button {
    font-weight: 700;
    color: #003F5C;
    font-size: 1rem;
    position: relative;
    padding: 0 0 0.75rem;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.4
}

    a.text-button:after, .text-button:after {
        content: "";
        border-bottom: 2px solid #FFD400;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-transition: border-color 200ms, -webkit-transform 200ms;
        transition: border-color 200ms, -webkit-transform 200ms;
        transition: transform 200ms, border-color 200ms;
        transition: transform 200ms, border-color 200ms, -webkit-transform 200ms
    }

    a.text-button:hover:after, a.text-button:active:after, .text-button:hover:after, .text-button:active:after {
        -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        transform: translateY(-7px);
        border-color: #ffea80
    }

.wrapper--dark a.text-button, .wrapper--dark .text-button {
    color: white
}

.not-found {
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px
}

@media screen and (min-width: 40em) {
    .not-found {
        padding-top: 85px;
        padding-bottom: 140px
    }
}

.not-found__title {
    font-size: 7.5rem;
    font-weight: 500;
    padding: 1.5rem 0 0;
    position: relative;
    letter-spacing: -0.02em;
    line-height: 1;
    margin: 0 0 1rem
}

@media screen and (min-width: 40em) {
    .not-found__title {
        font-size: 12.5rem;
        padding-top: 2.25rem;
        margin-bottom: 1.5rem
    }
}

.not-found__title:after {
    content: "";
    width: 40px;
    display: block;
    margin: 0 auto;
    border-bottom: 4px solid #FFD400;
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 40em) {
    .not-found__title:after {
        width: 72px;
        border-bottom: 6px solid #FFD400
    }
}

.not-found p {
    font-size: 1.25rem
}

.not-found__content {
    margin-bottom: 44px
}

.not-found__buttons {
    margin-top: 1rem
}

@media screen and (min-width: 40em) {
    .not-found__buttons {
        margin-top: 1.75rem
    }
}

.not-found__buttons .button {
    margin: 0
}

@media screen and (min-width: 40em) {
    form ::-webkit-input-placeholder {
        color: rgba(26, 26, 26, 0.6)
    }
}

@media screen and (min-width: 40em) {
    form :-moz-placeholder {
        color: rgba(26, 26, 26, 0.6)
    }
}

@media screen and (min-width: 40em) {
    form ::-moz-placeholder {
        color: rgba(26, 26, 26, 0.6)
    }
}

@media screen and (min-width: 40em) {
    form :-ms-input-placeholder {
        color: rgba(26, 26, 26, 0.6)
    }
}

@media screen and (max-width: 63.99875em) {
    form input[type="text"], form input[type="email"], form textarea {
        border-radius: 5px;
        margin-bottom: 15px
    }
}

@media screen and (min-width: 40em) {
    form input[type="text"], form input[type="email"], form textarea {
        background: transparent
    }
}

form select {
    height: auto;
    width: 100%;
    background-color: transparent;
    background-image: url(/images/icons/arrow-down-blue.svg);
    padding: 12px 1rem;
    background-size: 11px 6px;
    background-position: right;
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #003F5C;
    border-color: #CCCCCC
}

@media screen and (min-width: 40em) {
    form select {
        width: auto;
        display: inline-block;
        margin-right: 1rem
    }

        form select:last-child {
            margin-right: 0
        }
}

form select:hover, form select:active, form select:focus {
    background-color: transparent
}

.contact-form__abstract {
    margin-bottom: 1.5rem
}

@media screen and (min-width: 40em) {
    .contact-form__abstract {
        margin-bottom: 2.75rem
    }
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    font-weight: 400;
    background: #eee;
    border: 2px solid #eee
}

@media screen and (min-width: 40em) {
    .contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
        margin-bottom: 12px;
        background: rgba(0, 0, 0, 0);
        border: 2px solid #dcdcdc
    }
}

.contact-form textarea {
    min-height: 195px;
    margin-bottom: 1rem
}

@media screen and (min-width: 40em) {
    .contact-form textarea {
        margin-bottom: 2rem
    }
}

.contact-form .form-error {
    text-align: left;
    margin-bottom: 12px
}

.contact-form .file-upload-input {
    font-size: .75rem
}

.contact-form .checkbox-text {
    font-size: 1.125rem;
    margin-right: 1rem
}

.vacancy-form__msg {
    margin-bottom: 0.5rem !important
}

.testimonial__content {
    text-align: center;
    font-size: 1.25rem;
    border: none;
    font-family: "Avenir Next W01", sans-serif;
    font-weight: 400;
    line-height: 1.45em;
    color: #1A1A1A;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0
}

@media screen and (min-width: 40em) {
    .testimonial__content {
        font-size: 1.75rem
    }
}

.testimonial__content p {
    line-height: 1.45em !important
}

.testimonial__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.testimonial__author {
    font-size: .875rem;
    font-family: "Avenir Next W01", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    margin-top: 1.5rem;
    color: rgba(26, 26, 26, 0.55)
}

@media screen and (min-width: 40em) {
    .testimonial__author {
        font-size: 1.125rem
    }
}

.testimonial__author:before {
    content: "- "
}

.testimonial__icon:after {
    display: block;
    content: "";
    background: url(/images/icons/quotemark-dark.svg) no-repeat;
    background-size: contain;
    width: 26px;
    height: 23px;
    text-align: center;
    margin: 0 auto 1rem
}

.wrapper--dark .testimonial__icon:after {
    background-image: url(/images/icons/quotemark-light.svg)
}

@media screen and (min-width: 40em) {
    .testimonial__icon:after {
        margin-bottom: 1.5rem
    }
}

.testimonial--dark, .wrapper--dark .testimonial__content, .wrapper--dark .testimonial__author {
    color: #fff
}

    .testimonial--dark a, .wrapper--dark .testimonial__content a, .wrapper--dark .testimonial__author a, .testimonial--dark a:visited, .wrapper--dark .testimonial__content a:visited, .wrapper--dark .testimonial__author a:visited {
        color: #e6e6e6
    }

        .testimonial--dark a:hover, .wrapper--dark .testimonial__content a:hover, .wrapper--dark .testimonial__author a:hover, .testimonial--dark a:active, .wrapper--dark .testimonial__content a:active, .wrapper--dark .testimonial__author a:active, .testimonial--dark a:focus, .wrapper--dark .testimonial__content a:focus, .wrapper--dark .testimonial__author a:focus {
            color: #fff
        }

    .testimonial--dark .testimonial__author, .wrapper--dark .testimonial__content .testimonial__author, .wrapper--dark .testimonial__author .testimonial__author {
        color: rgba(255, 255, 255, 0.55)
    }

.testimonial-carousel__slide:active, .testimonial-carousel__slide:focus {
    outline: none
}

.testimonial-carousel .slick-dots {
    margin-top: 1rem;
    margin-bottom: -1rem
}

@media screen and (min-width: 40em) {
    .testimonial-carousel .slick-dots {
        margin-top: 1.5rem;
        margin-bottom: -2rem
    }
}

.testimonial-carousel .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.5);
    outline: none
}

.wrapper--light .testimonial-carousel .slick-dots li button {
    background-color: rgba(26, 26, 26, 0.2)
}

.testimonial-carousel .slick-dots li.slick-active button {
    background-color: #fff
}

.wrapper--light .testimonial-carousel .slick-dots li.slick-active button {
    background-color: rgba(26, 26, 26, 0.8)
}

@media screen and (min-width: 40em) {
    .testimonials-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 1.25rem;
        -webkit-column-gap: 1.25rem;
        columns-gap: 1.25rem;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }
}

@media screen and (min-width: 64em) {
    .testimonials-list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

.testimonials-list-item {
    background: #45494a;
    border-radius: 10px;
    padding: 2.5rem 1rem;
    margin-bottom: 1.875rem;
    display: inline-block;
    width: 100%
}

@media screen and (min-width: 40em) {
    .testimonials-list-item {
        padding: 4rem 2rem 3rem;
        margin: 0
    }
}

@media screen and (min-width: 40em) {
    .testimonials-list-item__wrapper {
        padding-bottom: 1.5rem;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }
}

@media screen and (max-width: 39.99875em) {
    .testimonials-list-item__wrapper:last-child .testimonials-list-item {
        margin-bottom: 0
    }
}

.testimonials-list-item__content {
    color: #fff;
    margin-bottom: 2rem
}

    .testimonials-list-item__content p {
        font-size: 1.375rem
    }

@media screen and (max-width: 39.99875em) {
    .testimonials-list-item__content p {
        font-weight: 300
    }
}

@media screen and (min-width: 40em) {
    .testimonials-list-item__content p {
        font-size: 1.5rem
    }
}

.testimonials-list-item__author {
    color: #ccc !important;
    font-size: 1.125rem;
    margin: 0
}

.testimonials-list-item__icon, .testimonials-list-item__icon-default {
    width: 56px;
    height: 56px;
    margin: 0 auto 0.75rem
}

.testimonials-list-item__icon {
    background: white no-repeat center;
    background-size: cover;
    border-radius: 50%;
    text-align: left;
    text-indent: -2000px;
    overflow: hidden
}

.testimonials-list-wrapper .inline-buttons {
    margin-top: 1.5rem
}

.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center no-repeat
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    width: 13px;
    height: 24px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 1;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms
}

    .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: .5
        }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: .25
    }

    .slick-prev:before, .slick-next:before {
        content: "";
        display: block;
        font-size: 1.25rem;
        line-height: 1;
        color: #fff;
        background: url(/images/icons/carousel-arrow-white.svg) no-repeat center;
        background-size: contain;
        width: 100%;
        height: 100%
    }

.slick-prev {
    left: 4.3rem
}

    .slick-prev:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.slick-next {
    right: 4.3rem
}

[dir="rtl"] .slick-next {
    left: 4.3rem;
    right: auto
}

.slick-dots {
    margin: 1.875rem 0
}

    .slick-dots li {
        margin: 0 7px;
        padding: 0;
        list-style-type: none;
        display: inline-block;
        height: 11px
    }

        .slick-dots li button {
            margin: 0;
            padding: 0;
            border-radius: 50%;
            width: 11px;
            height: 11px;
            text-indent: -5000px;
            background: rgba(255, 255, 255, 0.5);
            -webkit-transition: -webkit-transform 200ms;
            transition: -webkit-transform 200ms;
            transition: transform 200ms;
            transition: transform 200ms, -webkit-transform 200ms;
            vertical-align: top
        }

            .slick-dots li button:hover {
                -webkit-transform: scale(1.5, 1.5);
                -ms-transform: scale(1.5, 1.5);
                transform: scale(1.5, 1.5)
            }

        .slick-dots li.slick-active button {
            background-color: #fff
        }

.carousel {
    width: 100%;
    background-color: #45494a;
    text-align: center;
    height: 400px
}

.carousel--light {
    background-color: #fff
}

.carousel--tall {
    height: 600px
}

@media screen and (max-width: 39.99875em) {
    .carousel--tall {
        height: 100vh;
        height: calc(100vh - 65px - 60px)
    }
}

.carousel--full {
    height: 100vh;
    height: calc(100vh - 65px - 60px)
}

@media screen and (min-width: 40em) {
    .carousel--full {
        min-height: 600px;
        height: calc(100vh - 65px)
    }
}

@media screen and (min-width: 64em) {
    .carousel--full {
        height: calc(100vh - 116px)
    }
}

@media screen and (max-width: 39.99875em) {
    .carousel-icons {
        display: none
    }
}

.carousel-hint {
    position: absolute;
    bottom: 34px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1rem
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .carousel-hint {
        display: none
    }
}

.carousel-hint img {
    margin-left: auto;
    margin-right: auto
}

.carousel-hint__scroll {
    height: 53px;
    width: 53px;
    margin-bottom: 2px;
    display: block
}

.carousel--with-bar .carousel-hint {
    bottom: 85px
}

.carousel-cta {
    position: absolute;
    bottom: 40px;
    right: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.carousel-cta__enquiry {
    height: 45px;
    width: 45px
}

.carousel .slick-list, .carousel .slick-track {
    height: 100%
}

.carousel__video-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.carousel__video {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 300%;
    pointer-events: none
}

@media screen and (min-width: 64em) {
    .carousel--short .carousel__video {
        height: 400%;
        top: -133%
    }
}

@media (max-aspect-ratio: 16 / 9) {
    .carousel--tall .carousel__video {
        width: 300%;
        left: -100%
    }
}

@media screen and (min-width: 64em) {
    .carousel--tall .carousel__video {
        width: 100%;
        left: 0;
        height: 300%;
        top: -100%
    }
}

@media (min-aspect-ratio: 16 / 9) {
    .carousel--full .carousel__video {
        height: 300%;
        top: -100%
    }
}

@media (max-aspect-ratio: 16 / 9) {
    .carousel--full .carousel__video {
        width: 300%;
        left: -100%;
        top: -10%;
        height: 120%
    }
}

@media (max-aspect-ratio: 1 / 1) {
    .carousel--full .carousel__video {
        width: 300%;
        left: -100%
    }
}

.carousel--with-bar .carousel__video {
    padding-bottom: 50px
}

@media screen and (min-width: 64em) {
    .carousel--with-bar .carousel__video {
        padding-bottom: 60px
    }
}

.carousel .slide {
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%
}

.carousel .slide-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.carousel .slide-tint {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #000;
    opacity: 0;
    z-index: 1
}

.carousel .slide-content {
    padding: 0;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 1
}

@media screen and (max-width: 39.99875em) and (orientation: landscape) {
    .carousel .slide-content {
        margin-top: 1.875rem
    }
}

.carousel .slide-content--dark-text h1, .carousel .slide-content--dark-text h2, .carousel .slide-content--dark-text p {
    color: #1A1A1A
}

.carousel .slide-content__title {
    color: #fff;
    font-size: 2.125rem;
    font-weight: normal;
    margin: 0
}

@media screen and (min-width: 64em) and (orientation: landscape) {
    .carousel .slide-content__title {
        font-size: 3.25rem;
        line-height: 1.2
    }
}

@media screen and (min-width: 64em) and (min-height: 801px) {
    .carousel .slide-content__title {
        font-size: 3.25rem;
        line-height: 1.2
    }
}

.carousel .slide-content__subtitle, .carousel .slide-content__top-subtitle {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 12px
}

@media screen and (min-width: 64em) {
    .carousel .slide-content__subtitle, .carousel .slide-content__top-subtitle {
        font-size: 1.3125rem;
        font-weight: normal;
        margin-top: 24px
    }
}

.carousel .slide-content__content-wrapper {
    position: relative
}

.carousel .slide-content__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.carousel--with-bar .carousel .slide-content__content {
    -webkit-transform: translateY(calc(-50% - 25px));
    -ms-transform: translateY(calc(-50% - 25px));
    transform: translateY(calc(-50% - 25px))
}

.carousel .slide-content__top-subtitle {
    padding-bottom: 25px;
    display: inline-block;
    position: relative;
    margin-bottom: 14px;
    margin-top: 0
}

    .carousel .slide-content__top-subtitle:after {
        content: "";
        width: 33px;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #fff
    }

.carousel .slide-content__buttons {
    margin-top: 1.75rem
}

@media screen and (min-width: 40em) {
    .carousel .slide-content__buttons {
        margin-top: 3.25rem
    }
}

@media screen and (min-width: 40em) {
    .carousel .slide-content .button {
        margin-right: 0.5rem
    }
}

.carousel .slide-content .button:first-child {
    margin-left: 0
}

.carousel .slide-content .button:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.carousel .slick-next {
    right: 4.3rem
}

.carousel .slick-prev {
    left: 4.3rem
}

.carousel .slick-dots {
    margin: 0;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (max-width: 39.99875em) {
    .carousel .slick-dots {
        bottom: 20px
    }
}

@media screen and (max-width: 39.99875em) and (orientation: landscape) {
    .carousel .slick-dots {
        bottom: 20px;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media screen and (min-width: 40em) {
    .carousel .slick-dots {
        bottom: 20px
    }
}

.carousel .slick-dots li button {
    background: rgba(255, 255, 255, 0.5)
}

.carousel .slick-dots li.slick-active button {
    background: #fff
}

.carousel--dots-right .slick-dots {
    right: 25px;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.carousel--dots-left .slick-dots {
    left: 25px;
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.carousel--dots-left li:first-child {
    margin-left: 0
}

.carousel--small .slick-dots, .carousel--tall .slick-dots {
    bottom: 20px !important
}

@media screen and (max-width: 39.99875em) {
    .carousel--with-bar .slick-dots {
        bottom: 65px !important
    }
}

@media screen and (min-width: 40em) {
    .carousel--with-bar .slick-dots {
        bottom: 80px !important
    }
}

.carousel--with-bar .slick-prev, .carousel--with-bar .slick-next {
    -webkit-transform: translateY(calc(-50% - 30px));
    -ms-transform: translateY(calc(-50% - 30px));
    transform: translateY(calc(-50% - 30px))
}

.carousel--with-bar .slide-content__content {
    -webkit-transform: translateY(calc(-50% - 25px));
    -ms-transform: translateY(calc(-50% - 25px));
    transform: translateY(calc(-50% - 25px))
}

@media screen and (min-width: 40em) {
    .carousel--with-bar .slide-content__content {
        -webkit-transform: translateY(calc(-50% - 30px));
        -ms-transform: translateY(calc(-50% - 30px));
        transform: translateY(calc(-50% - 30px))
    }
}

.carousel-wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

.carousel-bottom-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #707070;
    text-align: center;
    height: 50px;
    -webkit-transition: background 200ms;
    transition: background 200ms;
    z-index: 1
}

@media screen and (min-width: 40em) {
    .carousel-bottom-bar {
        height: 60px
    }
}

.carousel-bottom-bar:hover, .carousel-bottom-bar:active {
    background: #575757
}

.carousel-bottom-bar__icon {
    background: url(/images/carousel-bottom-bar-logo.svg) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 21px;
    margin: -0.35em 0.5rem 0 0;
    display: inline-block;
    vertical-align: middle
}

@media screen and (min-width: 40em) {
    .carousel-bottom-bar__icon {
        width: 42px;
        height: 30px;
        margin: -0.25em 1.5rem 0 0
    }
}

.carousel-bottom-bar__content {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: .9375rem;
    margin: 0.75rem 0 0
}

@media screen and (max-width: 39.99875em) {
    .carousel-bottom-bar__content {
        font-weight: 800
    }
}

@media screen and (min-width: 40em) {
    .carousel-bottom-bar__content {
        font-size: 1.3125rem
    }
}

.fullwidth-img {
    width: 100%;
    height: auto;
    display: block;
    position: relative
}

.subscribe {
    color: white
}

.subscribe__title {
    color: white;
    margin-bottom: 1rem
}

@media screen and (min-width: 40em) {
    .subscribe__title {
        margin-top: -1rem
    }
}

.subscribe__abstract {
    margin-bottom: 1rem
}

@media screen and (min-width: 40em) {
    .subscribe__abstract {
        margin-bottom: 2.75rem
    }
}

.subscribe__form {
    margin-top: 1rem
}

.subscribe__email {
    text-align: left;
    background: transparent !important;
    color: white
}

    .subscribe__email[type="email"] {
        background: transparent !important
    }

@media screen and (min-width: 40em) {
    .subscribe__email {
        padding-right: 1rem;
        height: 48px;
        margin: 0
    }
}

.subscribe__button {
    width: 100%;
    color: white;
    margin-bottom: 0
}

@media screen and (min-width: 40em) {
    .subscribe__button {
        height: 48px
    }
}

.subscribe label {
    color: white
}

.cta-bar__title {
    font-weight: 500 !important;
    letter-spacing: -0.02em
}

@media screen and (min-width: 40em) {
    .cta-bar__title {
        font-size: 2.875rem !important
    }
}

.cta-bar__tint {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #003F5C
}

.cta-bar__bg {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent no-repeat center;
    background-size: cover
}

.cta-bar__bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent no-repeat center;
    background-size: cover
}

.cta-bar--with-image {
    background: transparent;
    background-size: cover
}

@media screen and (min-width: 40em) {
    .cta-bar--with-image {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

.scroll-instruction {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 70px;
    height: 35px;
    text-align: center;
    color: #fff;
    padding: 14px 0;
    vertical-align: middle;
    overflow: hidden;
    margin: 0 auto
}

@media screen and (min-width: 40em) {
    .scroll-instruction {
        width: 100px;
        height: 50px
    }
}

.scroll-instruction:after {
    content: "";
    display: block;
    border-radius: 50% 50% 0 0;
    width: 100%;
    height: 70px;
    background: #da2129;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: background 200ms;
    transition: background 200ms
}

@media screen and (min-width: 40em) {
    .scroll-instruction:after {
        height: 100px
    }
}

.scroll-instruction__arrow {
    background: url(/images/down-arrow-white.svg) center no-repeat;
    width: 100%;
    height: 40%;
    display: block;
    margin: 0 auto;
    z-index: 1;
    position: absolute;
    bottom: 15%
}

.scroll-instruction:hover:after, .scroll-instruction:active:after {
    background-color: #ae1a21
}

a.scroll-instruction {
    -webkit-transition: background-color 200ms;
    transition: background-color 200ms
}

.google-map {
    background: beige
}

.location {
    background: #F2F5F7;
    padding: 0;
    padding-top: 2.5rem
}

@media screen and (min-width: 40em) {
    .location {
        margin-bottom: 0;
        padding-top: 5.625rem
    }
}

@media screen and (min-width: 64em) {
    .location {
        background: #F2F5F7
    }
}

.location__map {
    width: 100%;
    height: 25rem;
    position: relative;
    z-index: 1
}

.location-info {
    margin-left: 1.875rem;
    padding-bottom: 2.5rem
}

@media screen and (min-width: 40em) {
    .location-info {
        margin-left: 3.75rem;
        padding-bottom: 5.625rem
    }
}

.location-info__title, .location-info__address, .location-info__phone, .location-info__email {
    display: block;
    color: #1A1A1A;
    font-size: 1.125rem;
    text-align: left
}

@media screen and (min-width: 64em) {
    .location-info__title, .location-info__address, .location-info__phone, .location-info__email {
        font-size: 1rem
    }
}

.location-info__title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1A1A1A
}

@media screen and (min-width: 64em) {
    .location-info__title {
        font-size: 2.25rem
    }
}

.location-info__address, .location-info__phone {
    margin-bottom: .375rem
}

.location-info__clearer {
    border: 1px solid white;
    max-width: 65px;
    margin-top: 26px;
    margin-bottom: 15px;
    margin-left: 0;
    text-align: left
}

@media screen and (min-width: 64em) {
    .location-info__clearer {
        border: 1px solid #212527
    }
}

.location-info__email {
    font-size: 1rem
}

@media screen and (min-width: 40em) {
    .location-info__email {
        margin-bottom: 0
    }
}

.location-info__phone a {
    text-decoration: none
}

    .location-info__phone a:hover {
        color: whitesmoke
    }

.location-info__phone .location-info__email a {
    text-decoration: none
}

    .location-info__phone .location-info__email a:hover {
        color: whitesmoke
    }

.map-wrapper--fullWidth {
    padding-bottom: 0
}

.map-row--fullWidth {
    max-width: none
}

    .map-row--fullWidth .location-info {
        margin-left: 0
    }

.feature-box {
    background: rgba(0, 63, 92, 0.05);
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    text-align: left;
    color: #1A1A1A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media screen and (min-width: 40em) {
    .feature-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 5px;
        min-height: 200px
    }
}

@media screen and (min-width: 64em) {
    .feature-box {
        min-height: 411px
    }
}

.feature-box:hover, .feature-box:active {
    color: #000
}

.feature-box__title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 500;
    color: #003F5C !important
}

@media screen and (min-width: 40em) {
    .feature-box__title {
        margin-bottom: 1rem
    }
}

@media screen and (min-width: 64em) {
    .feature-box__title {
        font-size: 2.125rem
    }
}

.feature-box__title:last-child {
    margin: 0
}

.feature-box__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.feature-box__content {
    padding: 20px
}

@media screen and (min-width: 40em) {
    .feature-box__content {
        padding: 30px 30px 25px
    }
}

@media screen and (min-width: 64em) {
    .feature-box__content {
        padding: 40px 40px 40px 60px
    }
}

.feature-box__image-wrapper {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width: 39.99875em) {
    .feature-box__image-wrapper {
        height: 0;
        padding-bottom: 75%
    }
}

@media screen and (min-width: 40em) {
    .feature-box__image-wrapper {
        width: 40%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

@media screen and (min-width: 64em) {
    .feature-box__image-wrapper {
        width: 50%
    }
}

.feature-box__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.feature-box__link {
    text-decoration: none
}

.feature-box__more-link {
    display: inline-block;
    margin: 0;
    color: #003F5C !important
}

.feature-box__top-title {
    color: #31A0D2;
    text-transform: uppercase;
    font-size: .875rem;
    letter-spacing: 0.15em;
    font-weight: 700;
    margin-bottom: 0.75rem
}

@media screen and (min-width: 64em) {
    .feature-box__top-title {
        font-size: 1rem
    }
}

@media screen and (min-width: 64em) {
    .feature-box__copy {
        margin-bottom: 1.5rem
    }
}

.feature-boxes__title {
    margin-bottom: 1rem
}

.feature-boxes__copy {
    margin-bottom: 1.5rem
}

@media screen and (min-width: 40em) {
    .feature-boxes__copy {
        margin-bottom: 2.25rem
    }
}

.feature-boxes.wrapper {
    padding-bottom: calc(2.5rem - 1.875rem)
}

@media screen and (min-width: 40em) {
    .feature-boxes.wrapper {
        padding-bottom: calc(5.625rem - 1.875rem)
    }
}

.multi-icons-copy {
    margin-bottom: 1.875rem
}

.multi-icons-copy__title {
    font-size: 2.25rem
}

@media screen and (min-width: 40em) {
    .multi-icons-copy__title {
        font-size: 3.25rem
    }
}

.multi-icons-copy__abstract {
    font-size: 1.25rem;
    font-weight: 500
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .multi-icons-wrapper {
        float: none !important;
        text-align: center;
        display: inline-block
    }
}

.multi-icons-icon {
    margin: 0 auto;
    margin-top: 1rem
}

@media screen and (min-width: 40em) {
    .multi-icons-icon {
        display: table
    }
}

@media screen and (min-width: 40em) {
    .multi-icons-icon__btn-wrapper {
        display: table-footer-group
    }
}

.multi-icons-icon__title {
    margin-top: 1rem;
    font-size: 1.4375rem
}

@media screen and (min-width: 40em) {
    .multi-icons-icon__title {
        font-size: 1.625rem
    }
}

.multi-icons-icon p {
    text-align: center;
    font-size: 1rem
}

.multi-icons-icon img {
    width: 70px;
    height: auto
}

@media screen and (max-width: 39.99875em) {
    .multi-icons .column:last-child .button, .multi-icons .columns:last-child .button, .multi-icons .logo-menu-item:last-child .button {
        margin-bottom: 0
    }
}

.news-box {
    background: rgba(0, 63, 92, 0.05);
    position: relative;
    padding: 0;
    margin-bottom: .625rem;
    text-align: left;
    border: 0;
    -webkit-transition: color 200ms, border 200ms;
    transition: color 200ms, border 200ms;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #1A1A1A
}

@media print {
    .news-box {
        border: 1px solid grey
    }
}

@media screen and (min-width: 40em) {
    .news-box {
        margin-bottom: 2.5rem
    }
}

.news-box__title {
    font-size: 1.125rem;
    margin-bottom: .625rem;
    font-weight: 500;
    color: #003F5C;
    line-height: 1.4
}

@media screen and (min-width: 40em) {
    .news-box__title {
        margin-bottom: 1.25rem;
        font-size: 1.5rem
    }
}

.news-box__content {
    padding: 1.25rem;
    font-size: 1rem;
    position: relative
}

@media screen and (min-width: 40em) {
    .news-box__content {
        padding: 2.5rem;
        min-height: 196px
    }
}

.news-box__meta {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #31A0D2;
    font-weight: 700;
    margin-bottom: 0.5rem
}

@media screen and (min-width: 40em) {
    .news-box__meta {
        font-size: 1rem
    }
}

.news-box__categories, .news-box__category, .news-box__date {
    display: inline;
    line-height: 1;
    font-size: inherit
}

.news-box__image {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 200ms, -webkit-filter 200ms;
    transition: -webkit-transform 200ms, -webkit-filter 200ms;
    transition: transform 200ms, filter 200ms;
    transition: transform 200ms, filter 200ms, -webkit-transform 200ms, -webkit-filter 200ms;
    background: #d2dde4
}

.news-box__image-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative
}

.news-box__link {
    text-decoration: none
}

.news-box__abstract {
    margin-bottom: 0;
    line-height: 1.75
}

.news-box:hover, .news-box:active {
    color: #000;
    border-color: #b2b2b2
}

    .news-box:hover .news-box__image, .news-box:active .news-box__image {
        -webkit-filter: brightness(115%);
        filter: brightness(115%);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

.news-boxes__title {
    margin-bottom: 1.5rem;
    font-size: 2rem
}

@media screen and (min-width: 40em) {
    .news-boxes__title {
        margin-bottom: 2.25rem;
        font-size: 2.0625rem
    }
}

.news-boxes__filters {
    margin-bottom: 3.75rem
}

.news-boxes.wrapper {
    margin-top: -36px
}

@media screen and (min-width: 40em) {
    .news-boxes.wrapper {
        padding-bottom: 3.75rem
    }
}

.slick-news-carousel .slick-slide {
    outline: none
}

.slick-news-carousel .slick-dots {
    margin: 0
}

    .slick-news-carousel .slick-dots li.slick-active button {
        background-color: #1A1A1A
    }

.wrapper--darkGrey .slick-news-carousel .slick-dots li.slick-active button {
    background-color: #fff
}

.slick-news-carousel .slick-dots li button {
    background-color: rgba(26, 26, 26, 0.35)
}

.wrapper--darkGrey .slick-news-carousel .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.35)
}

.slick-news-carousel .slick-prev {
    left: -1.5rem
}

.slick-news-carousel .slick-next {
    right: -1.5rem
}

    .slick-news-carousel .slick-prev:before, .slick-news-carousel .slick-next:before {
        background-image: url(/images/icons/carousel-arrow-black.svg)
    }

.wrapper--darkGrey .slick-news-carousel .slick-prev:before, .wrapper--darkGrey .slick-news-carousel .slick-next:before {
    background-image: url(/images/icons/carousel-arrow-white.svg)
}

.related-news__title {
    font-size: 2.375rem;
    margin-bottom: 1rem;
    text-align: left
}

@media screen and (min-width: 64em) {
    .related-news__title {
        font-size: 2.375rem;
        margin-bottom: 2rem
    }
}

.related-news__abstract {
    margin-bottom: 1rem
}

@media screen and (min-width: 64em) {
    .related-news__abstract {
        margin-bottom: 1.25rem
    }
}

.related-news__row .columns:nth-child(n+3), .related-news__row .logo-menu-item:nth-child(n+3) {
    display: none
}

.logo-menu {
    padding: 0 .40625rem;
    margin-bottom: 0;
    overflow: visible;
    text-align: center;
    white-space: nowrap;
    font-size: 0
}

    .logo-menu:hover, .logo-menu:focus, .logo-menu:active {
        outline: none
    }

@media screen and (min-width: 40em) {
    .logo-menu {
        padding: 0 .8125rem
    }
}

.logo-menu__title {
    margin-bottom: 1.25rem
}

@media screen and (min-width: 40em) {
    .logo-menu__title {
        margin-bottom: 2.75rem
    }
}

.logo-menu-item {
    margin: 0 0 .8125rem;
    padding: 0 .40625rem;
    position: relative
}

@media screen and (max-width: 39.99875em) {
    .logo-menu-item:last-child:nth-child(odd) {
        float: none !important;
        margin: 0 auto
    }
}

@media screen and (min-width: 40em) {
    .logo-menu-item {
        margin: 0 0 1.625rem;
        padding: 0 .8125rem;
        display: inline-block !important;
        float: none !important
    }
}

.logo-menu-item__logo-wrapper {
    display: block;
    text-align: center;
    padding-bottom: 50%;
    position: relative;
    -webkit-transition: border 200ms;
    transition: border 200ms;
    border: 1px solid #e5e5e5
}

.logo-menu-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-width: 70%;
    max-height: 65%;
    -webkit-filter: saturate(0);
    filter: saturate(0);
    -webkit-transition: -webkit-filter 200ms;
    transition: -webkit-filter 200ms;
    transition: filter 200ms;
    transition: filter 200ms, -webkit-filter 200ms
}

.logo-menu-item--with-link:hover, .logo-menu-item--with-link:active, .logo-menu-item--with-link:focus {
    outline: none
}

    .logo-menu-item--with-link:hover img, .logo-menu-item--with-link:active img, .logo-menu-item--with-link:focus img {
        -webkit-filter: none;
        filter: none
    }

    .logo-menu-item--with-link:hover .logo-menu-item__logo-wrapper, .logo-menu-item--with-link:active .logo-menu-item__logo-wrapper, .logo-menu-item--with-link:focus .logo-menu-item__logo-wrapper {
        border-color: #b2b2b2
    }

a.logo-menu-item:hover {
    border-color: #b2b2b2
}

.logo-menu-item--narrow .logo-menu-item__logo {
    max-width: 47%
}

.logo-menu-wrapper.slick-slide {
    outline: none
}

.logo-carousel:last-child {
    margin-bottom: -.8125rem
}

@media screen and (min-width: 40em) {
    .logo-carousel:last-child {
        margin-bottom: -1.625rem
    }
}

.logo-carousel .slick-track:active, .logo-carousel .slick-track:focus, .logo-carousel .slick-track:hover {
    outline: none
}

.logo-carousel .slick-dots {
    margin: 0
}

    .logo-carousel .slick-dots li.slick-active button {
        background-color: #1A1A1A
    }

    .logo-carousel .slick-dots li button {
        background-color: rgba(26, 26, 26, 0.35)
    }

figure {
    margin: 0 0 1.5rem
}

figcaption {
    font-style: italic;
    margin-top: 1rem
}

.download {
    border: none;
    color: #1A1A1A
}

.download__title {
    font-size: 2.375rem;
    color: #003F5C;
    text-align: left;
    margin-bottom: 0.6rem;
    letter-spacing: -0.02em
}

@media screen and (min-width: 64em) {
    .download__title {
        font-size: 3.625rem
    }
}

.download__copy {
    font-size: 1.125rem;
    text-align: left;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em
}

@media screen and (min-width: 64em) {
    .download__copy {
        letter-spacing: 0;
        font-size: 1.375rem;
        margin-bottom: 2.5rem
    }
}

.download-item {
    background: rgba(0, 63, 92, 0.05);
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width: 40em) {
    .download-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.download-item + .download-item {
    margin-top: .3125rem
}

.download-item__top-title {
    color: #31A0D2;
    text-transform: uppercase;
    font-size: .875rem;
    letter-spacing: 0.15em;
    font-weight: 700;
    margin-bottom: 0.625rem
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .download-item__top-title {
        margin-bottom: .5rem
    }
}

@media screen and (min-width: 64em) {
    .download-item__top-title {
        font-size: 1rem
    }
}

.download-item__title {
    font-size: 2.125rem;
    letter-spacing: -0.02em;
    margin-bottom: 0.625rem
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .download-item__title {
        font-size: 1.5rem
    }
}

@media screen and (min-width: 64em) {
    .download-item__title {
        margin-top: 1.25rem;
        font-size: 2.125rem
    }
}

.download-item__copy p {
    margin-bottom: 1.25rem
}

.download-item__copy:last-child p {
    margin: 0
}

.download-item__link {
    display: inline-block;
    padding-bottom: 0.5rem;
    padding-top: 1.25rem
}

.download-item__content {
    padding: 2.5rem 1.25rem 0
}

    .download-item__content:last-child {
        margin: 0
    }

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .download-item__content {
        width: 100%;
        padding: 25px 30px
    }
}

@media screen and (min-width: 64em) {
    .download-item__content {
        padding: 3.75rem;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.download-item__details {
    color: white;
    background: #0E7AAA;
    padding: 1.25rem;
    margin-top: 2.5rem
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .download-item__details {
        width: 50%;
        margin-top: 0;
        padding: 25px 30px
    }
}

@media screen and (min-width: 64em) {
    .download-item__details {
        text-align: start;
        margin-top: 0;
        padding: 3.75rem 2.5rem;
        width: 25%
    }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
    .download-item__details {
        padding: 1.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left
    }
}

.download-item__subheading {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 1rem;
    color: white;
    font-weight: 700;
    margin-bottom: 0.1rem
}

.download-item__value:last-child {
    margin: 0
}

.download-item__download {
    text-align: center;
    text-transform: uppercase;
    background: #003F5C;
    color: white;
    padding: 3rem 0
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .download-item__download {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media screen and (min-width: 64em) {
    .download-item__download {
        padding: 5.45rem 0;
        width: 31%
    }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
    .download-item__download {
        padding: 1.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.download-item__icon {
    display: block;
    margin: 0.2rem auto;
    padding: 1.55rem 1.9rem;
    border: 1px solid rgba(255, 255, 255, 0.25)
}

.download-item__download-link {
    font-size: .875rem;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    display: inline-block
}

    .download-item__download-link:hover {
        color: #ccc
    }

    .download-item__download-link:after {
        content: "";
        border-bottom: 2px solid #FFD400;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-transition: border-color 200ms, -webkit-transform 200ms;
        transition: border-color 200ms, -webkit-transform 200ms;
        transition: transform 200ms, border-color 200ms;
        transition: transform 200ms, border-color 200ms, -webkit-transform 200ms
    }

.download-item__file-summary {
    color: white;
    font-weight: 700;
    padding-top: 1.4rem;
    font-size: 1rem;
    margin: 0
}

.download__icon {
    margin-bottom: 1.875rem;
    width: 56px;
    height: auto
}

@media screen and (min-width: 40em) {
    .download__icon {
        margin-top: 13px
    }
}

.faqs {
    text-align: left
}

    .faqs a {
        text-decoration: none;
        color: #003F5C;
        font-weight: 500
    }

.faqs-filter {
    display: inline;
    width: 100%
}

@media screen and (min-width: 64em) {
    .faqs-filter {
        width: 280px;
        margin-right: 1rem
    }
}

.faqs-item {
    border: 1px solid #ccc;
    margin-left: 0 !important;
    position: relative
}

    .faqs-item:not(:last-of-type) {
        border-bottom: 0
    }

.wrapper--lightGrey .faqs-item {
    border-color: #bfbfbf
}

.faqs .accordion {
    margin-bottom: 0
}

.is-active > .faqs__question:before {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    content: ""
}

.faqs__question {
    border: 0 !important;
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    margin-left: 60px;
    background: transparent;
    padding-right: 30px
}

@media screen and (min-width: 40em) {
    .faqs__question {
        font-size: 1.3125rem
    }
}

.faqs__question:before {
    margin-left: auto;
    margin-top: -0.5rem;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/faq-arrow-right.svg) no-repeat center;
    background-size: contain;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media screen and (min-width: 40em) {
    .faqs__question:before {
        width: 18px;
        height: 18px
    }
}

.faqs__question:hover, .faqs__question:active, .faqs__question:focus {
    background: transparent
}

.faqs:last-child > .faqs__answer {
    border-bottom: none
}

.faqs__answer {
    margin-left: 60px;
    border: 0 !important;
    font-size: 1.125rem;
    margin-top: -3px;
    padding-top: 0
}

@media screen and (min-width: 40em) {
    .faqs__answer {
        font-size: 1rem
    }
}

.faqs__answer p {
    margin-bottom: 0
}

.faqs__number {
    display: inline-block;
    background: #003F5C;
    color: #fff;
    padding-top: 1rem;
    text-align: center;
    width: 60px;
    position: absolute;
    font-weight: 800;
    font-size: 1.125rem;
    top: 0;
    bottom: 0;
    -webkit-transition: background 200ms;
    transition: background 200ms
}

.wrapper--lightGrey .faqs__number {
    background: #002e43
}

.is-active > .faqs__number {
    background: #2581ab
}

.wrapper--lightGrey .is-active > .faqs__number {
    background: #217196
}

.faqs__top {
    margin-bottom: 2rem
}

.faqs.wrapper--lightGrey .accordion {
    background: #F2F5F7
}

.video {
    max-width: 100vw;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*overflow: hidden*/ /*pjb*/
}

.video__play {
    margin: 0 auto;
    width: 75px
}

.video__overlay {
    background: rgba(109, 125, 131, 0.2);
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 250px;
    height: 15.625rem;
    width: 100vw
}

@media screen and (min-width: 40em) {
    .video__overlay {
        height: 31.25rem
    }
}

@media screen and (min-width: 64em) {
    .video__overlay {
        background: rgba(165, 167, 167, 0.2);
        height: 37.5rem
    }
}

.video__lightbox {
    text-align: center;
    top: 0 !important
}

    .video__lightbox .close-button {
        -webkit-transition: color 200ms;
        transition: color 200ms;
        color: #e6e6e6
    }

        .video__lightbox .close-button:hover, .video__lightbox .close-button:active, .video__lightbox .close-button:focus {
            color: #fff
        }

.video__embed {
    width: calc(100% - 2rem);
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto
}

    .video__embed textarea {
        display: none
    }

.image-carousel-wrapper {
    max-height: 100vh;
    overflow: hidden
}

@media screen and (min-width: 64em) {
    .image-carousel-wrapper {
        padding-right: 75px
    }
}

.image-carousel__slide-img {
    background: #BEBFBF url(/images/default600x300.png) no-repeat center;
    background-size: cover;
    width: 100%;
    padding-bottom: 100%
}

@media screen and (min-width: 40em) {
    .image-carousel__slide-img {
        padding-bottom: 42.857%
    }
}

.image-carousel .slick-prev, .image-carousel .slick-next {
    background: rgba(0, 0, 0, 0.5);
    padding: 12px 12px;
    width: auto;
    height: auto;
    -webkit-transition: background 200ms;
    transition: background 200ms;
    opacity: 1
}

@media screen and (min-width: 40em) {
    .image-carousel .slick-prev, .image-carousel .slick-next {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        padding: 12px
    }
}

@media screen and (min-width: 64em) {
    .image-carousel .slick-prev, .image-carousel .slick-next {
        width: 55px;
        height: 55px;
        padding: 14px
    }
}

@media screen and (max-width: 39.99875em) {
    .image-carousel .slick-prev:before, .image-carousel .slick-next:before {
        width: 17px;
        padding-bottom: 133.33%
    }
}

.image-carousel .slick-prev:hover, .image-carousel .slick-prev:active, .image-carousel .slick-prev:focus, .image-carousel .slick-next:hover, .image-carousel .slick-next:active, .image-carousel .slick-next:focus {
    opacity: 1
}

@media screen and (min-width: 40em) {
    .image-carousel .slick-prev:hover, .image-carousel .slick-prev:active, .image-carousel .slick-prev:focus, .image-carousel .slick-next:hover, .image-carousel .slick-next:active, .image-carousel .slick-next:focus {
        background: rgba(0, 0, 0, 0.7)
    }
}

.image-carousel .slick-prev {
    left: 0
}

@media screen and (max-width: 39.99875em) {
    .image-carousel .slick-prev {
        padding-right: 21px
    }
}

@media screen and (min-width: 40em) {
    .image-carousel .slick-prev {
        left: 1.875rem
    }
}

.image-carousel .slick-next {
    right: 0
}

@media screen and (max-width: 39.99875em) {
    .image-carousel .slick-next {
        padding-left: 21px
    }
}

@media screen and (min-width: 40em) {
    .image-carousel .slick-next {
        right: 1.875rem
    }
}

.search-result {
    text-align: left;
    border-bottom: 2px solid #9a9a9a;
    padding-top: 1rem;
    padding-bottom: 2rem
}

    .search-result:last-child {
        border-bottom: 0;
        padding-bottom: 0
    }

.search-result__title {
    font-size: 1.75rem
}

    .search-result__title a, .search-result__title a:visited {
        text-decoration: none
    }

        .search-result__title a:hover, .search-result__title a:active, .search-result__title a:focus {
            text-decoration: none;
            color: #000
        }

.search-result__content {
    font-size: 1.125rem
}

.search-result__link {
    text-decoration: none;
    margin: 0
}

    .search-result__link:hover, .search-result__link:active, .search-result__link:focus {
        text-decoration: none;
        color: #000
    }

.search-results__title {
    font-size: 2.875rem;
    color: #1A1A1A;
    margin-bottom: 2rem
}

.search-results__summary {
    text-align: left;
    font-size: 1.125rem
}

.search-results__pagination {
    text-align: left
}

@media screen and (min-width: 64em) {
    .search-results__pagination {
        text-align: right
    }
}

.search-results__next, .search-results__prev {
    text-indent: -1000px;
    display: inline-block;
    border: 1px solid #b9baba;
    height: 49px;
    width: 44px;
    overflow: hidden;
    position: relative;
    margin: 0 2px;
    text-align: left;
    vertical-align: middle;
    -webkit-transition: border-color 200ms;
    transition: border-color 200ms
}

    .search-results__next:after, .search-results__prev:after {
        content: "";
        background: url(/images/arrow-right-black.svg) no-repeat center;
        background-size: contain;
        position: absolute;
        top: 12px;
        bottom: 12px;
        left: 15px;
        right: 15px
    }

    .search-results__next.disabled, .search-results__prev.disabled {
        opacity: 0.25
    }

    .search-results__next:hover, .search-results__next:active, .search-results__prev:hover, .search-results__prev:active {
        border-color: #272727
    }

    .search-results__prev:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.search-results__paginate-amount {
    border-color: #4d4d4d;
    border-width: 1px;
    display: inline;
    margin-left: 6px;
    width: auto;
    min-width: 140px
}

.case-study__marker-carousel {
    background: red
}

.case-study__buttons {
    margin-top: 1rem
}

@media screen and (min-width: 40em) {
    .case-study__buttons {
        margin-top: 1.75rem
    }
}

.related-case-studies__title {
    font-size: 1.75rem;
    margin-bottom: 1.25rem
}

.wrapper--darkGrey .related-case-studies__title {
    color: #fff
}

@media screen and (min-width: 40em) {
    .related-case-studies__title {
        font-size: 2.25rem;
        margin-bottom: 2.75rem
    }
}

.related-case-studies__abstract {
    margin-bottom: 1rem
}

@media screen and (min-width: 40em) {
    .related-case-studies__abstract {
        margin-bottom: 1.25rem
    }
}

@media screen and (min-width: 40em) {
    .related-case-studies .inline-buttons {
        margin-top: 1rem
    }
}

.related-case-studies .case-study {
    margin: 0 0 1.875rem
}

.related-case-studies .case-study__panel {
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem
}

@media screen and (max-width: 63.99875em) {
    .image-blocks {
        padding: 0
    }
}

.image-blocks__indent {
    padding-left: .9375rem;
    padding-right: .9375rem
}

@media screen and (max-width: 63.99875em) {
    .image-blocks__top-col {
        padding: 0
    }
}

.image-block {
    width: 100%;
    padding-bottom: 100%;
    background: #F2F5F7 url(/images/) no-repeat center;
    background-size: cover;
    margin-bottom: 1.875rem;
    text-align: left;
    overflow: hidden
}

.image-block--1x1 {
    padding-bottom: 100%
}

.image-block--2x1 {
    padding-bottom: 50%
}

.image-block--1x2 {
    padding-bottom: calc(200% + 1.875rem)
}

.image-block + .image-block {
    margin-top: 1.875rem
}

.row:last-child .image-block, .logo-menu:last-child .image-block {
    margin-bottom: 0
}

.grid-item {
    padding: 6px;
    width: 50%
}

@media screen and (min-width: 40em) {
    .grid-item {
        padding: 12px
    }
}

@media screen and (min-width: 64em) {
    .grid-item {
        width: 25%
    }
}

.grid-item--width2 {
    width: 100%
}

@media screen and (min-width: 64em) {
    .grid-item--width2 {
        width: 50%
    }
}

.gallery {
    margin-bottom: 1rem;
    text-align: center
}

.gallery-filter {
    display: inline;
    width: 100%;
    float: left
}

@media screen and (min-width: 64em) {
    .gallery-filter {
        width: 285px;
        margin-right: 1rem
    }
}

.gallery-item {
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    height: 300px;
    float: left !important
}

@media screen and (min-width: 40em) {
    .gallery-item:hover .gallery-item-text--slide-in, .gallery-item:active .gallery-item-text--slide-in {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.gallery-item-wrapper:last-child:not(:first-child) {
    float: left
}

.gallery-item-text {
    position: absolute;
    bottom: 0;
    font-size: 1.125rem;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    color: white;
    text-align: left;
    height: 49px;
    padding-left: 10px
}

@media screen and (min-width: 40em) {
    .gallery-item-text--slide-in {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform 200ms;
        transition: -webkit-transform 200ms;
        transition: transform 200ms;
        transition: transform 200ms, -webkit-transform 200ms
    }
}

.gallery-item-text__title {
    line-height: 49px
}

@media screen and (max-width: 39.99875em) {
    .gallery-item-image {
        height: 12rem !important
    }
}

.gallery-item__play {
    line-height: 300px
}

.gallery-item__close-btn-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1
}

.gallery-item__link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

@media screen and (max-width: 63.99875em) {
    .copy-full-img {
        padding-bottom: 0
    }
}

@media screen and (min-width: 64em) {
    .copy-full-img {
        min-height: 430px
    }
}

.copy-full-img--white {
    background: white
}

.copy-full-img__content-wrapper {
    margin-bottom: 2.5rem
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .copy-full-img__content-wrapper {
        margin-bottom: 5.625rem
    }
}

@media screen and (min-width: 64em) {
    .copy-full-img__content-wrapper {
        margin-bottom: 0;
        min-height: 15.625rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.copy-full-img__content {
    text-align: left
}

.copy-full-img__img {
    background: #BEBFBF url(/images/default600x300.png) no-repeat center;
    background-size: cover;
    padding-bottom: 68%
}

@media screen and (min-width: 64em) {
    .copy-full-img__img {
        position: absolute;
        top: 0;
        left: 0;
        right: 50%;
        bottom: 0;
        padding: 0
    }

    .copy-full-img--right .copy-full-img__img {
        left: 50%;
        right: 0
    }
}

.copy-full-img.wrapper + .wrapper {
    padding-top: 2.5rem !important
}

@media screen and (min-width: 40em) {
    .copy-full-img.wrapper + .wrapper {
        padding-top: 5.625rem !important
    }
}

.copy-grid {
    margin-bottom: -2.25rem
}

.copy-grid__abstract {
    text-align: left
}

@media screen and (min-width: 40em) {
    .copy-grid__abstract {
        text-align: center
    }
}

.copy-grid__top {
    margin-bottom: 2rem
}

.copy-grid-item {
    border-bottom: 1px solid #dcdede;
    margin-bottom: 2.25rem;
    text-align: left;
    padding-bottom: 1.5rem
}

@media screen and (min-width: 64em) {
    .copy-grid-item {
        margin-left: 36px
    }
}

@media screen and (max-width: 39.99875em) {
    .copy-grid-item:last-child {
        border-bottom: 0;
        padding-bottom: 0
    }
}

.copy-grid-item__title {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 1.25rem
}

.copy-grid-item__content {
    padding-left: 33px
}

    .copy-grid-item__content p {
        font-size: 1rem
    }

        .copy-grid-item__content p:last-of-type {
            margin-bottom: 0
        }

.pagination {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 40em) {
    .pagination {
        margin-bottom: 2rem
    }
}

.pagination__item {
    display: inline-block;
    text-decoration: none;
    color: #003F5C !important;
    font-size: 1.3125rem;
    text-align: center;
    font-weight: 600;
    background: white;
    position: relative;
    -webkit-transition: border 200ms;
    transition: border 200ms;
    outline: none;
    padding: 7px 8px;
    line-height: 1.62
}

    .pagination__item:hover, .pagination__item:active, .pagination__item:focus {
        z-index: 1;
        border-color: #bbb
    }

    .pagination__item.current {
        color: #31A0D2 !important;
        border-color: #bbb;
        z-index: 2
    }

        .pagination__item.current:after {
            content: "";
            border-bottom: 2px solid #FFD400;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            -webkit-transition: border-color 200ms, -webkit-transform 200ms;
            transition: border-color 200ms, -webkit-transform 200ms;
            transition: transform 200ms, border-color 200ms;
            transition: transform 200ms, border-color 200ms, -webkit-transform 200ms
        }

    .pagination__item.disabled {
        opacity: 0.5;
        cursor: default
    }

        .pagination__item.disabled:hover, .pagination__item.disabled:active {
            opacity: 0.5
        }

.pagination__pages {
    margin: 0 1rem;
    display: inline-block
}

@media screen and (min-width: 40em) {
    .pagination__pages {
        margin: 0 1.5rem
    }
}

.pagination__next, .pagination__prev {
    font-size: 14px;
    line-height: 2.43;
    letter-spacing: 0.15em
}

.pagination__prev-next {
    display: inline-block;
    text-transform: uppercase
}

.team-member {
    margin: 2rem auto 0
}

@media screen and (min-width: 40em) {
    .team-member {
        display: table
    }
}

@media screen and (min-width: 40em) {
    .team-member--2-col {
        max-width: 500px
    }
}

.team-member__title {
    margin-top: 1rem;
    margin-bottom: 0.25rem;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.2;
    color: #000
}

.team-member__subtitle {
    font-size: 1.3125rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #000
}

.team-member__abstract {
    font-size: 1rem
}

.team-member__link {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1rem;
    text-decoration: none;
    color: #000;
    display: inline-block;
    line-height: 1
}

    .team-member__link:hover, .team-member__link:active, .team-member__link:focus {
        color: #000
    }

.team-member__copy {
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
    color: #1A1A1A;
    line-height: 1.5
}

.team-member__img {
    width: 180px;
    height: 180px;
    margin: 0 auto 1rem;
    background: #aaa url(/images/icons/testimonial-icon-grey.svg) no-repeat center;
    background-size: cover;
    display: block;
    -webkit-transition: -webkit-filter 300ms, -webkit-transform 300ms;
    transition: -webkit-filter 300ms, -webkit-transform 300ms;
    transition: filter 300ms, transform 300ms;
    transition: filter 300ms, transform 300ms, -webkit-filter 300ms, -webkit-transform 300ms
}

    .team-member__img:hover, .team-member__img:active {
        outline: none;
        -webkit-filter: brightness(115%);
        filter: brightness(115%);
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15)
    }

.team-member--4-col .team-member__img, .team-member--5-col .team-member__img {
    width: 135px;
    height: 135px
}

.team-member__img-wrapper {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    display: block;
    outline: none;
    overflow: hidden
}

.team-member--4-col .team-member__img-wrapper, .team-member--5-col .team-member__img-wrapper {
    width: 135px;
    height: 135px
}

.team-member-modal {
    border: transparent;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
    outline: none;
    height: auto;
    min-height: 0
}

@media screen and (max-width: 39.99875em) {
    .team-member-modal {
        margin: 1rem;
        width: calc(100% - 2rem);
        padding: 2.25rem 0.5rem 1rem;
        top: 0 !important
    }
}

@media screen and (min-width: 40em) {
    .team-member-modal {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.team-member-modal__title {
    font-size: 1.625rem;
    line-height: 1.2
}

@media screen and (min-width: 40em) {
    .team-member-modal__title {
        font-size: 2.25rem
    }
}

.team-member-modal__img {
    width: 100%;
    height: auto;
    margin-top: 0.5rem
}

@media screen and (max-width: 39.99875em) {
    .team-member-modal__img {
        margin-bottom: 0.5rem
    }
}

.team-member-modal__links {
    margin-top: 1rem
}

.team-member-modal__social-logo {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: 0 2px;
    line-height: 22px !important;
    position: relative
}

    .team-member-modal__social-logo img, .team-member-modal__social-logo svg {
        max-height: 100%;
        max-width: 100%;
        z-index: 1
    }

        .team-member-modal__social-logo svg path {
            fill: #1A1A1A;
            -webkit-transition: fill 200ms;
            transition: fill 200ms
        }

    .team-member-modal__social-logo.facebook {
        margin: 0
    }

    .team-member-modal__social-logo.linkedin {
        width: 17px;
        height: 17px
    }

        .team-member-modal__social-logo.linkedin svg {
            margin-bottom: -2px
        }

    .team-member-modal__social-logo.email svg, .team-member-modal__social-logo.twitter svg {
        margin-bottom: -5px
    }

    .team-member-modal__social-logo.inactive {
        opacity: 0.25
    }

        .team-member-modal__social-logo.inactive:hover svg path, .team-member-modal__social-logo.inactive:active svg path {
            fill: #1A1A1A
        }

.animated-input {
    position: relative
}

    .animated-input input, .animated-input textarea {
        padding-top: 18px;
        padding-bottom: 6px
    }

    .animated-input textarea {
        line-height: 1.6
    }

        .animated-input input:focus ~ label, .animated-input input.has-value ~ label, .animated-input textarea:focus ~ label, .animated-input textarea.has-value ~ label {
            top: 4px;
            font-size: .75rem;
            opacity: 0.6
        }

    .animated-input label {
        position: absolute;
        left: 0.75rem;
        top: 12px;
        -webkit-transition: all 200ms;
        transition: all 200ms;
        display: block;
        font-size: 1rem;
        pointer-events: none
    }

.copy-with-sidecol {
    position: relative
}

@media screen and (max-width: 39.99875em) {
    .copy-with-sidecol__sidecol {
        margin-top: 1.875rem
    }

        .copy-with-sidecol__sidecol:first-child {
            margin-top: 0
        }
}

@media screen and (min-width: 64em) {
    .copy-with-sidecol__sidecol {
        padding: 0 2rem
    }
}

.sidecol-menu {
    text-align: left
}

@media screen and (min-width: 40em) {
    .sidecol-menu {
        margin-bottom: 1rem
    }
}

.sidecol-menu a, .sidecol-menu a:visited {
    display: block;
    text-decoration: none;
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid rgba(49, 160, 210, 0.25);
    position: relative;
    -webkit-transition: background 200ms;
    transition: background 200ms;
    color: #003F5C;
    font-weight: 500;
    cursor: pointer
}

    .sidecol-menu a:hover, .sidecol-menu a:active {
        background: rgba(49, 160, 210, 0.1)
    }

.sidecol-menu__item:first-child a {
    border-top: 1px solid rgba(49, 160, 210, 0.25)
}

@media screen and (max-width: 63.99875em) {
    .sidecol-menu__item a {
        margin-left: -1rem
    }
}

.sidecol-menu .active a {
    font-weight: 800
}

    .sidecol-menu .active a:hover {
        background: transparent
    }

    .sidecol-menu .active a:after {
        opacity: 0.25
    }

.banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left
}

@media screen and (min-width: 64em) {
    .banner {
        padding-top: 80px;
        padding-bottom: 90px
    }
}

.banner--short {
    padding-bottom: 0
}

@media screen and (min-width: 64em) {
    .banner--short {
        padding-bottom: 20px
    }
}

.banner > .row, .banner > .logo-menu {
    width: 100%
}

.banner__title {
    font-size: 2.375rem !important;
    color: white !important;
    margin-bottom: 0.75rem;
    line-height: 1.125
}

@media screen and (min-width: 40em) {
    .banner__title {
        font-size: 3.25rem !important
    }
}

@media screen and (min-width: 64em) {
    .banner__title {
        margin-bottom: 1.25rem;
        font-size: 4rem !important
    }
}

.wrapper--light .banner__title {
    color: #003F5C !important
}

.banner__copy {
    letter-spacing: -0.03em;
    margin: 0
}

@media screen and (min-width: 64em) {
    .banner__copy {
        font-size: 1.125rem
    }
}

.banner__top-title {
    color: #FFD400 !important;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.16em;
    font-weight: 700;
    margin-bottom: 1rem
}

@media screen and (min-width: 40em) {
    .banner__top-title {
        margin-bottom: 1.5rem
    }
}

.banner__content {
    position: relative;
    padding: 0 0 1.75rem
}

@media screen and (min-width: 64em) {
    .banner__content {
        padding-bottom: 2.5rem
    }
}

.banner--line-top .banner__content {
    padding-top: 35px;
    padding-bottom: 0 !important
}

.banner__top-line {
    display: block;
    border-top: 4px solid #FFD400;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 64em) {
    .banner__top-line {
        width: 72px;
        border-width: 6px
    }
}

.banner__bottom-line {
    display: block;
    border-bottom: 4px solid #FFD400;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0
}

@media screen and (min-width: 64em) {
    .banner__bottom-line {
        width: 72px;
        border-width: 3px
    }
}

.hero-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 380px;
    padding: 60px 0;
    text-align: left;
    position: relative;
    background: #003F5C center;
    background-size: cover
}

    .hero-split:after {
        content: "";
        width: 1px;
        height: 0;
        padding-bottom: 56%;
        margin-left: -1px
    }

@media screen and (min-width: 64em) {
    .hero-split {
        max-height: calc(100vh - 116px)
    }
}

.hero-split > .row, .hero-split > .logo-menu {
    width: 100%
}

.hero-split__overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 63, 92, 0.95)
}

@media screen and (min-width: 40em) {
    .hero-split__overlay {
        width: calc(66% + 1rem)
    }
}

@media screen and (min-width: 64em) {
    .hero-split__overlay {
        width: calc(50% + 2rem)
    }
}

.hero-split__copy {
    color: white;
    margin: 0
}

.link-block {
    text-align: left
}

@media screen and (min-width: 40em) {
    .link-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.link-block__col1, .link-block__col2 {
    padding: 20px
}

@media screen and (min-width: 40em) {
    .link-block__col1, .link-block__col2 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media screen and (min-width: 64em) {
    .link-block__col1, .link-block__col2 {
        padding: 40px
    }
}

.link-block__col1 a, .link-block__col1 a:visited, .link-block__col2 a, .link-block__col2 a:visited {
    color: inherit
}

    .link-block__col1 a:active, .link-block__col1 a:hover, .link-block__col1 a:focus, .link-block__col2 a:active, .link-block__col2 a:hover, .link-block__col2 a:focus {
        color: inherit;
        opacity: 0.8;
        -webkit-transition: color 200ms;
        transition: color 200ms
    }

.link-block__col1 {
    background: #003F5C;
    color: white
}

.link-block__col2 {
    background: white;
    color: #1A1A1A
}

.link-row {
    text-align: left;
    padding-left: 71px;
    position: relative;
    margin: 0 0 1rem;
    min-height: 45px
}

@media screen and (min-width: 40em) {
    .link-row {
        margin-bottom: 1.75rem;
        min-height: 92px;
        padding-left: 66px
    }
}

.link-row:last-child {
    margin-bottom: 0
}

.link-row__title {
    font-size: 1.5rem;
    color: inherit;
    margin: 0 0 0.5rem
}

.link-block__col2 .link-row__title {
    color: #003F5C
}

.link-row__num {
    font-size: 2rem;
    font-weight: 400;
    padding: 0 0 0.5rem;
    border-bottom: 2px solid #FFD400;
    color: inherit;
    display: inline-block;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: -0.02em
}

.link-row__copy {
    font-size: 1rem;
    line-height: 1.75;
    margin: 0;
    color: inherit
}

.link-row__link {
    text-decoration: none
}

.external-link {
    border: none;
    color: #1A1A1A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width: 40em) {
    .external-link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.external-link__content {
    background: rgba(0, 63, 92, 0.05);
    text-align: left;
    padding: 2.5rem 1.25rem
}

@media screen and (min-width: 40em) {
    .external-link__content {
        padding: 1.625rem 1.875rem 1.5625rem;
        width: 100%
    }
}

@media screen and (min-width: 64em) {
    .external-link__content {
        padding: 4.5rem 4.5rem 4.375rem 3rem;
        width: 44%
    }
}

.external-link__top-title {
    color: #31A0D2;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.15em;
    font-weight: 700;
    margin-bottom: 0.625rem
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .external-link__top-title {
        font-size: .875rem;
        margin-bottom: .5rem
    }
}

@media screen and (min-width: 64em) {
    .external-link__top-title {
        font-size: 1rem
    }
}

.external-link__title {
    font-size: 2.125rem;
    letter-spacing: -0.02em;
    margin-bottom: 0.625rem;
    line-height: 1.36
}

@media screen and (min-width: 40em) {
    .external-link__title {
        font-size: 1.5rem;
        line-height: 1.5
    }
}

@media screen and (min-width: 64em) {
    .external-link__title {
        font-size: 2.125rem;
        line-height: 1.29
    }
}

.external-link__copy p {
    margin-bottom: 1.25rem;
    line-height: 1.75
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .external-link__copy p {
        margin-bottom: .625rem
    }
}

.external-link__copy:last-child p {
    margin: 0
}

.external-link__link {
    display: inline-block;
    letter-spacing: 0.02em
}

.external-link__external {
    background: #0E7AAA;
    padding: 3rem 0;
    -webkit-transition: background-color 200ms;
    transition: background-color 200ms
}

@media screen and (min-width: 40em) {
    .external-link__external {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width: 64em) {
    .external-link__external {
        width: 25%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.external-link__external:hover {
    background: #003F5C
}

.external-link__image-wrapper {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 0;
    padding-bottom: 75%
}

@media screen and (min-width: 40em) {
    .external-link__image-wrapper {
        padding-bottom: 33%
    }
}

@media screen and (min-width: 64em) {
    .external-link__image-wrapper {
        width: 31%;
        height: initial
    }
}

.external-link__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.featured-news {
    text-align: left
}

.featured-news__title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem
}

@media screen and (min-width: 40em) {
    .featured-news__title {
        font-size: 2.375rem
    }
}

@media screen and (min-width: 40em) {
    .featured-news__wrapper {
        padding-bottom: 80px
    }
}

.news-link {
    display: block;
    color: #1A1A1A;
    font-size: 1.125rem;
    padding: 0.75rem 0;
    border-bottom: 2px solid rgba(0, 63, 92, 0.05);
    text-decoration: none;
    text-align: left
}

@media screen and (max-width: 39.99875em) {
    .news-link:last-child {
        padding-bottom: 0;
        border-bottom: 0
    }
}

@media screen and (min-width: 40em) {
    .news-link {
        padding: 1rem 0
    }
}

.news-link:hover, .news-link:active {
    color: #003F5C
}

@media screen and (min-width: 40em) {
    .news-link:last-child {
        border: 0;
        padding-bottom: 0
    }
}

.article-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2.5rem;
    padding-bottom: 0;
    text-align: left;
    background: #FFF
}

.article-banner--image {
    background: #003F5C center;
    background-size: cover;
    color: #FFF;
    padding-bottom: 2.5rem;
    min-height: 300px
}

@media screen and (min-width: 40em) {
    .article-banner--image {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }
}

@media screen and (min-width: 64em) {
    .article-banner--image {
        min-height: 600px
    }
}

.article-banner > .row, .article-banner > .logo-menu {
    width: 100%
}

.article-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 63, 92, 0.95)
}

.article-banner__content {
    position: relative
}

.article-banner__top-title {
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.16em;
    font-weight: 700;
    color: #31A0D2;
    margin-bottom: .625rem;
    text-decoration: none
}

.article-banner--image .article-banner__top-title {
    color: #FFD400
}

.article-banner__title {
    margin-bottom: .625rem;
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-size: 1.5rem
}

.article-banner--image .article-banner__title {
    color: white !important
}

@media screen and (min-width: 40em) {
    .article-banner__title {
        font-size: 2.375rem;
        margin-bottom: 1.25rem;
        line-height: 1.375
    }
}

@media screen and (min-width: 64em) {
    .article-banner__title {
        font-size: 3.25rem;
        line-height: 1.23
    }
}

.article-banner__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 40em) {
    .article-banner__meta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.article-banner__author, .article-banner__date {
    font-size: 1.125rem;
    letter-spacing: -0.02em;
    line-height: 1.77;
    margin: 0
}

@media screen and (min-width: 40em) {
    .article-banner__author:after {
        padding-right: 10px;
        padding-left: 10px;
        content: "|"
    }
}

.article-banner__copy {
    color: white;
    margin: 0
}

.article {
    position: relative
}

@media screen and (min-width: 64em) {
    .article__main {
        padding-right: 2.25rem
    }
}

.article__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

.article__abstract {
    font-size: 18px;
    line-height: 1.66;
    margin-bottom: 30px
}

@media screen and (min-width: 64em) {
    .article__abstract {
        font-size: 1.375rem;
        letter-spacing: -0.01em;
        line-height: 1.64;
        padding-right: 2.25rem
    }
}

.article__copy p {
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.875rem
}

@media screen and (min-width: 64em) {
    .article__copy p {
        font-size: 1.125rem;
        margin-bottom: 2.5rem;
        line-height: 1.88;
        letter-spacing: -0.02em
    }
}

.article__copy h2, .article__copy h3 {
    color: #1A1A1A
}

.article__copy figure {
    margin-bottom: 1.875rem
}

@media screen and (min-width: 64em) {
    .article__copy figure {
        margin-bottom: 2.5rem
    }
}

.article__next-prev {
    margin-top: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.article__share-col {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

@media screen and (min-width: 90em) {
    .article__share-col {
        margin-right: 40px;
        position: absolute;
        left: -75px
    }
}

.related-content__title {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: -0.02em;
    margin-bottom: 1rem
}

.related-content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.related-content__link {
    text-decoration: none;
    padding: 1rem 0;
    border-top: 1px solid rgba(49, 160, 210, 0.25);
    color: #003F5C !important;
    font-weight: 500
}

    .related-content__link:last-child {
        border-bottom: 1px solid rgba(49, 160, 210, 0.25)
    }

.share-col {
    text-align: left;
    margin-bottom: 20px;
    font-size: 0
}

@media screen and (min-width: 90em) {
    .share-col {
        margin-top: .625rem
    }
}

.share-col__title {
    text-transform: uppercase;
    font-family: "Avenir Next W01", sans-serif;
    font-weight: 700;
    color: #31A0D2;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.2em
}

@media screen and (min-width: 64em) {
    .share-col__title {
        margin-bottom: .625rem
    }
}

.share-col__item {
    display: inline-block;
    border: 2px solid #F2F5F7;
    width: 55px;
    height: 55px;
    position: relative;
    border-right: 0
}

@media screen and (min-width: 90em) {
    .share-col__item {
        display: block;
        border-bottom: 0;
        border-right: 2px solid #F2F5F7
    }
}

.share-col__item:last-child {
    border-right: 2px solid #F2F5F7
}

@media screen and (min-width: 75em) {
    .share-col__item:last-child {
        border-bottom: 2px solid #F2F5F7
    }
}

.share-col__item img, .share-col__item svg {
    max-height: 45%;
    max-width: 45%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms
}

.share-col__item:hover img, .share-col__item:hover svg, .share-col__item:active img, .share-col__item:active svg {
    opacity: 0.8
}

.wrapper--dark .share-col__item {
    border-color: rgba(227, 227, 227, 0.3)
}

.wrapper--light + .wrapper--light, .wrapper--lightGrey + .wrapper--lightGrey, .wrapper--darkGrey + .wrapper--darkGrey {
    padding-top: 0
}

.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
}

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

    .slick-list:focus {
        outline: none
    }

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

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

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

    .slick-track: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
}

/*UE WI38607++*/
.CopyLinkButton {
  position: absolute;
  right: 0%;
  opacity: 5.00; /*UE WI38764*/
  z-index: 99000;
  padding-right: 10px;
  padding-top: 10px;
  cursor: pointer; /*UE WI38774*/
}
/*UE WI38607--*/
/*UE WI38762++*/
.popover-header, .popover-body {
  display: none
}
/*UE WI38762--*/